#media-tabs-wrapper {
  float: none;
}

#media-browser-library-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  word-break: break-all;
  grid-gap: 0.25rem;
}
@media only screen and (max-width: 800px) {
  #media-browser-library-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
#media-browser-library-list li {
  float: none;
  list-style: none;
  margin: 0;
  width: auto;
}
#media-browser-library-list .form-type-checkbox {
  bottom: 55%;
}
#media-browser-library-list .media-item {
  width: 100%;
  height: 100%;
  background: #222;
  display: block;
  padding: 0;
  font-size: 10px;
}
#media-browser-library-list .media-item .label-wrapper {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
#media-browser-library-list .media-item .label-wrapper > label {
  color: white;
  font-size: 12px;
}
#media-browser-library-list .media-item img {
  width: 100%;
  height: auto;
  display: block;
}
#media-browser-library-list .media-item .file > a {
  display: none;
}
#media-browser-library-list .media-item .file-icon {
  width: 80px;
  margin: 30% auto 0 auto;
}

#comments {
  margin-top: 3rem;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

.comment {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}
.comment .submitted {
  font-size: 14px;
  color: #aaa;
  float: left;
}
.comment .links {
  float: right;
  font-size: 14px;
}
.comment h3 {
  margin-top: 0;
}

.add-comment {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.form-type-date-popup .form-item-field-creation-date-time,
.form-type-date-popup .form-item-field-creation-date-date {
  display: inline-block;
  margin: 0;
}

#main-sidebar ul.menu {
  margin: 0;
  background: #eee;
  padding: 1em;
  max-width: 250px;
}
#main-sidebar ul.menu > li {
  padding: 0.2rem 0;
  margin: 0 0 0 0.5rem;
  font-weight: 700;
}
#main-sidebar ul.menu > li ul {
  padding: 0 0.25rem;
  font-size: 14px;
  line-height: 1.2em;
}
#main-sidebar ul.menu > li ul > li {
  font-weight: normal;
}

.chosen-container-single .chosen-single {
  height: 35.2px;
  font-size: 18px;
  padding: 5px 8px;
  color: #333;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 7px;
}

.chosen-container-multi {
  width: 100% !important;
  box-sizing: border-box;
}

.chosen-container-multi .chosen-choices {
  padding: 0;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
}

#main-split {
  display: flex;
  min-height: 100vh;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  #main-split {
    display: block;
  }
}
#main-split > div > .content {
  padding: 4rem;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #main-split > div > .content {
    padding: 1rem;
  }
}
#main-split > div > .content .block {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

#split-left {
  min-width: 600px;
}
@media only screen and (max-width: 800px) {
  #split-left {
    min-width: auto;
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  #split-left {
    width: auto;
  }
}
#split-left h1 {
  font-size: 3rem;
  margin: 1rem 0 3rem 0;
}
@media only screen and (max-width: 800px) {
  #split-left h1 {
    font-size: 2rem;
    margin: 1rem 0 2rem 0;
  }
}
#split-left img#site-logo {
  width: 100px;
  height: auto;
  margin-top: 1rem;
  float: none;
}

#split-right {
  width: auto;
  flex-grow: 1;
  background-image: url(https://members.greens.scot/sites/default/files/styles/tall/public/Website%20Collage%202.1.png?itok=etvjYoSk);
  background-attachment: fixed;
  background-size: 100vh;
  background-position: right top;
}
@media only screen and (max-width: 800px) {
  #split-right {
    width: auto;
  }
}

.node-type-list dt {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
}
.node-type-list dd {
  font-style: italic;
  margin: 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}

ul.secondary,
ul.primary {
  border-bottom: 0;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0 0.5rem;
  white-space: nowrap;
}
ul.secondary li,
ul.primary li {
  margin: 0;
  border: 0;
  display: inline-block;
}
ul.secondary li a,
ul.primary li a {
  display: inline-block;
  font-size: 14px;
  padding: 0.5em 0.75em 0.5em 0.5em;
  margin-right: 0.15em;
  margin-bottom: -1px;
  background-color: transparent;
  border: 0;
  font-weight: inherit;
}
ul.secondary li a:hover,
ul.primary li a:hover {
  background-color: transparent;
  border: 0;
}
ul.secondary li.active a,
ul.primary li.active a {
  background-color: transparent;
  border: 0;
}

