﻿@media only screen and (max-width: 850px) {
    .claimsPic1 {
        border-radius: 0px 0px 15px 15px;
        padding-top:10px;
    }
    .whatToAskPic1 {
        border-radius: 15px 15px 0px 0px;
    }
 
}

@media only screen and (max-width: 991px) {
    .logoButton {
        left: 10px !important;
    }
    .bottomLogo {
        margin-left:10px !important; 
    }
    .footerAbout, .footerMargin, .downloadMargin {
        margin-left: 120px !important;
    }
    .footerAbout{
        margin-bottom:0px !important;
    }
    .descBlock {
        margin: 20px 0px 0px 0px !important;
    }
}
@media only screen and (max-width: 591px) {
    .container{
        margin-left:40px !important;
    }
    .claimsText p{
        max-width:85% !important; 
    }
    .banner {
        height: 650px;
    }
    html{
        font-size:12pt;
    }
    h1{font-size:22pt;
       margin-bottom:20px;
    }
    .longTextButton {
        font-size: 10pt !important;
        border-radius: 20px;
        padding: 10px;
    }
}

@media only screen and (max-width: 769px) {
    .primary {
        margin-bottom: 20px !important;
      
    }
    .alternate{
        min-width:234px !important;
        margin-left:-12px;
    }
    .customMargin{
        margin-left:10px;
    }
    .mainContentBlock {
        margin: 20px -5px 20px -30px;
 
    }

    .scrollingDiv{
        margin-left:-30px !important;
    }
  .c2{
      max-width:80% !important;
  }

    .claimsText ul{
        margin-left:-20px !important;
        margin-right:35px;
    }
    .storiesBlock{
        height:120px
    }
    .storiesBlock img {
        width: 110px;
    }
    .storiesBlock p{
        font-size:9pt !important;
        margin-top:5px;
    }
    .reportText p{
        display:block;
        padding-right:30px;
    }
    .resultBlock{
        padding:20px;
        margin-left:-25px
    }
    .reportGetText{
        margin:20px 50px 0px 0px;
    }
    .footerDisclaimer{
        margin-left:120px;
    }
}

@media only screen and (min-width:992px) and (max-width:1257px) {
    .resultBlock {
        margin-left: 90px !important;
    }
}

