@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.security-title {
  position: relative;
  height: 300px;
  padding: 200px 50px 0;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.security-title span {
  position: relative;
  z-index: 1;
}
.security-title:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.content-body {
  padding: 50px;
}

.sub-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #06538c;
}

/*# sourceMappingURL=security.css.map */
