/*!
Theme Name: FiberAtMyAddress
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fiberatmyaddress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FiberAtMyAddress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


/* === Local Fonts: Space Grotesk === */
/* === Poppins (local) === */
@font-face {
	font-family: "Poppins";
	src: local("Poppins Regular"), local("Poppins-Regular"),
		url("assets/fonts/webfont/Poppins-Regular.woff2") format("woff2"),
		url("assets/fonts/webfont/Poppins-Regular.woff") format("woff"),
		url("assets/fonts/webfont/Poppins-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: local("Poppins Medium"), local("Poppins-Medium"),
		url("assets/fonts/webfont/Poppins-Medium.woff2") format("woff2"),
		url("assets/fonts/webfont/Poppins-Medium.woff") format("woff"),
		url("assets/fonts/webfont/Poppins-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
		url("assets/fonts/webfont/Poppins-SemiBold.woff2") format("woff2"),
		url("assets/fonts/webfont/Poppins-SemiBold.woff") format("woff"),
		url("assets/fonts/webfont/Poppins-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: local("Poppins Bold"), local("Poppins-Bold"),
		url("assets/fonts/webfont/Poppins-Bold.woff2") format("woff2"),
		url("assets/fonts/webfont/Poppins-Bold.woff") format("woff"),
		url("assets/fonts/webfont/Poppins-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}






:root{
--color-primary: #C23A7A;
  --color-secondary: #102A72;
  --color-text: #344054;
  --color-text-dark: #101828;
  --color-text-light: #667085;
}




body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text);
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 .4em 0;
	color: var(--color-secondary);
}

p {
	margin-bottom: 1.5em;
}


h1 {
	font-size: 50px;
	font-weight: 600;

}

h2 {
	font-size: 40px;
	font-weight: 500;
}

h3 {
	font-size: 22px;
	font-weight: 500;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding-inline-start: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-primary);
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color:var(--color-secondary);
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 ;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/** Custom */

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.btn {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	text-decoration: none;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	cursor: pointer;
}

.btn.primary-btn:hover {
	color: #fff;
	background: var(--color-secondary)
}

.btn:visited {
	color: #fff
}

.btn.secondary-btn {
	background: transparent;
	color: var(--color-primary);
}

.btn.secondary-btn:visited {
	color: var(--color-primary);
}


#masthead {
	display: flex;
	padding: 15px 40px;
	border-bottom: 0px solid #FFFFFF33;
	position: relative;
	z-index: 99;
	min-height:105px;
	margin-bottom: -105px;
}

#masthead #menu-item-321{display:none}

#masthead a:focus {
	outline: none
}

#masthead .current_page_item a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(100% + 5px);
	height: 10px;
	background: url(/wp-content/uploads/2026/01/tapered-divider.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#masthead .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#masthead .site-branding, #masthead .menu-toggle{
	z-index:999
}

#masthead .custom-logo {
	max-width: 265px
}

#masthead #primary-menu {
	gap: 50px;
	width: fit-content
}

#masthead #primary-menu li a {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

#masthead .header-cta.btn {
	font-size: 16px;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	background: var(--color-primary);



}

#masthead .header-cta.btn:hover {
	background-color: var(--color-primary)
}

section,
.section {
	padding: 100px 40px;
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1210px;
	position: relative;
}


.columns {
	display: flex;
	gap: 40px;
	position: relative;
	align-items: center;
}


.columns .column {
	flex: 1;
	width:100%;
	min-width: 0;
	position: relative;
}





