/* AWGC — Navigation & page polish */

/* ── Header — blue-black top bar only ── */
.site-header.header-style-2 .top-bar {
	background-color: #010755;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 2px 0;
}

.site-header.header-style-2 .top-bar .social-line li a {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	min-width: auto;
	font-size: 12px;
	border-color: rgba(255, 255, 255, 0.15);
}

.site-header.header-style-2 .top-bar .social-line li a .fa {
	font-size: 12px;
}

.site-header.header-style-2 .top-bar,
.site-header.header-style-2 .top-bar a,
.site-header.header-style-2 .top-bar .fa,
.site-header.header-style-2 .top-bar span {
	color: rgba(255, 255, 255, 0.88);
}

.site-header.header-style-2 .top-bar a:hover,
.site-header.header-style-2 .top-bar a:focus {
	color: #fff;
}

.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg {
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
}

.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li {
	padding: 0 3px;
}

.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a.fb-btn,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a.tw-btn,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a.link-btn,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a.pin-btn,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a.ig-btn,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a.tiktok-btn {
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	border-radius: 50%;
	color: #fff !important;
	width: 28px;
	height: 28px;
	min-width: 28px;
	line-height: 1;
	padding: 0;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a:hover,
.site-header.header-style-2 .top-bar .dez-social-icon.dez-social-icon-lg li a:focus {
	background: rgba(255, 255, 255, 0.12) !important;
	border-color: #fff !important;
	color: #fff !important;
}

.site-header.header-style-2 .top-bar .dez-topbar-right {
	display: flex;
	align-items: center;
}

.site-header.header-style-2 .main-bar-wraper,
.site-header.header-style-2 .main-bar,
.site-header.header-style-2 .sticky-header.is-fixed,
.site-header.header-style-2 .sticky-header.is-fixed .main-bar {
	background-color: #fff;
}

/* ── Font Awesome icon fixes (nav, mega menu, contact) ── */
.header-nav .nav > li > a {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	vertical-align: middle;
}

.header-nav .nav > li > a > .nav-icon,
.header-nav .nav > li > a > .fa-chevron-down {
	position: static !important;
	top: auto !important;
	right: auto !important;
	transform: none !important;
	float: none !important;
	flex-shrink: 0;
	line-height: 1;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.header-nav .nav > li > a > .nav-icon {
	font-size: 13px;
	width: 16px;
	text-align: center;
}

.header-nav .nav > li:hover > a > .fa-chevron-down,
.header-nav .nav > li.open > a > .fa-chevron-down {
	transform: rotate(180deg) !important;
}

.header-nav .nav > li.has-mega-menu .mega-col-title > i.fa,
.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a > i.fa,
.header-nav .nav > li .sub-menu > li > a > i.fa {
	position: static !important;
	top: auto !important;
	right: auto !important;
	transform: none !important;
	float: none !important;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}

.header-nav .nav > li .sub-menu li > a > i.fa {
	color: #f79503 !important;
}

.contact-panel-sidebar .contact-detail-item i,
.contact-card .icon-bx-lg i,
.contact-form-wrap .input-icon,
.top-bar .fa,
.site-footer .fa,
.dez-social-icon .fa {
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* ── Top-level nav (all breakpoints) ── */
.header-nav .nav > li > a {
	position: relative;
	transition: color 0.2s ease;
}
.header-nav .nav > li > a > .fa-chevron-down {
	font-size: 9px;
	margin-left: 5px;
	opacity: 0.65;
	transition: transform 0.25s ease, opacity 0.2s ease;
}
.header-nav .nav > li:hover > a > .fa-chevron-down,
.header-nav .nav > li.open > a > .fa-chevron-down {
	transform: rotate(180deg);
	opacity: 1;
}
.header-nav .nav > li.nav-cta > a {
	margin-left: 6px;
	padding: 10px 16px !important;
	border-radius: 4px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.header-nav .nav > li.nav-cta-market > a {
	background: #cc0000;
	color: #fff !important;
	border-radius: 999px;
}
.header-nav .nav > li.nav-cta-market > a:hover {
	background: #990000 !important;
	color: #fff !important;
}
.header-nav .nav > li.nav-cta-market > a:hover .nav-icon {
	color: #fff !important;
}
.header-nav .nav > li.nav-cta-contact > a {
	background: #f79503;
	color: #fff !important;
	border-radius: 999px;
}
.header-nav .nav > li.nav-cta-contact > a .nav-icon {
	color: #fff !important;
}
.header-nav .nav > li.nav-cta-contact > a:hover {
	background: #0691cc !important;
	color: #fff !important;
}

.header-nav .nav > li.nav-cta-join > a {
	background: #010755;
	color: #fff !important;
}

.header-nav .nav > li.nav-cta-join > a:hover,
.header-nav .nav > li.nav-cta-join > a:focus {
	background: #021a85 !important;
	color: #fff !important;
}

.site-header.header-style-2 .sticky-header.is-fixed .header-nav .nav > li.nav-cta > a {
	padding: 10px 14px !important;
	line-height: 1.2;
}

/* Search button — match CONTACT CTA size */
.site-header.header-style-2 .extra-nav #quik-search-btn.site-button {
	padding: 10px 16px !important;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1.2;
	height: auto;
	min-height: 0;
	border: none;
	background: #f79503;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.site-header.header-style-2 .extra-nav #quik-search-btn.site-button:hover,
.site-header.header-style-2 .extra-nav #quik-search-btn.site-button:focus {
	background: #0691cc !important;
	color: #fff !important;
}

.site-header.header-style-2 .extra-nav #quik-search-btn .fa {
	font-size: 16px;
	line-height: 1;
}

/* Large search overlay */
/* Sticky header — full-width bar + no layout jump */
.site-header.header-style-2 .sticky-header.is-fixed .main-bar {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 4px 18px rgba(1, 7, 85, 0.08);
}

.site-header.header-style-2 .main-bar-wraper {
	position: relative;
}

.site-header.header-style-2 .dez-quik-search {
	width: 0;
	overflow: hidden;
	z-index: 1001;
}

.site-header.header-style-2 .dez-quik-search.awgc-search-open {
	display: flex;
	align-items: center;
	min-height: 100%;
}

.site-header.header-style-2 .dez-quik-search form {
	max-width: 1420px;
	width: 100%;
	padding: 0 24px;
}

.site-header.header-style-2 .dez-quik-search .form-control {
	height: 88px;
	min-height: 88px;
	font-size: 30px;
	font-weight: 500;
	padding: 18px 72px 18px 28px;
	letter-spacing: 0.02em;
	border: none;
	background: transparent;
	color: #fff;
}

.site-header.header-style-2 .dez-quik-search .form-control::placeholder {
	color: rgba(255, 255, 255, 0.75);
	font-size: 30px;
	font-weight: 400;
}

.site-header.header-style-2 .dez-quik-search #quik-search-remove {
	font-size: 34px;
	right: 28px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: -22px;
	opacity: 0.9;
}

.site-header.header-style-2 .dez-quik-search #quik-search-remove:hover {
	opacity: 1;
}

