body {
    background-image: url('background.jpg');
    background-repeat: no-repeat;
  }

.title-flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .default-message {
    margin-top: 20px;
    color: #fff;
    z-index: 1;
  }
  .default-message h1 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px !important;
  }
  
  .default-message h2 {
    font-size: 10px;
    margin-top: 5px !important;
  }
  
  .default-message h3 {
    font-size: 9px;
    line-height: 12px;
    text-decoration-line: underline;
    cursor: pointer;
  }
  .default-message {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      background-size: cover;
      height: 54px;
  }
  
  .header-container {
    overflow: hidden;
    background: #0066CC;
  }
  
  .triangle-outer {
    position:absolute;
    height:0;
    width:0;
  }
  #triangle {
    position: absolute;
    top: -52px;
    left: -40px;
    width: 38px;
    height: 317px;
    background: #0066CC;
    transform: rotate(20deg);
    overflow: hidden;
  }
  .triangle-notch{
    border-color: rgba(255,255,255,0) #0066CC;
    border-width: 0px 56px 56px 0px;
    border-style: solid;
    position: absolute;
    transform: rotate(270deg);
    height: 0;
    left: -8px;
    top: 1px;
    text-align: center;
    z-index: 1;
  }
  .image {
    min-height: 100px;
    background: url(../../assets.assurance.com/img/auto_clicklisting_hero.jpg);
    background-position: -1px -24px;
    background-size: 235px;
  }
  
  .adv-disclosure {
    margin-top: 15px;
  }
  
  @media (max-width: 440px) {
    .adv-disclosure {
      margin-top: 5px !important;
    }
  
    .default-message {
      margin-top: 10px;
    }
  }
  
  @media (min-width: 440px) {
    .image {
      background-position: 1px -36px;
      background-size: 290px;
    }
  }
  @media (min-width: 600px) {
    .image {
      background-position: 0px -127px !important;
      background-size: 638px;
      min-height: 200px;
    }
    .default-message h1 {
      font-size: 25px;
    }
    .default-message h2 {
      font-size: 16px;
      line-height: 21px;
    }
    .default-message h3 {
      font-size: 15px;
      line-height: 21px;
      text-decoration-line: underline;
      cursor: pointer;
    }
    #triangle {
      position: absolute;
      top: -52px;
      left: -38px;
      width: 68px;
      height: 317px;
      background: #0066CC;
      transform: rotate(20deg);
      overflow: hidden;
    }
  }
  
  @media (min-width: 768px) {
    .image {
      background-position: 0px -127px !important;
      background-size: 638px;
    }
  
    .default-message h1 {
      font-weight: bold;
      font-size: 28px;
    }
  }
  @media (min-width: 992px) {
    .image {
      background-position: 0px -212px !important;
      background-size: 957px;
    }
    .default-message h1 {
      font-size: 28px;
    }
    .default-message h2 {
      font-size: 18px;
      line-height: 36px;
    }
    .default-message h3 {
      font-size: 17px;
      line-height: 29px;
      text-decoration-line: underline;
      cursor: pointer;
    }
  }
  @media (min-width: 1200px) {
    .default-message h1 {
      font-weight: bold;
      font-size: 32px;
    }
    .default-message h2 {
      font-size: 18px;
      line-height: 36px;
    }
  }
  @media (max-width: 767.9px) {
    .default-message {
      padding-left:2em;
    }
   }


   .modal-button, .view-result{
    width: 250px;
    height: 40px;
    background: #0082CB;
    border: 1px solid rgba(51, 51, 51, 0.16);
    border-radius: 4px;
    margin: 10px;
    text-decoration: none;
    color: #FFFFFF;
  }
  
  .view-result {
    font-size: 24px;
    white-space: nowrap;
    line-height: 36px;
    color:#fff;
    min-height: 50px;
  }
  .view-result:hover {
    background: #06527d;
    color: #fff;
  }
  
  .modal-content  {
    -webkit-border-radius: 8px 8px 0px 0px !important;
    -moz-border-radius: 8px 8px 0px 0px !important;
    border-radius: 8px 8px 0px 0px !important;
  }
  
  .topformbtn{
    background: #fff;
    color: #000;
    text-decoration: none;
    margin-top:10px;
    width: 90%;
  
    border: 1px solid #666666;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
  }
  .topformbtn .active {
    background: #0082CB;
    color: #fff;
  }
  
  .subtext {
    color:#666666;
    font-size:16px;
  }
  
  .cta-button {
    background: #0082CB !important;
  }
  .cta-button:hover {
    background: #073d73 !important;
    border-color: #073d73;
  }
  
  @media (max-width: 575.98px) {
    h4 {
      font-size: 1.15rem;
    }
    h5 {
      font-size: 1.1rem;
    }
    .modal-content  {
      -webkit-border-radius: 8px !important;
      -moz-border-radius: 8px !important;
      border-radius: 8px !important;
    }
    .subtext {
      font-size:14px;
    }
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      margin: 15vh auto;
    }
  
  }


  .modal-button,
                        .view-result {
                            width: 250px;
                            height: 40px;
                            background: #0082CB;
                            border: 1px solid rgba(51, 51, 51, 0.16);
                            border-radius: 4px;
                            margin: 10px;
                            text-decoration: none;
                            color: #FFFFFF;
                        }

                        .view-result {
                            font-size: 24px;
                            white-space: nowrap;
                            line-height: 36px;
                            color: #fff;
                            min-height: 50px;
                        }

                        .view-result:hover {
                            background: #06527d;
                            color: #fff;
                        }

                        .modal-content {
                            -webkit-border-radius: 8px 8px 0px 0px !important;
                            -moz-border-radius: 8px 8px 0px 0px !important;
                            border-radius: 8px 8px 0px 0px !important;
                        }

                        .topformbtn {
                            background: #fff;
                            color: #000;
                            text-decoration: none;
                            margin-top: 10px;
                            width: 90%;

                            border: 1px solid #666666;
                            box-sizing: border-box;
                            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
                            border-radius: 4px;
                        }

                        .topformbtn .active {
                            background: #0082CB;
                            color: #fff;
                        }

                        .subtext {
                            color: #666666;
                            font-size: 16px;
                        }

                        .cta-button {
                            background: #0082CB !important;
                        }

                        .cta-button:hover {
                            background: #073d73 !important;
                            border-color: #073d73;
                        }

                        @media (max-width: 575.98px) {
                            h4 {
                                font-size: 1.15rem;
                            }

                            h5 {
                                font-size: 1.1rem;
                            }

                            .modal-content {
                                -webkit-border-radius: 8px !important;
                                -moz-border-radius: 8px !important;
                                border-radius: 8px !important;
                            }

                            .subtext {
                                font-size: 14px;
                            }
                        }

                        @media (min-width: 576px) {
                            .modal-dialog {
                                margin: 15vh auto;
                            }

                        }

                        .modal-dialog {
                            max-width: 550px;
                        }

                        .modal-header {
                            padding: 0.5rem 10px;
                        }

                        .modal-header {
                            background: #0082cb;
                            color: #fff;
                        }

                        .modal-open {
                            padding-right: 15px !important;
                        }

                        #auto-listing-modal {
                            padding-right: 0px !important;
                        }
                        /* START: Shake animation while click outside popup */
                        .animated {
                            animation-duration: .5s;
                            animation-fill-mode: both;
                        }

                        @keyframes shake {

                            from,
                            to {
                                transform: translate3d(0, 0, 0);
                            }

                            10%,
                            30%,
                            50%,
                            70%,
                            90% {
                                transform: translate3d(-10px, 0, 0);
                            }

                            20%,
                            40%,
                            60%,
                            80% {
                                transform: translate3d(10px, 0, 0);
                            }
                        }

                        .shake {
                            animation-name: shake;
                        }

                        /* END: Shake animation while click outside popup */
                        /* START: Prevent backgroud scrol when popup is opened */
                        body.modal-open {
                            overflow: hidden;
                            position: fixed;
                            width: 100%;
                        }

                        /* END: Prevent backgroud scrol when popup is opened */
                
          

 
  @media(max-width: 600px) {
      .top-results {
          font-size: 12px !important;
      }

      h2 {
          font-size: 14px !important;
      }
  }





  .listings-container {
    max-width: 1200px;
    margin: 0px auto;
}
  