.home .hero-section {
	padding-top: 120px;
	padding-bottom: 00px;
	background: linear-gradient(135deg, #102A72 0%, #183C96 60%, #6D7CFF 100%);
    overflow:hidden;

	position:relative;

}

.home .hero-section:after{content:"";
position:absolute;
width:50vw;
height:100%;
	right:0;
	top:0;
background-image:url("/wp-content/uploads/2026/01/hero-network-lines.png"),
  url("/wp-content/uploads/2026/01/mask-shape-hero.svg")
  ;
	background-size:cover, contain;
	background-position:-25% 0, top;
	background-repeat:no-repeat;
pointer-events:none;
	display:none;
	
}

.home .hero-section:before{content:"";
position:absolute;
width:20vw;
height:100%;
	right:0;
	top:0;
background:#0f0d1d;
	pointer-events:none;
	display:none;
	
}
.home .hero-section > div{z-index:1}
.home .hero-section .columns{    align-items: self-end;}
.home .hero-section .column-content{padding:80px 0;
    align-self: flex-start;
flex:60%}

.home .hero-section .column-media{
	flex:40%
}

.home .hero-section .hero-section-media{display:flex;
    align-items: flex-end;
}

.home .hero-section .hero-section-media img{
	width:100%;
	max-width:430px;
pointer-events:none;
margin:auto;}

.home .hero-section h1 {
	color:#fff;
}

.home .hero-section h1 span {
	position: relative;
}

.home .hero-section h1 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 5px;
	background: url(/wp-content/uploads/2026/01/tapered-divider.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.home .hero-section .section-intro p {
	font-size: 17px;
	color: #fff;
}


.home .hero-section .zip-search .zip-search-bar{box-shadow: 0 10px 30px rgba(63, 94, 245, 0.12);}


.zip-error {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #DC2626; 
	position:absolute;
	    background: white;
    padding: 0 5px;
    border-radius: 2px;
    font-weight: 500;
}

.zip-search .zip-search-bar {
	width: 100%;
	max-width: 550px;
	padding: 0px;
	border-radius: 8px;
	background: #fff;
	display: flex;
	margin-top:20px;
	position: relative;
	overflow: hidden;
}


.zip-search-bar::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2025/10/location-pin.svg") no-repeat center;
  background-size: contain;
  pointer-events: none; /* don’t block clicks/typing */
}

/* Input styling */
.zip-search-bar .zip-input {
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 24px 18px 52px; /* space for the icon */
  background-color: #fff;
}
.zip-search-bar ::placeholder{opacity:1}

/* Autofill styling (optional, just for colors) */
.zip-search-bar .zip-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
}

.zip-search button {
	flex: 0 0 auto;
	display: flex;
    align-items: center;
    gap: 5px;
}

