html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #045686;
  text-transform: uppercase;
  letter-spacing: 0;
}
img {
  max-width: 100%;
}
.t3-module {
  margin-bottom: 0;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
.logo {
  text-align: center;
}
a:focus {
  outline: none;
}

.btn {
  border-radius: 0;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: .5s;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn-success {
  background: none;
  border: 2px solid #045686;
}
.btn-success:hover,
.btn-success:focus {
  background: #1b60a1;
  color: #ffffff;
}
.btn-primary-wht {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-primary-wht:hover,
.btn-primary-wht:focus {
  background: #1b60a1;
  border-color: #1b60a1;
  color: #ffffff;
}
.itemBackToTop {
  display: none;
}

.ja-masthead {
  max-width: 100% !important;
  padding: 100px 0!important;
  background-position: center;
}
.ja-masthead .ja-masthead-title {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px #000000;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 4px solid #1b60a1;
  width: 40%;
  padding: 15px;
}
@media (max-width: 767px) {
  .ja-masthead .ja-masthead-title {
    font-size: 40px;
  }
}