/*
Theme Name: B2C 2024
Author: Dmitriy Karfagenskiy
*/

@charset "UTF-8";
/* CSS Document */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*{
	box-sizing: border-box;
}
/*   end of reset code */


body{
	/* font-family: acumin-pro, sans-serif; */
	font-family: "Open Sans", serif;
	font-size: 18px;
	line-height: 1.2222;
	
	--orange0: #CB3503;
	--orange1: #D7400E;
	--beige: #F7F6F3;
	
	--fa-primary-opacity: 1;
	--fa-secondary-opacity: 0.9;
	--fa-primary-color: #D7400E;
	--fa-secondary-color: #F37029;
}
a{
	color: inherit;
}

.s-padding{
	padding-top: 80px;
	padding-bottom: 80px;
}
container{
	display: block;
	margin-left: 100px;
	margin-right: 100px;
}
uncontainer{
	display: block;
	margin-left: -100px;
	margin-right: -100px;
}
.wp-block-embed.is-type-video iframe{
	width: 100%;
	height: calc( (100vw - 200px) * 9 / 16 );
}

.grid{
	display: grid;
	gap: 50px;
}
.g3-1{
	grid-template-columns: 3fr 1fr;
}
.grid.blog{
	grid-template-columns: 1fr 1fr;
}

header{
	display: block;
}

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

header img.logo{
	width: 205px;
	height: auto;
	display: block;
	transform: translateY(-3px);
	cursor: pointer;
}
header .hmain{
	padding: 24px 0;
	background: var(--beige);
}
header.white .hmain{
	background: #fff;
}
header.white.mobilemenu .hmain{
	background: transparent;
}
header.transparent .hmain{
	background: transparent;
}
header button.menu{
	display: none;
}