.home .hero-section .hero-benefits-cards{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.home .hero-section .hero-benefit-card{
  padding:10px 14px 10px 30px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:500;
  position:relative;
}

.home .hero-section .hero-benefit-card::before{
  content:"";
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  background:url("/wp-content/uploads/2026/03/circle-tick.svg") no-repeat center;
  background-size:contain;
	filter: brightness(0) invert(1);

}



.providers-inline-wrap{
  margin-top:48px;
}

.providers-inline-text{
  margin-bottom:10px;
  font-size:12px;
  line-height:1.4;
  font-weight:500;
  color:rgba(255,255,255,0.75);
}

.providers-inline-logos{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

.provider-inline-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.provider-inline-logo img{
  display:block;
  width:auto;
  height:24px;
  max-width:90px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:0.95;
}

.provider-inline-more{
  font-size:12px;
  line-height:1;
  font-weight:600;
  color:#fff;
  white-space:nowrap;
}





.home .top-plans-widget{
  width:100%;
  max-width:200px;
  background:#fff;
  border-radius:14px;
  padding:10px;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  font-family:inherit;
	position:absolute;
	top: 92px;
    right: -20px;
}

.home .top-plans-widget h3{
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  color:#1b2559;
}

.home .top-plans-list{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.home .top-plan-item{
  display:grid;
  grid-template-columns:26px 1fr auto;
  align-items:center;
  gap:6px;
  padding:7px 7px;
  background:#fff;
  border:1px solid #eef1f6;
  border-radius:9px;
}

.home .top-plan-logo{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}

.home .top-plan-content{
  min-width:0;
}

.home .top-plan-name{
  margin:0;
  font-size:10px;
  line-height:1.15;
  font-weight:700;
  color:#1b2559;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home .top-plan-meta{
  margin:2px 0 0;
  font-size:8px;
  line-height:1.2;
  color:#6f7894;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home .top-plan-price{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  line-height:1;
  white-space:nowrap;
}

.home .top-plan-price-label{
  font-size:7px;
  font-weight:600;
  color:#6f7894;
  margin-bottom:2px;
  text-transform:uppercase;
  letter-spacing:0.02em;
}

.home .top-plan-price-value{
  font-size:10px;
  font-weight:700;
  color:#1b2559;
}






.how-it-works-section .section-title, .how-it-works-section .section-intro {
	text-align: center
}

.how-it-works-section .section-intro {max-width:840px;
margin-left:auto;
margin-right:auto}

.how-it-works-section .columns {
	gap: 24px;
	margin-top: 48px;
	align-items:stretch;
}

.how-it-works-section .icon-grid-item {
	padding: 42px 24px 0 24px;
	border-radius: 12px;
	border: 1px solid #dbdcdd;
	text-align:center;
}

.how-it-works-section .icon-grid-number {
	position: absolute;
	right: 24px;
	top: 24px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1em;
	opacity: .9
}

.how-it-works-section .icon-grid-media {
	display:flex;
}

.how-it-works-section .icon-grid-media img {
	width: 100%;
	height:230px;
	object-fit:cover;
	object-position: top center;
	margin-top:-20px;
	
}

.how-it-works-section .icon-grid-title {

}

.how-it-works-section .icon-grid-content {
	color: var(--color-text-light);
	font-size:15px;
}

.general-section-media {
	text-align: center
}

.general-section-media img {
	width: 100%;
	border-radius:12px;
}

body:not(.home) .general-section-media img {
	max-width: 500px;
}

.home .general-section-image-left {
padding-bottom: 10px
}

.home .general-content-section.full-width{
	padding-top:50px
}

.home .general-section-image-right {
	padding-top: 50px
}

.home main>section:nth-child(2 of .general-section-image-left) {
	padding-bottom: 100px;
	padding-top: 50px
}

.home .general-section-image-right {
	padding-bottom: 10px
}


.why-choose-us-section {
	background: #F8F6FF80;
}


.why-choose-us-section .columns {
	gap: 24px;
	align-items: stretch;
}

.why-choose-us-section .container>.columns>.column-left {
	max-width: 400px
}


.why-choose-us-section .columns-defer {
	flex-wrap: wrap
}

.why-choose-us-section .columns-defer .column {
	flex: 0 0 calc(50% - 12px);
	box-sizing: border-box;
	padding: 24px;
	border: 1px solid #6E3EF414;
	border-radius: 12px;
	background: #fff;
}

.why-choose-us-section .columns-defer .column .icon-grid-media img {
	width: 40px
}

.why-choose-us-section .columns-defer .column .icon-grid-title {
	margin-top: 48px
}

.why-choose-us-section .columns-defer .column .icon-grid-content p {
	color: var(--color-text-light)
}

.why-choose-us-section .section-buttons {
	margin-top: 32px
}




.faq-section .section-title {
	text-align: center;
}





.faq-section {
  --primary-blue: #1a3a8a;
  --dark-navy: #0a1a44;
  --accent-orange: #C23A7A;
  --border-color: #e1e8f5;
}

.faq-section .container {
  max-width: 840px;
}


.faq-section .section-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.faq-section .section-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.faq-section .faqs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  max-width: 100%;
}

.faq-section .faq-item {
  margin: 0;
}

.faq-section .faqs details {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  padding: 0;
  user-select: none;
  overflow: hidden;
}

.faq-section .faqs details[open] {
  border-color: var(--primary-blue);
  box-shadow: 0 10px 20px rgba(26, 58, 138, 0.05);
}

.faq-section summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 700;
  color: var(--primary-blue);
  transition: background-color 0.3s ease;
}

.faq-section summary:hover {
  background-color: #f8faff;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section .faq-question {
  line-height: 1.35;
  margin: 0;
  color: var(--primary-blue);
  flex: 1;
}

.faq-section summary::after {
  content: '+';
  flex: 0 0 auto;
  font-size: 30px;
  line-height: 1;
  color: var(--accent-orange);
  font-weight: 400;
  transition: transform 0.3s ease;
}

.faq-section details[open] > summary::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-section .faq-answer-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 250ms ease;
}

