/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font: normal 16px/26px 'Avenir Next', Helvetica, Arial, sans-serif;
	color: #292929;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	height: auto;
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#292929;
	text-decoration:none;
}
a:hover {
	color:#EB2529;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus,
textarea:focus {
	outline:0;
	border:2px solid #EB2529;
}

a.post-edit-link {
	opacity: 0;
}

a.post-edit-link:hover {
	opacity: 1;
}

pre {
    font-size: 12px;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px auto 5px auto;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
code {
    font-size: 14px;
}
.code {
	max-width: 100%;
	overflow: auto;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

h1 {
	font: 600 28px 'Avenir Next', sans-serif;
	text-align: center;
}

h1,
h2 {
	display: block;
}

h2 {
	font: 500 28px 'Avenir Next', sans-serif;
	text-align: left;
}
.single-service h2 {
	font-weight: bold;
}

h1 em {
	color: #EB2529;
	font-style: normal;
}

/*------------------------------------*\
    LOGO
\*------------------------------------*/

#logo {
	display: inline-block;
	position: static;
  }


  #logo a {
	color: black;
	font: 2.5em 'Avenir Next', sans-serif;
	text-transform: lowercase;
	letter-spacing: .05em;
  }

  #logo .logo-left,
  #logo .logo-right {
	display: block;
	float: left;
	width: 48%;
	height: 0.285em;
	margin-top: -0.5em;
  }

  #logo .logo-right {
	margin-left: 48%;
  }

  #logo .logo-left {
	background-color: #EB2529;
  }

  #logo .logo-right {
	background-color: #464646;
  }

  #logo.svg img {
	  max-height: 60px;
  }

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
	background-color: white;
	display: grid;
	grid-template-columns: 100px auto 50px 50px;
  	grid-template-rows: auto;
  	grid-template-areas:
    	"logo cta search nav";
	height: 70px;
	left: 0;
	padding: 0 25px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.nav {
	align-self: center;
	grid-area: nav;
	justify-self: end;
}

.nav-toggle {
	border: 1px solid #ECECEC;
	cursor: pointer;
	display: flex;
	height: 40px;
	position: static;
	width: 40px;
}

.nav-toggle div {
	align-self: center;
	display: block;
	width: 100%;
}

.nav-toggle i {
	background: transparent url('../img/menu.svg') center center no-repeat;
	background-size: contain;
	display: block;
	height: 1em;
	margin: 0 auto;
	width: 1em;
}

.nav.active .nav-toggle {
	border-color: #EB2529;
}

.nav.active .nav-toggle i {
    background-image: url(../img/menu-close.svg);
}

.nav ul {
	background-color: white;
	box-shadow: 0 20px 30px rgba(0,0,0,0.1);
	left: 0;
	list-style-type: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 70px;
	transition: max-height 0.5s linear;
	width: 100%;
}

.nav.active ul {
	max-height: 300vh;
}

.nav ul li {
	display: block;
}

.nav ul li:last-of-type {
    padding-bottom: 2em;
}

.nav ul li a {
	display: block;
	font-size: 22px;
    padding: 20px;
}


.header-search {
	align-self: center;
	flex-grow: 1;
	grid-area: search;
	justify-self: end;
	order: 3;
}

.search-toggle {
	border: 1px solid #ECECEC;
	cursor: pointer;
	display: block;
	height: 40px;
	width: 40px;
}

.header-search.active .search-toggle {
	background-color: #ECECEC;
}

.search-toggle div {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
}

.search-toggle i {
	background: transparent url('../img/search.svg') center center no-repeat;
	background-size: contain;
	margin: 0 auto;
	height: 1em;
	width: 1em;
}

.header-search.active .search-toggle i {
	opacity: 0.5;
}

.search-field-container {
	background-color: white;
	box-shadow: 0 30px 50px rgba(0,0,0,0.05);
	display: block;
	left: 0;
	max-height: 0;
	overflow: hidden;
	position: fixed;
	top: 70px;
	transition: all 0.5s linear;
	width: 100%;
	z-index: 9;
}

.header-search.active .search-field-container {
	max-height: 100%;
    overflow: visible;
}

.header-search form.search {
	padding: 30px 25px;
	width: 100%;
}

.header-search input.search-input {
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
	border: 0;
	border-bottom: 2px solid black;
	border-radius: 0;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	width: 100%;
}

.header-search .search-submit {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: none;
}

.header-search .search-cancel {
	background-color: white;
	border: 2px solid #292929;
	color: #292929;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 0 20px;
}

.header-search .search-submit,
.header-search .search-cancel {
	height: 50px;
}

.header-search .search-submit span,
.header-search .search-cancel span {
	display: block;
	padding: 10px 0;
}

.logo-container {
	align-self: center;
	grid-area: logo;
	justify-self: start;
}

.header-cta {
    align-self: center;
    border: 1px solid #ECECEC;
    display: block;
    grid-area: cta;
    height: 40px;
    justify-self: end;
    line-height: 1;
    padding: 0 10px;
}

.header-cta div {
	align-items: center;
	display: flex;
	height: 100%;
	text-align: center;
	width: 100%;
}

#logo,
.header-cta {
    font-size: 70%; /* For the tiniest screens */
}

main {
	margin: 100px 25px 40px 25px;
	width: calc( 100% - 50px );
}

main.full-width {
	margin: 100px auto 40px auto;
	max-width: none;
	width: 100%;
}

.page-width {
	margin-left: auto;
	margin-right: auto;
	width: calc( 100% - 50px );
}

main:not(.full-width) .page-width {
	width: 100%;
}

.accordion input[type="checkbox"] {
	display: none;
}

.social-sharing-buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social-sharing-buttons li {
	display: inline-block;
	margin: 0 10px;
}

.social-sharing-buttons span {
	align-items: center;
	background-color: #464646;
	color: white;
	cursor: pointer;
	font-size: 18px;
	justify-content: center;
	display: flex;
	height: 40px;
	width: 40px;
}

.social-sharing-buttons span label {
    display: none;
    text-indent: -9999px;
}

.social-sharing-buttons .twitter span { background-color: #00ADED; }
.social-sharing-buttons .facebook span { background-color: #3A5998; }
.social-sharing-buttons .linkedin span { background-color: #0282BD; }

.social-sharing-buttons span:hover {
	background-color: #EB2529;
}

article .social-sharing-buttons {
	display: none;
}


/* ----------------------------- *\
			 FOOTER
\* ----------------------------- */

footer {
	margin: 0 25px;
	width: calc( 100% - 50px );
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2rem 0;
}

footer ul li a {
	color: #292929;
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding: 0.5rem 0;
}

footer .accordion {
    border-bottom: 1px solid #ECECEC;
    display: block;
    margin: 0 0 0 -25px;
    padding: 0 25px;
    width: 100vw;
}

footer .accordion label {
	background-color: white;
	display: block;
	padding: 2rem 0;
}

.accordion-content {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 0.25s linear;
}

.accordion input[type=checkbox]:checked ~ .accordion-content {
	max-height: 100vh;
}

footer label h3 {
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

.extra-links-footer h4 {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.accordion label i.fas {
	color: #EB2529;
    display: block;
    float: right;
	font-size: 1.25em;
	transition: all 0.25s linear;
}

.accordion input[type=checkbox]:checked ~ label i.fas {
	color: #292929;
	transform: rotateZ(-180deg);
}

div#mc_embed_signup {
    padding-bottom: 2rem;
}

.mc-field-group {
    display: flex;
    flex-wrap: nowrap;
}

.mc-field-group input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 80%;
}

input#mce-EMAIL {
    border: 1px solid #ECECEC;
    border-right: 0;
    flex-basis: 100%;
    height: 50px;
    padding: 0 1rem;
}

input#mc-embedded-subscribe {
	background-color: #464646;
	border: 1px solid #464646;
	color: white;
	height: 50px;
	padding: 0 1em;
	text-align: center;
}

.social-links i.fab {
    display: inline-block;
    width: 1.5em;
}

.contacts ul {
	list-style-type: none;
	margin: 2em 0 0 0;
	padding: 0;
}

.contacts i.icon {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	float: left;
	height: 22px;
	width: 22px;
}

i.icon.address { background-image: url('../img/icons/address.svg'); }
i.icon.fax { background-image: url('../img/icons/fax.svg'); }
i.icon.mail { background-image: url('../img/icons/mail.svg'); }
i.icon.phone { background-image: url('../img/icons/phone.svg'); }

.contacts span {
	display: block;
	float: left;
	margin: 0 0 1em 1.5em;
	max-width: calc( 100% - 3em);
}

.contacts span.label {
	display: none;
}

.contacts li:after {
	clear: both;
	content: " ";
	display: table;
	float: none;
	width: 100%;
}

.copyright {
	font-size: 80%;
}

.footer.locations {
    background: #292929;
	color: white;
	font-size: 70%;
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.footer.locations ul {
    display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}

.footer.locations li {
	flex-basis: 25%;
}

.contacts ul li a {
    padding: 0;
}

.footer-cta {
	background-color: #464646;
	display: table;
	margin: -5px auto 0 auto;
	padding: 50px 0;
	width: 100%;
}

.footer-cta p {
	color: white;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 1em auto;
	text-align: center;
	width: calc( 100% - 50px );
}

a.cta-button.alert {
    background-color: #EB2529;
    background-image: url(../img/arrow-white.svg);
    border-color: #EB2529;
    color: white;
    display: flex;
    margin: 0 auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

.active .click-outside {
    background-color: transparent;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 100px;
    width: 100%;
}

a.cta-button {
    align-items: center;
    background: white url(../img/arrow-red.svg) center no-repeat;
    background-position-x: calc( 100% - 30px );
    border: 2px solid #EB2529;
    color: #EB2529;
    display: inline-flex;
    font: bold 18px 'Avenir Next';
    height: 50px;
    padding: 0 20px;
	padding-right: 60px;
	transition: all 0.25s linear;
}

a.cta-button:hover {
    background-position-x: calc( 100% - 10px );
}

a.cta-button.dark {
	background-color: #464646;
	background-image: url('../img/arrow-white.svg');
	border-color: #464646;
	color: white;
}

a.cta-button.alert {
	background-color: #EB2529;
	background-image: url('../img/arrow-white.svg');
	border-color: #EB2529;
	color: white;
}

a.cta-button.dull {
	background-color: transparent;
	border-color: #292929;
	background-image: url('../img/arrow-gray.svg');
	color: #292929;
}

/* ................................ /
			Homepage
/ ................................ */


.hero-primary-image {
    background: transparent url(../img/homepage-hero-right.png) center center no-repeat;
    background-size: 120%;
    position: relative;
    height: 0;
    padding-top: 85%;
    width: 100%;
}

.hero h1 {
    border-left: 15px solid #EB2529;
    display: block;
    font: normal 28px/28px 'Avenir Next';
    margin: -0.5em 0 0 0;
    padding-left: 10px;
	position: relative;
	text-align: left;
}

.hero h1 span {
    display: block;
}

.hero h1 em {
    color: #EB2529;
    font-style: normal;
    font-weight: bold;
}

.hero p {
    margin-left: 20px;
}

.scrolling-screenshot {
	background: white url(../img/pp-hero-screenshot_desktop.jpg) no-repeat;
	background-size: 100%;
	left: 14.5%;
	position: absolute;
	height: 0;
	padding-top: 40.5%;
	top: 11.5%;
	width: 70.5%;
}

@media screen and ( min-width: 1080px ) {

	@keyframes screenshot {
		0% { background-position: 0 0; }
		50% { background-position: 0 100%;  }
		100% { background-position: 0 0; }
	}

	@keyframes screenshot-hover {
		0% { background-position: 0 0; }
		50% { background-position: 0 100%;  }
		100% { background-position: 0 0; }
	}

	.scrolling-screenshot {
		animation-name: screenshot;
		animation-duration: 3s;
		animation-timing-function: linear;
		animation-delay: 2s;
		animation-iteration-count: 1;
		background: white url(../img/pp-hero-screenshot_desktop.jpg) no-repeat;
		background-size: 100%;
		left: 14.5%;
		position: absolute;
		height: 0;
		padding-top: 40.5%;
		top: 11.5%;
		width: 70.5%;
	}

}

.scrolling-screenshot:hover {
    animation-name: screenshot-hover;
    animation-duration: 5s;
    animation-delay: none;
    animation-iteration-count: 1;
}

.hero-primary-image:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    content: ' ';
    height: 0;
    left: 0;
    padding-top: 25%;
    position: absolute;
    width: 100%;
}

.shero-stats {
    background-color: #464646;
	color: white;
	margin-top: 100px;
	padding: 0 0 40px 0;
	position: relative;
}

.shero-stats .wave {
	left: 0;
	position: absolute;
	top: -195px;
}

.shero-stats ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0 25px;
	text-align: center;
}

.shero-stats li {
	flex-basis: 50%;
	padding: 1em;
}

.shero-stats li span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
}



