* {
  box-sizing: border-box;
}

html {
  font-size: 112.5%;
  line-height: 1.33333em;
  font-family: "monotype-grotesque", Verdana, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
}

h1, h2 {
  font-family: "monotype-grotesque-extended", "monotype-grotesque", Verdana, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #e42313;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

:visited {
  color: #e42313;
}

a:active {
  color: #86150b;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 2.66667rem;
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem;
}

h2 {
  font-family: "monotype-grotesque", Verdana, Arial, sans-serif;
  font-size: 1.55556rem;
  line-height: 2rem;
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem;
}

h3 {
  font-size: 1.11111rem;
  line-height: 1.33333rem;
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.33333rem;
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem;
}

h5 {
  font-size: 0.88889rem;
  line-height: 1.33333rem;
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem;
}

h6 {
  font-size: 0.77778rem;
  line-height: 1.33333rem;
  margin-top: 1.33333rem;
  margin-bottom: 1.33333rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.88889rem;
}

sub,
sup {
  font-size: 0.77778rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.33333rem 0;
  border: 0;
  border-top: 1px solid #dad9d7;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.33333rem;
}

blockquote {
  margin: 1.33333rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.33333rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 36px;
}

[dir="rtl"] dd {
  margin: 0 36px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 36px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 36px 0 0;
}

figure {
  margin: 1.33333rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.33333rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #e1e7e7;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #e1e7e7;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.46667rem 0.83333rem 0.86667rem;
  border: 1px solid #dad9d7;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.33333rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

/*.header,*/
.footer-wrapper,
.content-wrapper,
.content-top-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    /*position: relative;
      top: 0;*/
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.33333rem;
  border: 5px solid #dad9d7;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #e42313;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.33333rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 36px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 36px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
  justify-content: left;
}

.header__site-name {
  margin: 0;
  display: none;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
  text-align: left;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #e42313;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

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

.messages,
.messages--status {
  margin: 1.33333rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: white;
  color: #e42313;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #e42313;
}

.messages--error path, .messages.error path {
  fill: #e42313;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: none;
  list-style-type: none;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
  white-space: nowrap;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1rem 0 0;
  line-height: 1.66667rem;
  border-bottom: 1px solid #dad9d7 \0/ie;
  background-image: linear-gradient(to top, #dad9d7 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #dad9d7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #eaeae9;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.33333rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #eaeae9;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #f7f6f6;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.33333rem;
  font-size: 0.88889rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #dad9d7 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5rem 0.16667rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #dad9d7;
  border-radius: 24px;
  color: #666666;
  background: #fefefe;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #eaeae9;
  border-color: #a9a7a2;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #e1e7e7;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.33333rem 0;
}

.form-item__required,
.form-required {
  color: #e42313;
}

.form-item__description,
.form-item .description {
  font-size: 0.88889rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #e42313;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #dad9d7;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #dad9d7;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #dad9d7;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #dad9d7;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #dad9d7;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #dad9d7;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

/*CUSTOM STYLES FOR WYSIWYG*/
h1.subheading {
  color: #fff;
  background-color: #e42313;
}

h3.subheading,
h5.subheading,
blockquote.subheading {
  color: #e42313;
}

h2.subheading,
h4.subheading {
  color: #000;
}

blockquote.subheading {
  font-weight: bold;
}

h4.subheading,
h5.subheading {
  text-transform: uppercase;
}

.layout-center {
  padding: 0;
}

header.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px auto;
      grid-template-columns: 45px auto;
  -ms-grid-rows: 25% 50% auto;
      grid-template-rows: 25% 50% auto;
  border-bottom: 1px solid #e1e7e7;
}

/*Links*/
a:hover {
  color: black;
}

/*menu/mobile hamburger*/
header.header .layout-swap__top.layout-3col__full {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
}

header.header .region.region-top {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
}

header.header .top-header-wrapper {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.header__site-slogan {
  display: none;
}

.region-top #block-menu-menu-top-menu {
  max-width: 1240px;
  margin: 0 auto;
}

.region-top {
  border-left: 1px solid #fff;
  line-height: 1.8em;
  background-color: #e42313;
  max-height: 50px;
}

.region-top ul.menu {
  display: flex;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.region-top ul.menu li a,
.region-top ul.menu li a:visited {
  text-transform: uppercase;
  color: #fff;
}

.region-top ul.menu li a.fas span {
  display: none;
}

a.fa-search {
  font-weight: 600;
}

.region-top ul.menu li.search-catalogue a {
  text-transform: none;
}

.region-top ul.menu li.search-catalogue a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 600;
  margin-left: 1em;
}

.region-top ul.menu li {
  border-right: 1px solid #fff;
  padding: 0.5em 1em;
}

.region-top ul.menu li:not(.search):not(.search-catalogue) {
  display: none;
}

#sidr-wrapper-0 {
  background-color: #e42313;
  width: 100%;
  padding-top: 8px;
  padding-left: 15px;
  max-height: 50px;
}

#sidr-wrapper-0 a {
  color: #fff;
}

.sidr {
  background-color: #e1e7e7;
}

.sidr ul li a {
  color: #000;
}

.sidr h2 {
  display: none;
}

#first-time {
  display: none;
}