.faq-section .faq-answer {
  padding: 0 24px 20px 24px;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
  max-width: 100%;
}

.faq-section .faq-answer p:last-child {
  margin-bottom: 0;
}





.internet-providers-section {
	background: #f4f6ff
}

.internet-providers-section .section-title {
	text-align: center
}
.internet-providers-section .section-intro{
	max-width: 840px;
    margin-left: auto;
    margin-right: auto;
	text-align:center
}

.internet-providers-section .providers-list {
	margin: 48px auto 40px;
	max-width: 1010px;
}

.internet-providers-section .provider-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 13px 0 #c1c1c10a;
	padding: 22px 28px;
}

.internet-providers-section .provider-card:not(:last-of-type) {
	margin-bottom: 16px;
}

.internet-providers-section .provider-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.internet-providers-section .provider-col {
	min-width: 0;
}

.internet-providers-section .provider-col-logo {
	flex: 0 0 150px;
	max-width: 150px;
}

.internet-providers-section .provider-col-content {
	flex: 1 1 auto;
}

.internet-providers-section .provider-col-cta {
	flex: 0 0 250px;
	max-width: 250px;
}

.internet-providers-section .provider-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.internet-providers-section .provider-card .provider-logo img,
.internet-providers-section .provider-logo-img {
	height: 54px;
	width: 135px;
	object-fit: contain;
	object-position: left center;
	display: block;
}

.internet-providers-section .provider-card .provider-title {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color-secondary);
	margin-bottom: 5px;
}

.internet-providers-section .provider-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}

.internet-providers-section .provider-spec-item {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.internet-providers-section .provider-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	width: 100%;
}

.internet-providers-section .provider-price {
	text-align: right;
	flex: 1 1 auto;
}

.internet-providers-section .provider-price-label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	color: #6b7280;
}

.internet-providers-section .provider-price-value {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
}

.internet-providers-section .provider-col-cta .provider-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 14px 24px;
	margin: 0;
	float: none;
	width: auto;
	max-width: 100%;
}

.internet-providers-section .provider-description,
.internet-providers-section .provider-description p {
	margin: 0;
}
.internet-providers-section .providers-view-all {
	text-align: center
}

.internet-providers-section .providers-view-all a {
	color: var(--color-primary);
	text-decoration: underline;
	background: transparent;
	padding: 0;
	border: none
}

.internet-providers-section .providers-view-all a:hover {
	background: transparent;
	color: var(--color-secondary)
}



.home .general-section-title-left {
	background: #f4f6ff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.general-section-title-left .column-left {
	flex: 0 0 40%
}


.home .about-us-stats-section .section-intro h2:last-of-type {
	margin-top: 50px
}

.location-search-cta-section {
	padding: 0px
}

.location-search-cta-section h2{
	color:#fff;
}

.location-search-cta-section .section-intro{max-width:900px}




.location-search-cta-section .container {
	padding: 50px 50px;
	border-radius: 5px;
	background: #000;
	border-radius: 15px;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.location-search-cta-section .container:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2026/03/check-fibre-availability-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: .3
}

.location-search-cta-section .zip-search .zip-search-bar {
	margin-top: 30px
}


footer {
	background: #0a1a44;
	padding: 64px 40px 20px;
}

footer .footer-menu ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	list-style: none;
}

footer .footer-menu ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none
}


footer .legal-menu ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	list-style: none;
}

footer .legal-menu ul li a {
	color: #FFFFFFCC;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none
}

footer .footer-top {
	padding-bottom: 48px
}

footer .footer-bottom {
	padding-top: 20px;
	border-top: solid 1px #FFFFFF33
}

footer .site-copyright {
	color: #FFFFFFCC
}

footer .footer-brand {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

footer .footer-brand .footer-logo{max-width:250px}

footer .footer-badge {
	color: var(--color-text-dark);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid #6E3EF426;
	background: #fff;
	line-height: 1.2
}

footer .column-left {
	max-width: 400px
}




/** Subpages hero **/
body:not(.home) #masthead {
	background: transparent
}

body:not(.home) #masthead #primary-menu a{color: #fff;}