.project-tabs {
	display: flex;
	flex-wrap: wrap;
}

.project-tabs input[type=radio] {
	display: none;
}

.project-tabs label {
	background-color: #FFF;
	color: #292929;
	flex-basis: 33.33%;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 25px 0;
	text-align: center;
}

.project-tabs label:nth-of-type(1) {
	padding-left: 25px;
}
.project-tabs label:nth-of-type(2) {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.project-tabs label:nth-of-type(3) {
	padding-right: 25px;
}

.project-tabs input[type=radio]:checked + label {
	color: #EB2529;
}

.project-tabs .project-info {
    display: none;
    margin: 0 auto;
    order: 1;
    width: calc( 100% - 50px );
}

.project-tabs input[type=radio]:checked + label + .project-info {
	display: block;
}

.project-tabs .project-info h3 {
    color: #EB2529;
    display: block;
    font: 600 20px/38px 'Avenir Next', sans-serif;
    margin: 2rem 0 2rem 0;
    min-height: 2em;
    position: relative;
}

.project-tabs .project-info p {
	font: 500 14px/20px 'Avenir Next';
	margin-bottom: 0;
}

.project-tabs .stats {
	display: flex;
	font: bold 1em 'Avenir Next';
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	text-transform: uppercase;
}

.project-tabs .stats li {
	margin-right: 1em;
}

.project-tabs .stats li span {
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 2em;
}

.project-tabs .stats li span:before {
	background: transparent url(../img/arrow-red.svg) center center no-repeat;
	content: " ";
	display: inline-block;
	height: 0.75em;
	margin-left: -2em;
	transform: rotateZ(-90deg);
	width: 1em;
}

.project-tabs .cta-button {
	border: 0;
	padding-left: 0;
}

.project-info img {
    box-shadow: 10px 10px 0 #f8f8f8;
}
ul.partners-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.partners-list li {
	background-color: #f8f8f8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	flex-basis: calc( 50% - 12.5px );
	height: 77px;
	margin-bottom: 25px;
}

.partners-list li a {
    display: block;
    height: 100%;
    opacity: 0;
}

.partners-list li.nexcess { background-image: url(../../img/partner-logos/nexcess.png); }
.partners-list li.avalara { background-image: url(../../img/partner-logos/avalara.png); }
.partners-list li.aheadworks { background-image: url(../../img/partner-logos/aheadworks.png); }
.partners-list li.akoova { background-image: url(../../img/partner-logos/akoova.png); }
.partners-list li.dotmailer { background-image: url(../../img/partner-logos/dotmailer.png); }
.partners-list li.shipperhq { background-image: url(../../img/partner-logos/shipperhq.png); }
.partners-list li.yotpo { background-image: url(../../img/partner-logos/yotpo.png); }
.partners-list li.klevu { background-image: url(../../img/partner-logos/klevu.png); }
.partners-list li.nosto { background-image: url(../../img/partner-logos/nosto.png); }
.partners-list li.vervaunt { background-image: url(../../img/partner-logos/vervaunt.png); }


ul.post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.post-list li.article:nth-of-type(3) {
	display: none;
}

ul.post-list .post-details {
	background-color: white;
	display: block;
	margin-top: -2em;
	padding: 1em;
	width: 100;
}

ul.post-list ul.post-info {
	display: grid;
	font-size: 14px;
	line-height: normal;
	grid-template-columns: 50% 50%;
  	grid-template-areas:
		"category author"
		"category timestamp";
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.post-info li {
	padding: 0 0.5em;
}

.post-content p {
	margin: 0 0 1em 0;
}

.post-content h3 {
	font-size: 20px;
    font-weight: 600;
	line-height: 26px;
    margin: 1em 0 0.5em 0;
    text-transform: none;
}

.single-post .post-content h3 {
	text-transform: uppercase;
}

.read-time {
    font-size: 14px;
}

.post-list .post-content p {
    margin: 0.5em 0;
}

.post-info .category {
	grid-area: category;
	overflow: hidden;
}

.post-info .category a,
.post-info .category .category-placeholder {
	border: 1px solid #EB2529;
	color: #EB2529;
	display: block;
	overflow: hidden;
	padding: 0.5em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-info .author {
	grid-area: author;
}
.post-info .timestamp {
	grid-area: timestamp;
}

.post-list .featured-image {
    display: block;
    margin-left: -25px;
    width: calc( 100% + 50px);
}

.post-list .featured-image a,
.meta .featured-image .image {
	background-image: url('../img/featured-image-placeholder.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 0;
	padding-top: 72.72%;
	text-indent: -9999px;
	width: 100%;
}

#blog-index .featured-posts {
	display: none; /* Hide at mobile size */
}

#blog-index .page-title {
	margin-top: 70px;
}

.pagination {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
    margin: 50px 0;
    text-align: center;
}

.pagination .page-numbers {
    margin: 0;
    padding: 10px 15px;
}

.pagination .page-numbers.current {
	background-color: #EB2529;
	color: white;
}

.pagination .screen-reader-text {
	display: none;
}

.sidebar input.accordion-toggle {
	display: none;
}

input.accordion-toggle:checked ~ .accordion-content {
	max-height: 100vh;
}

.accordion-content ul {
    margin: 0 0 1em 0;
    padding: 0;
}

.accordion-content ul li {
    display: list-item;
    margin-left: 0;
    padding-bottom: 5px;
}

.sidebar label,
.extra-links h4 {
    border-top: 6px solid #EB2529;
	display: block;
	margin-bottom: 10px;
}

input.accordion-toggle:checked ~ label i {
    color: black;
    transform: rotateZ(180deg);
}

.sidebar label h4 {
    color: #EB2529;
    display: inline-block;
    text-transform: uppercase;
}

.sidebar label i {
    color: #EB2529;
    display: inline-block;
    margin-left: 1em;
}

#blog-main {
	margin-bottom: 0;
	margin-top: 100px;
}

.single-post .meta {
	background-color: #ffffff;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #EDEDED;
}

.meta .categories {
	display: table;
	list-style-type: none;
	margin: 25px;
	padding: 0;
	width: calc( 100% - 50px );
}

.meta .categories li {
	border: 1px solid #EB2529;
	display: block;
	float: left;
	margin: 0 0.5em 0.5em 0;
	max-width: 250px;
	overflow: hidden;
	padding: 0.5em 1.25em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-post .meta .categories li {
	font-size: 14px;
	max-width: 100%;
}

.meta .categories li a {
	color: #EB2529;
}

.meta .title h1 {
	display: block;
	font: bold 24px/30px 'Avenir Next', sans-serif;
	margin: 0 25px;
	text-align: left;
}

.meta .excerpt {
    font: normal 18px/24px 'Avenir Next', sans-serif;
    padding: 25px;
}

.meta .submeta {
	display: grid;
	grid-template-columns: 85px auto;
	grid-template-rows: auto;
	grid-template-areas:
	  "avatar name"
	  "avatar description"
	  "avatar stats";
	list-style-type: none;
	margin: 0;
	padding: 25px;
}

.submeta .author-image {
	grid-area: avatar;
	width: 70px;
	height: auto;
	padding: 0;
}

.submeta .author-image img {
	border-radius: 50%;
	width: 70px;
	height: auto;
	padding: 0;
}

.submeta .author-name {
	font: bold 20px/24px 'Avenir Next', sans-serif;
	grid-area: name;
	padding-left: 20px;
}

.submeta .author-title {
	font: normal 16px/26px 'Avenir Next', sans-serif;
	grid-area: description;
	padding: 0 0 0 20px;
	margin-top: 5px;
}

.submeta .author-title p {
    margin: 5px 0;
}

.submeta .stats {
	font: normal 14px/24px 'Avenir Next', sans-serif;
	grid-area: stats;
	padding-left: 20px;
}

.submeta .divider {
	display: inline-block;
	padding: 0 2px;
}

#blog-main .post-content {
	overflow: hidden;
	padding: 25px;
}

.post-content a,
.page-content a {
	color: #EB2529;
}

.post-content article h1,
.post-content article h2,
.post-content article h3 {
	text-align: left;
}

.post-list .post-content a {
	color: #292929;
}

.post-list .post-content a:hover {
	color: #EB2529;
}

.meta .featured-image, .meta .meta-content {
    margin: 0 auto;
}
.post-content h2 {
	font: bold 18px/22px 'Avenir Next', sans-serif;
}

.single-post .post-content article {
	margin: 0 auto;
	max-width: 780px;
}

.single-post .post-content .post-services {
	display: block;
}

.post-services {
	margin-top: 20px;
}

.post-services h4 {
	border-top: 6px solid #EB2529;
	color: #EB2529;
	display: block;
	font: bold 16px 'Avenir Next', sans-serif;
	margin: 0;
	padding-top: 12px;
	text-transform: uppercase;
}

.extra-links h4 {
	margin-bottom: 10px;
}


.post-services ul {
	margin: 0.5em 0 0 1em;
	padding: 0;
}

.post-services li {
	line-height: 22px;
	margin-bottom: 5px;
}

.post-services a {
	color: black;
}

.post-services a:hover {
	color: #EB2529;
}

.contact-form input,
.contact-form textarea,
article input,
article textarea {
	appearance: none;
	-webkit-appearance: none;
    align-content: center;
	border: 2px solid #ECECEC;
	border-radius: 0;
	box-shadow: none;
    display: inline-flex;
    height: 60px;
    margin-top: 5px;
    max-width: calc( 100% - 10px );
	padding: 10px;
	width: 100%;
}

.contact-form .submit,
article .submit {
	margin-top: 30px;
	text-align: center;
}

.contact-form input[type="submit"],
article input[type="submit"] {
	background-color: #EB2529;
	border: 0;
	color: white;
	font-weight: 600;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	width: 180px;
	justify-content: center;
}

.contact-form input[type="submit"]:hover,
article input[type="submit"]:hover {
	background-color: black;
}

#comments {
    background-color: #f8f8f8;
    margin: 0 0 50px 0;
    display: table;
    padding: 50px 0;
    width: 100%;
}

