/* --INTERNAL IPN CSS-- */
@charset "UTF-8";
/* CSS Document */

/******** FONTS INCLUSION **/
/*********************************/
/*********************************/
@import url("https://use.typekit.net/pak1tpz.css");

/******** OVERRIDES ********/
/****************************************/
/****************************************/
.header-container.container-fluid,
.body-container.container-fluid,
.footer-container.container-fluid {
  padding: 0;
}
.container-fluid:before,
.container-fluid:after {
  display: none;
}
.container {
  max-width: 1324px;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.hs-container-fix {
  padding: 0;
}
#tablet-indicator {
  display: none;
}
#mobile-indicator {
  display: none;
}

@media (max-width: 991px) {
  #tablet-indicator {
    display: block;
  }
}
@media (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }
  #tablet-indicator {
    display: none;
  }
}

input:-webkit-autofill {
  background-color: transparent !important;
}

/******** MAIN ********/
/****************************************/
/****************************************/
html,
body {
  font-family: "museo-sans", sans-serif !important;
  color: #1C1F24;
  min-height: 100vh;
  background-color: #f8f9fc;
  scroll-behavior: smooth;
}
header {
  background-color: #ffffff;
}
section {
  padding: 60px 15px;
  min-width: 300px;
}
a,
button,
div,
span,
section,
img,
input {
  transition: all ease-in-out 0.2s;
}
a {
  color: #df2a63;
  text-decoration: underline;
}
a:hover {
  color: inherit;
}
.bg-charcoal a {
  color: #FFFFFF;
}
b,
strong {
  font-weight: 700;
}
.rh-post.post-body section {
   padding: 20px 15px;
}
.post,
.page {
  margin: 0;
}
.bg-fill {
  background-color: #1C1F24;
}
img[data-lazy-src] {
  opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.featured-posts-post, .tag-posts-post {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  section {
    padding: 40px 15px;
  }
  .rh-post.post-body section {
     padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 40px 5px;
  }
  .rh-post.post-body section {
     padding: 20px 5px;
  }
}
@media only screen and (max-width: 575px) {
  section {
    padding: 30px 5px;
  }
  .rh-post.post-body section {
     padding: 20px 5px;
  }
}

/******** FONT SIZING ********/
/****************************************/
/****************************************/
h1 {
  font-weight: 900;
  margin: 0 0 20px;
}
h2,
h3 {
  font-weight: 700;
  margin: 0 0 20px;
}
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 20px;
}
p {
  font-weight: 500;
  margin: 20px 0;
}
h1 {
  font-size: 60px;
  line-height: 1.1em;
}
h2 {
  font-size: 48px;
  line-height: 1.1em;
}
h3 {
  font-size: 36px;
  line-height: 1.1em;
}
h4 {
  font-size: 30px;
  line-height: 1.2em;
}
h5 {
  font-size: 24px;
  line-height: 1.3em;
}
h6,
p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
    line-height: 1.2em;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6,
  p {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
    line-height: 1.4em;
  }
  h6,
  p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 476px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4em;
  }
  h6,
  p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
/******** LISTS ********/
/****************************************/
/****************************************/
section ul {
  margin: 0 0 25px 20px;
  padding: 0;
}
section li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  section li {
    font-size: 16px;
    line-height: 1.5em;
  }
}
section ul.list-checkmarks {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
section ul.list-checkmarks li {
  padding: 0 0 0 28px;
  margin: 0 0 8px;
  position: relative;
}
section ul.list-checkmarks li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
}

/******** SPACER ********/
/****************************************/
/****************************************/
.spcr {
  display: block;
}
.spcr.s12 {
  height: 12px;
}
.spcr.s16 {
  height: 16px;
}
.spcr.s24 {
  height: 24px;
}
.spcr.s30 {
  height: 30px;
}
.spcr.s48 {
  height: 48px;
}
.spcr.s60 {
  height: 60px;
}
.spcr.s80 {
  height: 80px;
}

/******** COLOR BAR ********/
/****************************************/
/****************************************/
.color-bar {
  width: 100%;
  height: 8px;
}
.color-bar span {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  float: left;
}
.color-bar span.bar1 {
  background: #FCC751;
  width:16.7%;
}
.color-bar span.bar2 {
  background: #ED2564;
  width:33.3%;
}
.color-bar span.bar3 {
  background: #15B5AC;
  width:50%;
}

