/* All screen sizes */

/****************************************
* Root variables
****************************************/

:root {
  --fni-font: 'Open Sans';
  --fni-font2: 'Bitter';
}

/****************************************
* Typography
****************************************/

h1 {
  font: normal 700 28px/1.2em var(--fni-font2);
  color: #134D87;
}

h2 {
  font: normal normal 24px/1.2em var(--fni-font2);
  color: #134D87;
}

h3 {
  font: normal bold 17px/1.5em var(--fni-font);
  color: #134D87;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin: 1.5rem 0;
}

p + h2,
ul + h2,
h3 + h3,
img + h2,
h3 + a.button,
p + a.button,
p + form,
form + h3,
label + .shipping-address,
.grid + .summary,
.grid + .shipping-address,
.item + h2,
.custom + h2,
.summary ~ h2,
.summary ~ .button,
.accent-1 + h2,
.empty-cart + h2,
.disclaimer + h3,
.international + .payment,
.shipping-address + h2,
.shipping-address + .summary,
#product-image + .video {
  margin-top: 2rem;
}

.videos {
  margin-bottom: 2rem;
}

h1 + h2,
p + h3,
.disclaimer + a {
  margin-top: 1.5rem;
}

h1 + p,
h2 + h3,
h2 + p,
h2 + ul,
p + p,
a + a,
p + ul,
p + ol,
p + .disclaimer,
li + li,
img + p,
img + h1,
[type="submit"],
.amounts + .disclaimer,
.cart .error-message + p,
.gift-card-section + .payment {
  margin-top: 1rem;
}

h3 + ul,
h3 + p,
label + .grid,
.tile h2 + p {
  margin-top: .5rem;
}

p:empty + h2 {
  margin-top: 0;
}

p:empty {
  margin: 0;
}

p,
li,
label,
legend {
  font: normal normal 16px/1.5em var(--fni-font);
  color: #000000;
}

.highlight {
  background-color: #FAF2D6;
  padding: .5rem;
  margin-top: 1.5rem;
}

a {
  color: #21A1D9;
  text-decoration: none;
}

a:hover {
  color: #134D87;
}

.bulleted {
  margin: 1rem 0 1rem .5rem;
}

ul li {
  margin: 0 0 0 2rem;
}

/* Provide a mechanism to turn on/off a full page wait cursor */
body.waiting * {
  cursor: wait !important;
}

form.disabled {
  opacity: .5;
}

/****************************************
* Accents
****************************************/

.accent-1 {
  background-color: rgba(33, 161, 217, .1);
  padding: 2rem;
}

/****************************************
* idme overrides
****************************************/

.idme-trigger {
  margin: 1rem 0 0 0 !important;
}

/****************************************
* Header
****************************************/

header {
  position: relative;
  background-color: #000000;
}

header .flex {
  flex-direction: column;
}

header .logo {
  margin: 1px; /* Prevents outline from being cut off on the right side */
}

header .logo img {
  margin: 0 1rem;
  width: 100%;
  max-width: 180px;
  padding: 1rem 0;
}

/****************************************
* Navigation
****************************************/

.nav-toggle {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  height: 35px;
  width: 35px;
  z-index: 400;
}

.nav-toggle svg {
  fill: #59A0CE;
  max-height: 35px;
  max-width: 35px;
}

.nav-toggle div {
  display: none;
}

.nav-toggle div.on {
  display: block;
}

nav {
  width: 100%;
  max-height: 0;
  padding: 0 2rem;
  overflow: hidden;
  transition: max-height .4s ease-in;
  background: #0a0a0a url('/images/layout/background_footer.png');
}

nav.on {
  max-height: 100vh;
}

nav > p,
nav .dropdown .button {
  display: none;
}

nav ul {
  margin: 1rem 0 0 0;
}

nav li {
  display: flex;
  margin: 0 0 .5rem 0;
  border-radius: 4px;
  width: 100%;
  padding: 0;
  text-align: center;
}

nav li:first-of-type {
  margin-top: 2rem;
}

nav li:last-of-type {
  margin-bottom: 2rem;
}