ul.secondary {
  margin-bottom: 1rem;
}
ul.secondary li.active {
  background-color: #eee;
  border-radius: 8px;
}
ul.secondary li.active a {
  color: #333;
}
ul.secondary li a {
  font-size: 14px;
  padding: 0.4em;
  text-decoration: none;
  font-weight: bold;
}

.horizontal-tabs {
  font-size: 14px;
}
.horizontal-tabs ul.horizontal-tabs-list {
  background-color: #eee;
}
.horizontal-tabs ul.horizontal-tabs-list li {
  background-color: transparent;
  min-width: initial;
}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
  padding: 0.5em 1em 0.3em 1em;
}
.horizontal-tabs fieldset.horizontal-tabs-pane {
  padding: 1em;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin-bottom: 1rem;
  position: relative;
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}

tbody {
  border-top: 1px solid #ccc;
}

tr,
tr.odd,
tr.even {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
tr th, tr td,
tr.odd th,
tr.odd td,
tr.even th,
tr.even td {
  padding: 0.75em 0.5em;
}
tr th h3, tr td h3,
tr.odd th h3,
tr.odd td h3,
tr.even th h3,
tr.even td h3 {
  margin: 0.5rem 0 0.25rem;
}

th.active img {
  display: inline;
}

th.active,
td.active {
  background-color: #fffbea;
}

td .file-icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0.5rem;
}

.pager {
  margin: 1rem 0;
}

a.fa, a.fas, a.far, a.fal, a.fad, a.fab, span.fa, span.fas, span.far, span.fal, span.fad, span.fab {
  line-height: inherit !important;
  font-family: inherit;
  font-weight: inherit;
}
a.fa::before, a.fas::before, a.far::before, a.fal::before, a.fad::before, a.fab::before, span.fa::before, span.fas::before, span.far::before, span.fal::before, span.fad::before, span.fab::before {
  margin-right: 0.5rem;
  font-weight: 900;
  width: 1.2em;
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
}
a.fab::before, span.fab::before {
  font-family: "Font Awesome 5 Brands";
}
a.fa::before, a.fas::before, a.far::before, a.fal::before, a.fad::before, span.fa::before, span.fas::before, span.far::before, span.fal::before, span.fad::before {
  font-family: "Font Awesome 5 Free";
}

.profile .user-picture {
  float: none;
  margin: 1rem 0;
}

.action-links a:link, .action-links a:hover, .action-links a:visited,
a.button:link,
a.button:hover,
a.button:visited {
  background: #eee;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  color: #222;
}
.action-links a:hover,
a.button:hover {
  background: #ddd;
}

a.wide-button {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 1rem 0;
  display: block;
}

#topbar {
  padding: 0.5rem 1rem;
}
#topbar:after {
  content: "";
  display: table;
  clear: both;
}

#site-name {
  float: left;
  font-size: 14px;
}

#site-logo {
  height: 130px;
  vertical-align: middle;
  display: block;
  margin: 0 2rem 2rem 0;
  float: left;
}

.menu-name-user-menu {
  float: right;
}
.menu-name-user-menu ul {
  list-style: none;
  margin: 0 0 0 0.75em;
  font-size: 14px;
}
.menu-name-user-menu li {
  margin: 0;
  padding: 0 0.5rem;
  display: inline-block;
}

#header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
#header > .container {
  position: relative;
}

.breadcrumb {
  display: inline-block;
  padding-right: 5rem;
  font-size: 14px;
  margin: 2rem 0 0 0;
  padding: 0;
}
.breadcrumb + h1 {
  margin-top: 0.5rem;
}

ul.action-links {
  border-collapse: collapse;
  clear: right;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0;
}
ul.action-links li {
  display: inline-block;
}

header ul.action-links {
  position: absolute;
  top: 4rem;
  right: 0;
}

#main-sidebar > div {
  margin-bottom: 1rem;
}
#main-sidebar h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.book-block-menu ul.menu {
  margin: 1rem 0;
  padding-left: 1rem;
}

.teaser {
  position: relative;
}
.teaser > h3 {
  margin: 1rem 0 0.25rem 0;
}

