body {
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#block-chartwork-branding a {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}

#block-chartwork-branding a:hover {
  color: #1982D1;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}

.full-page {
  background-color: #07F6D6;
  overflow: auto;
}

.layout-container {
  background-color: #ffffff;
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 30px;
}

.layout-content {
  float: left;
  background-color: #ffffff;
  width: 100%;
}

.header, .footer {
  float: left;
  background-color: #ffffff;
  width: 100%;
  overflow: auto;
}

.footer {
  text-align: center;
}

.header-left {
  float: left;
  width: 80%;
}

.header-right {
  float: right;
  width: 20%;
}

#header-image {
  width: 100%;
  float: left;
}

.sitename {
  position: absolute;
  margin-top: 20px;
  display: inline;
}

.slogan {
  display: inline;
}

.main-menu {
  width: 100%;
  background-color: #131313;
  color: #ffffff;
  display: inline;
  margin-top: 0;
  float: left;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-menu a:hover {
  background: #e8e8e8 !important;
  color: #131313;
  font-weight: bold;
}

.main-menu a {
  display: block;
  color: #eee;
  text-decoration: none;
  padding: 10px;
}

.main-menu li {
  display: inline-block;
  float: left;
  position: relative;
}

#block-chartwork-account-menu {
  color: #131313;
}

#block-chartwork-account-menu a {
  color: #131313;
  display: block;
  text-decoration: none;
}

#block-chartwork-account-menu a:hover {
  background: #e8e8e8 !important;
  color: #131313;
  font-weight: bold;
}

#block-chartwork-account-menu li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 5px;
}

#block-chartwork-page-title {
  text-align: center;
}

.art-content form {
  margin-left: 5%;
  margin-right: 5%;
}

.views-exposed-form {
  background-color: #fff;
  text-align: left;
  padding-left: 20%;
  padding-bottom: 20px;
  color: #333333;
}

.form-checkbox {
  background-color: #dfeceb;
  border: 1px solid #333333;
}

.button {
  background-color: #dfeceb;
  color: #333333;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 10px 10px 0 0;
  border-radius: 8px;
  border: 1px solid #333333;
}

#password-request-link {
  margin: 10px;
}

input {
  background-color: #dfeceb;
  padding: 5px 5px;
  border: 1px solid #333333;
}

select {
  background-color: #dfeceb;
  border: 1px solid #333333;
  padding: 5px 5px;
}

textarea {
  background-color: #dfeceb;
  padding: 5px 5px;
  border: 1px solid #333333;
  width: 700px;
}

.description {
  margin-bottom: 10px;
  text-indent: 20px;
}

label {
  font-weight: bold;
  display: inline-block;
  width: 250px;
  text-align: left;
  margin-top: 20px;
}

.art-content .views-view-grid {
  margin-left: 5%;
  margin-right: 5%;
}

.art-work-colour {
  background: #07F6D6;
}

.teaser-card-image {
  text-align: center;
}

.teaser-card-body-text-inner {
  padding: 5%;
  text-align: center;
}

.views-col {
  margin: 0.5rem !important;
  width: 100% !important;
  flex-basis: 100% !important;
  flex-basis: calc(100% - 1rem) !important;
  flex-grow: 0 !important;
}

