html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
/* Border Box */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Simple Classes */
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
/* LESS Mixins */
.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^='col-'] {
  float: left;
  padding-right: 100px;
}
.grid-90 {
  margin-right: -90px;
}
.grid-90:after {
  clear: both;
  content: "";
  display: table;
}
.grid-90 [class^='col-'] {
  float: left;
  padding-right: 90px;
}
.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^='col-'] {
  float: left;
  padding-right: 50px;
}
.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^='col-'] {
  float: left;
  padding-right: 40px;
}
.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^='col-'] {
  float: left;
  padding-right: 20px;
}
.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^='col-'] {
  float: left;
  padding-right: 10px;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-7-8 {
  width: 62.5%;
}
.col-1-10 {
  width: 10%;
}
.clear-col-2 [class^='col-']:nth-child(odd) {
  clear: both;
}
.clear-col-3 [class^='col-']:nth-child(3n + 1) {
  clear: both;
}
.clear-col-4 [class^='col-']:nth-child(4n + 1) {
  clear: both;
}
body {
  color: #696f87;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3 {
  color: #1f2847;
  font-size: 60px;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  color: #696f87;
  font-weight: 500;
}
a {
  text-decoration: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
main {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
}
main .content {
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
}
main .content .search-form {
  border-bottom: 1px solid #EBEBF1;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
main .content .search-form select,
main .content .search-form input:not([type='submit']) {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 2px solid #EBEBF1;
  float: left;
  height: 60px;
  margin-right: 2%;
  padding: 10px;
  width: 43%;
}
main .content .search-form button[type='submit'] {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #2f2a93;
  border: none;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  padding: 20px;
  width: 10%;
}
main .content .search-form button[type='submit']:hover {
  background: #3530a7;
}
main .content .main-panel {
  overflow-y: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
main .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
}
header {
  background: white;
  border-bottom: 1px solid #EBEBF1;
  padding: 20px;
  text-align: center;
  z-index: 20;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
header .logo {
  display: inline-block;
  margin: 0 auto;
}
header .logo img {
  display: block;
  height: 60px;
}
footer {
  border-top: 1px solid #EBEBF1;
  padding: 40px 0;
}
footer .note {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #2f2a93;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  padding: 20px;
}
footer .note h3 {
  color: white;
}
footer .note p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-size: 20px;
}
footer p {
  color: #696f87;
  font-size: 14px;
}
.all-discounts-cta {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #DFDEF5;
  border: 1px solid #2f2a93;
  color: #2f2a93;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
}
.all-discounts-cta:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.discount {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: white;
  margin-bottom: 40px;
  padding: 20px 40px;
  padding-left: 200px;
  position: relative;
}
.discount .discount-image {
  display: block;
  height: 120px;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
}
.discount img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.discount h3 {
  margin-bottom: 10px;
}
.discount h3 a {
  color: #1f2847;
}
.discount .discount-type {
  color: #2f2a93;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.discount .categories {
  margin-bottom: 20px;
}
.discount .categories:after {
  clear: both;
  content: "";
  display: table;
}
.discount .categories li {
  float: left;
  margin-right: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #EBEBF1;
  color: #696f87;
  display: block;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.discount p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}
.discount p a {
  color: #E71D31;
  text-decoration: underline;
  text-decoration-color: #EBEBF1;
}
.discount .discount-locations-header {
  color: #1f2847;
  font-weight: 700;
}
.discount .discount-locations {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 1px solid #EBEBF1;
  margin-bottom: 20px;
  max-height: 130px;
  overflow-y: auto;
  padding: 10px;
}
.discount .discount-location {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.discount .discount-location:hover {
  color: #2f2a93;
}
.discount .discount-location.active {
  color: #E71D31;
}
.discount .discount-filter {
  float: right;
  color: #2f2a93;
  font-size: 16px;
  font-weight: 600;
}
.discount .discount-cta {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #E71D31;
  font-size: 16px;
  font-weight: 600;
}
.discount .discount-cta i {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.discount .discount-cta:hover i {
  margin-left: 5px;
}
.discount:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
}
.empty {
  padding-bottom: 20px;
}
.empty a {
  color: #2f2a93;
}
.info-window {
  display: block;
}
.info-window .info-image {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: white;
  border: 2px solid #EBEBF1;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
}
.info-window .info-image img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.info-window .info-header {
  color: #1f2847;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.info-window .info-header a {
  color: #1f2847;
}
.info-window .info-desc {
  color: #696f87;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}
.info-window .info-directions {
  color: #2f2a93;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
/* Benefit Cards */
a.benefit-card {
  display: block;
  margin: 2rem 0;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  color: inherit !important;
  white-space: normal !important;
  font-weight: normal !important;
  border-bottom: 0 !important;
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease !important;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease !important;
  transition: transform 0.1s ease, box-shadow 0.1s ease !important;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease !important;
}
a.benefit-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
a.benefit-card:hover:after,
a.benefit-card:after {
  display: none;
}
.benefit-card h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333;
}
.benefit-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #333;
}
.benefit-card .btn {
  background: #E71D31;
  color: white;
  width: 290px;
  max-width: 100%;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding: 1.5rem 2.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  border-bottom: 0 !important;
  color: #fff !important;
}
.modal {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #F8F8FA;
  -webkit-box-shadow: 0 0 0 3000px rgba(31, 40, 71, 0.8);
          box-shadow: 0 0 0 3000px rgba(31, 40, 71, 0.8);
  max-width: 800px;
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1000;
}
.modal .modal-close {
  float: right;
  font-size: 30px;
  color: #1f2847;
}
.modal form .slides .slide h3 {
  font-size: 40px;
}
.modal form .slides .slide p:last-child {
  margin-bottom: 0;
}
.modal form .slides .slide select,
.modal form .slides .slide input:not([type='submit']) {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: white;
  border: 2px solid #EBEBF1;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.modal form .slides .slide select.input-error,
.modal form .slides .slide input:not([type='submit']).input-error {
  border-color: #E71D31;
}
.modal form .slides .slide input[type='submit'],
.modal form .slides .slide a.next {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #2f2a93;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.modal form .slides .slide label.input-error {
  color: #E71D31;
  display: block;
  font-weight: 600;
  margin-top: -10xp;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  header {
    height: 60px;
    padding: 10px;
  }
  header .logo {
    float: left;
  }
  header .logo img {
    height: 40px;
  }
  header .view-toggle {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background: #6DB3EB;
    color: white;
    display: block;
    font-weight: 600;
    float: right;
    height: 40px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
  }
  main {
    top: 60px;
  }
  main .content {
    width: 100%;
    z-index: 2;
  }
  main .content .search-form {
    height: 60px;
    padding: 10px;
  }
  main .content .search-form select,
  main .content .search-form input:not([type='submit']) {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 2px solid #EBEBF1;
    float: left;
    font-size: 12px;
    height: 40px;
    margin-right: 2%;
    padding: 5px;
    width: 28%;
  }
  main .content .search-form button[type='submit'] {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background: #2f2a93;
    border: none;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    padding: 5px;
    width: 10%;
  }
  main .content .search-form button[type='submit']:hover {
    background: #3530a7;
  }
  main .content .main-panel {
    top: 60px;
  }
  main .map {
    width: 100%;
  }
  main .map.active {
    z-index: 5;
  }
  .discount {
    margin-bottom: 20px;
    padding: 20px 40px;
    padding-left: 100px;
  }
  .discount .discount-image {
    top: 20px;
    left: 20px;
    width: 60px;
  }
  .discount img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .discount h3 {
    font-size: 16px;
  }
  .discount p {
    font-size: 14px;
  }
  .discount .categories {
    display: none;
  }
  .discount .discount-locations-header {
    display: none;
  }
  .discount .discount-locations {
    display: none;
  }
}