.hero-section.subpage {
	background: #0a1a44;
	position: relative;
	z-index: 1;
	min-height: 320px;
	padding-bottom: 50px;
	padding-top: 150px;
}

.hero-section.subpage:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% + 102px);
	top: -102px;
	left: 0;
	z-index: -1;
	background: linear-gradient(to bottom right,
			#050318 0%,
			/* top-left */
			#050318 30%,
			/* left side continuation */
			#040f23 60%,
			/* top-right tone */
			#19265b 100%
			/* bottom-right */
		);
}

.hero-section.subpage:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2026/03/check-fibre-availability-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 96% 4%;
	opacity: .3;


}


.hero-section.subpage h1 {
	color: #fff;
	margin-bottom: 15px
}

.hero-section.subpage .section-intro {
	max-width: 700px
}

.hero-section.subpage .section-intro p {
	color: #fff
}

.hero-section.subpage .breadcrumbs {
	color: #fff
}

.hero-section.subpage .breadcrumbs a {
	text-decoration: none;
	color: #fff
}

.hero-section.subpage .breadcrumbs a:hover {
	color: var(--color-primary)
}

.hero-section.subpage .last-updated svg {
	width: 12px;
	fill: #fff
}

.hero-section.subpage .last-updated-text {
	color: #fff
}



.page-id-37 .general-content-section {
	padding-bottom: 20px;
	padding-top: 80px
}

.page-id-37 .internet-providers-cards-section {
	padding-top: 20px
}

.internet-providers-cards-section .columns {
	align-items: flex-start;
	margin-top: 30px
}

.internet-providers-cards-section .column-left {
	flex: 0 0 65%
}

.internet-providers-cards-section .column-right {
	position: sticky;
	top: 20px
}

.internet-providers-cards-section .provider-card {
	scroll-margin-top: 20px;
}


.internet-providers-cards-section .providers-list {display:flex;
flex-direction:column;
gap:24px}

.internet-providers-cards-section .provider-card {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #09071B14;
}

.internet-providers-cards-section .provider-card-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.internet-providers-cards-section .provider-logo img {
	width: 160px;
	height: 60px;
	object-fit: contain;
	object-position: left center;
}

.internet-providers-cards-section .provider-plans {
	margin-top: 20px
}

.internet-providers-cards-section .provider-title {
	font-size: 27px
}


.internet-providers-cards-section .providers-sticky-sidebar {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #09071B14;

}

.internet-providers-cards-section .providers-sticky-sidebar .providers-anchor-list {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 20px
}


.internet-providers-cards-section .providers-sticky-sidebar .providers-anchor-list a {
	color: var(--color-text);
	text-decoration: none;
	font-size: 20px
}

.internet-providers-cards-section .providers-sticky-sidebar .providers-anchor-list a:hover {
	color: var(--color-primary)
}

.internet-providers-cards-section .providers-sticky-sidebar .sidebar-title {
	font-size: 24px;
	font-weight: 600
}




/** About Page **/

.page-id-181 .about-us-stats-section {
	padding-bottom: 10px;
	padding-top: 80px
}

.about-us-stats-section .columns-icons {
	margin-top: 40px
}

.about-us-stats-section .icon-grid-title {
	color: var(--color-primary);
	font-size: 26px;
	margin-bottom: 10px
}

.about-us-stats-section .icon-grid-content p {
	margin: 0px
}


.page-id-181 .general-section-image-left {
	padding-bottom: 10px
}


.page-id-181 .team-members-section {
	padding-bottom: 10px
}

.team-members-section .team-members-list {
	margin-top: 40px
}


.team-members-section .team-member-row {
	align-items: flex-start;
}

.team-members-section .team-members-list .team-member {
	margin-bottom: 30px;
}

.team-members-section .team-members-list .team-member:last-of-type {
	margin-bottom: 0;
}

.team-members-section .team-member-row .column-left {
	flex: 0 0 270px
}

.team-members-section .tm-photo img {
	width: 270px;
	height: 350px;
	object-fit: cover;
	object-position: top center;
	border-radius: 5px
}

.team-members-section .tm-name {
	font-size: 30px;
	font-weight: 600;
	
}

