@charset "utf-8";
/* CSS Document */
/* banner */
section.new-hero {
    padding: 7rem 7% 0 12%;
    background: #F8F9FA;
}
.hero-content {
    width: 100%;
    max-width: 2000px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.hero-content .text-side {
    width: 42%;
    text-align: left;
}
.text-side h1 {
    color: #000;
    font-family: Open Sans;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.88px;
    margin: 0;
}
.text-side p {
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 24px 0;
    padding: 0 0 21px;
}
.hero-CTA {
    display: flex;
    flex-wrap: wrap;
}
.hero-CTA a:first-of-type {
	margin-right: 20px;
}
.text-side .hero-CTA a {
    padding: 12px 30px;
    background: #db0011;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
	margin-bottom: 5px;
}
.text-side .hero-CTA a:hover {
	background-color: #c2000f;
	text-decoration: none
}
.text-side .hero-CTA a.btn-grey {
    background: #333e48;
}
.text-side .hero-CTA a.btn-grey:hover {
	background-color: #000000;
}
p.NortonLogo-header {
	padding: 10px 0;
	margin: 10px auto;
}
p.NortonLogo-header img {
    margin-top: 10px;
    max-width: 150px;
}
p.freereport-header {
	margin:0;
	padding-bottom: 0;	
}
p.banner-smalltxt {
    font-size: smaller;
	margin: 10px 0;
	line-height: 37px;
}
p.banner-smalltxt span {
    font-size: 12px;
}
/* product tiles */
section.product-table {
    padding: 0;
    margin-top: -22px;
    background: transparent;
}
.product-items {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #D1D4D3;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 0;
}
.product-item {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    gap: 15px;
    padding: 0;
}
.product-item:nth-of-type(-n+3) {
    border-right: 1px solid #D1D4D3;
}
.product-item p.text {
    color: #5B6771;
    text-align: center;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.44px;
}
/* image visability */
.d-only {
    display: block;
}
.m-only {
    display: none;
}
/*************** media queries only below here **************/
@media (min-width: 1024px) {
.hero-CTA a:first-of-type {
    margin-right: 5px;
}
}
@media (min-width: 1440px) {
.hero-CTA a:first-of-type {
    margin-right: 20px;
}
}
@media (max-width: 1566px) {
.text-side h1 {
    font-size: 32px;
    line-height: 40px;
}
}
@media (max-width: 1440px) {
.hero-content .text-side {
    width: 48%;
}
}
@media (max-width: 1300px) {
section.new-hero {
    padding: 7rem 7% 0 7%;
}	
}
@media (max-width: 1230px) {
section.new-hero {
    padding: 7rem 7% 0 5%;
}
.hero-content .text-side {
    width: 70%;
}
}
@media (max-width: 1200px) {
section.new-hero {
    padding: 8rem 4% 0 3%;
}	
.NortonLogo-header {
    padding: 20px 0;
    margin: 10px auto;
}
}
@media (max-width: 1096px){
/*.hero-CTA a {
	margin-bottom: 20px;
}
.hero-CTA a:first-of-type {
    margin-right: 0px;
}
section.product-table {
    margin-top: -22px;
}*/
}
@media (max-width: 1023px){
section.new-hero {
    padding: 60px 7% 0;
}
.hero-content {
    flex-direction: column;
    align-items: center;
}
.hero-content .text-side {
    width: 100%;
    text-align: center;
}
.hero-CTA {
    display: inline;
}
section.product-table {
    margin-top: 41px;
    padding: 0 50px;
}
.product-items {
    margin: 0 auto;
    max-width: 100%;
}
.product-item {
    flex-basis: 50%;
}
.product-item:nth-of-type(-n+3) {
    border: none;
}
.product-item:nth-of-type(1), .product-item:nth-of-type(3) {
    border-right: 1px solid #D1D4D3;
}
.product-item:nth-of-type(-n+2) {
    border-bottom: 1px solid #D1D4D3;
}
.m-only {
    display: block;
}	
.d-only {
    display: none;
}	
}
@media (max-width: 500px) {
section.new-hero {
    padding: 60px 0 0;
}
.hero-content {
    gap: 32px;
}
.hero-content .text-side {
    padding: 0 13%;
}
.text-side h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.text-side p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0;
}
.product-item p.text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.32px;
}
}
@media (max-width: 375px) {
section.product-table {
    padding: 0 35px;
}
}