/* nav li:last-of-type {
  display: none;
} */

/* nav li:last-of-type a,
nav li:last-of-type a.button {
  margin: 0;
  width: auto;
} */

nav li a {
  width: 100%;
  color: #21A1D9;
  font: normal bold 14px/1em var(--fni-font);
  padding: .75rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav li a.button {
  width: auto;
  margin:0 auto;
  padding: .75rem;
  font: normal normal 14px/1em var(--fni-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  display:inline-block;
}

nav li a:hover,
nav li a.active {
	color: #FFFFFF;
}

nav > a {
  position: absolute;
  top: 2rem;
  right: 5rem;
  padding: 0;
}

nav .cart {
  position: relative;
}

nav .cart div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50%;
  right: -50%;
  border-radius: 50%;
  background-color: #21A1D9;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #ffffff;
}

nav .cart svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}

/****************************************
* Toolbar
****************************************/

.toolbar {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
  background-color: #f5f7f6;
  max-width: unset;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.toolbar a {
  display: inline-flex;
  border-radius: 4px;
  border: #e3e3e3 1px solid;
  padding: 1rem;
  font-size: 12px;
  font: normal normal 12px/1em var(--fni-font);
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  transition:all 0.3s ease;
}

.toolbar a:hover,
.toolbar a:focus {
  background-color: #21a1d9;
  color: #ffffff;
  cursor: pointer;
}

/****************************************
* Buttons
****************************************/

.button {
  background-image: linear-gradient(to right, #134D87, #21A1D9, #134D87);
  border-radius: 4px;
  padding: 1rem;
  font: normal normal 15px/1em var(--fni-font);
  text-transform: uppercase;
  letter-spacing:1px;
}

.button:disabled,
.button:hover {
  background-image: linear-gradient(to right, #bcbcbc, #FEFEFE, #bcbcbc);
  color: #000000;
}

.button.alt {
  background: linear-gradient(to right, #bcbcbc, #FEFEFE, #bcbcbc);
  color: #000000;
}

.button.alt:hover {
  background: linear-gradient(to right, #4a4b4b, #aeaeae, #4a4b4b);
  color: #ffffff;
}

.link {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  color: #F28D20;
  text-align: left;
}

/****************************************
* Billboard
****************************************/

.billboard {
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  max-height: 700px;
  overflow: hidden;
}

.billboard video {
  width: 100%;
  min-height: 180px;
}

.billboard .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 90%;
  max-width: 345px;
  text-align: center;
}

.billboard h1 {
  padding-bottom: 1.5rem;
  font-size: 18px;
  text-shadow: 2px 2px 5px #000000;
  line-height: 1.5em;
  color: #ffffff;
}

/****************************************
* Inside billboard
****************************************/

.inside-billboard.padding {
  padding-top: 2rem;
  padding-bottom: 0;
}

.inside-billboard h1 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 1rem;
}

.inside-billboard h1,
.inside-billboard p,
.inside-billboard .disclaimer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/****************************************
* Promotions
****************************************/

.promotions {
  background-color: #134d87;
}

.promotions .padding {
  padding: 3rem 2rem;
}

.promotions .padding > div + div {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 1rem;
}

.promotions h2,
.promotions p {
  text-align: center;
  color: #ffffff;
}

.promotions hr {
  border-color: rgba(255, 255, 255, .2);
}

/****************************************
* Intro
****************************************/

.intro {
  margin: 0 auto;
  max-width: 1100px;
  padding: 2rem 3rem 0;
  text-align: center;
}

/****************************************
* Login
****************************************/

.login-box {
  margin: 0 auto;
  max-width: 300px;
}

/****************************************
* Packages
****************************************/

.packages {
  grid-gap: 2rem;
  padding-top: 3rem;
}

.packages > a,
.packages > div {
  border-radius: 3px;
  overflow: hidden;
}

.packages > a + a {
  margin-top: 0;
}

.packages hr {
  margin: 1rem 0;
}

.packages .tile {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  flex-grow: 1;
  background-color: #f5f5f5;
  padding: 1rem;
}

.packages .package > div:last-of-type {
  grid-column: span 2;
}

.packages .package > div:last-of-type p {
  font-size: 12px;
}

.packages .products {
  padding-top: 0;
}

.packages .package,
.packages .products .product {
  display: grid;
  grid-template-columns: 36px 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: .25rem 1rem;
}

.packages .products .product {
  visibility: visible;
}

.packages .products .product + .product {
  margin-top: .5rem;
}

.packages .price,
.packages .products .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding-top: 0;
  font-size: 16px;
  line-height: 1em;
}

.packages .price span {
  margin: 0;
  width: 30px;
  font-size: 12px;
}

.packages .link p {
  color: #21A1D9;
}

.packages a:hover .link p {
  color: #134D87;
}

.packages .button {
  margin: 0;
  border-radius: 0;
  padding: .75rem;
  font-size: 14px;
}

.home.packages .button {
  padding: 1rem;
  font-size: 20px;
}

.home.packages a:hover .button {
  /* background: linear-gradient(to right, #4a4b4b, #aeaeae, #4a4b4b); */
}

/****************************************
* Products
****************************************/

.products {
  grid-gap: 2rem;
  padding-top: 3rem;
  overflow: hidden;
}

.products .product {
  position: relative;
  margin: 0;
  border-radius: 3px;
  background-color: #f5f5f5;
  overflow: hidden;
  visibility: hidden;
}

.products .discount {
  position: absolute;
  top: 0;
  left: 0;
}

.products .image-wrapper {
  position: relative;
  background-color: #efefef;
  height: 0;
  /* Formula is: (height / width * 100%) */
  padding-top: calc(375 / 500 * 100%);
}

.products .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.products .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #6c6c6c;
}

.products .tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1rem;
}