.team-members-section .tm-position {
	font-weight: 600
}

.team-members-section .tm-bio {
	max-width: 700px
}


.page-id-181 .faq-section {
	padding-top: 80px
}

.page-id-181 .faq-section .section-title {
	text-align: left
}

.page-id-181 .faq-section .faqs {
	margin-left: 0px
}



/** Contact Page **/

.page-id-208 .contact-form-section {
	padding-top: 80px
}

.contact-form-section .columns {
	align-items: flex-start
}

.contact-form-section .social-grid {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	margin-top: 15px
}

.contact-form-section .social-label {
	display: none
}



.contact-form-section .social-grid a svg.social-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	object-position: center;
	fill: var(--color-primary)
}

.contact-form-section .social-grid .social-facebook svg.social-icon {
	width: 27px
}

.contact-form-section .social-grid a:hover svg.social-icon {
	fill: var(--color-secondary)
}


.wpcf7-form .columns {
	gap: 24px 10px;
}

.wpcf7-form .row {
	margin-bottom: 25px
}

.wpcf7-form p {
	margin: 0px
}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	background: #f4f6ff;
	border-radius: 4px;
	padding: 10px 16px;
	border: none;
	line-height: 1.5em
}

.wpcf7-form .wpcf7-submit {
	width: fit-content;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	text-decoration: none;
	display: inline-block;
}

.wpcf7-form label {
	font-weight: 500
}


/** Privacy Policy **/

.page-id-108 .general-content-section {
	padding-top: 80px
}



/** Blog Page **/

.blog-listing-section {
	padding-top: 80px
}

.blog-listing-section .columns {
	align-items: flex-start;
}

.blog-listing-section .column-left {
	flex: 0 0 75%;
}

.blog-listing-section .blog-posts-list {display:flex;
flex-direction:column;
gap:24px}

.blog-listing-section .blog-posts-list article {
	display: flex;
	gap: 24px;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #09071B14;
	margin: 0px;
}

.blog-listing-section .blog-card-media {
	flex: 0 0 35%;
}

.blog-listing-section .blog-card-media img {
	border-radius: 5px
}

.blog-listing-section .blog-card-title {
	font-size: 30px;
	margin-bottom: 5px;
}


.blog-listing-section .blog-card-title a {
	font-size: 30px;
	text-decoration: none;
	color: var(--color-text)
}

.blog-listing-section .blog-card-meta {
	margin-bottom: 16px
}

.blog-listing-section .blog-card-excerpt {
	margin-bottom: 16px
}

.blog-listing-section .blog-sticky-sidebar {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #09071B14;
}


.blog-listing-section .sidebar-title {
	font-size: 27px
}

.blog-listing-section .top-posts-list {
	list-style: none;
	margin: 15px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.blog-listing-section .top-post-link {
	text-decoration: none;
	color: var(--color-text);
	font-weight: 600
}

.blog-listing-section .top-post-date {
	font-size: 12px;
	line-height: 1em
}



/** Single Blog **/
.single-post .post-meta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	/* spacing between each meta item */
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.single-post .post-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	/* space between icon and text */
}

.single-post .post-meta-item svg {
	width: 12px;
	height: 12px;
	fill: #fff;
	flex-shrink: 0;
}

.single-post .post-meta-item a {
	color: #fff;
	text-decoration: none;
}

.single-post .post-meta-item a:hover {
	text-decoration: underline;
}

.single-post .single-post-media img {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 10px
}

.single-post .single-post-content-section .columns {
	align-items: flex-start;
}

.single-post .single-post-content-section .column-left {
	flex: 0 0 75%;

}

.single-post .single-post-content-section .column-left article {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #09071B14;
}

.single-post .single-post-content-section {
	padding-top: 80px
}



.single-post .blog-sticky-sidebar {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #09071B14;
}


.single-post .sidebar-title {
	font-size: 27px
}

