
@media (max-width: 1240px) {

  article section,
  article#header section{
    width:100%;
    box-sizing: border-box;
  }
  article section.report-results .big-pie{
    /*box-shadow:none;
    border-radius: 0;*/
    position: relative;
    /*border:1px solid red;*/
  }
  article section.report-results .big-pie .big-chart canvas,
  article section.report-results .big-pie .pie-center{
    width: 350px;
  }
  article section.report-results .big-pie .pie-center{
    top: 0;
    width: 100%;
    margin-top:110px;
    position: absolute;
  }
  article section.report-results .big-pie .pie-center .content-score{
    font-size: 22px;
  }
  article section.report-results .big-pie .pie-center .score{
    font-size: 120px;
  }
}

@media (max-width: 1024px) {

  article section.slider .features {
    width:100%;
    height:auto;
  }

  article section.slider .features .item > div{
    float:none;
    text-align: center;
  }
  article section.slider .features .item > div table{
    margin:40px auto 0px;
  }
  article.results .results-breakdown ul, .while-you-wait ul.entry-content{
    width:100%;
  }
  article.results .titled ul{
    width:100%;
  }
  .slick-slide .mainimage img{
    display: inline-block;
  }
  .slick-prev{
    left:0 !important;
    z-index: 2;
  }
  .slick-next{
    right:0 !important;
    z-index: 2;
  }
  .upsell h3{
    width:100%;
  }
  .upsell .checks{
    display: flex;
    /*    flex-direction:column; */
    flex-wrap: wrap;
    width:100%;
    padding-left:10%;
  }
  .upsell .checks li{
    width:40%;
    margin-right: 0;
  }
  .upsell.downloads .checks{
    margin: 20px auto;
  }
  #header .page-intro .lead-line,
  #header .page-intro .strap-line {
    /*border: 1px solid blue;*/
  }
  #header .page-intro .lead-line{
    width:100%;
  }
  #header .page-intro h1{
    line-height: 1em;
  }
  #header .page-intro .strap-line{
    width:100%;
  }

  article .narrow{
    width:100%;
  }

  #header .summary-band .container{
    width:100%;
  }

  .callback > h2,
  .callback > p{
    width:100%;
  }
  article section.report-results{
    padding-left:20px;
    padding-right: 20px;
  }
  article.results section.report-results{
    padding-left:20px;
    padding-right: 20px;
    padding-top:50px;
    margin-top:-20px;
  }

  article section.report-results .big-pie {
    margin-top:-30px;
    /*height:250px;*/
    /*border:1px solid blue;*/
  }
  article section.report-results .big-pie .big-chart canvas,
  article section.report-results .big-pie .pie-center{
    width: 100%;
    max-width: 250px;
    max-height: 250px;

  }
  article section.report-results .big-pie .pie-center{
    margin-top:80px;
    /*border:1px solid blue;*/
    width:100%;
  }
  article section.report-results .big-pie .pie-center .content-score{
    font-size: 18px;
  }
  article section.report-results .big-pie .pie-center .score{
    font-size: 80px;
  }


}

@media (max-width: 767px) {
  article .report-email .form > div > label{
    display: block;
    padding:0;
    font-size: 16px;
    width:100%;
  }
  article .report-email .action-button{
    font-size:16px;
  }
  .upsell.downloads .checks{
    margin: 20px auto;
  }
  #header.report{
    padding-left:20px;
    padding-right:20px;
  }
  article.results section.report-results{
    margin-top:-15px;
  }

  article section.report-results .big-pie{
    height:170px;
    float: none;
  }
  article section.report-results .big-pie,
  article section.report-results .big-pie .big-chart{
    text-align: center;
    width:180px;
    margin:0 auto;
  }
  article section.report-results .big-pie .pie-center{
    margin:0 auto;
  }
  #page-star-rating,
  #page-star-rating-mobile{
    margin:0 auto;
  }
  #page-star-rating {
    display:none;
  }
  article section.report-results #page-star-rating-mobile {
    display:block;
  }
  article.results hr{
    width:100%;
  }
  article section.report-results .star-rating p{
    text-align: center;
    width:100%;
    max-width: 600px;
    margin:0 auto;
    line-height: 40px;
    font-size: 35px;
  }
  article.results .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  article.results .header h2{
    font-size: 25px;
  }
  article.results .header h2,
  article.results .header p{
    width:100%;
  }
  article.results .results-breakdown ul, .while-you-wait ul.entry-content {
    width:100%;
  }
  article.results .results-breakdown ul li, .while-you-wait ul.entry-content li{
    display: block;
  }
  article.results section{
    padding-top:20px;
  }
  article.results .results-breakdown .search-volume,
  article.results .results-breakdown .your-ranking,
  article.results .results-breakdown .missed-opportunities{
    margin:0 40px 80px;
    padding-top:20px;
    margin-bottom: 50px
  }
  article.results .results-breakdown .missed-opportunities{
    margin-bottom: 0;
  }
  article.results .results-breakdown .search-volume img,
  article.results .results-breakdown .your-ranking img,
  article.results .results-breakdown .missed-opportunities img{
    left:auto;
    margin:0 auto;
  }
  article.results section.titled{
    width:100%;
    padding-left:20px;
    padding-right: 20px;
  }
  article.results .titled ul{
    width:100%;
  }
  article.results .titled ul li {
    display: block;
    width: 300px;
    margin:0 auto;
    padding-top:30px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  article.results .titled ul li img{
    margin-top:0;
  }
  .upsell h3{
    width:100%;
    font-size: 24px;
    margin-left:0;
  }
  .upsell .checks{
    padding-left:20px;
  }
  .upsell .checks li{
    width:100%;
  }
  article section.report-results .big-pie {
    /*border:1px solid black;*/
  }
  article section.report-results .big-pie .big-chart canvas{
  }

  article section.report-results .big-pie .big-chart canvas,
  article section.report-results .big-pie .pie-center{
    width: 100%;
    max-width: 180px;
    max-height: 180px;
  }
  article section.report-results .big-pie .pie-center{
    /*top: -130px;*/
    padding-top:60px;
  }
  article section.report-results .big-pie .pie-center .content-score{
    font-size: 14px;
  }
  article section.report-results .big-pie .pie-center .score{
    font-size: 55px;
  }
  article section.report-results .star-rating{
    margin-top:20px;
  }
}