#main {
  padding-bottom: 0;
  padding-top: 2rem;
}
#main #main-content article {
  padding: 1rem 0 3rem 0;
}
#main #main-content article img {
  max-width: 100%;
  height: auto;
}

.content img {
  max-width: 100%;
  height: auto;
}

span.fa-external-link-alt::before {
  font-size: 14px;
  margin-left: 2px;
  bottom: 2px;
  position: relative;
  margin-right: 0;
}

.node-unpublished {
  background-color: transparent;
}

.node-unpublished::before {
  content: "Unpublished";
  background: #ff0030;
  color: white;
  padding: 0.25rem 0.5rem;
  float: right;
  font-weight: 900;
  text-transform: uppercase;
}

.main-image img {
  width: 100%;
  height: auto;
}

.field-label-inline .field-label,
.field-label-inline .field-items,
.field-label-inline > label {
  display: inline-block;
  float: none;
}

.field,
.views-field {
  margin-bottom: 0.5rem;
}
.field > .views-label,
.field > label,
.views-field > .views-label,
.views-field > label {
  font-weight: bold;
}

.date {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  margin: 0 0.5rem;
  color: #888;
}

#sub {
  padding-top: 0;
}

.profile.teaser {
  margin: 0;
}
.profile.teaser .user-picture {
  height: 32px;
  width: 32px;
  overflow: hidden;
  float: left;
  margin: 0.5rem;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #aaa;
}
.profile.teaser img {
  height: auto;
  width: 32px;
  vertical-align: middle;
}

.book-navigation ul li {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  font-weight: 700;
}
.book-navigation .menu {
  border-top: 1px solid #ccc;
}
.book-navigation .page-links {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

.book_add_child > a, .book_add_child > a:link, .book_add_child > a:hover, .book_add_child > a:visited {
  cursor: pointer;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  border: 0;
  border-radius: 4px;
  background: #eee;
}
.book_add_child > a:hover {
  background: white;
}

footer {
  padding: 1rem 0 3rem 0;
}

.flag-bookmark {
  float: right;
  font-weight: 700;
  margin-bottom: 1rem;
}
.flag-bookmark > a:link::before, .flag-bookmark > a:visited::before {
  content: "\f02e";
  color: black;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 16px;
  line-height: 1.2em;
}
.flag-bookmark > a:link.flag-action::before, .flag-bookmark > a:visited.flag-action::before {
  font-weight: normal;
}
.flag-bookmark > a:link.unflag-action::before, .flag-bookmark > a:visited.unflag-action::before {
  font-weight: bold;
}
.preview .flag-bookmark, .teaser .flag-bookmark {
  float: none;
  display: inline-block;
  margin: 0;
}
.preview .flag-bookmark > a:link, .preview .flag-bookmark > a:visited, .teaser .flag-bookmark > a:link, .teaser .flag-bookmark > a:visited {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: transparent;
  vertical-align: top;
  margin: 0 0 0 0.5rem;
}

.view-categories-top-level {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

.content .term-grid h2 {
  text-transform: none;
  margin: 1rem 0 0.5rem 0;
}
.content .term-grid h3 {
  margin: 0.25rem 0;
}
.content .term-grid ul {
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
.content .term-grid .taxonomy-term-description {
  margin: 0;
}
.content .term-grid .taxonomy-term-description > p {
  margin: 0.5rem 0;
}

.view-content .item-list > ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.view-content .item-list > ul > li {
  margin: 0 0 1rem 0;
}

.tag, .tag:link, .tag:visited, .tag:active {
  font-size: 10px;
  display: inline-block;
  background-color: #eee;
  padding: 0.1rem 0.5rem;
  margin: 0 0.1rem 0.1rem 0;
  border-radius: 0.4rem;
  text-decoration: none;
  vertical-align: middle;
}

#edit-fields-add-existing-field-field-name {
  max-width: 300px;
}

.field-formatter-summary {
  font-size: 11px;
}

.ctools-button-processed .ctools-content a {
  text-decoration: none;
  font-weight: bold;
}
.ctools-button-processed li {
  margin: 0;
}

.views-displays .secondary .action-list input.form-submit {
  font-size: 12px;
  font-weight: bold;
}

div.workbench-info-block {
  border: 0;
  padding: 1rem;
}

table.sticky-header {
  z-index: 10;
}

div.admin-panel .body {
  padding: 0;
}

.admin-list dt {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
.admin-list dd {
  font-style: italic;
  margin: 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}

.page-admin .container {
  max-width: 1600px;
  width: 100%;
  position: relative;
}
.page-admin #header {
  margin-top: 0;
}

#main-content .views-exposed-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
#main-content .views-exposed-widgets .views-exposed-widget {
  float: none;
  margin: 0;
  padding: 0;
}
#main-content .views-exposed-widgets .views-submit-button,
#main-content .views-exposed-widgets .views-reset-button {
  margin: 0;
  padding: 0;
}
#main-content .views-exposed-widgets .views-submit-button > input,
#main-content .views-exposed-widgets .views-reset-button > input {
  margin: 0 0.5rem 0 0;
}
#main-content .views-exposed-widgets .views-submit-button {
  grid-column: 1;
}
#main-content .views-exposed-widgets .views-reset-button {
  grid-column: 3;
}

