html,
body,
h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  color: #0028a5;
}

.mySlides {
  display: none;
}

.w3-tag,
.fa {
  cursor: pointer;
}

.w3-tag {
  height: 15px;
  width: 15px;
  padding: 0;
  margin-top: 6px;
}

.banner-wrapper {
  align-items: center;
}

.uft-banner-image {
  height: auto;
  width: 45%;
}

a.hover-text-red:hover {
  color: red;
}

.uft-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  padding: 8px 16px;
  white-space: normal;
}

.uft-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.uft-button {
  color: #ccc;
  background-color: #0028a5;
  transition: 0.3s;
  opacity: 0.8;
}

.uft-button:hover {
  opacity: 1;
}

.uft-go-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  background-color: #4caf50;
  transition: all 0.1s ease-in-out;
}

.uft-go-button:hover {
  opacity: 1;
  transform: scale(1.1);
}

.uft-button:hover,
.uft-go-button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.uft-background-color,
.uft-hover-background-color:hover {
  color: #fff !important;
  background-color: #0028a5 !important;
}

.uft-button-color {
  color: #fff !important;
  background-color: #0028a5 !important;
}

.uft_color {
  color: #0028a5;
}

.uft-footer-container {
  background-color: #fff;
}

.footer-container:after,
.footer-container:before {
  content: "";
  display: table;
  clear: both;
}

.footer-container {
  padding: 0.01em 16px;
  background-color: #bdc5de;
}

.bronze {
  color: #000 !important;
  background-color: #b08d57 !important;
}

.silver {
  color: #000 !important;
  background-color: #aaa9ad !important;
}

.gold {
  color: #000 !important;
  background-color: #d4af37 !important;
}

.uft-socials {
  margin-left: 5px;
  margin-right: 5px;
}

.header {
  background-color: #bdc5de;
}

.header-item {
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
}

.header-item:hover {
  background-color: #0028a5;
  color: #ccc;
}

.uft-bottom-bar {
  border-bottom: 6px solid #0028a5 !important;
}

.uft-pricing-pledge {
  padding-top: 15px;
}

.uft-padding-32-top-30-bottom {
  padding-top: 32px;
  padding-bottom: 30px;
}

.uft-padding-32-top-40-bottom {
  padding-top: 32px;
  padding-bottom: 40px;
}

.uft-team-image {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.uft-error-panel {
  display: inline;
  text-align: center;
}

.uft-bug-icon {
  padding-right: 20px;
}