#comments .comments {
	margin: 25px;
	text-align: center;
}

.page-navigation {
	align-items: center;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-template-areas:
		"previous next"
		"title title";
	justify-items: stretch;
}

.page-navigation .previous-page {
	grid-area: previous;
}

.page-navigation .next-page {
	grid-area: next;
	justify-self: right;
}

.page-navigation .page-title {
	grid-area: title;
}

.page-navigation .previous-page a,
.page-navigation .next-page a {
	align-items: center;
	display: flex;
	justify-items: stretch;
	text-align: center;
}

.page-navigation .previous-page a span,
.page-navigation .next-page a span {
	margin: 0 10px;
}

.single-service .page-navigation {
	grid-auto-flow: row;
	grid-template-columns: 100%;
}

.single-service .page-navigation .next-page {
	display: none;
}

.single-service .page-navigation .previous-page {
	justify-self: center;
	text-align: center;
}

article blockquote {
	display: table;
	font-size: 20px;
	margin: 1em auto;
	max-width: 520px;
	text-align: center;
	width: 90%;
}

#subservices,
.job-listings {
	margin: 0 auto;
	max-width: 780px;
}

#subservices ul {
	align-items: center;
	display: grid;
	grid-auto-flow: row;
	grid-row-gap: 30px;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#subservices li {
	background-color: #F8F8F8;
	padding: 25px;
}

#subservices h3 a {
	color: #EB2529;
	font: normal 26px/32px 'Avenir Next';
}

#subservices h3 a:hover {
	color: black;
}

.page-content article {
	margin: 0 auto;
	max-width: 780px;
	width: 100%;
}

.page-content .featured-image {
	margin: 25px 0;
}

.page-content .featured-image img {
	display: block;
	margin: 0 auto;
}

.google-map iframe {
	height: 390px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.job-listings article {
	align-items: center;
	border-bottom: 1px solid #CECECE;
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	padding: 30px 0;
}

.job-listings .details {
	margin: 0 auto;
	text-align: center;
}

.job-listings article:first-of-type {
	border-top: 1px solid #CECECE;
}

.job-listings .thumbnail {
	flex-basis: 100%;
}

.job-listings .thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 70px;
}

.job-listings h2 {
	font-size: 24px;
	text-align: center;
}

.job-listings a h3 {
	color: #EB2529;
	font: normal 16px/24px 'Avenir Next', sans-serif;
	margin: 1em 0;
}

.job-listings a:hover h3 {
	color: black;
}

.career-cta {
	border: 2px solid #EB2529;
	font: normal 18px/24px 'Avenir Next', sans-serif;
	margin: 0 auto;
	max-width: 780px;
	padding: 1em;
	text-align: center;
}

.career-cta a {
	color: #EB2529;
}

.single-job-listing .featured-image img {
	max-width: 95px;
}

.single-job-listing .page-content .page-width {
	width: 100%;
}

.contact-cta {
	background-color: #F8F8F8;
	display: block;
	padding: 1em;
	text-align: center;
}

.contact-cta .icon {
	background: transparent url(../img/icons/services/magento-store-support.svg) center center no-repeat;
	background-size: contain;
	display: block;
	height: 61px;
	margin: 0 auto;
	width: 65px;
}

.project-summary h3 {
	font: 600 22px 'Avenir Next', sans-serif;
}

.project-summary .stats,
.case-study .stats {
    display: flex;
    justify-content: left;
    list-style-type: none;
    margin: 1rem 0 1rem 0;
    padding: 0;
}

.project-summary .stats li,
.case-study .stats li {
	flex-basis: auto;
	margin: 0 10px 0 0;
	padding: 0;
}

.project-summary .stats li strong,
.case-study .stats li strong {
	display: block;
	font: 600 16px 'Avenir Next', sans-serif;
}

.project-summary .stats li span,
.case-study .stats li span {
    display: block;
    font: normal 22px 'Avenir Next', sans-serif;
    padding-left: 20px;
    position: relative;
}

.project-summary .stats li span:before,
.case-study .stats li span:before {
    background: transparent url(../img/arrow-red.svg) center left no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    height: 18px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    transform: rotateZ(-90deg);
    width: 18px;
}

.project-summary .cta {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.recent-projects {
	margin-top: 30px;
}

.recent-projects h2 {
	display: none;
}

.recent-projects .project-summary {
	background-color: white;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	display: block;
	margin: -25px auto 30px auto;
	max-width: 545px;
	padding: 25px;
	position: relative;
	text-align: center;
	width: 90%;
}

.recent-projects .project-summary .stats {
	justify-content: center;
	text-align: left;
}

.recent-projects .project-summary .stats li {
	flex-basis: auto;
}

.recent-projects .overlay {
	display: none;
}

.case-study .project-image {
	background: #f8f8f8;
	background-size: auto;
	position: relative;
	z-index: 1;
}

.case-study .project-image:after {
	background: transparent url('../img/new-portfolio-background.svg') center center no-repeat;
	background-size: contain;
	content: ' ';
	display: block;
	left: 50%;
	max-width: 1447px;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.case-study .project-image img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.case-study-title {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin: 0 auto;
    width: calc( 100% - 4rem );
}

.case-study .project-link {
    justify-self: center;
}

.browser-width {
	width: 99vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
}

.browser-width img {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	width: 99vw;
}

img.desktop-only {
	display: none;
}

img.mobile-only {
	display: block;
}

#related-posts {
	margin-bottom: 20px;
}

.case-study .project-meta {
	margin: 30px auto;
}

.case-study .associated-services ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.case-study .associated-services ul li {
	color: red;
	display: inline-block;
}

.case-study .associated-services ul li:after {
	color: black;
    content: '\2022';
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}

.case-study .associated-services ul li:last-of-type:after {
	display: none;
}

.case-study .results {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-study ul.stats {
	list-style-type: none;
	margin: 1rem 0;
	padding: 0;
	width: 100%;
}

.case-study .stats,
.case-study .project-link {
	flex-basis: 100%;
	padding: 10px 0;
}

.case-study .project-link a {
	height: 40px;
    width: 100%;
}

.case-study article h2 {
	font: 600 24px 'Avenir Next', sans-serif;
	text-align: center;
}

.case-study .content h3 {
    text-align: center;
}

.case-study .next-post {
	margin: 30px 0;
	text-align: center;
}

#certifications ul {
	align-items: center;
	display: flex;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}

#certifications ul li {
	padding: 10px;
}

.about-page h2 {
	font: 600 24px 'Avenir Next', sans-serif;
	text-align: center;
}

.about-page h3 {
	font: 600 18px 'Avenir Next', sans-serif;
	margin: 10px auto 5px auto;
	text-align: center;
	text-transform: uppercase;
}

.about-page .page-content h3 {
	text-align: left;
	text-transform: none;
}

.team-grid {
	align-content: stretch;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}

.team-grid article {
	flex-basis: calc( 50% - 10px );
}

.team-grid .picture {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 0;
	padding-top: 150%;
	position: relative;
	width: 100%;
}