.products .button {
  margin: 0;
  border-radius: 0;
  padding: .75rem;
  font-size: 14px;
}

.products .product .button {
  width: auto;
  height: auto;
  white-space: nowrap;
}

.products .product > .flex {
  gap: 1px;
}

.products .product > .flex > * {
  flex: 1 1 auto;
}

.products .product form .button,
.products .product form .button:hover {
  border-radius: 0;
  width: 100%;
}

/* .products .product:hover .button {
  background-image: linear-gradient(to right, #bcbcbc, #FEFEFE, #bcbcbc);
  color: #000000;
} */

.products .tile h2 {
  font-size: 20px;
  border: none;
}

.products .price {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: .5rem;
  font-size: 14px;
}

.products .price > span {
  font-size: 12px;
}

.products .price > span + strong {
  font-size: 15px;
}

.price > span {
  position: relative;
  margin-right: .25rem;
  font-weight: 200;
  color: #666666;
}

.price > span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #b90d0d;
  width: 100%;
  height: 1px;
}

/* Accent product */
.products .accent {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: #21A1D9;
}

.products .accent .image-wrapper {
  background-color: transparent;
  padding-top: calc(190 / 300 * 100%);
}

.products .accent img {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.products .accent form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products .accent label {
  margin-top: 1rem;
  font-size: 20px;
  font-family: var(--fni-font2);
  color: #ffffff;
}

.input-dollar {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.input-dollar::before {
  content: '$';
  border: 1px solid #eeeeee;
  border-radius: 3px 0 0 3px;
  background-color: #efefef;
  height: 34px;
  padding: 0 .5rem;
  color: #000000;
  font-size: 20px;
  font-family: var(--fni-font2);
}

.products .accent [type="number"] {
  appearance: none;
  margin: 0;
  border-left: none;
  border-radius: 0 3px 3px 0;
  max-width: 128px;
}

.products .button.alt,
.products .button.alt:hover {
  border-radius: 4px;
  height: auto;
  font-size: 14px;
}

.products .button.buy-now,
.products .button.buy-now:hover {
  border-radius: 0;
}

.products .buy-now svg.spin {
  margin: 0;
  width: 20px;
  height: 12px;
}

.products .buy-now:hover svg.spin {
  fill: #ffffff;
}

/****************************************
* Product detail
****************************************/

.product-detail .button {
  width: auto;
}

.videos h2,
.product-detail h2 {
  font-size: 22px;
  padding: .5rem;
  border-top: 4px dotted rgba(0, 0, 0, .3);
  border-bottom: 4px dotted rgba(0, 0, 0, .3);
}

.pay-online .price,
.product-detail .price.large {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  /* line-height: 1em; */
}

.product-detail .price.large {
  font-weight: bold;
  font-size: 22px;
}

.product-detail .price.large > span {
  font-size: 16px;
}

.pay-online .price > span {
  font-size: 14px;
}

.pay-online .price > span::before,
.product-detail .price.large > span::before {
  margin: 0;
}

.disclaimer {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 1.5rem;
}

.disclaimer p {
  font-style: italic;
  color:#666666;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.product-detail .products .product:nth-of-type(4),
.product-detail .products .product:nth-of-type(5) {
  display: none;
}

/****************************************
* Product image
****************************************/

#product-image .thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  grid-gap: .75rem;
  margin-top: .75rem;
  margin-left: .2rem;
}

#product-image .thumbnails img:hover,
#product-image .thumbnails img.active {
  outline: 3px solid #21A1D9;
}

#product-image .large-wrapper {
  position: relative;
  background-color: #f5f5f5;
  height: 0;
  /* Formula is: (height / width * 100%) */
  padding-top: calc(750 / 1000 * 100%);
}