.dev-query {
  font-style: italic;
  font-size: 12px;
  line-height: 1.4em;
}

table.rules-condition-container,
table.rules-action-container,
table.rules-elements-table {
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

.rules-elements-table {
  margin-bottom: 2rem;
}
.rules-elements-table ul.rules-operations {
  width: 200px;
}
.rules-elements-table ul.rules-operations a {
  color: #00b140;
  font-weight: normal;
  text-decoration: underline;
  padding: 0;
}
.rules-elements-table ul.rules-operations li {
  margin: 0 0.5rem 0 0;
}
.rules-elements-table .rules-element-label {
  font-weight: bold;
}

table tr.rules-elements-add {
  background-color: transparent;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

body,
input,
textarea,
button {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

button,
input[type=submit] {
  cursor: pointer;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  border: 0;
  border-radius: 4px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=password] {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 18px;
  height: auto;
  background-image: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: auto;
}
select:disabled,
textarea:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
  background-color: #eee;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 800px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=password] {
    font-size: 18px;
    padding: 0.4rem 0.5rem;
  }
}

@media only screen and (max-width: 800px) {
  textarea,
  input[type=text],
  input[type=email],
  input[type=password] {
    width: 100%;
  }
}

p {
  margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  line-height: 1.2em;
}

h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
}

h1 {
  font-size: 36px;
  margin: 2rem 0 1.75rem 0;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 22px;
  font-weight: 900;
}

.page-taxonomy-term #main-content .block-views > h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-style: normal;
}

h3 {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.sm-only {
  display: none;
}
@media only screen and (max-width: 800px) {
  .sm-only {
    display: block;
  }
}

.no-display {
  display: none !important;
}

fieldset {
  border: 1px solid #aaa;
  margin-bottom: 2em;
  padding: 1rem 1.5em;
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  fieldset {
    margin: 0 -1rem 2rem -1rem;
    background: #eee;
  }
}
fieldset.collapsed {
  padding: 0 1em;
}
fieldset legend {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 auto;
}
fieldset .fieldset-wrapper > .form-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
fieldset .fieldset-wrapper > .form-item:first-child {
  margin-top: 0;
}
fieldset .fieldset-wrapper > .form-item:last-child {
  margin-bottom: 0;
}

.form-checkboxes.inline-radios > .form-item, .form-checkboxes.inline-checkboxes > .form-item,
.form-radios.inline-radios > .form-item,
.form-radios.inline-checkboxes > .form-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.views-field-filename {
  word-break: break-all;
}

.form-actions {
  margin-top: 2em;
  margin-bottom: 2em;
}

form {
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid gray;
  height: 1px;
}

img {
  border: 0;
}

ol,
ul {
  border: none;
  text-align: left;
  margin: 1rem 0;
  padding-left: 1rem;
}
ol li,
ul li {
  margin: 0 0 0.25rem 1em; /* LTR */
}
ol li.expanded, ol li.collapsed, ol li.leaf,
ul li.expanded,
ul li.collapsed,
ul li.leaf {
  padding: 0; /* LTR */
}

ul.links {
  margin: 0;
  padding: 0;
}

.alert {
  border: 1px solid blue;
  padding: 1rem;
  margin: 1rem 0;
}

div.contextual-links-wrapper {
  font-size: 90%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 4px;
}

/*# sourceMappingURL=base.css.map */