header .hmain nav{
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	gap: 16px;
}
header .hmain nav a, header .hmain nav button{
	-webkit-appearance: none;
	font-size: inherit;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	color: #000;
	background: transparent;
	border-radius: 3px;
	padding: 12px 16px;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
header.transparent .hmain nav a, header.transparent .hmain nav button{
	background-color: rgba(217, 217, 217, 0.2);
	backdrop-filter: blur(2.5px);
	-webkit-backdrop-filter: blur(2.5px);
}
header .hmain nav a:hover, header .hmain nav button:hover{
	color: var(--orange1);
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
}

header.transparent{
	position: relative;
	z-index: 100;
	margin-bottom: -110px;
}

header .utility{
	background: #3D3D3F;
	color: #fff;
	padding: 10px 0;
	-webkit-font-smoothing: antialiased;
}
header .utility container{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
header .utility container .group{
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	gap: 24px;
}
header .utility strong{
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	color: inherit;
}
header .utility a{
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	color: inherit;
}
header .utility a:hover{
	text-decoration: underline;
}
header .utility a i{
	text-decoration: none !important;
	margin-right: 6px;
}

.headergroup a.alert{
	text-decoration: none;
	color: #000;
	background: #F3C3B0;
	text-align: center;
	padding: 20px;
	display: block;
	--fa-primary-color: transparent;
	--fa-secondary-color: #000;
	--fa-secondary-opacity: 1;
}
.headergroup a.alert:hover{
	text-decoration: underline;
}
.headergroup a.alert.urgent{
	color: #fff;
	background: var(--orange1);
	--fa-primary-color: transparent;
	--fa-secondary-color: #fff;
	--fa-secondary-opacity: 1;
}
.headergroup a.alert i{
	margin-right: 6px;
	text-decoration: none !important;
}


h1{
	font-family: forma-djr-display, sans-serif;
	color: #000;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 0.01em;
	line-height: 1.05;
	margin-bottom: 8px;
	text-align: left;
}
.main h1{
	border-bottom: solid var(--orange1) 2px;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.main article h1{
	padding-bottom: 0;
	border-bottom: none;
	margin-top: -0.1em;
}
.main img{
	display: block;
	max-width: 100%;
	height: auto;
}
h2{
	font-family: forma-djr-display, sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.05;
	margin-bottom: 24px;
	text-align: left;
}
.main h2{
	margin-bottom: 15px;
}
h3{
	font-family: forma-djr-display, sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.05;
	margin-bottom: 16px;
	text-align: left;
}
h4{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.main h4{
	font-size: 24px;
}
h5{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
h6{
	color: var(--orange1);
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
}
p{
	line-height: 1.3;
	margin-bottom: 1em;
}
.main p{
	max-width: 60em;
}

.main ul{
	list-style-type: square;
}
.main ol{
	list-style-type: decimal;
}
.main ul, ol{
	padding-left: 1.5em;
	line-height: 1.3;
	margin-bottom: 1em;
}
.main li{
	margin-bottom: 0.33em;
}

.small, p.small{
	font-size: 16px;
}
.orange{
	color: var(--orange0);
}
.gray{
	color: #666;
}
.gray a:hover{
	color: #000;
}

section{
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
}
section.main:first-of-type{
	padding-top: 60px;
}
section.beige{
	background: var(--beige);
}

.home-hero{
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	
	min-height: 830px;
	padding-top: 190px;
	padding-bottom: 80px;
}
.home-hero .hero-intro{
	max-width: 930px;
	margin: 0 100px;
	
	
}
.home-hero .hero-intro h1{
	text-align: center;
}
.home-hero .subhead{
	max-width: 565px;
	margin: 50px auto 100px;
	text-align: center;
}

.home-hero .hero-widget{
	width: 100%;
	max-width: 1030px;
	margin: 0 100px;
	min-height: 145px;
	border-radius: 20px;
	background: rgba(247, 246, 243, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 30px;
}
.home-hero .hero-widget h3{
	margin-bottom: 12px;
}
.home-hero .hero-widget .cf-container{
	margin: -4px -4px;
	max-width: none;
}
.home-hero .hero-widget .cf-button.address_search_button:hover, .home-hero .hero-widget .cf-button.address_search_button:focus{
	background-color: var(--orange1);
}
.home-hero .hero-widget .cf-input:focus, .home-hero .hero-widget select:focus{
	border-color: var(--orange1);
	outline: solid rgba(215, 64, 14, 0.2) 3px;
	outline-offset: 0px;
}

.order-drawer{
	background: var(--beige);
	overflow: hidden;
	/* display: none; */
}
.order-drawer.open{
	display: block;
}
.order-drawer .inner{
	border-top: solid rgba(0, 0, 0, 0.05) 2px;
	border-bottom: solid rgba(0, 0, 0, 0.05) 2px;
	margin-top: -350px;
	transition: margin-top 0.6s ease;
}
.order-drawer.open .inner{
	margin-top: 0;
}
.order-drawer .widget{
	width: 100%;
	max-width: 1030px;
	/* margin: 0 100px; */
	margin: 0 auto;
	padding: 30px;
}
.order-drawer h3{
	margin-bottom: 12px;
}
.order-drawer .cf-container{
	margin: -4px -4px;
	max-width: none;
}
.order-drawer .cf-button.address_search_button:hover, .order-drawer .cf-button.address_search_button:focus{
	background-color: var(--orange1);
}
.order-drawer .cf-input:focus, .order-drawer select:focus{
	border-color: var(--orange1);
	outline: solid rgba(215, 64, 14, 0.2) 3px;
	outline-offset: 0px;
}

.home-hero backdrop{
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-hero backdrop > *{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-hero backdrop .hbg1{
	background-image: url(images/hero-bg1.jpg);
	animation-name: hbg1;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform: scale(1.01);
}
.home-hero backdrop .hbg2{
	background-image: url(images/hero-bg2.jpg);
	animation-name: hbg2;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	opacity: 0;
}
.home-hero backdrop .hbg3{
	background-image: url(images/hero-bg3.jpg);
	animation-name: hbg3;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	opacity: 0;
}


@keyframes hbg1 {
	0%{
		transform: scale(1.01);
		opacity: 1;
	}
	33%{
		transform: scale(1.1);
		
	}
	97%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.01);
	}
}
@keyframes hbg2 {
	0%{
		transform: scale(1);
		opacity: 0;
		visibility: hidden;
	}
	30%{
		transform: scale(1);
		visibility: visible;
		opacity: 0;
	}
	33%{
		opacity: 1;
		transform: scale(1.01);
	}
	67%{
		transform: scale(1.1);
		visibility: visible;
		opacity: 1;
	}
	68%{
		visibility: hidden;
		opacity: 0;
	}
	100%{
		visibility: hidden;
		opacity: 0;
	}
}
@keyframes hbg3 {
	0%{
		transform: scale(1);
		opacity: 0;
		visibility: hidden;
	}
	64%{
		transform: scale(1);
		visibility: visible;
		opacity: 0;
	}
	67%{
		opacity: 1;
		transform: scale(1.01);
	}
	97%{
		opacity: 1;
	}
	100%{
		transform: scale(1.1);
		visibility: visible;
		opacity: 0;
	}
}

.matrix .plans{
	grid-template-columns: 1fr 3fr;
}
.matrix .intro i{
	font-size: 55px;
	line-height: 1;
	display: block;
	margin-bottom: 18px;
}
.matrix .main{
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.matrix .cardgroup{
	display: flex;
	justify-content: stretch;
	align-content: flex-start;
	align-items: stretch;
	gap: 25px;
	margin-bottom: 60px;
	width: 100%;
}
.matrix .cardgroup.hidden{
	display: none;
}
.matrix .card{
	flex-basis: 100%;
	flex-shrink: 1;
	padding: 35px 40px;
	border-radius: 10px;
	border: 1px solid #DDD;
	background: #FFF;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.matrix .card.featured{
	border-color: var(--orange1);
}
.matrix .card button.order{
	-webkit-appearance: none;
	background: none;
	border: none;
	font-size: 18px;
	color: var(--orange0);
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	margin-top: 16px;
}
.matrix .card button.order:hover{
	color: #000;
}
.matrix .card button.order::after{
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	text-decoration: none;
}

.matrix .metric{
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
}
.matrix .card p{
	margin-bottom: 0.5em;
	font-size: 16px;
}

.matrix .switcher{
	border: solid #000 1px;
	border-radius: 5px;
	overflow: hidden;
	margin: 70px auto 25px;
}
.matrix .switcher button{
	padding: 11px 16px;
	-webkit-appearance: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	border: none;
	background: transparent;
	color: #000;
	margin: 0;
	cursor: pointer;
	border-radius: 0;
}
.matrix .switcher button:hover{
	background-color: rgba(0,0,0,0.05);
	color: #000;
}
.matrix .switcher button.active{
	background: #000;
	color: #fff;
	cursor: default;
}

.matrix h4{
	width: 100%;
}
.matrix h4.best{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.matrix h4.best::after{
	content: 'best value';
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	line-height: 20px;
	
}

.matrix .addons{
	width: 100%;
	display: flex;
	justify-content: stretch;
	align-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 60px;
}
.matrix .addons > *{
	flex-basis: 100%;
	flex-shrink: 1;
}
.matrix .addons > .half{
	flex-basis: calc( 50% - 12.5px );
}
.matrix .addons h5{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid #ccc 1px;
}
.matrix .addons p{
	margin-bottom: 0.5em;
}
.matrix .addons ul{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.5em;
}
.matrix .addons ul.split{
	column-count: 2;
	column-gap: 25px;
}


.testimonials{
	padding: 40px 0;
	color: #fff;
	background: linear-gradient(0deg, #EA5924 0%, #D7400E 100%);
}


footer{
	display: block;
	color: #fff;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer .primary{
	background: var(--orange1);
	padding: 80px 0;
}
footer .primary container{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
}
footer .primary container > *{
	display: flex;
	flex-direction: column;
	align-content: flex-start; align-items: flex-start;
	gap: 10px;
}
footer .primary a{
	display: block;
}
footer .primary a.withicon{
	display: flex;
	justify-content: flex-start; align-content: flex-start; align-items: flex-start;
	gap: 8px;
	margin-bottom: 1px;
}
footer .primary a.withicon i{
	width: 1.125em;
	text-align: center;
	display: inline-block;
	line-height: inherit;
	vertical-align: baseline;
}
footer .primary a.withicon:hover{
	text-decoration: none;
}
footer .primary a.withicon:hover span{
	text-decoration: underline;
}
footer .primary .social{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start; align-content: center; align-items: center;
	font-size: 24px;
	line-height: 1;
	gap: 16px;
}
footer .primary .social a{
	display: inline-block;
}
footer .primary .social a:hover{
	text-decoration: none;
	opacity: 0.8;
}
footer .primary a.logo{
	margin-bottom: 40px;
}
footer .primary a.logo img{
	width: 112px;
	height: auto;
	display: block;
}
footer .larger a{
	font-size: 20px;
}
footer button.order{
	font-size: 20px;
	color: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}
footer button.order:hover{
	text-decoration: underline;
}

footer .secondary{
	background: var(--orange0);
	padding: 25px 0;
	font-size: 16px;
}
footer .secondary container{
	display: flex;
	justify-content: space-between;
}
footer .secondary .links{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px;
}



.net-status{
	margin-top: 30px;
	padding: 25px;
	border: solid var(--orange1) 1px;
	border-radius: 10px;
	background: var(--beige);
}
.net-status.resolved{
	border-color: #bbb;
	background: transparent;
}
.net-status:first-of-type{
	margin-top: 40px;
}
.net-status h4{
	margin-bottom: 6px;
}
.net-status .date{
	color: var(--orange0);
	margin-bottom: 22px;
}
.main a.article .date{
	color: var(--orange0);
	margin-bottom: 12px;
	margin-top: -6px;
}
.net-status.resolved .date{
	color: #666666;
}
.net-status :last-child{
	margin-bottom: 0;
}
.net-status.resolved::before{
	content: 'resolved';
	color: #258946;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 6px;
	display: block;
}

.main article{
	
	border-top: solid var(--orange1) 2px;
	padding-top: 40px;
	margin-top: 24px;
	grid-template-columns: 5fr 7fr;
}
article .date{
	color: var(--orange0);
	margin-bottom: 0;
}

.main a{
	color: var(--orange0);
	text-decoration: underline;
}
.main a:hover{
	color: #000;
}
.main a.button, .main button, .main .pagination a{
	-webkit-appearance: none;
	cursor: pointer;
	font-size: inherit;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	color: #000;
	background: #fff;
	border-radius: 3px;
	border: solid var(--orange1) 1px;
	padding: 12px 16px;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
}
.main a.button:hover, .main button:hover, .main .pagination a:hover{
	background: var(--orange0);
	border-color: var(--orange0);
	color: #fff;
}

.main a.article{
	text-decoration: none;
	gap: 25px;
	color: #000;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	align-content: flex-start;
}
.main a.article :last-child{
	margin-bottom: 0;
}
.main a.article > img{
	object-fit: cover;
	width: 33%;
	flex-grow: 0;
	/* height: 100%; */
	min-height: 280px;
	/* padding-top: 100%; */
	box-sizing: border-box;
	border-radius: 10px;
	transform: translateY(5px);
	transition: transform 0.3s ease;
	transform-origin: 50% -50%;
}
.main a.article:hover > img{
	transform: scale(1.02);
}
/* .main a.article > .img{
	object-fit: cover;
	width: 100%;
	padding-top: 150%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
} */
/* .main a.article > span{
	display: block;
} */
.main a.article:hover h4{
	text-decoration: underline;
}

.breadcrumb{
	color: #666;
	margin-bottom: 12px;
}
.breadcrumb a{
	color: inherit;
	text-decoration: underline;
}
.breadcrumb a:hover{
	color: #000;
}

.morelinkrow{
	text-align: right;
	margin-top: 40px;
}

.grid.videos{
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 40px;
}

.main a.videocard{
	display: block;
	--fa-primary-color: #fff;
	--fa-secondary-color: #000;
}
.main a.videocard i{
	margin-right: 5px;
}
.main a.videocard img{
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}
.main a.videocard:hover img{
	transform: scale(1.02);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
}

.collapsible > button::after{
	content: '\2b';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	display: inline;
	margin-left: 10px;
	text-decoration: none;
	line-height: 1;
}
.collapsible.open > button::after{
	content: '\f068';
}
.collapsible .outer{
	margin-top: 20px;
	overflow: hidden;
	transition: height 0.4s ease;
	height: 0;
	--h: 'auto';
}
.collapsible.open .outer{
	height: var(--h);
}
.grid.appinstructions{
	grid-template-columns: 3fr 2fr 1fr;
	padding-top: 15px;
	border-top: solid rgba(0, 0, 0, 0.12) 2px;
	
}

.applinks{
	margin: 40px 0;
}
.main .applinks a{
	display: inline-block;
	margin-right: 15px;
}
.applinks img{
	display: block;
	height: 50px;
	width: auto;
}

.grid.linkgroups{
	grid-template-columns: 1fr 1fr;
	padding-top: 20px;
}
.iconheading{
	/* padding-bottom: 20px; */
	border-bottom: solid rgba(0, 0, 0, 0.12) 2px;
	margin-bottom: 20px;
}
.iconheading i{
	font-size: 40px;
	line-height: 1;
	display: block;
	margin-bottom: 12px;
}
.extrasupportlinks{
	margin-top: 60px;
}
.main a.badgelink{
	--fa-primary-color: #fff;
	--fa-secondary-color: #000;
}
.main a.badgelink i{
	margin-right: 5px;
}
.extrasupportlinks .badgelink{
	margin: 0 30px 10px 0;
	display: inline-block;
}

.grid.faq{
	grid-template-columns: 1fr 2fr;
}
.faq h4{
	font-size: 22px;
	color: var(--orange0);
}
.faqgroup{
	margin-bottom: 40px;
}
.accordion{
	border-bottom: solid rgba(0, 0, 0, 0.12) 2px;
	padding: 10px 0 11px;
	--h: 'auto';
}
.accordion:first-of-type{
	border-top: solid rgba(0, 0, 0, 0.12) 2px;
}
.accordion .title{
	cursor: pointer;
	font-size: 20px;
	padding-right: 40px;
	position: relative;
}
/* .accordion.open .title{
	color: var(--orange0);
} */
.accordion .title:hover{
	text-decoration: underline;
}
.accordion .title::after{
	font-size: 20px;
	content: '\2b';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	line-height: 1;
	color: var(--orange0);
	position: absolute;
	right: 5px;
	top: 3px;
}
.accordion.open .title::after{
	content: '\f068';
}
.accordion .outer{
	overflow: hidden;
	height: 0;
	transition: height 0.4s ease;
}
.accordion.open .outer{
	height: var(--h);
}
.accordion .inner{
	border-top: solid #000 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 11px;
}
carousel{
	display: block;
	overflow: hidden;
	position: relative;
}
carousel .wrap{
	overflow: visible;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	transition: transform 1.5s ease;
	position: relative;
}
carousel .wrap .slide{
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	position: relative;
	-webkit-transform:translate3d(0,0,0);
	text-align: center;
	outline: none;
}
carousel.uninit .wrap .slide{
	display: none;
}
carousel.uninit .wrap .slide:first-child{
	display: block;
}


.testimonials .tgroup{
	max-width: 650px;
	padding: 20px 80px;
	margin: 0 auto;
	position: relative;
}
.testimonials .tgroup::before{
	content: '\201C';
	position: absolute;
	display: block;
	font-family: forma-djr-display, sans-serif;
	font-weight: 700;
	line-height: 1;
	font-size: 80px; 
	left: 0;
	top: 0;
}
.testimonials .tgroup::after{
	content: '\201D';
	position: absolute;
	display: block;
	font-family: forma-djr-display, sans-serif;
	font-weight: 700;
	line-height: 1;
	font-size: 80px; 
	right: 0;
	bottom: 0px;
}

.testimonials .tgroup .quote{
	font-family: forma-djr-display, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: 0.025em;
}
carousel dots{
	display: flex;
	justify-content: center;
	align-content: center; align-items: center;
	margin: 30px 0 20px;
	line-height: 0;
	line-height: 1;
	z-index: 3;
	width: 100%;
}
carousel dots button{
	display: inline-block;
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 10px;
	width: 30px;
	background: transparent;
	cursor: pointer;
	border: none;
	border-top: solid #fff 3px;
	outline: none;
	margin: 0 5px 0;
	padding: 0px;
	vertical-align: middle;
	
	opacity: 0.4;
}

carousel dots button:hover{
	opacity: 0.75;
}
carousel dots button:focus-visible{
	/* outline: solid #fff 2px;
	outline-offset: 2px; */
	transform: scale(1.2);
}
carousel dots button.active{
	opacity: 1;
}

.pagination{
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
}

.grid.contact{
	grid-template-columns: 2fr 1fr;
}

.contactgroup{
	/* padding-bottom: 20px; */
	border-bottom: solid rgba(0, 0, 0, 0.12) 2px;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}
.contactgroup::before{
	content: '\f3c5\f3c5';
	font-family: 'Font Awesome 6 Duotone';
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 1;
	font-size: 21px;
	line-height: 1;
	color: #000;
	--fa-secondary-color: #000;
}

.gform-theme{
	--gf-color-primary: #D7400E !important;
	--gf-color-primary-darker: #CB3503 !important;
	--gf-ctrl-choice-check-color: #D7400E !important;
	
	--gf-font-size-primary: 18px !important;
	--gf-font-size-secondary: 16px !important;
	--gf-font-size-tertiary: 14px !important;
	--gf-ctrl-btn-font-size: 18px !important;
	
	 --gf-ctrl-btn-bg-color: #fff !important;
	 --gf-ctrl-btn-bg-color-primary: #fff !important;
	--gf-ctrl-btn-color-primary: #000 !important;
	--gf-ctrl-btn-border-color-primary: #D7400E !important;
	
	--gf-ctrl-btn-bg-color-hover-primary: #CB3503;
	--gf-ctrl-btn-border-color-hover-primary: #CB3503;
	--gf-ctrl-btn-color-hover-primary: #fff !important;
}

/*a.blabel{
	
}
a.blabel .title{
	
}
a.blabel .title i{
	font-size: inherit;
	display: inline-block;
	margin-left: 0.5em;
}
a.blabel .blurb{
	font-size: 16px;
}*/

@media (min-width: 1800px) {
	container{
		max-width: 1600px;
		margin-right: auto;
		margin-left: auto;
	}
	uncontainer{
		margin-left: calc( 800px - 50vw );
		margin-right: calc( 800px - 50vw );
	}
	.wp-block-embed.is-type-video iframe{
		width: 100%;
		height: 900px;
	}
}
@media (max-width: 1250px) {
	container{
		margin-left: 50px;
		margin-right: 50px;
	}
	uncontainer{
		margin-left: -50px;
		margin-right: -50px;
	}
	.wp-block-embed.is-type-video iframe{
		width: 100%;
		height: calc( (100vw - 100px) * 9 / 16 );
	}
	.home-hero .hero-intro{
		max-width: 930px;
		margin: 0 50px;
	}
	.home-hero .hero-widget{
		width: calc( 100% - 100px );
		margin: 0 auto;
	}
	.order-drawer .widget{
		width: calc( 100% - 100px );
		margin: 0 auto;
	}
	
	.matrix .plans{
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.matrix .switcher{
		margin-top: 0;
	}
	footer .primary container{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.main article{
		grid-template-columns: 1fr 2fr;
	}
}
@media (max-width: 1000px) {
	header img.logo{
		width: 150px;
	}
	
	header .logogroup{
		background: var(--beige);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 62px;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		z-index: 200;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
	}
	header img.logo{
		transform: translateY(-1px);
	}
	.headergroup{
		padding-top: 62px;
	}
	
	header{
		background-color: var(--beige) !important;
		position: fixed !important;
		width: 100%;
		left: 0;
		top: 0px;
		/* height: calc(100% - 62px); */
		z-index: 199 !important;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-content: center;
		align-items: center;
		overflow: hidden;
		height: 0;
		transition: height 0.5s ease, top 0.5s ease;
	}
	header.mobilemenu{
		height: calc(100% - 62px);
		top: 62px;
	}
	header.mobilemenu .logogroup{
		box-shadow: none;
		transition: box-shadow 0.5s ease;
	}
	header .utility{
		background: transparent;
		color: #000;
	}
	header .utility container{
		flex-direction: column-reverse;
		justify-content: flex-start;
		gap: 40px;
	}
	header .utility container .group{
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
	}
	header .utility container .group.sites{
		flex-direction: row;
		justify-content: center;
		gap: 10px;
	}
	header .hmain nav{
		flex-direction: column;
		gap: 20px;
	}
	header.transparent .hmain nav a, header.transparent .hmain nav button, header.transparent .hmain nav a:hover, header.transparent .hmain nav button:hover{
		box-shadow: none;
		background: transparent !important;
		padding: 0;
		color: #000;
		backdrop-filter: none;
	}
	header button.menu{
		display: block;
		width: 24px;
		height: 24px;
		-webkit-appearance: none;
		border: none;
		padding: 0;
		margin: 0;
		background: transparent;
	}
	header button.menu::before{
		font-family: 'Font Awesome 6 Pro';
		font-weight: 400;
		color: #000;
		line-height: 24px;
		font-size: 22px;
		content: '\f0c9';
	}
	header.mobilemenu button.menu::before{
		content: '\e59b';
	}
	
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 28px;
		margin-bottom: 18px;
	}
	h3{
		font-size: 24px;
	}
	
	.home-hero{
		padding-top: 0;
		padding-bottom: 0;
		min-height: 350px;
		
	}
	.home-hero .subhead{
		margin-top: 20px;
		margin-bottom: 120px;
	}
	.home-hero .hero-intro{
		margin: 0;
		padding: 30px 20px 0;
		position: relative;
	}
	.home-hero .hero-widget{
		padding: 20px;
		border-radius: 0;
		margin: 0;
		width: 100%;
		backdrop-filter: none;
		background: var(--beige);
	}
	.home-hero .hero-intro backdrop{
		height: 140%;
	}
	.order-drawer .widget{
		padding: 20px 50px;
		width: 100%;
	}
	.matrix .intro i{
		font-size: 35px;
	}
	.matrix .cardgroup, .matrix .addons{
		gap: 20px;
	}
	.matrix .card{
		padding: 18px 20px;
	}
	section, footer .primary{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.main:first-of-type{
		padding-top: 20px;
	}
	
	
	.g3-1{
		grid-template-columns: 2fr 1fr;
	}
	
	.net-status{
		padding: 20px;
		margin-top: 20px;
	}
	
	.main a.article{
		flex-direction: column;
		justify-content: flex-start;
	}
	.main a.article > img{
		min-height: 0;
		width: 100%;
		height: 200px;
	}
	.main h1{
		margin-bottom: 20px;
	}
	.grid{
		gap: 30px;
	}
	
	.main article{
		grid-template-columns: 1fr;
		padding-top: 20px;
	}
	article .date{
		margin-top: -8px;
	}
	
	.grid.appinstructions{
		
		grid-template-columns: 2fr 1fr;
	}
	.grid.appinstructions > :first-child{
		grid-column-end: 3;
		grid-column-start: 1;
	}
	.iconheading i{
		font-size: 35px;
	}
	.grid.faq{
		grid-template-columns: 1fr;
	}
	.testimonials .tgroup{
		max-width: 550px;
		padding: 20px 60px;
	}
	.testimonials .tgroup .quote{
		font-size: 20px;
	}
	.testimonials .tgroup::before, .testimonials .tgroup::after{
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	container{
		margin-left: 20px;
		margin-right: 20px;
	}
	uncontainer{
		margin-left: -20px;
		margin-right: -20px;
	}
	.wp-block-embed.is-type-video iframe{
		width: 100%;
		height: calc( (100vw - 40px) * 9 / 16 );
	}
	.matrix .cardgroup, .matrix .addons{
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
		margin-bottom: 40px;
	}
	.matrix .addons > *, .matrix .addons > .half{
		flex-basis: 0;
	}
	.home-hero .hero-widget h3{
		text-align: center;
	}
	.g3-1{
		grid-template-columns: 1fr;
	}
	/* .g3-1.networkstatus{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		align-content: center;
	} */
	
	.grid.videos{
		grid-template-columns: 1fr 1fr;
		margin-top: 25px;
	}
	.testimonials{
		padding: 30px 0;
		carousel dots{
			margin-bottom: 0; 
		}
	}
	.testimonials .tgroup{
		padding: 40px 0px;
	}
	.order-drawer .widget{
		padding: 20px;
	}
	
	.grid.contact{
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 650px) {
	.grid{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.grid.videos{
		grid-template-columns: 1fr;
	}
	.matrix .addons ul.split{
		column-count: 1;
	}
	footer .primary container{
		grid-template-columns: 1fr;
	}
	footer .primary container > *{
		margin-bottom: 40px;
	}
	footer .secondary container{
		flex-direction: column;
		gap: 20px;
	}
	footer .secondary .links{
		gap: 20px;
	}
	
	.grid.blog{
		grid-template-columns: 1fr;
	}
	.morelinkrow{
		text-align: left;
	}
	.grid.appinstructions{
		grid-template-columns: 1fr;
	}
	.grid.appinstructions > :first-child{
		grid-column-start: auto;
		grid-column-end: auto;
	}
	.grid.linkgroups{
		grid-template-columns: 1fr;
	}
}