.header-nav .nav > li.active > a,
.header-nav .nav > li > a.active {
	color: #f79503 !important;
}

.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a.active,
.header-nav .nav > li.has-sub-menu > .sub-menu > li > a.active {
	color: #f79503 !important;
	font-weight: 600;
}

.header-nav .nav > li.nav-cta-contact.active > a,
.header-nav .nav > li.nav-cta-contact > a.active,
.header-nav .nav > li.nav-cta-market.active > a,
.header-nav .nav > li.nav-cta-market > a.active {
	color: #fff !important;
	background: #f79503 !important;
}

/* ── Contact page ── */
.contact-main-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.contact-main-row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.contact-main-row .contact-panel-sidebar,
.contact-main-row .contact-form-wrap {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
}

.contact-main-row .contact-form-wrap.contact-panel {
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.1);
	border: 1px solid #e8edf5;
}

.contact-hero-cards {
	margin-top: -70px;
	position: relative;
	z-index: 2;
	padding-bottom: 12px;
}

.contact-card {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 32px 24px 28px;
	text-align: center;
	box-shadow: 0 14px 42px rgba(1, 7, 85, 0.1);
	border: 1px solid #e8edf5;
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
	height: 100%;
}

.contact-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	z-index: 1;
}

.contact-card::after {
	content: '';
	position: absolute;
	right: -30px;
	top: -30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	opacity: 0.08;
	pointer-events: none;
}