/******** CTA-BUTTONS ********/
/****************************************/
/****************************************/
a.cta,
button.cta {
  font-family: "museo-sans", sans-serif !important;
  font-size: 16px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
a.cta.smaller,
button.cta.smaller {
  padding: 6px 22px;
  font-size: 14px;
}
a.cta:hover,
button.cta:hover {
  transform: scale(1.06);
  text-decoration: none;
}
a.cta-white,
button.cta-white {
  background-color: #ffffff;
  color: #1C1F24;
  border: 2px solid #ffffff;
}
a.cta-white-border,
button.cta-white-border {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 2px solid #ffffff;
}
a.cta-white-char-border,
button.cta-white-char-border {
  background-color: #ffffff;
  color: #1C1F24;
  border: 2px solid #1C1F24;
}
a.cta-char,
button.cta-char {
  background-color: #1C1F24;
  color: #ffffff;
  border: 2px solid #1C1F24;
}
a.cta-char:hover,
button.cta-char:hover {
  color: #ffffff;
}
a.cta-ruby,
button.cta-ruby {
  background-color: #DF2A63;
  color: #FFFFFF;
  border: 2px solid #DF2A63;
}

a.cta-char-border,
button.cta-char-border {
  background-color: rgba(41, 47, 54, 0);
  color: #1C1F24;
  border: 2px solid #1C1F24;
}
a.arrow span::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 12px;
  font-weight: 900;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
a.arrow:hover span::after {
  opacity: 1;
  margin-left: 6px;
}
a.cta.no-button {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  a.cta,
  button.cta {
    padding: 10px 28px;
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
}

/******** VIDEO MODAL ********/
/****************************************/
/****************************************/
.video-modal .modal-dialog {
  max-width: 800px;
  margin: 40px auto 20px;
}
.video-modal .modal-body {
  position: relative;
  padding: 0px;
}
.video-modal .close {
  position: absolute;
  right: -26px;
  top: 0;
  z-index: 999;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 840px) {
  .video-modal .modal-dialog {
    margin: 130px 20px 20px;
  }
  .video-modal .close {
    font-size: 1.2em;
    right: 0;
    top: -26px;
  }
}

/******** HERO-BACKGROUNDS ********/
/****************************************/
/****************************************/
.bg-charcoal {
  background: #1C1F24;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-20.svg");
  color: #ffffff;
}
.bg-lemon {
  background: #ffcc5b;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-50.svg");
  color: #292f36 !important;
}
.bg-ruby {
  background: #cc1e60;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-40.svg");
  color: #ffffff;
}
.bg-rhubarb {
  background: #9c005e;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-30.svg");
  color: #ffffff;
}
.bg-denim {
  background: #1132a6;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-30.svg");
  color: #ffffff;
}
.bg-cobalt {
  background: #3352f3;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-30.svg");
  color: #ffffff;
}
.bg-dolphin {
  background: #06a59c;
  background-image: url("https://partners.ibotta.com/hubfs/IPN/white-glow-50.svg");
  color: #ffffff;
}

.bg-full {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 100% bottom 80%;
}
.bg-partial {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 100% bottom 80%;
}
@media only screen and (max-width: 991px) {
  .bg-full {
    background-position: right 80% bottom 80%;
  }
  .bg-partial {
    background-position: right 80% bottom 70%;
  }
}
@media only screen and (max-width: 767px) {
  .bg-full {
    background-position: right 50% bottom 0;
  }
  .bg-partial {
    background-position: right 70% bottom 0;
  }
}

/******** IPN-HEADER-2024 ********/
/****************************************/
/****************************************/

/******** FIXED HEADER ********/
.fixy-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.fixy-space {
  height: 100px;
  display: none;
}
.fixy-header.main-nav {
  height: 72px;
  z-index: 99;
}
.fixy-header.main-nav .ib-logo img {
  /* width: 196px; */
  width: 230px 
  height: auto;
}
.fixy-header.main-nav ul li {
  margin: 0 15px;
}

.fixy-header.main-nav ul li a,
.fixy-header.main-nav ul li button {
  font-size: 14px;
}

.fixy-header.main-nav ul li a.cta {
  padding: 6px 20px;
}

/******** CORE NAV ********/
.core-nav {
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: #f4f5f6;
}
.core-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.core-nav ul li {
  margin: 0;
  display: flex;
}
.core-nav li {
  padding: 0 8px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}
.core-nav li a {
  color: rgba(41, 47, 54, 0.7);
  text-decoration: none;
  position: relative;
  display: flex;
  padding: 0;
}
.core-nav li.active a,
.core-nav li a:hover {
  color: rgba(41, 47, 54, 1);
}
.core-nav .left {
  text-align: left;
  padding-left: 7px;
}
.core-nav .left li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #cd3e64;
  height: 3px;
  width: 100%;
  transition: transform 300ms;
  transform: scale(0);
  transform-origin: center;
}
.core-nav .left li.active a::after {
  transform: scale(1);
}
.core-nav .left li a:hover::after,
.core-nav .left li a:focus::after {
  transform: scale(1);
}
.core-nav .right ul {
  justify-content: flex-end;
}
.core-nav .right a i {
  font-size: 16px;
  margin: 0 4px 0 0;
}
@media (min-width: 768px) {
  .core-nav .left {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .featured-posts-post, .tag-posts-post {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/******** MAIN NAV ********/
.main-nav {
  background-color: #ffffff;
  height: 92px;
}
.main-nav .ib-logo {
  display: flex;
  align-items: center;
}
.main-nav .ib-logo img {
  /* width: 212px; */
  width: 290px;
  height: auto;
}
.main-nav .right {
  padding-right: 2px;
  padding-left: 0;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main-nav ul li {
  margin: 0 15px;
}
.main-nav button {
  background-color: inherit;
  border: none;
}
.main-nav ul li a,
.main-nav ul li button {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.main-nav ul li a.cta {
  padding: 7px 20px;
}
.main-nav ul li a i,
.main-nav ul li button i {
  margin-left: 6px;
}

/******** DROPDOWN ********/
@media only screen and (min-width: 768px) {
  .main-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .main-nav .dropdown-toggle::after {
    display: none !important;
  }
  .main-nav .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(41, 47, 54, 0.1);
    top: 84%;
  }
  .main-nav .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .core-nav.container-fluid {
    padding: 0 5px;
  }
  .core-nav li {
    padding: 0 8px;
  }
  .core-nav .right {
    display: none;
  }
  .main-nav.container-fluid {
    padding: 0 5px;
  }
  .main-nav .ib-logo img {
    /* width: 196px; */
    width: 230px;
    height: auto;
  }
  .main-nav .navbar {
    display: none;
  }
  .main-nav .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }
  .main-nav .right .hamburger-btn {
    font-size: 30px;
    height: 40px;
    width: 40px;
  }
  .main-nav .right .hamburger-close {
    font-size: 36px;
    height: 40px;
    width: 40px;
    z-index: 1000;
    top: -4px;
  }
  .main-nav .right #sideNav {
    top: 132px;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0;
    box-shadow: 0px 0px 30px #292f36;
    clip-path: inset(0px 0px 0px -30px);
  }
  .main-nav .right #sideNav.active {
    padding: 30px 30px 0;
  }

  .fixy-header.main-nav .right #sideNav {
    top: 72px;
  }
  .main-nav .right #sideNav ul.mb-nav-base,
  .main-nav .right #sideNav .mb-nav-base ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .main-nav .right #sideNav ul.mb-nav-base li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-nav .right #sideNav ul.mb-nav-base a,
  .main-nav .right #sideNav ul.mb-nav-base span {
    /* color:rgba(41, 47, 54, 1); */
    font-size: 26px;
    padding: 10px 0;
  }
  .main-nav .right #sideNav ul.mb-nav-base li:first-child a,
  .main-nav .right #sideNav ul.mb-nav-base li:first-child span {
    padding: 10px 0 4px;
  }
  .main-nav .right #sideNav ul.mb-nav-base li:last-child {
    border: 0;
  }
  .main-nav .right #sideNav ul.mb-nav-base ul {
    margin: 0;
  }
  .main-nav .right #sideNav ul.mb-nav-base ul li {
    margin: 0;
    border: 0;
  }
  .main-nav .right #sideNav ul.mb-nav-base ul li a,
  .main-nav .right #sideNav ul.mb-nav-base ul li span {
    padding: 4px 0;
  }
  .main-nav .right #sideNav ul.mb-nav-base ul li:last-child a {
    padding-bottom: 20px;
  }
  .main-nav .right #sideNav ul.mb-nav-base ul a,
  .main-nav .right #sideNav ul.mb-nav-base ul span {
    font-size: 20px;
    padding: 4px 0;
  }
  .screen-hide {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 47, 54, 0.9);
  }
}