@media (min-width: 700px) {
  .views-row .views-col {
    flex-basis: 50% !important;
    flex-basis: calc(50% - 1rem) !important;
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .views-row .views-col {
    flex-basis: 25% !important;
    flex-basis: calc(25% - 1rem) !important;
    width: 25% !important;
  }
}

.views-row {
  display: flex;
  flex-wrap: wrap;
}

.views-col {
  margin: 0 0.5rem 1rem 0.5rem;
  position: relative;
  padding-bottom: 5rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.teaser-card {
  width: auto !important;
  margin: 0px !important;
  position: static;
  background: none;
  border: none;
  box-shadow: none;
}

a.teaser-card-button {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  margin: 0px;
  height: 3rem;
  line-height: 3rem;
  padding: 0px;
  text-align: center;
}

a.teaser-card-button:hover {
  background: #ff6600;
}

.teaser-card>h2 {
  top: 0px;
  left: 0px;
  font-family: "Zilla Slab", "Open Sans", "Segoe UI", Tahoma, sans-serif;
  text-transform: uppercase;
  background: teal;
  color: white;
  display: none;
}

.teaser-card-heading-text {
  padding: 0 1rem;
}

.teaser-card-heading-text h3 {
  text-align: center;
  padding: 0;
  font-family: "Zilla Slab", "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #666;
}

.teaser-card-heading-text h3 a {
  text-decoration: none;
  color: inherit;
}

a.teaser-card-button {
  border: none;
  border-radius: 0.2rem;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Zilla Slab", "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

.teaser-card-body-text, .teaser-card-number {
  font-size: 1rem;
  line-height: 1.25em;
  color: #777 !important;
}

.teaser-card-body-text p {
  margin: 0px;
}

.block-views>h2 {
  font-family: "Zilla Slab", "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 2rem;
  text-align: center;
}

.artwork-block-1 {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}

.artwork-block-1-left {
  width: 10%;
  float: left;
}

.artwork-block-1-middle {
  width: 80%;
  float: left;
}

.artwork-block-1-right {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.artwork-block-2 {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}

.artwork-block-2-top {
  width: 50%;
  float: left;
  margin-left: 25%;
}

.artwork-block-2-left {
  width: 25%;
  float: left;
  margin-left: 25%;
}

.artwork-block-2-right {
  float: left;
  width: 25%;
  padding-right: 10px;
}

.artwork-block-3 {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}

.artwork-table {
  padding-left: 20%;
  width: 80%;
}

.artwork-table-row-label {
  height: 30px;
  font-weight: bold;
  background-color: #008080;
  color: #fff;
  width: 30%;
}

.exhibition-table-row-label {
  height: 30px;
  font-weight: bold;
  background-color: #008080;
  color: #fff;
}

.artwork-table-row-data {
  height: 30px;
  background-color: #d0e2e1;
  color: #555555;
  width: 70%;
}

.exhibition-table-row-data {
  height: 30px;
  background-color: #d0e2e1;
  color: #555555;
}

.artwork-table-row-data,
.exhibition-table-row-data a {
  color: #cc6600;
  text-decoration: none;
}

.artwork-table-row-data,
.exhibition-table-row-data a:hover {
  color: #804000;
}

.artwork-body p {
  margin-left: 20%;
  margin-right: 20%;
}

.action-button {
  background: #65A19C !important;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  width: 80%;
  border: solid #65A19C 2px;
  border-radius: 0.3rem !important;
  margin: 10px 10px 0 20px;
}

.action-button a {
  background: #65A19C !important;
  color: white;
  text-decoration: none;
}

.action-button:hover {
  background: white !important;
  color: #65A19C;
  text-decoration: none;
}

.photo {
  float: left;
  width: 100%;
  min-height: 200px;
  text-align: center;
}

.field {}

.label {}

.teaser-field {
  text-align: center;
}

#block-chartwork-content {
  margin-left: 5%;
}

.pager__items {
  margin: 0.25em 0 0.25em 1.5em;
  padding: 0;
}

.pager__items {
  clear: both;
  text-align: center;
}

.pager__item {
  display: inline-block;
  margin: 0;
  padding: 0 0.4em;
  color: #757575;
  font-size: 1.08em;
}

.pager__item a {
  padding: 0 5px 2px;
  transition: border-bottom-color 0.2s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  line-height: 1.55em;
}

.pager__item.is-active a {
  color: #2a678c;
  border-bottom-width: 3px;
  border-bottom-color: #2a678c;
  font-weight: 700;
}

ul {
  margin: 0.25em 0 0.25em 1.5em;
  list-style-type: disc;
  list-style-image: none;
}

nav {
  display: block;
}

table {
  width: 90%;
  margin: 0 10px;
}

table.sticky-header {
  z-index: 500;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}

td, th {
  vertical-align: middle;
}

th {
  padding: 10px 12px;
  text-align: left;
}

thead>tr {
  border-bottom: 1px solid #000;
}

tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid black;
}

td {
  padding: 10px 12px;
  text-align: left;
}

td, th {
  vertical-align: middle;
}