.contact-card--visit::before {
	background: linear-gradient(90deg, #f79503, #d97f02);
}

.contact-card--visit::after {
	background: #f79503;
}

.contact-card--call::before {
	background: linear-gradient(90deg, #0691cc, #010755);
}

.contact-card--call::after {
	background: #0691cc;
}

.contact-card--email::before {
	background: linear-gradient(90deg, #010755, #021a85);
}

.contact-card--email::after {
	background: #010755;
}

.contact-card--hours::before {
	background: linear-gradient(90deg, #0691cc, #f79503);
}

.contact-card--hours::after {
	background: #0691cc;
}

.contact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 50px rgba(1, 7, 85, 0.14);
	border-color: rgba(6, 145, 204, 0.25);
}

.contact-card__icon {
	position: relative;
	z-index: 2;
	width: 72px;
	height: 72px;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	transition: transform 0.28s ease;
}

.contact-card--visit .contact-card__icon {
	background: linear-gradient(135deg, rgba(247, 149, 3, 0.14), rgba(247, 149, 3, 0.28));
	color: #f79503;
	box-shadow: 0 8px 20px rgba(247, 149, 3, 0.2);
}

.contact-card--call .contact-card__icon {
	background: linear-gradient(135deg, rgba(6, 145, 204, 0.12), rgba(6, 145, 204, 0.26));
	color: #0691cc;
	box-shadow: 0 8px 20px rgba(6, 145, 204, 0.18);
}

.contact-card--email .contact-card__icon {
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.1), rgba(1, 7, 85, 0.2));
	color: #010755;
	box-shadow: 0 8px 20px rgba(1, 7, 85, 0.12);
}

.contact-card--hours .contact-card__icon {
	background: linear-gradient(135deg, rgba(6, 145, 204, 0.1), rgba(247, 149, 3, 0.22));
	color: #010755;
	box-shadow: 0 8px 20px rgba(1, 7, 85, 0.1);
}

.contact-card:hover .contact-card__icon {
	transform: scale(1.06);
}

.contact-card__label {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 6px;
}

.contact-card--visit .contact-card__label {
	color: #f79503;
}

.contact-card__title {
	position: relative;
	z-index: 2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #010755;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
}

.contact-card__content {
	position: relative;
	z-index: 2;
}

.contact-card__content p {
	margin-bottom: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

.contact-card__content strong {
	color: #010755;
	font-weight: 600;
}

.contact-card__content a {
	color: #010755;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-card__content a:hover {
	color: #0691cc;
}

.contact-card .icon-bx-lg {
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.12);
}

.contact-card .icon-bx-lg i {
	font-size: 26px;
	color: #f79503;
}

.contact-card h5 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.contact-card p {
	margin-bottom: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}

.contact-card a {
	color: #444;
}

.contact-card a:hover {
	color: #f79503;
}

.contact-panel {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid #eee;
}
.contact-panel-sidebar {
	position: relative;
	overflow: hidden;
	background: linear-gradient(155deg, #010755 0%, #021a85 52%, #010755 100%);
	color: #fff;
	border-radius: 12px;
	padding: 36px 30px;
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-panel-sidebar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #f79503, #0691cc, #f79503);
	z-index: 1;
}
.contact-panel-sidebar::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 88% 8%, rgba(247, 149, 3, 0.14) 0%, transparent 42%),
		radial-gradient(circle at 6% 92%, rgba(6, 145, 204, 0.12) 0%, transparent 38%);
	pointer-events: none;
}
.contact-panel-sidebar > * {
	position: relative;
	z-index: 2;
}
.contact-panel-sidebar h3 {
	color: #fff;
	margin-bottom: 10px;
}
.contact-panel-sidebar p {
	color: rgba(255, 255, 255, 0.88);
}
.contact-panel-sidebar .contact-detail-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 22px;
}
.contact-panel-sidebar .contact-detail-item i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(6, 145, 204, 0.18);
	border-radius: 50%;
	color: #f79503;
	margin-right: 14px;
	flex-shrink: 0;
}
.contact-panel-sidebar .contact-detail-item strong {
	display: block;
	color: #f79503;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.contact-panel-sidebar .contact-detail-item span,
.contact-panel-sidebar .contact-detail-item a {
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
}
.contact-panel-sidebar .contact-detail-item a:hover {
	color: #0691cc;
}
.contact-panel-sidebar .dez-social-icon a {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(255, 255, 255, 0.22) !important;
}
.contact-panel-sidebar .dez-social-icon a:hover {
	background: #f79503 !important;
	border-color: #f79503 !important;
}
.contact-panel-sidebar .contact-dept-links .site-button {
	background: #f79503;
	border-color: #f79503;
	color: #fff;
}
.contact-panel-sidebar .contact-dept-links .site-button:hover {
	background: #0691cc;
	border-color: #0691cc;
}
.contact-panel-sidebar .contact-dept-links .site-button.outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}
.contact-panel-sidebar .contact-dept-links .site-button.outline:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}
.contact-form-wrap {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #fff;
}

.awgc-contact-form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #010755, #0691cc, #f79503);
	z-index: 1;
}

.awgc-contact-form::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 100% 0%, rgba(6, 145, 204, 0.06) 0%, transparent 42%),
		radial-gradient(circle at 0% 100%, rgba(247, 149, 3, 0.05) 0%, transparent 38%);
	pointer-events: none;
}

.awgc-contact-form__head,
.awgc-contact-form__form,
.contact-form-wrap .contact-form-msg {
	position: relative;
	z-index: 2;
}

.awgc-contact-form__head {
	padding: 34px 34px 8px;
}

.awgc-contact-form__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	border: 1px solid rgba(1, 7, 85, 0.08);
	color: #010755;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.awgc-contact-form__badge .fa {
	color: #f79503;
}

.awgc-contact-form__title {
	margin: 0 0 10px;
	font-family: 'Playfair Display', 'Montserrat', serif;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	color: #010755;
	line-height: 1.15;
}

.awgc-contact-form__intro {
	margin: 0;
	max-width: 560px;
	font-size: 15px;
	line-height: 1.65;
	color: #64748b;
}

.awgc-contact-form__form {
	padding: 18px 34px 34px;
}

.awgc-contact-field {
	margin-bottom: 20px;
}

.awgc-contact-field__label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #010755;
}

.awgc-contact-field__optional {
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #94a3b8;
}

.awgc-contact-field__input {
	position: relative;
}

