header {
  padding: 15px 15px 20px; }
  header .header-content.container {
    max-width: 1440px; }

.header_left {
  float: left;
  line-height: 0;
  width: 330px; }
  .header_left .site-logo {
    display: inline-block;
    line-height: 0; }

.header_middle {
  float: left;
  margin-top: 78px;
  padding: 0 15px;
  width: calc(100% - 685px); }

.header_right {
  float: left;
  width: 355px;
  margin-top: 22px; }

.header-bottom {
  background-color: #014968; }
  .header-bottom .donate_block {
    float: right;
    width: 240px; }
    .header-bottom .donate_block a {
      background-color: #629bc4;
      color: #ffffff;
      display: block;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      padding: 10px 15px; }

.slogan {
  color: #014968;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin: 15px 0 0;
  text-align: right; }

@media (max-width: 1199px) {
  .header_left {
    width: 200px; }
  .header_middle {
    margin-top: 34px;
    width: calc(100% - 480px); }
  .header_right {
    margin-top: 6px;
    width: 280px; }
  .slogan {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; } }

@media (max-width: 991px) {
  header .header-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .header_left {
    order: 1; }
  .header_middle {
    order: 3;
    flex-basis: 100%;
    margin-top: 15px; }
  .header_right {
    order: 2; } }

@media (max-width: 767px) {
  .top {
    padding: 20px 15px 35px; }
  header {
    padding: 20px 15px; }
    header .header-content {
      align-items: center;
      flex-direction: column;
      padding: 0;
      position: static; }
  .header_middle {
    margin: 0;
    padding: 0;
    width: 100%; }
  .header_right {
    margin-top: 15px; }
    .header_right .slogan {
      margin: 0; }
  .header-bottom .donate_block {
    width: 50%; } }

@media only screen and (max-width: 515px) {
  .header_right .slogan {
    align-self: flex-start;
    font-size: 13px; } }

/*# sourceMappingURL=header.css.map */