@media (max-width: 680px) {
  .hubspot {
      width: 100%;
  }

  .hs_full_name.field.hs-form-field,
  .hs_phone.field.hs-form-field {
      margin-bottom: 5px;
  }
}


@media (max-width: 640px) {
  #header .page-intro .lead-line,
  #header .page-intro .strap-line {
  }
  .upsell .checks{
    padding-left:5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .upsell .checks li,
  .upsell.downloads .checks li{
    width:100%;
    height:auto;
    min-height: 38px;
    box-sizing: border-box;

  }
  #header .page-intro h1 {
    font-size: 40px;
  }
  #header .summary-band {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  #header .summary-band .container ul {
    padding-left: 5%;
  }
  .slick-slide img{
    width:100%;
  }
  article section {
    padding-bottom: 24px;
    padding-top:24px;
  }
  article section.slider .features .item > div table {
    width: 100%;
  }
  article .report-request h2,
  article section.report-email h2,
  .callback > h2 {
      font-size: 30px;
  }

  .hs-form input[type="text"],
  .hs-form input[type="tel"],
  .hs-form input[type="email"],
  .hs-form textarea{
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  article section {
      border: none;
      margin: 0 auto;
  }

  #header .page-intro h1 {
      font-size: 28px;
      margin-bottom: 5px;
  }

  #header .page-intro .lead-line{
      font-size: 18px;
      /*border: 1px solid green;*/
  }

  #header .page-intro .strap-line,
  #header .summary-band {
      font-size: 15px;
      /*border: 1px solid green;*/
  }

  #header .summary-band .container ul {
      padding: 0 5% 0 5%;
  }

  article .report-request h2,
  article section.report-email h2,
  .callback > h2,
  .upsell h3 {
      font-size: 20px;
  }

  article .report-request .form {
      margin: 55px auto 0;
  }

  article .report-request .form > div > label {
      font-size: 17px;
  }

  article .report-request .form span.keywords-tip
  {
      display:block;
  }
  article .report-request .form > div > label > span {
      font-size: 14px;
  }

  article section.report-success h2 {
    font-size: 20px;

  }
  article section.report-success img {
    margin: 0 auto 30px;
    width:60px;
  }

  .slider .slick-slide .points .icon img{ display:none; }

  article section.slider .features .item > div td {
      font-size: 14px;
  }

  article section.slider .features .item > div {
      padding-bottom: 40px;
  }

  article .report-request .form .text-field,
  article .report-request .form .bootstrap-tagsinput input {
      font-size: 15px;
  }

  .titled h3{
    font-size:14px;
  }

  .bootstrap-tagsinput .tag.label {
      font-size: 14px;
  }

  .styled-selector, .styled-selector select {
      width: 100%;
      font-size: 14px;
  }

  .action-button,
  .hubspot .hs-form input[type="submit"] {
      font-size: 16px;
  }

  .hs_full_name.field.hs-form-field,
  .hs_phone.field.hs-form-field {
      width: 100%;
      float: none;
      /*margin-right: 36px;*/
  }

  .callback .hubspot > form > div {
      display: inline-block;
      margin-bottom: 20px;
  }

  .callback .hubspot > form > div,
  .callback .hs-form input[type="email"], .callback .hs-form textarea {
      width: 100%;
  }

  .callback form input[type=text], .hs-form input[type="text"], .hs-form input[type="tel"], .hs-form input[type="email"], .hs-form textarea {
      width: 100%;
      margin-right: 0;
  }

  article section.report-results #page-star-rating, article section.report-results #page-star-rating-mobile{
    margin-bottom:20px;
  }
  article section.report-results .star-rating p{
    line-height: 30px;
    font-size: 22px;
  }
  article.results .results-breakdown .search-volume,
  article.results .results-breakdown .your-ranking,
  article.results .results-breakdown .missed-opportunities {
    margin: 0;
    margin-bottom: 50px
  }
  article.results .titled ul li {
    width: 100%;
  }
}
@media (max-width: 360px){
    #header .summary-band .container ul {
        padding: 0 5% 0 10%;
    }
}