/******** FLY-OUT ********/
#sideNav {
  width: 0;
  height: 100%;
  position: fixed;
  top: 71px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(41, 47, 54, 1);
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: ease-in-out all 0.4s;
  padding: 20px 0 0;
  opacity: 0;
}
#sideNav.active {
  opacity: 1;
}
.mobile-nav {
  display: none;
}
.hamburger-btn {
  display: none;
}
.hamburger-close {
  display: none;
}

/******** MOBILE NAV ********/
@media only screen and (max-width: 767px) {
  .hamburger-btn {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #1C1F24;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .hamburger-btn:hover {
    color: #1C1F24;
  }
  .hamburger-close {
    display: none;
    width: 30px;
    height: 30px;
    font-size: 26px;
    color: #292f36;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -2px;
  }
  .mobile-nav {
    display: block;
    text-align: left;
    color: #ffffff;
  }
  .mb-nav-base {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: 100vh;
  }
  .mb-nav-base a,
  .mb-nav-base span {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: block;
  }
}

/******** IPN VIDEO ********/
/****************************************/
/****************************************/
.ipn-video .col {
  padding: 0;
}
.ipn-video .video-holder {
  max-width: 1080px;
  margin: 0 auto;
}
.ipn-video .video-style {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  object-fit: inherit;
  /* filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1)); */
}
@media only screen and (max-width: 767px) {
  .ipn-video {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/******** FORMS ********/
/****************************************/
/****************************************/
.form-wrapper {
  padding: 80px 10px;
}
.form-bg {
  background-color: #f5fafd;
  padding: 40px;
}
.form-bg p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 30px;
}
.hs-form fieldset {
  max-width: 100% !important;
}
.hs-form .hs-form-field {
  margin: 0 0 20px;
}
.hs-form .hs-form-field label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px;
}
.hs-form .hs-form-field input {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  color: #292f36;
  width: 100% !important;
  padding: 12px 20px 12px 12px;
}
.hs-form .hs-form-field input[type="checkbox"]{
  width: auto !important;
  margin-right: 10px;
}
.hs-form .hs-button {
  display: block;
  max-width: 200px;
  text-align: center;
  padding: 12px 30px;
  background-color: #1C1F24;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  margin: 30px auto 0;
}
.hs-form .hs-button:hover {
  text-decoration: none;
  transform: scale(1.1);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  color: #303030;
  width: 100% !important;
  padding: 12px 20px 12px 12px;
}
input[type="submit"] {
  border: none !important;
}
.hs-button {
  border-radius: 50px !important;
}
/* Validation */

