@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

html { scroll-behavior: smooth; }

* { margin: 0; padding: 0; }

body {
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
	 padding-top: 0 !important;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*
Web Vision Specific 
*/

.masthead {
	display: none !important;
}

#wrapper_sleeve {
	margin-top: 0 !important;
}

.container .inner-sleeve {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.grid .column>* {
    margin-bottom: 0;
}

.wallpaper-applied #wrapper_sleeve {
	max-width: 100%;
}

.wallpaper-applied #wrapper_sleeve>:first-child {
    padding-top: 0;
}

.wallpaper-applied:not(.story-is-group) #wrapper_sleeve>:first-child {
    padding-top: 0;
  }

.wallpaper-applied.site-width-1024 .ad-style1, .wallpaper-applied.site-width-1024 .container .inner-sleeve {
    max-width: 100%;
}

/*
    Structure
*/

#header { 
    background-color: #000000; 
    display: flex;
    flex-wrap: wrap;      
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
}

#branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
}

#branding ul {
    padding: 0;
	 margin: 0;
	 line-height: 25px;
	 list-style-type: none;
    text-align: right;
}

#branding li {
	padding: 0;
	margin: 0;
}

#branding a {
    color: #FFFFFF;
    font-size: 16px;
	 line-height: 25px;
}

h1 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.005em;
  padding: 0 0 0 0;
  margin: 10px 0 30px 0;
  text-align: center;
}

h1.offer-title {
    color: #f3f3f3;
    font-size: 37px;	
    margin: -20px 0 30px 0;
}

h1.offer-title .offer-title-highlight {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 90px;
}

h1.offer-title.img {
	margin-top: -45px;
}

h1.offer-title-12 {
    font-family: ff-unit-slab-web,serif;    
    color: #f3f3f3;
    font-size: 37px;
    margin: -20px 0 10px 0;
    padding: 0;
}

h1.offer-title-12 .offer-title-highlight-12 {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 128px;
    line-height: normal;
}

h1.offer-title-1 {
    font-family: ff-unit-slab-web,serif;    
    color: #f3f3f3;
    font-size: 37px;
    margin: 25px 0 10px 0;
    padding: 0;
}

h1.offer-title-1 .offer-title-highlight-1 {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 128px;
    line-height: 45px;
}

h1.offer-title-ppc {
    color: #000000;
    font-family: ff-unit-slab-web,serif;
    font-size: 50px;	
    margin: 30px 0;
}

h1.offer-title-sixweeks {
    color: #f3f3f3;
    font-size: 73px;	
    margin: 0 0 30px 0;
    line-height: 70px;
}

h1.offer-title-sixweeks .offer-title-highlight-sixweeks {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 50px;
}

#offers {
  background: linear-gradient( 180deg, #fff 50%, #F3F3F3 100%);
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}

.card {
  background: #C5003E;
  border-radius: 15px;
  box-sizing: content-box;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px;
  margin: 0 15px 20px 15px;
  text-align: center;
  z-index: 1;
  width: 338px;
}

.card .card-buttons {
	width: 100%;
}

.card-grp {
  width: 600px;
  box-sizing: content-box;
}

.card-grp.single-col {
  display: flex;
}

.card.cat-reports {
    background: #f7d9e2;
    width: auto;
    padding: 20px 25px;
}

.card.cat-reports h2 {
    color: #000000;
}

.card.gold {
    background: #000000;
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding: 20px 25px;
}

.card p.digital-sub {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.019em;
	line-height: 34px;
	padding-bottom: 0;
}

.card h2.spec-offer {
    color: #fdda24;
    font-size: 34px;
    line-height: 48px;
	 margin-bottom: 20px;
}

.card .gold-info {
    text-align: left;
    column-count: 2;
    column-gap: 20px;
	padding: 0 0 0 0;
}