/**MAIN LAYOUT**/
.layout-3col {
  margin-left: 0px;
  margin-right: 0px;
}

.layout-3col__full {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap__top.layout-3col__full {
  background-color: transparent;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

.layout-3col .page-content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin: 0 auto;
}

.layout-3col .layout-3col__right-content {
  margin-left: 0;
  width: 100%;
}

.layout-3col .page-content-wrapper .content-wrapper {
  order: 1;
  width: 100%;
  clear: both;
}

.layout-3col .page-content-wrapper .layout-3col__left-sidebar {
  order: 2;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  clear: both;
}

.layout-3col__left-sidebar {
  margin-top: 50px;
  /*to balance out columns*/
}

.layout-3col .page-content-wrapper .layout-3col__right-sidebar {
  order: 3;
  margin-left: 0;
  width: 100%;
  clear: both;
}

.layout-3col__left-sidebar li.menu__item {
  padding-bottom: 1.5em;
  font-weight: 600;
}

.layout-3col__right-sidebar .block {
  border: 2px solid #000;
  padding: 0 1em;
  margin-bottom: 1em;
  margin-top: 50px;
  /*to compensate for img neg margin below*/
}

.layout-3col__right-sidebar .block.block-search img {
  margin-top: -50px;
}

div.responsive-menus {
  width: 80%;
}

/*.region-navigation {
    padding: 1em;
    width: 20%;
}*/
#block-search-form:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 600;
  color: #e42313;
}

#block-search-form a {
  color: #000;
}

.region-navigation #block-search-form {
  display: none;
}

.one-sidebar .layout-3col {
  display: flex;
  flex-direction: column;
}

.layout-3col__right-content {
  order: 2;
}

.layout-3col__left-sidebar {
  order: 1;
}

header.header .top-header-wrapper {
  flex-direction: column;
  flex-wrap: nowrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-justify-content: flex-start;
  /* Safari 6.1+ */
  display: flex;
  justify-content: flex-start;
  padding: 1rem 20px;
}

header.header .header-section {
  margin: 0 auto;
}

.header__logo-image {
  width: 160px;
  height: 140px;
}

.header__name-and-slogan {
  display: flex;
  align-items: center;
  justify-content: left;
}

.front h1.page-title {
  display: none;
}

main .content-wrapper {
  margin-bottom: 3em;
}

.view-frontpage-slideshow {
  text-align: center;
}

.front .views_slideshow_main {
  margin-bottom: 3em;
}

.front .views_slideshow_main .views-field-body,
.front .views_slideshow_main .views-field-title {
  background: #e42313;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
  left: 10%;
  width: 100%;
}

.front .views_slideshow_main .views-field-body h1,
.front .views_slideshow_main .views-field-body p {
  margin-top: 0;
  margin-bottom: 0;
}

.front .views_slideshow_main .views-field-body h1 {
  line-height: 1.5rem;
  font-size: 1.55556rem;
}

.front .views_slideshow_main .views-field-body p {
  font-size: 0.88889rem;
  line-height: 1.25em;
}

.front .views_slideshow_main .views-field-title {
  bottom: 85px;
}