.awgc-contact-field__input .input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 10px;
	background: rgba(247, 149, 3, 0.1);
	color: #f79503;
	z-index: 2;
	pointer-events: none;
	font-size: 14px;
}

.awgc-contact-field__input--textarea .input-icon,
.contact-form-wrap .input-icon-textarea {
	top: 14px;
	transform: none;
}

.contact-form-wrap .form-control {
	padding: 0 16px 0 58px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	height: 54px;
	background: #f8fafc;
	font-size: 15px;
	color: #334155;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.contact-form-wrap textarea.form-control {
	height: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	min-height: 148px;
	resize: vertical;
}

.contact-form-wrap select.form-control {
	padding-right: 42px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f8fafc;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23f79503' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
}

.contact-form-wrap .form-control::placeholder {
	color: #94a3b8;
}

.contact-form-wrap .form-control:focus {
	border-color: #0691cc;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(6, 145, 204, 0.12);
	outline: none;
}

.awgc-contact-form__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
	padding-top: 6px;
}

.awgc-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 220px;
	padding: 16px 28px !important;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #f79503 0%, #d97f02 100%);
	box-shadow: 0 12px 28px rgba(247, 149, 3, 0.28);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.awgc-contact-form__submit:hover,
.awgc-contact-form__submit:focus {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #0691cc 0%, #010755 100%);
	box-shadow: 0 16px 32px rgba(6, 145, 204, 0.28);
}

.awgc-contact-form__note {
	margin: 0;
	flex: 1 1 240px;
}

.awgc-contact-form__note-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 11px 16px 11px 12px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(6, 145, 204, 0.08) 0%, rgba(1, 7, 85, 0.04) 100%);
	border: 1px solid rgba(6, 145, 204, 0.2);
	box-shadow: 0 4px 14px rgba(1, 7, 85, 0.06);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	color: #334155;
}

.awgc-contact-form__note-badge .fa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: rgba(6, 145, 204, 0.14);
	color: #0691cc;
	font-size: 15px;
}

.awgc-contact-form__note-badge strong {
	font-weight: 700;
	color: #010755;
}

@media (max-width: 767px) {
	.awgc-contact-form__head {
		padding: 26px 22px 6px;
	}

	.awgc-contact-form__form {
		padding: 14px 22px 26px;
	}

	.contact-form-msg {
		margin-left: 22px;
		margin-right: 22px;
	}

	.awgc-contact-form__submit {
		width: 100%;
		min-width: 0;
	}

	.awgc-contact-form__note-badge {
		width: 100%;
		justify-content: center;
	}
}

.contact-form-msg {
	display: none;
	padding: 14px 18px;
	border-radius: 12px;
	margin: 0 34px 18px;
	font-size: 14px;
	font-weight: 600;
}
.contact-form-msg.success,
.awgc-join-form-msg.success {
	display: block;
	background: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
}
.contact-form-msg.error,
.awgc-join-form-msg.error {
	display: block;
	background: #fdecea;
	color: #b42318;
	border: 1px solid #f5c2c0;
}
.contact-map-wrap iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
	filter: grayscale(20%);
}
.contact-dept-links .site-button {
	margin: 4px 6px 4px 0;
}

/* AWGC — Full-width mega menu (desktop) */