.card .gold-info li {
	background: url(https://dmrqkbkq8el9i.cloudfront.net/Pictures/20xAny/P/web/k/q/x/goldtick_921294.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    height: auto;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0 0 10px 0;
}

.included-container {  
    display: grid;
    grid-template-columns: 66% 32%;
    grid-template-rows: 20% 75%;
    gap: 5% 2%;
    grid-auto-flow: row;
    justify-items: start;
    align-items: start;
    grid-template-areas:
      "included-title included-title"
      "content-col-1 content-col-2";
    background: #000000;
    text-align: left;
    padding: 20px 25px;
    margin: 0 15px 20px 15px;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
  }
  
  .included-title { 
    grid-area: included-title;
    align-self: center;
    width: 100%; 
  }
  
  .included-title h2 { 
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    letter-spacing: -0.015em;
    font-weight: 700;
    margin-bottom: 0;
    color: #fdda24;
    line-height: 36px;
  }

  .indepth-container {  
    display: flex;
    flex-direction: column;
    justify-items: start;
    align-items: start;
    background: #F7D9E2;
    text-align: left;
    padding: 20px 25px;
    margin: 0 15px 20px 15px;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    border: none;
    width: 100%;
  }
  
  .indepth-title { 
    grid-area: included-title;
    align-self: center;
    width: 100%; 
  }
  
  .indepth-title h2 { 
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    letter-spacing: -0.015em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    line-height: 36px;
  }
  
  .content-col-1 { 
    grid-area: content-col-1;
  }
  
  .content-col-2 { 
    grid-area: content-col-2;
  }
  
  .content-col-1, .content-col-2  {
    padding: 0;
    margin: 0;
  }
  
  .content-col-1 ul, .content-col-2 ul, .content-single-col li { 
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .content-col-1 li, .content-col-2 li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    background-image: url(https://dmrqkbkq8el9i.cloudfront.net/Pictures/480xAny/P/web/k/q/x/goldtick_921294.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 1.8em;
    margin: 0;
  }
  
  .content-single-col {
    height: 100%;
  }

  .content-single-col ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding-left: 15px;
  }  

  .content-single-col li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    background-image: url(https://dmrqkbkq8el9i.cloudfront.net/Pictures/20xAny/P/web/y/p/r/blacktick_428373.png);    
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 1.8em;
    margin: 0;
  }    

@media (min-width: 1000px) {

	.card .gold-info li:first-of-type {
		width: 300px;
	}
}

@media (max-width: 1000px) {
	.card p.digital-sub {
		 font-size: 22px;
		 font-weight: 600;
		 letter-spacing: -0.019em;
		 line-height: 34px;
	}
	
	.card h2.spec-offer {
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 689px) {
	
	.card h2.spec-offer {
		 font-size: 28px;
		 line-height: 40px;
		 margin-bottom: 18px;
	}
}

.card .gold-info li:last-of-type {
	margin: 0 0 0 0;
}


.card h1 {
  margin: 0;
}

.card h2 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  letter-spacing: -0.015em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFFFFF;
  line-height: 36px;
}

.card h2 span {
    font-size: 37px;
}

.card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;    
  }

.card p {
  font-family: 'Inter', sans-serif;
  margin-bottom: 24px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;   
}

.card p > span {
    background: #FDDA24;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}

.card ul {
  font-family: 'Inter', sans-serif;
  list-style: none;
  line-height: 25px;
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
}

.card li {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;          
}   

.card ul li:last-of-type a {      
  color: #C5003E;
}

#subs-included {
    background: linear-gradient( 180deg, #F3F3F3 100%, #fff 50%);
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 0 20px 0;
}

.included-card {
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    margin: 0 15px 20px 15px;
    text-align: center;
    z-index: 1;
    width: 756px;
  }

  .included-card ul {
    font-family: 'Inter', sans-serif;
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0 0 0 0;
  }
  
  .included-card li {
    color: #494949;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;          
  }
  
  .included-card ul li:first-of-type {
      color: #000000;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
  }
  .included-card ul li:last-of-type {
      font-weight: 600;
      margin-top: 10px;
  }      
  
  .included-card ul li:last-of-type a {      
    color: #C5003E;
  }
  
  .indepth-card {
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    margin: 0 15px 20px 15px;
    text-align: center;
    z-index: 1;
    width: 756px;
  }

  .indepth-card ul {
    font-family: 'Inter', sans-serif;
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0 0 0 0;
  }
  
  .indepth-card li {
    color: #494949;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;          
  }
  
  .indepth-card ul li:first-of-type {
      color: #000000;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
  }
  .indepth-card ul li:last-of-type {
      font-weight: 600;
      margin-top: 10px;
  }      
  
  .indepth-card ul li:last-of-type a {      
    color: #C5003E;
  }

.free-reports {
    background: #F7D9E2;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
}

.free-reports h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.015em;
    padding: 0;
    margin: 5px 0 5px 0;
}

