@font-face {
  font-family: "bodoni";
  src: url("/fonts/bodoni-72-book.ttf") format("truetype");
}
/*
 * Set up the keyframes to actually describe the begining and end states of 
 * the animation.  The browser will interpolate all the frames between these 
 * points.  Again, remember your vendor-specific prefixes for now!
 */
@-webkit-keyframes loadingRefresh {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes loadingRefresh {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes loadingRefresh {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(180deg);
  }
}
@keyframes loadingRefresh {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
/* Variables*/
/* Font Families*/
/* Font settings */
/* Color Palette*/
/* Shadows */
/* Max content width and paddings */
/* FOOTER */
footer {
  width: 100%;
  /* Branch Address with Map Modal*/
}
footer section {
  display: flex;
  justify-content: center;
}
footer.footer-simple {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: #293343;
  padding: 60px 24px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.16px;
}
footer.footer-simple a {
  color: #EBBC4E;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
}
footer.footer-simple a:hover {
  text-decoration: underline;
}
footer .content-area {
  width: 100%;
}
footer .footer-badges {
  padding: 24px;
}
footer .footer-badges .content-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 43px;
  column-gap: 16px;
  justify-content: center;
}
footer .footer-badges .content-area a {
  width: 100%;
  align-self: center;
  text-align: center;
}
footer .footer-badges .content-area a img {
  max-height: 63px;
  max-width: 100%;
  filter: grayscale(1);
}
footer .contact {
  padding: 32px 24px;
  background-color: #127C95;
  color: #ffffff;
}
footer .contact .content-area {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
footer .contact-method {
  display: flex;
  column-gap: 16px;
}
footer .contact-method.sms, footer .contact-method.fb, footer .contact-method .sms-us, footer .contact-method .sms-ca {
  display: none;
}
footer .contact-icon {
  width: 50px;
  height: 50px;
}
footer .contact-detail .contact-heading {
  font-size: 1.25rem;
  margin-bottom: 4px;
  line-height: 120%;
}
footer .contact-detail .contact-heading:hover {
  text-decoration: underline;
}
footer .contact-detail p {
  font-size: 0.875rem;
  margin: 0;
}
footer .links-location {
  padding: 32px 24px;
  background-color: #293343;
  color: #ffffff;
}
footer .links-location .footer-kitco-logo {
  margin-bottom: 32px;
}
footer .links-location .directory {
  display: flex;
  flex-direction: column;
}
footer .links-location .directory ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .links-location .directory a {
  color: #ffffff;
  line-height: 150%;
  text-decoration: none;
}
footer .links-location .directory a.btn-primary {
  color: #293343;
}
footer .links-location .accordion-item {
  margin-bottom: 16px;
  border: none;
  background-color: #293343;
}
footer .links-location .accordion-item:nth-child(2) ul {
  width: 50%;
}
footer .links-location .accordion-body {
  padding: 12px 0;
  display: flex;
  background-color: #293343;
}
footer .links-location .accordion-collapse {
  display: none; /* Hide collapses by default on mobile */
}
footer .links-location .accordion-collapse.show {
  display: block;
}
footer .links-location .accordion-button {
  background: #293343;
  padding: 0 0 24px 0;
  color: #ffffff;
}
footer .links-location .accordion-button:focus {
  box-shadow: none;
}
footer .links-location .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
}
footer .links-location .accordion-button:not(.collapsed)::after {
  background-image: url("/images/svg/chevron-down.svg");
}
footer .links-location .accordion-button.collapsed {
  border-bottom: 1px solid #4D5C6F;
}
footer .links-location .accordion-button.collapsed::after {
  background-image: url("/images/svg/chevron-down.svg");
}
footer .links-location .heading {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 700;
}
footer .links-location .our-locations .branch-locations {
  /*padding-bottom: 32px; /* uncomment this when Phone app is ready */
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
footer .links-location .our-locations .branch-locations .branches {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
footer .links-location .our-locations .branch-locations .branches .branch {
  display: flex;
  column-gap: 12px;
}
footer .links-location .our-locations .branch-locations .branches .branch:hover {
  cursor: pointer;
}
footer .links-location .our-locations .phone-appointment {
  padding: 20px 24px;
  border: 1px solid #4D5C6F;
  border-radius: 8px;
}
footer .links-location .our-locations .phone-appointment p {
  margin: 12px 0 24px 0;
  font-size: 0.875rem;
  line-height: normal;
}
footer .links-location .our-locations .market-alerts {
  padding-top: 32px;
}
footer .links-location .our-locations .market-alerts .btn {
  justify-content: left;
  column-gap: 12px;
  border: 1px solid #4D5C6F;
}
footer #branchModal .modal-footer .btn {
  max-width: 253px;
}
footer #branchModal #footer-map {
  max-width: 720px;
  max-height: 368px;
  margin: 40px -24px 0 -24px;
}
footer #branchModal #footer-map .branch-map {
  height: 368px;
}
footer #branchModal #footer-map .gm-style-iw-chr {
  display: none;
}
footer #branchModal #footer-map .gm-style .gm-style-iw-c, footer #branchModal #footer-map .gm-style .gm-style-iw-tc::after {
  background: #494949;
}
footer #branchModal #footer-map .gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding: 10px 10px 10px 0;
  font-size: 0.875rem;
  font-family: "Lato";
}
footer #branchModal .branch-info {
  color: #555;
  font-size: 1rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 24px;
}
footer #branchModal .branch-info-multi {
  row-gap: 40px;
}
footer #branchModal .branch-address-hours {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
footer #branchModal .branch-address-hours > div {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
footer #branchModal .branch-address-hours > div.branch-address {
  color: #293343;
  align-items: flex-start;
}
footer #branchModal .branch-address-hours a {
  color: #003871;
}
footer #branchModal .branch-flag {
  width: 28px;
  height: 20px;
}
footer .subscription-social-legal {
  padding: 32px 24px;
  background-color: #293343;
  color: #ffffff;
}
footer .subscription-social-legal .content-area {
  padding-top: 32px;
  border-top: 1px solid #4D5C6F;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .subscription-social-legal .form-group {
  position: relative;
}
footer .subscription-social-legal .form-group input {
  width: 100%;
  max-width: 384px;
  padding: 12px 55px 12px 14.5px;
  line-height: 150%;
  color: #F4F4F7;
  border-color: #A5B6CD;
}
footer .subscription-social-legal .form-group button {
  background-color: #0680CD;
  position: absolute;
  right: 1px;
  top: 1px;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 11px 16px 12px 14px;
}
footer .subscription-social-legal .heading {
  font-weight: bold;
  line-height: normal;
  margin-bottom: 16px;
}
footer .subscription-social-legal .social-legal {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  line-height: 125%;
  justify-content: center;
  padding: 16px 0;
  margin-top: 32px;
}
footer .subscription-social-legal .social-legal .social-links {
  display: flex;
  column-gap: 24px;
  justify-content: center;
}
footer .subscription-social-legal .social-legal .social-links img {
  width: 33px;
  height: 32px;
}
footer .subscription-social-legal .social-legal .legal-links {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
footer .subscription-social-legal .social-legal .legal-links a {
  color: #EBBC4E;
  text-align: center;
  text-decoration: none;
}
footer .subscription-social-legal .social-legal .legal-links a span {
  display: none;
}
footer .apps-payment-method {
  padding: 32px 24px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: normal;
  text-align: center;
  border-top: 1px solid #4D5C6F;
  background-color: #293343;
}
footer .apps-payment-method .content-area {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
footer .apps-payment-method .content-area > div {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
footer .apps-payment-method .text-highlight {
  color: #EBBC4E;
}
footer .apps-payment-method .icons-group {
  display: flex;
  column-gap: 4px;
  justify-content: center;
}
footer .apps-payment-method .payment-methods .icons-group {
  column-gap: 8px;
}
footer #emailUsForm {
  width: 100%;
}
footer #emailUsForm .form-content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 0.875rem;
}
footer #emailUsForm .form-content textarea {
  height: 120px;
  resize: none;
}
footer #emailUsForm .form-content label, footer #emailUsForm .form-content .fieldset-message {
  display: none;
}
footer #emailUsForm .form-content .form-group.success label, footer #emailUsForm .form-content .form-group.error label {
  display: block;
}
footer #emailUsForm .form-content .form-group.success:focus-within .fieldset-message, footer #emailUsForm .form-content .form-group.error:focus-within .fieldset-message {
  display: none;
}
footer #emailUsForm .form-content .form-group.error .fieldset-message {
  display: block;
}
footer #emailUsForm .modal-footer > div {
  display: none !important;
}

