/* CSS Variables for colors */
:root {
  /* Primary colors */
  --primary-blue: #004990;
  --primary-dark-blue: #00366c;
  --primary-light-blue: #0093d0;
  --primary-lighter-blue: #86b7fe;
  --primary-highlight-blue: #4299e1;
  
  /* Coupon gradient colors */
  --gradient-blue-1: #215c96;
  --gradient-blue-2: #022a50;
  --gradient-blue-3: #2f7db5;
  --gradient-blue-4: #1a465a;
  --gradient-blue-5: #69add7;
  --gradient-blue-6: #195476;
  
  /* Accent colors */
  --accent-red: #ee2e24;
  
  /* Neutral colors */
  --neutral-black: #000;
  --neutral-dark-gray: #212529;
  --neutral-gray: #333;
  --neutral-mid-gray: #b4b4b4;
  --neutral-light-gray: #ced4da;
  --neutral-lighter-gray: #e7e7e7;
  --neutral-lightest-gray: #f5f5f5;
  --neutral-white: #fff;
  
  /* Transparent colors */
  --transparent-blue: rgb(13 110 253 / 25%);
  
  /* Background colors */
  --bg-light-blue: #d4edf9;
}

/* Base styles */
body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  background-color: var(--neutral-white);
  color: var(--neutral-gray);
}

/* Link styles */
a:link {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  color: var(--primary-blue);
  text-decoration: underline !important;
  font-weight: 700;
}

a:visited {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 700;
}

a:active {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 700;
}

.clear {
  clear: both;
}

/* Container styles */
.container {
  width: 1136px;
  margin: 0 auto;
  position: relative;
}

/* Coupon styling */
.the-code {
    font-family: 'Anonymous Pro', monospace;
    font-weight: 700;
    font-size: 16px;
    font-weight: 700
        /*font-family: Consolas, sans-serif;font-size: 15px !important;*/
}

.bar-code {
    width: 180px;
}

.bar-code-offer {
    width: 225px;
}

@media (max-width:1135px) {
    .bar-code {
        width: 160px;
    }

    .bar-code-offer {
        width: 170px;
    }
}

/* Coupon page specific styles */
.container.coupon-pg {
  width: 690px;
}

.container.coupon-pg #shares {
  text-align: center;
}

.coupon-pg .coupon,
.coupon-pg .coupon-mob {
  border: 4px solid var(--neutral-black);
  width: 682px;
  color: var(--primary-blue);
  padding-bottom: 15px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.coupon-pg .coupon .amt,
.coupon-pg .coupon-mob .amt {
  line-height: 102px;
  height: 93px;
}

.coupon-pg .coupon .any,
.coupon-pg .coupon-mob .any {
  margin-top: 13px;
}

.coupon-pg .coupon .any.single,
.coupon-pg .coupon-mob .any.single {
  margin-left: 40px;
}

.coupon-pg .coupon .cde,
.coupon-pg .coupon-mob .cde {
  margin-left: 38px;
}

.coupon-pg .coupon .col3,
.coupon-pg .coupon-mob .col3 {
  display: block;
  float: right;
}

.coupon-pg .coupon .logo,
.coupon-pg .coupon-mob .logo {
  width: 140px;
  height: 128px;
  position: static;
  top: auto;
  left: auto;
  margin: 12px;
}

.coupon-pg .coupon .bar-code,
.coupon-pg .coupon-mob .bar-code {
  margin-top: 7px;
  margin-left: 10px;
}

.coupon-pg .coupon .bar-code.single,
.coupon-pg .coupon-mob .bar-code.single {
  margin-left: 40px;
}

.coupon-pg .coupon .disclaim,
.coupon-pg .coupon-mob .disclaim {
  font-size: 8px;
  width: 500px;
  padding-left: 30px;
  float: left;
}

.coupon-pg .coupon .expires,
.coupon-pg .coupon-mob .expires {
  float: right;
  font-size: 14px;
  padding-right: 12px;
}

.coupon-pg .blu-bar {
  background-color: var(--primary-blue);
  height: 18px;
}

.coupon-pg .coupon-mob {
  display: none;
}

/* Basic coupon elements */
.coupon .col1,
.coupon-mob .col1 {
  float: left;
  padding-left: 30px;
}

.coupon .col2,
.coupon-mob .col2 {
  float: left;
}

.coupon .col3,
.coupon-mob .col3 {
  float: left;
}

.coupon .amt,
.coupon-mob .amt {
  font-weight: 900;
}

.coupon .amt .amount,
.coupon-mob .amt .amount {
  font-size: 100px;
  letter-spacing: -9px;
  position: relative;
  left: -10px;
}

.coupon .amt .dollar,
.coupon-mob .amt .dollar {
  font-size: 60px;
  position: relative;
  top: -25px;
  margin-right: 3px;
}

.coupon .amt .off,
.coupon-mob .amt .off {
  font-weight: 300;
  position: relative;
  top: -63px;
  left: -7px;
  font-size: 24px;
}

.coupon .item,
.coupon-mob .item {
  font-size: 22px;
  font-weight: 900;
}

.coupon .any,
.coupon-mob .any {
  font-size: 18px;
  font-weight: 200;
  margin-top: 32px;
  margin-left: 10px;
}

/* PC and promo overrides */
.pcoup .off {
  font-weight: bold;
  left: -15px !important;
}

.pcoup .coupon-pg .coupon .cde,
.pcoup .coupon-pg .coupon-mob .cde {
  margin-left: -5px !important;
}

.pcoup .coupon-pg .coupon .any.single,
.pcoup .coupon-pg .coupon-mob .any.single {
  margin-left: -32px !important;
}

.pcoup .coupon-pg .coupon .any,
.pcoup .coupon-pg .coupon-mob .any {
  margin-top: 12px !important;
}

.pcoup .coupon-pg .coupon .bar-code {
  margin-top: 1px !important;
}

/* Promo mobile styles */
.promomob .col1 {
  padding-left: 35px !important;
}

.promomob.coupon-mob .any {
  margin-left: -10px !important;
}

.promomob.coupon-mob .bar-code {
  margin-top: 10px !important;
}

.promomob .cde.new-pos {
  margin-top: 32px !important;
  position: relative;
  left: 25px;
}

/* Print styles */
@media print {
  .container.coupon-pg #shares {
    display: none;
  }
}

