.new-hcc-popup {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    left: 0;
    display: none;
	font-size:16px;
	font-family: "Open Sans",sans-serif;
}
.hcc-popup-container {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
    position: relative;
    height: 427px;
    top: 8%;
    left: 0;
}
.new-hcc-popup .hcc-popup-container h3{
    font-size:2.375em;
    text-transform:none;
    font-weight:600;
    margin-bottom:30px;
	margin-top: 22px;
}
.new-hcc-popup .hcc-popup-container p{
    font-size:1.750em;
    margin-bottom:60px;
	font-family: "Open Sans",sans-serif;
	font-weight:400;
}
.new-hcc-popup .hcc-popup-container p.first {
    margin-bottom: 20px;
}
.new-hcc-popup .hcc-popup-container .btn-square-red{
    display: inline-block;        
}
.new-hcc-popup .hcc-popup-container .btn-square-red.hcc-pop-btn a{
  padding:8px 25px;
  display: table-cell;
  vertical-align: middle;
  min-width:220px;
  font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .13em;
}
.new-hcc-popup .close-icon{
  background: rgba(0, 0, 0, 0) url("../images/hv-close-icon.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  top: -32px;
  width: 22px;

}
.new-hcc-popup .hcc-popup-container .inner-popup-content{
    background: #ffffff;
    text-align:center;
    border-bottom:13px solid #cc0000;
    padding:35px 42px 70px;
    margin: 60px 0 0;
}
@media only screen and (max-width: 991px) {
    .new-hcc-popup{
        padding: 0 20px;
    }
  .new-hcc-popup .hcc-popup-container .btn-square-red.hcc-pop-btn {
    max-width: 355px;
    margin-bottom: 20px;
    width: 100%;
    min-width: auto;
  }
  .new-hcc-popup .hcc-popup-container .btn-square-red.hcc-pop-btn a {
    height: inherit !important;
    display: block;
    vertical-align: unset;
  }
}
@media only screen and (max-width: 767px) {
  .new-hcc-popup{
	overflow: auto;
  }
    .new-hcc-popup .hcc-popup-container .inner-popup-content{
          padding: 25px 15px 30px;
    }
    .new-hcc-popup .hcc-popup-container h3 {
      font-size: 1.5em;
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: none;
    }
    .new-hcc-popup .hcc-popup-container p {
      font-size: 1em;
      margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hcc-popup-container{
      top:0;
    }
    .new-hcc-popup .hcc-popup-container h3 {
        font-size: 1.2em;
    }
    .new-hcc-popup .hcc-popup-container p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 480px) {
    .new-hcc-popup .hcc-popup-container .btn-square-red.hcc-pop-btn a {
      padding: 8px 20px;
  }
}