.front .views_slideshow_main a {
  color: #fff;
  text-decoration: underline;
}

nav.main-menu ul.navbar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 1em;
}

nav.main-menu a,
#block-search-form {
  color: #000;
  font-size: 0.88889rem;
}

nav.main-menu a:hover, nav.main-menu a.active {
  color: #e42313;
}

.popup-element-body table.popup-layout .form-item input {
  border-bottom: 1px solid #e1e7e7;
  margin-bottom: 0.5em;
}

.popup-element-title {
  background: none;
}

.responsive-menus.responsified span.toggler {
  background-color: #e42313;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  border-radius: 0;
  padding: 0.5em 0.8em;
  border-bottom: none;
}

.section-menu ul.menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-left: 0px;
}

.section-menu ul.menu li {
  position: relative;
  max-width: 250px;
  text-align: left;
  padding-bottom: 1em;
}

.section-menu ul.menu li .thematic-image {
  border: 2px solid #000;
  max-height: 167px;
  width: 250px;
}

.block-multiblock .thematic-image {
  display: none;
}

.section-menu ul.menu li a {
  font-family: "monotype-grotesque-extended", "monotype-grotesque", Verdana, Arial, sans-serif;
  padding-top: 10px;
  color: #000;
  font-weight: bold;
}

h1.page-title {
  text-align: center;
  border: 2px solid #000;
  padding: 0.75em 1em;
  display: inline-block;
  background-color: #fff;
  max-width: 80%;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin: 30px 0;
}

.title-wrapper {
  text-align: center;
}

.title-wrapper .header-image {
  margin-bottom: -4em;
  max-height: 500px;
  overflow: hidden;
}

.title-wrapper .header-image img {
  width: 100%;
}

.breadcrumb {
  margin-bottom: 2.5em;
}

.page-node .breadcrumb,
.section-collections .breadcrumb,
.page-events .breadcrumb,
.page-shop .breadcrumb,
.page-education .breadcrumb,
.page-civicrm-contribute .breadcrumb,
.page-exhibitions-and-projects .breadcrumb,
.section-digital-resource-type .breadcrumb {
  display: none;
}

.breadcrumb a {
  color: #000;
  font-size: 0.88889rem;
}

.page-node .field-name-title {
  text-align: center;
}

.page-node .node-publication .field-name-title {
  text-align: left;
}

.page-node .field-name-title h1.page-title {
  background-color: #fff;
  margin-top: -25%;
}

/*Fixing a max-width on content columns*/
.ds-1col, article.node-exhibition-project, #block-views-tolpuddle-pdfs-block, .view-full-marx, .view-resources-and-syllabuses, #block-views-3d02324f806c75fbedcb592512ff999d, .section-project .view {
  max-width: 600px;
  margin: 0 auto;
}

/*CRM PAGES*/
#crm-container {
  /*    max-width: 600px; */
  margin: 0 auto;
}

/* MASONRY*/
.masonry-item {
  background-color: transparent;
  border: 2px solid #000;
  width: 100%;
  text-align: center;
}

.masonry-item .views-field img, .masonry-item .field-type-image img, .field-name-field-product-image.field-type-image img {
  border: none;
}

.field-name-field-image {
  text-align: center;
}

/*BUTTON*/
[type="submit"],
.block-support a,
.section-support .block-imageblock .block-body a,
.mml-button,
.footer-top .webform-client-form .webform-submit,
.views-field-registration-link-text span.field-content,
.node-publication.view-mode-feature .field-name-field-subscribe-link a, .crm-container .crm-button.crm-i-button input[type="button"], .crm-container .crm-button.crm-i-button input.crm-form-submit {
  text-decoration: none;
  background-color: transparent;
  border-radius: 0.5em;
  border: 2px solid #000;
  padding: 0.25em 1em;
  color: #000;
  font-weight: bold;
}

.node-publication.view-mode-feature .field-name-field-subscribe-link a {
  font-size: 0.9em;
}

.node-publication.view-mode-feature .field-name-field-subscribe-link {
  margin-top: 1em;
}

/*hide more link on t&s page only*/
.page-node-246 .field-name-field-more-issues-link {
  display: none;
}

