@media (min-width: 979px) {
  li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: -5px;
  }
}
.container a {
  width: 100%;
}
section .btn.btn-primary {
  border: none !important;
}
section button {
  font-size: 16px;
  font-weight: bold !important;
}
section .container {
  padding-left: 5px;
  width: 1200px;
}
@media screen and (max-width: 1300px) {
  section .container {
    width: 100%;
  }
}
.armatic-fixed-nav {
  background-color: #fff !important;
  padding-bottom: 22px;
  width: 100%;
  height: 106px;
  position: fixed;
  z-index: 1000;
}
.armatic-fixed-nav a,
.armatic-fixed-nav li {
  color: #000 !important;
}
.armatic-fixed-nav .white-logo {
  display: none;
}
.armatic-fixed-nav .colored-logo {
  display: block;
}
.armatic-fixed-nav .free-trial-btn {
  color: #515151 !important;
  border: 1px solid #bebebe !important;
}
.text-decoration-none:hover {
  text-decoration: none;
}
.text-decoration-none {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.mb-100 {
  margin-bottom: 100 !important;
}
.mb-30 {
  margin-bottom: 30 !important;
  font-weight: 400 !important;
}
.mb-30 span {
  font-weight: 300;
}
.bold {
  font-weight: bold !important;
}
.border-right {
  position: absolute;
  right: 0;
  top: 10px;
  height: 480px;
  border-right: 1px solid #e5e5e5;
}
.responsive-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
}
.responsive-banner h2 {
  margin-bottom: 20px !important;
}
.relative {
  position: relative !important;
}
.height-100 {
  height: 100px;
  display: flex;
}
.height-100 span {
  align-self: flex-end;
}
.accounting-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 1200px;
    padding: 0;
  }
  .responsive-banner {
    height: 760px;
  }
}
@media screen and (max-width: 769px) {
  section {
    text-align: center;
  }
  section li {
    text-align: left;
  }
  .responsive-banner .content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
