﻿.header {
  top: 0px;
  max-height: 148px;
  background: white;
  border-bottom: 4px solid #5ABEBE;
  padding-bottom: 32px; }

.header-logo {
  margin-top: 32px; }

.header-logo img {
  max-width: 110px;
  width: 100%;
  height: auto; }

.header-title {
  text-align: center;
  margin-top: 43px;
  width: 100%; }

.header-title img {
  max-width: 278px;
  width: 100%;
  height: auto; }

.header-right {
  margin-top: 43px; }

.header-welcome-text {
  font-size: 14px;
  text-align: right;
  color: #EA4F24;
  margin-bottom: 6px; }

.header-logout {
  font-size: 20px;
  text-align: right;
  color: #C4C4C4;
  background-color: white;
  border: 0; }

.header-logout:hover {
  text-decoration: none;
  color: #4D4D4D; }

.header-logout-text {
  margin-right: 10px; }

@media (max-width: 767px) {
  .header-logo {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .header-logo img {
    max-width: 50px; } }
