body {
  background-color: white;
}
header {
  background-image: url('../img/header-home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .background {
  height: 29vw;
  min-height: 200px;
  max-height: 469px;
  padding-top: 40px;
  padding-left: 85px;
}
header .menu-container {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 40px;
  margin-top: -40px;
}
header .menu-container .menu li {
  height: 40px;
}
header .menu-container .menu li a {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  margin-top: 5px;
}
header .menu-container .menu li a:hover,
header .menu-container .menu li a .selected {
  color: #4779b8;
}
header .menu-container .menu li.current-menu-item a {
  color: #4779b8;
}
header .menu-container .menu li .menu {
  background-color: #4779b8;
  display: none;
  position: absolute;
  margin-top: 40px;
}
header .menu-container .menu li .menu li {
  height: 30px;
  justify-content: flex-start;
}
header .menu-container .menu li .menu li a {
  color: white;
  margin: 0px;
}
header .menu-container .menu li .menu li:hover a {
  color: #2e2c7e;
}
header .menu-container .menu li:hover .menu {
  display: block;
}
header .menu-container .menu.align-right li {
  justify-content: flex-start;
}
header .logo {
  width: 300px;
}
header .slogan {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-top: 50px;
  color: #ffffff;
  text-transform: uppercase;
}
main .breadcrumbs {
  font-family: forma-djr-micro, sans-serif;
  margin-bottom: 60px;
  font-weight: 300;
  color: #2e2c7e;
  padding: 10px;
}
main.home {
  padding-top: 110px;
}
main.home .drop {
  position: absolute;
  margin-left: -160px;
  width: 120%;
  max-width: 120%;
}
main.home h1 {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 40px;
  color: #2e2c7e;
  text-transform: uppercase;
}
main.home p,
main.home li {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  color: #2e2c7e;
}
main.home .carousel-home {
  margin-top: 40px;
}
main.home .carousel-home .item {
  border: 1px solid #d7dadc;
  height: 280px;
  padding: 10px;
  display: flex;
  cursor: pointer;
}
main.home .carousel-home .item img {
  width: 60%;
  margin: auto;
  margin-top: 20px;
}
main.home .carousel-home .item h2 {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: white;
  position: absolute;
  background-color: #4779b8;
  bottom: 0px;
  padding: 10px;
  width: 60%;
  margin: 0;
  margin-left: -11px;
}
main.products {
  padding-top: 110px;
}
main.products article {
  padding: 10px;
  padding-bottom: 150px;
}
main.products article h1 {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 30px;
  color: #2e2c7e;
}
main.products article h2,
main.products article h3,
main.products article h4,
main.products article h5,
main.products article h6 {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
  color: #2e2c7e;
  text-transform: uppercase;
}
main.products article p,
main.products article li,
main.products article a {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  color: #2e2c7e;
}
main.products article .button {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  line-height: 16px;
}
main.products article .button.blue {
  background-color: #4779b8;
}
main.products article .button.grey {
  background-color: #a1a1a1;
}
main.products aside {
  padding: 10px;
}
main.products aside img {
  width: 100%;
}
main.downloads {
  padding-top: 30px;
  padding-bottom: 30px;
}
main.downloads h1 {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #2e2c7e;
  text-transform: uppercase;
}
main.downloads .category {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  background-color: #ebebeb;
  text-transform: uppercase;
  color: #4479b9;
  display: block;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 8px;
  margin-top: 15px;
}
main.downloads .category img {
  float: right;
  cursor: pointer;
}
main.downloads .category img.arrow-down {
  display: none;
}
main.downloads .category.open img.arrow-down {
  display: block;
}
main.downloads .category.open img.arrow-right {
  display: none;
}
main.downloads .files {
  margin-top: 20px;
  list-style-type: none;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}
main.downloads .files li {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
}
main.downloads .files li a {
  color: #4479b9;
}
main.downloads .files li .separator {
  flex-grow: 1;
  background-image: linear-gradient(to right, #4479b9 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right 0px bottom 5px;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-right: 10px;
}
main.contact {
  background-color: #f5f5f5;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
}
main.contact h1 {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 50px;
  color: #2e2c7e;
  text-transform: uppercase;
  text-align: center;
}
main.contact input,
main.contact textarea {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  width: calc(100% - 30px);
  padding: 15px;
  border: 0px;
  margin: 15px;
}
main.contact input[type=submit] {
  background-color: #4779b8;
  color: white;
  width: 150px;
  margin: auto;
  display: block;
}
main.contact .wpcf7-not-valid-tip {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  padding-left: 16px;
}
main.contact .wpcf7-response-output {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  padding: 7px !important;
  border: 0px solid !important;
}
footer {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 40px;
  background: #73c3ee;
  background: linear-gradient(90deg, #73c3ee 0%, #4169ab 100%);
}
footer p,
footer a,
footer li {
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  color: white;
}
footer ul {
  list-style: none;
  margin: 0px;
}
footer .icons {
  padding-left: 55px;
}
footer .sub-menu {
  display: none;
}
/*# sourceMappingURL=styles.css.map */