/*CRM button overrides*/
.crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, .crm-container input.crm-form-submit, .crm-container .ui-dialog-buttonset .ui-button, .crm-container input[type="button"], .crm-container .crm-button {
  background: none;
  border: none;
}

.crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, .crm-container input.crm-form-submit, .crm-container .ui-dialog-buttonset .ui-button, .crm-container input[type="button"], .crm-container .crm-button {
  text-shadow: none;
  color: #000;
}

.block-support a {
  display: block;
  margin: 1em 4em;
}

.footer-top .webform-client-form .webform-submit:hover,
.block-support a:hover,
.section-support .block-imageblock .block-body a:hover,
.views-field-registration-link-text span.field-content a:hover, .crm-container .crm-button.crm-i-button input.crm-form-submit {
  background-color: #fff;
  color: #e42313;
}

/*PUB*/
.node-publication.view-mode-feature .field-name-title h3 {
  margin-top: 0;
}

.field-name-field-pdf-file,
.field-name-field-pdf-file .field-item {
  margin-bottom: 1em;
}

.section-education .field-name-field-pdf-file {
  margin-bottom: 1em;
  position: relative;
  height: 0;
  padding-bottom: 125%;
}

.section-education .field-name-field-pdf-file iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

/*EVENTS*/
.views-field-registration-link-text {
  padding: 1em 0;
}

.views-field-registration-link-text span.field-content {
  text-align: center;
}

.views-field-registration-link-text span.field-content a {
  font-weight: bold;
  color: #000;
}

.views-field-description,
#block-views-past-events-block h2.block__title {
  border-top: 2px solid #000;
  margin-top: 2.5em;
}

#block-views-past-events-block h2.block__title {
  padding-top: 1em;
}

#block-views-past-events-block .field-name-body p {
  margin-top: 0.5rem;
}

.jcarousel-skin-default {
  text-align: left;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  height: auto;
  width: auto;
  padding: 20px 0;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 98%;
}

.jcarousel-skin-default .jcarousel-item {
  height: auto;
  border: none;
  margin: 0 2em;
  min-width: 250px;
}

.views-field img,
.field-type-image img {
  border: 2px solid #000;
}

.view-upcoming-events .views-field img {
  max-height: 175px;
}

.front .view-frontpage-slideshow .views-field img {
  border: none;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
  background-position: 50px 0px;
  top: 50%;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background-position: -47px 0;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  background-position: 80px -32px;
  top: 50%;
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background-position: -16px -32px;
}

.jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {
  background-image: url(/sites/all/themes/mml/images/arrows.png);
}

.jcarousel .views-field-title {
  font-weight: bold;
}

/*IMG PROPRTIES*/
.img-left {
  padding-right: 0.5em;
}

.img-right {
  padding-left: 0.5em;
}

/*BLK PROPERTIES*/
.colour-block {
  background-color: #e1e7e7;
  padding: 1em;
}

/*COLUMNS*/
.columns-wrapper {
  display: flex;
  flex-direction: column;
}

.ds-2col-fluid > .group-left,
.ds-2col-fluid > .group-right {
  float: none;
  width: 100%;
}

/*TWEETS*/
.view-tweets ul {
  list-style: none;
  padding-left: 0;
}

.view-tweets li {
  padding-bottom: 1em;
}

