<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Overall specifications for Drupal8 W3CSS Theme.
 */

/* Reset Links. */
html,
body {
  min-height: 100%;
  overflow-wrap: break-word;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
img,
object,
embed,
video {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  text-align: center;
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
h4,
h5,
h6 {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
li a {
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
ul.w3-ul li {
  border: none;
  border-width: 0px!important;
}
/* System Messages. */
.messages {
  background: no-repeat 10px 17px;  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 20px; /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
/* Form API. */
.form-radios .form-item,
.form-checkboxes .form-item {
  margin-top: 0.4em!important;
  margin-bottom: 0.4em!important;
}
.form-radios .form-type-radio,
.form-type-checkbox {
  max-width: 100%;
  text-align: left;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px!important; /* LTR */
  float: none!important;
}
.marker {
  color: #e00;
}
input.form-checkbod,
input.form-radio {
  display: inline-block;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
.form-wrapper .field-multiple-table .label {
  font-size: inherit;
}
.form-required:after {
  content: "\f069"!important;
  font-family: FontAwesome;
  color: red;
  vertical-align: super;
  display: inline-block!important;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  margin: 0 0.3em;
}
/* Inline Error Message. */
.form-item--error-message:before {
  font-family: FontAwesome;
  content: "\f00d";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  color: red;
  background-size: contain;
}
/* Breadcurmb. */
ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  border-bottom: none;
  padding: 5px 3px 5px;
}
ul.breadcrumb li+li:before {
  padding: 8px 0;
  content: "/\00a0";
}
/* Tabs. */
ul.tabs li {
  padding: 0!important;
}
ul.primary {
  border-bottom: 2px solid gray;
}
ul.primary &gt; li {
  border-right: 1px solid gray!important;
  float: left;
}
ul.primary &gt; li:last-child {
  border-right: none!important;
}
ul.primary &gt; li a {
  padding: 8px 16px;
  display: block;
}
ul.secondary &gt; li a {
  padding: 5px 10px;
  display: block;
}
.maintenance-page {
  background-color: #a0a0a0!important;
}
.maintenance-page main {
  min-height: 700px;
  margin-top: 30px!important;
}
/* Form */
input,
textarea {
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(51,44,51,0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(51,44,51,0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(51,44,51,0.1);
}
</pre></body></html>