#product-image .large-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

#product-image .large-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 20px;
  color: #6c6c6c;
}

/****************************************
* Styled select arrow
****************************************/

.styled-select {
  position: relative;
  background-color: #ffffff;
}

.arrow-down {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 9px;
  transform: rotate(45deg);
  border: solid #000000;
  border-width: 0 3px 3px 0;
  padding: 3px;
  pointer-events: none;
}

.styled-select select {
  margin: 0;
  padding-right: 24px;
}

/****************************************
* Custom Select
****************************************/

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  user-select: none;
  width: 100%;
  cursor: pointer;
}

.custom-select .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #eeeeee;
  border-radius: 3px 0 0 3px;
  height: 34px;
  padding: 0 1rem 0 .5rem;
  font-size: 14px;
  color: #000000;
  line-height: 34px;
  cursor: pointer;
}

.custom-select.open .title {
  border-radius: 3px 0 0 0;
}

.custom-select .title > span {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: .5rem;
  align-items: center;
}

.custom-select .title > span p {
  margin: 0;
}

.custom-select .search-bar input {
  border: none;
  border-bottom: 1px solid #efefef;
  border-radius: 0;
}

.custom-select .options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, .2);
  width: 250px;
  max-height: 300px;
  overflow-y: auto;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 200;
}