/*Support*/
.block-support {
  background-color: #e1e7e7;
  max-width: 1165px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.block-support:after {
  content: "";
  background-color: #e1e7e7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -2000px;
  z-index: -1;
}

.block-support:before {
  content: "";
  background-color: #e1e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  right: 0;
  z-index: -1;
}

.block-support a:hover,
.section-support .block-imageblock .block-body a:hover,
.views-field-registration-link-text span.field-content:hover {
  border: 2px solid #e42313;
}

.block-support p,
.footer-top .block-support a {
  color: #000;
}

.block-support p,
.block-support h2 {
  display: inline-block;
}

.block-support h2 {
  color: #e42313;
  font-family: "monotype-grotesque-extended", "monotype-grotesque", Verdana, Arial, sans-serif;
}

.section-support .block-imageblock .block-body,
.section-support .block-imageblock .block-image {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-support .block-imageblock .block-image {
  width: auto;
  min-width: 250px;
  text-align: center;
}

.section-support .block-imageblock {
  display: flex;
  flex-direction: column;
}

/*VIEWS LISTINGS*/
.page-views .views-row h2,
.block-views .views-row h2 {
  margin-top: 0;
}

/*EXH & PROJ LIST*/
.node-exhibition-project h2 {
  font-family: "monotype-grotesque-extended", "monotype-grotesque", Verdana, Arial, sans-serif;
}

/*COURSES / EVENTS*/
.node-course .field-name-field-event-reference {
  padding-bottom: 1.5em;
}

.page-event .title-wrapper {
  display: none;
}

.view-event-display .views-field-summary {
  font-size: 1.11111rem;
}

.view-event-display .views-field-title h2 {
  margin-bottom: 0;
  font-family: "monotype-grotesque-extended", "monotype-grotesque", Verdana, Arial, sans-serif;
}

.view-event-display .views-field-postal-code {
  margin-bottom: 1em;
}

/*PROJECTS*/
.section-project .field-name-field-header-image {
  text-align: center;
}

.view-exhibitions-and-projects .views-row h2 a {
  color: #000;
}

/*LINK HOVER styles*/
.view-exhibitions-and-projects .views-row h2 a:hover,
.section-menu ul.menu li a:hover {
  border-bottom: 2px solid #e42313;
}

.view-exhibitions-and-projects .views-row {
  padding: 1em;
  margin: 0 0 2em;
}

.view-exhibitions-and-projects .views-row-odd {
  background-color: #e1e7e7;
}

/*COLLECTIONS*/
.collections-promo-block {
  background-color: #e1e7e7;
  padding: 0.25em;
}

.collections-promo-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  flex-direction: column;
}

.collections-promo-block img {
  margin-right: 1em;
}

.term-listing-heading .field-name-title {
  display: none;
}

.field-name-field-digital-resource-type {
  margin-top: 1em;
}

.section-thematic-short-films-on-our-spanish-collection .field-name-field-image {
  display: none;
}

/*SHOP*/
.view-shop .views-row .field-name-field-product-image,
.view-products .views-row .field-name-field-product-image {
  padding: 1em;
  padding-bottom: 0;
}

.view-shop .views-row .field-name-field-product-image img,
.view-products .views-row .field-name-field-product-image img {
  max-height: 250px;
  width: auto;
}

.view-products .form-item {
  margin: 0.5rem 0;
}

.block-facetapi ul {
  padding-left: 0;
  list-style: none;
}

.field-name-field-product.field-type-commerce-product-reference {
  margin: 1.5em 0;
}

.block-commerce-cart {
  border: 2px solid #000;
  padding: 0 1em;
}

.button-operator {
  padding: 0 0.5em;
}

.checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
  color: #e42313;
  border: 2px solid #000;
}

.checkout-buttons .checkout-continue:hover,
.checkout-buttons .checkout-cancel:focus,
.checkout-buttons .checkout-back:focus,
.checkout-buttons .checkout-cancel:hover,
.checkout-buttons .checkout-back:hover {
  color: #e42313;
  border-color: #e42313;
  text-decoration: none;
}

.messages,
.messages--status {
  border: 1px solid #e42313;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #e1e7e7;
  color: #000;
}

input.error {
  color: #000;
}

.webform-client-form .form-item {
  width: 100%;
  margin-bottom: .75em;
}

input.form-text {
  background: transparent;
  border: none;
  border-bottom: 2px solid black;
  width: 100%;
}

optgroup, select, textarea {
  margin: .75em 0;
  border: 2px solid black;
}

/*RESP VIDEO*/
.embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*CONTENT TOP */
.region-content-top {
  background-color: #e1e7e7;
}

/*CONTENT BOTTOM*/
.region-content-bottom {
  margin-bottom: 2rem;
  overflow-x: hidden;
}

/*FOOTER*/
.footer-top {
  background-color: #e42313;
  text-align: center;
  padding: 3rem 0;
  color: #fff;
}

.webform-progressbar {
  display: none;
}

.footer-top .webform-client-form .form-item,
.footer-top .webform-client-form .form-actions {
  padding-top: 2em;
  width: auto;
}

