/*!
Theme Name: Internet At My Address
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.27
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: internet-at-my-address
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) === */
:root{
--color-primary: #315cff;
  --color-secondary: #07142f;
  --color-text: #667085;
  --color-text-dark: #07142f;
  --color-text-light: #667085;
}




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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.14;
	margin: 0 0 .45em 0;
	color: var(--color-secondary);
	letter-spacing: -.035em;
}

p {
	margin: 0 0 1.35em;
	color: var(--color-text);
	font-size: 16px;
	line-height: 1.78;
}


h1 {
	font-size: 52px;
	font-weight: 660;
}

h2 {
	font-size: 34px;
	font-weight: 650;
}

h3 {
	font-size: 24px;
	font-weight: 640;
}

.section-title {
	font-size: 34px;
	line-height: 1.15;
	font-weight: 650;
	letter-spacing: -.03em;
	color: var(--color-secondary);
}

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 {
	display: none;
}

@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 ;
	width: 1px;
	word-wrap: normal ;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto ;
	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 ;
	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;
}





/* Removed legacy homepage-specific styles. Shared styles are defined in the clean UI system below. */

/* Removed legacy subpage hero styles. */

.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;
	max-width: 350px !important;
	background: #fff;
	    box-shadow: 0 20px 55px rgba(8, 19, 49, .06);
}

.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;
	background: #fff;
	    box-shadow: 0 20px 55px rgba(8, 19, 49, .06);
}

.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: 18px
}

.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 .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}


/* Removed legacy responsive overrides. Shared responsive rules are defined below. */

/* === Internet At My Address clean shared UI system v1.0.18 ===
   Purpose: shared layout/typography rules first, section-specific layout only where needed.
   No forced declarations. */
:root {
  --iam-container: 1240px;
  --iam-page-gutter: 48px;
  --iam-page-gutter-mobile: 20px;
  --iam-navy: #000c2f;
  --iam-navy-2: #07142f;
  --iam-text: #07142f;
  --iam-muted: #667085;
  --iam-line: #e4e8f2;
  --iam-soft: #f6f8fc;
  --iam-blue: #315cff;
  --iam-blue-2: #5b4dff;
  --iam-shadow: 0 20px 55px rgba(8, 19, 49, .08);
}

body {
  color: var(--iam-text);
}

.container,
#masthead .container,
.site-footer .container {
  width: min(calc(100% - (var(--iam-page-gutter) * 2)), var(--iam-container));
  max-width: var(--iam-container);
  margin-inline: auto;
}

section,
.section {
  padding: 88px 0;
}

/* Shared website typography. Hero h1 is intentionally excluded. */
.section-title,
.page-title,
.entry-title,
section h2 {
  margin: 0 0 18px;
  color: var(--iam-text);
  font-size: 36px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -.035em;
}

.section-intro,
.section-intro p,
.entry-content,
.entry-content p {
  color: var(--iam-muted);
  font-size: 17px;
  line-height: 1.76;
}

.section-intro p:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

.section-intro + .section-buttons {
  margin-top: 20px;
}

.btn,
.primary-btn,
button,
input[type="submit"] {
  border-radius: 999px;
}

/* Shared responsive column behavior. Any standard .columns layout collapses below 767px. */
.columns {
  gap: 64px;
}

.columns .column {
  flex: 1 1 0;
  max-width: none;
}

/* Header */
#masthead {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 92px;
  margin-bottom: 0;
  padding: 24px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.btn svg,
.primary-btn svg,
.section-button svg,
.zip-btn svg {
  flex: 0 0 auto;
  margin-left: 8px;
}

body.admin-bar #masthead {
  top: 32px;
}

#masthead .container {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

#masthead .site-branding,
#masthead .custom-logo-link {
  display: flex;
  align-items: center;
  min-width: 0;
}

#masthead .custom-logo {
  display: block;
  width: auto;
  max-width: 176px;
  max-height: 56px;
}

#masthead .site-title,
#masthead .site-description {
  display: none;
}

#masthead .main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

#masthead #primary-menu,
#masthead .main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

#masthead .main-navigation a,
#masthead #primary-menu li a,
body:not(.home) #masthead #primary-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: rgba(255,255,255,.94);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
}

#masthead .current_page_item a::after,
#masthead .main-navigation .current-menu-item > a::after,
#masthead .main-navigation a:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: auto;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: none;
}