.single-post .top-posts-list {
	list-style: none;
	margin: 15px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.single-post .top-post-link {
	text-decoration: none;
	color: var(--color-text);
	font-weight: 600
}

.single-post .top-post-date {
	font-size: 12px;
	line-height: 1em
}

.single-post .nav-links a {
	text-decoration: none;
	color: var(--color-secondary)
}

.single-post .nav-links a:hover {
	color: var(--color-primary)
}


.check-availability-hero .zip-search .zip-search-bar {
	margin-top:10px
}

.check-availability-result {padding-top: 80px}


.page-id-289 .general-content-section.full-width{padding-top:80px}


/** Tablet View **/

@media (max-width: 1024px) {
	
	h1 { font-size: 40px}
	h2 { font-size: 32px}
	#masthead ul li {width:fit-content}
	
	#masthead .header-cta-wrap {display:none}
	#masthead #menu-item-321{display:block;
	margin-top: 30px}
	
	#masthead #menu-item-321 a {font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    text-decoration: none;
    display: inline-block;
    min-width: 140px;
    text-align: center;
    cursor: pointer;}
	
	#masthead #menu-item-321 a::after{display:none !important}
	
	#masthead .menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

#masthead .menu-toggle span {
	position: absolute;
	width: 26px;
	height: 3px;
	background: #fff; /* adjust to your theme */
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 0.25s ease, opacity 0.25s ease;
}
	.home	#masthead .menu-toggle span{background: #fff}

/* three bars */
#masthead .menu-toggle .menu-toggle-bar:nth-child(1) {
	top: 12px;
}
#masthead .menu-toggle .menu-toggle-bar:nth-child(2) {
	top: 20px;
}
#masthead .menu-toggle .menu-toggle-bar:nth-child(3) {
	top: 28px;
}

/* OFF-CANVAS MENU */
#masthead .main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 160px 20px 20px;
	position: fixed;
	top: 0px;
	right: -100vw; /* hidden state */
	width: 100vw;
	height: 100vh;
	background: #0a1a44; /* adjust */
	transition: right 0.3s ease;
	display: block; /* we’ll control visibility via off-canvas movement */
	z-index: 99;
	border-top: 1px solid #FFFFFF33;
}
	#masthead #primary-menu {width: 100vw;}	
	
#masthead .main-navigation ul li {
	margin-bottom: 12px;
}
#masthead #primary-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
}

/* When toggled, slide panel in */
#masthead .main-navigation.toggled ul {
	right: 0;
}

/* Animate hamburger to X when nav is toggled */
#masthead .main-navigation.toggled .menu-toggle .menu-toggle-bar:nth-child(1) {
	transform: translate(-50%, 8px) rotate(45deg);
}
#masthead .main-navigation.toggled .menu-toggle .menu-toggle-bar:nth-child(2) {
	opacity: 0;
}
#masthead .main-navigation.toggled .menu-toggle .menu-toggle-bar:nth-child(3) {
	transform: translate(-50%, -8px) rotate(-45deg);
}
	
	
	.home .hero-section .column-content {
		padding: 50px 0px;
	}
	
}
	
/** Mobile View **/