.footer-top .webform-client-form .form-item input.form-text {
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  width: auto;
  display: inline-block;
}

.footer-top .webform-client-form .webform-submit {
  border: 2px solid white;
  color: #fff;
}

.footer-top .webform-client-form .form-item {
  margin: 0;
}

.footer-top a {
  color: #fff;
}

footer {
  background: #fff;
  color: #000;
  font-size: 0.88889rem;
}

footer #block-menu-menu-social-menu ul {
  padding-left: 0;
}

footer #block-menu-menu-social-menu ul.menu li {
  display: inline-block;
  padding: 0 1em 0 0;
}

footer ul.menu a {
  text-decoration: none;
  text-transform: uppercase;
}

footer ul.menu a:hover {
  color: #000;
}

footer #block-menu-menu-social-menu ul.menu li a {
  font-size: 2em;
  color: #000;
}

footer #block-menu-menu-footer-menu ul {
  display: flex;
  padding-left: 0;
  flex-direction: column;
}

footer #block-menu-menu-footer-menu ul li {
  padding-right: 1em;
}

footer ul.menu li a.fab span {
  display: none;
}

footer h2.block__title {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1;
}

/*Why donate block*/
#block-views-donor-messages-block {
  background-color: #e1e7e7;
  padding: 20px;
}

.views-field-body {
  font-weight: 600;
}

.page-project-russian-revolution .views-field-body {
  font-weight: normal;
}

.page-project-russian-revolution .views-field-description {
  border-top: none;
}

.page-project-russian-revolution .region-content-top {
  background-color: #e42313;
}

/*TL*/
.tl-message-full {
  display: none;
}

/*TOLPUDDLE MARTYRS*/
/*
.section-tolpuddle-martyrs h1.page-title,
.section-tolpuddle-martyrs .page-content-wrapper a {
    color: color(purple);
    border-color: color(purple);
}

.section-tolpuddle-martyrs .region-content-top {
    background-color: color(purple);
}
*/
/*SOCIALIST OPPOSTION*/
/*.section-socialist-opposition-to-ww1 h1.page-title,
.section-socialist-opposition-to-ww1 .page-content-wrapper a,
.page-project-socialist-opposition-ww1 h1.page-title,
.page-project-socialist-opposition-ww1 .page-content-wrapper a {
    color: color(orange);
    border-color: color(orange);
}*/
.section-project .page-content-wrapper a.active {
  color: #000;
}

/*
.section-socialist-opposition-to-ww1 .region-content-top {
    background-color: color(orange);
}
*/
/*BOTH*/
.section-socialist-opposition-to-ww1 .region-content-top,
.section-tolpuddle-martyrs .region-content-top,
.section-project .region-content-top {
  color: #fff;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-top: -4em;
  font-size: 1.11111rem;
  max-width: 1240px;
  margin: -4em auto 0;
}

/* manual */
.ui-widget-content a {
  color: #e42313;
}

/* Hide Start Date field on Gifl Aid Mailing profile (profile 34) */
.CRM_Profile_Form_Edit .crm-profile-name-New_Gift_Aid_Declaration_34 #editrow-custom_88 {
    display: none;
}

/* New MML Courses view */
.view-mml-courses-new .view-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.view-mml-courses-new .view-content .views-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 1 30%;
    align-items: center;
}

.view-mml-courses-new .view-content .views-row .views-field img,
.node-mml-course .field-name-field-image img {
    border: none;
}

.view-mml-courses-new .view-content .views-row .views-field-title {
    font-size: 1.5em;
    line-height: 1.1em;
}