#masthead .header-cta-wrap {
  display: flex;
  justify-content: flex-end;
}

#masthead .header-cta-wrap,
#masthead .header-cta.btn {
  visibility: visible;
}

#masthead .header-cta.btn,
.site-header .header-cta.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--iam-blue), var(--iam-blue-2));
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(49, 92, 255, .28);
}

#masthead .header-cta.btn:hover,
.site-header .header-cta.btn:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--iam-blue), var(--iam-blue-2));
  transform: translateY(-1px);
}

#masthead .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

#masthead .menu-toggle:hover,
#masthead .menu-toggle:focus {
  background: rgba(255, 255, 255, .14);
}

#masthead .menu-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

#masthead .main-navigation.toggled .menu-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#masthead .main-navigation.toggled .menu-toggle-bar:nth-child(2) {
  opacity: 0;
}

#masthead .main-navigation.toggled .menu-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

#masthead .main-navigation:not(.toggled) #primary-menu {
  position: static;
}

/* Hero sections */
.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--iam-navy);
  color: #fff;
}

.home .hero-section,
.front-page .hero-section,
.page-template-page-flexible .hero-section {
  padding: 118px 0 120px;
  background: var(--iam-navy);
}

.hero-section::before,
.hero-section::after,
.hero-section .hero-section-media::before,
.hero-section .hero-section-media::after {
  display: none;
}

.home .hero-section > .container,
.front-page .hero-section > .container,
.page-template-page-flexible .hero-section > .container {
  position: relative;
  z-index: 4;
}

.home .hero-section .columns,
.front-page .hero-section .columns,
.page-template-page-flexible .hero-section .columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}

.home .hero-section .column-content,
.front-page .hero-section .column-content,
.page-template-page-flexible .hero-section .column-content {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 30px;
}

.home .hero-section .column-media,
.front-page .hero-section .column-media,
.page-template-page-flexible .hero-section .column-media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  overflow: visible;
  pointer-events: none;
}

.hero-section .hero-section-media {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  background: transparent;
}

.hero-section .hero-section-img,
.hero-section .hero-section-media img {
  display: block;
  width: auto;
  min-width: 1000px;
  max-width: none;
  height: auto;
  margin-right: -10%;
  margin-bottom: -14%;
  object-fit: contain;
  object-position: right center;
  opacity: 1;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.top-plans-widget {
  display: none;
}

.home .hero-section h1,
.front-page .hero-section h1,
.page-template-page-flexible .hero-section h1,
.home .hero-section .section-title,
.front-page .hero-section .section-title,
.page-template-page-flexible .hero-section .section-title {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -.045em;
}

.home .hero-section h1 span,
.front-page .hero-section h1 span,
.page-template-page-flexible .hero-section h1 span,
.home .hero-section .section-title span,
.front-page .hero-section .section-title span,
.page-template-page-flexible .hero-section .section-title span {
  color: var(--iam-blue-2);
}

.home .hero-section h1 span::after,
.front-page .hero-section h1 span::after,
.page-template-page-flexible .hero-section h1 span::after,
.home .hero-section .section-title span::after,
.front-page .hero-section .section-title span::after,
.page-template-page-flexible .hero-section .section-title span::after {
  display: none;
}

.home .hero-section .section-intro,
.home .hero-section .section-intro p,
.front-page .hero-section .section-intro,
.front-page .hero-section .section-intro p,
.page-template-page-flexible .hero-section .section-intro,
.page-template-page-flexible .hero-section .section-intro p {
  max-width: 620px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.55;
}

.hero-section .zip-search {
  max-width: 620px;
  margin-top: 30px;
}

.hero-section .zip-search-bar,
.location-search-cta-section .zip-search-bar {
  position: relative;
  display: block;
  min-height: 66px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 7px;
  border: 1px solid rgba(228,232,242,.92);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
  overflow: hidden;
}

.hero-section .zip-search-bar::before,
.location-search-cta-section .zip-search-bar::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  opacity: .58;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #667085;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-section .zip-input,
.hero-section .zip-search-bar .zip-input,
.location-search-cta-section .zip-input,
.location-search-cta-section .zip-search-bar .zip-input {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 0 210px 0 54px;
  border: 0;
  background: transparent;
  color: var(--iam-text);
  font-size: 15px;
  font-weight: 500;
}

.zip-input{outline:none }
.zip-error{color:#ef4444}

.hero-section .zip-btn,
.hero-section .zip-search button,
.location-search-cta-section .zip-btn,
.location-search-cta-section .zip-search button {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--iam-blue), var(--iam-blue-2));
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  box-shadow: none;
}