.custom-select.open .options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-select .option {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: .5rem;
  align-items: center;
  position: relative;
  padding: .5rem;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-select .option .small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.custom-select .option svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.custom-select .option:hover {
  background-color: #efefef;
  cursor: pointer;
}

.custom-select .option.selected {
  background-color: #134D87;
  color: #ffffff;
}

.custom-select .option.selected svg {
  fill: #ffffff;
}

/****************************************
* Cart
****************************************/

.item {
  display: grid;
  grid-template-columns: 60px 1fr auto auto;
  grid-gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: .5rem;
}

.order .amounts {
  padding: .5rem;
}

.order .amounts > div:not(.total-amount) {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 .5rem;
}

.order .amounts .total-amount,
.order .amounts p:nth-of-type(odd) {
  text-align: right;
}

.order .amounts p {
  font-weight: bold;
}

.order .amounts .price {
  display: block;
  text-align: left;
}

.order .amounts hr {
  margin: .5rem 0;
}

.custom {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 1rem;
}

.custom input {
  margin: 0;
}

.item:nth-of-type(odd) {
  background-color: rgba(33, 161, 217, .1);
}

.item.error {
  background-color: rgba(217, 33, 33, 0.3);
}

.item input {
  margin: 0;
  max-width: 60px;
}

.item + hr {
  margin-top: 0;
}

.item > div {
  overflow: hidden;
  padding: 1px; /* Prevents outline around remove button from being cut off  */
}

.item p + p,
.item img + p {
  margin: 0;
}

.item button {
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  color: #F28D20;
}

.total-price {
  padding-right: .5rem;
  text-align: right;
}

.cart h1 {
  margin-bottom: .5rem;
}

.cart h1 ~ h2 {
  margin-top: 2rem;
}

.cart p,
.cart p + form {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart .disclaimer p {
  white-space: wrap;
}

.cart .error-message {
  white-space: normal;
}

.cart .button,
.cart [type="submit"].button {
  display: inline-block;
  height: auto;
  padding: .75rem;
  font-size: 14px;
}

.cart .button + form {
  margin-left: 1rem;
}

.summary {
  background-color: #ffffff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 2rem;
}

.gift-card,
.summary > div:not(.gift-cards):not(.product) {
  display: grid;
  grid-template-columns: 1fr 65px;
  align-items: start;
  gap: 1rem;
  padding: 0 .5rem;
}

.summary .product {
  margin-bottom: 1rem;
}

.summary .price {
  align-items: flex-end;
}

.summary .shipping input {
  margin: 0;
}

/****************************************
* Form
****************************************/

form h1 {
  margin-bottom: 2rem;
}

form h2 {
  margin-bottom: 1rem;
}

form .gap-1--tablet {
  grid-gap: 0 1rem;
}

.filter .flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.filter label {
  margin: 0 1rem 0 0;
}

.phone {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-bottom: 0;
}

.phone input {
  margin: 0;
  border-radius: 0 3px 3px 0;
}

.gift-card-field input {
  margin: 0;
}

.gift-card-field .button {
  padding: .6rem 1rem;
}

.gift-card .title span {
  display: block;
  margin-left: .5rem;
  font-size: 14px;
  line-height: 1.2em;
  color: #737373;
}

fieldset legend {
  margin-bottom: 4px;
}

fieldset label {
  display: flex;
  align-items: center;
  gap: .5rem;
}

fieldset svg {
  width: 30px;
  height: 30px;
  fill: #134d87;
}

.credit-card-logos {
  display: flex;
  max-width: 55%;
  margin-top: -0.5rem;
}

.credit-card-logos > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.credit-card-logos svg {
  margin: 0 .25rem 4px;
  fill: #C6C6C6;
  height: 25px;
  width: 25px;
}

.credit-card-logos > div.selected svg {
  fill: #21A1D9;
}

.cc_inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.cc_inputs > div:first-of-type {
  grid-column: span 2;
}

.sticky {
  position: sticky;
  top: calc(1rem + 72px);
}

[type="submit"] {
  /* margin: 0 0 0 auto; */
  width: auto;
}

.payment.hidden + .captcha {
  margin-top: 2rem !important;
}

.captcha {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-color: #efefef !important;
}

/****************************************
* Spinner
****************************************/

svg.spin {
  position: relative;
  margin: 2rem auto;
  width: 88px;
  height: 88px;
  fill: #000;
  animation: 1.5s linear infinite spinner;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/****************************************
* Dollar amount
****************************************/

.amount {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amount #symbol {
  font-size: 30px;
  color: #C6C6C6;
}

.amount p,
.amount input {
  margin: 0;
  outline: none;
  border: none;
  min-width: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 35px;
  line-height: 1.2em;
  color: #21A1D9;
}

/****************************************
* Clone
****************************************/

.clone {
  position: relative;
}

.add-clone {
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: 14px;
  text-transform: none;
}

.remove-clone {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background-color: #b3b3b3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
}

.remove-clone:after {
  content: '\d7';
}

/****************************************
* Overlay
****************************************/

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1000;
  overflow: auto;
}

.overlay .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 10px;
  width: calc(100% - 2rem);
  max-width: 500px;
  padding: 2rem;
}

.overlay .close-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  background-color: transparent;
  padding: 0;
}

.overlay .close-overlay svg {
  width: 20px;
  height: 20px;
  fill: #4c4c4c;
}

.overlay .close-overlay:focus svg,
.overlay .close-overlay:hover svg {
  fill: #b90d0d;
}