@media only screen and (min-width: 768px) {
  .header__site-slogan {
    display: block;
    text-align: center;
    font-size: 1.11111rem;
  }
  .region-top ul.menu li:not(.search):not(.search-catalogue) {
    display: block;
  }
  nav.main-menu li.top-menu,
  nav.main-menu li a.top-menu {
    display: none;
  }
  .ds-2col-fluid > .group-left {
    float: left;
    padding-right: 1%;
    width: 50%;
  }
  .ds-2col-fluid > .group-right {
    float: right;
    padding-left: 1%;
    width: 50%;
  }
  .page-node .ds-2col-fluid > .group-right .field-name-title {
    text-align: left;
  }
  .view-exhibitions-and-projects .views-row-odd .group-left {
    float: right;
    padding-left: 1%;
    padding-right: 0;
  }
  .view-exhibitions-and-projects .views-row-odd .group-right {
    float: left;
    padding-right: 1%;
    padding-left: 0;
  }
  footer .block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  footer .block:nth-child(1) {
    width: 100%;
  }
  footer .block:nth-child(2) {
    width: 66%;
  }
  .layout-swap {
    padding-top: 0;
  }
  .content-wrapper {
    padding-top: 2em;
  }
  .block-support a {
    display: inline-block;
    margin: 0;
    margin-left: 2em;
  }
  /*    .masonry-item {
        width: 30%;
    }
    
    .view-taxonomy-term .masonry-item {
        width: 48%;
    }*/
  /*EVENTS*/
  .view-event-display .views-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  .view-event-display .views-field-title {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
  .view-event-display .views-field-summary {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  .view-event-display .views-field-start-date {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
  }
  .view-event-display .views-field-postal-code {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
        grid-row-start: 4;
    grid-row-end: 5;
  }
  .view-event-display .views-field-email {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
        grid-row-start: 5;
    grid-row-end: 6;
  }
  .view-event-display .views-field-phone {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
        grid-row-start: 6;
    grid-row-end: 7;
  }
  .view-event-display .views-field-image-79 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 7;
    padding-left: 2em;
  }
  .view-event-display .views-field-description {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 8;
        grid-row-start: 8;
    grid-row-end: 9;
  }
  .view-event-display .views-field-description .field-content {
    max-width: 600px;
    margin: 2em auto;
    display: block;
  }
  /*SHOP*/
  .views-responsive-grid-horizontal.views-columns-4 .views-row .views-column,
  .views-responsive-grid-horizontal.views-columns-3 .views-row .views-column {
    width: 50%;
    float: left;
  }
  .node-publication.view-mode-feature .field-name-field-subscribe-link a {
    padding: 0.25em 0.02em;
    font-size: 0.9em;
  }
  .jcarousel-skin-default .jcarousel-item,
  .view-upcoming-events .masonry-item {
    min-width: 300px;
  }
  .front .views_slideshow_main .views-field-body h1 {
    line-height: 3rem;
    font-size: 2rem;
  }
  .front .views_slideshow_main .views-field-body p {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  .layout-3col__right-sidebar,
  .layout-3col__left-sidebar {
    font-size: 0.9em;
  }
  nav.main-menu a, #block-search-form {
    font-size: 0.8rem;
  }
  .layout-3col__right-sidebar h2 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  #sidr-wrapper-0 {
    display: block !important;
  }
  .main-menu.responsive-menus-sidr-processed {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .masonry-item {
    width: 30%;
  }
  .view-exhibitions-and-projects .views-row {
    padding: 2em 4em;
    margin: 0 0 2em;
  }
  .view-taxonomy-term .masonry-item {
    width: 48%;
  }
  .webform-client-form .webform-component,
  .webform-client-form .form-actions {
    display: inline-block;
    padding: 0 0.5rem;
  }
  /*menu/mobile hamburger*/
  header.header .layout-swap__top.layout-3col__full {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-column-end: 3;
    grid-row-end: 4;
    max-width: 1240px;
    margin: 1em auto 0;
    position: relative;
  }
  header.header .region.region-top {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
  header.header .top-header-wrapper {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  header.header .top-header-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: initial;
    max-width: 1240px;
    margin: 20px auto;
    padding: 0px 20px;
  }
  header.header .header__site-slogan {
    max-width: 60%;
    margin: 0 1em;
    text-align: left;
  }
  header.header {
    border-bottom: none;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .region-top ul.menu li.search {
    display: none;
  }
  .layout-swap__top.layout-3col__full {
    background-color: #e1e7e7;
  }
  .region-top {
    border-left: none;
  }
  header nav.main-menu {
    width: 85%;
  }
  header nav.main-menu:before {
    content: "";
    background-color: #e1e7e7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: 0;
    z-index: -1;
  }
  .region-navigation {
    padding: 1em;
    width: 15%;
    white-space: nowrap;
  }
  .region-navigation:after {
    content: "";
    background-color: #e1e7e7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2000px;
    left: 0;
    z-index: -1;
  }
  .region-navigation #block-search-form {
    display: block;
  }
  .front .views_slideshow_main .views-field-body,
  .front .views_slideshow_main .views-field-title {
    padding: 2rem 1rem;
  }
  .columns-wrapper {
    flex-direction: row;
  }
  .columns-wrapper div.region {
    width: 50%;
  }
  .columns-wrapper div.region:first-child {
    padding-right: 1em;
  }
  .columns-wrapper div.region:last-child {
    padding-left: 1em;
  }
  footer #block-menu-menu-footer-menu ul {
    flex-direction: row;
  }
  /*SUPPORT*/
  .section-support .block-imageblock {
    flex-direction: row;
  }
  .section-support .block-imageblock .block-body {
    padding-left: 2em;
  }
  /*SHOP*/
  .views-responsive-grid-horizontal.views-columns-4 .views-row .views-column {
    width: 25%;
    float: left;
  }
  .collections-promo-block a {
    flex-direction: row;
  }
  .commerce-product-field, .field-name-field-category {
    margin: 1em 0;
  }
  .field-commerce-price {
    font-family: "monotype-grotesque-extended", "monotype-grotesque", Verdana, Arial, sans-serif;
    color: #e42313;
  }
  .layout-3col__right-content {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 1em;
  }
  .layout-3col .page-content-wrapper {
    flex-direction: row;
  }
  .layout-3col .page-content-wrapper .content-wrapper {
    /*width: 60%;*/
    order: 2;
  }
  .layout-3col .page-content-wrapper .layout-3col__left-sidebar {
    width: 20%;
    margin-right: 0;
    order: 1;
  }
  .one-sidebar .layout-3col {
    display: block;
  }
  .layout-3col .page-content-wrapper .layout-3col__right-sidebar {
    width: 20%;
    margin-right: 0;
  }
  .node-publication.view-mode-feature .field-name-field-subscribe-link a {
    padding: 0.25em 1em;
  }
}

/* CiviCRM Patrons Contribution Form GoCardless */
#crm-main-content-wrapper .crm-contribution-page-id-23 .is_recur-section, #crm-main-content-wrapper .crm-contribution-page-id-24 .is_recur-section {
  display: none;
}