.offer-select.active {
  background: #F7D9E2;
  color: #C5003E !important;
}      

.offer-select.active span {
  font-weight: 600;
}

.gold-edition .card .offer-select.active span {
    line-height: 30px;
}

.offer-select.active .radio-active {
  display: block;
}

.offer-select.active .radio-inactive {
  display: none;
}  

.offer-select {
  font-family: 'Inter', sans-serif;
  background: #F3F3F3;
  box-sizing: border-box;
  border-radius: 15px;
  color: #494949 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 15px 15px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.offer-select .radio-active {
  display: none;
}

.offer-select .radio-inactive {
  display: block;
}    

.offer-select:hover {
  background: #F7D9E2;
  color: #C5003E !important;    
  text-decoration: none;
}

.offer-select img {
  margin-right: 10px;
}  

.offer-select strong {
  flex-grow: 1;
}

.offer-select span {
  font-size: 16px;
  text-align: right;
}

.gold-edition .card .offer-select span {
    line-height: 30px;
}

.subscribe-now-button {
  background: #fdda24;
  border: 2px solid #000000;
  border-radius: 15px;
  box-sizing: border-box;
  color: #000000 !important;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.subscribe-now-button:hover {
  text-decoration: none;
  background: #FCC03A;
}

.subscribe-now-button strong {
  font-size: 25px;
}

.subscribe-now-button.inactive {
  display: none;
}

.subscribe-now-button.disabled {
  background: #494949;
  border: 2px solid #000000;
  color: #FFFFFF;
}

.sub-offer.inactive {
  display: none;
}

.offer-select.active .radio-inactive {
  display: none;
} 

#more-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#more-info.group-subs {
	padding-bottom: 20px;
}

#more-info.group-subs .corp-subs {
	border-bottom: 0;
}

#more-info.group-subs .corp-subs .subs-manager {
	padding: 25px 0;
}

#more-info.group-subs .corp-subs h1 {
  color: #000000;
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin: 25px 0 15px 0;
  padding: 0 0 0 0;
  text-align: left;
}

#more-info.group-subs .corp-subs h3 {
  color: #000000;
  font-family: ff-unit-slab-web,serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.subs-manager {
  align-items: center;
  display: flex;
  padding-top: 35px;
}

.subs-manager img {
  margin-right: 20px;
  border-radius: 100%;
}

.modal { 
  max-width: 750px !important;
}

.corp-subs, .have-a-question {
    border-bottom: 2px solid #E5E5E5;
    padding: 0 0 10px 0;
    width: 100%;
    max-width: 830px;
}

.have-a-question {
  border-bottom: 0;
}

.corp-subs h2, .have-a-question h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin-bottom: 15px;
}

.corp-subs p, .have-a-question p {
    font-size: 16px;
	 line-height: 25px;
	 margin: 0;
}

.corp-subs ul {
	padding: 20px 0 30px 40px;
	margin: 0;
}

.corp-subs ul li {
	font-size: 16px;
   line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

a {
    color: #C5003E;
}

#faqs {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
	 margin-bottom: 0;
    width: 100%;
}

#faqs h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.010em;
  margin-bottom: 5px;
  width: 100%;
  max-width: 830px;
}

#faqs p {
	font-size: 16px;
	width: 100%;
   max-width: 830px;	
}

/* Top Level Accordion */

ul.accordion {
    list-style: none;
    padding: 0;
	 font-size: 16px;
    line-height: 25px;
	 margin: 0 0 15px 0;
    width: 100%;
    max-width: 830px;
}    