/* Responsive styles for coupon pages */
@media (max-width: 1135px) {
  .container {
    width: 100%;
  }
  
  .container.coupon-pg {
    width: auto;
  }
  
  .container.coupon-pg .coupon {
    display: none;
  }
  
  .container.coupon-pg .coupon-mob {
    display: block;
    border: 4px solid var(--neutral-black);
    color: var(--primary-blue);
    margin: 50px auto !important;
    width: auto;
    float: none;
    max-width: 346px;
    position: relative;
  }
  
  .container.coupon-pg .coupon-mob .col3 {
    padding-right: 0;
    position: absolute;
    right: 5px
  }
  
  .container.coupon-pg .coupon-mob .logo {
    width: 90px;
    height: 83px;
    margin-bottom: 0;
    float: right;
    clear: right;
  }
  
  .container.coupon-pg .cde {
    margin: 3px 12px 0 0;
    float: right;
    clear: right;
    font-size: 14px !important;
    color: var(--neutral-black);
  }
  
  .container.coupon-pg .cde .code {
    font-size: 14px !important;
  }
  
  .container.coupon-pg .cde .the-code {
    margin-right: 10px;
  }
  
  .container.coupon-pg .bar-code {
    float: right;
    clear: right;
    margin-right: 12px;
    margin-top: 3px;
  }
  
  .container.coupon-pg .any {
    font-size: 18px;
    margin-top: 27px;
    margin-left: 0
  }
  
  .container.coupon-pg .item {
    font-size: 20px;
    line-height: 23px
  }
  
  .container.coupon-pg .disclaim {
    font-size: 7px;
    width: auto;
    padding: 15px 10px 0;
    float: none;
  }
}

/* Very small screen adjustments */
@media (max-width: 349px) {
  .container.coupon-pg .coupon-mob .col3 {
    right: 1px;
  }
  
  .col1 {
    width: 42%;
    padding-left: 6px !important;
  }

  .col1 .item {
    display: inline;
    margin-left: 0;
  }

  .col1 .any {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .coupon-mob .col3 {
    position: absolute;
    right: 0;
  }

  .container.coupon-pg .any {
    font-size: 15px;
  }
  
  .footerl {
    width: 250px;
  }
}

/* Styles for blur effect and form in coupon pages */
.blur-effect {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  height: 100px;
  background-color: var(--neutral-white);
}

.input {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--neutral-dark-gray);
  background-color: var(--neutral-white);
  background-clip: padding-box;
  border: 1px solid var(--neutral-light-gray);
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input:focus {
  color: var(--neutral-dark-gray);
  background-color: var(--neutral-white);
  border-color: var(--primary-lighter-blue);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--transparent-blue);
}

.btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: var(--primary-highlight-blue);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--neutral-white);
  line-height: 26px;
}

/* Phone disclaimer */
.phone_disclaimer {
  font-size: 10px;
  margin-top: 0px;
}