@media (max-width: 768px) {
	
	#masthead {padding: 12px 20px}
	#masthead .custom-logo {width: 210px;
	margin-bottom:-10px}
	
	
	
	
	
	
	footer {padding:60px 30px}	
	footer .footer-brand {gap:5px}
	footer .footer-menu ul, footer .legal-menu ul {flex-direction:column;
	gap:5px}
	footer .footer-bottom {flex-direction:column-reverse}
	
	
	
	h1{font-size:32px}
	h2{font-size:27px}
	h3{font-size:20px}
	section, .section {padding: 80px 30px}
	.columns {flex-direction:column}
	
	.home .hero-section {padding-top:150px;
	padding-bottom: 00px}
	.home .hero-section .section-intro p{font-size:16px}
	.home .hero-section:before{display:none}
	.home .hero-section:after{
		width:100vw;
		background-size:cover, 0;
	background-position: bottom, center}
	.home .hero-section .column-content{padding: 0 0 20px 0}
	.zip-search .zip-search-bar {margin-top:30px}
	
	.internet-providers-section .provider-row {align-items: flex-start;
	gap: 25px}
	
	.internet-providers-section .provider-col-cta .provider-cta {float: inline-start}
	
	.home .general-section-image-right .columns {flex-direction: column-reverse}
	
	.home main>section:nth-child(2 of .general-section-image-left) {padding-bottom:80px}
	
	.home .general-content-section.full-width {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.general-section-title-left .columns{gap:00px}
	
	.about-us-stats-section .columns-icons {gap:20px}
	.about-us-stats-section .icon-grid-title {margin-bottom:0px}
	
	.location-search-cta-section .container {padding:50px 24px}
	.location-search-cta-section {padding: 0px 10px }
	
	
	.hero-section.subpage {min-height:0px}
	
	.internet-providers-cards-section .columns {flex-direction:column-reverse}
	.internet-providers-cards-section .column-right {position:relative}
	.internet-providers-cards-section .provider-card-header {flex-direction:column-reverse;
	align-items: flex-start;}
	.internet-providers-cards-section .provider-card-header-right {margin-left:auto;
	margin-bottom:10px}
	.internet-providers-cards-section .provider-title {font-size:20px}
	
	
	.blog-listing-section .columns {}
	.blog-listing-section .blog-posts-list article {flex-direction:column}
	
	
	.single-post .single-post-content-section .column-left article {padding: 0px;
	border:none}
	

	
	.zip-search-bar .zip-input {padding-left:30px;}
	.zip-search-bar::before{left: 10px}
	.zip-search button {min-width:0px; padding: 12px 18px}
	
	
	.internet-providers-section .providers-list {
		margin: 32px auto 24px;
		max-width: 100%;
	}

	.internet-providers-section .provider-card {
		padding: 18px 16px;
		border-radius: 12px;
	}

	.internet-providers-section .provider-card:not(:last-of-type) {
		margin-bottom: 14px;
	}

	.internet-providers-section .provider-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.internet-providers-section .provider-col,
	.internet-providers-section .provider-col-logo,
	.internet-providers-section .provider-col-content,
	.internet-providers-section .provider-col-cta {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.internet-providers-section .provider-logo {
		justify-content: flex-start;
	}

	.internet-providers-section .provider-card .provider-logo img,
	.internet-providers-section .provider-logo-img {
		height: 44px;
		width: 120px;
		object-position: left center;
	}

	.internet-providers-section .provider-card .provider-title {
		font-size: 17px;
		line-height: 1.35;
		margin-bottom: 6px;
	}

	.internet-providers-section .provider-specs {
		gap: 8px 16px;
	}

	.internet-providers-section .provider-spec-item {
		font-size: 13px;
		line-height: 1.45;
	}

	.internet-providers-section .provider-actions {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 14px;
	}

	.internet-providers-section .provider-price {
		text-align: left;
		width: 100%;
	}

	.internet-providers-section .provider-price-label {
		font-size: 11px;
		margin-bottom: 2px;
	}

	.internet-providers-section .provider-price-value {
		font-size: 22px;
		line-height: 1.15;
	}

	.internet-providers-section .provider-col-cta .provider-cta {
		width: 100%;
		min-width: 0;
		padding: 13px 18px;
	}

	.internet-providers-section .provider-description,
	.internet-providers-section .provider-description p {
		font-size: 14px;
		line-height: 1.55;
	}
	
	
	
	
	
	
	
	.home .top-plans-widget {
    max-width: 150px;
    padding: 7px;
    top: 60px;
    right: 0;
  }

  .home .top-plans-widget h3 {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .home .top-plan-item {
    grid-template-columns: 20px 1fr auto;
    gap: 4px;
    padding: 5px;
  }

  .home .top-plan-logo {
    width: 16px;
    height: 16px;
  }

  .home .top-plan-name {
    font-size: 8px;
  }

  .home .top-plan-meta {
    font-size: 6px;
  }

  .home .top-plan-price-label {
    font-size: 5px;
  }

  .home .top-plan-price-value {
    font-size: 8px;
  }
	
	
	  .providers-inline-logos{
    gap:14px;
  }

  .provider-inline-logo img{
    height:16px;
    max-width:75px;
  }

  .provider-inline-text,
  .provider-inline-more{
    font-size:11px;
  }
	
}


