.content-container-outer{display:flex;justify-content:center}
.content-container-inner{width:100%;max-width:1260px;padding:80px 40px}
.gift-card-range-outer{padding:80px 0 0}
.gift-card-range-inner ul{display:flex;flex-wrap:wrap;gap:30px}
.gift-card-range-inner li{height:260px;flex:1 1 calc((100% / 4) - 30px)}
.hn-gift-cards-outer{display:flex;justify-content:center}
.hn-gift-cards-inner{flex-basis:960px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:80px 0 0}
.hn-gift-card{flex-basis:45%}
.hn-gift-card-banner img{width:100%}
.gift-cards-intro-outer{display:flex;justify-content:center}
.gift-cards-intro-inner{max-width:800px;width:100%}
.hn-gift-card-content .hn-gift-card-burb{margin-bottom:2em}
.hn-gift-card-content ul{list-style-type:none;list-style-position:inside}
.hn-gift-card-content ul li::before{content:"\2022";color:red;font-weight:700;display:inline;width:1em;margin-left:-1em;font-size:1.5em}
.hn-gift-card-content ul li{margin-bottom:5px}
.balance-checker-outer{background:#f8f8f8;display:flex;justify-content:center;padding:80px 40px}
.balance-checker-inner{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1060px;width:100%}
.balance-checker{width:420px}
.balance-checker-instructions{flex:1 0 0;padding-left:80px;display:flex;align-items:center;justify-content:center}
.gift-card-steps-outer{margin-bottom:80px}
.steps-block-outer{margin-bottom:40px}
.steps-block-inner{display:flex;flex-wrap:wrap;gap:30px}
.steps-block{flex:1 0 0;padding:20px;border:1px solid #e8e8e8}
.hn-gift-card-sub-burb{max-width:800px;margin:0 auto}
.gift-cards-intro-inner p:first-of-type{font-size:1.6em;line-height:1.3em;color:#444;font-weight:400;margin:0}
.gift-cards-intro-inner p:first-of-type span{font-weight:800}
.hn-gift-card-burb p{font-size:1.286em;line-height:1.3em;color:#444;font-weight:400;margin:0}
.hn-gift-card-content{padding:2.4em;background:#f8f8f8}
.hn-gift-card-content header{height:5em}
.hn-gift-card-content h3{font-size:2em;line-height:1.3em;color:#444;font-weight:300;margin:0}
.hn-gift-card-content header p{font-size:1em;line-height:1em;color:#444;font-weight:400;margin:0}
.hn-gift-card-content h3 span{font-weight:800}
.hn-gift-card-btn a{display:inline-block;background:#eb1225;padding:1em 2em;border-radius:4px;color:#fff;text-decoration:none;width:12em;font-size:1.286em;line-height:1em;font-weight:400}
.hn-gift-card-btn a:focus,.hn-gift-card-btn a:hover{color:#fff;text-decoration:none}
.hn-gift-card-content ul li p{display:inline}
.balance-checker header h2{font-size:3em;line-height:1.1em;color:#444;font-weight:300;margin:0 0 .5em}
.hn-form-modal h2{font-size:1.3em;line-height:1.3em;color:#444;font-weight:600;margin:0 0 1.5em; font-family: lato}
.balance-checker header p{font-size:2em;line-height:1.2em;color:#444;font-weight:300;margin:0 0 1em}
.gift-card-range-inner h2,.gift-card-steps-inner h2{font-size:2em;line-height:1.1em;color:#444;font-weight:800;margin:0 0 1.5em}
.steps-block h3{font-size:1.4em;line-height:1.3em;color:#444;font-weight:800;margin:0 0 .5em}
.steps-block header i{font-size:3em;line-height:1em;color:#004378;font-weight:800;margin:0 0 .2em}
.balance-checker-label{color:#33475b!important;margin-bottom:5px;display:inline-block;font-size:14px!important;line-height:1.2em;font-weight:600!important}
.balance-checker-input{min-height:39px;background:#fff;border:1px solid #cbd6e2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:10px;margin-bottom:20px;width:100%}
.balance-checker-form .req{color:red}
#btn_check_balance{font-family:lato;width:100%;padding:15px;background:#004378;color:#fff;border:0;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;max-width:180px;text-transform:none}
#btn_check_balance:hover{background:#9a9da1}
.gift-card-balance-checker .form-horizontal .control-label{text-align:left}

.gift-cards-bulk-purchases{
  width:100%;
}

.gift-cards-bulk-purchases button {
  padding: 40px 30px;
  font-size: 2.5em;
  color:#fff;
  font-weight: 400;
  width:100%;
  background: #004378;
  text-transform: uppercase;
  line-height: 1.2em;
}

.gift-cards-bulk-purchases button:hover {
  cursor: pointer;
}

.gift-cards-bulk-purchases button span {
  font-weight: 600;
}

.gift-card-range-products li:nth-child(3){
  display: none;
}

@media screen and (max-width:992px){
.hn-gift-card{flex-basis:48%}
.gift-card-range-products{display:flex;justify-content:center}
.gift-card-range-products ul{max-width:600px;flex-basis:100%}
.gift-card-range-inner li{flex:1 1 calc((100% / 2) - 30px)}
}
@media screen and (max-width:750px){
.content-container-inner{padding:40px 30px}
.hn-gift-cards-inner{row-gap:30px;justify-content:center;padding:40px 0 0}
.hn-gift-card{max-width:400px;flex-basis:100%}
.gift-card-range-inner li{height:220px}
}