/****************************************
* Checkmark
****************************************/

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #528F65;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  display: block;
  margin: 2rem auto;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px #528F65;
  width: 88px;
  height: 88px;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50%;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #528F65;
  }
}

/****************************************
* Ribbon
****************************************/

.ribbon {
  position: relative;
  margin: 1rem auto;
  background: #e47905;
  width: calc(100% - 50px);
  max-width: 500px;
  text-align: center;
}

.ribbon::before,
.ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #e47905;
  width: 60px;
  height: 100%;
}

.ribbon::before {
  left: -24px;
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0 100%, 40% 50%, 0 0);
}

.ribbon::after {
  right: -24px;
  clip-path: polygon(100% 0%, 60% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.ribbon .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
}

.ribbon p {
  margin: 0;
	color: #ffffff;
}

.ribbon hr {
  margin: .5rem 0;
  border-color: rgba(255, 255, 255, .2);
}

.ribbon button {
  text-decoration: underline;
  font-weight: normal;
  color: #fffcda;
}

/****************************************
* Card
****************************************/

.card {
  display: flex;
  flex-direction: column;
}

.card .details {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}

/****************************************
* Gift card grid
****************************************/

.grid.gift-cards > div {
  display: grid;
  grid-template-columns: 1fr 120px 80px 85px;
  gap: 1rem;
  padding: .5rem 1rem;
}

.grid.gift-cards > div * {
  margin: 0;
}

.grid.gift-cards .head {
  background-color: #134D87;
}

.grid.gift-cards .head p {
  color: #ffffff;
}

.grid.gift-cards .item {
  border-bottom: 1px solid #efefef;
}

.grid.gift-cards .item:nth-of-type(even) {
  background-color: #f5f7f6;
}

/****************************************
* Testimonials
****************************************/

.testimonials {
  padding: 2rem;
	background-color: #4693c5;
}

.testimonials .slip-n-slide {
  height: 400px;
}

.testimonials .slide {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.testimonials p {
  width: 100%;
  max-width: 1000px;
  padding: 0 63px;
}

.testimonials p:nth-of-type(1) {
  position: relative;
  font-size: 22px;
	font-family: var(--fni-font2);
	color: #ffffff;
}

.testimonials p:nth-child(1):before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '\201C';
  font: normal normal 100px/.25em 'Times New Roman';
  color: #B2B2B2;
}

.testimonials a:hover {
  color: #ffffff;
}

/****************************************
* Stats card
****************************************/

.stats .card {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 2rem;
}

/****************************************
* Bar graph
****************************************/

.bar-graph {
  margin-top: 1rem;
}

.bar-graph > div + div {
  margin-top: 1rem;
}

.bar-graph details:hover {
  cursor: pointer;
}

.bar-graph ul {
  margin: 0 0 1rem 1rem;
}

.bar-graph li {
  margin-left: 1rem;
  font-size: 14px;
}

.bar-graph .border {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  height: 20px;
  overflow: hidden;
}

.bar-graph .border .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #134d87;
}

/****************************************
* Footer
****************************************/

footer {
  background: #0a0a0a url('/images/layout/background_footer.png');
}

footer > .grid {
  grid-template-columns: 1fr;
}

footer h2 {
  color: #ffffff;
}

footer hr {
  border-top: 4px dotted rgba(255, 255, 255, .3);
  margin: .6rem 0;
}

footer a.button + a.button,
footer hr + img,
footer img + img {
  margin-top: 1rem;
}

footer .icon svg {
  width: 30px;
  height: 30px;
  fill: #21A1D9;
  margin-right: 1rem;
}

footer .icon svg:hover {
  fill: #FFFFFF;
}

footer p,
footer li {
  color: #CCCCCC;
}

footer a {
  color: #21A1D9;
  font-weight:bold;
}

footer a:hover {
  color: #FFFFFF;
}

footer li {
  margin-left: .5rem;
}

footer img {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}

/****************************************
* Attribution
****************************************/

.attribution {
  background-color: rgba(0, 0, 0, 1);
  padding: .5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
}

.attribution a {
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
}

.attribution p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
}