@media only screen and (min-width: 992px) {
	.site-header,
	.main-bar-wraper,
	.main-bar,
	.header-nav,
	.header-nav .navbar-collapse,
	.header-nav .nav {
		overflow: visible !important;
	}

	/* Single-row header: logo | menu | search aligned */
	.site-header.header-style-2 .main-bar .container.clearfix {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	.site-header.header-style-2 .main-bar .container.clearfix::before,
	.site-header.header-style-2 .main-bar .container.clearfix::after {
		display: none;
	}

	.site-header.header-style-2 .logo-header {
		float: none;
		display: block;
		flex: 0 0 auto;
		width: 220px;
		height: auto;
		margin: 0 12px 0 0;
		order: 1;
	}

	.site-header.header-style-2 .logo-header img {
		max-height: 112px;
		width: auto;
		height: auto;
	}

	.site-header.header-style-2 .header-nav.navbar-collapse {
		float: none;
		flex: 1 1 auto;
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
		min-width: 0;
		padding: 0;
		clear: none;
		order: 2;
	}

	.site-header.header-style-2 .extra-nav {
		float: none;
		flex: 0 0 auto;
		padding: 0;
		margin: 0 0 0 6px;
		order: 3;
		position: relative;
		z-index: 9;
		display: flex;
		align-items: center;
	}

	.site-header.header-style-2 .extra-nav #quik-search-btn.site-button {
		padding: 10px 14px !important;
	}

	.site-header.header-style-2 .extra-nav #quik-search-btn .fa {
		font-size: 16px;
	}

	.site-header.header-style-2 .dez-quik-search .form-control {
		height: 72px;
		min-height: 72px;
		font-size: 24px;
		padding: 14px 64px 14px 20px;
	}

	.site-header.header-style-2 .dez-quik-search .form-control::placeholder {
		font-size: 24px;
	}

	.site-header.header-style-2 .dez-quik-search #quik-search-remove {
		font-size: 28px;
		right: 20px;
	}

	.site-header.header-style-2 .dez-quik-search {
		order: 4;
		position: absolute;
		left: 0;
		right: 0;
		width: 0;
	}

	.site-header.header-style-2 .navbar-toggler {
		order: 5;
	}

	.site-header.header-style-2 .header-nav .nav.navbar-nav {
		float: none;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		width: auto;
		margin: 0;
	}

	.site-header.header-style-2 .header-nav .fa-chevron-down {
		display: inline-block !important;
	}

	.header-nav .nav > li {
		position: relative;
		float: none;
		flex: 0 0 auto;
	}

	.header-nav .nav > li > a {
		font-size: 13px;
		padding: 26px 8px !important;
		font-weight: 600;
		letter-spacing: 0.1px;
		white-space: nowrap;
		line-height: 1.2;
	}

	.header-nav .nav > li > a > .nav-icon {
		font-size: 13px;
		width: 15px;
		margin-right: 4px;
	}

	.header-nav .nav > li > a::after {
		content: '';
		position: absolute;
		left: 8px;
		right: 8px;
		bottom: 14px;
		height: 2px;
		background: #f79503;
		transform: scaleX(0);
		transition: transform 0.25s ease;
	}

	.header-nav .nav > li.nav-cta > a {
		margin-left: 5px;
		padding: 10px 14px !important;
		font-size: 12px;
	}

	.header-nav .nav > li:hover > a::after,
	.header-nav .nav > li.active > a::after {
		transform: scaleX(1);
	}

	.header-nav .nav > li.nav-cta > a::after {
		display: none;
	}

	.site-header.header-style-2 .sticky-header.is-fixed .header-nav .nav > li > a {
		padding: 26px 8px !important;
	}

	.site-header.header-style-2 .sticky-header.is-fixed .header-nav .nav > li.nav-cta > a {
		padding: 10px 14px !important;
		line-height: 1.2;
	}

	.site-header.header-style-2 .sticky-header.is-fixed .extra-nav {
		padding: 0;
	}

	.site-header.header-style-2 .sticky-header.is-fixed .logo-header img {
		max-height: 104px;
	}

	.header-nav .nav > li.has-mega-menu {
		position: static !important;
	}

	.header-nav .nav > li.has-mega-menu > a {
		font-weight: 600;
		letter-spacing: 0.3px;
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu {
		position: absolute !important;
		left: 16px !important;
		right: 16px !important;
		top: 100% !important;
		width: auto !important;
		max-width: none !important;
		transform: translateY(8px) !important;
		margin-top: 0 !important;
		padding: 0 !important;
		display: flex !important;
		flex-wrap: nowrap;
		align-items: stretch;
		list-style: none;
		border: none !important;
		border-top: 4px solid #f79503 !important;
		border-bottom: none !important;
		background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%) !important;
		box-shadow:
			0 20px 50px rgba(0, 36, 50, 0.15),
			0 0 0 1px rgba(1, 7, 85, 0.06) !important;
		border-radius: 0 0 24px 24px !important;
		overflow: hidden !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		z-index: 1000;
		transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 4px;
		background: linear-gradient(90deg, #010755 0%, #0691cc 52%, #f79503 100%);
		pointer-events: none;
		z-index: 2;
	}

	.header-nav .nav > li.has-mega-menu:hover > .mega-menu {
		opacity: 1 !important;
		visibility: visible !important;
		display: flex !important;
		pointer-events: auto;
		transform: translateY(0) !important;
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu > li {
		display: block !important;
		flex: 1 1 0;
		float: none !important;
		width: auto !important;
		padding: 32px 28px 36px !important;
		position: relative;
		vertical-align: top;
		border-right: 1px solid rgba(0, 0, 0, 0.06);
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu > li:last-child {
		border-right: none;
		border-bottom-right-radius: 24px;
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu > li:first-child {
		border-bottom-left-radius: 24px;
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu > li::after {
		display: none !important;
	}

	/* AWG mega menu — balanced columns + 2-column Structure */
	.header-nav .nav > li.nav-mega-awg > .mega-menu > li.mega-menu-col--structure {
		flex: 1.85 1 0;
		min-width: 380px;
	}

	.header-nav .nav > li.nav-mega-awg > .mega-menu > li:not(.mega-menu-col--structure) {
		flex: 0.9 1 0;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 6px 22px;
		align-items: start;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col {
		display: block !important;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		position: static !important;
		background: transparent !important;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col__label {
		display: block;
		padding: 0 12px 10px;
		margin-bottom: 6px;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: #0691cc;
		border-bottom: 1px solid rgba(6, 145, 204, 0.16);
		pointer-events: none;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col > li:not(.mega-structure-col__label) {
		margin-bottom: 2px;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col > li > a {
		display: flex !important;
		align-items: center;
		gap: 8px;
		padding: 8px 12px !important;
		font-size: 13px !important;
		line-height: 1.35 !important;
		border-radius: 8px;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col > li > a > i.fa {
		flex: 0 0 16px;
		width: 16px;
		text-align: center;
		font-size: 12px;
		color: #010755 !important;
		opacity: 0.85;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col > li > a:hover > i.fa,
	.header-nav .nav > li.nav-mega-awg .mega-structure-col > li > a.active > i.fa {
		color: #f79503 !important;
		opacity: 1;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col > li > a.active {
		background: rgba(247, 149, 3, 0.1) !important;
		color: #010755 !important;
		font-weight: 600;
		box-shadow: inset 3px 0 0 #f79503;
	}

	.header-nav .nav > li.nav-mega-awg .mega-col-title {
		margin-bottom: 14px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(1, 7, 85, 0.08);
	}

	.header-nav .nav > li.nav-mega-awg > .mega-menu > li.mega-menu-col--leadership > ul > li > a {
		line-height: 1.45 !important;
		padding: 10px 12px !important;
	}

	.header-nav .nav > li.nav-mega-awg > .mega-menu > li.mega-menu-col--leadership > ul > li > a.active {
		background: rgba(247, 149, 3, 0.1) !important;
		color: #010755 !important;
		font-weight: 600;
		box-shadow: inset 3px 0 0 #f79503;
	}

	.header-nav .nav > li.nav-mega-degrees > .mega-menu > li {
		flex: 1 1 50%;
	}

	/* Scrollable lists for large commandery/aux menus */
	.header-nav .nav > li.nav-mega-scroll .mega-menu > li > ul {
		max-height: 280px;
		overflow-y: auto;
		padding-right: 4px;
		scrollbar-width: thin;
		scrollbar-color: #f79503 #f0f0f0;
	}
	.header-nav .nav > li.nav-mega-scroll .mega-menu > li > ul::-webkit-scrollbar {
		width: 5px;
	}
	.header-nav .nav > li.nav-mega-scroll .mega-menu > li > ul::-webkit-scrollbar-thumb {
		background: #f79503;
		border-radius: 4px;
	}

	/* Featured image panel (right column) */
	.header-nav .nav > li.has-mega-menu > .mega-menu > li.mega-menu-feature {
		flex: 0 0 250px;
		max-width: 280px;
		padding: 0 !important;
		border-right: none !important;
		background: linear-gradient(180deg, #010755 0%, #021a85 100%);
		overflow: hidden;
		border-bottom-right-radius: 24px;
	}

	.mega-menu-feature__link {
		display: flex;
		flex-direction: column;
		height: 100%;
		min-height: 100%;
		text-decoration: none;
		color: #fff;
	}

	.mega-menu-feature__media {
		position: relative;
		height: 150px;
		overflow: hidden;
		flex-shrink: 0;
	}

	.mega-menu-feature__media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.mega-menu-feature__link:hover .mega-menu-feature__media img {
		transform: scale(1.08);
	}

	.mega-menu-feature__media::after {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(1, 7, 85, 0.05) 0%, rgba(1, 7, 85, 0.82) 100%);
		pointer-events: none;
	}

	.mega-menu-feature__body {
		padding: 18px 20px 22px;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		border-top: 3px solid #f79503;
	}

	.mega-menu-feature__label {
		display: block;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: #f79503;
		margin-bottom: 6px;
	}

	.mega-menu-feature__title {
		display: block;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.25;
		color: #fff;
		margin-bottom: 6px;
	}

	.mega-menu-feature__text {
		display: block;
		font-size: 12px;
		line-height: 1.55;
		color: rgba(255, 255, 255, 0.78);
	}

	.mega-menu-feature__link:hover .mega-menu-feature__title {
		color: #ffd166;
	}

	.header-nav .nav > li.nav-mega-degrees > .mega-menu > li:not(.mega-menu-feature) {
		flex: 1 1 0;
	}

	.header-nav .nav > li.has-mega-menu .mega-col-title {
		display: flex;
		align-items: center;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		color: #f79503;
		margin-bottom: 16px;
		padding-bottom: 10px;
		border-bottom: 2px solid rgba(247, 149, 3, 0.25);
		white-space: normal;
	}

	.header-nav .nav > li.has-mega-menu .mega-col-title i,
	.header-nav .nav > li.has-mega-menu .mega-col-title > i.fa {
		display: inline-block;
		float: none !important;
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		background: rgba(204, 0, 0, 0.14) !important;
		border-radius: 5px;
		margin-right: 8px;
		font-size: 12px;
		color: #cc0000 !important;
		vertical-align: middle;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
		width: 100% !important;
		position: static !important;
		background: transparent !important;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li {
		float: none !important;
		display: block !important;
		width: auto !important;
		margin-bottom: 2px;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a {
		display: block !important;
		padding: 9px 12px !important;
		font-size: 13px !important;
		font-weight: 500;
		line-height: 1.4 !important;
		color: #444 !important;
		text-transform: none !important;
		border-radius: 5px;
		white-space: normal;
		position: relative;
		background: transparent !important;
		transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a:after {
		display: none !important;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a:hover {
		background: #fff !important;
		color: #f79503 !important;
		box-shadow: 0 3px 12px rgba(247, 149, 3, 0.1);
	}

	/* Nav & menu item icons */
	.header-nav .nav > li > a > .nav-icon {
		margin-right: 0;
		color: #f79503;
		font-size: 14px;
		width: 18px;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a > i.fa,
	.header-nav .nav > li .sub-menu > li > a > i.fa {
		display: inline-block;
		width: 18px;
		min-width: 18px;
		margin-right: 8px;
		color: #010755 !important;
		text-align: center;
		font-size: 13px;
		line-height: 1;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a {
		display: flex !important;
		align-items: center;
	}

	/* MEDIA sub-menu dropdown polish */
	.header-nav .nav > li.has-sub-menu {
		position: relative;
	}
	.header-nav .nav > li.has-sub-menu > .sub-menu {
		min-width: 220px;
		border-top: 3px solid #f79503 !important;
		border-radius: 0 0 18px 18px !important;
		overflow: hidden !important;
		box-shadow: 0 12px 30px rgba(0, 36, 50, 0.12);
		padding: 8px 0;
	}
	.header-nav .nav > li.has-sub-menu > .sub-menu > li > a {
		padding: 10px 20px !important;
		font-size: 13px;
		text-transform: none;
		transition: background 0.2s ease, padding-left 0.2s ease;
		display: flex !important;
		align-items: center;
	}
	.header-nav .nav > li.has-sub-menu > .sub-menu > li > a:hover {
		padding-left: 26px !important;
		background: rgba(247, 149, 3, 0.08) !important;
	}

	/* DEGREES — wide two-column dropdown (Knights | Ladies) */
	.header-nav .nav > li.nav-degrees-menu {
		position: relative;
	}

	.header-nav .nav > li.nav-degrees-menu > .sub-menu--degrees {
		min-width: 500px;
		width: max-content;
		padding: 0;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		overflow: hidden !important;
	}

	.header-nav .nav > li.nav-degrees-menu > .sub-menu--degrees > .sub-menu--degrees-wrap {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.header-nav .nav > li.nav-degrees-menu > .sub-menu--degrees > .sub-menu--degrees-wrap > a {
		display: none !important;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu--degrees-grid {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		min-width: 500px;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col {
		flex: 1 1 0;
		min-width: 240px;
		padding: 0;
		margin: 0;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--knights {
		background: linear-gradient(180deg, rgba(1, 7, 85, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
		border-right: 1px solid rgba(1, 7, 85, 0.08);
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--ladies {
		background: linear-gradient(180deg, rgba(247, 149, 3, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__title {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 14px 18px 12px;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: #010755;
		border-bottom: 1px solid rgba(1, 7, 85, 0.08);
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--ladies .sub-menu__title {
		color: #8a5a00;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__title .fa {
		width: 30px;
		height: 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
		font-size: 13px;
		flex-shrink: 0;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--knights .sub-menu__title .fa {
		background: rgba(1, 7, 85, 0.1);
		color: #010755;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--ladies .sub-menu__title .fa {
		background: rgba(247, 149, 3, 0.16);
		color: #c77700;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links {
		margin: 0;
		padding: 8px 0 10px;
		list-style: none;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li {
		margin: 0;
		padding: 0;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li > a {
		padding: 10px 18px !important;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.04em;
		white-space: nowrap;
		display: flex !important;
		align-items: center;
		color: #333;
		border-left: 3px solid transparent;
		transition: background 0.2s ease, padding-left 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li > a > .fa {
		color: #010755 !important;
		margin-right: 10px;
		width: 16px;
		min-width: 16px;
		text-align: center;
		font-size: 12px;
		opacity: 0.85;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--ladies .sub-menu__links > li > a > .fa {
		color: #c77700 !important;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li > a:hover,
	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li > a.active {
		padding-left: 22px !important;
		background: rgba(247, 149, 3, 0.1) !important;
		border-left-color: #f79503;
		color: #010755;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--knights .sub-menu__links > li > a:hover,
	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--knights .sub-menu__links > li > a.active {
		background: rgba(1, 7, 85, 0.06) !important;
		border-left-color: #010755;
	}

	.header-nav .nav > li .sub-menu > li > a {
		text-transform: none;
	}

	.site-header.header-style-2 .sticky-header.is-fixed .header-nav .nav > li.has-mega-menu > .mega-menu {
		top: 100% !important;
	}
}

@media only screen and (min-width: 1200px) {
	.header-nav .nav > li > a {
		font-size: 13px;
		padding: 27px 9px !important;
	}

	.header-nav .nav > li > a > .nav-icon {
		font-size: 14px;
		width: 16px;
		margin-right: 5px;
	}

	.header-nav .nav > li.nav-cta > a {
		padding: 10px 14px !important;
		font-size: 12px;
	}

	.site-header.header-style-2 .extra-nav #quik-search-btn.site-button {
		padding: 10px 14px !important;
	}

	.site-header.header-style-2 .extra-nav #quik-search-btn .fa {
		font-size: 15px;
	}

	.site-header.header-style-2 .dez-quik-search .form-control {
		height: 80px;
		min-height: 80px;
		font-size: 28px;
	}

	.site-header.header-style-2 .dez-quik-search .form-control::placeholder {
		font-size: 28px;
	}

	.header-nav .nav > li.has-mega-menu > .mega-menu > li {
		padding: 36px 36px 40px !important;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a {
		font-size: 14px !important;
		padding: 10px 14px !important;
	}
}

@media only screen and (min-width: 1400px) {
	.header-nav .nav > li > a {
		font-size: 14px;
		padding: 28px 12px !important;
	}

	.header-nav .nav > li.nav-cta > a {
		padding: 11px 16px !important;
		font-size: 13px;
	}

	.site-header.header-style-2 .extra-nav #quik-search-btn.site-button {
		padding: 11px 16px !important;
	}

	.site-header.header-style-2 .extra-nav #quik-search-btn .fa {
		font-size: 16px;
	}

	.site-header.header-style-2 .dez-quik-search .form-control {
		height: 88px;
		min-height: 88px;
		font-size: 30px;
	}

	.site-header.header-style-2 .dez-quik-search .form-control::placeholder {
		font-size: 30px;
	}

	.site-header.header-style-2 .logo-header {
		width: 235px;
	}

	.site-header.header-style-2 .logo-header img {
		max-height: 118px;
	}
}

/* Mobile nav polish */
@media only screen and (max-width: 991px) {
	.header-nav .nav > li.has-mega-menu .mega-menu > li.mega-menu-feature {
		display: none !important;
	}

	.header-nav .nav > li > a > .nav-icon {
		margin-right: 10px;
		color: #f79503;
		width: 20px;
		text-align: center;
	}
	.header-nav .nav > li.has-mega-menu .mega-col-title {
		display: block;
		font-weight: 700;
		color: #f79503;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a > i.fa,
	.header-nav .nav > li .sub-menu > li > a > i.fa {
		margin-right: 10px;
		color: #f79503;
		width: 18px;
		min-width: 18px;
		text-align: center;
		font-size: 14px;
	}
	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a,
	.header-nav .nav > li .sub-menu > li > a {
		display: flex !important;
		align-items: center;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-grid {
		display: block;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col {
		margin-bottom: 12px;
	}

	.header-nav .nav > li.nav-mega-awg .mega-structure-col__label {
		padding: 8px 15px 6px;
		font-size: 11px;
		color: #0691cc;
		border-bottom: none;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__title {
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 800;
		color: #f79503;
		padding: 12px 15px 8px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 0.1em;
		border-bottom: none;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--knights .sub-menu__title {
		color: #010755;
	}

	.header-nav .nav > li.nav-degrees-menu > .sub-menu--degrees {
		min-width: 0;
		width: 100%;
		transform: none;
		left: auto;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu--degrees-grid {
		display: block;
		min-width: 0;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col {
		min-width: 0;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		background: transparent;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col:last-child {
		border-bottom: none;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links {
		padding: 0 0 8px;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li > a {
		padding: 10px 15px 10px 22px !important;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.02em;
		border-left: none;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__links > li > a > .fa {
		margin-right: 10px;
		color: #f79503;
		width: 18px;
		min-width: 18px;
		text-align: center;
		font-size: 14px;
	}

	.header-nav .nav > li.nav-degrees-menu .sub-menu__col--knights .sub-menu__links > li > a > .fa {
		color: #f79503;
	}
	.header-nav .nav > li.nav-cta > a {
		margin: 8px 15px;
		text-align: center;
		border-radius: 4px;
	}
	.header-nav .nav > li.nav-cta-market > a {
		background: #cc0000;
		color: #fff !important;
		border-radius: 999px;
	}
	.header-nav .nav > li.nav-cta-contact > a {
		background: #f79503;
		color: #fff !important;
		border-radius: 999px;
	}
	.header-nav .nav > li.nav-cta-contact > a .nav-icon {
		color: #fff !important;
	}
	.header-nav .nav > li.nav-cta-join > a {
		background: #010755;
		color: #fff !important;
	}
	.contact-hero-cards {
		margin-top: 0;
	}
}

/* Mega menu dropdown icons — column headers red, link icons navy */
@media only screen and (min-width: 992px) {
	.header-nav .nav > li.has-mega-menu .mega-col-title i,
	.header-nav .nav > li.has-mega-menu .mega-col-title > i.fa {
		background: rgba(204, 0, 0, 0.14) !important;
		color: #cc0000 !important;
	}

	.header-nav .nav > li.has-mega-menu .mega-menu > li > ul > li > a > i.fa,
	.header-nav .nav > li.has-sub-menu > .sub-menu > li > a > i.fa,
	.header-nav .nav > li .sub-menu > li > a > i.fa {
		color: #010755 !important;
	}
}
