/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 734px) {
	html .page-overview .section-hero .cta-wrap .mx-pricing-wrap {
		display: block;
		justify-content: center;
		flex-wrap: nowrap;
	}
	html .page-overview .section-hero .cta-wrap .mx-pricing {
		max-width: unset;
	}
}


@media only screen and (max-width:734px) {
    .graph-gallery .tabnav {
        height: 1.6em;
    }
}
@media only screen and (max-width:734px) {
    .graph-gallery .tabnav-link {
        font-size: 15px;
    
    }
}

@media only screen and (max-width:1068px) {
    .section-upgraders .upgraders-content .upgraders-gallery .bento-grid .bento-item {
        padding: 30px;
    }
}
@media only screen and (max-width:1068px) {
    .section-upgraders .upgraders-content .upgraders-gallery .bento-copy-reduced {
        font-size: 22px;
    }
}

@media only screen and (max-width:734px) {
    .section-upgraders .upgraders-content .upgraders-gallery .bento-copy-reduced {
        font-size: 19px;
    }
}



.section-routers .router-item-environment .accent-green:before {
		width: 160px;
		height: 54px;
		background-size: 160px 54px;
}
@media only screen and (max-width:1068px) {
.section-routers .router-item-environment .accent-green:before {
		width: 133px;
		height: 46px;
		background-size: 133px 46px;
    }
}
@media only screen and (max-width:734px) {
.section-routers .router-item-environment .accent-green:before {
        width: 105px;
        height: 38px;
        background-size: 105px 38px;
    }
}



/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 