img {
  border: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  background-color: #F5F5F5;
  color: #1F1F1F;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100vh;
}
img {
  vertical-align: middle;
}
.TopBar__topbar {
  height: 60px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0 28px;
  position: relative;
  width: 100%;
}
.TopBar__topbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.TopBar__topbar__wrapper > div {
  display: flex;
  align-items: center;
}
.TopBar__topbar a,
.TopBar__topbar a:hover,
.TopBar__topbar a:focus,
.TopBar__topbar a:active {
  color: #2550AA;
  font-size: 14px;
  padding: 0 24px;
  max-height: 40px;
  line-height: 40px;
  text-decoration: none;
}
.TopBar__topbar a svg,
.TopBar__topbar a:hover svg,
.TopBar__topbar a:focus svg,
.TopBar__topbar a:active svg {
  width: 125px;
  vertical-align: middle;
}
.TopBar__topbar a:hover {
  background: #EDECEC;
}
.TopBar__topbar a.logo--404:hover,
.TopBar__topbar a.logo--404:focus,
.TopBar__topbar a.logo--404:active {
  background: transparent;
}
.error404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 60px);
  align-self: center;
}
.error404 h2,
.error404 h4,
.error404 img {
  margin: 0 auto;
}
h2,
h4 {
  margin: 0;
  font-weight: 400;
}
h2 {
  color: #1F1F1F;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}
h4 {
  color: #1F1F1F;
  line-height: 26px;
  font-size: 18px;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.row .col-md-6 {
  padding: 0 15px;
}