.team-grid .picture img {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.partners-grid {
	align-content: stretch;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}

.partners-grid article {
	border: 1px solid #ECECEC;
	flex-basis: calc( 100% );
	margin-bottom: 20px;
	padding: 20px;
}

.about-page .partners-grid h3 {
	font: normal 24px/20px 'Avenir Next', sans-serif;
	color: #EB2529;
	margin: 40px 0 20px 0;
	text-transform: none;
}

.partners-grid .description {
	font-size: 16px;
	line-height: 20px;
}

.partners-grid .logo img {
    margin: 0 auto;
	max-width: 60%;
}


.featured-project h1 {
	margin-bottom: 0;
}

a.cta-button.arrowless,
a.cta-button.dull.arrowless {
	background-image: none;
	padding-right: 20px;
}

/* 404 Not Found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#not-found-404 {
	font-size: 22px;
	text-align: center;
}

#pacman {
    height: 0;
    width: 0;
}

.desktop-404,
#pacman canvas {
	display: none;
}

a.start {
	cursor: pointer;
}

.author-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

h2.role {
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
}

.page .pum-theme-default-theme {
    background-color: rgba( 0,0,0,0.5 );
}

.newsletter-popup {
	background-color: white;
	color: black;
}

.newsletter-popup .content {
	padding: 40px;
	text-align: center;
}

.newsletter-popup .content h2 {
	color: black;
	font: 600 18px 'Avenir Next', sans-serif;
	margin: 10px auto;
    text-align: center;
}

.pum-theme-default-theme .pum-container.pum-responsive {
    background-color: white;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 3px 0px rgba( 0, 0, 0, 0.25 );
    padding: 0;
}

.newsletter-popup .illustration {
	display: block;
	margin: 0 auto;
	max-width: 90px;
}

.newsletter-popup input#mce-EMAIL {
	border: 2px solid #ECECEC;
}

.newsletter-popup input#mc-embedded-subscribe {
	font-weight: 600;
	width: calc( 100% - 2em - 2px );
}

.page .pum-theme-default-theme .pum-content + .pum-close {
    background-color: white;
	background-image: url('../img/newsletter-close.svg') !important;
    border: 0;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    color: #ffffff;
    height: 25px;
    left: auto;
    overflow: hidden;
    padding: 8px;
    right: 20px;
    text-indent: -999px;
    text-shadow: none;
    top: 20px;
    width: 25px;
}

.popup-close-text {
	font-weight: 600;
}

.newsletter-popup div#mc_embed_signup {
    padding: 50px 0;
}

.centered,
.centered h2 {
	text-align: center;
}

a.project-title.centered {
	margin: 0 auto;
}

.search h2 {
    font-weight: bold;
    text-align: center;
}

.search-noresults a.cta-button.arrowless {
	justify-content: center;
    max-width: 400px;
    padding: 0 20px;
    text-align: center;
}

.article-search .search {
    display: block;
    margin: 0 auto;
    max-width: 620px;
    position: relative;
}

.article-search input {
    border-color: #464646;
    box-sizing: border-box;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: 20px;
}

.article-search .search-submit {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
	display: none;
	font-weight: bold;
    height: 46px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 10px;
    top: 2px;
}

.article-search .search-submit:hover {
	color: #EB2529;
}


.article-search .search-submit span:before {
    background: transparent url(../img/search.svg) center center no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    float: left;
    margin: 1px 10px 0 0;
	height: 1em;
	visibility: visible;
    width: 1em;
}

.article-search .or {
	display: block;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}

.search-noresults p {
    margin: 0 auto 50px auto;
    max-width: 500px;
}

.search-noresults h3 {
    font: 500 24px/30px 'Avenir Next', sans-serif;
}

.service-heading {
	background-color: #F8F8F8;
	display: table;
	margin: 0 auto;
	width: 100%;
}

.service-heading .icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: 50px auto 30px auto;
}

#magento-development-and-design.service-heading .icon {
	background-image: url(../img/icons/services/development-design.svg);
	height: 61px;
	width: 76px;
}

#magento-audits.service-heading .icon {
	background-image: url(../img/icons/services/magento-audit.svg);
	height: 75px;
	width: 92px;
}

#ecommerce-growth-and-marketing.service-heading .icon {
	background-image: url(../img/icons/services/ecommerce-growth.svg);
	height: 61px;
	width: 61px;
}

#magento-integrations-and-support.service-heading .icon {
	background-image: url(../img/icons/services/magento-integrations.svg);
	height: 61px;
	width: 61px;
}

#other-ecommerce-platforms.service-heading .icon {
	background-image: url(../img/icons/services/other-ecommerce-platforms.svg);
	height: 61px;
	width: 61px;
}

#bigcommerce.service-heading .icon {
	background-image: url(../img/icons/services/bigcommerce.svg);
	height: 65px;
	width: 65px;
}

#services-index .anchor {
	display: block;
	height: 50px;
}

.service-heading h2 {
	color: var(--shero-red);
	font: bold 30px 'Avenir Next', sans-serif;
	margin: 0 auto;
	text-align: center;
}

.service-articles {
	display: table;
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.service-articles article {
	background-color: white;
	display: table;
	margin: 20px 0;
    padding: 50px 30px;
    position: relative;
	width: 100%;
}

.service-articles h3 {
	color: black;
	font: bold 22px 'Avenir Next', sans-serif;
	margin: 0 auto;
	text-align: center;
}

.service-articles h3:after {
	background-color: var(--shero-red);
	content: ' ';
	display: block;
	height: 4.4px;
	margin: 12px auto 0 auto;
	width: 32px;
}

.service-articles a h3:hover {
	color: var(--shero-red);
}

.service-articles p {
	color: var(--shero-grey);
	font: normal 16px/24px 'Avenir Next', sans-serif;
	margin: 15px auto;
	padding-bottom: 50px;
	text-align: center;
}

@media screen and ( min-width: 1080px ) {
	.service-articles p {
		max-width: 420px;
	}
	.count-3 .service-articles p {
		max-width: 340px;
	}
}

.service-articles .readmore {
    bottom: 50px;
    display: block;
    font: bold 18px 'Avenir Next', sans-serif;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

.service-articles .readmore a {
	display: inline-block;
	padding-right: 2em;
	position: relative;
}

.service-articles .readmore a:after {
    background: transparent url(../img/arrow-black.svg) center center no-repeat;
    background-size: 20px;
    content: ' ';
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 0.5em;
    top: 0;
    transition: right 250ms linear 0s;
    width: 20px;
}

.service-articles .readmore a:hover {
	color: #EB2529;
}

.service-articles .readmore a:hover:after {
	background: transparent url('../img/arrow-red.svg') center center no-repeat;
	right: 0;
	transition: right 250ms linear 0s;
}

.price_shero {
	border: 1px solid #ECECEC;
	margin-bottom: 2rem;
}

.price_shero th {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	padding: 2rem;
}

.price_shero th b {
	font-size: 16px;
	font-weight: bold;
}

.price_shero td {
	border: 1px solid #ECECEC;
	padding: 1rem;
}

.price_shero tr td:nth-of-type(1) {
	border-right: 0;
	width: 50%;
}

.price_shero tr td:nth-of-type(2) {
	border-left: 0;
}

@media screen and ( max-width: 640px ) {
	.price_shero th,
	.price_shero tr td:nth-of-type(1) {
		font-size: 12px;
		line-height: normal;
	}
}

.price_shero .bullet {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.price_shero .bullet i {
	background-color: #EB2529;
	border-radius: 50%;
	display: block;
	height: 10px;
	width: 10px;
}



.hosting-plans .wp-block-column {
	border: 2px solid #ECECEC;
	font-size: 16px;
	padding: 2rem;
	position: relative;
}

.hosting-plans .wp-block-column h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.hosting-plans .wp-block-column h4 {
	color: #EB2529;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 1rem auto;
}

.hosting-plans .wp-block-column ul {
	display: block;
	margin-bottom: 3rem;
}

.hosting-plans .wp-block-column p:last-of-type {
	bottom: 1rem;
	margin: 0;
	position: absolute;
}

.hosting-plans.popular {
	margin-top: 50px;
}

.hosting-plans.popular .wp-block-column:first-of-type {
	border-color: #16908B;
}

.hosting-plans.popular .wp-block-column:first-of-type:before {
	background-color: #16908B;
	color: white;
	content: 'Most Popular';
	display: table;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5rem 1rem;
	margin: -6rem auto 2rem auto;
}

.hosting-plans.popular .wp-block-column:first-of-type:after {
	color: #16908B;
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	font-size: 28px;
	font-weight: 900;
	position: absolute;
	top: -12px;
	left: calc( 50% - 8px )
}

ul.integration-anchors {
	align-items: center;
	display: inline-flex;
	list-style-type: none;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

ul.integration-anchors li {
	flex-basis: calc( 25% - 7px );
}

ul.integration-anchors li a {
	align-items: center;
	background-color: white;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	color: black;
	display: flex;
	font-size: 16px;
	font-weight: bold;
  	justify-content: center;
	line-height: normal;
	min-height: 8rem;
	padding: 1rem;
}

ul.integration-anchors li a:hover {
	color: #EB2529;
}

.page-summary {
	font-size: 21px;
	line-height: 26px;
	margin: 0 auto 3rem auto;
	max-width: 800px;
	text-align: center;
}

.block-editor-notice {
    display: none;
}

#magento-support-packages .packages ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#magento-support-packages .packages ul li {
    border: 2px solid #ECECEC;
    display: block;
    margin-bottom: 1rem;
	padding: 1rem;
	position: relative;
    text-align: center;
    width: calc( 100% - 20px );
}

#magento-support-packages .packages ul li .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#magento-support-packages .packages ul li .hours {
    font-size: 28px;
    font-weight: bold;
    margin: 0.5rem 0;
}

#magento-support-packages .packages ul li .period {
    font-size: 16px;
    font-weight: normal;
    text-transform: lowercase;
}

#magento-support-packages .packages ul li.plus .title {
	padding-top: 1rem;
}

#magento-support-packages .packages ul li.plus:before {
    align-items: center;
    background-color: #ECECEC;
    border: 2px solid #ECECEC;
    color: #464646;
    content: 'Most Popular';
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    margin: -1rem 0 0 -12px;
    text-transform: uppercase;
    width: calc( 100% + 24px );
}

#magento-support-packages.enterprise-active .enterprise,
#magento-support-packages.plus-active .plus,
#magento-support-packages.standard-active .standard,
#magento-support-packages.starter-active .starter {
	border-color: #16908B;
}

#magento-support-packages.enterprise-active .packages .enterprise:after,
#magento-support-packages.plus-active .packages .plus:after,
#magento-support-packages.standard-active .packages .standard:after,
#magento-support-packages.starter-active .packages .starter:after {
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #16908B;
	content: ' ';
	height: 0;
	position: absolute;
	right: -20px;
	top: calc( 50% - 15px );
	width: 0;
}

#magento-support-packages.plus-active .packages ul li.plus:before {
	background-color: #16908B;
	border-color: #16908B;
	color: white;
}

#magento-support-packages ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#magento-support-packages .features {
	display: table;
	margin-top: 2rem;
	width: 100%;
}

#magento-support-packages h5 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 0 2.75rem;
}

#magento-support-packages .features p {
    display: block;
    margin: 0 0 2rem 2.75rem;
}

#magento-support-packages h5:before {
	color: #DCDCDC;
	content: '\f058';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    margin-left: -2.75rem;
	margin-right: 1rem;
	transition: all 250ms linear 0s;
}

#magento-support-packages.enterprise-active .features li.enterprise h5:before,
#magento-support-packages.plus-active .features li.plus h5:before,
#magento-support-packages.standard-active .features li.standard h5:before,
#magento-support-packages.starter-active .features li.starter h5:before {
	color: #16908B;
}

#magento-support-packages .features h2 {
	display: none;
	font-size: 30px;
	margin: 2rem auto;
	text-align: center;
}

#magento-support-packages.enterprise-active .features h2.enterprise,
#magento-support-packages.plus-active .features h2.plus,
#magento-support-packages.standard-active .features h2.standard,
#magento-support-packages.starter-active .features h2.starter {
	display: block;
}

#magento-support-packages .cta {
	margin: 50px 0;
}

.block-accordion-item input ~ div {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
}

.block-accordion-item input:checked ~ div {
	max-height: 999px;
	transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
}

.block-accordion-item {
    border: 1px solid #ECECEC;
	display: table;
	font-size: 16px;
    margin-bottom: 1rem;
    width: 100%;
}

.block-accordion-item input {
    display: none;
}

.block-accordion-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: bold;
	justify-content: space-between;
	padding: 2rem;
    width: 100%;
}

.block-accordion-item label:hover {
	color: #EB2529;
}

.block-accordion-item label:after {
	content: '+';
	font-size: 24px;
	margin-left: 2rem;
}

.block-accordion-item input:checked ~ label:after {
	content: '—';
}

.block-accordion-content {
	padding: 0 2rem;
}

table.shero tr:first-of-type {
    background-color: #464646;
    color: white;
}

table.shero td:nth-of-type(2) {
    width: 50%;
}

table.shero td {
    border: 1px solid #ECECEC;
    word-break: normal;
}

table.shero td:hover {
	opacity: 0.8;
}

.grecaptcha-badge {
    display: none;
}

@media ( max-width: 767px ) {
	ul.integration-anchors {
		display: flex;
		flex-wrap: wrap;
	}
	ul.integration-anchors li {
		flex-basis: calc( 50% - 7px );
		margin-bottom: 14px;
	}
}

@media (min-width: 600px) {
	.hosting-plans .wp-block-column:not(:last-child) {
		margin-right: 0px;
	}
}


@media screen and ( min-width: 1080px ) {
	.service-heading {
		max-width: 1500px;
		width: calc( 100% - 35px );
	}
	.service-articles {
		align-content: stretch;
		display: grid;
		grid-auto-columns: 1fr;
		grid-auto-flow: column;
		grid-column-gap: 30px;
	}
	.service-articles article {
		display: block;
		margin: 50px 0;
	}
}

@media screen and ( max-width: 1079px ) {
	.extra-links-footer h4 {
		display: none;
	}
	.extra-links-footer a {
		font-size: 18px;
		font-weight: bold;
		border-top: 1px solid #ECECEC;
		display: block;
		margin: 0 0 0 -25px;
		padding: 20px 25px;
		width: 100vw;
	}
}

.validation-error {
	background-color: white;
    bottom: -25px;
    color: red;
    display: inline-block;
    font-size: 18px;
    left: 20px;
    position: absolute;
    z-index: 8;
}

.article-search .validation-error {
    bottom: -35px;
}

.validation-error:before {
	font-family: "Font Awesome 5 Free";
	content: "\f06a";
	display: inline-block;
	font-weight: 900;
	margin-right: 10px;
}

#services-menu {
	display: none;
}

.back-to-services {
	background-color: #f8f8f8;
	display: block;
	margin-top: 2px;
	padding: 10px;
}

.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-label {
	display: none;
}

.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-icon svg {
	fill: #fff;
	width: 30px;
	height: 30px;
}

body .shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count {
	display: none;
}

html body .shared-counts-wrap.style-classic .shared-counts-button {
	background-color: transparent !important;
}

body .shared-counts-wrap.style-classic .shared-counts-button[data-social-network="Twitter"] .shared-counts-icon svg {
	fill: #229bcf;
}

body .shared-counts-wrap.style-classic .shared-counts-button[data-social-network="Facebook"] .shared-counts-icon svg {
	fill: #67679d;
}

/* LARGER MOBILE STYLES ---------------------------------------------- */

@media screen and ( min-width: 350px ) {
	.header-cta {
		font-size: 100%;
	}
	.mc-field-group input {
		font-size: 100%;
	}
	.footer.locations {
		font-size: 80%;
	}
	.case-study .results {
		flex-wrap: nowrap;
	}
	.case-study .stats,
	.case-study .project-link {
		flex-basis: auto;
	}
	.case-study .project-link a {
		width: auto;
	}
	.case-study .project-link span {
		display: none;
	}
	.case-study ul.stats {
		margin-right: 10px;
	}
	.recent-projects .project-summary {
		align-items: center;
		display: flex;
		justify-content: space-between;
		width: 90%;
	}
	.recent-projects .project-summary h3 {
		font-size: 16px;
	}
	.project-summary .stats {
		margin: 0;
	}
}

/* DESKTOP STYLES ---------------------------------------------- */

@media screen and ( min-width: 600px ) {
	.partners-list li {
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		flex-basis: calc( 33.33% - 12.5px );
		height: 140px;
	}
	.partners-list li:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.support-info .threecol-contain {
		display: inline-flex;
	}
}

@media screen and ( min-width: 800px ) {
	.partners-list li {
		flex-basis: calc( 20% - 10px );
		margin-bottom: 10px;
	}
	.post-list .featured-image {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	ul.post-list .post-details {
		margin-top: 0;
		padding: 1em 0;
	}
	ul.post-list ul.post-info {
		align-items: center;
		grid-column-gap: 2.5%;
		grid-template-columns: 31.66% 31.66% 31.66% ;
		  grid-template-areas:
			"category author timestamp";
	}
	ul.post-list ul.post-info li {
		font-size: 14px;
		padding: 0;
	}
	.post-info .timestamp {
		text-align: right;
	}
	.post-info .author a,
	.post-info .timestamp span {
		display: block;
		padding-top: 0.25em;
	}
	.post-info .category a {
		display: block;
		padding-top: 0.65em;
	}
	ul.post-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.post-list li {
		flex-basis: 47.5%;
	}
	ul.wrapped.post-list {
		display: grid;
		grid-auto-flow: row;
		grid-template-columns: calc( 50% - 25px ) calc( 50% - 25px );
		grid-template-rows: auto;
		grid-row-gap: 25px;
	}
	.page-0 #blog-index .archive .post-list .article:nth-of-type(1),
	.page-0 #blog-index .archive .post-list .article:nth-of-type(2),
	.page-1 #blog-index .archive .post-list .article:nth-of-type(1),
	.page-1 #blog-index .archive .post-list .article:nth-of-type(2) {
		display: none;
	}
	.blogs-button {
		flex-basis: 100%;
		padding: 20px 0;
		text-align: center;
	}
	#blog-index h1 {
		text-align: center;
	}
	#blog-index .archive ul.index.post-list {
		display: block;
		float: left;
		width: 65%;
	}
	#blog-index .featured-posts {
		display: table;
		margin: 0 auto 30px auto;
		width: calc( 100% - 200px );
	}
	#blog-index .featured-posts {
		display: table;
		margin: 0 auto 30px auto;
		width: calc( 100% - 50px );
	}
	.archive ul.index.post-list li.article {
		display: table;
		margin-bottom: 30px;
		width: 100%;
	}
	.archive ul.index.post-list li.article .post-details {
		float: right;
		padding: 0;
		width: 55%;
	}
	.archive ul.index.post-list li.article .featured-image {
		float: left;
		width: 40%;
	}
	#blog-index .sidebar {
		display: block;
		float: right;
		width: 30%;
	}
	.sidebar input.accordion-toggle,
	.sidebar label i {
		display: none;
	}
	.sidebar h4 {
		color: #EB2529;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding-top: 0.85em;
		text-transform: uppercase;
	}
	.sidebar .accordion-content ul {
		margin: 0 0 50px 0;
		padding: 0;
	}
	.extra-links ul {
		padding-bottom: 50px;
	}
	.single-post .extra-links h4 span {
		display: none;
	}
	#blog-index .featured-posts {
		display: block;
	}
	.accordion-content {
		max-height: 100%;
	}
	ul.post-list ul.post-info {
		font-size: 16px;
	}
	.footer .accordion-content ul li {
		margin-left: 0;
	}
	input#mc-embedded-subscribe {
		min-width: 190px;
	}
	.page-navigation,
	.single-service .page-navigation {
		align-items: baseline;
		grid-template-columns: 15% 70% 15%;
		grid-template-rows: auto;
		grid-template-areas:
			"previous title next";
		justify-items: stretch;
	}
	#subservices ul {
		grid-template-columns: calc( 50% - 15px ) calc( 50% - 15px );
		justify-content: space-between;
	}
	#subservices li {
		min-height: 100%;
	}
	#subservices h3 a {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 4em;
	}
	.page-content article blockquote {
		font-size: 30px;
		line-height: 40px;
		max-width: 700px;
	}
	.careers-page article {
		font: normal 18px/28px 'Avenir Next', sans-serif;
	}
	.job-listings article {
		flex-wrap: nowrap;
		padding: 50px 0;
	}
	.job-listings .thumbnail {
		flex-basis: 110px;
	}
	.job-listings .details {
		margin: 0;
		padding-left: 30px;
		text-align: left;
	}
	.job-listings h2 {
		font: 600 30px 'Avenir Next', sans-serif;
	}
	.job-listings a h3 {
		color: #EB2529;
		font: normal 24px/28px 'Avenir Next', sans-serif;
		margin: 0 0 1em 0;
	}
	.single-job-listing article,
	.career-cta {
		font-size: 18px;
		line-height: 28px;
		padding: 3em;
	}
	.single-job-listing article {
		padding: 0;
	}
	.content-columns {
		display: grid;
		grid-column-gap: 20px;
		grid-template-columns: auto 325px;
		grid-template-areas: "content sidebar";
	}
	.content-columns .page-content {
		grid-area: content;
		justify-content: stretch;
	}
	.back-to-services {
		display: none;
	}
	.content-columns .service-sidebar {
		grid-area: sidebar;
	}
	#services-menu {
		background-color: #f8f8f8;
		display: table;
		width: 100%;
	}
	#services-menu section {
		border-bottom: 1px solid #EBEBEB;
		padding: 20px;
	}
	#services-menu section:last-of-type {
		border-bottom: 0;
	}
	#services-menu h3 {
		font: bold 16px 'Avenir Next', sans-serif;
		margin-top: 0;
	}
	#services-menu ul {
		margin: 0;
		padding: 0 0 0 1em;
	}
	#services-menu li.active a {
		color: var(--shero-red);
	}
	.contact-cta {
		margin-top: 2em;
		padding: 2em;
	}
	.featured-project .project-summary {
		background-color: white;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		position: relative;
		margin: -75px auto 0 auto;
		max-width: 950px;
		padding: 30px 80px;
		width: 80%;
		z-index: 1;
	}
	.featured-project .project-title h2 {
		font: 600 30px 'Avenir Next', sans-serif;
		margin: 0;
		text-align: left;
	}
	.featured-project .title-and-stats {
		align-items: center;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.featured-project li.revenue {
		margin-right: 20px;
	}
	.featured-project .excerpt {
		margin: 10px 0;
	}
	.featured-project .project-summary .cta {
		margin: 20px auto;
	}
	.featured-project .project-summary:after {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		bottom: -5%;
		content: ' ';
		display: block;
		left: -5%;
		padding-top: 50%;
		position: absolute;
		width: 110%;
		z-index: 2;
	}
	.featured-project .title-and-stats,
	.featured-project .excerpt,
	.featured-project .cta {
		position: relative;
		z-index: 3;
	}
	.featured-project .portfolio-image img {
		display: block;
		margin: 0 auto;
	}
	.project-summary strong {
		font: 600 18px 'Avenir Next', sans-serif;
	}
	.project-summary span {
		font: normal 24px 'Avenir Next', sans-serif;
	}
	.project-summary .excerpt {
		font: normal 18px/28px 'Avenir Next', sans-serif;
	}
	.recent-projects h2 {
		display: block;
		font: 600 38px/55px 'Avenir Next', sans-serif;
		margin: 0 auto 70px auto;
	}
	.recent-projects-container {
		display: grid;
		grid-auto-flow: row;
		grid-template-columns: calc( 50% - 15px ) calc( 50% - 15px );
		grid-template-rows: auto;
		justify-content: space-between;
	}
	.recent-projects .project-summary {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-top: -50px;
		padding: 10px 40px;
	}
	.recent-projects .project-summary h3 {
		font: 600 24px 'Avenir Next', sans-serif;
	}
	.recent-projects .cell {
		margin-bottom: 20px;
	}
	.recent-projects .portfolio-image {
		position: relative;
	}
	.recent-projects .overlay {
		align-items: center;
		background-color: rgba(0,0,0,0.5);
		bottom: 0;
		display: flex;
		justify-content: center;
		left: 0;
		position: absolute;
		opacity: 0;
		right: 0;
		top: 0;
		transition: opacity 0.25s linear;
	}
	.recent-projects .cell:hover .overlay {
		opacity: 1;
	}
	img.desktop-only {
		display: block;
	}
	img.mobile-only {
		display: none;
	}
	.page-content article {
		font: 18px/28px 'Avenir Next', sans-serif;
	}
	.case-study .project-meta {
		align-items: center;
		display: flex;
		justify-content: center;
		margin: 50px auto;
		max-width: 1200px;
	}
	.case-study .associated-services {
		font-size: 22px;
		line-height: 28px;
	}
	.case-study ul.stats li {
		margin-right: 10px;
	}
	.case-study .project-link {
		white-space: nowrap;
	}
	.case-study .project-link span {
		display: inline-block;
	}
	.case-study article {
		font: normal 18px/30px 'Avenir Next', sans-serif;
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
	.case-study article h2 {
		font: 600 30px 'Avenir Next', sans-serif;
	}
	.case-study article blockquote {
		font: italic 22px/32px 'Avenir Next', sans-serif;
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
	}
	.case-study .next-post {
		margin: 50px auto;
	}
	.team-grid article {
		flex-basis: calc( 33% - 10px );
	}
	.about-page h2 {
		font-size: 46px;
		line-height: 55px;
		margin-top: 50px;
	}
	.about-page h3 {
		font-size: 30px;
		margin: 20px auto 10px auto;
	}
	.team-grid .role {
		font-size: 18px;
		line-height: 24px;
	}
	.team-grid h3 {
		font-size: 22px;
	}
	.partners-grid article {
		flex-basis: calc( 50% - 10px );
	}
	.newsletter-popup .content {
		font-size: 18px;
		padding: 70px 70px 50px 70px;
	}
	.newsletter-popup .content h2 {
		font: 600 28px 'Avenir Next', sans-serif;
	}
	.newsletter-popup .illustration {
		margin: 50px auto;
	}
	.newsletter-popup .content p {
		display: block;
		margin: 0 auto !important; /* Override plugin styles */
		max-width: 400px;
	}
	.newsletter-popup input#mc-embedded-subscribe {
		flex-basis: 160px;
		min-width: 160px;
		padding: 0;
		width: 160px;
	}
	.newsletter-popup .fields-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: stretch;
		width: 100%;
	}
	.newsletter-popup .mc-field-group.email-field {
		flex-basis: calc( 100% - 160px );
	}
	.newsletter-popup .fields-container {
		margin: 50px 0 20px 0;
	}
	.newsletter-popup input#mce-EMAIL {
		border-right: 0;
	}
	.newsletter-popup input#mc-embedded-subscribe,
	.newsletter-popup input#mce-EMAIL {
		height: 60px;
	}
	.newsletter-popup #closeicon.ppsPopupClose {
		right: 26px;
		top: 36px;
		width: 30px;
	}
	.article-search .search-submit {
		display: block;
	}
	.article-search .or {
		margin: 40px auto;
	}
}