ul.accordion li {
	 font-size: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


ul.accordion li:first-child a.toggle {
    border-top: none;
}

ul.accordion li a.toggle {
    background-image: url('https://dmrqkbkq8el9i.cloudfront.net/Pictures/web/x/z/w/inactive_375438.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right 12px;
    box-sizing: border-box;
    border-bottom: 2px solid #E5E5E5;
    color: #000000;
    display: block;
    padding: 15px 0;
    width: 100%;            
    text-decoration: none;
}
ul.accordion li a.toggle:hover {
    color: #C5003E;
}
ul.accordion li a.toggled {
    background-image: url('https://dmrqkbkq8el9i.cloudfront.net/Pictures/web/x/z/w/active_684856.svg');
    color: #C5003E;
    font-weight: 600;
    border-bottom: 0;
}

ul.accordion .inner {
    box-sizing: border-box;
    border-bottom: 2px solid #C5003E;
    display: none;
    padding: 0 0 25px 0;
	 margin: 0;
    overflow: hidden;
}     

ul.accordion .inner .answer {
    color: #A9A9A9;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
}

#benefits {
  background: #F9F9F9;  
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}

#benefits-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.tabbuttons {
  display: inline-block;
  color: #494949;
  background-color: #FFFFFF;
  border: 2px solid #d4d4d4;
  border-radius: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 15px 15px 15px;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  max-width: 392px;
  transition: all 0.2s ease-out;
  text-transform: none;
}

.tabbuttons.active {
  background-color: #C5003E;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.04);
  border: 2px solid #8F002D;
  color: #FFFFFF;
}

.tabbuttons:hover {
	background: #C5003E;
	color: #FFFFFF !important;
}

.tabcontent {
  display: none;
  justify-content: center;
  flex-direction: column;
}          


.pre-sub-heading-ppc {
	color: #c5003e; 
	font-size: 20px; 
	line-height: 25px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}

.tabcontent .sub-heading {
	font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.010em;
	 line-height: 40px;
    text-align: center;
    padding: 0 0 12px 0;
	 margin: 0 0 0 0;
}

.tabcontent .sub-heading-ppc {
	font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.010em;
    text-align: center;
    padding: 0 0 12px 0;
	 margin: 0 0 0 0;
}

.tabcontent .sub-heading-p-ppc {
	text-align: center;
	margin-bottom: 32px;
}


.tabcontent .benefit-content {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1440px;
}
.tabcontent .benefit-content .benefit-card {
  background: #FFFFFF;
  border-top: 10px solid #C5003E;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.04);  
  margin: 0;
  padding: 0 0 25px 0;
  width: 100%;
  max-width: 18%;  
}

.tabcontent .benefit-card img {
  margin-bottom: 15px;
  width: 100%;
}

.tabcontent .benefit-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 10px 0;
  padding: 0 15px 0 15px;
}

.tabcontent .benefit-card p {
  color: #494949;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 0 0;
  padding: 0 15px 10px 15px;  
}

.tabcontent .benefit-card ul {
  font-family: 'Inter', sans-serif;
  color: #494949;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px 0 15px;
  margin: 0 0 0 20px;
}

.tabcontent .benefit-card ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}        

#testimonials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 20px;
	margin-top: 30px;
}

#testimonials::after {
	 background: #C5003E;
    content: '';
    height: 255px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
	 top: 0;
    width: 100%;
}


#testimonials h2 {
	color: #FFFFFF;
	font-family: ff-unit-slab-web,serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.010em;
	padding: 40px 0 12px 0;
	text-align: center;
   z-index: 1;
}

#testimonials .container {
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width: 1440px;
	z-index: 1;
}

#testimonials .testimonial {
	background: #FFFFFF;
	border: 2px solid #DC668B;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 25px 20px 20px 20px;
	width: 100%;
	max-width: calc(33.3% - 20px);
	text-align: center;
	border-radius: 10px;
}

#testimonials .testimonial p {
	font-size: 16px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.top { text-align: center; }

.FooterLegal {
    display: flex;
    padding: 20px 0 20px 0;
    margin: 40px auto 0 auto;
    justify-content: center;
	 background-color: #000000;
	 width: 100%;
}

#wrbm-footer-div {
	width: 100%;
	max-width: 1440px;
}