.zip-btn,
.zip-search button,
.primary-btn {
  gap: 8px;
}

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

.hero-benefit-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding-left: 30px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-benefit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid var(--iam-blue);
  border-radius: 50%;
  background-color: var(--iam-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  transform: translateY(-50%);
}

.hero-section.subpage,
body:not(.home) .hero-section.subpage {
  padding-top: 150px;
  padding-bottom: 80px;
  background: var(--iam-navy);
}

.hero-section.subpage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-section.subpage::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/06/internetatmyaddress_cta_bg.jpg");
  background-size: 1300px;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 0;
  pointer-events: none;
}

.hero-section.subpage .container {
  position: relative;
  z-index: 2;
}


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

.hero-section.subpage .section-intro,
.hero-section.subpage .section-intro p,
.hero-section.subpage .breadcrumbs,
.hero-section.subpage .breadcrumbs a {
  color: rgba(255,255,255,.88);
}

/* Provider strip is outside the hero and overlaps both sections. */
.hero-provider-strip-outer {
  position: relative;
  z-index: 20;
  margin-top: -52px;
  margin-bottom: -52px;
  padding: 0;
  background: transparent;
}

.hero-provider-strip-container {
  width: min(calc(100% - (var(--iam-page-gutter) * 2)), var(--iam-container));
  max-width: var(--iam-container);
  margin-inline: auto;
}

.providers-inline-wrap.hero-provider-strip {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  min-height: 104px;
  margin-top: 0;
  padding: 20px 30px;
  border: 1px solid rgba(228,232,242,.9);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(8,19,49,.13);
}

.providers-inline-text {
  margin: 0;
  color: var(--iam-text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.providers-inline-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 0;
}

.provider-inline-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--iam-text);
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.provider-inline-logo img {
  display: block;
  width: auto;
  height: 34px;
  max-width: 150px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.provider-inline-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--iam-blue);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-provider-strip .provider-inline-more::after {
  content: none;
  display: none;
}

.hero-provider-strip button,
.hero-provider-strip .providers-inline-arrow,
.hero-provider-strip .provider-inline-arrow,
.hero-provider-strip .slick-arrow {
  display: none;
}



body:not(.home) .providers-inline-text{    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;}

body:not(.home) .providers-inline-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
	width:max-content;
	max-width:100%;
	justify-content:left
}



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



/* How it works */
.how-it-works-section {
  padding-top: 150px;
  background: #fff;
  text-align: center;
}

.how-it-works-section .section-intro {
  max-width: 760px;
  margin: 0 auto;
}

.how-it-works-section .columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
  max-width: 980px;
  margin: 64px auto 0;
  align-items: stretch;
}

.how-it-works-section .column {
  position: relative;
}

.how-it-works-section .column:not(:last-child)::after {
  content: "···›";
  position: absolute;
  top: 50%;
  right: -42px;
  color: var(--iam-blue);
  font-size: 22px;
  letter-spacing: 4px;
  transform: translateY(-50%);
}

.how-it-works-section .icon-grid-item {
  position: relative;
  height: 100%;
  min-height: 196px;
  padding: 64px 28px 30px;
  border: 1px solid var(--iam-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8,19,49,.04);
  text-align: center;
}

.how-it-works-section .icon-grid-media {
  position: absolute;
  top: -28px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--iam-blue), var(--iam-blue-2));
  box-shadow: 0 14px 30px rgba(49,92,255,.24);
  transform: translateX(-50%);
}

.how-it-works-section .icon-grid-media img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.how-it-works-section .icon-grid-number {
  display: none;
}

.how-it-works-section .icon-grid-title {
  margin: 0 0 12px;
  color: var(--iam-text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 750;
}

.how-it-works-section .icon-grid-content,
.how-it-works-section .icon-grid-content p {
  color: var(--iam-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Shared two-column general sections */
.general-section-image-left,
.general-section-image-right,
.general-section-title-left {
  padding: 88px 0;
}

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

.general-section-image-left .columns,
.general-section-image-right .columns,
.general-section-title-left .columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: center;
}

.general-section-media {
  position: relative;
  text-align: center;
}

.general-section-image-left .general-section-media::before,
.general-section-image-right .general-section-media::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 150px;
  height: 150px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(49,92,255,.15), rgba(91,77,255,.05));
  z-index: 0;
}

