﻿.vertical-text-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.pre-line {
  white-space: pre-line; }

.btn-blue {
  background-color: #3570AC;
  color: white; }
  .btn-blue a {
    color: white;
    text-decoration: none; }
  .btn-blue a:hover {
    color: #3570AC;
    text-decoration: none; }

.btn-blue:hover {
  background-color: white;
  color: #3570AC;
  border: 1px solid #3570AC; }

.btn-white {
  background-color: white;
  color: #3570AC; }

.btn-white:hover {
  background-color: #3570AC;
  color: white; }

.contact .content {
  padding: 15px; }

.contact .title {
  color: #3570AC;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 20px; }

.contact .info-box {
  display: flex;
  background-color: #3570AC;
  background-clip: content-box; }

.contact .info {
  padding: 15px;
  background-color: #3570AC;
  color: white;
  width: 100%; }
  .contact .info a {
    color: white; }

.contact .email {
  word-wrap: break-word; }

.contact .info-title {
  padding-bottom: 5px;
  font-weight: 800; }

