﻿.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; }

.home .feeds {
  padding-bottom: 30px; }

.home .fb-feed-box {
  padding: 15px;
  text-align: center; }

.home .tw-feed-box {
  padding: 15px;
  text-align: center; }

.home .news-feed-box {
  padding: 15px;
  text-align: center; }

.home .fb-feed {
  min-height: 700px;
  border: 1px #959595 solid; }
  .home .fb-feed .title {
    font-weight: 800;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
    background: #4267B2;
    color: white; }

.home .tw-feed {
  min-height: 700px;
  border: 1px #959595 solid; }
  .home .tw-feed .title {
    font-weight: 800;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
    background: #1da1f2;
    color: white; }

.home .news-feed {
  min-height: 700px;
  border: 1px #959595 solid; }
  .home .news-feed .title {
    font-weight: 800;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
    background: #3570AC;
    color: white; }
  .home .news-feed .content {
    overflow: scroll;
    max-height: 622px;
    overflow-x: hidden; }
  .home .news-feed .name {
    font-weight: 700;
    padding-bottom: 10px; }
  .home .news-feed .excerpt {
    padding-bottom: 10px; }
  .home .news-feed .news {
    padding: 15px; }