@media only screen and (min-width: 777px) {
  .layout-3col {
    margin-left: 0;
    margin-right: 0;
  }
  .block-support h2 {
    margin-right: 2em;
  }
}

@media only screen and (min-width: 999px) {
  h1.page-title {
    width: 600px;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .page-shop .block-facetapi {
    margin-top: 3em;
  }
  .layout-3col__right-content {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 1em;
  }
  .layout-3col .page-content-wrapper {
    flex-direction: row;
  }
  .layout-3col .page-content-wrapper .content-wrapper {
    width: 80%;
  }
  .layout-3col .page-content-wrapper .layout-3col__left-sidebar {
    width: 20%;
    margin-right: 0;
  }
  .one-sidebar .layout-3col {
    display: block;
  }
  .layout-3col .page-content-wrapper .layout-3col__right-sidebar {
    width: 20%;
    margin-right: 0;
  }
  .section-menu {
    margin-left: -2em;
    margin-right: -2em;
  }
}

@media only screen and (min-width: 1160px) {
  .views-responsive-grid-horizontal.views-columns-2 .views-row .views-column {
    width: 50%;
    float: left;
    padding: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  header.header .top-header-wrapper {
    padding: 0px;
  }
  .front .views_slideshow_main .views-field-body,
  .front .views_slideshow_main .views-field-title {
    position: absolute;
    bottom: -2em;
v    background: #e42313;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    left: 10%;
    width: 80%;
  }
  .views-responsive-grid-horizontal.views-columns-3 .views-row .views-column {
    width: 33.33333%;
    float: left;
  }
  .layout-3col .page-content-wrapper .content-wrapper {
    width: 80%;
  }
  nav.main-menu a,
  #block-search-form {
    color: #000;
    font-size: 1rem;
  }
}