@media screen and ( min-width: 1080px ) {
	h1 { font: 600 46px/55px 'Avenir Next', sans-serif; }
	h2 { font: 600 38px/46px 'Avenir Next', sans-serif; text-align: center; }
	h3 { font: 500 30px/38px 'Avenir Next', sans-serif; }
	h4 { font: 500 22px/30px 'Avenir Next', sans-serif; }
	.single-service h2 {
		font: 600 30px 'Avenir Next', sans-serif;
		margin-bottom: 0;
		text-align: left;
	}
	.header {
		grid-template-areas:
		  "logo nav cta";
		grid-template-columns: 160px auto 160px;
		padding: 0 70px;
		width: 100%;
	}
	.hero-primary-image {
		background-size: contain;
	}
	.scrolling-screenshot {
		background-size: 100%;
		left: 37.35%;
		padding-top: 30.25%;
		top: 17%;
		width: 52.15%;
	}
	#logo {
		font-size: 1.25em;
	}
	.nav {
		justify-self: center;
	}
	.nav ul {
		box-shadow: none;
		margin: 0 auto;
		max-height: 70px;
		overflow: visible;
		position: static;
		text-align: left;
		width: 100%;
	}
	.nav ul li {
		display: inline-block;
		padding: 0 10px;
	}
	.nav ul li.current-menu-item a,
	.services .nav ul li.what-we-do a,
	.portfolio .nav ul li.our-work a,
	.job-listing .nav ul li.careers a,
	.blog-article .nav ul li.blog a {
		border-bottom: 6px solid #EB2529;
		color: black;
		padding: 4px 0;
	}
	.nav ul li:last-of-type {
		padding-bottom: 0;
	}
	.nav ul li a {
		display: inline;
		font-size: initial;
		font-weight: bold;
		padding: 0;
	}
	.nav-toggle {
		display: none;
	}
	.header-search {
		grid-area: nav;
		justify-self: end;
		margin-right: 30px;
	}
	.search-field-container {
		background-color: white;
	}
	.header-search form.search {
		display: block;
		float: right;
		max-width: 620px;
		padding: 17px 0 0 0;
		position: relative;
		width: 100%;
	}
	.header-search.active .search-toggle {
		background-color: transparent;
		opacity: 0.5;
	}
	.header-search input.search-input {
		background-color: transparent;
		border: 2px solid #464646;
		float: right;
		height: 46px;
		max-width: 0;
		opacity: 0;
		padding: 0;
		text-indent: 20px;
		transition: all 0.25s linear;
		width: 90%;
	}
	.header-search.active input.search-input {
		max-width: 620px;
		opacity: 1;
		width: 100%;
	}
	.header-search .search-submit {
		background-color: white;
		border: 0;
		display: flex;
		font-weight: 600;
		height: 46px;
		position: absolute;
		right: 3px;
		top: 19px;
	}
	.header-search .search-submit:hover {
		color: #EB2529;
	}
	.header-search .search-submit span:before {
		background: transparent url(../img/search.svg) center center no-repeat;
		background-size: contain;
		content: ' ';
		display: block;
		float: left;
		margin: 1px 10px 0 0;
		height: 1em;
		width: 1em;
	}
	.search-field-container {
		box-shadow: none;
		left: auto;
		right: 250px;
		top: 0;
		width: calc( 100% - 460px );
	}
	.header-cta {
		background-color: #EB2529;
		border: 2px solid #EB2529;
		color: white;
		font-weight: bold;
		grid-area: cta;
		justify-self: left;
		height: 50px;
	}
	.header-cta div {
		text-align: left;
		white-space: nowrap;
	}
	.header-cta div:after {
		background: transparent url('../img/arrow-white.svg') center center no-repeat;
		background-size: contain;
		content: " ";
		display: inline-block;
		height: 1em;
		margin: 0 20px 0 10px;
		transition: all 0.25s linear;
		width: 1.25em;
	}
	.header-cta:hover {
		border-color: #EB2529;
		color: white;
	}
	.header-cta:hover div:after {
		margin: 0 0 0 30px;
	}
	.search-toggle {
		border: 0;
		cursor: pointer;
		height: auto;
		width: auto;
	}
	.search-toggle .fas {
		font-size: 80%;
	}
	nav, .header-search, .header-cta {
		margin-top: 1em;
	}
	main,
	.page-width {
		margin-left: auto;
		margin-right: auto;
		max-width: 1420px;
		padding: 0 70px;
		width: calc( 100% - 70px);
	}
	.contact-form {
		margin: 30px auto 0 auto;
		max-width: 630px;
		padding: 0;
	}
	.contact-form .submit {
		margin-top: 50px;
	}
	.contact-form textarea,
	article textarea {
		padding: 10px;
		height: 180px;
	}
	footer {
		display: grid;
		grid-template-columns: 25% 25% 50%;
		grid-template-rows: auto;
		grid-template-areas:
			"links-1 links-2 newsletter"
			"links-1 links-2 social"
			"links-1 links-2 copyright"
			"contacts contacts contacts"
			"locations locations locations";
		margin: 0 auto;
		max-width: 1420px;
		padding: 75px 70px 0 70px;
	}
	.footer-container {
		background-color: white;
		width: 100%;
	}
	.footer-area-1 { grid-area: links-1; }
	.footer-area-2 { grid-area: links-2; }
	.footer-area-3 { grid-area: newsletter; }
	.footer-area-4 { grid-area: social; }
	.footer-area-5 { grid-area: contacts; }
	.footer-area-6 { grid-area: copyright; }
	.footer-area-7 { grid-area: locations; }
	footer .accordion {
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.accordion label i.fas {
		display: none;
	}
	.accordion-content {
		max-height: unset;
	}
	footer .accordion-content {
		margin-right: 10px;
	}
	.footer.locations {
		font-size: 100%;
		justify-self: center;
		margin-left: 0;
		max-width: 100%;
	}
	.footer.locations ul {
		margin: 0 auto;
		max-width: 1080px;
	}
	footer .social label {
		display: none;
	}
	footer ul.social-links li {
		display: inline-block;
		margin-right: 2em;
	}
	.copyright {
		font-size: 12px;
	}
	.contacts ul {
		display: flex;
	}
	.contacts ul li {
		flex-basis: 20%;
		padding: 0 1em;
		text-align: center;
	}
	.contacts i.icon {
		clear: both;
		float: none;
		height: 35px;
		margin: 0 auto 1em auto;
		width: 35px;
	}
	.contacts span {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.contacts span.label{
		display: block;
		font-weight: bold;
		margin: 10px 0;
	}
	footer .contacts span.label {
		display: none;
	}
	.footer-cta p {
		font-size: 30px;
		font-weight: normal;
		margin-top: 5px;
	}
	main.full-width {
		margin: 100px auto 50px auto;
		padding: 0;
	}
	.hero {
		align-items: center;
		display: grid;
		grid-template-columns: 25% 40% 35%;
		grid-template-rows: auto;
		grid-template-areas: "hero-secondary-image hero-content hero-primary-image";
		max-width: 1600px;
		padding: 0;
		width: 100%;
	}
	.hero-secondary-image {
		background: transparent url('../img/homepage-hero-left.jpg') no-repeat;
		background-size: contain;
		display: block;
		grid-area: hero-secondary-image;
		height: 0;
		padding-top: 100%;
		width: 100%;
	}
	.hero-content {
		grid-area: hero-content;
		position: relative;
		padding-right: 2em;
	}
	.hero-primary-image {
		grid-area: hero-primary-image;
	}
	.hero-primary-image {
		background-position: 168% 0px;
		justify-self: end;
		padding-top: 110%;
		width: 150%;
	}
	.hero-primary-image:after {
		display: none;
	}
	.hero-content h1 {
		max-width: 90%;
		padding-left: 20px;
	}
	.hero-content h1 span {
		display: inline;
	}
	.hero-content p {
		display: block;
		margin-left: 35px;
		max-width: 80%;
	}

	@media screen and ( min-width: 1280px ) {
		/* Wait for a higher breakpoint to change font size. */
		.hero-content h1 {
			font-size: 46px;
			line-height: 55px;
		}
		.hero-content p {
			font-size: 24px;
			line-height: 30px;
		}
	}

	.shero-stats ul {
		flex-wrap: nowrap;
		margin: 0 auto;
		max-width: 1420px;
		padding: 0 70px;
	}
	.shero-stats li {
		flex-basis: 25%;
		font-size: 24px;
		line-height: 1;
	}
	.shero-stats li span {
		font-size: 40px;
	}
	.home-projects {
		margin: 0 auto;
		max-width: 1420px;
		padding: 0 70px;
		width: calc( 100% - 50px );
	}
	.home-projects h2 {
		margin: 70px auto;
	}
	.recent-posts h2 {
		margin: 0 auto 70px auto;
	}
	.partners h2 {
		margin: 70px auto;
	}
	.project-tabs {
		margin: 0 auto;
	}
	.project-tabs label {
		display: none;
	}
	.project-tabs .project-info {
		align-items: center;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
		grid-template-areas: "overview image";
    	margin: 0 auto 100px auto;
    	width: 100%;
	}
	.project-tabs input[type=radio]:checked + label + .project-info {
		display: grid;
	}
	.project-tabs .project-info:nth-of-type(even) {
		grid-template-areas: "image overview";
	}
	.project-tabs .project-info .overview {
		grid-area: overview;
		margin: 0;
		max-width: 700px;
	}
	.project-tabs .project-info:nth-of-type(even) .overview {
		margin: 0 auto;
		max-width: none;
		padding-left: 70px;
	}
	.project-tabs .project-info .image {
		grid-area: image;
	}
	.project-info img {
		box-shadow: 20px 20px 0 #f8f8f8;
		transition: all 0.25s linear;
	}
	.project-info:hover img {
		transform: scale(1.05);
		box-shadow: 30px 30px 0 #f8f8f8;
	}
	.project-tabs .cta-button {
		border: 2px solid #EB2529;
		padding: 0 20px;
		padding-right: 60px;
	}
	.project-tabs .project-info h3 {
		font: 600 30px/38px 'Avenir Next', sans-serif;
	}
	.project-tabs .project-info p {
		font: 500 24px/28px 'Avenir Next';
	}
	ul.post-list {
		flex-wrap: nowrap;
	}
	ul.post-list li.article {
		flex-basis: calc( 33.33% - 30px );
	}
	ul.post-list li.article:nth-of-type(3) {
		display: block;
	}
	.page-0 #blog-index .archive .post-list .article:nth-of-type(1),
	.page-0 #blog-index .archive .post-list .article:nth-of-type(2),
	.page-0 #blog-index .archive .post-list .article:nth-of-type(3),
	.page-1 #blog-index .archive .post-list .article:nth-of-type(1),
	.page-1 #blog-index .archive .post-list .article:nth-of-type(2),
	.page-1 #blog-index .archive .post-list .article:nth-of-type(3) {
		display: none;
	}
	ul.wrapped.post-list {
		grid-template-columns: calc( 33% - 25px ) calc( 33% - 25px ) calc( 33% - 25px );
	}
	#blog-index .featured-posts {
		display: table;
		margin: 0 auto 70px auto;
		width: calc( 100% - 200px );
	}
	.single-post .post-content article {
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 0.1px;
	}
	.single-post .post-content h2 {
		font: bold 36px/36px 'Avenir Next', sans-serif;
		letter-spacing: 1px;
		display: flex;
		align-items: center;
	}

	.single-post .post-content h2:before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 40px;
		background-color: #0AA192;
		margin-right: 13px;
		margin-top: -4px;
	}

	.job-listings {
		max-width: 780px;
		padding: 0;
	}
	.single-job-listing .featured-image {
		padding: 50px 0;
	}
	.single-service .page-navigation .previous-page {
		justify-self: left;
		text-align: left;
	}
	.partners-grid article {
		flex-basis: calc( 33.33% - 10px );
	}
	.partners-grid .logo {
		align-items: center;
		display: inline-flex;
		justify-content: stretch;
		min-height: 120px;
		width: 100%;
	}

	

	/* 404 Not Found ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#pacman {
		display: block;
		margin: 0 auto 750px auto;
		width: 600px;
	}
	#pacman-game {
		display: block;
		position: relative;
	}
	a.mute {
		display: block;
		left: calc( 50% - 15px );
		position: absolute;
		top: 20px;
	}
	.mute:before {
		align-items: center;
		background-color: white;
		border-radius: 50%;
		display: flex;
		content: "\f026";
		cursor: pointer;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		height: 30px;
		justify-content: center;
		width: 30px;
	}
	.mute.selected:before {
		color: #EB2529;
	}
	.mobile-404 {
		display: none;
	}
	.desktop-404 {
		display: block;
		margin: 100px 0;
		text-align: center;
	}
	.desktop-404 h1 {
		font-size: 30px;
		margin: 50px 0;
	}
	.desktop-404 h2 {
		font: normal 24px 'Avenir Next', sans-serif;
	}
	#pacman canvas {
		display: block;
		border-radius: 25px 25px 0 0;
	}
	.desktop-404 .buttons {
		margin: 50px auto;
	}
	.desktop-404 .buttons a {
		margin: 0 20px;
	}

	#magento-support-packages .packages ul {
		display: inline-flex;
		justify-content: space-between;
		margin-top: 50px;
		width: 100%;
	}

	#magento-support-packages .packages ul li {
		cursor: pointer;
		flex-basis: calc( 25% - 10px );
	}

	#magento-support-packages .packages ul li:hover {
		opacity: 0.8;
	}

	#magento-support-packages .packages ul li.plus:before {
		position: absolute;
		top: -22px;
		width: calc( 100% + 4px );
	}

	#magento-support-packages.enterprise-active .packages .enterprise:after,
	#magento-support-packages.plus-active .packages .plus:after,
	#magento-support-packages.standard-active .packages .standard:after,
	#magento-support-packages.starter-active .packages .starter:after {
		bottom: -25px;
		right: calc( 50% - 15px );
		top: auto;
		transform: rotateZ(90deg);
	}

	#magento-support-packages .packages ul li.plus .title {
		padding-top: 0;
	}

	#magento-support-packages .features ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-gap: 2rem;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
	}

	#magento-support-packages .features ul li {
		column-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
	}

	#magento-support-packages .features h2 {
		margin: 50px auto;
	}

}

@media screen and ( min-width: 1200px ) {
	.single-post .meta {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 20px 100px 40px;
	}
	.meta .featured-image .image {
		width: 600px;
	}
	.meta .categories {
		width: calc( 100% - 50px );
	}
	.meta .featured-image, .meta .meta-content {
		margin: 0;
		max-width: 780px;
	}
	.single-post .post-content {
		display: grid;
		grid-template-columns: 200px 800px 200px;
		grid-template-rows: auto;
		grid-template-areas: "social content services";
		justify-items: center;
		margin: 0 auto;
		width: 1200px;
	}
	.single-post .featured-posts .post-content {
		display: block;
		width: 100%;
	}
	.post-content article {
		grid-area: content;
		padding: 0 20px;
	}
	.post-content .social-share {
		grid-area: social;
		justify-self: right;
	}
	.post-content .post-services {
		grid-area: services;
	}
	.post-services {
		margin-top: 0;
	}
	.social-sharing-buttons li {
		display: block;
		margin: 0 0 20px 0;
	}
	.single-post .post-content .post-services {
		display: block;
	}
	#blog-main .post-content {
		overflow: visible;
		padding: 55px 0;
	}
	article .social-sharing-buttons {
		display: block;
		margin: 30px auto 10px auto;
	}
	article .social-sharing-buttons li {
		display: inline-block;
		margin-bottom: 0;
	}
	article .social-sharing-buttons span {
		width: auto;
	}
	article .social-sharing-buttons span label {
		cursor: pointer;
		display: inline-block;
		text-indent: 10px;
	}
	article .social-sharing-buttons span {
		justify-content: left;
		padding: 0 25px;
	}
	.social-sharing-buttons .facebook span {
		min-width: 150px;
		justify-content: center;
	}

	article .social-sharing-buttons li i {
		margin-right: 8px;
		font-size: 22px;
	}
}


/* LARGE DESKTOP STYLES ---------------------------------------------- */