@media only screen and (max-width: 990px) and (min-width: 601px) {

  .card p {
    font-size: 14px; 
  }  

	h1.offer-title-ppc {
		margin-top: 30px;
	}

	h1.offer-title-sixweeks {
		margin-top: 30px;
	}    

	.have-a-question {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.tabcontent .benefit-content {
		flex-wrap: wrap;
	}
	
	.tabcontent .benefit-content .benefit-card {
		max-width: 45%;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 900px) {

  .gold-info {
    height: auto;
  }
  
    .card .gold-info {
		  column-gap: 10px;
    }
	 
    .tabcontent .sub-heading {
        padding: 20px 0 10px 0;
    }      
	 
	 .tabcontent .sub-heading-p-ppc {
		 text-align: center;
		 margin-bottom: 28px;
	}
	
    #testimonials h2 {
        padding: 40px 0 10px 0;
    }	

}

@media screen and (max-width: 823px) {

  .card.cat-reports h2, .card.gold h2, .included-title h2, .indepth-title h2 {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .card h2.alt {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 10px;
}

  .card h2.alt span {
    font-size: 28px;
  }

  .included-container {
    display: flex;
    flex-direction: column;
  }  

}

@media screen and (max-width: 689px) {
  
    #header {
        padding: 20px 15px;
    }

    #header h1 {
        margin-top: 25px;
        line-height: 40px;
    }
  
    #header h1.offer-title-sixweeks {
        line-height: 70px;
    }   

    h1.offer-title-ppc .offer-title-highlight-ppc {
        font-size: 45px;
    }  
  
    #header h1.offer-title {
        margin-top: 45px;
    }
  
    h1.offer-title-ppc {
        font-size: 30px;
        margin: 10px 0;	
    }   

    #header h1.offer-title.img {
        margin-top: 20px;
    }

    #branding img { 
        width: 150px;
    }

    #offers {
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .card, .included-container, .indepth-container {
        width: 100%;
    }

    .card-grp {
        width: 100%;
        display: contents;
    }

    .card.cat-reports, .card.card.gold {
        width: 100%;
    }
    
    .card .gold-info {
        height: auto;
		  column-count: 1;
    }

    .gold-info p {
        font-size: 14px;
    }    

    .card h1, .card h2 {
        margin-bottom: 30px;
    }

    .offer-select {
        font-size: 18px;
		  margin-bottom: 12px;
    }

    .offer-select span {
        font-size: 15px;
        padding-top: 2px;
    }
	 
	 .tabcontent .sub-heading-p-ppc {
		 margin-bottom: 24px;
	}

    #benefits {
        box-sizing: border-box;
        padding: 30px 15px 40px 15px;
    }

    #benefits-tabs {
        justify-content: space-between;
    }

    .tabcontent .sub-heading {
        font-size: 25px;
		  line-height: 35px;
        padding: 20px 0 8px 0;
    }        

    .tabcontent .benefit-content {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tabcontent .benefit-content .benefit-card {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .tabcontent .sub-heading-ppc {
        font-size: 25px;
        line-height: 30px;
    }

    .tabbuttons {
        font-size: 16px;
        margin: 0;
        width: calc(50% - 10px);
    }

    #more-info {
        box-sizing: border-box;
        padding: 0 20px;
    }

    #more-info h2, #faqs h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .subs-manager p {
        font-size: 14px;
        line-height: 20px;
    }

    #faqs {
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }

    ul.accordion li a.toggle {
        padding-right: 40px;
    }
	 
	 .corp-subs, .have-a-question {
	 	padding: 0 0 10px 0;
	 }

    #testimonials::after {
        height: 345px;
    }  

    #testimonials .container {
        flex-wrap: wrap;
    }

    #testimonials .testimonial {
        width: 100%;
        max-width: 100%;
    }  

    #testimonials h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 40px 0 8px 0;
    }	

    .FooterLegal {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .FooterLegal a {
        display: inline-block;
    }

    .FooterLegal img {
        margin-bottom: 0 !important;
    }

    .FooterLegal p {
        text-align: center;
    }      

    .blocker {
        padding: 10px !important;
    }

    .modal {
        padding: 10px !important;
    }

    .grid .column>* {
        margin-bottom: 0;
    }          

}