.hs-form .hs-form-required {
  color: #292f36;
}

.hs-form .hs-input.invalid.error {
  border: 1px solid #e60a0a;
}
.hs-form .hs-error-msg {
  color: #e60a0a;
  font-weight: 300 !important;
  font-size: 10px !important;
  margin-top: 4px;
  margin-bottom: 0px !important;
}

.hs-form ul.no-list {
  display: block;
  list-style-type: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

@media only screen and (max-width: 767px) {
  .form-wrapper {
    padding: 50px 5px;
  }
}
/* fixes white link in form */
.ipn-hero-int.bg-charcoal .hs-dependent-field .input p a,
.ipn-hero-int.bg-charcoal .hs-dependent-field .input p a:visited {color:#ffffff; text-decoration:underline;}

/******** IPN-FOOTER-2024 ********/
/****************************************/
/****************************************/
footer.ipn-footer.v2 h3 {
  font-size:20px;
  font-weight:700;
  color:#93999C;
  margin:0 0 20px;
  padding:0;
  text-shadow:0 0 0;
}
footer.ipn-footer.v2 .nav-row {
  padding: 0 0 60px;
}
footer.ipn-footer.v2 h3::before {
  display:none;
}
footer.ipn-footer.v2 .social-col {
   padding: 40px 0;
   display: flex;
   align-items: center;
   justify-content: center;
}
footer.ipn-footer.v2 .social-col a.social {
  background-color:rgba(255,255,255,0.7);
  display:flex;
  justify-content:center;
  align-items:center;
  width:48px; height:48px;
  border-radius:100px;
  color:#292f36;
  font-size:22px;
  margin:0 8px;
}
footer.ipn-footer.v2 .social-col .cta {
  display:none;
}
footer.ipn-footer.v2 .end-items {
  padding:0 0 30px;
}
footer.ipn-footer.v2 .social-col a.social:hover {
  background-color:#ffffff;
  transform: scale(1.06);
}
@media only screen and (max-width: 991px) {
  footer.ipn-footer.v2 .nav-row {
    padding: 0 0 20px;
  }
  footer.ipn-footer.v2 h3 {
    margin:4px 0 0;
    padding:20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer.ipn-footer.v2 .social-col .cta-white-border {
    display:block;
    border:2px solid rgba(255,255,255,0.7);
    margin:0 8px;
  }
}

/****** BASE ******/
footer.ipn-footer {
  padding: 60px 30px;
  background-color: #1C1F24;
  color: #ffffff;
  font-weight: 400;
}
footer.ipn-footer a,
footer a:visited {
  color: #bbbfc3;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
footer.ipn-footer a:hover,
footer a:active {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  footer.ipn-footer {
    padding: 40px 0px 20px;
  }
}

/****** NAV ROW ******/
footer.ipn-footer .nav-row {
  padding: 0 0 40px;
  border-bottom: 1px solid #424750;
}
footer.ipn-footer h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 4px 0 0;
  padding-bottom: 15px;
  letter-spacing: -0.1px;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer.ipn-footer h3:before {
  content: "";
  position: absolute;
  background-color: red;
  display: block;
  width: 110%;
  height: 7px;
  left: -4%;
  top: 19px;
  z-index: -1;
}
footer.ipn-footer p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  color: #bbbfc3;
}
footer.ipn-footer .nav-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
}
footer.ipn-footer .nav-items ul li {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
}
@media only screen and (max-width: 991px) {
  footer.ipn-footer .container {
    min-width: 320px;
  }
  footer.ipn-footer .nav-row {
    border-bottom: none;
    padding: 0 0 10px;
  }
  footer.ipn-footer .nav-items {
    margin-bottom: 0;
    padding: 0;
  }
  footer.ipn-footer .nav-items .dropper {
    display: none;
  }
  footer.ipn-footer .nav-items ul {
    background-color: #25292f;
    padding: 10px 30px 16px;
  }
  footer.ipn-footer h3 {
    margin: 0;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 1;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #424750;
  }
  footer.ipn-footer h3:before {
    display: none;
  }
  footer.ipn-footer .nav-items h3.arrow-down:after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 22px;
  }
  footer.ipn-footer .nav-items h3.arrow-up:after {
    font-family: "Font Awesome 6 Free";
    content: "\f077";
    font-size: 14px;
    position: absolute;
    right: 30px;
  }
  footer.ipn-footer .nav-items ul li {
    margin: 0;
  }
  footer.ipn-footer .nav-items ul li a {
    padding: 8px 0px;
    display: block;
  }
}
/****** END ROW ******/
footer.ipn-footer .end-items {
  padding: 30px 0 0;
  font-size: 14px;
  color: #bbbfc3;
  text-align: center;
}
footer.ipn-footer .end-items .divider-a,
footer.ipn-footer .end-items .divider-b {
  display: inline-block;
  margin: 0 8px;
}
footer.ipn-footer .end-items .links {
  text-align: center;
  display: flex;
  justify-content: center;
}
footer.ipn-footer .end-items .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.ipn-footer .end-items .links ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer.ipn-footer .end-items .social {
  white-space: nowrap;
}
footer.ipn-footer .end-items .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
footer.ipn-footer .end-items .social ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
footer.ipn-footer .end-items .social ul li a,
footer.ipn-footer .end-items .social ul li a:visited {
  opacity: 0.7;
}
footer.ipn-footer .end-items .social ul li a:active,
footer.ipn-footer .end-items .social ul li a:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  footer.ipn-footer .end-items {
    padding: 0 15px 20px;
    font-size: 12px;
  }
  footer.ipn-footer .end-items .links ul li.stack {
    display: block;
    margin: 0 0 10px;
  }
  footer.ipn-footer .end-items .links ul li.nostack {
    margin: 0 0 10px;
  }
  footer.ipn-footer .end-items .divider-a {
    display: none;
  }
  footer.ipn-footer .end-items .social ul {
    text-align: left;
  }
  footer.ipn-footer .end-items .social {
    padding-bottom: 40px;
  }
  footer.ipn-footer .end-items .social ul li {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  footer.ipn-footer .end-items {
    padding: 20px 15px 20px;
    font-size: 14px;
  }
  footer.ipn-footer .end-items .links ul li.stack {
    margin: 0 0 15px;
  }
  footer.ipn-footer .end-items .links ul li.nostack {
    margin: 0 0 15px;
  }
}

/******** SYSTEM ********/
/****************************************/
/****************************************/
.system-no-pad {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .system-no-pad {
    padding: 0;
  }
}