.general-section-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(8,19,49,.12);
}

.general-content-section.full-width {
  padding: 88px 0;
  background: #fff;
}

.general-content-section.full-width .container {
  padding: 64px 72px;
  border: 1px solid #edf1f8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(8,19,49,.06);
}

.general-content-section.full-width .section-intro {
  max-width: none;
}

.general-content-section.full-width .section-intro h2 {
  margin-top: 38px;
}

.general-content-section.full-width .section-intro p {
  max-width: 1080px;
}

/* Map/provider section */
.map-provider-section {
  padding: 40px 0 88px;
  background: #fff;
}

.map-provider-shell,
.map-provider-section .container > .columns {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.map-provider-card {
  padding: 46px 38px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: linear-gradient(145deg, #051844 0%, #07142f 100%);
  box-shadow: 0 26px 60px rgba(8, 19, 49, .18);
}

.map-provider-card .section-title {
  margin-bottom: 22px;
  color: #fff;
}

.map-provider-card .section-intro,
.map-provider-card .section-intro p {
  color: rgba(255,255,255,.82);
}


.map-provider-features {
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.map-provider-features li {
  position: relative;
  padding-left: 26px;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.map-provider-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--iam-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.map-provider-card .section-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.map-provider-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}


.map-provider-map {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}

.map-provider-map svg,
.map-provider-img {
  display: block;
  width: 100%;
  height: auto;
}

.map-provider-map svg path {
  fill: #d7d9de;
  stroke: #fff;
  stroke-width: 2;
}

.map-provider-markers {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.map-provider-marker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 12px;
  border: 1px solid rgba(228,232,242,.95);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 15px 32px rgba(8,19,49,.12);
  color: var(--iam-blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}

.map-provider-marker img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Provider cards */
.internet-providers-section {
  padding: 88px 0;
  background: #f4f6ff;
}

.internet-providers-section .section-title,
.internet-providers-section .section-intro {
  text-align: center;
}

.internet-providers-section .section-intro {
  max-width: 760px;
  margin-inline: auto;
}

.internet-providers-section .providers-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 860px;
  margin: 48px auto 34px;
}

.internet-providers-section .provider-card {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8,19,49,.07);
}

.internet-providers-section .provider-card--featured {
  grid-column: 1 / -1;
}

.internet-providers-section .provider-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.internet-providers-section .provider-card:not(.provider-card--featured) .provider-row {
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-areas: "logo content" "price price";
}

.internet-providers-section .provider-card:not(.provider-card--featured) .provider-col-logo { grid-area: logo; }
.internet-providers-section .provider-card:not(.provider-card--featured) .provider-col-content { grid-area: content; }
.internet-providers-section .provider-card:not(.provider-card--featured) .provider-col-cta { grid-area: price; }

.internet-providers-section .provider-logo img,
.internet-providers-section .provider-logo-img {
  width: 72px;
  height: 52px;
  object-fit: contain;
}

.internet-providers-section .provider-title {
  margin: 0 0 8px;
  color: var(--iam-text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 750;
}

.internet-providers-section .provider-meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  margin-bottom: 4px;
  color: var(--iam-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.internet-providers-section .provider-rank {
  color: var(--iam-blue);
  font-size: 12px;
  font-weight: 800;
}

.internet-providers-section .provider-badge {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(49, 92, 255, .1);
  color: var(--iam-blue);
  font-size: 10px;
  font-weight: 800;
}

.internet-providers-section .provider-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  color: var(--iam-muted);
  font-size: 13px;
  line-height: 1.5;
}

.internet-providers-section .provider-spec-item:not(:last-child)::after {
  content: "|";
  margin-left: 6px;
  color: rgba(100, 116, 139, .7);
}

.internet-providers-section .provider-price-label {
  display: block;
  margin-bottom: 2px;
  color: var(--iam-muted);
  font-size: 11px;
  line-height: 1.1;
  font-weight: 500;
}

.internet-providers-section .provider-price-value {
  display: block;
  color: var(--iam-text);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 750;
  white-space: nowrap;
}

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

.internet-providers-section .provider-card:not(.provider-card--featured) .provider-actions {
  justify-content: space-between;
  width: 100%;
}

.internet-providers-section .provider-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.internet-providers-section .providers-view-all {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
  text-align: center;
}

.internet-providers-section .providers-view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  line-height: 1;
  text-align: center;
}

.internet-providers-section .provider-col-cta {
  min-width: 260px;
}

.internet-providers-section .provider-card:not(.provider-card--featured) .provider-col-cta {
  min-width: 0;
}

.internet-providers-section .provider-price {
  min-width: 128px;
}

.internet-providers-section .provider-cta {
  line-height: 1;
  text-align: center;
}

/* Location CTA */
.location-search-cta-section {
  padding: 0;
}

.location-search-cta-section .container {
  position: relative;
  padding: 56px 64px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background-color: #07142f;
  background-image: linear-gradient(90deg, rgba(0,12,47,.94) 0%, rgba(0,12,47,.84) 48%, rgba(0,12,47,.48) 100%), url("/wp-content/uploads/2026/06/internetatmyaddress_cta.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 70px rgba(8, 19, 49, .16);
}

.location-search-cta-section .section-title,
.location-search-cta-section h2 {
  max-width: 760px;
  color: #fff;
}

.location-search-cta-section .section-intro,
.location-search-cta-section .section-intro p {
  max-width: 760px;
  color: rgba(255,255,255,.85);
}

.location-search-cta-section .zip-search {
  max-width: 620px;
  margin-top: 26px;
}

.location-search-cta-section .providers-inline-wrap {
display: flex;
    align-items: flex-start;
    gap: 18px;
    width: auto;
    max-width: 620px;
    margin-top: 22px;
    color: #fff;
    flex-direction: column;
}

.location-search-cta-section .providers-inline-text {
  flex: 0 0 auto;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.15;
}

.location-search-cta-section .providers-inline-logos {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 22px;
  width: auto;
}

.location-search-cta-section .provider-inline-logo,
.location-search-cta-section .provider-inline-more {
  color: #fff;
  font-size: 13px;
}

.location-search-cta-section .provider-inline-logo img {
  height: 23px;
  max-width: 86px;
  filter: brightness(0) invert(1);
  opacity: .96;
}

.location-search-cta-section .provider-inline-more {
  opacity: .9;
}

.location-search-cta-section .section-title,
.location-search-cta-section .section-intro,
.location-search-cta-section .section-intro p {
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.location-search-cta-section .providers-inline-wrap .provider-inline-logo--text {
  color: #fff;
}

.location-search-cta-section .providers-inline-logos {
  max-width: 430px;
}

.location-search-cta-section .provider-inline-more::after {
  content: none;
  display: none;
}

/* FAQ */
.faq-section {
  padding: 88px 0;
}

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

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

.faq-section .faqs {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.faq-section details {
  border: 1px solid rgba(49,92,255,.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,19,49,.04);
}

.faq-section summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 18px 54px 18px 22px;
  color: var(--iam-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.faq-section .faq-question {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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

.faq-section summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--iam-blue);
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-section details[open] > summary::after {
  content: "−";
  color: var(--iam-blue);
}

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

.faq-section .faq-answer {
  padding: 0 22px 22px;
  color: var(--iam-muted);
  font-size: 15px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .22s ease, transform .22s ease;
}

.faq-section details[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.faq-section summary::after {
  color: var(--iam-blue);
}

.faq-section details[open] > summary::after {
  color: var(--iam-blue);
}


/* Last updated metadata */
.last-updated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.last-updated-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #fff;
}

.last-updated-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.last-updated-text,
.last-updated time {
  color: inherit;
}


/* Full-width content: remove top margin when intro starts with an h2 */
.general-content-section.full-width .section-intro > h2:first-child {
  margin-top: 0;
}

/* Footer */
footer.site-footer,
.site-footer {
  padding: 72px 0 30px;
  background: var(--iam-navy);
  color: #fff;
}

footer.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding-bottom: 46px;
}

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

footer.site-footer .footer-logo-link,
footer.site-footer .custom-logo-link,
footer.site-footer .site-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

footer.site-footer .footer-logo,
footer.site-footer .custom-logo {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 58px;
  object-fit: contain;
}

footer.site-footer .footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 13px;
  border-radius: 8px;
  background: #fff;
  color: var(--iam-text);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .10);
}

footer.site-footer .footer-pages-menu {
  display: flex;
  justify-content: flex-end;
}

footer.site-footer .footer-pages-menu__list,
footer.site-footer .legal-menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.site-footer .footer-pages-menu__list a,
footer.site-footer .legal-menu__list a {
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 650;
  text-decoration: none;
}

footer.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

footer.site-footer .site-copyright,
footer.site-footer .site-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

footer.site-footer .legal-menu__list {
  gap: 24px;
}

footer.site-footer .legal-menu__list a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, .86);
}

/* Responsive */





@media (max-width: 1180px) {
  :root {
    --iam-page-gutter: 24px;
  }

  #masthead .container {
    grid-template-columns: 190px 1fr auto;
    gap: 22px;
  }

  #masthead #primary-menu,
  #masthead .main-navigation ul {
    gap: 24px;
  }

  .hero-section .hero-section-img,
  .hero-section .hero-section-media img {
    min-width: 760px;
  }

  .providers-inline-wrap.hero-provider-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 26px;
    text-align: center;
  }

  .providers-inline-logos {
    justify-content: center;
    flex-wrap: wrap;
  }
	
	
	


  .how-it-works-section .columns {
    gap: 34px;
  }

  .how-it-works-section .column::after {
    display: none;
  }

  footer.site-footer .footer-top {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 1024px) {
.hero-section.subpage::after {
  background-size: 120vw;
}



@media (max-width: 782px) {
  body.admin-bar #masthead {
    top: 46px;
  }
}