@media screen and ( min-width: 1350px ) {
	.project-tabs .project-info .image img {
		max-width: 110%;
		width: 110%;
	}
	.project-tabs .project-info:nth-of-type(even) .image img {
		margin-left: -10%;
	}
	.single-post .meta .title h1 {
		font: bold 38px/46px 'Avenir Next', sans-serif;
		text-align: left;
	}
	.single-post .meta .excerpt {
		max-height: 5em;
		overflow: hidden;
	}
	.meta .meta-content {
		margin: 0 0 0 100px;
	}
}

@media screen and ( max-width: 1280px ) and ( min-width: 1080px ) {
	.header {
		grid-template-columns: 100px auto 100px;
	}
	.nav ul li {
		display: inline-block;
		padding: 0 5px;
	}
	.nav ul li a,
	.header-cta {
		font-size: 14px;
	}
}

@media screen and ( min-width: 1550px ) {
	.nav ul li {
		padding: 0 20px;
	}
	.search-toggle div:after {
		content: "Search";
		font-weight: bold;
		margin-left: 10px;
	}
	#services-index.page-width {
		max-width: 1500px;
		padding: 0;
	}
}
/*Magento Landing Page*/
section.page-content.page-full-width {
	padding-top: 50px;
}
section.page-content.page-full-width article {
	max-width: 100%;
}
.magento-landing-services h3 {
	font-weight: 600;
	text-align: center;
	color: #292929;
}
.magento-landing-services li span {
	color: #292929;
	font: normal 18px/24px 'Avenir Next', sans-serif;
	max-width: 380px;
	margin: 0 auto 3em;
}
.magento-landing-services li .icon {
	padding: 0;
	margin-top: 25px;
}
.magento-landing-services.toggle-services .top-level-service {
	flex-basis: 100%;
	padding: 0;
}
.magento-landing-services.toggle-services .top-level-service > div {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 2em 0;
}
.magento-landing-services.toggle-services .top-level-service > div > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.magento-landing-services.toggle-services .top-level-service > div > h3 {
	padding: 0 4em;
	font: 900 26px/38px 'Avenir Next', sans-serif;
}
.magento-landing-services.toggle-services .top-level-service > div > .icon {
	position: absolute;
	top: 1em;
	left: 10%;
	width: 60px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.magento-landing-services.toggle-services .top-level-service > div > .list-toggle {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 1em;
	color: #178f8a;
}
.magento-landing-services.toggle-services .top-level-service > div > .list-toggle.minus i.fa:before {
	content: "\f068";
}
.magento-landing-services.toggle-services .top-level-service > div.service-articles {
	display: none;
}
.magento-landing-services.toggle-services .top-level-service > div.service-articles.flex {
	display: grid;
}
.magento-landing-services.toggle-services .top-level-service > div.service-articles .readmore a {
	color: #292929;
}
.magento-landing-services.toggle-services .top-level-service > div.service-articles .readmore a:hover {
	color: #EB2529;
}
.magento-landing-services.toggle-services .top-level-service > div > .list-toggle:hover {
	background-color: #f4f4f4;
}
.magento-landing-hero-container {
	margin-top: 40px;
	padding: 3em 2em;
	background: transparent url('/wp-content/uploads/Main-background-min.jpg') center center no-repeat;
	width: 100%;
	background-size: 100% 100%;
}
.magento-landing-hero-container .hero-content h1 {
	margin-top: 0;
}
.magento-landing-hero .hero-primary-image {
	background-position: center bottom;
	background-size: contain;
	background-image: url('/wp-content/uploads/desktop-1-min.png');
	justify-self: end;
	padding-top: 100%;
	width: 100%;
	max-width: 750px;
	margin: auto;
	vertical-align: bottom;
	height: auto;
	margin-bottom: 0;
}
.magento-landing-hero {
	grid-template-columns: 50% 50%;
	grid-template-areas: "hero-content hero-primary-image";
	padding: 0 1em;
	max-width: 1600px;
	margin: auto;
}
.magento-landing-hero .hero-content h1 {
	font-weight: bold;
	border-left-width: 1rem;
}
@media screen and (min-width: 1280px) {
	.magento-landing-hero .hero-content h1 {
		font-size: 42px;
	}
}
.magento-landing-hero .hero-content ul {
	list-style: none;
}
.magento-landing-hero .hero-content ul li:before {
	display: inline-block;
	position: relative;
	content: '-';
	margin-right: 3px;
}
.magento-landing-hero .hero-content ul li {
	font: bold 22px/30px 'Avenir Next';
	line-height: 28px;
	display: inline-block;
	width: 100%;
}
.project-tabs.magento-landing-tabs {
	background-color: #292929;
	color: #ffffff;
	margin-top: 60px;
}
.project-tabs.magento-landing-tabs .project-info .image {
	margin: auto;
	max-width: 512px;
}
.project-tabs.magento-landing-tabs .project-info .image img {
	max-width: 620px;
	width: 100%;
	margin: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.project-tabs.magento-landing-tabs .project-info {
	grid-template-areas: "image overview";
	margin: 7em auto;
	max-width: 1600px;
}
.project-tabs.magento-landing-tabs .project-info .overview h3 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 38px;
}
.project-tabs.magento-landing-tabs .project-info .overview h3:after {
	display: none;
}
.magento-landing-hero .hero-primary-image:after {
	background: transparent;
}
.magento-badges {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.magento-badges .badge:first-of-type {
	margin-right: 25px;
}
.magento-badges .badge {
	display: inline-block;
	vertical-align: top;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	margin: auto;
	display: block;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.slideshow-container > h2 {
	font-weight: bold;
	color: #eb2429;
}


/* Slides */
.slideshow-container .mySlides {
	display: none;
	padding: 2em 4em;
	text-align: center;
}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	color: #000000;
	font-size: 22px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	padding: 5px 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.slideshow-container .prev {
	left: 0;
}
/* Position the "next button" to the right */
.slideshow-container .next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
	background-color: #EB2529;
	color: white;
}

/* The dot/bullet/indicator container */
.slideshow-container .dot-container {
	text-align: center;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.slideshow-container .active,
.slideshow-container .dot:hover {
	background-color: #000;
}
/* Add a blue color to the author */
.slideshow-container .author {
	color: #178f8a;
	font-weight: bold;
}
@media only screen and (max-width: 1279px) and (min-width: 1080px) {
	.magento-landing-hero .hero-content ul li {
		font: bold 16px/18px 'Avenir Next';
	}
}
@media only screen and (max-width: 1079px) {
	.page-full-width h2 {
		text-align: center;
		font-weight: bold;
	}
	.magento-landing-hero {
		padding: 0 1em;
	}
	.magento-landing-hero .hero-primary-image {
		display: none;
	}
	.magento-landing-hero .hero-content {
		padding: 1em;
	}
	.magento-landing-hero .hero-content h1 {
		min-height: 50px;
		padding: 11px 0;
		padding-left: 17px;
		font: bold 30px/36px 'Avenir Next';
	}
	.magento-landing-hero .hero-content ul li {
		font: bold 16px/24px 'Avenir Next';
	}
	.magento-landing-hero .hero-content ul {
		padding-left: 26px;
	}
	.project-tabs.magento-landing-tabs .project-info {
		display: inline-block;
		margin: 2em auto;
	}
	.project-tabs.magento-landing-tabs .project-info .overview {
		text-align: center;
	}
	.project-tabs.magento-landing-tabs .project-info .overview h3 {
		min-height: 10px;
	}
	.project-tabs.magento-landing-tabs .project-info .image {
		width: 100%;
		margin-top: 2em;
		text-align: center;
	}
	.project-tabs.magento-landing-tabs .project-info p {
		font: 500 16px/20px 'Avenir Next';
	}
	.magento-landing-services.toggle-services .top-level-service > div {
		padding: 20px 0;
	}
	.magento-landing-services.toggle-services .top-level-service > div.service-articles {
		padding-top: 0;
	}
	.magento-landing-services.toggle-services .top-level-service > div > * {
		max-width: 90%;
		margin: 15px auto;
	}
	.magento-landing-services.toggle-services .top-level-service > div > .list-toggle {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 680px) {
	.magento-landing-services.toggle-services .top-level-service > div > .icon {
		left: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.magento-landing-services.toggle-services .top-level-service > div > .icon {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		margin: 0;
	}
	.magento-badges .badge img {
		max-width: 100px;
		margin: auto;
	}
	.magento-landing-services li span {
		font: normal 16px/22px 'Avenir Next', sans-serif
	}
}

/*Services mega menu*/
@media only screen and (min-width: 1080px) {
	.header:after {
		display: none;
		position: fixed;
		top: 80px;
		bottom: 0;
		content: '';
		left: 0;
		right: 0;
		z-index: 1001;
		background-color: rgba(0,0,0,0.55);
	}
	.header.overlay:after {
		display: block;
	}
	.nav ul li.menu-item > ul.sub-menu {
		position: absolute;
		left: 0;
		right: 0;
		max-height: unset;
		width: 100%;
		text-align: center;
		z-index: 10001;
	}
	.nav ul li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
		display: block;
		text-align: left;
		border: none;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		right: 0;
		max-height: unset;
		width: 100%;
		align-content: space-between;
		flex-wrap: wrap;
		justify-content: space-between;
		background-color: #ffffff;
		list-style-position: inside;
		list-style-type: none;
		display: flex;
		top: 0;
		padding: 3em 1em;
		max-width: 1325px;
		margin: 0 auto;
	}
	.nav ul li.menu-item > ul.sub-menu {
		display: none;
		top: 55px;
	}
	.nav ul li.menu-item:hover > ul.sub-menu,
	.nav ul li.menu-item > ul.sub-menu:hover{
		display: block;
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item {
		flex-basis: 32%;
		position: relative;
		display: flex;
		display: -webkit-flex;
		background-color: #f8f8f8;
		margin: 0 auto 1.2%;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover {
		background-color: #178f8a;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item > a{
		position: relative;
		top: 50%;
		transform: translateY(-45%);
		width: 100%;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a {
		color: #ffffff;
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item p[id*=pc] {
		display: inline-block;
		vertical-align: middle;
		height: 40px;
		width: 40px;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		margin-right: 15px;
		transform: translateY(-5%);
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item > a:after {
		background: transparent url('../img/arrow-black.svg') center center no-repeat;
		background-size: 20px;
		content: '';
		display: inline-block;
		height: 100%;
		position: relative;
		right: 0;
		top: 0;
		transition: right 250ms linear 0s;
		width: 20px;
		float: right;
		vertical-align: middle;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover > a:after {
		background: transparent url('../img/arrow-white.svg') center center no-repeat;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item #pc-key {
		background-image: url('../img/icons/services/development-design.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a #pc-key {
		background-image: url('../img/icons/services/development-design-white.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item #pc-zoom {
		background-image: url('../img/icons/services/magento-audit.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a #pc-zoom {
		background-image: url('../img/icons/services/magento-audit-white.svg');
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item #pc-up {
		background-image: url('../img/icons/services/ecommerce-growth.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a #pc-up {
		background-image: url('../img/icons/services/ecommerce-growth-white.svg');
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item #pc-man {
		background-image: url('../img/icons/services/magento-store-support.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a #pc-man {
		background-image: url('../img/icons/services/magento-store-support-white.svg');
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item #pc-basket {
		background-image: url('../img/icons/services/other-ecommerce-platforms.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a #pc-basket {
		background-image: url('../img/icons/services/other-ecommerce-platforms-white.svg');
	}

	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item #pc-big-commerce {
		background-image: url('../img/icons/services/bigcommerce.svg');
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item:hover a #pc-big-commerce {
		background-image: url('../img/icons/services/bigcommerce-white.svg');
	}
}
@media screen and (max-width: 1079px) {
	.nav ul li.menu-item.menu-item-has-children ul.sub-menu  {
		position: relative;
		top: 0;
		left: 0;
		box-shadow: none;
		transition: none;
		border: none;
		padding-left: 20px;
	}
	.nav ul li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu {
		display: none;
		overflow: hidden;
	}
	.nav ul li.menu-item > ul.sub-menu > li.nav-item > a {
		display: none;
	}
	.nav ul li.menu-item > a > i.fa {
		float: right;
	}
    .nav ul li.menu-item > a.display-submenu + ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu {
        display: block;
    }
    .nav ul li.menu-item > a.display-submenu > .fa:before {
        content: "\f106";
    }
    .nav.active ul {
        max-height: 70vh;
        overflow: scroll;
    }
	.nav ul li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.menu-item-has-children {
		padding: 0;
	}
	.nav ul li.menu-item > ul.sub-menu ul.sub-menu > li.menu-item p[id*=pc] {
		display: none;
	}
	.nav ul li.menu-item > a.display-submenu + ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a {
		font-size: 18px;
		padding: 12px;
		color: #292929;
	}
	.nav ul li.menu-item > a.display-submenu + ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current-menu-item a {
		color: #EB2529;
	}
	.magento-landing-services.toggle-services .top-level-service > div > h3 {
		font: 900 18px/38px 'Avenir Next', sans-serif;
	}
}
.nav ul li.menu-item > a > i.fa {
	font-size: 14px;
}
.nav ul li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.menu-item-has-children > a {
	display: none;
}
@media only screen and (max-width: 1079px) {
	.hs-form-iframe {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.magento-landing-services.toggle-services .top-level-service > div > h3 {
		font: 900 18px/26px 'Avenir Next', sans-serif;
	}

	.single-post .post-content h2:before {
		width: 8px;
		height: 30px;
	}

}
@media only screen and (max-width: 600px) {
	.magento-landing-hero-container {
		padding: 3em 0;
	}
	.magento-landing-services.toggle-services .top-level-service > div > .icon {
		left: 15px;
	}
}
.hbspt-form {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.leads .hs-form-iframe {
	margin: auto;
}

section.brands-list {
	box-shadow: 0 0 15px rgba( 0, 0, 0, 0.15);
	padding: 20px 70px 50px;
	text-align: center;
}

section.brands-list .textwidget.custom-html-widget {
	display: inline-block;
	width: 100%;
	column-count: 4;
}

section.brands-list .textwidget.custom-html-widget > ul {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	list-style: none;
	padding: 0;
	text-align: left;
	display: block;
	margin: 0;
	color: #464646;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}
section.brands-list .textwidget.custom-html-widget > ul li:first-child {
	font-weight: bold;
	color: #000000;
	margin-top: 25px;
}

section.brands-list .textwidget.custom-html-widget > ul li {
	display: inline-block;
	width: 100%;
}

section.brands-list .textwidget.custom-html-widget > ul li a {
	color: #464646;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	text-decoration: none;
}

section.brands-list h3 {
	font: 600 28px 'Avenir Next', sans-serif;
	margin: 40px 0 50px;
}

section.brands-list .textwidget.custom-html-widget > ul li:first-child:after {
	content: '';
	display: block;
	height: 3px;
	width: 30px;
	background-color: #EB2529;
	margin: 10px 0 15px;
}

@media screen and (max-width: 768px) {
	section.brands-list.page-width {
		width: 100%;
		padding: 10px 0 25px;
	}

	section.brands-list .textwidget.custom-html-widget {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}

	section.brands-list h3 {
		font: 600 24px 'Avenir Next', sans-serif;
		margin: 20px 0 0;
	}
}

@media screen and (max-width: 550px) {
	section.brands-list .textwidget.custom-html-widget {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}
}