<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 767px) {
  .top_header {
    display: -webkit-inline-box;
  }

  .top-nav {
    text-align: left;
  }
  .top-nav .top-menu {
    float: right;
  }

  .navbar-toggle {
    display: none;
  }

  .user-logged-in .main-header {
    position: relative;
  }

  .region-search {
    float: right;
    width: 200px;
    padding: 16px 0;
  }

  .carousel-caption {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.84);
    color: #ddd;
    text-shadow: none;
    padding: 20px;
    top: 20%;
    left: 10%;
    bottom: auto;
    width: 30%;
    text-align: left;
  }
  .carousel-caption p, .carousel-caption h3 {
    display: block;
  }
  .carousel-caption p:last-child {
    margin: 0;
  }

  .comment-wrap .author-details {
    width: 10%;
  }
  .comment-wrap .author-comments {
    width: 90%;
  }

  .social-media {
    padding: 0px 0;
    text-align: right;
  }

  .contact-message-feedback-form .form-type-textfield, .contact-message-feedback-form .form-type-email {
    float: left;
    width: 33.3%;
    padding-right: 10px;
  }
  .contact-message-feedback-form .form-type-textfield input, .contact-message-feedback-form .form-type-textfield textarea, .contact-message-feedback-form .form-type-email input, .contact-message-feedback-form .form-type-email textarea {
    padding: 10px;
  }
  .contact-message-feedback-form .form-type-textfield:last-child {
    padding: 0;
  }
}
</pre></body></html>