.logo {
  max-width: 128px;
  display: block;
}

.card-title {
  margin-bottom: .75rem;
  color: #283E80;
  font-size: 20px;
  font-weight: 600;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.card-subtitle.card-info {
  color: #283E80 !important;
}

.col-md-4.contact-column {
  min-width: 300px;
}

.icon {
  margin-right: 8px;
}

.logo.dia-logo {
  margin-top: 24px;
  margin-bottom: 44px;
}

.header {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  border-radius: 0 0 .5rem .5rem;
}

.header-icon {
  font-size: 48px;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  color: #283E80;
}

.heading-text {
  display: inline-block;
  margin-left: 20px;
  color: #283E80;
  font-weight: 600;
}

.row.main-row {
  margin-top: 10%;
}

.btn.btn-primary {
  display: block;
  background: #283e80;
  border-style: none;
  max-width: 120px;
}

.btn.btn-primary:hover {
  background: #d66e24;
}

