#support li {
  margin-bottom: 20px;
}

p a:active, p a:focus, p a:hover, p a:link, p a:visited {
  font-weight: bold;
}

.has_et_pb_sticky .et_pb_sticky {
  box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.75);
  z-index: 9999 !important;
  -webkit-transition: all 200ms linear 0.02s;
  -moz-transition: all 200ms linear 0.02s;
  -o-transition: all 200ms linear 0.02s;
  transition: all 200ms linear 0.02s;
}

@media screen and (min-width: 981px) {
  .hide-desktop {
    display: none !important;
  }
}

.isi-container {
  -webkit-transition: all 200ms linear 0.02s;
  -moz-transition: all 200ms linear 0.02s;
  -o-transition: all 200ms linear 0.02s;
  transition: all 200ms linear 0.02s;
}
.isi-container.fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 170px;
  overflow: hidden;
  padding-top: 0;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.75);
}
.isi-container p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}
.isi-container p + ul {
  margin-top: -1em;
}

.footer-nav a:active, .footer-nav a:focus, .footer-nav a:link, .footer-nav a:visited {
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  margin-right: 25px;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.list-only li {
  margin-bottom: 20px;
}
.list-only li::marker {
  color: #3B9AD4;
}

@media screen and (max-width: 980px) {
  .border-col-divider {
    border: 0 !important;
  }
}

.remodal {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
}
.remodal h1 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  color: #001a30 !important;
}
.remodal button:not(.remodal-close) {
  background-color: #001a30 !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
}
.remodal button:not(.remodal-close):hover {
  background-color: #3B9AD4 !important;
}

small {
  font-size: smaller !important;
}
