[off-canvas] {
  background: #ff5e14; }

.mobile-button {
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  color: #ff5e14;
  display: none;
  transition: .3s;
  position: absolute;
  right: 0; }
  .mobile-button:hover, .mobile-button.open {
    background: #ff5e14;
    color: #fff; }

.mobile-nav {
  font-size: 14px; }
  .mobile-nav li:not(.inline-links):hover a, .mobile-nav li:not(.inline-links).active a {
    background: #fff;
    color: #ff5e14; }
  .mobile-nav a {
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    position: relative; }
  .mobile-nav .dropdown-menu a {
    background: rgba(255, 255, 255, 0.25); }
  .mobile-nav .inline-links {
    display: flex; }
    .mobile-nav .inline-links a {
      border: none; }

.mobile-nav .main-menu .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 14px;
  height: 14px; }

.mobile-nav .dropdown-menu {
  display: none; }

.mobile-menu .fa {
  width: 16px;
  margin-right: 1em;
  text-align: center; }

.mobile-only {
  display: none; }

@media screen and (max-width: 960px) {
  .header .nav {
    margin-left: 30px; }
    .header .nav ul li + li {
      margin-left: 15px; } }
@media screen and (max-width: 768px) {
  .header .logo {
    max-height: 70px; }
  .header .nav {
    display: none; }
  .header .mobile-button {
    display: block; } }

/*# sourceMappingURL=responsive.css.map */
