
h2 {
  font-style: normal;
  font-size: 33px;
  line-height: 1.3;
}

h2 span {
  font-style: italic;
  text-transform: none;
  color: #07539f;
}

.u-block--black {
  background: #000;
}

.u-block--black-fade {
  background: rgb(0, 0, 0, .7);
}

.u-block--black-fade a {
  color: #fff;
  text-decoration: underline;
}

.u-block--white {
  background: #fff;
}

.u-block--light-blue {
  background: #dcecf4;
}

.u-text--dark-blue {
  color: #0c1429;
}

.u-text--white p {
  color: #fff;
}

p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}

.white {
  border-color: #fff;
}

.dark-blue {
  border-color: #0c1429;
}

.left {
  margin-left: 0;
}

.c-lead p {
  font-size: 16px;
}

.c-btn--white {
  font-weight: 100;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  transition: all .4s ease-in-out;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  font-weight: 100;
}

.c-btn--white:hover {
  color: #fff;
  background: #0c1429;
}

.c-btn {
  font-weight: 100;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #0c1429;
  transition: all .4s ease-in-out;
  color: #0c1429;
  background: transparent;
  text-transform: uppercase;
  font-weight: 100;
}

.c-btn:hover {
  color: #fff;
  background: #0c1429;
}

.c-btn--full {
  width: 100%;
  padding: 15px 20px;
}

.u-block--cards {
  border-left: 1px solid #0c1429;
  border-right: 1px solid #0c1429;
  padding: 20px;
}

.u-block--border {
  border-left: 1px solid #0c1429;
  border-right: 1px solid #0c1429;
  border-top: 1px solid #0c1429;
}

.u-block--border p {
  margin-bottom: 0;
}

.u-block-padding--cards {
  padding-bottom: 15px;
}