#topbar {
  background: #147BBD;
  color: #fff;
  padding: 5px 40px 0;
}

@media screen and (max-width: 900px) {
  #topbar {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
#custom-header {
  background-color: #283C4E;
  padding: 20px 40px 18px 20px;
  position: relative;
}
#custom-header .logo-container {
  float: left;
  max-width: 350px;
}
#custom-header nav {
  float: right;
}
#custom-header nav > a {
  margin-right: 30px;
}
#custom-header nav > a, #custom-header nav .show-updates-dropdown {
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#custom-header .updates-dropdown {
  right: 0px;
}
@media screen and (min-width: 900px) {
  #custom-header .logo-container {
    position: relative;
  }
  #custom-header nav > a {
    position: relative;
    top: 1px;
    line-height: 5;
  }
  #custom-header .show-updates-dropdown {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 9px 18px 8px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -o-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -ms-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #e31c3d;
  }
  #custom-header .show-updates-dropdown:hover {
    background: #c73049;
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  #custom-header {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 18px;
  }
  #custom-header .logo-container {
    float: none;
    display: block;
    margin-bottom: 18px;
    max-width: none;
  }
  #custom-header .logo-container .logo {
    max-width: 325px;
    display: inline-block;
  }
  #custom-header nav {
    float: none;
  }
  #custom-header nav > a, #custom-header .updates-dropdown-container {
    float: none;
  }
}
@media screen and (max-width: 475px) {
  #custom-header nav > a {
    margin-right: 20px;
  }
  #custom-header nav > a, #custom-header nav .show-updates-dropdown {
    font-size: 13px;
  }
  #custom-header .logo-container .logo {
    max-width: 70%;
  }
  #custom-header nav > a:nth-child(1):before {
    content: none;
  }
}

#custom-footer {
  padding: 20px 40px;
  color: #D7DADB;
  font-size: 14px;
  background-color: #2C3E50;
}
#custom-footer .logo {
  max-width: 150px;
  display: inline-block;
}
#custom-footer > div {
  position: relative;
  top: 2px;
}
#custom-footer .meta {
  text-align: center;
}
#custom-footer .links {
  text-align: center;
}
#custom-footer .links a {
  color: #D7DADB;
  display: inline-block;
  margin-left: 20px;
}
#custom-footer .links a:hover {
  color: #fff;
}
#custom-footer .links a:first-of-type {
  margin-left: 0px;
}
@media screen and (max-width: 880px) {
  #custom-footer {
    overflow: hidden;
  }
  #custom-footer > div {
    top: 0px;
  }
  #custom-footer .logo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #custom-footer {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }
  #custom-footer .meta, #custom-footer .links {
    float: none;
  }
  #custom-footer .links {
    margin-bottom: 5px;
  }
}

.is-group .component-inner-container {
  margin-left: 0 !important;
}

.layout-content.status.status-index .components-section .component-container {
  padding-left: 2.5rem;
}