@media (max-width: 767px) {
  :root {
    --iam-page-gutter: var(--iam-page-gutter-mobile);
  }

  .container,
  #masthead .container,
  .site-footer .container,
  .hero-provider-strip-container {
    width: min(calc(100% - (var(--iam-page-gutter) * 2)), var(--iam-container));
  }

  section,
  .section,
  .general-section-image-left,
  .general-section-image-right,
  .general-section-title-left,
  .internet-providers-section,
  .faq-section,
  .general-content-section.full-width {
    padding: 64px 0;
  }

  .section-title,
  .page-title,
  .entry-title,
  section h2 {
    font-size: 28px;
  }

  .faq-section summary {
    padding: 16px 46px 16px 16px;
    font-size: 16px;
    line-height: 1.4;
  }

  .faq-section summary::after {
    right: 16px;
    font-size: 18px;
  }
	
	.home .hero-section .section-intro,
.home .hero-section .section-intro p,
.front-page .hero-section .section-intro,
.front-page .hero-section .section-intro p,
.page-template-page-flexible .hero-section .section-intro,
.page-template-page-flexible .hero-section .section-intro p {
  font-size: 17px;

}
	
	

  #masthead {
    min-height: 74px;
    padding-top: 12px;
  }

  #masthead .container {
    grid-template-columns: 1fr auto;
  }

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

  #masthead .main-navigation {
    justify-content: flex-end;
  }

  .home .hero-section,
  .front-page .hero-section,
  .page-template-page-flexible .hero-section {
    padding: 106px 0 112px;
  }

  .home .hero-section .columns,
  .front-page .hero-section .columns,
  .page-template-page-flexible .hero-section .columns,
  .columns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
  }

  .columns .column,
  .home .hero-section .column-content,
  .front-page .hero-section .column-content,
  .page-template-page-flexible .hero-section .column-content,
  .home .hero-section .column-media,
  .front-page .hero-section .column-media,
  .page-template-page-flexible .hero-section .column-media {
    width: 100%;
    max-width: none;
    flex: 0 1 auto;
  }

  .home .hero-section h1,
  .front-page .hero-section h1,
  .page-template-page-flexible .hero-section h1,
  .home .hero-section .section-title,
  .front-page .hero-section .section-title,
  .page-template-page-flexible .hero-section .section-title {
    font-size: 38px;
  }

  .home .hero-section .column-media,
  .front-page .hero-section .column-media,
  .page-template-page-flexible .hero-section .column-media {
    height: auto;
    margin-top: 0;
  }

  .hero-section .hero-section-img,
  .hero-section .hero-section-media img {
    width: 100%;
    min-width: 120vw;
    height: auto;
    margin-right: 0;
    margin-bottom: -10%;
    object-position: center bottom;
  }

  .hero-section .zip-search-bar,
  .location-search-cta-section .zip-search-bar {
    min-height: 54px;
    padding: 5px;
    border-radius: 11px;
  }

  .hero-section .zip-search-bar::before,
  .location-search-cta-section .zip-search-bar::before {
    left: 16px;
    width: 16px;
    height: 16px;
  }

  .hero-section .zip-input,
  .hero-section .zip-search-bar .zip-input,
  .location-search-cta-section .zip-input,
  .location-search-cta-section .zip-search-bar .zip-input {
    min-height: 44px;
    padding: 0 124px 0 40px;
    font-size: 13px;
  }

  .hero-section .zip-btn,
  .location-search-cta-section .zip-btn,
  .hero-section .zip-search button,
  .location-search-cta-section .zip-search button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: auto;
    min-width: 112px;
    min-height: 0;
    margin-top: 0;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .zip-btn svg,
  .zip-search button svg {
    width: 11px;
    height: 11px;
  }

  .hero-provider-strip-outer {
    margin-top: -60px;
    margin-bottom: -70px;
  }

  .providers-inline-wrap.hero-provider-strip {
    min-height: 130px;
    border-radius: 18px;
    padding: 18px;
  }

  .provider-inline-logo {
    font-size: 20px;
  }

  .provider-inline-logo img {
    height: 24px;
    max-width: 96px;
  }

  .how-it-works-section {
    padding-top: 150px;
  }

  .how-it-works-section .columns,
  .general-section-image-left .columns,
  .general-section-image-right .columns,
  .general-section-title-left .columns,
  .map-provider-shell,
  .map-provider-section .container > .columns,
  .internet-providers-section .providers-list,
  footer.site-footer .footer-top,
  footer.site-footer .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .how-it-works-section .columns {
    gap: 50px;
  }
	
	.home .how-it-works-section {
		padding-bottom: 10px
	}

  .map-provider-section {
    padding-top: 64px;
  }

  .map-provider-visual {
    min-height: 300px;
  }

  .map-provider-marker {
    width: 54px;
    height: 54px;
    padding: 9px;
    font-size: 11px;
  }

  .internet-providers-section .provider-card--featured {
    grid-column: auto;
  }

  .internet-providers-section .provider-row,
  .internet-providers-section .provider-card:not(.provider-card--featured) .provider-row {
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-areas: "logo content" "price price";
  }

  .internet-providers-section .provider-col-logo { grid-area: logo; }
  .internet-providers-section .provider-col-content { grid-area: content; }
  .internet-providers-section .provider-col-cta { grid-area: price; }

  .general-content-section.full-width .container,
  .location-search-cta-section .container {
    padding: 36px 24px;
    border-radius: 18px;
  }

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

  .location-search-cta-section .providers-inline-wrap,
  .location-search-cta-section .providers-inline-logos {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .internet-providers-section .provider-actions,
  .internet-providers-section .provider-card:not(.provider-card--featured) .provider-actions {
    justify-content: space-between;
  }

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

  footer.site-footer {
    padding: 52px 0 24px;
  }

  footer.site-footer .footer-top {
    gap: 24px;
    padding-bottom: 32px;
  }

  footer.site-footer .footer-bottom {
    gap: 16px;
    padding-top: 22px;
  }

  footer.site-footer .footer-brand,
  footer.site-footer .footer-pages-menu,
  footer.site-footer .footer-pages-menu__list,
  footer.site-footer .legal-menu__list {
    justify-content: flex-start;
  }

  footer.site-footer .footer-pages-menu__list {
    gap: 14px 22px;
  }

  footer.site-footer .footer-pages-menu__list a,
  footer.site-footer .legal-menu__list a,
  footer.site-footer .site-copyright {
    font-size: 14px;
  }

  footer.site-footer .footer-logo,
  footer.site-footer .custom-logo {
    max-width: 185px;
    max-height: 50px;
  }

  footer.site-footer .footer-badge {
    min-height: 30px;
    padding: 7px 12px;
    font-size: 13px;
  }
}


@media (min-width: 768px) {
  #masthead .header-cta-wrap {
    display: flex;
  }
}

@media (max-width: 900px) {

#masthead #menu-item-321{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--iam-blue), var(--iam-blue-2));
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(49, 92, 255, .28);
	max-width: fit-content;
	margin: 15px 0;}
	
	}