@media (min-width: 630px) {
  footer.footer-simple {
    flex-direction: row;
    align-self: stretch;
    padding: 80px 40px;
  }
  footer .contact {
    padding: 32px 40px;
  }
  footer .contact .content-area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    column-gap: 20px;
  }
  footer .contact-method {
    width: calc(50% - 12px);
  }
}
@media (min-width: 744px) {
  footer {
    /* #branchModalNY {
        .modal {
            &-dialog {
                min-width: 0;
            }

            &-content {
               max-width: 462px;
               padding: 40px 0;
            }

            &-title {
                font-size: 2.25rem;
            }

            &-body {
                padding: 0 40px;
            }

            &-footer .btn {
                width: 253px;
                flex-grow: 0;
                max-width: none;
            }
        }
    }*/
  }
  footer .footer-badges {
    padding: 24px 40px;
  }
  footer .footer-badges .content-area {
    display: flex;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 0;
    justify-content: space-between;
  }
  footer .footer-badges .content-area a {
    width: auto;
  }
  footer .footer-badges .content-area a img {
    max-width: 206px;
  }
  footer .links-location {
    padding: 56px 40px 38px 40px;
    /* Show all accordion items expanded (no collapse behavior) on desktop */
  }
  footer .links-location .footer-kitco-logo {
    margin-bottom: 40px;
  }
  footer .links-location .directory {
    flex-direction: row;
    column-gap: 64px;
    justify-content: center;
  }
  footer .links-location .directory .useful-links {
    flex-grow: 1;
  }
  footer .links-location .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  footer .links-location .accordion-item {
    margin-bottom: 0;
  }
  footer .links-location .accordion-body {
    margin-top: 20px;
  }
  footer .links-location .accordion-button {
    pointer-events: none; /* Disable click events */
    border-bottom: 1px solid #4D5C6F;
    padding-bottom: 12px;
  }
  footer .links-location .accordion-button.collapsed::after {
    background-image: none;
  }
  footer .links-location .accordion-button:not(.collapsed) {
    pointer-events: none; /* Disable click events */
    border-bottom: 1px solid #4D5C6F;
    padding-bottom: 12px;
  }
  footer .links-location .accordion-button:not(.collapsed)::after {
    background-image: none;
  }
  footer .links-location .accordion-collapse {
    display: block !important; /* Force all collapses to be expanded */
  }
  footer .links-location .our-locations {
    padding: 32px 24px;
    border-radius: 8px;
    width: 320px;
    height: min-content;
    border: 1px solid #4D5C6F;
  }
  footer .links-location .our-locations .branch-locations {
    border-bottom: 1px solid #4D5C6F;
    padding-bottom: 32px;
  }
  footer .links-location .our-locations .branch-locations .modal-title {
    font-size: 2.25rem;
  }
  footer .links-location .our-locations .phone-appointment {
    padding: 32px 0;
    border: 0;
    border-bottom: 1px solid #4D5C6F;
    border-radius: 0;
  }
  footer #branchModal .modal-dialog {
    max-width: 80vw;
  }
  footer #branchModal #footer-map {
    margin: 40px auto 0 auto;
  }
  footer #branchModal .branch-info {
    flex-direction: row;
    column-gap: 40px;
    justify-content: space-evenly;
  }
  footer #branchModal .branch-address-hours {
    max-width: 50%;
  }
  footer .subscription-social-legal {
    padding: 0 24px 56px 24px;
  }
  footer .subscription-social-legal .heading {
    line-height: 175%;
    letter-spacing: 0.2px;
  }
  footer .subscription-social-legal .social-legal {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 40px;
    letter-spacing: -0.16px;
    padding: 0;
    margin-top: 40px;
  }
  footer .subscription-social-legal .social-legal .social-links {
    width: 100%;
  }
  footer .subscription-social-legal .social-legal .social-links img {
    width: 47.4px;
    height: 46px;
  }
  footer .subscription-social-legal .social-legal .legal-links {
    display: block;
  }
  footer .subscription-social-legal .social-legal .legal-links a {
    text-align: left;
  }
  footer .subscription-social-legal .social-legal .legal-links a span {
    display: inline;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  footer .contact .content-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    row-gap: 0;
    column-gap: 0;
  }
  footer .contact-method {
    width: auto;
    flex-direction: row;
    row-gap: 0;
  }
  footer .contact-detail {
    text-align: left;
  }
  footer .contact-detail .contact-heading {
    font-size: 1.5rem;
  }
  footer .contact-icon {
    margin: 0;
  }
  footer .apps-payment-method {
    padding: 40px;
    border: 0;
  }
  footer .apps-payment-method .content-area {
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
  }
}
@media (min-width: 1180px) {
  footer .content-area {
    width: 1100px;
  }
  footer .links-location .accordion {
    flex-direction: row;
    column-gap: 40px;
    justify-content: space-between;
  }
  footer .links-location .accordion-item {
    min-width: 140px;
  }
  footer .links-location .accordion-item:nth-child(2) {
    flex-grow: 1;
  }
}
@media (min-width: 1536px) {
  footer .content-area {
    width: 1320px;
  }
  footer .links-location .accordion-item {
    min-width: 250px;
  }
}

/*# sourceMappingURL=footer-v2.css.map */
