@charset "UTF-8";
/* CSS Document */

body .container-header {
  background: none;
}

body .container-topbar {
  display: flex;
  border-top: 49px solid #172a3c;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

body .container-topbar div.topbar {
  display: flex;
  margin-top: -49px;
  font-size: 23px;
  font-weight: 700;
}

body .quotes, body .contact-search {
  padding: 7px;
}

body .homepage-slider {
  margin: -479px 0 0 0;
  z-index: 1;
  position: relative;
}