/*
*
* Please note that alot of boostrap less parts are excluded > 'bootstrap/less/_bootstrap'
*
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "apercu", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #222222;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #222222;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #E4E4E4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: #222222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #E2E1E0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 1.2rem;
}
h2,
.h2 {
  font-size: 1rem;
}
h3,
.h3 {
  font-size: 1rem;
}
h4,
.h4 {
  font-size: 0.9rem;
}
h5,
.h5 {
  font-size: 0.8rem;
}
h6,
.h6 {
  font-size: 0.7rem;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}
small,
.small {
  font-size: 60%;
}
mark,
.mark {
  background-color: #FFCF66;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #E2E1E0;
}
.text-primary {
  color: #CA002E;
}
a.text-primary:hover {
  color: #970022;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #CA002E;
}
a.bg-primary:hover {
  background-color: #970022;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #FFCF66;
}
a.bg-warning:hover {
  background-color: #ffbf33;
}
.bg-danger {
  background-color: #FF8080;
}
a.bg-danger:hover {
  background-color: #ff4d4d;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #E4E4E4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.3;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #E2E1E0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 25px;
  border-left: 5px solid #E4E4E4;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3;
  color: #E2E1E0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #E4E4E4;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.3;
}
code,
kbd,
pre,
samp {
  font-family: "apercu_monoregular", Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 0rem;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #4A4A4A;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #E2E1E0;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FFCF66;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffc74c;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #FF8080;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ff6666;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 1.5rem;
  line-height: inherit;
  color: #4A4A4A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.3;
  color: #909090;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  color: #909090;
  background-color: #E2E1E0;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #E4E4E4;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 12rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24rem;
  }
}
.form-group {
  margin-bottom: 60px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 27px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 12rem;
  padding: 5px 10px;
  font-size: 0.6rem;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 12rem;
  line-height: 12rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 12rem;
  padding: 5px 10px;
  font-size: 0.6rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 12rem;
  line-height: 12rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 12rem;
  padding: 5px 10px;
  font-size: 0.6rem;
  line-height: 1.5;
  min-height: 26.6px;
}
.input-lg {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 24rem;
  line-height: 24rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  min-height: 27px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.input-sm + .form-control-feedback {
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #FFCF66;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #FF8080;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #CA002E;
  border-color: #b10028;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #970022;
  border-color: #73001a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CA002E;
  border-color: #b10028;
}
.btn-primary .badge {
  color: #CA002E;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #FF4B00;
  border-color: #e64400;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #cc3c00;
  border-color: #a83200;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #FF4B00;
  border-color: #e64400;
}
.btn-success .badge {
  color: #FF4B00;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #FF4B00;
  border-color: #e64400;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #cc3c00;
  border-color: #a83200;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #FF4B00;
  border-color: #e64400;
}
.btn-info .badge {
  color: #FF4B00;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FFCF66;
  border-color: #ffc74c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ffbf33;
  border-color: #ffb40f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFCF66;
  border-color: #ffc74c;
}
.btn-warning .badge {
  color: #FFCF66;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #FA4646;
  border-color: #f92d2d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #f91414;
  border-color: #e30606;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #FA4646;
  border-color: #f92d2d;
}
.btn-danger .badge {
  color: #FA4646;
  background-color: #fff;
}
.btn-link {
  color: #222222;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #222222;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #E2E1E0;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.6rem;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.6rem;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #4A4A4A;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3d3d3d;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #CA002E;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #E2E1E0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.6rem;
  line-height: 1.3;
  color: #E2E1E0;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 12rem;
  padding: 5px 10px;
  font-size: 0.6rem;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 12rem;
  line-height: 12rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #909090;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.6rem;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1rem;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #222222;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #222222;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #222222;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #222222 #222222 #222222;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #222222;
  background-color: #fff;
  border: 1px solid #222222;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #222222;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #222222;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #CA002E;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #222222;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #222222;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #E4E4E4;
  color: #E2E1E0;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #E2E1E0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #CA002E;
  border-color: #CA002E;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ff97af;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #FFCF66;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #ffc74c;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #FF8080;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ff6666;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px 0px;
}
.panel-heading {
  padding: 10px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 10px 0px;
  padding-right: 10px 0px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: rgba(74, 74, 74, 0.1);
}
.panel-default > .panel-heading {
  color: #4A4A4A;
  background-color: transparent;
  border-color: rgba(74, 74, 74, 0.1);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(74, 74, 74, 0.1);
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #4A4A4A;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(74, 74, 74, 0.1);
}
.panel-primary {
  border-color: #CA002E;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #CA002E;
  border-color: #CA002E;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #CA002E;
}
.panel-primary > .panel-heading .badge {
  color: #CA002E;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #CA002E;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #ffa94c;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #FFCF66;
  border-color: #ffa94c;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa94c;
}
.panel-warning > .panel-heading .badge {
  color: #FFCF66;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa94c;
}
.panel-danger {
  border-color: #ff6680;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #FF8080;
  border-color: #ff6680;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff6680;
}
.panel-danger > .panel-heading .badge {
  color: #FF8080;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff6680;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "apercu", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 6px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 6px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 6px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 6px;
}
.tooltip-inner {
  white-space: nowrap;
  max-width: 320px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #858585;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #CA002E;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #CA002E;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #CA002E;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #CA002E;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #CA002E;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #CA002E;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #CA002E;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #CA002E;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "apercu", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -15px;
}
.popover.right {
  margin-left: 15px;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-left: -15px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 16px;
}
.popover > .arrow:after {
  border-width: 15px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -16px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -16px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -15px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -16px;
  margin-top: -16px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -15px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -16px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -16px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -15px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -16px;
  margin-top: -16px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -15px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 1100;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
.gray-base {
  color: #000000;
}
.gray-darker {
  color: #222222;
}
.gray-dark {
  color: #4A4A4A;
}
.gray {
  color: #909090;
}
.gray-light {
  color: #E2E1E0;
}
.gray-lighter {
  color: #E4E4E4;
}
.brand-primary {
  color: #CA002E;
}
.brand-success {
  color: #FF4B00;
}
.brand-info {
  color: #FF4B00;
}
.brand-warning {
  color: #FFCF66;
}
.brand-danger {
  color: #FA4646;
}
.gray-base-bg {
  background-color: #000000;
}
.gray-darker-bg {
  background-color: #222222;
}
.gray-dark-bg {
  background-color: #4A4A4A;
}
.gray-bg {
  background-color: #909090;
}
.gray-light-bg {
  background-color: #E2E1E0;
}
.gray-lighter-bg {
  background-color: #E4E4E4;
}
.brand-primary-bg {
  background-color: #CA002E;
}
.brand-success-bg {
  background-color: #FF4B00;
}
.brand-info-bg {
  background-color: #FF4B00;
}
.brand-warning-bg {
  background-color: #FFCF66;
}
.brand-danger-bg {
  background-color: #FA4646;
}
.brand-maroon-bg {
  background-color: #750019;
}
.brand-persian-bg {
  background-color: #174bcf;
}
@font-face {
  font-family: "apercu";
  src: url("../apercu/font/Apercu-Regular-Pro.eot");
  src: url("../apercu/font/Apercu-Regular-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-Regular-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-Regular-Pro.woff") format("woff"), url("../font/apercu/Apercu-Regular-Pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-Italic-Pro.eot");
  src: url("../font/apercu/Apercu-Italic-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-Italic-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-Italic-Pro.woff") format("woff"), url("../font/apercu/Apercu-Italic-Pro.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-Medium-Pro.eot");
  src: url("../font/apercu/Apercu-Medium-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-Medium-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-Medium-Pro.woff") format("woff"), url("../font/apercu/Apercu-Medium-Pro.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-MediumItalic-Pro.eot");
  src: url("../font/apercu/Apercu-MediumItalic-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-MediumItalic-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-MediumItalic-Pro.woff") format("woff"), url("../font/apercu/Apercu-MediumItalic-Pro.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-Bold-Pro.eot");
  src: url("../font/apercu/Apercu-Bold-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-Bold-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-Bold-Pro.woff") format("woff"), url("../font/apercu/Apercu-Bold-Pro.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-BoldItalic-Pro.eot");
  src: url("../font/apercu/Apercu-BoldItalic-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-BoldItalic-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-BoldItalic-Pro.woff") format("woff"), url("../font/apercu/Apercu-BoldItalic-Pro.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-Light-Pro.eot");
  src: url("../font/apercu/Apercu-Light-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-Light-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-Light-Pro.woff") format("woff"), url("../font/apercu/Apercu-Light-Pro.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/Apercu-LightItalic-Pro.eot");
  src: url("../font/apercu/Apercu-LightItalic-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/Apercu-LightItalic-Pro.ttf") format("truetype"), url("../font/apercu/Apercu-LightItalic-Pro.woff") format("woff"), url("../font/apercu/Apercu-LightItalic-Pro.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "apercu_monoregular";
  src: url("../font/apercu/ApercuMono-Regular-Pro.eot");
  src: url("../font/apercu/ApercuMono-Regular-Pro.eot#iefix") format("embedded-opentype"), url("../font/apercu/ApercuMono-Regular-Pro.ttf") format("truetype"), url("../font/apercu/ApercuMono-Regular-Pro.woff") format("woff"), url("../font/apercu/ApercuMono-Regular-Pro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'artuk';
  src: url('../font/artuk.eot');
  src: url('../font/artuk.eot?#iefix') format('embedded-opentype'), url('../font/artuk.woff') format('woff'), url('../font/artuk.ttf') format('truetype'), url('../font/artuk.svg#artuk') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before,
[class*='icon-']:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: '\0041';
}
.icon-arrow:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: '\0042';
}
.icon-download:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
  content: '\0043';
}
.icon-favourite:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-favourite:before {
  content: '\0044';
}
.icon-info:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-info:before {
  content: '\0045';
}
.icon-location:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-location:before {
  content: '\0046';
}
.icon-attribution:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-attribution:before {
  content: '\0047';
}
.icon-next:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-next:before {
  content: '\0048';
}
.icon-previous:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-previous:before {
  content: '\0049';
}
.icon-close:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: '\004A';
}
.icon-commons:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-commons:before {
  content: '\004B';
}
.icon-facebook:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: '\004C';
}
.icon-filter-close:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-filter-close:before {
  content: '\004D';
}
.icon-filter-open:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-filter-open:before {
  content: '\004E';
}
.icon-top:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-top:before {
  content: '\004F';
}
.icon-menu:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: '\0050';
}
.icon-link-login:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-link-login:before {
  content: '\0051';
}
.icon-login:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-login:before {
  content: '\0052';
}
.icon-filled:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-filled:before {
  content: '\0053';
}
.icon-outline:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-outline:before {
  content: '\0054';
}
.icon-licence:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-licence:before {
  content: '\0055';
}
.icon-remove:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-remove:before {
  content: '\0056';
}
.icon-reserved:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-reserved:before {
  content: '\0057';
}
.icon-search:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: '\0058';
}
.icon-back:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-back:before {
  content: '\0059';
}
.icon-list:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list:before {
  content: '\005A';
}
.icon-map:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-map:before {
  content: '\0061';
}
.icon-less:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-less:before {
  content: '\0062';
}
.icon-more:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-more:before {
  content: '\0063';
}
.icon-logo:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
  content: '\0064';
}
.icon-tick:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tick:before {
  content: '\0065';
}
.icon-note:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-note:before {
  content: '\0066';
}
.icon-edit:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-edit:before {
  content: '\0067';
}
.icon-delete:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-delete:before {
  content: '\0068';
}
.icon-album:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-album:before {
  content: '\0069';
}
.icon-location-anchor:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-location-anchor:before {
  content: '\006A';
}
.icon-arrow-home:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-home:before {
  content: '\006b';
}
.icon-cc-cc:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-cc:before {
  content: '\006d';
}
.icon-cc-by:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-by:before {
  content: '\006e';
}
.icon-cc-nd:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-nd:before {
  content: '\006f';
}
.icon-cc-sa:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-sa:before {
  content: '\0070';
}
.icon-cc-pd:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-pd:before {
  content: '\0071';
}
.icon-cc-nc:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-nc:before {
  content: '\0072';
}
.icon-cc-zero:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cc-zero:before {
  content: '\0073';
}
.icon-warning:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
  content: '\0074';
}
.icon-pdf:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: '\0075';
}
.icon-exclamation:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-exclamation:before {
  content: '\0076';
}
.icon-cross-rounded:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross-rounded:before {
  content: '\0077';
}
.icon-star:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-star:before {
  content: '\0078';
}
.icon-minus:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
  content: '-';
}
.icon-has-image:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-toggle-plus:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-toggle-plus:before {
  content: '\0030';
}
.icon-toggle-minus:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-toggle-minus:before {
  content: '\0031';
}
.icon-minus:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
  content: '\0032';
}
.icon-cart:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
  content: '\0079';
}
.icon-cart-block:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cart-block:before {
  content: '\0033';
}
.icon-instagram:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: '\0034';
}
.icon-youtube:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: '\0035';
}
.icon-padlock:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-padlock:before {
  content: "\0051";
}
/* Font weights */
/* Weight/Style */
.light {
  font-weight: 200;
  font-style: normal;
}
.light-italic {
  font-weight: 200;
  font-style: italic;
}
.normal {
  font-weight: 400;
  font-style: normal;
}
.italic {
  font-weight: 400;
  font-style: italic;
}
.medium {
  font-weight: 600;
  font-style: normal;
}
.medium-italic {
  font-weight: 600;
  font-style: italic;
}
.bold {
  font-weight: 700;
  font-style: normal;
}
.bold-italic {
  font-weight: 700;
  font-style: italic;
}
.gray-light {
  color: #E2E1E0;
}
/* Right offset */
/* Reset mixins */
.ul-reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-reset li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Positioning mixins */
.row-same-height {
  /* Make all columns in a row the same height */
  display: table;
  min-width: 100%;
}
.row-same-height > * {
  display: table-cell;
  float: none !important;
  vertical-align: top;
  overflow-x: hidden;
}
/* Positions element at the center both vertically and horizontally */
.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* Positions element at the center vertically */
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
/* Fills parent element */
.cover-align {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.img-hover {
  transition: opacity 0.3s ease;
}
.img-hover:hover {
  opacity: 0.9;
}
.opacity-hover {
  transition: opacity 0.3s ease;
}
.opacity-hover:hover {
  opacity: 0.9;
}
.hover-green {
  transition: all 0.2s ease;
}
.hover-green:hover span,
.hover-green:active span,
.hover-green:focus span,
.hover-green.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
.button-icon {
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
}
.button-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#header .page-header:before,
#header .page-header:after,
.top-message:before,
.top-message:after,
#main section:before,
#main section:after,
#main section.picture-list ul li:before,
#main section.picture-list ul li:after,
#main section.major-features ul:before,
#main section.major-features ul:after,
#main section.minor-features ul:before,
#main section.minor-features ul:after,
#main section.module > .wrap:before,
#main section.module > .wrap:after,
#main section.module-carousel:before,
#main section.module-carousel:after,
#main section.module-carousel .carousel-wrap:before,
#main section.module-carousel .carousel-wrap:after,
#footer nav:before,
#footer nav:after,
.container-break:before,
.container-break:after,
.container-max:before,
.container-max:after,
.container-carousels:before,
.container-carousels:after,
#main section.module-carousel.header .carousel-top:before,
#main section.module-carousel.header .carousel-top:after,
#main section.module-carousel-header.header .carousel-top:before,
#main section.module-carousel-header.header .carousel-top:after,
#main section.map .view-as-list:before,
#main section.map .view-as-list:after,
#main .artwork-download .wrap:before,
#main .artwork-download .wrap:after,
#main .artwork-notes .wrap:before,
#main .artwork-notes .wrap:after,
#main section.edit-details > .fields:before,
#main section.edit-details > .fields:after,
.home__container:before,
.home__container:after,
.home__banner__container:before,
.home__banner__container:after,
div.social-share nav:before,
div.social-share nav:after,
section.resource-toolbar nav:before,
section.resource-toolbar nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-footer:after,
#header .page-header:after,
.top-message:after,
#main section:after,
#main section.picture-list ul li:after,
#main section.major-features ul:after,
#main section.minor-features ul:after,
#main section.module > .wrap:after,
#main section.module-carousel:after,
#main section.module-carousel .carousel-wrap:after,
#footer nav:after,
.container-break:after,
.container-max:after,
.container-carousels:after,
#main section.module-carousel.header .carousel-top:after,
#main section.module-carousel-header.header .carousel-top:after,
#main section.map .view-as-list:after,
#main .artwork-download .wrap:after,
#main .artwork-notes .wrap:after,
#main section.edit-details > .fields:after,
.home__container:after,
.home__banner__container:after,
div.social-share nav:after,
section.resource-toolbar nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*
- General  
----------------------------------------*/
html {
  font-size: 20px;
}
html * {
  outline: none !important;
}
html *:hover {
  transition: background 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
html.touchevents {
  /* ipad fix */
}
html.touchevents .tooltip,
html.touchevents li.item.artwork .img-wrap .actions {
  display: none !important;
}
html.touchevents section.artwork-toolbar nav .actions > div.faved.faved:hover:before,
html.touchevents section.artwork-toolbar nav .actions > a.faved.faved:hover:before {
  color: #CA002E;
}
body {
  font-weight: 200;
  font-style: normal;
  overflow-x: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 479px) {
  body.no-scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
}
body.artwork #donate-link,
body.edit_artwork #donate-link,
body.add_artwork #donate-link {
  display: none;
}
body.edit_artwork .artwork-wrapper {
  z-index: 1;
  position: relative;
}
body.edit_artwork #main {
  z-index: 2;
  position: relative;
}
body p.oup-source {
  font-size: 0.8rem;
  display: block;
  width: 100%;
  float: left;
  margin: 12px 0px 0px 4px;
}
#page {
  width: 100%;
  display: inline-block;
}
a:focus,
a:active {
  text-decoration: none;
}
a.link,
div.link,
.artuk-link {
  text-decoration: none;
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
  cursor: pointer;
}
a.link span,
div.link span,
.artuk-link span {
  border-bottom: 2px solid #FF4B00;
}
a.link.normal,
div.link.normal,
.artuk-link.normal {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
a.link:hover,
div.link:hover,
.artuk-link:hover,
a.link:active,
div.link:active,
.artuk-link:active,
a.link:focus,
div.link:focus,
.artuk-link:focus,
a.link.active,
div.link.active,
.artuk-link.active {
  color: #FF4B00;
  text-decoration: none;
}
a.link.twitter:before,
div.link.twitter:before,
.artuk-link.twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.link.twitter:before,
div.link.twitter:before,
.artuk-link.twitter:before {
  content: '\0041';
}
a.link.twitter:before,
div.link.twitter:before,
.artuk-link.twitter:before {
  margin-right: 6px;
  top: 3px;
  position: relative;
}
.menu {
  padding-left: 0;
  list-style: none;
}
.tooltip-inner {
  background: #CA002E;
  color: white;
  font-size: 0.7rem;
  font-weight: 200;
  padding: 4px 10px;
}
.tooltip-arrow {
  border-bottom-color: #CA002E;
  opacity: 1;
}
main h1,
main h4,
main h5 {
  font-weight: 600;
  font-style: normal;
}
main h2,
main h3,
main h6 {
  font-weight: 200;
  font-style: normal;
}
main h3,
main h5 {
  color: #909090;
}
main p,
main li {
  margin-bottom: 20px;
}
main p:last-child,
main li:last-child {
  margin-bottom: 0;
}
main p a,
main li a {
  text-decoration: none;
}
main p a:hover,
main li a:hover,
main p a:active,
main li a:active,
main p a:focus,
main li a:focus,
main p a.active,
main li a.active {
  text-decoration: none;
}
main a {
  text-decoration: none;
}
main p a {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
main p a:hover,
main p a:active,
main p a:focus,
main p a.active {
  color: #FF4B00;
  text-decoration: none;
}
main p.lock {
  display: table;
}
main p.lock:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main p.lock:before {
  content: '\0051';
}
main p.lock:before {
  display: inline-block;
  float: right;
  padding-left: 4px;
  padding-top: 2px;
  color: #909090;
}
main ul,
main ol {
  padding-left: 20px;
}
@media (min-width: 768px) {
  main ul,
  main ol {
    padding-left: 4.16666667%;
  }
}
main li {
  list-style: none;
}
main dl {
  clear: both;
  margin-bottom: 30px;
}
main dl dt {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #909090;
  margin-bottom: 10px;
}
main strong,
main b {
  font-weight: 600;
}
main em,
main i {
  font-style: italic;
}
main blockquote {
  font-size: 1.4rem;
  color: #909090;
  font-weight: 200;
  font-style: normal;
  border-left: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  main blockquote {
    padding-left: 4.16666667%;
  }
}
@media (min-width: 768px) {
  main blockquote {
    padding-right: 12.5%;
  }
}
main blockquote p:first-of-type:before {
  content: "'";
}
main blockquote p:last-of-type:after {
  content: "'";
}
main .cmscode_object > .wrap,
main .cmscode_object > a {
  position: relative;
  display: block !important;
}
main .cmscode_object > .wrap:hover .credit,
main .cmscode_object > a:hover .credit {
  opacity: 1;
}
main .cmscode_object > .wrap .credit,
main .cmscode_object > a .credit {
  z-index: 2;
  position: absolute;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
  color: white;
}
main .cmscode_object > .wrap .credit > p,
main .cmscode_object > a .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  max-height: 200px;
  width: 100%;
  font-size: 0.7rem;
  color: white;
}
main .colors-list li,
main .icons-list li {
  text-align: center;
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
main .colors-list li:before,
main .icons-list li:before {
  display: block;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  main .colors-list li,
  main .icons-list li {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  main .colors-list li,
  main .icons-list li {
    float: left;
    width: 8.33333333%;
  }
}
main .colors-list:before,
main .icons-list:before,
main .colors-list:after,
main .icons-list:after {
  content: " ";
  display: table;
}
main .colors-list:after,
main .icons-list:after {
  clear: both;
}
main .colors-list:before,
main .icons-list:before,
main .colors-list:after,
main .icons-list:after {
  content: " ";
  display: table;
}
main .colors-list:after,
main .icons-list:after {
  clear: both;
}
main .colors-list li {
  min-height: 3rem;
  line-height: 3rem;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
}
main .colors-list:before,
main .colors-list:after {
  content: " ";
  display: table;
}
main .colors-list:after {
  clear: both;
}
main .colors-list:before,
main .colors-list:after {
  content: " ";
  display: table;
}
main .colors-list:after {
  clear: both;
}
main > .messages {
  margin: 0;
  padding-left: 0;
  text-align: center;
  padding: 10px 0;
  background: #CA002E;
  color: white;
}
main > .messages > li {
  margin: 0;
}
.visible {
  display: block !important;
}
.message {
  color: white;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  transition: opacity 0.3s ease;
}
.message.success {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: #3c763d;
}
.message p {
  font-size: 0.85rem;
  font-weight: 100;
  margin-bottom: 0;
}
pre {
  font-size: 12px;
}
#header {
  background-size: cover;
  position: relative;
}
#header #credit {
  font-size: 0.65rem;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 15px;
}
#header #credit a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#header #credit a:hover {
  text-decoration: none;
}
#header #credit p {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  margin-right: -30px;
  opacity: 0;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease;
}
#header #credit.show p {
  margin-right: 0;
  opacity: 1;
}
#header.dark .page-header,
#header.dark #logo {
  color: #fff;
}
#header.dark .page-header *,
#header.dark #logo * {
  color: #fff;
}
#header.dark #credit {
  color: #ffffff;
}
#header.dark #credit a {
  color: #ffffff;
}
#header.single-artwork {
  background: #222222;
}
#header.home-header {
  height: 78vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#header.home-header > * {
  z-index: 4;
}
#header.home-header > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.1);
  z-index: 3;
}
#header.home-header .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
#header.home-header #credit {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (orientation: portrait) {
  #header.home-header {
    padding-top: 78.125%;
    background-size: cover;
  }
}
#header.home-header #logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  background: transparent url(../img/logo.png) top left no-repeat;
  background-size: contain;
  margin-left: 20px;
  z-index: 5 !important;
  width: 43.38%;
  padding-top: 19.43%;
  height: 0;
}
#header.home-header #logo:before {
  display: none;
}
#header.home-header #logo span {
  display: none;
}
@media only screen and (orientation: portrait) {
  #header.home-header #logo {
    top: 50%;
    width: 68.75%;
    height: 0;
    padding-top: 30.625%;
  }
}
@media only screen and (orientation: landscape) {
  #header.home-header #logo {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) {
  #header.home-header #logo {
    cursor: pointer;
  }
}
#header.home-header #second-logo {
  width: 15.38%;
  height: 0;
  padding-top: 5.52%;
  text-indent: -99999px;
  display: block;
  overflow: hidden;
  left: 20px;
  top: 20px;
  position: absolute;
  display: none;
  background: transparent url(../img/second-logo.png) top left no-repeat;
  background-size: contain;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  #header.home-header #second-logo {
    display: block;
    max-width: 195px;
    opacity: 0;
  }
}
#header.home-header #top-search {
  display: none;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  #header.home-header #top-search {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
  }
  #header.home-header #top-search .main-search {
    width: 100%;
  }
  #header.home-header #top-search .input-group {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
  }
  #header.home-header #top-search .autocomplete-menu .autocomplete-menu {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 992px) {
  #header.home-header #top-search {
    width: 50%;
  }
}
#header.home-header #top-search .input-group-addon {
  right: 15px;
}
#header.home-header .navbar-header .menu {
  width: 66px;
  padding-left: 15px;
  padding-bottom: 0;
}
#header.home-header .navbar-header .navbar-toggle.collapsed div {
  display: none;
}
@media only screen and (min-width: 768px) {
  #header.home-header .navbar-header .navbar-toggle.collapsed div {
    display: block;
  }
}
#header .page-header {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 108px;
  padding-bottom: 30px;
  border-bottom: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #header .page-header {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #header .page-header {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #header .page-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #header .page-header {
    padding-top: 154px;
    padding-bottom: 50px;
  }
}
#header .page-header.portal {
  padding-top: 0px;
  padding-bottom: 0px;
}
#header .page-header.story a.link,
#header .page-header.story div.link {
  color: inherit;
  font-weight: normal;
  font-size: 1rem;
  font-weight: 100;
}
#header .page-header p.breadcrumb {
  margin: 0 0 10px 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 200;
  font-style: normal;
}
#header .page-header p.breadcrumb > a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .page-header p.breadcrumb > a:before {
  content: '\0042';
}
#header .page-header p.breadcrumb > a:before {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  font-size: 0.8rem;
  padding: 0px 0px 0 6px;
  position: relative;
  top: 1px;
}
#header .page-header h1,
#header .page-header h2 {
  font-size: 2.4rem;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-style: normal;
}
#header .page-header h3 {
  font-weight: 300;
  margin-top: 10px;
}
#header .page-header h3 a {
  font-weight: 300;
  color: #222222;
  font-size: 1rem;
  transition: all 0.3s ease;
}
#header .page-header h3 a span {
  border-bottom: 0;
  transition: all 0.3s ease;
}
#header .page-header h3 a:hover span {
  color: #FF4B00;
}
#header .page-header h3.caption {
  font-weight: 300;
}
#header .page-header h3.caption .status {
  margin-right: 5px;
  color: #FF4B00;
}
#header .page-header .on-now {
  font-size: 0.9rem;
  color: #FF4B00;
}
#header .page-header .on-now span {
  border-bottom: 0;
}
#header .page-header .on-now:hover span {
  border-bottom: 2px solid #FF4B00;
}
#header .close-button {
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  padding: 0;
  float: right;
}
#header .close-button:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .close-button:before {
  content: '\004A';
}
#header .close-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 22px;
}
.header-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.header-wrap.video {
  overflow: hidden;
}
.header-wrap.video header > * {
  z-index: 4;
}
.header-wrap.video .bg {
  background: rgba(30, 30, 30, 0.3) !important;
}
.header-wrap .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -50px;
  width: auto;
  height: auto;
  z-index: 1 !important;
  padding: 0;
}
.header-wrap .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.header-wrap.site-notice-visible {
  position: relative;
}
.header-wrap.site-notice-visible .navbar-header .navbar-toggle {
  position: absolute;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px) rotate(0deg);
  }
  15% {
    opacity: 1;
    transform: translateY(10px) rotate(0deg);
  }
  20% {
    transform: translateY(-5px) rotate(0deg);
  }
  25% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.arrow-home {
  opacity: 0;
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  width: 50px;
  height: 36px;
  left: 50%;
  margin-left: -25px;
  background-color: rgba(34, 34, 34, 0.6);
  animation-delay: 3s;
  animation-fill-mode: both;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: bounceInDown 3.5s;
  /* IE 10+, Fx 29+ */
  z-index: 1;
}
.arrow-home:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow-home:before {
  content: '\006b';
}
.arrow-home:before {
  color: white;
  left: 50%;
  font-size: 28px;
  position: relative;
  margin-left: -14px;
  top: 4px;
  font-weight: bold;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #header.home-header {
    height: 710px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #header.home-header {
    height: 480px;
  }
}
.navbar-header {
  transition: all 0.4s ease;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
}
.navbar-header.fixed {
  position: fixed;
  z-index: 8;
  top: 0;
}
.navbar-header.fixed .navbar-home ul li a:hover {
  opacity: 0.6;
}
.navbar-header.fixed .menu-toggle:hover {
  opacity: 0.6;
}
.navbar-header .curations {
  height: 64px;
  width: 100%;
  margin-bottom: unset;
  top: unset;
  z-index: 1;
  opacity: 0.9;
  left: unset;
  right: unset;
  text-align: left;
  display: block;
  position: unset;
  border-bottom: unset;
}
.navbar-header .curations:before,
.navbar-header .curations:after {
  content: " ";
  display: table;
}
.navbar-header .curations:after {
  clear: both;
}
.navbar-header .curations:before,
.navbar-header .curations:after {
  content: " ";
  display: table;
}
.navbar-header .curations:after {
  clear: both;
}
.navbar-header .curations .left {
  width: 35%;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
}
.navbar-header .curations .right {
  width: 65%;
  text-align: right;
}
.navbar-header .curations .right .full-text {
  display: block;
  border-bottom: none;
}
.navbar-header .curations .right .short-text {
  display: none;
}
.navbar-header .curations .right .btn.ajax-action:not(.dismiss) {
  display: none;
}
.navbar-header .curations .right .btn.ajax-action:not(.dismiss).add {
  display: inline-block;
}
.navbar-header .curations .right.ticked .btn.ajax-action:not(.dismiss) {
  display: inline-block;
}
.navbar-header .curations .right.ticked .btn.ajax-action:not(.dismiss).add {
  display: none;
}
@media (max-width: 768px) {
  .navbar-header .curations .left a {
    border-bottom: 2px solid #fff;
  }
  .navbar-header .curations .left a > span {
    border-bottom: unset;
  }
  .navbar-header .curations .right .full-text {
    display: none;
  }
  .navbar-header .curations .right .short-text {
    display: block;
    border-bottom: none;
  }
}
@media (max-width: 365px) {
  .navbar-header .curations .left {
    width: 65%;
  }
  .navbar-header .curations .right {
    width: 35%;
  }
  .navbar-header .curations .right .btn.ajax-action.add:not(.dismiss),
  .navbar-header .curations .right .btn.ajax-action.remove:not(.dismiss) {
    display: none;
  }
}
.navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option) {
  border: 2px solid;
  padding: 6px 35px;
  border-color: white;
  margin: -5px 10px;
}
.navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option):hover {
  background-color: white;
  color: black;
}
.navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option):hover.add,
.navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option):hover.remove {
  background-color: white;
  color: black;
}
.navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option).add,
.navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option).remove {
  background-color: #CA002E;
  color: white;
}
@media (max-width: 640px) {
  .navbar-header .curations .btn.btn-primary:not(.collapsed):not(.option) {
    padding: 6px 10px;
    margin: 0 5px;
  }
}
.navbar-header .navbar-logo__container {
  height: 0;
  z-index: 2;
  position: relative;
}
@media all and (max-width: 390px) {
  .navbar-header .navbar-logo__container {
    display: none;
  }
}
.navbar-header .navbar-logo__container .logo {
  float: left;
  position: relative;
  top: 12px;
  left: 20px;
}
.navbar-header .navbar-logo__container .logo img {
  height: 40px;
}
.navbar-header .navbar-home {
  background-color: rgba(34, 34, 34, 0.6);
  height: 66px;
}
@media only screen and (max-width: 767px) {
  .navbar-header .navbar-home {
    display: none;
  }
}
.navbar-header .navbar-home.light {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .navbar-home.light ul {
  background-color: white;
  padding-left: 0;
}
.navbar-header .navbar-home.light li {
  background-color: #E2E1E0;
  color: #222222;
  margin-left: 1px;
}
.navbar-header .navbar-home.light li a {
  color: #222222;
  font-weight: 500;
  font-size: 0.8rem;
}
.navbar-header .navbar-home.light li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-header .navbar-home.light:before {
  color: #222222;
}
.navbar-header .navbar-home.light:hover {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .navbar-home ul {
  float: right;
  padding-left: 0;
}
.navbar-header .navbar-home ul li {
  float: left;
  list-style: none;
}
.navbar-header .navbar-home ul li a {
  float: left;
  color: white;
  font-weight: 100;
  padding: 0 25px;
  height: 66px;
  line-height: 66px;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-header .navbar-home ul li a:hover {
  text-decoration: none;
  background-color: #222;
}
@media only screen and (max-width: 1199px) {
  .navbar-header .navbar-home ul li a {
    padding: 0 15px;
    font-size: 0.65rem;
  }
}
@media only screen and (max-width: 920px) {
  .navbar-header .navbar-home ul li a {
    padding: 0 6px;
  }
}
.navbar-header--container.home {
  height: 66px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}
.navbar-header--user .menu-toggle.account > div {
  max-width: 70px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navbar-header.poised {
  position: fixed;
  top: -200px;
}
.navbar-header.open {
  z-index: 8;
}
.navbar-header .menu-toggle {
  height: 66px;
  border: none;
  float: right;
  margin-left: 1px;
  padding: 0 25px;
  background-color: transparent;
  z-index: 5;
  cursor: pointer;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  background-color: rgba(34, 34, 34, 0);
}
.navbar-header .menu-toggle.menu:before,
.navbar-header .menu-toggle.account:before,
.navbar-header .menu-toggle.search-menu:before {
  left: 0;
  top: auto;
  margin-left: 10px;
  position: relative;
}
.navbar-header .menu-toggle.light {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.light > div,
.navbar-header .menu-toggle.light span:before {
  color: #222222;
}
.navbar-header .menu-toggle.light:before {
  color: #222222;
}
.navbar-header .menu-toggle.light:hover {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle:hover {
  background-color: #222;
}
.navbar-header .menu-toggle.menu {
  margin-left: 1px;
}
.navbar-header .menu-toggle.menu:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .menu-toggle.menu:before {
  content: '\0050';
}
.navbar-header .menu-toggle.menu:before {
  font-size: 24px;
  color: white;
}
.navbar-header .menu-toggle.menu.light {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.menu.light > div,
.navbar-header .menu-toggle.menu.light span:before {
  color: #222222;
}
.navbar-header .menu-toggle.menu.light:before {
  color: #222222;
}
.navbar-header .menu-toggle.menu.light:hover {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.search-menu {
  margin-left: 1px;
}
.navbar-header .menu-toggle.search-menu:before {
  font-family: 'artuk';
  content: '\0058';
  color: white;
  font-size: 1em;
}
.navbar-header .menu-toggle.search-menu.light {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.search-menu.light > div,
.navbar-header .menu-toggle.search-menu.light span:before {
  color: #222222;
}
.navbar-header .menu-toggle.search-menu.light:before {
  color: #222222;
}
.navbar-header .menu-toggle.search-menu.light:hover {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.account {
  margin-left: 1px;
}
.navbar-header .menu-toggle.account:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .menu-toggle.account:before {
  content: '\0052';
}
.navbar-header .menu-toggle.account:before {
  color: white;
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  .navbar-header .menu-toggle.account {
    width: auto;
  }
}
.navbar-header .menu-toggle.account.light {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.account.light > div,
.navbar-header .menu-toggle.account.light span:before {
  color: #222222;
}
.navbar-header .menu-toggle.account.light:before {
  color: #222222;
}
.navbar-header .menu-toggle.account.light:hover {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .menu-toggle.shop:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .menu-toggle.shop:before {
  content: '\0079';
}
.navbar-header .menu-toggle.shop:before {
  color: white;
  font-size: 30px;
  text-transform: lowercase;
  display: block;
}
.navbar-header .menu-toggle.shop .basket-items {
  position: absolute;
  top: 23px;
  font-size: 14px;
  left: -3px;
}
.navbar-header .menu-toggle.shop.cart-items {
  width: 80px;
}
.navbar-header .menu-toggle.shop.cart-items:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .menu-toggle.shop.cart-items:before {
  content: '\0079';
}
.navbar-header .menu-toggle.shop.cart-items .label {
  font-size: 0;
}
.navbar-header .menu-toggle.shop.cart-items:before {
  left: 38px;
}
@media only screen and (min-width: 768px) {
  .navbar-header .menu-toggle.shop.cart-items:before {
    left: 38px;
  }
}
.navbar-header .menu-toggle.shop.cart-items .basket-items {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .navbar-header .menu-toggle.shop:before {
    left: 70px;
    display: none;
  }
}
.navbar-header .menu-toggle.collapsed {
  z-index: 4;
  width: auto;
  background-color: rgba(34, 34, 34, 0.6);
}
.navbar-header .menu-toggle.collapsed:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .menu-toggle.collapsed:before {
  content: '\0050';
}
.navbar-header .menu-toggle.collapsed span {
  display: none;
}
.navbar-header .menu-toggle.collapsed div {
  display: block;
}
.navbar-header .menu-toggle.collapsed:hover {
  background-color: #222;
}
.navbar-header .menu-toggle.collapsed:before {
  font-size: 26px;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .navbar-header .menu-toggle {
    padding: 0 15px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .navbar-header .menu-toggle.menu:before,
  .navbar-header .menu-toggle.account:before,
  .navbar-header .menu-toggle.search-menu:before {
    left: 0;
    top: auto;
    margin-left: 10px;
    position: relative;
  }
}
@media only screen and (max-width: 920px) {
  .navbar-header .menu-toggle {
    padding: 0 6px;
  }
}
@media all and (max-width: 767px) {
  .navbar-header .menu-toggle {
    width: 65px;
    background-color: rgba(34, 34, 34, 0.6);
  }
  .navbar-header .menu-toggle.menu:before,
  .navbar-header .menu-toggle.account:before,
  .navbar-header .menu-toggle.search-menu:before {
    top: 0;
    left: 0;
    position: relative;
    margin-left: 0;
  }
}
.navbar-header .menu-toggle > div {
  color: #ffffff;
  font-weight: 100;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar-header .menu-toggle > div {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-header .menu-toggle > div {
    font-size: 0.7rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-header .menu-toggle > div {
    display: none;
  }
}
.navbar-header .tour-step-backdrop {
  z-index: 1101;
  background-color: #222222;
}
@media (max-width: 385px) {
  .navbar-header #donate-link {
    display: none;
  }
}
.navbar-header #donate-link .donate {
  height: 66px;
  position: relative;
  display: block;
  float: right;
  z-index: 5;
  padding: 0 18px;
  background: rgba(250, 70, 70, 0.8);
  line-height: 3.3;
  color: rgba(255, 255, 255, 0.95);
}
.navbar-header .account-toggle {
  height: 66px;
  position: relative;
  display: block;
  float: right;
  margin: 0 1px;
  z-index: 5;
  padding: 0 18px;
  cursor: pointer;
  background-color: rgba(34, 34, 34, 0.6);
}
.navbar-header .account-toggle:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-header .account-toggle:before {
  content: '\0052';
}
.navbar-header .account-toggle:before {
  color: white;
  font-size: 1.4em;
  position: relative;
  top: 16px;
}
.navbar-header .account-toggle:hover {
  background-color: #222;
}
.navbar-header .account-toggle.light {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .account-toggle.light > div,
.navbar-header .account-toggle.light span:before {
  color: #222222;
}
.navbar-header .account-toggle.light:before {
  color: #222222;
}
.navbar-header .account-toggle.light:hover {
  background-color: #E2E1E0;
  color: #222222;
}
.navbar-header .account-toggle > div {
  color: #ffffff;
  margin-right: 12px;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar-header .account-toggle > div {
    display: none !important;
  }
}
.navbar-header--tagger .navbar-header--container {
  background-color: #222222;
}
@media only screen and (min-width: 992px) {
  .navbar-header--tagger .navbar-header--container .menu-toggle:hover {
    opacity: 0.6;
  }
}
.navbar-header--tagger .navbar-home ul {
  margin: 0;
}
.navbar-header--tagger .navbar-home ul li a:hover {
  opacity: 0.6;
}
body.site-notice-visible .navbar-header.fixed {
  z-index: 9;
  top: 70px;
}
body.site-notice-visible .navbar-header.fixed.site-notice {
  top: 0;
}
body.site-notice-visible .navbar-header.poised {
  top: -66px;
}
body.site-notice-visible .navbar-header.poised.site-notice {
  top: -66px;
}
body.site-notice-visible .navbar-header.no-transition {
  transition: none;
}
.main-navigation {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  transition: none;
  transition: right 0.4s ease;
  right: -480px;
  width: 100%;
  opacity: 0;
  min-height: 100% !important;
  height: auto !important;
  background-color: #CA002E;
  color: #ffffff;
}
@media only screen and (min-width: 480px) {
  .main-navigation {
    width: 480px;
    left: auto;
  }
}
.main-navigation.open {
  right: 0;
  opacity: 1;
}
.main-navigation * {
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
}
.main-navigation .close-menu {
  position: relative;
  display: block;
  font-size: 0.8rem;
  color: #ffffff;
  top: 25px;
  right: 55px;
  float: right;
  cursor: pointer;
  text-transform: uppercase;
}
.main-navigation .close-menu:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation .close-menu:before {
  content: '\004A';
}
.main-navigation .close-menu:before {
  font-size: 20px;
  position: absolute;
  right: -32px;
  top: -2px;
  cursor: pointer;
}
.main-navigation ul {
  padding-left: 0;
  list-style: none;
}
.main-navigation ul li a {
  text-decoration: none;
  font-size: 1rem;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:active,
.main-navigation ul li a.active,
.main-navigation ul li a:focus {
  text-decoration: none;
  box-shadow: 0 2px 0 #ffffff;
  color: #ffffff;
}
.main-navigation ul li.active a {
  box-shadow: 0 3px 0 #ffffff;
}
.main-navigation ul li.home-item a {
  font-size: 1.1rem;
  font-weight: 600;
}
.main-navigation ul li.form-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 480px) {
  .main-navigation ul li.form-item {
    padding-left: 30px;
  }
}
.main-navigation ul li.form-item .input-group {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
.main-navigation ul li.form-item .input-group input[type="text"] {
  background-color: transparent;
  color: #CA002E;
  box-shadow: none !important;
  height: 50px;
  line-height: 50px;
  padding-left: 57px;
}
.main-navigation ul li.form-item .input-group input[type="text"]::-webkit-input-placeholder {
  color: rgba(250, 70, 70, 0.75);
}
.main-navigation ul li.form-item .input-group input[type="text"]:-moz-placeholder {
  color: rgba(250, 70, 70, 0.75);
}
.main-navigation ul li.form-item .input-group input[type="text"]::-moz-placeholder {
  color: rgba(250, 70, 70, 0.75);
}
.main-navigation ul li.form-item .input-group input[type="text"]:-ms-input-placeholder {
  color: rgba(250, 70, 70, 0.75);
}
.main-navigation ul li.form-item .input-group input[type="text"]:focus {
  border-color: transparent;
}
.main-navigation ul li.form-item .input-group .input-group-addon {
  position: absolute;
  left: -5.5px;
  top: 0;
  z-index: 2;
}
.main-navigation ul li.form-item .input-group .input-group-addon > button {
  color: rgba(250, 70, 70, 0.75);
  border: 0;
  background: none;
  font-size: 24px;
  height: 50px;
  width: 50px;
  top: 0;
  position: absolute;
}
.main-navigation ul li.form-item .input-group .input-group-addon > button:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation ul li.form-item .input-group .input-group-addon > button:before {
  content: '\0058';
}
.main-navigation > ul {
  padding-top: 21px;
}
.main-navigation > ul > li {
  margin-bottom: 15px;
  padding-left: 40px;
}
@media only screen and (min-width: 480px) {
  .main-navigation > ul > li {
    float: left;
  }
  .main-navigation > ul > li.form-item,
  .main-navigation > ul > li.home-item {
    width: 100% !important;
    float: none;
  }
  .main-navigation > ul > li:nth-of-type(odd) {
    width: 38%;
    clear: both;
  }
  .main-navigation > ul > li:nth-of-type(even) {
    width: 62%;
  }
}
.main-navigation h3 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 400;
}
.submenu-collapse {
  margin-top: 41px;
  padding-left: 30px !important;
  /*Overriding .list-unstyled, defined in .main-navigation, as it is not relevant here*/
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .submenu-collapse:hover li {
    opacity: 0.6;
  }
  .submenu-collapse:hover li:hover {
    opacity: 1;
  }
}
.submenu-collapse > li {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 480px) {
  .submenu-collapse > li {
    float: left;
  }
  .submenu-collapse > li:nth-of-type(odd) {
    width: 48%;
    clear: both;
  }
  .submenu-collapse > li:nth-of-type(even) {
    width: 50%;
  }
}
.submenu-collapse > li li {
  padding-left: 38px;
  padding-top: 18px;
}
.submenu-collapse > li li > a {
  font-weight: 200;
}
.submenu-collapse > li li:last-of-type {
  margin-bottom: 16px;
}
.submenu-collapse > li > h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}
.submenu-collapse > li > h3 > a,
.submenu-collapse > li > h3 > button {
  position: relative;
}
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon {
  padding-right: 30px;
  padding-top: 5px;
  margin-right: 8px;
}
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:hover,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:hover,
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:active,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:active,
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon.active,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon.active,
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:focus,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:focus {
  text-decoration: unset;
  box-shadow: unset;
  color: unset;
}
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:before,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:before,
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:after,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.2s ease-out;
  border-radius: 1px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 20px;
}
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:after,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:after {
  transform: rotate(90deg);
}
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:not(.collapsed):before,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:not(.collapsed):before {
  transform: rotate(90deg);
}
.submenu-collapse > li > h3 > a[data-toggle="collapse"].toggle-icon:not(.collapsed):after,
.submenu-collapse > li > h3 > button[data-toggle="collapse"].toggle-icon:not(.collapsed):after {
  transform: rotate(270deg);
}
.secondary-menu {
  background-color: #E2E1E0;
}
.secondary-menu .dropdown {
  background-color: #ffffff;
  border-radius: 2px;
}
.secondary-menu .dropdown a,
.secondary-menu .dropdown .btn-link {
  text-decoration: none;
  box-shadow: none;
  font-weight: 200;
  font-style: normal;
  display: block;
  width: 100%;
  line-height: 51px;
  padding: 0;
  color: #222222;
}
.secondary-menu .dropdown a:hover,
.secondary-menu .dropdown .btn-link:hover,
.secondary-menu .dropdown a:active,
.secondary-menu .dropdown .btn-link:active,
.secondary-menu .dropdown a.active,
.secondary-menu .dropdown .btn-link.active,
.secondary-menu .dropdown a:focus,
.secondary-menu .dropdown .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .secondary-menu .dropdown a,
  .secondary-menu .dropdown .btn-link {
    width: auto;
    display: inline-block;
  }
}
.secondary-menu .dropdown .btn-link {
  padding-right: 51px;
  position: relative;
}
.secondary-menu .dropdown .btn-link .caret {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 58px;
  font-size: 14px;
}
.secondary-menu .dropdown .btn-link .caret:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.secondary-menu .dropdown .btn-link .caret:before {
  content: '\004E';
}
.secondary-menu .dropdown .dropdown-menu {
  right: 0;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  text-align: center;
  padding: 0;
}
.secondary-menu .dropdown .dropdown-menu li {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .secondary-menu .dropdown .dropdown-menu {
    border: none;
  }
  .secondary-menu .dropdown .dropdown-menu a {
    line-height: 1.2rem;
    margin: 15px 15px;
  }
  .secondary-menu .dropdown .dropdown-menu a.active {
    box-shadow: 0 2px 0 #FF4B00;
    background-color: transparent;
    color: #222222;
  }
  .secondary-menu .dropdown .dropdown-menu a.active:focus {
    color: #222222;
  }
  .secondary-menu .dropdown .dropdown-menu a:hover,
  .secondary-menu .dropdown .dropdown-menu a:focus,
  .secondary-menu .dropdown .dropdown-menu a:active {
    background-color: transparent;
    color: #FF4B00;
  }
}
.secondary-menu .dropdown.open .btn-link .caret:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.secondary-menu .dropdown.open .btn-link .caret:before {
  content: '\004D';
}
.account-menu {
  display: inline-block;
  width: 100%;
  position: absolute;
  color: #222222;
  background: white;
  bottom: 0;
  top: 80px;
}
.account-menu .nav-tabs {
  border-bottom: 0;
  background-color: #CA002E;
}
.account-menu .nav-tabs li {
  width: 50%;
  text-align: center;
  margin-bottom: 0;
}
.account-menu .nav-tabs li > a {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.5);
  color: #222222;
  border: 0;
  border-radius: 0;
}
.account-menu .nav-tabs li > a.reg {
  margin-right: 0;
}
.account-menu .nav-tabs li.active a {
  padding: 16px 0;
  background: white;
  color: #222222;
  border: 0;
  box-shadow: none;
}
.account-menu .nav-tabs li:hover a,
.account-menu .nav-tabs li:focus a {
  border: 0;
  color: #222222;
  box-shadow: none;
}
.account-menu .tab-content {
  width: 100%;
  display: inline-block;
  background: white;
  padding: 20px;
  min-height: 500px;
}
.account-menu .tab-content * {
  color: #222222;
}
.account-menu .tab-content form {
  color: #222222;
}
.account-menu .tab-content form .form-error {
  color: #CA002E;
}
.account-menu .tab-content form .terms {
  font-size: 0.8em;
  margin-top: 5px;
}
.account-menu .tab-content form .btn {
  width: 100%;
}
.account-menu .tab-content form .btn.action {
  margin-top: 20px;
}
.account-menu .tab-content .forgotten,
.account-menu .tab-content .forgotten-cancel {
  top: 30px;
  position: relative;
}
.account-menu .tab-content .forgotten-wrap {
  display: none;
}
.account-menu .tab-content .forgotten-wrap p {
  margin-bottom: 60px;
}
#profile-menu {
  display: none;
}
.profile-menu {
  position: relative;
  top: 60px;
  padding: 0 40px;
}
.profile-menu .menu {
  display: block;
  margin-top: 60px;
}
.profile-menu .menu.sub {
  display: none;
  margin: 0 0 0 50px;
}
.blur {
  -webkit-filter: blur(3px);
  transition: filter 0.5s ease;
}
.bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-filter: blur(0) !important;
  z-index: -1;
}
.bg-overlay.visible {
  display: block;
  opacity: 0.4;
  z-index: 6;
}
@media only screen and (max-width: 479px) {
  .bg-overlay.visible {
    display: none;
  }
}
@media all and (max-width: 490px) {
  .bg-overlay {
    display: none !important;
  }
}
#logo,
#logo a {
  text-indent: -99999px;
  width: 145px;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  overflow: visible;
  clear: both;
}
@media only screen and (max-width: 370px) {
  #logo,
  #logo a {
    width: 100px;
    margin-top: 5px;
    margin-left: 10px;
  }
  #logo:before,
  #logo a:before {
    font-size: 110px !important;
  }
}
@media only screen and (min-width: 768px) {
  #logo,
  #logo a {
    margin-top: 20px;
    width: 195px;
    height: 70px;
    margin-left: 20px;
    font-size: 60px;
  }
}
#logo:before,
#logo a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#logo:before,
#logo a:before {
  content: '\0064';
}
#logo:before,
#logo a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 145px;
}
@media only screen and (min-width: 768px) {
  #logo:before,
  #logo a:before {
    font-size: 195px;
  }
}
#logo:hover,
#logo a:hover {
  text-decoration: none;
}
.content-social-side h3,
.content-social-side dt {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #909090;
}
.content-social-side dl {
  clear: both;
  margin-bottom: 30px;
}
.content-social-side dl dt {
  margin-bottom: 10px;
}
.content-social-side dl dd {
  font-size: 1rem;
  line-height: 1rem;
}
.content-social-side dl.national-galleries dt {
  text-indent: -99999px;
  overflow: hidden;
  height: 94px;
  width: 124px;
  background: transparent url(../images/ngs.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
  float: left;
}
.content-social-side dl.national-galleries dd {
  font-weight: 400;
  font-style: normal;
}
.content-social-side dl.national-galleries dd span {
  font-weight: 200;
  font-style: normal;
  display: block;
  font-size: 0.8rem;
}
.content-social-side .menu li {
  margin-bottom: 10px;
}
.content-social-side .menu li a {
  box-shadow: none;
  font-weight: 400;
  font-style: normal;
}
.content-social-side .menu li a:hover,
.content-social-side .menu li a:active,
.content-social-side .menu li a.active {
  box-shadow: 0 2px 0 #FF4B00;
}
.content-social-side p {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  margin-bottom: 10px;
  clear: both;
}
.content-social-side p a {
  color: #909090;
  box-shadow: 0 2px 0 #FF4B00;
}
.content-social-side p a:hover,
.content-social-side p a:active,
.content-social-side p a.active,
.content-social-side p a:focus {
  color: #FF4B00;
}
.content-social-side p a.external-link {
  position: relative;
}
.content-social-side p a.external-link:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-social-side p a.external-link:before {
  content: '\0042';
}
.content-social-side p a.external-link:before {
  display: none;
}
.content-social-side p a.external-link:hover:before {
  display: block;
  position: absolute;
  right: -25px;
  margin-top: 3px;
  bottom: 1px;
  font-size: 14px;
}
.content-social-side p a.britain-tate-logo {
  width: 124px;
  height: 53px;
  display: block;
  background: transparent url(../images/britain-tate.png) center center no-repeat;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  box-shadow: none;
}
.content-social-side p a.tate-logo {
  width: 124px;
  height: 61px;
  display: block;
  background: transparent url(../images/tate.png) center center no-repeat;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  box-shadow: none;
}
.content-social-side .license-icons {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  clear: both;
  margin-bottom: 30px;
}
.content-social-side .license-icons > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.content-social-side .license-icons:before,
.content-social-side .license-icons:after {
  content: " ";
  display: table;
}
.content-social-side .license-icons:after {
  clear: both;
}
.content-social-side .license-icons:before,
.content-social-side .license-icons:after {
  content: " ";
  display: table;
}
.content-social-side .license-icons:after {
  clear: both;
}
.content-social-side .license-icons li {
  text-indent: -99999px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  height: 32px;
  width: 32px;
  font-size: 31px;
  color: #000000;
  margin-right: 10px;
  margin-bottom: 0px;
}
.content-social-side .license-icons li:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.content-social-side .license-icons li.license-cc:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-social-side .license-icons li.license-cc:before {
  content: '\004B';
}
.content-social-side .license-icons li.license-personal:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-social-side .license-icons li.license-personal:before {
  content: '\0047';
}
.culture24 dt {
  text-indent: -99999px;
  overflow: hidden;
  height: 58px;
  width: 115px;
  background: transparent url(../img/culture24.png) center center no-repeat;
  background-size: contain;
  float: left;
  margin-right: 10px;
}
.culture24 dd {
  font-weight: 200;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 18px;
}
#footer.fixed {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
#footer * {
  color: #ffffff;
}
#footer nav ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 480px) {
  #footer nav ul {
    display: inline-block;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    position: relative;
    padding-bottom: 70px;
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  #footer nav ul li {
    padding: 5px 0;
  }
}
#footer nav ul li.art-council a {
  text-indent: -99999px;
  display: block;
  height: 0;
  padding-top: 27%;
  width: 100%;
  background: transparent url(../images/lottery_png_white1.png) center center no-repeat;
  background-size: cover;
}
#footer nav ul.menu-social {
  margin-bottom: 18px;
}
#footer nav ul.menu-social li {
  float: left;
  margin-bottom: 0;
}
#footer nav ul.menu-social li.facebook {
  padding-right: 10px;
}
#footer nav ul.menu-social li.facebook a {
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #222222;
}
#footer nav ul.menu-social li.facebook a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer nav ul.menu-social li.facebook a:before {
  content: '\004C';
}
#footer nav ul.menu-social li.facebook a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
#footer nav ul.menu-social li.facebook a:before {
  font-size: 24px;
}
#footer nav ul.menu-social li.facebook a:hover {
  background-color: #3B5998;
}
#footer nav ul.menu-social li.twitter {
  padding-right: 10px;
}
#footer nav ul.menu-social li.twitter a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  background-color: #222222;
}
#footer nav ul.menu-social li.twitter a svg {
  width: 30px;
  margin: auto;
}
#footer nav ul.menu-social li.twitter a:hover {
  background-color: #55ACEE;
}
#footer nav ul.menu-social li.instagram {
  padding-right: 10px;
}
#footer nav ul.menu-social li.instagram a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  background-color: #222222;
}
#footer nav ul.menu-social li.instagram a:before {
  font-size: 24px;
}
#footer nav ul.menu-social li.instagram a:hover {
  background-color: #D52E7E;
}
#footer nav ul.menu-social li.instagram a svg {
  width: 35px;
  margin: auto;
  fill: #fff;
}
#footer nav ul.menu-social li.linkedin {
  padding-right: 10px;
}
#footer nav ul.menu-social li.linkedin a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  background-color: #222222;
}
#footer nav ul.menu-social li.linkedin a:before {
  font-size: 24px;
}
#footer nav ul.menu-social li.linkedin a:hover {
  background-color: #8F8472;
}
#footer nav ul.menu-social li.linkedin a svg {
  width: 30px;
  margin: auto;
  fill: #fff;
}
#footer nav ul.menu-social li.pintrest {
  padding-right: 10px;
}
#footer nav ul.menu-social li.pintrest a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  background-color: #222222;
}
#footer nav ul.menu-social li.pintrest a:before {
  font-size: 24px;
}
#footer nav ul.menu-social li.pintrest a:hover {
  background-color: #AC4DDF;
}
#footer nav ul.menu-social li.pintrest a svg {
  width: 30px;
  margin: auto;
  fill: #fff;
}
#footer nav ul.menu-social li.youtube {
  padding-right: 10px;
}
#footer nav ul.menu-social li.youtube a {
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #222222;
}
#footer nav ul.menu-social li.youtube a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer nav ul.menu-social li.youtube a:before {
  content: '\0035';
}
#footer nav ul.menu-social li.youtube a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
#footer nav ul.menu-social li.youtube a:before {
  font-size: 32px;
}
#footer nav ul.menu-social li.youtube a:hover {
  background-color: #E62D28;
}
#footer nav ul.menu-social li.to-top {
  float: right;
}
@media (max-width: 480px) {
  #footer nav ul.menu-social li.to-top {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#footer nav ul.menu-social li.to-top a {
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #222222;
}
#footer nav ul.menu-social li.to-top a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer nav ul.menu-social li.to-top a:before {
  content: '\004F';
}
#footer nav ul.menu-social li.to-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
#footer nav ul.menu-social li.to-top a:before {
  font-size: 24px;
}
#footer nav ul.menu-social li.to-top a:hover,
#footer nav ul.menu-social li.to-top a:active,
#footer nav ul.menu-social li.to-top a.active,
#footer nav ul.menu-social li.to-top a:focus {
  background-color: #CA002E;
}
#footer nav ul.menu-social li.support {
  margin-bottom: 35px;
  margin-top: 20px;
  width: 100%;
}
#footer nav ul.menu-social li.support a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #750019;
  padding: 0 23px;
  font-size: 0.8rem;
  border-radius: 2px;
}
#footer nav ul.menu-social li.support a:hover,
#footer nav ul.menu-social li.support a:active,
#footer nav ul.menu-social li.support a.active,
#footer nav ul.menu-social li.support a:focus {
  border-color: transparent;
  text-decoration: none;
}
#footer nav ul.menu-social li.support.subscribe a {
  background-color: #222222;
}
#footer nav ul.menu-social li.support.subscribe a:hover,
#footer nav ul.menu-social li.support.subscribe a:active,
#footer nav ul.menu-social li.support.subscribe a.active,
#footer nav ul.menu-social li.support.subscribe a:focus {
  background-color: #750019;
  border-color: transparent;
  text-decoration: none;
}
#footer nav ul.menu-social:before,
#footer nav ul.menu-social:after {
  content: " ";
  display: table;
}
#footer nav ul.menu-social:after {
  clear: both;
}
#footer nav ul.menu-social:before,
#footer nav ul.menu-social:after {
  content: " ";
  display: table;
}
#footer nav ul.menu-social:after {
  clear: both;
}
#footer nav ul.menu-quick {
  margin-bottom: 40px;
}
#footer nav ul.menu-quick li {
  margin-bottom: 15px;
}
#footer nav ul.menu-quick li a {
  font-size: 0.8rem;
}
#footer .credits {
  font-weight: 100;
  position: relative;
  float: left;
  text-align: left;
  margin-top: 15px;
  opacity: 0.8;
  margin-bottom: 20px;
  margin-top: 0;
}
#footer .credits.-mobile {
  display: block;
}
@media only screen and (min-width: 1190px) {
  #footer .credits.-mobile {
    display: none;
  }
}
#footer .credits.-desktop {
  display: none;
}
@media only screen and (min-width: 1190px) {
  #footer .credits.-desktop {
    display: block;
  }
}
@media (min-width: 1000px) {
  #footer .credits {
    margin-top: 20px;
    margin-bottom: 0;
    float: right;
    text-align: right;
  }
}
#footer .credits .company {
  float: left;
  text-align: left;
  clear: both;
  font-size: 0.65em;
  margin-top: 5px;
}
@media (min-width: 1000px) {
  #footer .credits .company {
    float: right;
    text-align: right;
  }
}
#footer .credits .trademark {
  margin-top: 30px;
  float: left;
  text-align: left;
  font-size: 0.65em;
  clear: both;
}
@media (min-width: 1000px) {
  #footer .credits .trademark {
    float: right;
    text-align: right;
  }
}
#footer .credits .trademark img {
  width: 80px;
  position: relative;
  margin-right: 0px;
  top: -10px;
}
@media only screen and (max-width: 480px) {
  #footer nav ul.menu-quick {
    margin-bottom: 0;
  }
}
.top-message-wrap {
  background-color: #222222;
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
}
.top-message {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top-message {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .top-message {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .top-message {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 768px) {
  .top-message {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.top-message .row > div {
  float: left;
  width: 95.83333333%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .top-message .row > div {
    float: left;
    width: 100%;
  }
}
.top-message .row > div p {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 10px;
}
.top-message .row > div p a {
  color: #ffffff;
}
.top-message .close-button {
  float: left;
  width: 4.16666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 15px;
  margin: 10px 0 0 10px;
  padding: 0;
  border: none;
  background-color: transparent;
  float: right;
}
.top-message .close-button:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-message .close-button:before {
  content: '\004A';
}
.top-message .close-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .top-message .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.top-message-wrap {
  background-color: #222222;
  width: 100%;
}
.top-message-content {
  padding-top: 20px;
  padding-bottom: 10px;
}
.top-message-content p {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 10px;
}
.top-message-content p a {
  color: #ffffff;
}
.close-button {
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.close-button:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.close-button:before {
  content: '\004A';
}
.close-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 22px;
}
/*
- Filtering / Search
----------------------------------------*/
#top-search {
  padding: 20px 0;
}
#top-search .main-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
#top-search .main-search .autocomplete {
  margin: 0;
  width: calc(100% - 52px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: white;
  position: relative;
}
#top-search .main-search .autocomplete input {
  padding: 0 10px;
  width: calc(100% - 50px);
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #222222;
  mix-blend-mode: normal;
  opacity: 0.5;
}
#top-search .main-search .input-group-addon {
  width: 50px;
  height: 50px;
  font-size: 24px;
}
#top-search .main-search .input-group-addon:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top-search .main-search .input-group-addon:before {
  content: '\0058';
}
#top-search .main-search .show-filters {
  width: 50px;
  height: 50px;
  background-color: #CA002E;
}
#top-search .main-search .show-filters i {
  color: white;
  font-size: 30px;
}
#top-search .main-search .has-image,
#top-search .main-search .outdoor-artwork {
  display: none;
}
#top-search .main-tabs {
  margin-top: 2px;
}
#top-search .main-tabs .nav-tabs {
  padding: 0;
  margin: 0;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-search .main-tabs .tab-content {
  width: calc(100vw - 42px);
  max-width: 1200px;
  position: absolute;
  left: 21px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 2px 5px #CCCCCC;
}
#top-search .main-tabs .tab-panel {
  overflow: auto;
}
#top-search .main-tabs .tab-panel.active {
  padding: 30px 0;
}
#top-search .main-tabs .tab-panel#tagger_filters {
  padding: 0;
}
#top-search .main-tabs .tab-panel#tagger_filters ul {
  padding: 0;
}
#top-search .main-tabs .tab-panel#tagger_filters li {
  border: none;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 2px solid #E2E1E0;
}
#top-search .main-tabs .tab-panel#tagger_filters li:last-of-type {
  border-bottom: none;
}
#top-search .main-tabs .tab-panel#tagger_filters li span {
  padding: 0;
  width: calc(100% - 30px);
}
#top-search .main-tabs .tab-panel > div,
#top-search .main-tabs .tab-panel ul {
  padding: 0 20px;
}
#top-search .main-tabs .tab-panel .help-text {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#top-search .main-tabs .tab-panel .dropdown_miles-range {
  margin-top: 15px;
  position: relative;
}
#top-search .main-tabs .tab-panel .dropdown_miles-range .drop {
  height: 50px;
  position: relative;
  border-radius: 2px;
  padding: 0 10px;
  color: #222222;
  border: 1px solid #E2E1E0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#top-search .main-tabs .tab-panel .dropdown_miles-range .drop:hover,
#top-search .main-tabs .tab-panel .dropdown_miles-range .drop:focus {
  text-decoration: none;
}
#top-search .main-tabs .tab-panel .dropdown_miles-range .miles-text {
  margin: 0;
}
#top-search .main-tabs .tab-panel .dropdown-menu_miles-range {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  position: absolute;
  float: left;
  max-height: 0;
  overflow: hidden;
  transition: all 0.55s linear;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
#top-search .main-tabs .tab-panel .dropdown-menu_miles-range.open {
  max-height: 375px;
  height: auto;
  transition: all 0.25s linear;
  z-index: 1;
}
#top-search .main-tabs .tab-panel .dropdown-menu_miles-range > li {
  margin: 0;
}
#top-search .main-tabs .tab-panel .dropdown-menu_miles-range > li > a {
  padding: 0.5rem 1rem;
  display: block;
  color: #222222;
  text-align: left;
  transition: all 0.25s linear;
}
#top-search .main-tabs .tab-panel .location-input {
  height: 50px;
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #E2E1E0;
}
#top-search .main-tabs .tab-panel .location-input .input-group-addon {
  width: 50px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#top-search .main-tabs .tab-panel .location-input #locationField {
  width: 100%;
}
#top-search .main-tabs .tab-panel .location-input #locationField input {
  width: 100%;
}
#top-search .main-tabs .tab-panel > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
#top-search .main-tabs .tab-panel > ul.curation_type {
  padding: 0;
}
#top-search .main-tabs .tab-panel > ul.curation_type .col {
  width: 100%;
  padding: 0;
  margin: 0;
}
#top-search .main-tabs .tab-panel > ul.curation_type .col > li {
  padding: 10px 10px 10px 40px;
  margin: 0;
}
#top-search .main-tabs .tab-panel > ul.curation_type .col > li span.pass:hover {
  background-color: transparent;
}
#top-search .main-tabs .tab-panel > ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
#top-search .main-tabs .tab-panel > ul li.parent.licence {
  padding-bottom: 20px;
  border-bottom: 3px solid #CA002E;
}
#top-search .main-tabs .tab-panel > ul li span {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 4px 2px 4px 8px;
}
#top-search .main-tabs .tab-panel > ul li span.pass:hover {
  color: white;
  background-color: #CA002E;
}
#top-search .main-tabs .tab-panel > ul li span.active i {
  font-size: 15px;
  color: #CA002E;
  position: relative;
  margin-left: 10px;
  top: 2px;
}
#top-search .main-tabs .tab-panel > ul li span.active:hover i {
  color: white;
}
#top-search .main-tabs .tab-panel > ul li span.disabled {
  color: #909090;
  cursor: default;
}
#top-search .main-tabs .tab-panel > ul .col {
  width: 100%;
}
#top-search .main-tabs .tab-panel > ul .col > li {
  font-size: 1em;
  margin-bottom: 20px;
}
#top-search .main-tabs .tab-panel > ul .col > li > ul {
  margin-left: 5px;
}
#top-search .main-tabs .tab-panel > ul .col > li > ul li {
  margin-left: 15px;
}
#top-search .main-tabs .tab-panel > ul .col li.parent.region > .toggle,
#top-search .main-tabs .tab-panel > ul .col li.parent.work_type > .toggle {
  width: 30px;
  float: left;
  position: relative;
  top: 8px;
  padding: 5px;
}
#top-search .main-tabs .tab-panel > ul .col li.parent.region > span,
#top-search .main-tabs .tab-panel > ul .col li.parent.work_type > span {
  width: calc(100% - 40px);
  float: left;
}
#top-search .main-tabs .tab-panel > ul .col li.parent > .toggle {
  width: 100%;
  float: left;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#top-search .main-tabs .tab-panel > ul .col li.parent > .toggle.toggle-short {
  width: 20px;
  margin-top: 0;
  position: relative;
  top: 5px;
  padding: 5px;
}
#top-search .main-tabs .tab-panel > ul .col li.parent > .toggle:before {
  content: '\004E';
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top-search .main-tabs .tab-panel > ul .col li.parent > .toggle:hover {
  background: #CA002E;
  color: white;
}
#top-search .main-tabs .tab-panel > ul .col li.parent > .toggle:hover span {
  color: white;
}
#top-search .main-tabs .tab-panel > ul .col li.parent > .toggle.open:before {
  content: '\004D';
}
#top-search .main-tabs .tab-panel > ul .col li.parent > span {
  width: calc(100% - 30px);
  float: left;
}
#top-search .main-tabs .tab-panel > ul .col li.parent ul {
  display: none;
}
@media (min-width: 480px) {
  #top-search .main-tabs .tab-panel > ul .col li.parent ul {
    margin-left: 0;
  }
}
#top-search .tab-item {
  width: 50%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 2px;
  background-color: white;
  border-left: 1px solid #E2E1E0;
  border-right: 1px solid #E2E1E0;
  border-bottom: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #222222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#top-search .tab-item.dropdown_li {
  cursor: pointer;
}
#top-search .tab-item > a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border: none;
}
#top-search .tab-item > a:hover,
#top-search .tab-item > a:focus {
  border: none;
}
#top-search .tab-item label {
  padding: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
#top-search .tab-item.item-full {
  width: 100%;
}
#top-search .tab-item.dropdown_li:after {
  content: '\004E';
  font-size: 12px;
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top-search .tab-item.active.dropdown_li:after {
  transform: rotate(180deg);
}
#top-search .tab-item.tagger-filter svg {
  margin-right: 10px;
}
#top-search .tab-item .form-field {
  width: 100%;
  height: 100%;
}
#top-search .tab-item .form-field__input {
  width: 100%;
  height: 100%;
  padding: 0;
}
#top-search .tab-item .form-field__input:placeholder-shown ~ .form-field__label {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transform: translateY(0);
}
#top-search .tab-item .form-field__input:focus ~ .form-field__label {
  color: #666666;
  font-size: 0.6rem;
  transform: translateY(-17px);
  padding-right: 35px;
  height: 100%;
  top: 0;
}
#top-search .tab-item .form-field .onfocus {
  font-size: 0.6rem;
  transform: translateY(0);
  padding-right: 35px;
  height: 100%;
}
#top-search .arrow:after {
  content: '\004E';
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
#top-search .arrow.rotate:after {
  content: '\004D';
}
#top-search .input-group-addon:before {
  content: '\0058';
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top-search input,
#top-search button {
  border: none;
}
#top-search input[type="checkbox"] {
  display: none;
}
#top-search input[type="checkbox"] + label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
  margin: 0;
}
#top-search input[type="checkbox"] + label span {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}
#top-search input[type="checkbox"] + label:after {
  font-family: 'Material Icons';
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  border: 2px solid #E2E1E0;
  border-radius: 2px;
}
#top-search input[type="checkbox"]:checked + label:before {
  color: #CA002E;
}
#top-search input[type="checkbox"]:checked + label:after {
  content: "\E5CA";
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 12px;
  background: #CA002E;
  border-color: #CA002E;
  position: relative;
  top: 0px;
}
#top-search .artworks_tabs .has-image > label,
#top-search .artworks_tabs .outdoor-artwork > label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
}
#top-search .artworks_tabs .has-image > label span,
#top-search .artworks_tabs .outdoor-artwork > label span {
  max-width: calc(100% - 20px);
}
#top-search .artworks_tabs .has-image > label:after,
#top-search .artworks_tabs .outdoor-artwork > label:after {
  content: "";
  font-family: 'Material Icons';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  border: 2px solid #E2E1E0;
  border-radius: 2px;
}
#top-search .artworks_tabs .has-image > label.checked:after,
#top-search .artworks_tabs .outdoor-artwork > label.checked:after {
  content: "\E5CA";
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 12px;
  background: #CA002E;
  border-color: #CA002E;
  position: relative;
  top: 0px;
}
#top-search.single-row .main-search .autocomplete {
  width: 100%;
}
#top-search.single-row .main-tabs .nav-tabs {
  border: none;
  padding-left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #top-search.single-row .main-tabs .nav-tabs {
    margin-top: 2px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #top-search.single-row .main-tabs .tab-item {
    width: auto;
  }
  #top-search.single-row .main-tabs .tab-item:first-of-type {
    border-left: none;
  }
  #top-search.single-row .main-tabs .tab-item:last-of-type {
    border-right: none;
  }
}
#top-search.single-row .main-tabs .tab-item--none {
  display: none;
}
#top-search.single-row .main-tabs .tab-item.curation_type,
#top-search.single-row .main-tabs .tab-item.nationality {
  width: 100%;
}
#top-search.single-row .main-tabs .tab-item.popular {
  min-width: 145px;
  padding-right: 20px;
  border-right: none;
}
#top-search.single-row .main-tabs .tab-item span {
  margin-right: 10px;
}
#top-search.single-row.learning-resources .main-tabs .tab-content--short .tab-pane.active {
  padding: 20px 0 0 0;
}
#top-search.single-row.learning-resources .main-tabs .tab-content--short .tab-pane > ul .col {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #top-search.single-row.artworks_rows {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #top-search .main-search .autocomplete {
    width: 100%;
    border-left: 1px solid #E2E1E0;
    border-right: 1px solid #E2E1E0;
  }
  #top-search .main-search .show-filters {
    display: none;
  }
  #top-search .tab-item {
    width: 20%;
  }
  #top-search .tab-item.item-full {
    width: 20%;
  }
  #top-search .main-tabs .tab-content {
    width: calc(100vw - 108px);
    left: 56px;
  }
  #top-search .main-tabs .tab-panel > ul .col {
    width: 25%;
    padding: 0 10px;
    margin: 0;
  }
  #top-search .main-tabs .tab-panel > ul .col_lic {
    width: 100%;
  }
  #top-search .main-tabs .tab-panel .location-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #top-search .main-tabs .tab-panel .location-search > div {
    margin: 0;
  }
  #top-search .main-tabs .tab-panel .location-search .dropdown_miles-range {
    width: 200px;
  }
  #top-search .main-tabs .tab-panel .location-search .location-input {
    width: calc(100% - 210px);
  }
  #top-search.single-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  #top-search.single-row .main-search {
    width: 100%;
  }
  #top-search.single-row .main-tabs .nav-tabs .tab-item {
    width: auto;
  }
  #top-search.single-row .main-tabs .nav-tabs .tab-item.curation_type,
  #top-search.single-row .main-tabs .nav-tabs .tab-item.nationality {
    margin: 0;
    width: 175px;
  }
  #top-search.single-row .main-tabs .nav-tabs .tab-item .accept_visitors {
    min-width: 194px;
  }
}
@media only screen and (min-width: 1200px) {
  #top-search .main-search .tab-item.has-image,
  #top-search .main-search .tab-item.outdoor-artwork {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  #top-search .main-search .tab-item.has-image {
    min-width: 160px;
  }
  #top-search .main-search .tab-item.outdoor-artwork {
    min-width: 220px;
  }
  #top-search .main-tabs .nav-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #top-search .main-tabs .nav-tabs .tab-item {
    padding: 0 18px;
  }
  #top-search .main-tabs .nav-tabs .tab-item.has-image,
  #top-search .main-tabs .nav-tabs .tab-item.outdoor-artwork {
    display: none;
  }
  #top-search .main-tabs .nav-tabs .tab-item.least-tagged,
  #top-search .main-tabs .nav-tabs .tab-item.tagger-filter {
    min-width: 220px;
  }
  #top-search .main-tabs .tab-content {
    left: 16px;
  }
  #top-search .tab-item {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
  }
  #top-search .tab-item.item-full {
    width: auto;
    min-width: 100px;
  }
  #top-search .tab-item.date-search {
    min-width: 200px;
  }
  #top-search .tab-item span {
    margin-right: 10px;
  }
}
.autocomplete {
  position: absolute;
  right: 0;
  left: 0;
}
.autocomplete.home .autocomplete-menu {
  top: 49px;
}
.autocomplete .dataset {
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete-menu {
  background-color: white;
  box-shadow: 0px 2px 5px #ccc;
  left: 0;
  right: 0;
  width: auto;
  top: 100%;
  overflow: auto;
  position: absolute;
  z-index: 100;
}
.autocomplete-menu .suggestion-header {
  display: none;
  width: 100%;
  font-weight: 200;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .autocomplete-menu .suggestion-header {
    padding-left: 50px;
  }
}
.autocomplete-menu .suggestion-header:hover {
  background-color: #CA002E;
  color: white;
}
.autocomplete-menu #autocomplete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.autocomplete-menu #autocomplete .dataset {
  width: 100%;
}
.autocomplete-menu label {
  font-size: 0.8rem;
  color: #909090;
  font-weight: 300;
  padding: 12px 20px 5px 20px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .autocomplete-menu label {
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 5px;
  }
}
.autocomplete-menu ul {
  margin: 0;
  padding: 0;
}
.autocomplete-menu li {
  font-size: 0.9rem;
  font-weight: 200;
  font-style: normal;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.autocomplete-menu li:after {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  content: "";
  background-color: #e4e4e4;
  z-index: 500;
}
@media only screen and (min-width: 768px) {
  .autocomplete-menu li:after {
    left: 0;
    right: 0;
  }
}
.autocomplete-menu li.suggestion:hover,
.autocomplete-menu li.suggestion:focus,
.autocomplete-menu li.suggestion.active,
.autocomplete-menu li.suggestion:active {
  background-color: #CA002E;
  color: #ffffff;
}
.autocomplete-menu li.suggestion:hover:after,
.autocomplete-menu li.suggestion:focus:after,
.autocomplete-menu li.suggestion.active:after,
.autocomplete-menu li.suggestion:active:after {
  display: none;
}
.autocomplete-menu li:last-of-type:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .autocomplete-menu li {
    position: relative;
    width: calc(80% - 10px);
    float: right;
    padding-left: 10px;
  }
  .autocomplete-menu li:hover,
  .autocomplete-menu li:active,
  .autocomplete-menu li:focus {
    color: #fff;
  }
  .autocomplete-menu li:hover:before,
  .autocomplete-menu li:active:before,
  .autocomplete-menu li:focus:before {
    height: 50px;
    left: -100%;
    right: 0;
    background-color: #CA002E;
    content: "";
    position: absolute;
    z-index: -1;
    color: #fff;
  }
  .autocomplete-menu li:hover a,
  .autocomplete-menu li:active a,
  .autocomplete-menu li:focus a {
    color: #fff;
  }
}
.autocomplete-menu li a {
  font-size: 0.8rem;
  color: #909090;
  box-shadow: none;
  display: inline-block;
}
.autocomplete-menu li a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.autocomplete-menu li a:before {
  content: '\0042';
}
.autocomplete-menu li a:hover,
.autocomplete-menu li a:active,
.autocomplete-menu li a:focus,
.autocomplete-menu li a.active {
  box-shadow: none;
}
.autocomplete-menu li a:before {
  float: right;
  margin-left: 10px;
  line-height: 50px;
}
.featured-search-caption h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  margin-top: 26px;
  margin-bottom: 13px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
.featured-search-caption h2 small,
.featured-search-caption h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #E2E1E0;
}
.featured-search-caption h2 small,
.featured-search-caption h2 .small {
  font-size: 65%;
}
.featured-search-caption h3 {
  font-size: 0.8rem;
  font-weight: 200;
  font-style: normal;
  margin-top: 13px;
  margin-bottom: 20px;
}
.featured-search-caption p a {
  font-weight: 600;
  font-style: normal;
  color: #909090;
  font-size: 0.8rem;
}
.list-filter li {
  font-size: 0.7rem;
  line-height: 30px;
  border: 1px solid #909090;
  display: table;
  border-radius: 2px;
  padding: 0;
  padding-left: 8px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.list-filter li.toggle {
  padding-right: 8px;
}
.list-filter li:hover,
.list-filter li:active,
.list-filter li.active,
.list-filter li:focus {
  border-color: #CA002E;
}
.list-filter li:hover a,
.list-filter li:active a,
.list-filter li.active a,
.list-filter li:focus a {
  border-color: #CA002E;
  background-color: #CA002E;
}
.list-filter li:hover a:before,
.list-filter li:active a:before,
.list-filter li.active a:before,
.list-filter li:focus a:before {
  color: #ffffff;
}
.list-filter li a {
  text-indent: -99999px;
  display: inherit;
  float: right;
  line-height: 30px;
  overflow: hidden;
  margin-left: 8px;
  border-left: 1px solid #909090;
}
.list-filter li a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-filter li a:before {
  content: '\004A';
}
.list-filter li a:before {
  float: right;
  text-indent: 0;
  line-height: 30px;
  color: #909090;
  padding: 0 8px;
}
.subregions-list {
  padding-top: 5px;
  padding-left: 0;
  list-style: none;
}
.subregions-list li {
  font-size: 0.7rem;
  font-weight: 200;
  font-style: normal;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.subregions-list li a {
  display: block;
  line-height: 27px;
  border: 1px solid #909090;
  padding: 0 20px;
  border-radius: 2px;
}
.subregions-list li a:hover,
.subregions-list li a:active,
.subregions-list li a:focus,
.subregions-list li a.active {
  background-color: #CA002E;
  border-color: #CA002E;
  color: #fff;
}
.grid-style h3 {
  color: #222222;
  font-weight: 400;
  font-style: normal;
  margin-top: 13px;
  margin-bottom: 10px;
}
.grid-style p {
  font-size: 0.8rem;
  color: #909090;
}
.featured-text p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.featured-text p a {
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .featured-text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
/* Hide 'powered by Google' */
.pac-container:after {
  background-image: none !important;
  height: 0px;
}
/*
- Site Layout
----------------------------------------*/
#main {
  width: 100%;
  float: left;
}
#main section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  /* Page subsidiary */
  /* standard page */
  /* page header */
  /* Carousels */
  /* Results header */
  /* Page Header sorting */
  /* Map */
  /* Feeds (news, discussions etc ) */
  /* Topics */
  /* Topics */
  /* whats on */
  /* forms */
}
@media only screen and (min-width: 768px) {
  #main section {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #main section {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1200px) {
  #main section.home__group {
    padding: 0;
  }
}
#main section.top-featured-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
#main section.top-featured-text.module {
  border-top: none;
}
#main section.top-featured-text p {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.top-featured-text p {
    float: left;
    width: 100%;
  }
}
#main section.top-featured-text p {
  font-size: 1.2rem;
  line-height: 1.5;
}
#main section.top-featured-text p a {
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  #main section.top-featured-text p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#main section.purchase-album {
  text-align: center;
  top: -150px;
}
#main section.picture-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
#main section.picture-list ul {
  padding-left: 0;
}
#main section.picture-list ul li {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px;
}
#main section.picture-list ul li img {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #main section.picture-list ul li img {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #main section.picture-list ul li img {
    display: none !important;
  }
}
#main section.picture-list ul li div {
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main section.picture-list ul li div h3 {
  color: #222222;
  font-weight: 400;
  font-style: normal;
  margin-top: 13px;
  margin-bottom: 10px;
}
#main section.picture-list ul li div p {
  font-size: 0.8rem;
  color: #909090;
}
@media only screen and (min-width: 768px) {
  #main section.picture-list ul li div.no-img {
    margin-left: 16.66666667%;
  }
}
#main section.picture-list ul li div h3 {
  margin-top: 0;
}
#main section.picture-list ul li div h3 a {
  transition: all 0.2s ease;
}
#main section.picture-list ul li div h3 a:hover span,
#main section.picture-list ul li div h3 a:active span,
#main section.picture-list ul li div h3 a:focus span,
#main section.picture-list ul li div h3 a.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
#main section.picture-list ul li div p {
  color: #222222;
}
#main section.picture-list ul li div .date {
  font-size: 0.8rem;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 768px) {
  #main section.picture-list ul li div {
    float: left;
    width: 83.33333333%;
  }
}
#main section.major-features ul {
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main section.major-features ul li {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.major-features ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 480px) {
  #main section.major-features ul li:first-child {
    margin-bottom: 0px;
  }
}
#main section.major-features ul li img {
  width: 100%;
  padding-bottom: 3px;
}
#main section.major-features ul li h3 {
  color: #222222;
  font-weight: 400;
  font-style: normal;
  margin-top: 13px;
  margin-bottom: 10px;
}
#main section.major-features ul li p {
  font-size: 0.8rem;
  color: #909090;
}
.media-sm-max({
            padding-bottom: 20px;
          }) #main section.major-features ul lilast-child {
  padding-bottom: 0px;
}
#main section.major-features ul li h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
#main section.major-features ul h3 {
  margin-top: 5px;
  float: left;
  width: 100%;
}
#main section.major-features ul h3 a {
  transition: all 0.2s ease;
}
#main section.major-features ul h3 a:hover span,
#main section.major-features ul h3 a:active span,
#main section.major-features ul h3 a:focus span,
#main section.major-features ul h3 a.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
#main section.major-features.stories li > a.cover {
  height: 370px;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #main section.major-features.stories li > a.cover {
    float: left;
    width: 50%;
  }
  #main section.major-features.stories li > a.cover > a.cover {
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  #main section.major-features.stories li > a.cover {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  #main section.major-features {
    padding-bottom: 30px;
  }
}
#main section.minor-features {
  max-width: 1200px;
}
#main section.minor-features ul {
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main section.minor-features ul li {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main section.minor-features ul li a {
  position: relative;
  display: inline-block;
}
#main section.minor-features ul li a:hover .copyright {
  display: block;
}
#main section.minor-features ul li a .copyright {
  transition: all 0.3s ease;
  position: absolute;
  display: none;
  bottom: 0;
  color: white;
  padding: 5px;
  font-size: 0.7rem;
}
#main section.minor-features ul li a:hover .credit {
  opacity: 1;
}
#main section.minor-features ul li a .credit {
  z-index: 2;
  position: absolute;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
  color: white;
}
#main section.minor-features ul li a .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  max-height: 200px;
  width: 100%;
  font-size: 0.7rem;
  color: white;
}
@media (min-width: 768px) {
  #main section.minor-features ul li {
    float: left;
    width: 33.33333333%;
  }
}
#main section.minor-features ul li img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#main section.minor-features ul li h3 {
  color: #222222;
  font-weight: 400;
  font-style: normal;
  margin-top: 13px;
  margin-bottom: 10px;
}
#main section.minor-features ul li p {
  font-size: 0.8rem;
  color: #909090;
}
#main section.minor-features ul li h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
#main section.minor-features ul li h3 a {
  transition: all 0.2s ease;
}
#main section.minor-features ul li h3 a:hover span,
#main section.minor-features ul li h3 a:active span,
#main section.minor-features ul li h3 a:focus span,
#main section.minor-features ul li h3 a.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  #main section.minor-features ul li {
    margin-bottom: 20px;
    min-height: 325px;
  }
}
@media only screen and (max-width: 479px) {
  #main section.minor-features.module {
    padding-top: 20px;
  }
}
#main section.module.region-header {
  border-top: 0;
}
#main section.module.region-header .map {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main section.module.region-header .map {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #main section.module.region-header .map {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #main section.module.region-header .map {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 992px) {
  #main section.module.region-header .map {
    height: 0;
    padding-top: 40%;
    position: relative;
  }
  #main section.module.region-header .map #listing-map {
    left: 20px;
    right: 10px;
    width: auto;
  }
}
#main section.module.region-header .info {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #main section.module.region-header .info {
    float: left;
    width: 33.33333333%;
  }
}
#main section.module.region-header .info ul.subregions {
  padding-top: 5px;
  padding-left: 0;
  list-style: none;
}
#main section.module.region-header .info ul.subregions li {
  font-size: 0.7rem;
  font-weight: 200;
  font-style: normal;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#main section.module.region-header .info ul.subregions li a {
  display: block;
  line-height: 27px;
  border: 1px solid #909090;
  padding: 0 20px;
  border-radius: 2px;
}
#main section.module.region-header .info ul.subregions li a:hover,
#main section.module.region-header .info ul.subregions li a:active,
#main section.module.region-header .info ul.subregions li a:focus,
#main section.module.region-header .info ul.subregions li a.active {
  background-color: #CA002E;
  border-color: #CA002E;
  color: #fff;
}
#main section.module.region-header .info .menu-social {
  padding-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main section.module.region-header .info .menu-social {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #main section.module.region-header .info .menu-social {
    display: none !important;
  }
}
#main section.module.region-header .info .menu-social li {
  margin-bottom: 0;
}
#main section.module.region-header .info h3 {
  color: #222222;
  font-weight: 400;
  font-style: normal;
}
#main section.shop-artwork .info {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #main section.shop-artwork .info {
    float: left;
    width: 62.5%;
  }
}
#main section.shop-artwork .info-side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #main section.shop-artwork .info-side {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #main section.shop-artwork .info-side {
    margin-left: 4.16666667%;
  }
}
#main section.shop-artwork .info-side .btn {
  width: 100%;
  margin-bottom: 30px;
  padding: 8px 14px;
}
#main section.module.page-header-picture {
  border-top: 0;
}
#main section.module.page-header-picture.portal {
  z-index: 1;
}
#main section.module.page-header-picture .row {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 768px) {
  #main section.module.page-header-picture .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#main section.module.page-header-picture figure {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#main section.module.page-header-picture figure img {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
#main section.module.page-header-picture figure figcaption {
  text-align: center;
  color: #909090;
  font-size: 0.8rem;
  padding-top: 10px;
}
#main section.place {
  padding-top: 50px;
}
#main section.place .row:first-of-type {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #main section.place .row:first-of-type {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#main section.place .row figure:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  #main section.place .row figure:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #main section.place .row figure:first-of-type {
    float: left;
    width: 66.66666667%;
  }
}
#main section.place .row figure:last-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.place .row figure:last-of-type {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  #main section.place .row figure:last-of-type {
    padding-left: 1px;
  }
}
@media (max-width: 767px) {
  #main section.place .row figure:last-of-type {
    display: none !important;
  }
}
#main section.place .row figure img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#main section.place .row figure figcaption {
  font-size: 0.7rem;
  color: gray;
  font-weight: 200;
  font-style: normal;
  margin-top: 12px;
}
@media (max-width: 767px) {
  #main section.place .row figure figcaption {
    display: none !important;
  }
}
#main section.place .row figure.map {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #main section.place .row .explore {
    display: none !important;
  }
}
#main section.place .row .explore a {
  font-size: 0.8rem;
  color: #909090;
}
#main section.place .row .explore a:hover {
  color: #FF4B00;
}
#main section.place .row .explore.mob {
  display: none !important;
}
@media (max-width: 767px) {
  #main section.place .row .explore.mob {
    display: block !important;
  }
  table#main section.place .row .explore.mob {
    display: table;
  }
  tr#main section.place .row .explore.mob {
    display: table-row !important;
  }
  th#main section.place .row .explore.mob,
  td#main section.place .row .explore.mob {
    display: table-cell !important;
  }
}
#main section.place .row > div:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.place .row > div:first-of-type {
    float: left;
    width: 25%;
  }
}
#main section.place .row > div:first-of-type h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  margin-top: 26px;
  margin-bottom: 13px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
#main section.place .row > div:first-of-type h2 small,
#main section.place .row > div:first-of-type h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #E2E1E0;
}
#main section.place .row > div:first-of-type h2 small,
#main section.place .row > div:first-of-type h2 .small {
  font-size: 65%;
}
#main section.place .row > div:last-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.place .row > div:last-of-type {
    float: left;
    width: 75%;
  }
}
#main section.place .row > div:last-of-type ul.subregions {
  padding-top: 5px;
  padding-left: 0;
  list-style: none;
}
#main section.place .row > div:last-of-type ul.subregions li {
  font-size: 0.7rem;
  font-weight: 200;
  font-style: normal;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#main section.place .row > div:last-of-type ul.subregions li a {
  display: block;
  line-height: 27px;
  border: 1px solid #909090;
  padding: 0 20px;
  border-radius: 2px;
}
#main section.place .row > div:last-of-type ul.subregions li a:hover,
#main section.place .row > div:last-of-type ul.subregions li a:active,
#main section.place .row > div:last-of-type ul.subregions li a:focus,
#main section.place .row > div:last-of-type ul.subregions li a.active {
  background-color: #CA002E;
  border-color: #CA002E;
  color: #fff;
}
#main section.page-subsidiary {
  margin-bottom: 0;
}
#main section.page-header-feature {
  margin-top: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #main section.page-header-feature {
    display: none !important;
  }
}
#main section.page-header-feature figure img {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.page-header-feature figure img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #main section.page-header-feature figure img {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #main section.page-header-feature figure img {
    float: left;
    width: 16.66666667%;
  }
}
#main section.page-header-feature figure .map {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 180px;
}
#main section.page-header-feature figure figcaption {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main section.page-header-feature figure figcaption h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  margin-top: 26px;
  margin-bottom: 13px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
#main section.page-header-feature figure figcaption h2 small,
#main section.page-header-feature figure figcaption h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #E2E1E0;
}
#main section.page-header-feature figure figcaption h2 small,
#main section.page-header-feature figure figcaption h2 .small {
  font-size: 65%;
}
#main section.page-header-feature figure figcaption h3 {
  font-size: 0.8rem;
  font-weight: 200;
  font-style: normal;
  margin-top: 13px;
  margin-bottom: 20px;
}
#main section.page-header-feature figure figcaption p a {
  font-weight: 600;
  font-style: normal;
  color: #909090;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  #main section.page-header-feature figure figcaption {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  #main section.page-header-feature figure figcaption {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #main section.page-header-feature figure figcaption {
    float: left;
    width: 66.66666667%;
  }
}
#main section.page-header-feature figure figcaption a:hover {
  color: #FF4B00;
}
#main section.page-header-feature .visit {
  margin-top: 10px;
}
#main section.page-header-feature .visit a.visit-link {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
#main section.page-header-feature .visit a.visit-link:hover {
  color: #FF4B00;
  transition: all 0.3s ease;
}
#main section.page-header-feature .oup {
  width: 100%;
  display: inline-block;
  text-align: right;
  font-size: 0.7rem;
  margin: 0;
}
#main section.page-header-filters ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
}
#main section.page-header-filters ul li {
  font-size: 0.7rem;
  line-height: 30px;
  border: 1px solid #909090;
  display: table;
  border-radius: 2px;
  padding: 0;
  padding-left: 8px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
#main section.page-header-filters ul li.toggle {
  padding-right: 8px;
}
#main section.page-header-filters ul li:hover,
#main section.page-header-filters ul li:active,
#main section.page-header-filters ul li.active,
#main section.page-header-filters ul li:focus {
  border-color: #CA002E;
}
#main section.page-header-filters ul li:hover a,
#main section.page-header-filters ul li:active a,
#main section.page-header-filters ul li.active a,
#main section.page-header-filters ul li:focus a {
  border-color: #CA002E;
  background-color: #CA002E;
}
#main section.page-header-filters ul li:hover a:before,
#main section.page-header-filters ul li:active a:before,
#main section.page-header-filters ul li.active a:before,
#main section.page-header-filters ul li:focus a:before {
  color: #ffffff;
}
#main section.page-header-filters ul li a {
  text-indent: -99999px;
  display: inherit;
  float: right;
  line-height: 30px;
  overflow: hidden;
  margin-left: 8px;
  border-left: 1px solid #909090;
}
#main section.page-header-filters ul li a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.page-header-filters ul li a:before {
  content: '\004A';
}
#main section.page-header-filters ul li a:before {
  float: right;
  text-indent: 0;
  line-height: 30px;
  color: #909090;
  padding: 0 8px;
}
#main section.page-header-filters ul.map-view {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.page-header-filters ul.map-view {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 992px) {
  #main section.page-header-filters ul.map-view {
    float: left;
    width: 62.5%;
  }
}
#main section.page-header-filters ul .save-search {
  display: inline-block;
  float: left;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
#main section.page-header-filters ul .save-search:hover li {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
#main section.page-header-filters ul .save-search li {
  background-color: white;
  border-color: white;
  display: inline-block;
}
#main section.page-header-filters ul .save-search.disabled:hover li {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
#main section.page-header-filters ul .save-search.saved li {
  color: white;
  background-color: #909090;
  border-color: #909090;
  cursor: default;
}
#main section.page-header-filters ul .save-search.open .action-dropdown {
  top: 32px;
  display: block;
}
#main section.page-header-filters .new-search {
  float: left;
  background-color: white;
  border-color: white;
  display: inline-block;
  cursor: default;
  font-size: 0.7rem;
  line-height: 32px;
  display: table;
  border-radius: 2px;
  padding: 0px 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#main section.page-header-filters .new-search:hover {
  text-decoration: none;
  background-color: #CA002E;
  color: white;
}
#main section.page-header-filters .aside {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: right !important;
}
@media (min-width: 768px) {
  #main section.page-header-filters .aside {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 992px) {
  #main section.page-header-filters .aside {
    float: left;
    width: 16.66666667%;
  }
}
#main section.page-header-filters .aside.map-view {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.page-header-filters .aside.map-view {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  #main section.page-header-filters .aside.map-view {
    float: left;
    width: 37.5%;
  }
}
#main section.page-header-filters .count {
  float: left;
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  padding-left: 10px;
}
#main section.module {
  padding-bottom: 30px;
  padding-top: 30px;
}
#main section.module.album {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  #main section.module {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
#main section.module.top {
  border-top: 0;
  padding-top: 0;
}
#main section.module > .wrap {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  display: inline-block;
}
#main section.module > .wrap > h1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
}
#main section.module > .wrap .iframe-cms {
  width: 100%;
  margin-bottom: 20px;
}
#main section.module > .wrap .iframe-cms:last-of-type {
  margin-bottom: 0;
}
#main section.module > .wrap .content-main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.module > .wrap .content-main {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #main section.module > .wrap .content-main {
    float: left;
    width: 62.5%;
  }
}
#main section.module > .wrap .content-main.venue > p {
  white-space: pre-wrap;
  position: relative;
  width: 100%;
}
#main section.module > .wrap .content-main .video-iframe-cms {
  margin-bottom: 20px;
}
#main section.module > .wrap .content-main p a {
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
#main section.module > .wrap .content-aside {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.module > .wrap .content-aside {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #main section.module > .wrap .content-aside {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 992px) {
  #main section.module > .wrap .content-aside {
    margin-left: 8.33333333%;
  }
}
#main section.module > .wrap .content-aside .venue > figure {
  width: 80px;
}
#main section.module > .wrap .content-aside .venue > figure img {
  width: 100%;
}
#main section.module > .wrap .venue.aside > figure {
  width: 125px;
  margin-bottom: 10px;
}
#main section.module > .wrap .venue.aside > figure img {
  max-width: 100%;
  width: auto;
}
#main section.module > .wrap .venue.aside p > a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
  cursor: pointer;
}
#main section.module > .wrap .venue.aside.standalone {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: right !important;
}
@media (min-width: 768px) {
  #main section.module > .wrap .venue.aside.standalone {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #main section.module > .wrap .venue.aside.standalone {
    float: left;
    width: 29.16666667%;
  }
}
#main section.module .side {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.module .side {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main section.module .side {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  #main section.module .side {
    padding: 0;
  }
  #main section.module .side + .listing-grid {
    padding: 0;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  #main section.module .side .long-side_title {
    width: 100%;
  }
  #main section.module .side + .listing-grid {
    margin-left: 0;
  }
}
#main section.module .side > h1 {
  margin-top: 0;
}
#main section.module .side > h2 {
  margin-bottom: 0;
}
#main section.module .side > a {
  margin-top: 30px;
  display: block;
}
#main section.module .side > span.label {
  margin-bottom: 20px;
  display: block;
}
#main section.standand-page .row {
  position: relative;
}
#main section.standand-page .row > .rich-text.top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #main section.standand-page .row > .rich-text.top {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  #main section.standand-page .row > .rich-text.curate {
    float: left;
    width: 66.66666667%;
  }
}
#main section.standand-page .row > .rich-text.curate .submit {
  width: 100%;
  margin-top: 50px;
}
#main section.standand-page .row > .rich-text.main-topics {
  width: 100%;
}
#main section.standand-page .row > .rich-text.no-float {
  float: unset;
  width: 100%;
}
#main section.standand-page .row > .content-subsidiary {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  #main section.standand-page .row > .content-subsidiary {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 768px) {
  #main section.standand-page .row > .content-subsidiary {
    float: left;
    width: 33.33333333%;
  }
}
#main section.standand-page .row > .content-subsidiary h3,
#main section.standand-page .row > .content-subsidiary dt {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #909090;
}
#main section.standand-page .row > .content-subsidiary dl {
  clear: both;
  margin-bottom: 30px;
}
#main section.standand-page .row > .content-subsidiary dl dt {
  margin-bottom: 10px;
}
#main section.standand-page .row > .content-subsidiary dl dd {
  font-size: 1rem;
  line-height: 1rem;
}
#main section.standand-page .row > .content-subsidiary dl.national-galleries dt {
  text-indent: -99999px;
  overflow: hidden;
  height: 94px;
  width: 124px;
  background: transparent url(../images/ngs.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
  float: left;
}
#main section.standand-page .row > .content-subsidiary dl.national-galleries dd {
  font-weight: 400;
  font-style: normal;
}
#main section.standand-page .row > .content-subsidiary dl.national-galleries dd span {
  font-weight: 200;
  font-style: normal;
  display: block;
  font-size: 0.8rem;
}
#main section.standand-page .row > .content-subsidiary .menu li {
  margin-bottom: 10px;
}
#main section.standand-page .row > .content-subsidiary .menu li a {
  box-shadow: none;
  font-weight: 400;
  font-style: normal;
}
#main section.standand-page .row > .content-subsidiary .menu li a:hover,
#main section.standand-page .row > .content-subsidiary .menu li a:active,
#main section.standand-page .row > .content-subsidiary .menu li a.active {
  box-shadow: 0 2px 0 #FF4B00;
}
#main section.standand-page .row > .content-subsidiary p {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  margin-bottom: 10px;
  clear: both;
}
#main section.standand-page .row > .content-subsidiary p a {
  color: #909090;
  box-shadow: 0 2px 0 #FF4B00;
}
#main section.standand-page .row > .content-subsidiary p a:hover,
#main section.standand-page .row > .content-subsidiary p a:active,
#main section.standand-page .row > .content-subsidiary p a.active,
#main section.standand-page .row > .content-subsidiary p a:focus {
  color: #FF4B00;
}
#main section.standand-page .row > .content-subsidiary p a.external-link {
  position: relative;
}
#main section.standand-page .row > .content-subsidiary p a.external-link:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.standand-page .row > .content-subsidiary p a.external-link:before {
  content: '\0042';
}
#main section.standand-page .row > .content-subsidiary p a.external-link:before {
  display: none;
}
#main section.standand-page .row > .content-subsidiary p a.external-link:hover:before {
  display: block;
  position: absolute;
  right: -25px;
  margin-top: 3px;
  bottom: 1px;
  font-size: 14px;
}
#main section.standand-page .row > .content-subsidiary p a.britain-tate-logo {
  width: 124px;
  height: 53px;
  display: block;
  background: transparent url(../images/britain-tate.png) center center no-repeat;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  box-shadow: none;
}
#main section.standand-page .row > .content-subsidiary p a.tate-logo {
  width: 124px;
  height: 61px;
  display: block;
  background: transparent url(../images/tate.png) center center no-repeat;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  box-shadow: none;
}
#main section.standand-page .row > .content-subsidiary .license-icons {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  clear: both;
  margin-bottom: 30px;
}
#main section.standand-page .row > .content-subsidiary .license-icons > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#main section.standand-page .row > .content-subsidiary .license-icons:before,
#main section.standand-page .row > .content-subsidiary .license-icons:after {
  content: " ";
  display: table;
}
#main section.standand-page .row > .content-subsidiary .license-icons:after {
  clear: both;
}
#main section.standand-page .row > .content-subsidiary .license-icons:before,
#main section.standand-page .row > .content-subsidiary .license-icons:after {
  content: " ";
  display: table;
}
#main section.standand-page .row > .content-subsidiary .license-icons:after {
  clear: both;
}
#main section.standand-page .row > .content-subsidiary .license-icons li {
  text-indent: -99999px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  height: 32px;
  width: 32px;
  font-size: 31px;
  color: #000000;
  margin-right: 10px;
  margin-bottom: 0px;
}
#main section.standand-page .row > .content-subsidiary .license-icons li:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#main section.standand-page .row > .content-subsidiary .license-icons li.license-cc:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.standand-page .row > .content-subsidiary .license-icons li.license-cc:before {
  content: '\004B';
}
#main section.standand-page .row > .content-subsidiary .license-icons li.license-personal:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.standand-page .row > .content-subsidiary .license-icons li.license-personal:before {
  content: '\0047';
}
@media only screen and (min-width: 768px) {
  #main section.standand-page .row > .content-subsidiary {
    margin: 60px 0 0 0;
  }
}
#main section.standand-page section.module {
  clear: both;
}
#main section.standand-page.with-subsidiary > .rich-text.top {
  margin-top: 0;
}
#main section.standand-page.with-subsidiary .rich-text {
  padding-left: 10px;
  padding-right: 10px;
}
#main section.standand-page.with-subsidiary .rich-text.top {
  margin-top: 60px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  #main section.standand-page.with-subsidiary .rich-text {
    width: 62.5%;
    float: left;
  }
}
#main section.standand-page.with-subsidiary .form-body-text .form-body-content {
  padding: 0;
  max-width: 100%;
}
#main section.page-header-menu {
  background-color: #E2E1E0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#main section.page-header-menu .dropdown {
  background-color: #ffffff;
  border-radius: 2px;
}
#main section.page-header-menu .dropdown a,
#main section.page-header-menu .dropdown .btn-link {
  text-decoration: none;
  box-shadow: none;
  font-weight: 200;
  font-style: normal;
  display: block;
  width: 100%;
  line-height: 51px;
  padding: 0;
  color: #222222;
}
#main section.page-header-menu .dropdown a:hover,
#main section.page-header-menu .dropdown .btn-link:hover,
#main section.page-header-menu .dropdown a:active,
#main section.page-header-menu .dropdown .btn-link:active,
#main section.page-header-menu .dropdown a.active,
#main section.page-header-menu .dropdown .btn-link.active,
#main section.page-header-menu .dropdown a:focus,
#main section.page-header-menu .dropdown .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  #main section.page-header-menu .dropdown a,
  #main section.page-header-menu .dropdown .btn-link {
    width: auto;
    display: inline-block;
  }
}
#main section.page-header-menu .dropdown .btn-link {
  padding-right: 51px;
  position: relative;
}
#main section.page-header-menu .dropdown .btn-link .caret {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 58px;
  font-size: 14px;
}
#main section.page-header-menu .dropdown .btn-link .caret:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.page-header-menu .dropdown .btn-link .caret:before {
  content: '\004E';
}
#main section.page-header-menu .dropdown .dropdown-menu {
  right: 0;
  margin-top: -1px;
  border-top: 1px solid #E4E4E4;
  text-align: center;
  padding: 0;
}
#main section.page-header-menu .dropdown .dropdown-menu li {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #main section.page-header-menu .dropdown .dropdown-menu {
    border: none;
  }
  #main section.page-header-menu .dropdown .dropdown-menu a {
    line-height: 1.2rem;
    margin: 15px 15px;
  }
  #main section.page-header-menu .dropdown .dropdown-menu a.active {
    box-shadow: 0 2px 0 #FF4B00;
    background-color: transparent;
    color: #222222;
  }
  #main section.page-header-menu .dropdown .dropdown-menu a.active:focus {
    color: #222222;
  }
  #main section.page-header-menu .dropdown .dropdown-menu a:hover,
  #main section.page-header-menu .dropdown .dropdown-menu a:focus,
  #main section.page-header-menu .dropdown .dropdown-menu a:active {
    background-color: transparent;
    color: #FF4B00;
  }
}
#main section.page-header-menu .dropdown.open .btn-link .caret:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.page-header-menu .dropdown.open .btn-link .caret:before {
  content: '\004D';
}
#main section.page-header-menu .dropdown {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 51px;
}
#main section.page-header-menu .dropdown .btn-link {
  display: none !important;
  border: 0;
}
@media (max-width: 767px) {
  #main section.page-header-menu .dropdown .btn-link {
    display: block !important;
  }
  table#main section.page-header-menu .dropdown .btn-link {
    display: table;
  }
  tr#main section.page-header-menu .dropdown .btn-link {
    display: table-row !important;
  }
  th#main section.page-header-menu .dropdown .btn-link,
  td#main section.page-header-menu .dropdown .btn-link {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 768px) {
  #main section.page-header-menu .dropdown {
    background: transparent;
    border: none;
  }
  #main section.page-header-menu .dropdown .dropdown-menu {
    background: transparent;
    display: block;
    position: static;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    border-top: none;
  }
  #main section.page-header-menu .dropdown .dropdown-menu li,
  #main section.page-header-menu .dropdown .dropdown-menu a {
    width: auto;
    display: inline-block;
  }
}
#main section.module-carousel,
#main section.module-carousel .carousel-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
}
@media (max-width: 992px) {
  #main section.module-carousel,
  #main section.module-carousel .carousel-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel,
  #main section.module-carousel .carousel-wrap {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #main section.module-carousel,
  #main section.module-carousel .carousel-wrap {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main section.module-carousel,
  #main section.module-carousel .carousel-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main section.results-grid {
  display: inline-block;
  width: 100%;
  margin-bottom: 200px;
}
@media only screen and (max-width: 479px) {
  #main section.results-grid {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  #main section.results-grid {
    display: block;
    width: auto;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1200px) {
  #main section.results-grid {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
#main section.results-grid.top {
  padding-top: 0;
}
#main section.results-grid.full-width {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main section.results-grid.full-width > div,
#main section.results-grid.full-width .listing-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
#main section.results-grid.full-width .listing-grid {
  margin-top: 40px;
}
#main section.results-grid .add-new {
  width: 100%;
  display: none;
  margin-bottom: 30px;
  display: none !important;
}
@media (max-width: 767px) {
  #main section.results-grid .add-new {
    display: block !important;
  }
  table#main section.results-grid .add-new {
    display: table;
  }
  tr#main section.results-grid .add-new {
    display: table-row !important;
  }
  th#main section.results-grid .add-new,
  td#main section.results-grid .add-new {
    display: table-cell !important;
  }
}
#main section.listing-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main section.listing-header .count {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  padding-left: 0;
  padding-right: 0;
  /* text-transform: capitalize; */
}
@media (min-width: 768px) {
  #main section.listing-header .count {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #main section.listing-header .count {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  #main section.listing-header .count {
    display: block;
  }
}
#main section.listing-header .count .showing {
  display: none;
  float: left;
}
@media all and (min-width: 940px) {
  #main section.listing-header .count .showing {
    display: block;
  }
}
#main section.listing-header .sorting {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  #main section.listing-header .sorting {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  #main section.listing-header .sorting {
    float: left;
    width: 33.33333333%;
  }
}
#main section.listing-header .sorting .dropdown {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main section.listing-header .sorting .dropdown {
    width: 100%;
    position: relative;
  }
}
#main section.listing-header .sorting .dropdown .btn {
  width: 100%;
}
#main section.listing-header .sorting .dropdown-menu {
  width: 100%;
}
#main section.listing-header .sorting.right {
  float: right;
}
#main section.listing-header .sorting.right .dropdown {
  left: initial;
  float: right;
}
#main section.listing-header .sorting.left {
  float: left;
}
#main section.listing-header .actions {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: right !important;
}
@media (min-width: 768px) {
  #main section.listing-header .actions {
    float: left;
    width: 33.33333333%;
  }
}
#main section.listing-header .actions > a {
  float: right;
  width: 140px;
  display: none;
}
#main section.listing-header .actions > a.active {
  cursor: default;
  background: #E4E4E4;
}
#main section.listing-header .actions > a.active > div {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  #main section.listing-header .actions > a {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #main section.listing-header .actions > a {
    width: 140px;
  }
}
#main section.listing-header .actions > a.view-map {
  position: relative;
}
#main section.listing-header .actions > a.view-map div {
  display: inline-block;
}
#main section.listing-header .actions > a.view-map div:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.listing-header .actions > a.view-map div:before {
  content: '\0061';
}
#main section.listing-header .actions > a.view-map div:before {
  float: right;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  padding: 0;
}
#main section.listing-header .actions > a.view-list {
  right: -2px;
  position: relative;
}
#main section.listing-header .actions > a.view-list div:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.listing-header .actions > a.view-list div:before {
  content: '\005A';
}
#main section.listing-header .actions > a.view-list div:before {
  float: right;
  position: relative;
  top: 4px;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 18px;
}
#main section.index-header .sorting {
  margin: 20px 0;
  float: left;
}
#main section.index-header .sorting .btn {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: none;
}
#main section.map {
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 800px;
}
#main section.feeds ul {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.feeds ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main section.feeds ul {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #main section.feeds ul {
    float: left;
    width: 75%;
  }
}
#main section.feeds ul.search-results h2 {
  font-size: 0.8em;
  margin-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main section.feeds .side a.link {
    display: none !important;
  }
}
#main section.topics ul {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.topics ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main section.topics ul {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #main section.topics ul {
    float: left;
    width: 75%;
  }
}
#main section.partners {
  border: 0;
}
#main section.partners > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
#main section.partners > div img {
  margin: 0 10px 0 0;
}
#main section.events-list {
  padding-top: 30px;
  border-top: 0;
}
@media only screen and (min-width: 768px) {
  #main section.events-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main section.events-list ul {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main section.events-list ul li {
  width: 100%;
}
#main section.form form {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 768px) {
  #main section.form form {
    float: left;
    width: 66.66666667%;
  }
}
#main section.form form fieldset {
  margin-bottom: 30px;
}
#main section.form form fieldset > h1,
#main section.form form fieldset > p {
  margin-bottom: 30px;
}
#main section.form form .submit {
  margin-top: 30px;
}
#main section.form form .submit.success {
  cursor: default;
  background-color: #CA002E !important;
  opacity: 0.7;
  color: white;
}
#main section.top-text {
  border-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #main section.home-feature {
    display: none !important;
  }
}
#main section.home-feature .map {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.home-feature .map {
    float: left;
    width: 54.16666667%;
  }
}
@media (min-width: 992px) {
  #main section.home-feature .map {
    float: left;
    width: 37.5%;
  }
}
#main section.home-feature .grid {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.home-feature .grid {
    float: left;
    width: 45.83333333%;
  }
}
@media (min-width: 992px) {
  #main section.home-feature .grid {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  #main section.home-feature .grid {
    margin-left: 4.16666667%;
  }
}
#main section.home-feature .grid .pagination {
  margin: 0 0 60px 0;
  width: 100%;
}
#main section .venue.standalone {
  margin-right: 10px;
  float: right;
}
#main .background-wrapper {
  background-color: #E2E1E0;
  width: 100%;
}
#main .background-wrapper-dark {
  background-color: #222222;
  width: 100%;
}
#main #page-subsidiary {
  background-color: #E2E1E0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 7;
}
#main #page-subsidiary.fixed {
  position: fixed;
  top: 0;
  z-index: 5;
}
#main #page-subsidiary + .module-carousel {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  #main #page-subsidiary + .module-carousel {
    padding-top: 60px;
  }
}
#main #page-subsidiary .content-filter {
  float: left;
  margin: 10px 0;
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  #main #page-subsidiary .content-filter {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main #page-subsidiary .content-filter {
    width: auto;
    margin: 10px 0px;
  }
}
#main #page-subsidiary .content-filter .btn {
  margin: 4px 0;
  border: 0;
  width: 100%;
}
#main #page-subsidiary .content-filter .dropdown .dropdown-menu {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main #page-subsidiary .content-filter .dropdown .dropdown-menu {
    width: auto;
  }
}
#main #filter-wrap {
  display: block;
  z-index: 5;
  position: relative;
}
#main #filter-wrap.ontop {
  z-index: 6;
}
.back-top {
  background-color: #E2E1E0;
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  cursor: pointer;
  z-index: 9;
}
.back-top:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-top:before {
  content: '\004F';
}
.back-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
.back-top:before {
  font-size: 24px;
  color: #4A4A4A;
}
/*
- Footer Layout
----------------------------------------*/
#footer {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #174bcf;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1190px) {
  #footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#footer nav {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media only screen and (min-width: 1190px) {
  #footer nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (min-width: 1190px) {
  #footer nav .footer-col-1 {
    width: 30%;
  }
}
@media only screen and (min-width: 1190px) {
  #footer nav .footer-col-2 {
    width: 70%;
  }
}
#footer nav ul {
  margin-bottom: 0;
  width: 100%;
}
#footer nav ul.menu-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 2;
}
@media only screen and (min-width: 1190px) {
}
#footer nav ul.menu-logo li:not(:last-child) a:hover {
  opacity: 0.65;
}
#footer nav ul.menu-logo li a {
  transition: opacity 0.5s ease;
  font-size: 0.8rem;
}
#footer nav ul.menu-logo li:not(:last-child) {
  margin-bottom: 20px;
}
#footer nav ul.menu-logo li img {
  max-width: 230px;
  width: 100%;
  height: auto;
  position: relative;
}
#footer nav ul.menu-logo li.heritage_logo img {
  margin-top: 15px;
}
@media only screen and (min-width: 1190px) {
  #footer nav ul.menu-logo li {
    max-width: 266px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1190px) {
  #footer nav ul.menu-logo li:first-child {
    margin-right: 20px;
  }
}
#footer nav ul.menu-social > li:first-of-type {
  float: none;
}
@media only screen and (min-width: 1190px) {
  #footer nav ul.menu-social > li:first-of-type {
    width: auto;
    float: right;
  }
}
#footer nav ul.menu-social li.support {
  margin-bottom: 0;
}
@media only screen and (min-width: 1190px) {
  #footer nav ul.menu-social {
    float: right;
    width: auto;
    clear: both;
    margin-bottom: 0;
  }
  #footer nav ul.menu-social li.support {
    padding-right: 10px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
  }
  #footer nav ul.menu-social li.support a {
    height: 51px;
  }
  #footer nav ul.menu-social li li {
    float: left;
    padding-right: 10px;
  }
  #footer nav ul.menu-social li li:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1090px) {
  #footer nav ul.menu-social {
    clear: none;
  }
}
#footer nav ul.menu-quick {
  z-index: 1;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 1090px) {
  #footer nav ul.menu-quick {
    float: right;
    text-align: right;
    clear: both;
    margin-bottom: 0;
  }
  #footer nav ul.menu-quick li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 51px;
  }
  #footer nav ul.menu-quick li:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1150px) {
  #footer nav ul.menu-quick {
    clear: none;
  }
}
.container-break {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .container-break {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .container-break {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .container-break {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-max {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
/* Fix for Bug #23833: Override Bootstrap min-heigth 1px */
@media only screen and (max-width: 1024px) {
  #main section.minor-features ul li {
    min-height: 250px;
  }
}
@media only screen and (max-width: 900px) {
  #main section.minor-features ul li {
    min-height: 200px;
  }
}
form .no-margin-top {
  margin-top: 0;
}
form .form-group {
  margin-bottom: 20px;
  position: relative;
  /* Override bootstrap .panel */
  /* Override stripe #Amount */
}
@media (max-width: 992px) {
  form .form-group {
    margin-bottom: 30px;
  }
}
form .form-group.fundraising {
  display: -ms-flexbox;
  display: flex;
}
form .form-group.fundraising img {
  max-width: 200px;
  margin-right: 20px;
}
form .form-group.fundraising p {
  font-size: 0.8em;
  font-weight: 300;
}
@media (max-width: 768px) {
  form .form-group.fundraising {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  form .form-group.fundraising img {
    margin-bottom: 10px;
  }
}
form .form-group.terms {
  width: 100%;
  display: inline-block;
  margin: 0 0 5px 0;
}
form .form-group.terms p {
  margin: 0;
  font-size: 0.8rem;
}
form .form-group.terms p label {
  font-size: 0.8rem;
  cursor: pointer;
}
form .form-group.terms input,
form .form-group.terms p {
  float: left;
}
form .form-group.terms input {
  cursor: pointer;
  margin: 2px 8px 0 0;
}
form .form-group.stripe-payment {
  margin-top: 45px;
  background-color: #E2E1E0;
  padding: 20px;
}
form .form-group.stripe-payment .title-with-icon {
  display: -ms-flexbox;
  display: flex;
}
form .form-group.stripe-payment .terms {
  margin-top: 20px;
}
form .form-group.stripe-payment .icon-padlock {
  padding-right: 10px;
}
form .form-group.stripe-payment .help-block {
  right: 10px;
}
form .form-group.stripe-payment .card {
  position: relative;
}
form .form-group.stripe-payment .card > div {
  margin-right: 10px;
}
form .form-group.stripe-payment .card-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
form .form-group.stripe-payment .card-inline > div {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
@media (max-width: 992px) {
  form .form-group.stripe-payment .stripe-error.general {
    bottom: -5px;
  }
  form .form-group.stripe-payment .card,
  form .form-group.stripe-payment .card-inline > div {
    margin-bottom: 20px;
  }
}
form .form-group.gift-aid {
  margin-top: 50px;
}
form .form-group.gift-aid input[type='checkbox'] {
  margin-right: 10px;
}
form .form-group.stripe-payment h1,
form .form-group.gift-aid h1 {
  margin-top: 0;
}
form .form-group .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
}
form .form-group.payment-frequency {
  margin-bottom: 45px;
}
form .form-group.payment-frequency > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .form-group.payment-frequency .btn {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 2px;
  min-width: 170px;
  width: 30%;
}
form .form-group.payment-frequency .help-block {
  top: -30px;
}
form .form-group.payment-amounts {
  margin-bottom: 70px;
  position: relative;
}
form .form-group.payment-amounts .btn {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
form .form-group.payment-amounts .btn > span {
  width: 65px;
  display: inline-block;
}
form .form-group.payment-amounts .btn > span.large-number {
  width: 75px;
}
form .form-group.payment-amounts.has-error input {
  border-color: none;
}
form .form-group.payment-amounts .help-block {
  top: -30px;
}
form .form-group.payment-amounts .icon {
  color: #222222;
  position: absolute;
  display: block;
}
form .form-group.payment-amounts .icon:before {
  content: '\00A3';
  top: 14px;
  left: 12px;
  position: absolute;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: 1.05rem;
}
form .form-group #Amount_field {
  display: block;
  width: 100%;
}
form .form-group #Amount_field.has-icon {
  padding-left: 22px;
}
form .form-group .help-block {
  color: #CA002E;
  position: absolute;
  top: 0;
  bottom: unset;
  right: 0;
  font-size: 0.7rem;
}
@media (max-width: 992px) {
  form .form-group .help-block {
    top: unset;
    bottom: -35px;
  }
}
form .form-group .has-success .form-control,
form .form-group .form-group.has-success .form-control,
form .form-group .form-group.has-success .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
form .form-group.has-error .form-control {
  border-color: #CA002E;
}
form .form-group label {
  font-size: 0.8em;
  font-weight: 300;
}
form .form-control {
  height: 50px;
}
form select.form-control {
  box-shadow: none;
  color: #909090;
}
form select.form-control.selected {
  color: #222222;
}
form select.form-control .error {
  color: #909090;
}
form select.form-control:focus {
  box-shadow: none;
  border: solid 0.5px #909090;
}
form input.form-control {
  box-shadow: none;
  color: #222222;
}
form input.form-control:focus,
form input.form-control.white-bg {
  box-shadow: none;
  background: white;
  border-color: #909090;
}
form input.form-control.white-bg:focus {
  border-color: #222222;
  background-color: #E2E1E0;
}
form input[type="submit"] {
  width: 100%;
}
form input[type="submit"]:hover,
form input[type="submit"]:active,
form input[type="submit"].active {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
  box-shadow: none !important;
}
form input[type="submit"].success {
  cursor: default;
  background-color: #CA002E !important;
  border-color: #CA002E !important;
  opacity: 0.7;
  color: white !important;
}
form .btn-primary:hover {
  background-color: #CA002E;
}
form textarea.form-control {
  min-height: 200px;
  color: #222222;
}
form textarea.form-control:focus {
  box-shadow: none;
  background: white;
  border-color: #909090;
}
form .form-error {
  font-size: 0.8em;
  margin: 10px 0;
  color: #CA002E;
}
form .has-error .form-control,
form .has-error .form-control:focus {
  box-shadow: none;
}
form .form-group.has-success .form-control,
form .form-group.has-success .form-control:focus {
  border-color: #909090;
  box-shadow: none;
}
form .select-own-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
form .select-own-icon .form-control {
  display: inline-block;
}
form .select-own-icon select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin-right: 2px;
  background: none;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
}
form .select-own-icon .icon {
  width: 100%;
  color: #222222;
  position: absolute;
  z-index: 1;
}
form .select-own-icon .icon .white-space {
  height: 100%;
  border-left: solid white 1px;
  position: absolute;
  top: 0;
  right: 50px;
}
form .select-own-icon .icon:before {
  position: absolute;
  top: 19px;
  right: 22px;
  font-size: 10px;
}
.StripeElement {
  /* CSS for Stripe Elements - DON'T CHANGE NAMES */
  height: 50px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: none;
  background: white;
  border-color: #909090;
}
.StripeElement--invalid {
  border-color: #fa4646;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.StripeElement--focus.StripeElement--invalid {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.btn {
  color: #222222;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn.btn-primary:not(.collapsed):not(.option) {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
@media (max-width: 992px) {
  .btn.btn-primary:not(.collapsed):not(.option) {
    margin-top: 20px;
  }
}
.btn.btn-default:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.btn.pagination-btn.loading {
  border: 0;
}
.btn.pagination-btn:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
/*
- Loading animation
----------------------------------------*/
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}
.loader > div:nth-child(0) {
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > div:nth-child(1) {
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > div:nth-child(2) {
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > div:nth-child(3) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > div {
  background-color: #CA002E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}
.btn .loader {
  display: none;
  position: relative;
  margin-left: -100px;
  margin-top: 5px;
  width: 200px;
  left: 50%;
}
.btn .loader > div {
  background-color: #CA002E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}
.btn:hover .loader > div {
  background-color: white;
}
/*
- Custom <select>
----------------------------------------*/
select.cs-select {
  display: none !important;
}
.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-select:focus {
  outline: ;
  /* For accessibility */
}
.cs-select select {
  display: none;
}
.cs-select .cs-placeholder {
  color: #909090;
}
.cs-select.error {
  border: 1px solid #CA002E;
}
.cs-select .help-block {
  top: -31px !important;
  padding-right: 0 !important;
}
.cs-select.collection,
.cs-select.venue {
  opacity: 0;
}
.cs-select > span {
  height: 50px;
  font-size: 1rem;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0px 0px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #E2E1E0;
  border: 1px solid #E2E1E0;
  transition: background 0.2s, border-color 0.2s;
  overflow: visible;
  color: #909090;
  line-height: 2.5rem;
}
.cs-select > span:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-select > span:after {
  content: '\004E';
  font-family: 'artuk';
  font-size: 0.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  right: 0;
  top: -1px;
  width: 50px;
  border-left: 1px solid white;
  padding: 20px 0px 0 18px;
  height: 50px;
  color: #222222;
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cs-select ul span {
  padding: 10px 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1rem;
}
.cs-select ul li {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0;
}
.cs-select ul li span {
  width: 100%;
  display: block;
}
.cs-select ul li span:hover {
  background: #E2E1E0;
}
.cs-select ul li.cs-focus span {
  background: #E2E1E0;
}
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
  font-size: 0.8em;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s 0.2s;
  margin-top: -1px;
  max-height: 400px;
}
.cs-select.cs-active > span {
  background: #fff;
  border: 1px solid #000;
}
.cs-select.cs-active > span:after {
  border-left: 1px solid #000;
}
.cs-select.cs-active.error > span {
  border: 0;
}
.cs-select.cs-active .cs-options {
  visibility: visible;
  border: 1px solid #000;
  opacity: 1;
  overflow: scroll;
}
.cs-active {
  z-index: 200;
}
/*
- Social sharing
----------------------------------------*/
#main .menu-social {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#main .menu-social > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#main .menu-social li a {
  position: relative;
  text-indent: -99999px;
  display: block;
  height: 25px;
  width: 25px;
  font-size: 25px;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer;
  color: #909090;
}
#main .menu-social li a:hover,
#main .menu-social li a:active,
#main .menu-social li a.active {
  color: #FF4B00;
  box-shadow: none !important;
}
#main .menu-social li a:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#main .menu-social li.facebook a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main .menu-social li.facebook a:before {
  content: '\004C';
}
#main .menu-social li.facebook a:hover {
  color: #3B5998;
  transition: color 0.3s ease;
}
#main .menu-social li.twitter a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main .menu-social li.twitter a:before {
  content: '\0041';
}
#main .menu-social li.twitter a:hover {
  color: #55ACEE;
  transition: color 0.3s ease;
}
/* hide add this sharing icons */
.at4-icon-left,
.at4-icon,
.aticon-facebook,
.at-icon-wrapper {
  display: none !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: inherit;
  background-color: inherit;
  border-color: #ccc;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: inherit;
  background-color: #F0EEED;
  font-weight: 400;
}
.dropdown-menu {
  box-shadow: none;
  border: none;
  box-shadow: 0px 2px 5px 1px #ddd;
}
.dropdown-menu li {
  margin-bottom: 0;
}
.dropdown-menu li a {
  color: inherit;
  font-weight: 300;
}
/*
- Dropdowns
----------------------------------------*/
section .view-more {
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
  cursor: pointer;
  float: left;
}
section .view-more:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .view-more:before {
  content: '\0063';
}
section .view-more:before {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
section .view-more:hover {
  color: #FF4B00;
}
section .view-more.expanded {
  margin-top: 20px;
}
section .view-more.expanded:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .view-more.expanded:before {
  content: '\0062';
}
section .dropdown.block {
  display: inline-block;
  width: 100%;
  transition: height 0.5s ease;
}
section .dropdown.block.open .dropdown-menu {
  display: inline-block !important;
  background-color: transparent;
  position: relative;
}
section .dropdown.block.open .view-more:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .dropdown.block.open .view-more:before {
  content: '\0062';
}
section .dropdown.block .dropdown-menu {
  display: none;
  clear: both;
  padding-left: 0;
}
section .dropdown.block .dropdown-menu > li > a {
  color: #222222;
}
section .dropdown.block .dropdown-menu.ns {
  box-shadow: none;
  border: 0;
  min-width: 0;
}
section .dropdown.block .dropdown-menu.tags a {
  color: #222222;
  font-weight: 200;
}
section .dropdown.block .dropdown-menu.tags a:hover {
  color: white;
}
section p.caption {
  color: #909090;
  font-size: 0.8rem;
}
/*
- Pagination
----------------------------------------*/
.pagination {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .pagination {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .pagination {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .pagination {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pagination {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-bottom: 100px;
  }
}
.pagination .btn {
  width: 100%;
}
/*
- Rich text styles
----------------------------------------*/
.rich-text > h1:first-child,
.rich-text h2:first-child,
.rich-text h3:first-child,
.rich-text h4:first-child,
.rich-text h5:first-child,
.rich-text h6:first-child {
  margin-top: 0;
}
.rich-text h1 {
  margin-bottom: 20px;
}
.rich-text ul li {
  line-height: 1.3em;
  margin-bottom: 0;
  list-style: initial;
}
.rich-text ol li {
  line-height: 1.3em;
  margin-bottom: 0;
  list-style: decimal;
}
.rich-text figure {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.rich-text figure .wrap {
  display: inline-block;
  text-align: left;
}
.rich-text figure .wrap img {
  max-width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.rich-text figure .wrap p.title {
  color: #909090;
  font-size: 0.8rem;
  margin: 0;
}
.rich-text figure .wrap p.caption {
  color: #222222;
}
.rich-text > div:first-child > figure {
  margin-top: 0;
}
.rich-text p a,
.rich-text li a,
.rich-text ol a {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  color: inherit;
  display: inline;
}
.rich-text p a:hover,
.rich-text li a:hover,
.rich-text ol a:hover,
.rich-text p a:active,
.rich-text li a:active,
.rich-text ol a:active,
.rich-text p a:focus,
.rich-text li a:focus,
.rich-text ol a:focus,
.rich-text p a.active,
.rich-text li a.active,
.rich-text ol a.active {
  color: #FF4B00;
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
.rich-text > p:first-child:empty {
  display: none;
}
.rich-text table {
  width: 100%;
}
.rich-text table a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #909090;
  box-shadow: 0 2px 0 #FF4B00;
}
.rich-text table a:hover,
.rich-text table a:active,
.rich-text table a:focus,
.rich-text table a.active {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
.rich-text table tr td {
  width: 50%;
  text-align: left;
}
@media (max-width: 768px) {
  .rich-text table tr td img {
    width: 90%;
  }
}
.rich-text table .cmscode_object img {
  margin-bottom: 0;
}
.rich-text table .cmscode_object .title {
  display: none;
}
ul.details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  margin: 0;
}
ul.details li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  ul.details li {
    float: left;
    width: 25%;
  }
}
ul.details li h5 {
  margin-bottom: 5px;
}
ul.details-below {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  ul.details-below {
    display: block;
  }
}
ul.details-below li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  float: none;
}
ul.tags {
  float: left;
  display: block;
  margin: 20px 0 0 0;
  padding: 0 10px;
}
ul.tags li {
  font-size: 1rem;
  float: left;
  margin: 0px 20px 20px 0px;
  word-break: break-all;
}
ul.tags li span {
  font-size: 0.8em;
  color: #909090;
  font-weight: 400;
}
ul.tags li a {
  float: left;
  word-break: break-all;
}
ul.tags li a:hover,
ul.tags li a:active,
ul.tags li a:focus,
ul.tags li a.active {
  color: white;
  background: #CA002E;
  border-color: #CA002E;
}
ul.tags label {
  font-size: 0.8rem;
  padding: 10px 0px;
  margin: 0px 20px 20px 0px;
  color: #909090;
  float: left;
  display: ;
}
ul.results {
  width: 100%;
  display: inline-block;
  padding: 0;
}
ul.results.full-width li.item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  ul.results.full-width li.item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  ul.results.full-width li.item {
    float: left;
    width: 25%;
  }
}
ul.results.full-width li.item:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  ul.results.full-width li.item:nth-child(2n+1) {
    clear: none;
  }
  ul.results.full-width li.item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  ul.results.full-width li.item:nth-child(2n+1) {
    clear: none;
  }
  ul.results.full-width li.item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  ul.results.full-width li.item {
    width: 16.66666667%;
  }
  ul.results.full-width li.item:nth-child(4n+1) {
    clear: none;
  }
  ul.results.full-width li.item:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 1800px) {
  ul.results.full-width li.item {
    width: 12.5%;
  }
  ul.results.full-width li.item:nth-child(6n+1) {
    clear: none;
  }
  ul.results.full-width li.item:nth-child(8n+1) {
    clear: both;
  }
}
ul.results li {
  width: 100%;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  ul.results li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  ul.results li {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  ul.results li {
    width: 100%;
  }
}
ul.results li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  ul.results li:nth-child(2n+1) {
    clear: none;
  }
  ul.results li:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  ul.results li:nth-child(2n+1) {
    clear: none;
  }
  ul.results li:nth-child(4n+1) {
    clear: both;
  }
}
ul.results li .img-wrap {
  width: 100%;
  padding: 0;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
ul.results li .img-wrap a {
  display: block;
}
ul.results li .img-wrap img {
  width: 100%;
}
ul.results li .img-wrap:hover .credit {
  opacity: 1;
}
ul.results li .img-wrap .credit {
  z-index: 2;
  position: absolute;
  font-size: 0.7rem;
  font-weight: 100;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 150px;
  opacity: 0;
  transition: all 0.3s ease;
  color: white;
}
ul.results li .img-wrap .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  max-height: 150px;
  width: 100%;
  font-size: 0.7rem;
  color: white;
  overflow: ellipsis;
}
ul.results li .info {
  width: 100%;
}
ul.results li .info h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
ul.results li .info p {
  font-size: 0.8rem;
}
ul.results li .info .icons {
  float: left;
  width: 100%;
  z-index: 3;
  position: relative;
}
ul.results li .info .icons > div {
  float: right;
  display: block;
  margin-left: 6px;
}
ul.results li .info .icons > div:before {
  color: #CA002E;
  position: relative;
  float: right;
  font-size: 15px;
}
ul.results li .info .icons > .faved:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.results li .info .icons > .faved:before {
  content: '\0044';
}
ul.results li .info .icons > .locked:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.results li .info .icons > .locked:before {
  content: '\0051';
}
ul.results li .info .icons > .editable:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.results li .info .icons > .editable:before {
  content: '\0067';
}
ul.results li .info.venue span {
  margin-top: 0;
  color: #909090;
  font-size: 0.8rem;
  float: left;
}
ul.featured {
  width: 100%;
  padding: 0 10px;
  border-bottom: 0;
  margin: 0;
}
ul.featured li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  ul.featured li {
    float: left;
    width: 50%;
  }
}
ul.featured li:first-child {
  padding-left: 0;
}
ul.featured li:last-child {
  padding-right: 0;
}
ul.featured li .img-wrap {
  width: 100%;
  padding: 0;
  float: left;
  margin-bottom: 10px;
}
ul.featured li .img-wrap img {
  width: 100%;
}
ul.featured li .info {
  width: 100%;
}
ul.featured li .info h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
ul.featured li .info .type {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
ul.events li {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  ul.events li {
    margin-bottom: 30px;
  }
}
ul.events li .img {
  float: left;
  width: 25%;
}
ul.events li .img .img-wrap {
  width: 100%;
  float: left;
  padding-right: 20px;
}
@media (max-width: 767px) {
  ul.events li .img .img-wrap {
    display: none !important;
  }
}
ul.events li .img .img-wrap img {
  width: 100%;
}
ul.events li .info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  ul.events li .info {
    float: left;
    width: 75%;
  }
}
ul.events li .info h1 {
  font-size: 1rem;
  margin: 0 0 10px 0;
}
ul.events li .info h1 a {
  transition: all 0.2s ease;
}
ul.events li .info h1 a:hover span,
ul.events li .info h1 a:active span,
ul.events li .info h1 a:focus span,
ul.events li .info h1 a.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
ul.events li .info .event-date {
  margin-bottom: 10px;
  color: #222222;
  font-size: 0.8rem;
}
ul.events li .info .event-date span {
  margin-right: 5px;
  color: #FF4B00;
}
ul.events li .info-aside {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  ul.events li .info-aside {
    float: left;
    width: 25%;
  }
}
ul.events li .info-aside p {
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.container-carousels {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
}
@media (max-width: 992px) {
  .container-carousels {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .container-carousels {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .container-carousels {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .container-carousels {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main section.module-carousel,
#main section.module-carousel-header {
  /* Left side content */
  /* Top section for full width carousel */
  /* Carousel */
}
#main section.module-carousel .carousel-wrap,
#main section.module-carousel-header .carousel-wrap,
#main section.module-carousel .accordion-wrap,
#main section.module-carousel-header .accordion-wrap {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.module-carousel .carousel-wrap,
  #main section.module-carousel-header .carousel-wrap,
  #main section.module-carousel .accordion-wrap,
  #main section.module-carousel-header .accordion-wrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main section.module-carousel .carousel-wrap,
  #main section.module-carousel-header .carousel-wrap,
  #main section.module-carousel .accordion-wrap,
  #main section.module-carousel-header .accordion-wrap {
    float: left;
    width: 75%;
  }
}
@media (max-width: 768px) {
  #main section.module-carousel .carousel-wrap.header-images,
  #main section.module-carousel-header .carousel-wrap.header-images,
  #main section.module-carousel .accordion-wrap.header-images,
  #main section.module-carousel-header .accordion-wrap.header-images {
    padding-left: 15px;
  }
}
#main section.module-carousel.featured,
#main section.module-carousel-header.featured {
  padding-bottom: 0;
  padding-top: 0;
  border: 0;
}
#main section.module-carousel.index,
#main section.module-carousel-header.index {
  border-top: 0;
  border-bottom: 2px solid #E2E1E0;
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel.index,
  #main section.module-carousel-header.index {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #main section.module-carousel .side,
  #main section.module-carousel-header .side {
    padding: 0;
  }
}
#main section.module-carousel .side h1,
#main section.module-carousel-header .side h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
#main section.module-carousel .side p,
#main section.module-carousel-header .side p {
  color: #909090;
  margin: 0 0 35px 0;
}
@media only screen and (min-width: 992px) {
  #main section.module-carousel .side p,
  #main section.module-carousel-header .side p {
    margin: 0;
  }
}
#main section.module-carousel .side a,
#main section.module-carousel-header .side a {
  display: none;
}
@media only screen and (min-width: 992px) {
  #main section.module-carousel .side a,
  #main section.module-carousel-header .side a {
    margin-top: 20px;
    display: inline-block;
  }
}
#main section.module-carousel p.date,
#main section.module-carousel-header p.date {
  font-size: 0.8em;
}
#main section.module-carousel a.view-all-link,
#main section.module-carousel-header a.view-all-link {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel a.view-all-link,
  #main section.module-carousel-header a.view-all-link {
    display: none;
  }
}
#main section.module-carousel .carousel-top,
#main section.module-carousel-header .carousel-top {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #main section.module-carousel .carousel-top,
  #main section.module-carousel-header .carousel-top {
    padding: 0;
  }
}
#main section.module-carousel .carousel-top h1,
#main section.module-carousel-header .carousel-top h1 {
  margin: 0;
}
#main section.module-carousel .carousel-top a,
#main section.module-carousel-header .carousel-top a {
  display: none;
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel .carousel-top a,
  #main section.module-carousel-header .carousel-top a {
    display: block;
  }
}
#main section.module-carousel .carousel-top + .carousel-wrap,
#main section.module-carousel-header .carousel-top + .carousel-wrap,
#main section.module-carousel .carousel-top .accordion-wrap,
#main section.module-carousel-header .carousel-top .accordion-wrap {
  width: 100%;
}
#main section.module-carousel .carousel,
#main section.module-carousel-header .carousel {
  top: 0;
  position: relative;
  overflow: hidden;
  text-align: left;
}
#main section.module-carousel .carousel ul,
#main section.module-carousel-header .carousel ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}
#main section.module-carousel .carousel ul li,
#main section.module-carousel-header .carousel ul li {
  opacity: 0;
  text-align: left;
  top: 0;
  min-width: 100px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
  z-index: 2;
  margin-bottom: 0;
}
#main section.module-carousel .carousel ul li :hover .cover,
#main section.module-carousel-header .carousel ul li :hover .cover {
  background-color: #909090;
  opacity: 0.3;
}
#main section.module-carousel .carousel ul li > a,
#main section.module-carousel-header .carousel ul li > a,
#main section.module-carousel .carousel ul li .wrap,
#main section.module-carousel-header .carousel ul li .wrap {
  position: relative;
  display: block;
}
#main section.module-carousel .carousel ul li > a:hover .credit,
#main section.module-carousel-header .carousel ul li > a:hover .credit,
#main section.module-carousel .carousel ul li .wrap:hover .credit,
#main section.module-carousel-header .carousel ul li .wrap:hover .credit {
  opacity: 1;
}
#main section.module-carousel .carousel ul li > a .credit,
#main section.module-carousel-header .carousel ul li > a .credit,
#main section.module-carousel .carousel ul li .wrap .credit,
#main section.module-carousel-header .carousel ul li .wrap .credit {
  z-index: 2;
  position: absolute;
  color: white;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
}
#main section.module-carousel .carousel ul li > a .credit > p,
#main section.module-carousel-header .carousel ul li > a .credit > p,
#main section.module-carousel .carousel ul li .wrap .credit > p,
#main section.module-carousel-header .carousel ul li .wrap .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  max-height: 200px;
  width: 100%;
}
#main section.module-carousel .carousel ul li img,
#main section.module-carousel-header .carousel ul li img {
  max-height: 220px;
  width: auto;
}
#main section.module-carousel .carousel ul li .caption,
#main section.module-carousel-header .carousel ul li .caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding-right: 20px;
  white-space: normal;
}
#main section.module-carousel .carousel ul li .caption > *,
#main section.module-carousel-header .carousel ul li .caption > * {
  font-size: 1rem;
  width: 100%;
}
#main section.module-carousel .carousel ul li .caption p,
#main section.module-carousel-header .carousel ul li .caption p {
  font-size: 0.8rem;
  color: #909090;
  margin-bottom: 5px;
}
#main section.module-carousel .carousel ul li .caption p.dark,
#main section.module-carousel-header .carousel ul li .caption p.dark {
  color: #222222;
}
#main section.module-carousel .carousel ul li .caption p.m0,
#main section.module-carousel-header .carousel ul li .caption p.m0 {
  margin-bottom: 0px;
}
#main section.module-carousel .carousel ul li .caption a,
#main section.module-carousel-header .carousel ul li .caption a {
  font-size: 0.8rem;
  display: block;
}
#main section.module-carousel .carousel ul li .caption .title,
#main section.module-carousel-header .carousel ul li .caption .title {
  font-size: 0.8rem;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 300;
}
#main section.module-carousel .carousel ul li .caption span.title,
#main section.module-carousel-header .carousel ul li .caption span.title {
  width: 100%;
}
#main section.module-carousel .carousel ul li .caption span.date,
#main section.module-carousel-header .carousel ul li .caption span.date {
  font-size: 0.6rem;
  display: inline;
  margin: 0 0 0 2px;
}
#main section.module-carousel .carousel ul li .caption .event-date,
#main section.module-carousel-header .carousel ul li .caption .event-date {
  color: #222222;
}
#main section.module-carousel .carousel ul li .caption .event-date span,
#main section.module-carousel-header .carousel ul li .caption .event-date span {
  margin-right: 1px;
  color: #FF4B00;
}
#main section.module-carousel .carousel ul li .caption .artist,
#main section.module-carousel-header .carousel ul li .caption .artist {
  clear: both;
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  color: #909090;
}
#main section.module-carousel .carousel ul li.backdrop,
#main section.module-carousel-header .carousel ul li.backdrop {
  background-color: #E2E1E0;
}
#main section.module-carousel .carousel ul li.backdrop .caption,
#main section.module-carousel-header .carousel ul li.backdrop .caption {
  margin-top: 0;
  padding-top: 20px;
  background: white;
  float: left;
}
#main section.module-carousel .carousel ul li.more,
#main section.module-carousel-header .carousel ul li.more {
  width: 220px;
  height: 220px;
  line-height: 220px;
  margin-right: 1px;
  background-color: #CA002E;
}
#main section.module-carousel .carousel ul li.more > a,
#main section.module-carousel-header .carousel ul li.more > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
}
#main section.module-carousel .carousel ul li.more > a:hover,
#main section.module-carousel-header .carousel ul li.more > a:hover {
  text-decoration: none;
}
#main section.module-carousel .carousel ul li .flex-center,
#main section.module-carousel-header .carousel ul li .flex-center {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#main section.module-carousel .carousel-info,
#main section.module-carousel-header .carousel-info {
  display: -ms-flexbox;
  display: flex;
}
#main section.module-carousel .carousel-info .tag-status,
#main section.module-carousel-header .carousel-info .tag-status {
  margin-top: 20px;
  padding-right: 5px;
}
#main section.module-carousel .carousel-info .tag-status .tooltip,
#main section.module-carousel-header .carousel-info .tag-status .tooltip {
  z-index: 999;
}
#main section.module-carousel .carousel .tag-icon svg,
#main section.module-carousel-header .carousel .tag-icon svg {
  fill: #909090;
}
#main section.module-carousel .carousel .tag-icon svg:hover,
#main section.module-carousel-header .carousel .tag-icon svg:hover {
  fill: #CA002E;
}
#main section.module-carousel .carousel .carousel-link,
#main section.module-carousel-header .carousel .carousel-link {
  position: relative;
  display: block;
}
#main section.module-carousel .carousel .cover,
#main section.module-carousel-header .carousel .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#main section.module-carousel .carousel .view-all,
#main section.module-carousel-header .carousel .view-all {
  width: 400px;
  height: 220px;
  line-height: 220px;
  margin-right: 1px;
  display: none;
  opacity: 0;
  background-color: #CA002E;
}
#main section.module-carousel .carousel .view-all > a,
#main section.module-carousel-header .carousel .view-all > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
}
#main section.module-carousel .carousel .view-all > a:hover,
#main section.module-carousel-header .carousel .view-all > a:hover {
  text-decoration: none;
}
#main section.module-carousel .carousel .prev,
#main section.module-carousel-header .carousel .prev,
#main section.module-carousel .carousel .next,
#main section.module-carousel-header .carousel .next {
  top: 0;
  bottom: 0;
  display: none;
  line-height: 0;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 220px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#main section.module-carousel .carousel .prev:before,
#main section.module-carousel-header .carousel .prev:before,
#main section.module-carousel .carousel .next:before,
#main section.module-carousel-header .carousel .next:before {
  color: white;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  font-size: 36px;
  margin-top: -17px;
  opacity: 0.9;
}
#main section.module-carousel .carousel .prev,
#main section.module-carousel-header .carousel .prev {
  left: 0;
}
#main section.module-carousel .carousel .prev:before,
#main section.module-carousel-header .carousel .prev:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.module-carousel .carousel .prev:before,
#main section.module-carousel-header .carousel .prev:before {
  content: '\0049';
}
#main section.module-carousel .carousel .next,
#main section.module-carousel-header .carousel .next {
  right: 0;
}
#main section.module-carousel .carousel .next:before,
#main section.module-carousel-header .carousel .next:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.module-carousel .carousel .next:before,
#main section.module-carousel-header .carousel .next:before {
  content: '\0048';
}
#main section.module-carousel .carousel.expanded li.item.active-item .caption,
#main section.module-carousel-header .carousel.expanded li.item.active-item .caption {
  padding-left: 30px;
}
#main section.module-carousel.header,
#main section.module-carousel-header.header {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#main section.module-carousel.header .carousel-top,
#main section.module-carousel-header.header .carousel-top {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  float: none;
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel.header .carousel-top,
  #main section.module-carousel-header.header .carousel-top {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #main section.module-carousel.header .carousel-top,
  #main section.module-carousel-header.header .carousel-top {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main section.module-carousel.header .carousel-top,
  #main section.module-carousel-header.header .carousel-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main section.module-carousel.header .carousel-top a,
#main section.module-carousel-header.header .carousel-top a {
  margin-bottom: 20px;
  float: right;
}
#main section.module-carousel.header ul li,
#main section.module-carousel-header.header ul li {
  margin-right: 2px !important;
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel.header ul li img,
  #main section.module-carousel-header.header ul li img {
    max-height: 450px;
  }
}
#main section.module-carousel.header ul li .caption .title,
#main section.module-carousel-header.header ul li .caption .title {
  font-size: 0.8rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel.header .prev,
  #main section.module-carousel-header.header .prev,
  #main section.module-carousel.header .next,
  #main section.module-carousel-header.header .next {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  #main section.module-carousel.header .view-all,
  #main section.module-carousel-header.header .view-all {
    height: 450px;
    line-height: 450px;
  }
}
#main section.module-carousel .carousel-wrap.no-init li.item,
#main section.module-carousel-header .carousel-wrap.no-init li.item {
  opacity: 1;
}
#main section.module-carousel .carousel-wrap.no-init li.item > a,
#main section.module-carousel-header .carousel-wrap.no-init li.item > a {
  display: inline-block;
}
#main section.module-carousel .carousel-wrap.no-init li.item img,
#main section.module-carousel-header .carousel-wrap.no-init li.item img {
  max-height: 220px;
}
#main section.module-carousel .carousel-wrap.no-init li.item .caption,
#main section.module-carousel-header .carousel-wrap.no-init li.item .caption {
  max-width: 350px;
}
#main section.module-carousel .carousel-wrap.no-init.header-images,
#main section.module-carousel-header .carousel-wrap.no-init.header-images {
  width: 100%;
}
#main section.module-carousel .carousel-wrap.no-init.header-images ul,
#main section.module-carousel-header .carousel-wrap.no-init.header-images ul {
  text-align: center;
}
#main section.module-carousel .carousel-wrap.no-init.header-images ul li.item a,
#main section.module-carousel-header .carousel-wrap.no-init.header-images ul li.item a {
  text-align: left;
}
#main section.module-carousel .carousel-wrap.no-init.header-images ul li.item img,
#main section.module-carousel-header .carousel-wrap.no-init.header-images ul li.item img {
  max-height: 450px;
}
#main section.header-images {
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0;
  max-width: none;
}
#main section.header-images .carousel-top {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main section.header-images .carousel-top h1 {
  float: left;
}
#main section.header-images .carousel-top a {
  display: none;
  float: right;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #main section.header-images .carousel-top a {
    display: block;
  }
}
#main section.header-images .carousel-wrap {
  width: 100%;
}
#main section.header-images .carousel {
  top: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#main section.header-images .carousel ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
#main section.header-images .carousel ul li {
  opacity: 0;
  overflow: hidden;
  text-align: left;
  top: 0;
  display: inline-block;
  margin-right: 1px;
  position: relative;
  vertical-align: top;
  z-index: 2;
  margin-bottom: 0;
}
#main section.header-images .carousel ul li > a {
  display: block;
}
#main section.header-images .carousel ul li img {
  width: auto;
}
@media only screen and (min-width: 992px) {
  #main section.header-images .carousel ul li img {
    max-height: 450px;
  }
}
#main section.header-images .carousel ul li .caption {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
  white-space: normal;
  transition: 0.2s all;
}
#main section.header-images .carousel ul li .caption > * {
  font-size: 1rem;
}
#main section.header-images .carousel ul li .caption > *:last-child {
  margin-bottom: 0;
}
#main section.header-images .carousel ul li .caption p {
  font-size: 0.8rem;
  color: #909090;
  margin-bottom: 5px;
}
#main section.header-images .carousel ul li .caption a {
  transition: all 0.2s ease;
}
#main section.header-images .carousel ul li .caption a:hover span,
#main section.header-images .carousel ul li .caption a:active span,
#main section.header-images .carousel ul li .caption a:focus span,
#main section.header-images .carousel ul li .caption a.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
#main section.header-images .carousel ul li .caption .title {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
}
#main section.header-images .carousel ul li .caption span.date {
  font-size: 0.7rem;
}
#main section.header-images .carousel ul li .caption .event-date {
  color: #222222;
}
#main section.header-images .carousel ul li .caption .event-date span {
  margin-right: 1px;
  color: #FF4B00;
}
#main section.header-images .prev,
#main section.header-images .next {
  top: 0;
  bottom: 0;
  display: none;
  line-height: 0;
  position: absolute;
  z-index: 3;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #main section.header-images .prev,
  #main section.header-images .next {
    height: 450px;
  }
}
#main section.header-images .prev:before,
#main section.header-images .next:before {
  color: white;
  position: relative;
  top: 50%;
  font-size: 36px;
  margin-top: -17px;
  opacity: 0.9;
}
#main section.header-images .prev {
  left: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
#main section.header-images .prev:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.header-images .prev:before {
  content: '\0049';
}
#main section.header-images .next {
  right: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#main section.header-images .next:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.header-images .next:before {
  content: '\0048';
}
.module-col2 ul {
  padding: 0;
}
.module-col2 .artwork-item {
  width: 100%;
}
.module-col2 .artwork-item img {
  max-width: 100%;
}
.module-col2 .artwork-item .img-wrapper {
  display: block;
  position: relative;
}
.module-col2 .artwork-item .img-wrapper:hover .credit {
  opacity: 1;
}
.module-col2 .artwork-item .credit {
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  color: white;
  font-size: 0.7rem;
  padding: 10px;
  text-align: left;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
.module-col2 .artwork-title a {
  box-shadow: none;
  color: #909090;
  border-bottom: 2px solid #FF4B00;
}
.module-col2 .artwork-location {
  color: #909090;
  font-size: 0.8rem;
}
.module-col2 figcaption {
  margin-top: 15px;
}
.module-col2 figcaption p {
  margin-bottom: 15px;
}
.module-col2 figcaption p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-col2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .module-col2 .artwork-item {
    width: 50%;
    padding: 0 10px 100px 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .module-col2 .artwork-item:nth-of-type(2n+1) {
    padding-right: 22.5px;
  }
  .module-col2 .artwork-item:nth-of-type(2n) {
    padding-left: 22.5px;
  }
  .module-col2 figure {
    position: relative;
  }
  .module-col2 figcaption {
    width: 100%;
    position: absolute;
  }
}
.sorting .dropdown-toggle div {
  display: inline-block;
}
.sorting .dropdown-toggle div:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sorting .dropdown-toggle div:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sorting .dropdown-toggle div:before {
  content: '\004E';
}
.sorting .dropdown-toggle div:before {
  font-size: 0.6rem;
  float: right;
  position: relative;
  top: 9px;
  margin: 0 0 0 10px;
  display: block;
}
.sorting .dropdown-menu li a {
  text-align: center;
  padding-right: 40px;
}
.sorting.middle .dropdown-menu li {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sorting.middle .dropdown-menu li .media-sm({
					text-align: left;
				}) a {
    padding: 3px 34px;
  }
}
.sorting.categories .dropdown-menu li a {
  text-align: left;
  padding-left: 12px;
}
#main .tagger-menu {
  border-top: 1px solid #E2E1E0;
}
#main .tagger-menu--empty {
  height: 35px;
}
#main .tagger-menu__wrapper {
  width: 100%;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#main .tagger-menu__wrapper:before,
#main .tagger-menu__wrapper:after {
  content: none;
}
#main .tagger-menu .tagger-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 11px 16px;
  color: white;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin-left: 0;
  background-color: #CA002E;
}
#main .tagger-menu .tagger-btn:hover,
#main .tagger-menu .tagger-btn:focus {
  text-decoration: none;
  border-color: #B90019;
  background-color: #B90019;
}
#main .tagger-menu__btns {
  display: -ms-flexbox;
  display: flex;
}
#main .tagger-menu__btns .tagger-btn--white {
  color: black;
  border-radius: 2px;
  background-color: white;
}
#main .tagger-menu__btns .tagger-btn--white:hover,
#main .tagger-menu__btns .tagger-btn--white:focus {
  color: white;
}
#main .tagger-menu .tagger-addlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  background-color: transparent;
}
#main .tagger-menu .tagger-addlist span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  border-bottom: 2px solid #FF4B00;
}
#main .tagger-menu .tagger-addlist:hover span {
  color: #FF4B00;
}
#main .tagger-menu .tagger-addlist .tagger-helper {
  width: 19px;
  height: 19px;
  color: #CA002E;
  border-radius: 50%;
  border: 1px solid #CA002E;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 10px;
}
.listing-grid {
  width: 100%;
  display: inline-block;
  margin: 0 0 60px 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .listing-grid {
    width: 1200px;
    margin: 0 -25px;
  }
}
.listing-grid:after {
  content: '';
  display: block;
  clear: both;
}
.listing-grid.full-width li.item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .listing-grid.full-width li.item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .listing-grid.full-width li.item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .listing-grid.full-width li.item {
    width: 16.66666667%;
  }
}
@media (min-width: 1800px) {
  .listing-grid.full-width li.item {
    width: 12.5%;
  }
}
.listing-grid li.item {
  list-style: none;
  opacity: 0;
  display: block;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .listing-grid li.item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .listing-grid li.item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .listing-grid li.item {
    float: left;
    width: 25%;
  }
}
.listing-grid li.item.album {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .listing-grid li.item.album {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .listing-grid li.item.album {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .listing-grid li.item.album {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .listing-grid li.item.album {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-grid li.item {
    padding: 25px;
  }
}
.listing-grid li.item.visible {
  opacity: 1;
  transition: all 0.2s;
}
.listing-grid li.item.icons .icons {
  margin-bottom: 6px;
}
.listing-grid li.item .icons {
  float: left;
  width: 100%;
  z-index: 3;
  position: relative;
}
.listing-grid li.item .icons > div {
  float: right;
  display: block;
  margin-left: 6px;
}
.listing-grid li.item .icons > div:before {
  color: #CA002E;
  position: relative;
  float: right;
  font-size: 15px;
}
.listing-grid li.item .icons > .faved:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid li.item .icons > .faved:before {
  content: '\0044';
}
.listing-grid li.item .icons > .locked:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid li.item .icons > .locked:before {
  content: '\0051';
}
.listing-grid li.item .icons > .editable:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid li.item .icons > .editable:before {
  content: '\0067';
}
.listing-grid li.item > a {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 1;
}
.listing-grid li.item img {
  height: auto;
  width: auto;
  max-height: 750px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .listing-grid li.item img {
    width: 100%;
  }
}
.listing-grid li.item .info,
.listing-grid li.item .more-info {
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin-top: 10px;
}
.listing-grid li.item .info .title,
.listing-grid li.item .more-info .title,
.listing-grid li.item .info .location,
.listing-grid li.item .more-info .location {
  font-size: 0.8rem;
  display: block;
}
.listing-grid li.item .info .title.related-title,
.listing-grid li.item .more-info .title.related-title,
.listing-grid li.item .info .location.related-title,
.listing-grid li.item .more-info .location.related-title {
  color: #000000;
  font-weight: 400;
}
.listing-grid li.item .info .title .count,
.listing-grid li.item .more-info .title .count,
.listing-grid li.item .info .location .count,
.listing-grid li.item .more-info .location .count {
  font-size: 0.7rem;
  width: 100%;
  float: left;
  opacity: 0.7;
  text-transform: lowercase;
}
.listing-grid li.item .info .date,
.listing-grid li.item .more-info .date {
  font-size: 0.6rem;
}
.listing-grid li.item .info .artist,
.listing-grid li.item .more-info .artist,
.listing-grid li.item .info .collection,
.listing-grid li.item .more-info .collection {
  margin-top: 0;
  color: #909090;
  font-size: 0.8rem;
  float: left;
}
.listing-grid li.item .info .artist.related-artist,
.listing-grid li.item .more-info .artist.related-artist,
.listing-grid li.item .info .collection.related-artist,
.listing-grid li.item .more-info .collection.related-artist {
  color: #000000;
}
.listing-grid li.item .info .gallery,
.listing-grid li.item .more-info .gallery {
  font-size: 0.7rem;
  color: #909090;
  line-height: 1rem;
  position: relative;
  top: 5px;
}
.listing-grid li.item .info p,
.listing-grid li.item .more-info p {
  margin-bottom: 5px;
}
.listing-grid li.item .info p:last-child,
.listing-grid li.item .more-info p:last-child {
  margin-bottom: 0;
}
.listing-grid li.item .info span.date,
.listing-grid li.item .more-info span.date {
  font-size: 0.8rem;
  float: left;
  width: 100%;
}
.listing-grid li.item .info .bold-title,
.listing-grid li.item .more-info .bold-title {
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
}
.listing-grid li.item .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.listing-grid li.item .info__wrapper {
  width: calc(100% - 35px);
}
.listing-grid li.item .tag-status {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.listing-grid li.item .tag-status svg {
  fill: #909090;
}
.listing-grid li.item .tag-status .icons {
  margin: 0 5px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.listing-grid li.item .tag-status:hover svg {
  fill: #CA002E;
}
.listing-grid li.item .tag-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: right;
}
.listing-grid li.item .more-info {
  display: none;
}
.listing-grid li.item .more-info__wrapper {
  width: calc(100% - 35px);
}
@media (max-width: 480px) {
  .listing-grid li.item.item-left:nth-child(odd) > a {
    padding: 0 10px 0 0;
    padding-bottom: 20px;
  }
  .listing-grid li.item.item-left:nth-child(even) > a {
    padding: 0 0 0 10px;
    padding-bottom: 20px;
  }
}
.listing-grid li.item.artwork.dropdown-open .wrap .actions {
  min-width: 0;
  left: 30px;
}
.listing-grid li.item.artwork .wrap {
  position: relative;
}
.listing-grid li.item.artwork .wrap .img-wrap {
  position: relative;
}
.listing-grid li.item.artwork .wrap .img-wrap > .faved:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid li.item.artwork .wrap .img-wrap > .faved:before {
  content: '\0044';
}
.listing-grid li.item.artwork .wrap .img-wrap > .faved:before {
  color: #CA002E;
  position: absolute;
  bottom: -23px;
  right: 1px;
  font-size: 15px;
}
.listing-grid li.item.artwork .wrap .actions {
  position: absolute;
  bottom: 0;
  z-index: unset;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 100%;
}
@media (max-width: 767px) {
  .listing-grid li.item.artwork .wrap .actions {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .listing-grid li.item.artwork .wrap .actions.mob {
    position: relative;
    margin-top: 15px;
    margin-left: 0;
    left: 0;
    display: block !important;
  }
  .listing-grid li.item.artwork .wrap .actions.mob .toggle {
    background-color: transparent;
    opacity: 1;
  }
  .listing-grid li.item.artwork .wrap .actions.mob .tooltip {
    display: none !important;
  }
  .listing-grid li.item.artwork .wrap .actions.mob .action-dropdown.right {
    margin-left: -140px;
  }
  .listing-grid li.item.artwork .wrap .actions.mob .action-dropdown.left {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .listing-grid li.item.artwork .wrap .actions.mob .action-dropdown.left {
    max-width: 300px;
  }
}
.listing-grid li.item.artwork .wrap .actions .action-toggle > .toggle {
  margin: 0 1px 0 0;
  z-index: 2;
  position: relative;
}
.listing-grid li.item.artwork .wrap .actions .action-toggle > .disabled {
  cursor: default;
}
.listing-grid li.item.artwork .wrap .actions .action-dropdown {
  left: -65px;
  max-width: 50vw;
  width: 720px;
}
.listing-grid li.item.artwork .wrap .actions .action-dropdown.right {
  transform: translate(-50%, 0);
}
.listing-grid li.item.artwork:hover .actions {
  display: -ms-flexbox;
  display: flex;
}
.listing-grid li.item.artwork:hover .actions .action-toggle {
  margin: 0 0.5px;
}
.listing-grid li.item.artwork:hover .info {
  display: none;
}
.listing-grid li.item.artwork:hover .more-info {
  display: block;
}
.listing-grid li.item.artwork.portal:hover .info {
  display: block;
}
.listing-grid li.item.artwork.portal:hover .more-info {
  display: none;
}
.listing-grid li.item.artwork.album-open .actions {
  display: block;
}
@media only screen and (max-width: 767px) {
  .listing-grid li.item.add {
    height: 0px;
    margin: 0;
    padding: 0;
  }
}
.listing-grid li.item.add a {
  border: 1px solid #E4E4E4;
  height: 200px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .listing-grid li.item.add a {
    display: none !important;
  }
}
.listing-grid li.item.add a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid li.item.add a:before {
  content: '\004A';
}
.listing-grid li.item.add a:before {
  font-size: 46px;
  position: relative;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  color: #909090;
}
.listing-grid li.item.add:hover {
  background-color: transparent;
}
.listing-grid li.item.add:hover a {
  background-color: #CA002E;
}
.listing-grid li.item.add:hover a:before {
  color: white;
}
.listing-grid .no-results {
  text-align: center;
}
.listing-grid.mini {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .listing-grid.mini {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .listing-grid.mini {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .listing-grid.mini {
    margin-top: -10px;
  }
}
.listing-grid.mini li.item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
  opacity: 1;
}
@media (min-width: 768px) {
  .listing-grid.mini li.item {
    float: left;
    width: 25%;
  }
}
.listing-grid.mini li.item.more {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .listing-grid.mini li.item.more {
    padding: 20px;
  }
}
.listing-grid.mini li.item.more:hover {
  background: transparent;
}
.listing-grid.mini li.item.more a {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s;
  padding: 20px 4px;
  position: relative;
  height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
  line-height: 26px;
}
.listing-grid.mini li.item.more a:hover {
  background: #CA002E;
  border-color: #CA002E;
  color: white;
}
.listing-grid.home-grid {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .listing-grid.home-grid {
    margin-top: 0;
  }
}
.listing-grid.home-grid li.item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .listing-grid.home-grid li.item {
    float: left;
    width: 33.33333333%;
  }
}
.listing-grid.home-grid li.item .wrap {
  padding: 10px;
}
.listing-grid.home-grid li.item .wrap .info,
.listing-grid.home-grid li.item .wrap .more-info {
  padding-left: 25px;
}
.listing-grid.home-grid li.item .marker {
  position: relative;
  top: 10px;
}
.listing-grid.home-grid li.item .marker > span {
  position: absolute;
  left: -4px;
  top: 10px;
}
.listing-grid.home-grid li.item .marker > span:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid.home-grid li.item .marker > span:before {
  content: '\0054';
}
.listing-grid.home-grid li.item .marker > span:before {
  position: absolute;
  font-size: 28px;
  color: #CA002E;
}
.listing-grid.home-grid li.item .marker > span > span {
  position: relative;
  font-size: 0.7rem;
  color: #CA002E;
}
.listing-grid.home-grid li.item .meta {
  display: inline-block;
  width: 100%;
  position: relative;
}
.listing-grid.home-grid li.item.item-4,
.listing-grid.home-grid li.item.item-5 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .listing-grid.home-grid li.item.item-4,
  .listing-grid.home-grid li.item.item-5 {
    display: block;
  }
}
.listing-grid.home-grid li.item.item-1 .marker > span > span {
  left: 11px;
  top: -2px;
}
.listing-grid.home-grid li.item.item-2 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.home-grid li.item.item-3 .marker > span > span {
  left: 10px;
  top: -2px;
}
.listing-grid.home-grid li.item.item-4 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.home-grid li.item.item-5 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.home-grid li.item.item-6 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.home-grid li.item.more {
  height: 150px;
  padding: 10px;
}
.listing-grid.home-grid li.item.more .wrap {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;
  transition: all 0.3s;
}
.listing-grid.home-grid li.item.more:hover .wrap {
  background: #CA002E;
  border-color: #CA002E;
  color: white;
}
.listing-grid.home-grid li.item:hover .wrap .marker > span {
  color: #CA002E;
}
.listing-grid.home-grid li.item:hover .wrap .marker > span:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid.home-grid li.item:hover .wrap .marker > span:before {
  content: '\0053';
}
.listing-grid.home-grid li.item:hover .wrap .marker > span > span {
  color: white;
}
.listing-grid.home-grid.resized.item-4,
.listing-grid.home-grid.resized.item-5 {
  opacity: 1;
  transition: all 0.4s;
}
.listing-grid.shuffle-grid {
  width: 100%;
  margin-bottom: 0;
}
.listing-grid.shuffle-grid li.item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .listing-grid.shuffle-grid li.item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .listing-grid.shuffle-grid li.item {
    width: 33.33333%;
  }
}
.listing-grid.shuffle-grid li.item a {
  position: relative;
}
.listing-grid.shuffle-grid li.item .wrap {
  padding: 10px;
}
.listing-grid.shuffle-grid li.item .wrap .info,
.listing-grid.shuffle-grid li.item .wrap .more-info {
  padding-left: 25px;
  display: inline-block;
}
.listing-grid.shuffle-grid li.item .marker {
  position: relative;
  top: 10px;
}
.listing-grid.shuffle-grid li.item .marker > span {
  position: absolute;
  left: -4px;
  top: 10px;
}
.listing-grid.shuffle-grid li.item .marker > span:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-grid.shuffle-grid li.item .marker > span:before {
  content: '\0054';
}
.listing-grid.shuffle-grid li.item .marker > span:before {
  position: absolute;
  font-size: 28px;
  color: #CA002E;
}
.listing-grid.shuffle-grid li.item .marker > span > span {
  position: relative;
  font-size: 0.7rem;
  color: #CA002E;
}
.listing-grid.shuffle-grid li.item .meta {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.listing-grid.shuffle-grid li.item.item-1 .marker > span > span {
  left: 11px;
  top: -2px;
}
.listing-grid.shuffle-grid li.item.item-2 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.shuffle-grid li.item.item-3 .marker > span > span {
  left: 10px;
  top: -2px;
}
.listing-grid.shuffle-grid li.item.item-4 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.shuffle-grid li.item.item-5 .marker > span > span {
  left: 10px;
  top: -3px;
}
.listing-grid.shuffle-grid li.item.item-6 .marker > span > span {
  left: 10px;
  top: -3px;
}
body.desktop .listing-grid > li {
  transition: background 0.3s;
}
@media only screen and (min-width: 768px) {
  body.desktop .listing-grid > li:hover,
  body.desktop .listing-grid > li.highlight {
    background: #F0EEED;
  }
}
body.desktop .listing-grid > li.artwork:hover .info {
  display: none;
}
body.desktop .listing-grid > li.artwork:hover .more-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
html.touchevents .shuffle-container .listing-grid > li.highlight {
  background: #F0EEED;
}
/*
- User actions / features
----------------------------------------*/
.action-toggle {
  display: block;
}
.action-toggle > .toggle {
  background: #eee;
  float: left;
  opacity: 0.7;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0.5px;
}
.action-toggle > .toggle:hover {
  opacity: 1;
  background-color: #CA002E;
  color: white;
}
.action-toggle > .toggle:before {
  font-size: 1.2rem;
}
.action-toggle > .toggle.fav:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-toggle > .toggle.fav:before {
  content: '\0044';
}
.action-toggle > .toggle.fav.faved {
  color: #CA002E;
}
.action-toggle > .toggle.fav.faved:hover {
  color: white;
}
.action-toggle > .toggle.album {
  background-image: url('../img/sprites/auk_curations_curate.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 20px;
}
.action-toggle > .toggle.album:hover {
  background-image: url('../img/sprites/auk_curations_curate_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 20px;
}
.action-toggle > .toggle.album-red {
  background-image: url('../img/sprites/auk_curations_album_tick_red.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 20px;
}
.action-toggle > .toggle.album-red:hover {
  background-image: url('../img/sprites/auk_curations_album_tick_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 20px;
}
.action-toggle > .toggle.rename:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-toggle > .toggle.rename:before {
  content: '\0067';
}
.action-toggle > .toggle.toggle-delete {
  margin-left: 1px;
}
.action-toggle > .toggle.toggle-delete:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-toggle > .toggle.toggle-delete:before {
  content: '\0068';
}
.action-toggle > .toggle.buy {
  background-position: top;
  background-size: 40px 80px;
  transition: background-color 0.3s ease;
  background-image: url('../img/sprites/shop.svg');
  position: relative;
}
.action-toggle > .toggle.buy:before {
  content: none;
}
.action-toggle > .toggle.buy:hover {
  background-color: #CA002E;
  box-shadow: -3px 0px 5px -4px #000, 3px 0px 5px -4px #000;
}
.action-toggle > .toggle.tag svg {
  width: 25px;
  height: 29px;
  fill: #222222;
}
.action-toggle > .toggle.tag:hover svg {
  fill: white;
}
.action-toggle > .toggle.tag.unabled {
  background-color: white;
}
.action-toggle > .toggle.tag.unabled svg {
  fill: #CA002E;
}
.action-dropdown {
  background-color: white;
  box-shadow: 1px 2px 4px #999;
  position: absolute;
  width: 741px;
  margin-left: -145px;
  top: 40px;
  z-index: 3;
  display: none;
  padding-bottom: 42px;
  padding: 20px;
}
.action-dropdown form p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.action-dropdown form label {
  font-size: 0.8em;
  font-weight: 300;
}
.action-dropdown form input {
  width: 100%;
}
.action-dropdown form button {
  width: 100%;
  margin-top: 20px;
}
.action-dropdown form a.cancel {
  margin-top: 20px;
  display: block;
}
.action-dropdown.right {
  margin-left: -283px;
}
.action-dropdown.add-to-album {
  padding: 0;
}
.action-dropdown.add-to-album.single-artwork ul li {
  padding: 10px;
  border-bottom: 1px solid #E2E1E0;
}
.action-dropdown.add-to-album.single-artwork ul li button {
  border: none;
  background-color: transparent;
}
.action-dropdown.add-to-album.single-artwork ul li:first {
  margin-top: 0;
}
.action-dropdown.add-to-album.single-artwork ul li:hover {
  background-color: #E2E1E0;
}
.action-dropdown.add-to-album.single-artwork ul li a {
  margin: 0;
}
.action-dropdown.add-to-album.single-artwork ul li .curation-album-img {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.action-dropdown.add-to-album.single-artwork ul li .curation-album-img > img {
  width: 30px;
  float: left;
}
.action-dropdown.add-to-album.single-artwork ul li .curation-album-img .curation-name {
  float: left;
  position: unset;
  margin-left: 15px;
  text-decoration: none;
  width: calc(100% - 40px);
  text-align: left;
}
.action-dropdown.add-to-album.single-artwork ul li .curation-album-img .curation-publish-unpublished {
  top: 7px;
  right: 0px;
}
.action-dropdown.add-to-album.single-artwork ul li .curation-album-img .ticked:before {
  display: none;
}
.action-dropdown.add-to-album.single-artwork ul li span.ticked:before {
  top: 60px;
  left: 15px;
}
.action-dropdown.add-to-album.single-artwork ul li .see-curation {
  position: relative;
  position: unset;
  -webkit-text-decoration-color: #909090;
          text-decoration-color: #909090;
}
.action-dropdown.add-to-album.single-artwork ul li .see-curation:hover {
  color: #222222;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  .action-dropdown.add-to-album.single-artwork ul li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .action-dropdown.add-to-album.single-artwork ul li .curation-album-img {
    position: relative;
    width: calc(100% - 120px);
  }
  .action-dropdown.add-to-album.single-artwork ul li .curation-album-img .curation-name {
    width: 18em;
    color: #222222;
  }
  .action-dropdown.add-to-album.single-artwork ul li .curation-album-img .curation-name:hover {
    color: #222222;
  }
  .action-dropdown.add-to-album.single-artwork ul li .curation-album-img .curation-publish-unpublished {
    right: 30px;
  }
  .action-dropdown.add-to-album.single-artwork ul li span.ticked:before {
    top: 40px;
    left: -100px;
  }
  .action-dropdown.add-to-album.single-artwork ul li .see-curation-wrapper {
    position: absolute;
    right: 10px;
    width: auto;
  }
}
.action-dropdown.add-to-album ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.action-dropdown.add-to-album ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.action-dropdown.add-to-album ul li {
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.action-dropdown.add-to-album ul li .curation-name {
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 16em;
  display: inline-block;
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 992px) {
  .action-dropdown.add-to-album ul li .curation-name {
    width: 18em;
  }
}
.action-dropdown.add-to-album ul li .curation-album-img {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 22px;
  border-bottom: #E2E1E0 1px solid;
  padding: 5px;
}
.action-dropdown.add-to-album ul li .curation-album-img-new {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 22px;
  border-bottom: #E2E1E0 1px solid;
  padding: 10px 45px;
  margin: 0px -45px;
}
.action-dropdown.add-to-album ul li a {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
}
.action-dropdown.add-to-album ul li a:first-child:hover {
  background-color: #E2E1E0;
}
.action-dropdown.add-to-album ul li .curation-publish-unpublished {
  color: #909090;
  font-size: 16px;
  font-style: normal;
}
.action-dropdown.add-to-album ul li:before {
  content: '';
}
.action-dropdown.add-to-album ul li span {
  color: #909090;
  position: absolute;
  font-size: 0.9em;
  text-decoration: underline;
  -webkit-text-decoration-color: #FF4B00;
          text-decoration-color: #FF4B00;
  line-height: 1em;
  right: 15px;
  top: -30px;
  white-space: nowrap;
}
.action-dropdown.add-to-album ul li span:hover {
  color: #FF4B00;
}
.action-dropdown.add-to-album ul li span.ticked:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-dropdown.add-to-album ul li span.ticked:before {
  content: '\0065';
}
.action-dropdown.add-to-album ul li span.ticked:before {
  position: relative;
  color: #CA002E;
  font-size: 1.2em;
  left: -110px;
  top: 40px;
}
.action-dropdown.add-to-album .new-album {
  width: 100%;
  position: relative;
  top: -4px;
}
.action-dropdown.add-to-album .new-album:hover .placeholder {
  background: #E2E1E0;
}
.action-dropdown.add-to-album .new-album .placeholder {
  width: 100%;
  position: absolute;
  padding: 16px 20px;
  background-color: white;
  border-bottom: #E2E1E0 1px solid;
  border-left: #E2E1E0 1px solid;
  border-right: #E2E1E0 1px solid;
  box-shadow: 1px 2px 4px #999;
  cursor: pointer;
  z-index: 2;
}
.action-dropdown.add-to-album .new-album .placeholder:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-dropdown.add-to-album .new-album .placeholder:before {
  content: '\004A';
}
.action-dropdown.add-to-album .new-album .placeholder:before {
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  font-size: 0.9em;
  right: 20px;
}
.action-dropdown.add-to-album .new-album .album-name {
  width: 100%;
  position: absolute;
  display: none;
}
.action-dropdown.add-to-album .new-album .album-name input {
  width: 100%;
  position: absolute;
  padding: 10px 20px;
  z-index: 1;
  color: #222222;
}
.action-dropdown.add-to-album .new-album .album-name input:focus {
  box-shadow: none;
  background: #E2E1E0;
  border: 0;
}
.action-dropdown.add-to-album .new-album .album-name .add {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 12px 20px;
  z-index: 2;
  width: 60px;
  top: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.action-dropdown.add-to-album .new-album .album-name .add:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-dropdown.add-to-album .new-album .album-name .add:before {
  content: '\004A';
}
.action-dropdown.add-to-album .new-album .album-name .add:before {
  transform: rotate(45deg);
  position: relative;
  top: 2px;
  font-size: 0.9em;
}
.action-dropdown.add-to-album .new-album .album-name .add:hover:before {
  color: #CA002E;
}
.action-dropdown.add-to-album.saved-search {
  margin-left: -135px;
}
.action-toggle.open {
  opacity: 1;
}
.action-toggle.open .action-dropdown {
  display: block;
}
#main li.artwork.dropdown-open .actions {
  display: block;
}
#main li.artwork.dropdown-open .action-toggle.open {
  opacity: 1;
}
#main li.artwork.dropdown-open .action-toggle.open .toggle {
  opacity: 1;
}
/* clever positioning */
li.item.artwork .action-dropdown.add-to-album {
  margin: 0;
  width: 80vw;
  left: -32vw;
  max-width: 740px;
}
li.item.artwork .action-dropdown.add-to-album.left {
  left: -10vw;
}
li.item.artwork .action-dropdown.add-to-album.right {
  left: auto;
  right: -10vw;
}
@media only screen and (min-width: 992px) {
  li.item.artwork .action-dropdown.add-to-album.left {
    left: -8vw;
  }
  li.item.artwork .action-dropdown.add-to-album.right {
    left: auto;
    right: -8vw;
  }
}
@media only screen and (min-width: 1200px) {
  li.item.artwork .action-dropdown.add-to-album {
    left: -295px;
  }
  li.item.artwork .action-dropdown.add-to-album.left {
    left: -9.5vw;
  }
  li.item.artwork .action-dropdown.add-to-album.right {
    left: auto;
    right: -9.5vw;
  }
}
.share-label {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #909090;
  margin-bottom: 10px;
}
.credit-block {
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 100;
  white-space: normal;
  opacity: 0;
  transition: all 0.3s ease;
  color: white;
  position: absolute;
  top: 0px;
  right: 10px;
  left: 0;
  bottom: 0;
  width: auto;
  height: 370px;
}
@media (max-width: 767px) {
  .credit-block {
    display: none !important;
  }
}
.credit-block > p {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  max-height: 200px;
  width: auto !important;
  font-size: 0.7rem;
  color: white !important;
  margin: 0;
  padding: 20px;
  right: 0px;
  left: 10px;
  margin-bottom: 0 !important;
}
.major-features li:hover .credit-block {
  opacity: 1;
}
#main section.map .view-as-list {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  min-width: 200px;
  height: 0px;
}
@media only screen and (min-width: 768px) {
  #main section.map .view-as-list {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #main section.map .view-as-list {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main section.map .view-as-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  #main section.map .view-as-list {
    right: 0;
    width: auto;
    margin-left: 0;
    margin-right: 10px;
  }
}
#main section.map .view-as-list a {
  width: 140px;
  float: right;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(51, 51, 51, 0.5);
}
#main section.map .view-as-list a:hover,
#main section.map .view-as-list a:active,
#main section.map .view-as-list a:focus {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(51, 51, 51, 0.5);
  color: initial;
}
#main section.map .view-as-list a.active {
  cursor: default;
  background: #E4E4E4;
}
#main section.map .view-as-list a.active > div {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  #main section.map .view-as-list a {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #main section.map .view-as-list a {
    width: 140px;
  }
}
#main section.map .view-as-list a.view-map {
  position: relative;
}
#main section.map .view-as-list a.view-map div {
  display: inline-block;
}
#main section.map .view-as-list a.view-map div:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.map .view-as-list a.view-map div:before {
  content: '\0061';
}
#main section.map .view-as-list a.view-map div:before {
  float: right;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  padding: 0;
}
#main section.map .view-as-list a.view-list {
  right: -2px;
  position: relative;
}
#main section.map .view-as-list a.view-list div:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.map .view-as-list a.view-list div:before {
  content: '\005A';
}
#main section.map .view-as-list a.view-list div:before {
  float: right;
  position: relative;
  top: 4px;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 18px;
}
#main section.map-notice {
  text-align: center;
  font-size: 0.8rem;
  display: inline-block;
  margin: 30px 0;
  min-width: 100%;
  color: #909090;
}
#listing-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map {
  position: relative;
  width: 100%;
  height: 100%;
}
.infowindow {
  display: block;
  max-width: 200px;
  margin: 0;
}
.infowindow .img-wrap {
  width: 100%;
}
.infowindow .img-wrap img {
  width: 100%;
}
.infowindow .caption {
  margin: 0 !important;
  padding: 10px 0 0 0;
  white-space: normal;
}
.infowindow .caption > * {
  display: block;
  margin-bottom: 5px;
  font-size: 0.7rem;
}
.infowindow .caption .link-container i {
  background-image: url('../img/sprites/open-tab.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  padding: 0 6px;
}
.infowindow .caption .link-container a {
  font-size: 0.7rem;
  margin-left: 7px;
}
.infowindow .caption .title {
  font-size: 0.8rem;
}
.infowindow .caption em {
  margin-left: 5px;
}
.infowindow .caption .venue {
  color: #909090;
}
.gm-style {
  font-family: "apercu";
}
.gm-style-iw {
  top: 6px !important;
  left: 6px !important;
}
.gm-style-iw + div {
  display: none;
}
/* hide x close button */
.gm-iw-wrap {
  width: 210px !important;
}
.gm-iw-shadow {
  width: 212px !important;
}
.artwork-wrapper #header .page-header .breadcrumb a {
  color: #909090;
}
.artwork-wrapper #header .page-header .breadcrumb a:hover {
  color: white;
}
.artwork-wrapper {
  background: #222222;
  width: 100%;
  display: inline-block;
}
.curations.add-artwork {
  background: transparent;
}
#header.single-artwork {
  position: relative;
  width: 100%;
}
#header.single-artwork #logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 46px;
  overflow: visible;
}
#header.single-artwork #logo:before {
  font-size: 125px;
}
#header.single-artwork .page-header.page-header-padding {
  padding-top: 70px;
}
#header.single-artwork .page-header h1,
#header.single-artwork .page-header h2,
#header.single-artwork .page-header h3 {
  margin: 0 0 10px 0;
  display: block;
}
#header.single-artwork .page-header h1 a,
#header.single-artwork .page-header h2 a,
#header.single-artwork .page-header h3 a {
  display: inline-block;
}
#header.single-artwork .page-header h1 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
}
#header.single-artwork .page-header h2 {
  font-size: 1rem;
}
#header.single-artwork .page-header h2 a {
  font-size: 1rem;
  color: #909090;
  transition: all 0.3s ease;
}
#header.single-artwork .page-header h2 a:hover,
#header.single-artwork .page-header h2 a:active,
#header.single-artwork .page-header h2 a:focus,
#header.single-artwork .page-header h2 a.active {
  color: white;
  box-shadow: 0 2px 0 white;
  text-decoration: none;
}
#header.single-artwork .page-header h3.venue a,
#header.single-artwork .page-header h3.venue span {
  font-weight: 300;
  color: #909090;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
#header.single-artwork .page-header h3.venue a:hover,
#header.single-artwork .page-header h3.venue a:active,
#header.single-artwork .page-header h3.venue a:focus,
#header.single-artwork .page-header h3.venue a.active {
  color: white;
  box-shadow: 0 2px 0 white;
  text-decoration: none;
}
#header.single-artwork .page-header .or {
  color: #909090;
}
#header.single-artwork .page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-left: 20px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  clear: none;
}
#header.single-artwork .page-header:before,
#header.single-artwork .page-header:after {
  content: none !important;
}
@media (max-width: 660px) {
  #header.single-artwork .page-header {
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 75px;
  }
}
#header.single-artwork .prev,
#header.single-artwork .next {
  width: 250px;
}
#header.single-artwork .prev a,
#header.single-artwork .next a {
  color: #909090;
  transition: all 0.3s ease;
}
#header.single-artwork .prev a:hover,
#header.single-artwork .next a:hover {
  color: white;
  text-decoration: underline;
}
#header.single-artwork .prev a:hover:before,
#header.single-artwork .next a:hover:before,
#header.single-artwork .prev a:hover:after,
#header.single-artwork .next a:hover:after {
  color: white;
}
#header.single-artwork .prev a:before,
#header.single-artwork .next a:before,
#header.single-artwork .prev a:after,
#header.single-artwork .next a:after {
  color: #909090;
  display: inline-block;
  font-family: artuk;
  font-style: normal;
  font-weight: 400;
  padding: 0 6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  font-size: 0.8rem;
  position: relative;
  top: 1px;
}
@media (max-width: 660px) {
  #header.single-artwork .prev,
  #header.single-artwork .next {
    display: none;
  }
}
#header.single-artwork .prev a:before {
  content: "\0042";
}
#header.single-artwork .next a:after {
  content: "\0042";
  transform: rotate(0deg);
}
section.artwork-header {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px 0 30px 0;
}
section.artwork-header .wrapper {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  height: 100%;
}
section.artwork-header .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  position: relative;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  section.artwork-header .wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1260px) {
  section.artwork-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
section.artwork-header .wrap .artwork {
  display: block;
  margin: 0 auto;
}
section.artwork-header .wrap .artwork .uploadedImg > img {
  height: 100%;
}
section.artwork-header .wrap .artwork img {
  max-width: 100%;
  max-height: calc(90vh - 250px);
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 1;
}
section.artwork-header .wrap .artwork .header-hero {
  max-width: 100%;
  max-height: calc(90vh - 250px);
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 1;
}
section.artwork-header nav {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}
section.artwork-header nav .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  position: relative;
  top: 0;
  height: 100%;
}
section.artwork-header nav .prev,
section.artwork-header nav .next {
  top: 0;
  bottom: 0;
  margin-top: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  section.artwork-header nav .prev,
  section.artwork-header nav .next {
    display: none;
  }
}
section.artwork-header nav .prev > a,
section.artwork-header nav .next > a {
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  height: auto;
  bottom: 0;
  width: auto;
  left: 0;
  display: block;
}
section.artwork-header nav .prev > a:before,
section.artwork-header nav .next > a:before {
  font-weight: bold;
  color: #909090;
  top: 100px;
  position: relative;
}
section.artwork-header nav .prev > a:hover::before,
section.artwork-header nav .next > a:hover::before {
  color: white;
}
section.artwork-header nav .prev {
  left: 0;
  width: 1px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  section.artwork-header nav .prev {
    left: 60px;
  }
}
section.artwork-header nav .prev > a {
  left: -500px;
  width: 500px;
}
section.artwork-header nav .prev > a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.artwork-header nav .prev > a:before {
  content: '\0049';
}
section.artwork-header nav .prev > a:before {
  right: 20px;
  position: absolute;
}
section.artwork-header nav .next {
  right: 0;
  width: 1px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  section.artwork-header nav .next {
    right: 60px;
  }
}
section.artwork-header nav .next > a {
  width: 500px;
}
section.artwork-header nav .next > a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.artwork-header nav .next > a:before {
  content: '\0048';
}
section.artwork-header nav .next > a:before {
  position: absolute;
  left: 20px;
}
section.artwork-header p.caption {
  text-align: center;
  color: #909090;
  font-size: 0.7rem;
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
}
section.artwork-header p.caption a {
  color: #909090 !important;
}
section.artwork-header p.caption a:visited,
section.artwork-header p.caption a:hover {
  color: #909090 !important;
}
section.artwork-header a.anchor {
  text-align: center;
  display: block;
  color: #909090;
  font-size: 0.7rem;
  margin-top: 15px;
  z-index: 1;
  position: relative;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.artwork-header .artwork_thumb_nav,
.artwork-header .artwork_slider_nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ccc;
}
.artwork-header .artwork_thumb_nav .prev,
.artwork-header .artwork_slider_nav .prev,
.artwork-header .artwork_thumb_nav .next,
.artwork-header .artwork_slider_nav .next {
  color: #909090;
  font-size: 16px;
  margin: 0 10px;
  padding-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.artwork-header .artwork_thumb_nav .prev:hover,
.artwork-header .artwork_slider_nav .prev:hover,
.artwork-header .artwork_thumb_nav .next:hover,
.artwork-header .artwork_slider_nav .next:hover {
  color: white;
  text-decoration: underline;
}
.artwork-header .artwork_thumb_nav .prev:hover:before,
.artwork-header .artwork_slider_nav .prev:hover:before,
.artwork-header .artwork_thumb_nav .next:hover:before,
.artwork-header .artwork_slider_nav .next:hover:before,
.artwork-header .artwork_thumb_nav .prev:hover:after,
.artwork-header .artwork_slider_nav .prev:hover:after,
.artwork-header .artwork_thumb_nav .next:hover:after,
.artwork-header .artwork_slider_nav .next:hover:after {
  color: white;
}
.artwork-header .artwork_thumb_nav .prev:before,
.artwork-header .artwork_slider_nav .prev:before,
.artwork-header .artwork_thumb_nav .next:before,
.artwork-header .artwork_slider_nav .next:before,
.artwork-header .artwork_thumb_nav .prev:after,
.artwork-header .artwork_slider_nav .prev:after,
.artwork-header .artwork_thumb_nav .next:after,
.artwork-header .artwork_slider_nav .next:after {
  color: #909090;
  display: inline-block;
  font-family: artuk;
  font-style: normal;
  font-weight: 400;
  padding: 0 6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  font-size: 0.8rem;
  position: relative;
  top: 1px;
}
.artwork-header .artwork_thumb_nav .prev:before,
.artwork-header .artwork_slider_nav .prev:before {
  content: "\0042";
}
.artwork-header .artwork_thumb_nav .next:after,
.artwork-header .artwork_slider_nav .next:after {
  content: "\0042";
  transform: rotate(0deg);
}
@media (max-width: 390px) {
  .artwork-header .artwork_thumb_nav .slick-arrow,
  .artwork-header .artwork_slider_nav .slick-arrow {
    white-space: nowrap;
    visibility: hidden;
    width: 45px;
    height: 20px;
  }
  .artwork-header .artwork_thumb_nav .slick-arrow.prev:before,
  .artwork-header .artwork_slider_nav .slick-arrow.prev:before {
    content: "\0042";
    visibility: visible;
    padding-right: 20px;
  }
  .artwork-header .artwork_thumb_nav .slick-arrow.next:before,
  .artwork-header .artwork_slider_nav .slick-arrow.next:before {
    content: "\0042";
    visibility: visible;
    transform: rotate(0deg);
  }
}
.artwork-header .artwork_thumb_nav .counter,
.artwork-header .artwork_slider_nav .counter {
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  background: transparent url('../img/gallery_icon.svg');
  background-repeat: no-repeat;
  background-position: 12px bottom;
  height: 45px;
  width: 44px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.artwork-header .artwork_thumb_nav .counter:hover,
.artwork-header .artwork_slider_nav .counter:hover {
  opacity: 1;
}
.artwork-header .artwork_slider {
  cursor: pointer;
}
.artwork-header .artwork_slider .single_img {
  display: none;
}
.artwork-header .artwork_thumb_nav {
  display: none;
}
.artwork-header div.artwork_thumb {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.artwork-header div.artwork_thumb div.single_img {
  cursor: pointer;
  display: block;
  height: 250px;
  min-width: 160px;
  padding: 5px;
}
@media (max-width: 600px) {
  .artwork-header div.artwork_thumb div.single_img {
    max-height: calc(200px);
    height: 100px;
    min-width: 0;
  }
  .artwork-header div.artwork_thumb div.single_img .recordshot_wrap {
    display: none;
  }
}
@media (min-width: 550px) {
  .artwork-header div.artwork_thumb div.single_img {
    padding: 10px 10px 0 0;
  }
}
.artwork-header div.artwork_thumb div.single_img img {
  max-height: 100%;
  height: 100%;
}
.artwork-header .single_img {
  display: none;
  position: relative;
}
.artwork-header .single_img {
  position: relative;
  overflow: hidden;
}
.artwork-header .single_img .recordshot_wrap {
  position: absolute;
  z-index: 3;
  bottom: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.artwork-header .recordshot_tooltip {
  display: none;
  opacity: 0;
  transition: all 0.2s ease;
}
.artwork-header .recordshot_title:hover ~ .recordshot_tooltip,
.artwork-header .recordshot_tooltip:hover {
  display: block;
  opacity: 1;
}
.artwork-header .recordshot_tooltip {
  position: absolute;
  bottom: 100%;
  width: 250px;
  background: #CA002E;
  border-radius: 5px;
}
.artwork-header .recordshot_tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #CA002E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.artwork-header .recordshot_wrap {
  color: #fff;
  font-size: 14px;
}
.artwork-header .recordshot {
  position: relative;
  width: calc(100% - 10px);
  padding-left: 10px;
  padding-bottom: 5px;
  background: url('../img/gradient.png');
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-size: contain;
}
.artwork-header .recordshot_title {
  background: url('../img/camera.svg'), url('../img/info.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 20px;
  padding: 3px 35px 3px 25px;
}
.artwork-header .recordshot_tooltip {
  margin-bottom: 7px;
  margin-left: 1px;
  padding: 7px;
}
.artwork-header .recordshot_tooltip h3,
.artwork-header .recordshot_tooltip p {
  color: #fff;
  margin: 5px;
  padding: 0;
  font-weight: 200;
  font-size: 16px;
}
.artwork-header .recordshot_tooltip .label {
  text-transform: uppercase;
  margin: 7px;
}
.artwork-header .recordshot_tooltip .desc {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.artwork-header .artwork_slider .recordshot {
  display: none;
}
.artwork-header .artwork_thumb .recordshot_wrap {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.artwork-header .artwork_thumb .recordshot_title:hover ~ .recordshot_tooltip,
.artwork-header .artwork_thumb .recordshot_tooltip:hover,
.artwork-header .artwork_thumb .recordshot_tooltip {
  display: none;
}
.artwork-toolbar {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #E2E1E0;
  /* new toolbar */
  /**/
}
.artwork-toolbar nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.artwork-toolbar nav .anchors,
.artwork-toolbar nav .tagger-action {
  display: none;
}
.artwork-toolbar nav .actions {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.artwork-toolbar .btn {
  font-size: 1.4rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.artwork-toolbar .exit-tagger {
  position: absolute;
  right: 20px;
}
.artwork-toolbar .tooltip {
  text-transform: uppercase;
}
.artwork-toolbar .toolbar_icon {
  height: 40px;
  width: 40px;
  padding: 0;
  margin-right: 5px;
  background-color: white;
  transition: background-color 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.artwork-toolbar .toolbar_icon svg {
  fill: #222222;
}
.artwork-toolbar .toolbar_icon:before {
  content: none;
}
.artwork-toolbar .toolbar_icon:hover {
  background-color: #CA002E;
  box-shadow: -3px 0px 5px -4px #000, 3px 0px 5px -4px #000;
}
.artwork-toolbar .toolbar_icon:hover svg {
  fill: white;
}
.artwork-toolbar .toolbar_icon.faved svg {
  fill: #CA002E;
}
.artwork-toolbar .toolbar_icon.faved.faved:hover svg {
  fill: white;
}
.artwork-toolbar .toolbar_icon.faded {
  opacity: 0.5;
}
.artwork-toolbar .toolbar_icon.tagger svg {
  width: 23px;
  height: 26px;
}
.artwork-toolbar .toolbar_icon .album:hover {
  background-image: url('../img/sprites/auk_curations_curate_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.artwork-toolbar .toolbar_icon .toolbar_icon {
  margin-right: 0px;
}
.artwork-toolbar .share_dropdown.faded {
  opacity: 0.5;
}
.artwork-toolbar .fb {
  background-image: url('../img/sprites/facebook.svg');
}
.artwork-toolbar .tw {
  background-image: url('../img/sprites/twitter.svg');
}
.artwork-toolbar .dl {
  background-image: url('../img/sprites/download.svg');
}
.artwork-toolbar .album {
  background-image: url('../img/sprites/auk_curations_curate.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 1;
  margin-left: 0px;
}
.artwork-toolbar .note {
  background-image: url('../img/sprites/notes.svg');
}
.artwork-toolbar .buy {
  background-image: url('../img/sprites/shop.svg');
}
.artwork-toolbar .cr {
  background-image: url('../img/sprites/copyright.svg');
}
.artwork-toolbar .share_dropdown {
  position: relative;
}
.artwork-toolbar .share_dropdown .share-icons,
.artwork-toolbar .share_dropdown .share-icons-social {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transform: translateX(25%);
  visibility: hidden;
  position: absolute;
  right: 0;
  z-index: 20;
}
.artwork-toolbar .share_dropdown .share-icons.active,
.artwork-toolbar .share_dropdown .share-icons-social.active {
  margin-left: 5px;
  visibility: visible;
}
.artwork-toolbar .share_dropdown .share-icons .toolbar_icon,
.artwork-toolbar .share_dropdown .share-icons-social .toolbar_icon {
  box-shadow: 0 0 7px -2px #000;
}
.artwork-toolbar .album-red {
  background-image: url('../img/sprites/auk_curations_album_tick_red.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 0px;
}
.artwork-toolbar .album-red:hover {
  background-image: url('../img/sprites/auk_curations_album_tick_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 0px;
}
.artwork-toolbar .bg-tick:hover {
  background-image: url('../img/sprites/auk_curations_album_tick_white.svg') !important;
}
@media only screen and (max-width: 768px) {
  .artwork-toolbar .action-dropdown.add-to-album {
    left: 0;
    margin: 0;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .artwork-toolbar nav .anchors {
    width: 20%;
    display: -ms-flexbox;
    display: flex;
  }
  .artwork-toolbar nav .anchors .toolbar_icon:hover:before {
    color: white;
  }
  .artwork-toolbar nav .anchors .toolbar_icon.tagger {
    display: none;
  }
  .artwork-toolbar nav .anchors .icon-info:before {
    content: '\0045';
    font-size: 24px;
  }
  .artwork-toolbar nav .anchors .icon-location-anchor:before {
    content: '\006A';
  }
  .artwork-toolbar nav .actions {
    width: 60%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .artwork-toolbar nav .tagger-action {
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .artwork-toolbar .toolbar_icon {
    width: 50px;
    height: 50px;
  }
  .artwork-toolbar .toolbar_icon.tagger {
    display: none;
  }
}
@media only screen and (min-width: 1230px) {
  .artwork-toolbar nav {
    padding: 10px 0;
  }
}
section.artwork-toolbar nav .actions-ad a {
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #777;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
}
section.artwork-toolbar nav .actions-ad a span {
  border-bottom: 2px solid #FF4B00;
}
section.artwork-toolbar nav .actions-ad a:hover,
section.artwork-toolbar nav .actions-ad a:active,
section.artwork-toolbar nav .actions-ad a:focus,
section.artwork-toolbar nav .actions-ad a.active {
  color: #FF4B00;
  text-decoration: none;
}
@media (max-width: 1000px) {
  section.artwork-toolbar nav .actions-ad {
    width: 160px;
    line-height: 1.5;
  }
  section.artwork-toolbar nav .actions-ad a {
    display: block;
    margin-bottom: 4px;
  }
}
.artwork-wrapper.tagger-wrapper a {
  text-decoration: none;
}
.artwork-wrapper.tagger-wrapper a:hover,
.artwork-wrapper.tagger-wrapper a:focus {
  text-decoration: none;
}
.artwork-wrapper.tagger-wrapper.open .single-artwork--tagger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
}
.artwork-wrapper.tagger-wrapper.open .single-artwork__wrapper {
  overflow: scroll;
  padding-bottom: 50px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
}
.artwork-wrapper.tagger-wrapper.open .single-artwork__wrapper::-webkit-scrollbar {
  display: none;
}
.artwork-wrapper.tagger-wrapper.open .artwork-toolbar {
  z-index: 1;
}
.artwork-wrapper.tagger-wrapper.open .tagger {
  display: block;
}
.artwork-wrapper.tagger-wrapper.open .toolbar_icon.tagger {
  display: none;
}
.artwork-wrapper.tagger-wrapper.open .tagger-btn-exit {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CA002E;
}
.artwork-wrapper.tagger-wrapper.open .tagger-btn-exit:hover {
  color: #CA002E;
}
.artwork-wrapper.tagger-wrapper section.artwork-header .wrap .artwork img {
  max-height: calc(100vh - 450px);
}
.single-artwork__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagger {
  display: none;
}
.tagger-underline {
  border-bottom: 2px solid #FF4B00;
}
.tagger-underline:hover {
  color: #FF4B00;
}
.tagger-btn-this {
  display: -ms-flexbox;
  display: flex;
}
.tagger-btn-exit {
  display: none;
}
.single-artwork--tagger {
  display: none;
  position: relative;
}
.single-artwork--tagger a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #C9C9C9;
  border-bottom: 2px solid #FF4B00;
}
.single-artwork--tagger .tagger-help--note {
  display: none;
}
.single-artwork--tagger .tagger-btn--exit {
  padding: 0 15px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #4A4A4A;
  border: none;
  border-radius: 2px;
  text-decoration: none;
}
.single-artwork--tagger .tagger-btn--exit span {
  color: #909090;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.single-artwork--tagger .tagger-btn--exit svg {
  fill: white;
  margin-left: 12px;
}
.tagger {
  position: relative;
  background-color: #E2E1E0;
  border-bottom: 1px solid #C9C9C9;
}
.tagger input[type="radio"] {
  display: none;
}
.tagger label {
  cursor: pointer;
}
.tagger .tabbed {
  max-height: 345px;
  overflow: auto;
}
@media only screen and (max-width: 1199px) {
  .tagger .tabbed {
    width: 100vw;
    overflow-x: hidden;
  }
}
.tagger .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  height: 45px;
}
.tagger.verify .tab-content {
  display: block;
}
.tagger .tab {
  width: 100%;
  background-color: #C9C9C9;
}
.tagger .tab > label {
  height: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #8A8A89;
  cursor: pointer;
  transition: all 0.3s;
}
.tagger .tab:hover label {
  background-color: #E2E1E0;
}
.tagger .tab-content {
  display: none;
  color: #222222;
  padding-bottom: 100px;
}
.tagger .tab-content > * {
  margin: 0;
}
.tagger .tab-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: #E2E1E0;
  border-top: 1px solid #C9C9C9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 100;
}
.tagger .tab-buttons.no-change button {
  display: none;
}
.tagger .tab-buttons.no-change .tagger-btn--initial {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tagger .tab-buttons button {
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.tagger .tab-buttons .tagger-btn {
  height: 48px;
  padding: 10px 20px;
  border-radius: 2px;
}
.tagger .tab-buttons .tagger-btn--initial {
  display: none;
}
.tagger .tab-buttons .tagger-btn--exit {
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #222222;
  background-color: transparent;
  border-bottom: 2px solid #FF4B00;
}
.tagger .tab-buttons .tagger-btn--exit:hover {
  color: #FF4B00;
}
.tagger .tab-buttons .tagger-btn--continue svg {
  margin-left: 15px;
  margin-right: 0;
}
.tagger .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
  color: #222222;
  background-color: #E2E1E0;
}
.tagger .tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5) {
  display: block;
}
.tagger .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label {
  color: #222222;
  background-color: #E2E1E0;
}
.tagger .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}
.tagger .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label {
  color: #222222;
  background-color: #E2E1E0;
}
.tagger .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3) {
  display: block;
}
.tagger .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
  color: #222222;
  background-color: #E2E1E0;
}
.tagger .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) {
  display: block;
}
.tagger .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label {
  color: #222222;
  background-color: #E2E1E0;
}
.tagger .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1) {
  display: block;
}
.tagger-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  background-color: #CA002E;
  margin-left: 12px;
  border: 1px solid #CA002E;
}
.tagger-btn:hover {
  color: white;
  background-color: #B90019;
  border: 1px solid #B90019;
}
.tagger-btn svg {
  fill: white;
  margin-right: 5px;
}
.tagger-btn span {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: white;
}
.tagger-btn.hide {
  display: none;
}
.tagger-btn--white {
  color: #222222;
  background-color: white;
  border-color: #222222;
}
.tagger-content {
  padding: 20px;
  border-top: 1px solid #C9C9C9;
}
.tagger-content:first-of-type {
  border-top: none;
}
.tagger-content.special {
  background-color: #F7F7F7;
}
.tagger-content--title {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #222222;
}
.tagger-content--title span {
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .tagger-content--title__wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .tagger-content--title__wrapper .helper {
    margin-left: 5px;
  }
}
.tagger-content--title__wrapper .helper {
  position: relative;
  bottom: 3px;
}
.tagger-content--title__wrapper .helper-text {
  display: none;
}
.tagger-content--title__wrapper .helper .tooltip-white {
  left: 30px;
  top: calc(-10px - 50%);
  opacity: 0;
}
.tagger-content--title__wrapper .helper-icon:hover + .tooltip-white {
  opacity: 1;
  z-index: 101;
}
.tagger-content--subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
}
.tagger-content--texttitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.tagger-content--text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
}
.tagger-content--help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 12px;
}
.tagger-content--help .helptext {
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #4A4A4A;
}
.tagger-content--help .tagger-travel {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8A8A89;
  cursor: pointer;
}
.tagger-content--help .tagger-travel:hover {
  color: #FF4B00;
}
.tagger-content.tag-myself .tagger-content--text {
  display: none;
}
.tagger-content--tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagger-content--tags .no-tags {
  font-size: 14px;
  line-height: 18px;
  color: #909090;
  font-weight: 500;
}
.tagger-content--tags .tag label {
  margin: 0;
}
.tagger-content--tags .tag-box {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid;
  margin: 0 12px 12px 0;
}
.tagger-content--tags .tag input[type="radio"]:checked + .tag-no,
.tagger-content--tags .tag input[type="radio"]:hover + .tag-no,
.tagger-content--tags .tag input[type="radio"]:checked + .tag-added,
.tagger-content--tags .tag input[type="radio"]:hover + .tag-added {
  background-color: #CA002E;
}
.tagger-content--tags .tag input[type="radio"]:checked + .tag-yes,
.tagger-content--tags .tag input[type="radio"]:hover + .tag-yes {
  background-color: #0CA167;
}
.tagger-content--tags .tag input[type="radio"]:checked + label svg,
.tagger-content--tags .tag input[type="radio"]:hover + label svg {
  fill: white;
}
.tagger-content--tags .tag-delete {
  border-color: #E4E4E4;
  border-radius: 3px;
  background-color: white;
}
.tagger-content--tags .tag-delete .tag-icon {
  border-color: #E4E4E4;
}
.tagger-content--tags .tag-delete .tag-icon:hover {
  background-color: #CA002E;
}
.tagger-content--tags .tag-delete input[type="radio"]:checked + label svg,
.tagger-content--tags .tag-delete input[type="radio"]:hover + label svg {
  fill: white;
}
.tagger-content--tags .tag-judge {
  position: relative;
  border-color: #BDBDBD;
  border-radius: 2px;
}
.tagger-content--tags .tag-judge .tag-icon {
  border-color: #BDBDBD;
}
.tagger-content--tags .tag-judge .tag-text {
  font-weight: 300;
}
.tagger-content--tags .tag-judge .tooltip-white {
  display: none;
}
.tagger-content--tags .tag-judge:hover .tooltip-white {
  display: block;
  bottom: 55px;
  opacity: 1;
  z-index: 2;
}
.tagger-content--tags .tag-icon {
  width: 40px;
  height: 100%;
  border-right: 1px solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
.tagger-content--tags .tag-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tagger-content--tags .tag-text .searchmatch {
  margin: 0 3px;
}
.tagger-content--tags .tag-no svg {
  fill: #CA002E;
}
.tagger-content--tags .tag-yes svg {
  fill: #0CA167;
}
.tagger .verification-helper {
  margin-bottom: 30px;
}
.tagger .verification-helper--title {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #222222;
}
.tagger .verification-helper--text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
}
.tagger .helper {
  display: inline-block;
}
.tagger .helper-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  background-color: #CA002E;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tagger .helper-icon:hover + .tooltip-white {
  opacity: 1;
  z-index: 2;
}
.tagger .helper.right {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tagger .helper.right .helper-icon {
  margin: 1px 0 0 5px;
}
.tagger .search-helptext {
  display: none;
}
.tagger .autocomplete {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.tagger .autocomplete-menu {
  display: none;
}
.tagger .autocomplete-search {
  width: 100%;
  border: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  padding: 11px 13px;
  border-radius: 2px;
}
.tagger .autocomplete__wrapper {
  position: relative;
}
.tagger .autocomplete-help {
  padding: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #F2F2F2;
}
.tagger .autocomplete-help span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #4A4A4A;
}
.tagger .autocomplete-help .validation {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  line-height: 17px;
  color: #CA002E;
}
.tagger .autocomplete-header {
  display: -ms-flexbox;
  display: flex;
}
.tagger .autocomplete-header span {
  width: 80%;
}
.tagger .autocomplete .close {
  width: 16px;
  color: #4A4A4A;
}
.tagger .autocomplete .suggestion-header-value {
  padding: 10px;
}
.tagger .autocomplete .wikidata-list {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 560px);
  overflow: auto;
}
.tagger .autocomplete .wikidata-list ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagger .autocomplete .wikidata-list ul li {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: black;
  padding: 10px 12px;
}
.tagger .autocomplete .wikidata-list ul li:hover,
.tagger .autocomplete .wikidata-list ul li:focus,
.tagger .autocomplete .wikidata-list ul li:active,
.tagger .autocomplete .wikidata-list ul li.active {
  color: white;
}
.tagger .autocomplete .wikidata-list ul li:hover:before,
.tagger .autocomplete .wikidata-list ul li:focus:before,
.tagger .autocomplete .wikidata-list ul li:active:before,
.tagger .autocomplete .wikidata-list ul li.active:before {
  width: 100%;
  height: calc(100% - 1px);
  top: 0;
  left: 0;
}
.tagger .autocomplete .wikidata-list ul li:hover .snippet,
.tagger .autocomplete .wikidata-list ul li:focus .snippet,
.tagger .autocomplete .wikidata-list ul li:active .snippet,
.tagger .autocomplete .wikidata-list ul li.active .snippet {
  color: white;
}
.tagger .autocomplete .wikidata-list ul li.active:before {
  background-color: #CA002E;
  content: "";
  position: absolute;
  z-index: -1;
}
.tagger .autocomplete .wikidata-list .searchmatch {
  font-weight: 500;
}
.tagger .autocomplete .wikidata-list .snippet {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #909090;
}
.tagger .autocomplete button {
  border: none;
  background-color: transparent;
}
.tagger .autocomplete-input__wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  background-color: white;
}
.tagger .autocomplete-input__wrapper input {
  width: 100%;
  border: none;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.tagger .autocomplete-input__wrapper input:-ms-input-placeholder {
  color: #4A4A4A;
}
.tagger .autocomplete-input__wrapper input::placeholder {
  color: #4A4A4A;
}
.tagger .autocomplete-input__wrapper input :focus {
  border: 1px solid #CA002E;
}
.tagger .autocomplete-input__wrapper button {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #4A4A4A;
}
.tagger .autocomplete-input__wrapper button:focus {
  color: #CA002E;
}
@media only screen and (max-width: 767px) {
  .tagger .autocomplete-input__wrapper {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .tagger-btn {
    height: 50px;
  }
  .tagger .tabs {
    height: 60px;
  }
  .tagger .tab > label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .artwork-wrapper.tagger-wrapper .single-artwork--tagger {
    display: none;
  }
  .artwork-wrapper.tagger-wrapper.open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    height: 100vh;
  }
  .artwork-wrapper.tagger-wrapper.open .single-artwork__wrapper {
    width: calc(100% - 480px);
    float: right;
    display: block;
  }
  .artwork-wrapper.tagger-wrapper.open .single-artwork__wrapper .single-artwork {
    display: block;
  }
  .artwork-wrapper.tagger-wrapper.open .artwork-toolbar {
    position: absolute;
    bottom: -70px;
  }
  .single-artwork--tagger {
    position: relative;
    z-index: 1;
  }
  .single-artwork--tagger.verify .tagger-help {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .single-artwork--tagger a {
    font-size: 16px;
    line-height: 16px;
  }
  .single-artwork--tagger .tagger-help {
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .single-artwork--tagger .tagger-help--note {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: white;
    height: 42px;
    width: 100%;
    margin-right: 15px;
    padding: 0 15px;
    border-radius: 2px;
    background-color: #4B4B4B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .single-artwork--tagger .arrow {
    position: absolute;
    top: 115px;
  }
  .single-artwork--tagger .arrow-prev {
    left: 20px;
  }
  .single-artwork--tagger .arrow-next {
    right: 20px;
  }
  .tagger {
    width: 480px;
    float: left;
  }
  .tagger .tabbed {
    overflow: unset;
    max-height: calc(100vh - 140px);
  }
  .tagger .tab-content {
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
  .tagger .tab-buttons {
    bottom: 65px;
    border-bottom: 1px solid #C9C9C9;
  }
  .tagger .autocomplete-search:focus + .search-helptext {
    opacity: 0;
  }
  .tagger .autocomplete-menu {
    width: 60vw;
    max-width: 714px;
    width: calc(100% + 40px);
  }
  .tagger .autocomplete .wikidata-list ul li {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 12px;
  }
  .tagger .autocomplete .wikidata-list .searchmatch {
    font-weight: 500;
  }
  .tagger .autocomplete .wikidata-list .snippet {
    font-size: 15px;
    line-height: 21px;
  }
  .tagger .autocomplete-footer {
    display: -ms-flexbox;
    display: flex;
  }
  .tagger .autocomplete-footer > span {
    width: 350px;
  }
  .tagger .autocomplete-input__wrapper {
    width: 100%;
    margin-top: 0;
  }
  .tagger .search-helptext {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
  }
  .tagger-content {
    padding: 40px;
  }
  .tagger-content--title {
    font-size: 28px;
    line-height: 34px;
  }
  .tagger-content--title__wrapper .helper {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tagger-content--title__wrapper .helper-text {
    display: block;
  }
  .tagger-content--title__wrapper .helper .tooltip-white {
    top: calc(-30px - 50%);
  }
  .tagger-content--subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
  }
  .tagger-content--help .helptext {
    font-size: 14px;
    line-height: 17px;
  }
  .tagger-content--help .tagger-travel {
    font-size: 16px;
    line-height: 16px;
  }
  .tagger-content--texttitle {
    font-size: 16px;
    line-height: 18px;
  }
  .tagger-content--text {
    font-size: 15px;
    line-height: 22px;
  }
  .tagger-content--tags .no-tags {
    font-size: 16px;
    line-height: 18px;
  }
  .tagger .helper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
  }
  .tagger .helper-icon {
    width: 19px;
    height: 19px;
    color: #CA002E;
    border: 1px solid #CA002E;
    font-size: 14px;
    line-height: 14px;
    background-color: transparent;
    margin-right: 8px;
  }
  .tagger .helper-icon:hover {
    color: white;
    background-color: #CA002E;
  }
  .tagger .helper-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
  }
}
.tooltip-white {
  width: 230px;
  padding: 10px;
  position: absolute;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.tooltip-white:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
}
.tooltip-white--kind {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8A8A89;
  margin-bottom: 0;
}
.tooltip-white--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 0;
}
.tooltip-white.top:before {
  transform: rotate(270deg);
  left: 16px;
  bottom: -12px;
}
.tooltip-white.left {
  left: 0;
}
.tooltip-white.left:before {
  left: -8px;
  top: calc(50% - 10px);
}
.tooltip-white.right {
  right: 0;
}
.tooltip-white.right:before {
  right: 0;
}
.popover {
  padding: 15px;
}
.popover__wrapper {
  position: relative;
}
.popover-title {
  padding: 0;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  border: none;
  color: #808080;
  background-color: white;
}
.popover-content {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}
.popover .btn {
  padding: 0;
  border: none;
}
.popover .btn-end {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.popover .btn-end svg {
  fill: #CA002E;
}
.popover-navigation {
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.popover-navigation .btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 2px solid #FF4B00;
}
.tour-backdrop {
  opacity: 0.1;
}
#main .home__block + section.module:first-of-type {
  border-top: 1px solid #E4E4E4;
}
#main .home__block + section.module:first-of-type:not(.index) {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #main .home__block + section.module:first-of-type:not(.index) {
    padding-top: 60px;
  }
}
#main .standand-page .row section.module.rich-text.top .form-body-text {
  width: 100%;
}
#main > section.module {
  max-width: none;
  border-top: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  #main > section.module {
    padding: 30px 20px;
  }
}
#main > section.module:first-of-type {
  border-top: none;
}
#main > section.module:first-of-type:not(.index) {
  padding-top: 0;
}
#main > section.module:first-of-type.top.rich-text {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #main > section.module:first-of-type.top.rich-text {
    padding-top: 60px;
  }
}
#main > section.module:first-of-type.index,
#main > section.module:first-of-type.venue {
  padding-top: 30px;
  padding-bottom: 30px;
}
#main > section.module:first-of-type.index .index-feature,
#main > section.module:first-of-type.venue .index-feature {
  margin: 0;
}
#main > section.module.major-features,
#main > section.module.minor-features {
  max-width: 1200px;
}
#main > section.module.collection-note {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #909090;
  padding-top: 0;
  padding-bottom: 45px;
  border-top: none;
}
#main > section.module.collection-note .collection-note--text {
  padding: 0 10px;
}
#main > section.module.main-timeline h1 {
  width: 100%;
}
#main > section.module.main-timeline .time_line {
  width: 100%;
}
#main > section.module.saved-searches {
  border-top: none;
  padding-top: 0;
}
#main > section.module > .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main > section.module > .wrap > .artwork-content {
  padding: 0 10px;
}
#main > section.module > .wrap .tag-helptext {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
}
#main > section.module > .wrap ul.tags {
  float: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main > section.module > .wrap .tag-description--btns {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  #main > section.module > .wrap .tag-description .tagger-btn {
    margin-left: 0;
    margin-right: 12px;
  }
}
#main > section.module > .wrap .art-detective--content {
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
}
#main > section.module > .wrap .art-detective--content.tag-description {
  padding-top: 40px;
}
#main > section.module > .wrap .art-detective--subtext {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  margin-bottom: 8px;
}
#main > section.module > .wrap .art-detective--comment {
  color: #909090;
}
#main > section.module > .wrap .art-detective--text {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  #main > section.module-carousel .carousel-wrap {
    margin-left: -10px;
  }
  #main > section.module-carousel .accordion-wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main > section.module.collection-note .collection-note--text {
    padding: 0 20px;
  }
  #main > section.module.main-timeline .timeline__wrapper {
    max-width: 700%;
  }
}
@media only screen and (min-width: 992px) {
  #main > section.module.collection-note {
    padding-bottom: 60px;
  }
  #main > section.module.collection-note > .wrap {
    display: -ms-flexbox;
    display: flex;
  }
  #main > section.module.collection-note .collection-note--text {
    width: 75%;
    padding: 0 10px;
  }
  #main > section.module.collection-note .collection-note--text > p {
    width: 75%;
  }
  #main > section.module h1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #main > section.module {
    padding: 60px 20px;
  }
  #main > section.module > .wrap .tag-description {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #main > section.module > .wrap .tag-description--text {
    margin: 0;
  }
  #main > section.module > .wrap .tag-description--btns {
    display: -ms-flexbox;
    display: flex;
  }
}
#main .artwork-desc {
  border-top: 0;
}
#main .artwork-desc .desc {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #main .artwork-desc .desc {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  #main .artwork-desc .desc {
    float: left;
    width: 58.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  #main .artwork-desc .desc {
    margin-bottom: 0;
  }
}
#main .artwork-desc .desc .video-iframe-cms,
#main .artwork-desc .desc .audio-iframe-cms {
  margin-bottom: 20px;
  margin-top: 20px;
}
#main .artwork-desc .venue {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
@media (min-width: 768px) {
  #main .artwork-desc .venue {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .artwork-desc .venue {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #main .artwork-desc .venue {
    margin-left: 8.33333333%;
  }
}
#main .artwork-desc .venue.left {
  margin-left: 0;
}
#main .artwork-desc .venue.right {
  float: right;
}
#main .artwork-desc .venue .logo {
  width: 80px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: left;
}
#main .artwork-desc .venue .logo img {
  width: 100%;
}
#main .artwork-desc .venue .info {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main .artwork-desc .venue .info {
    float: left;
    width: 66.66666667%;
  }
}
#main .artwork-desc .venue .info h1 {
  margin: 0;
  font-size: 1rem;
}
#main .artwork-desc .venue .info h2 {
  margin: 10px 0;
  font-size: 0.8rem;
  color: #909090;
}
#main .artwork-desc .venue .links {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #main .artwork-desc .venue .links {
    float: left;
    width: 100%;
  }
}
#main .artwork-desc .venue .links a {
  margin-bottom: 10px;
}
#main .artwork-desc .venue a {
  float: left;
  clear: both;
  width: 100%;
}
#main .artwork-details .view-more {
  margin: 20px 10px;
  display: inline-block !important;
}
#main .artwork-details .view-less {
  width: 100%;
  display: none !important;
}
#main .artwork-details .view-less li {
  float: left;
}
#main .artwork-details #artwork-details-more:checked ~ .view-more {
  display: none !important;
}
#main .artwork-details #artwork-details-more:checked ~ .view-less {
  display: inline-block !important;
}
#main .artwork-details .masonry_details {
  width: 100%;
}
#main .artwork-details .masonry_details .masonry-item {
  margin: 0 10px;
  width: calc(25% - 2 * 10px);
  float: left;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #main .artwork-details .masonry_details .masonry-item {
    width: calc(50% - 2 * 10px);
  }
}
#main .related-artworks .details li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
}
#main .related-artworks .details li h2 {
  margin-bottom: 12px;
}
#main .related-artworks .details li p.caption {
  margin-bottom: 7px;
  display: inline;
}
#main .related-artworks .details li a.link {
  margin-top: 33px;
  padding: 0 3px;
  display: inline-block;
}
#main .artwork-download {
  display: none;
  max-width: inherit !important;
  width: 100%;
  z-index: 9;
  background-color: white;
  border: 0;
  margin: 0;
  top: -15px;
  padding: 0;
  position: relative;
  border-top: 0;
}
@media all and (max-width: 767px) {
  #main .artwork-download {
    display: none;
  }
}
#main .artwork-download .wrap {
  padding: 60px;
  box-shadow: 0px 11px 9px -9px rgba(0, 0, 0, 0.75);
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #main .artwork-download .wrap {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #main .artwork-download .wrap {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main .artwork-download .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 768px) {
  #main .artwork-download .wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
#main .artwork-download .wrap .info-main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main .artwork-download .wrap .info-main {
    float: left;
    width: 62.5%;
  }
}
#main .artwork-download .wrap .info-main > h1 {
  margin-top: 0;
}
#main .artwork-download .wrap .info-main #download-button.downloaded {
  background-color: #CA002E;
  border-color: #CA002E;
  color: #FFFFFF;
  opacity: 0.7;
}
#main .artwork-download .wrap .info-side {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main .artwork-download .wrap .info-side {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 768px) {
  #main .artwork-download .wrap .info-side {
    margin-left: 4.16666667%;
  }
}
#main .artwork-download .wrap .info-side .btn {
  width: 100%;
  margin-bottom: 30px;
  padding: 8px 14px;
}
#main .feeds h1 {
  margin-top: 5px;
}
#main .feeds h1.twitter {
  line-height: 1.4;
}
#main .feeds h1.twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main .feeds h1.twitter:before {
  content: '\0041';
}
#main .feeds h1.twitter:before {
  padding-right: 15px;
  display: block;
  min-height: 3rem;
  float: left;
  line-height: 1.6;
  color: gray;
}
#main .feeds ul li {
  margin-bottom: 25px;
}
#main .feeds ul li a {
  box-shadow: none;
  font-weight: 400;
  transition: all 0.2s ease;
}
#main .feeds ul li a:hover span,
#main .feeds ul li a:active span,
#main .feeds ul li a:focus span,
#main .feeds ul li a.active span {
  box-shadow: 0 2px 0 #FF4B00;
  text-decoration: none;
}
#main .feeds ul li p {
  margin-bottom: 5px;
}
#main .feeds ul li p.secondary {
  font-size: 0.8rem;
}
#main .feeds ul li .date {
  font-size: 0.8rem;
}
#main .feeds ul li .date .on-now {
  margin-right: 1px;
  color: #FF4B00;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main .feeds ul li.more-link {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #main .feeds ul li.more-link {
    display: none !important;
  }
}
#main .feeds ul li.more-link a {
  box-shadow: 0 2px 0 #FF4B00;
}
#main .feeds ul li.more-link a:hover,
#main .feeds ul li.more-link a:active,
#main .feeds ul li.more-link a:focus,
#main .feeds ul li.more-link a.active {
  color: #FF4B00;
}
#main .feeds ul li .tweet {
  font-weight: 400;
}
#main .feeds ul li .tweet a {
  margin-left: 5px;
  box-shadow: 0 2px 0 #FF4B00;
}
#main .feeds ul li .tweet a:hover,
#main .feeds ul li .tweet a:active,
#main .feeds ul li .tweet a:focus,
#main .feeds ul li .tweet a.active {
  color: #FF4B00;
}
#main .artwork-notes {
  display: none;
  max-width: inherit !important;
  width: 100%;
  z-index: 9;
  background-color: white;
  border: 0;
  margin: 0;
  top: -15px;
  padding: 0;
  position: relative;
  border-top: 0;
}
#main .artwork-notes .wrap {
  padding: 30px;
  box-shadow: 0px 11px 9px -9px rgba(0, 0, 0, 0.75);
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  #main .artwork-notes .wrap {
    padding: 60px;
  }
}
@media only screen and (min-width: 768px) {
  #main .artwork-notes .wrap {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  #main .artwork-notes .wrap {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main .artwork-notes .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main .artwork-notes .wrap .info-main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main .artwork-notes .wrap .info-main {
    float: left;
    width: 62.5%;
  }
}
#main .artwork-notes .wrap label {
  font-size: 0.8rem;
  font-weight: 300;
}
#main .artwork-notes .wrap textarea {
  resize: vertical;
  color: #222222;
}
#main .artwork-notes .wrap .btn {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #main .artwork-notes .wrap .btn {
    float: left;
    width: 25%;
  }
}
#main .artwork-notes .wrap .btn.saved {
  background-color: #CA002E;
  border-color: #CA002E;
  color: #FFFFFF;
  opacity: 0.7;
}
#main .artwork-notes .wrap #discard,
#main .artwork-notes .wrap #edit {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  display: none;
}
#main .related-artworks .side h2 {
  font-weight: 300;
  margin-bottom: 0;
}
#main .related-artworks .side p.caption {
  margin-top: 10px;
}
@media only screen and (min-width: 480px) {
  #main .related-artworks .side p.caption {
    margin-bottom: 0;
  }
}
#main .related-artworks .details li {
  padding-bottom: 40px;
}
#main .artwork-venue .logo {
  margin-right: 10px;
  height: 120px;
}
#main .artwork-venue .logo img {
  width: 100%;
}
#main .artwork-venue .caption {
  margin-top: 20px;
  color: #909090;
  font-size: 0.8rem;
  display: inline-block;
}
#main .artwork-venue .info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-word;
}
@media (min-width: 768px) {
  #main .artwork-venue .info {
    float: left;
    width: 45.83333333%;
  }
}
#main .artwork-venue .info .label {
  margin-bottom: 20px;
  display: inline-block;
}
#main .artwork-venue .info .label,
#main .artwork-venue .info .hours {
  font-size: 0.8rem;
}
#main .artwork-venue .info .hours {
  color: #909090;
  margin-top: 30px;
}
#main .artwork-venue .info h1 {
  font-size: 1.2rem;
  margin: 0;
}
#main .artwork-venue .info h1 a {
  font-size: 1.2rem;
  color: #222222;
  font-weight: 600;
}
#main .artwork-venue .info h2 {
  margin: 10px 0 0 0;
  line-height: 1.1;
}
#main .artwork-venue .info p {
  margin: 10px 0 0 0;
}
#main .artwork-venue .info > a {
  margin-top: 30px;
  display: block;
  font-size: 0.8em;
}
#main .artwork-venue .info .logo {
  float: left;
  width: 80px;
}
#main .artwork-venue .info .venue-context {
  float: left;
}
#main .artwork-venue .map {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  height: 300px;
}
@media (min-width: 768px) {
  #main .artwork-venue .map {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #main .artwork-venue .map {
    margin-left: 4.16666667%;
  }
}
@media only screen and (min-width: 768px) {
  #main .artwork-venue .map {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main .artwork-venue {
    padding-left: 0;
    padding-right: 0;
  }
  #main .artwork-venue .wrap {
    margin: 0;
  }
  #main .artwork-venue .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main .artwork-venue .map {
    padding-left: 0;
    padding-right: 0;
  }
}
.time_line .timeline-tooltip {
  background-color: #E1E1E1 !important;
  color: #222222 !important;
  border-radius: 2px !important;
  width: 100%;
  max-width: 700px;
  top: 150px;
  font-family: "apercu", Helvetica, Arial, sans-serif !important;
}
.time_line svg text {
  font-size: 80% !important;
}
.time_line span {
  font-weight: 400;
}
.cc-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cc-wrap .icons {
  float: left;
  padding-left: 0;
}
.cc-wrap .icons li {
  float: left;
  font-size: 1.4rem;
  margin-right: 5px;
}
.artwork-shuffle {
  margin-top: 40px;
}
/*
- _single_artist
----------------------------------------*/
#main section.artist-bio {
  border-top: 0;
}
#main section.artist-bio .content-main .video-iframe-cms {
  margin-bottom: 20px;
}
#main section.artist-bio .content-main .img-wrap {
  float: left;
  margin: 0 15px 0px 0px;
  position: relative;
}
#main section.artist-bio .content-main .img-wrap:hover .credit {
  opacity: 1;
}
#main section.artist-bio .content-main .img-wrap .credit {
  z-index: 2;
  position: absolute;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
  color: white;
}
#main section.artist-bio .content-main .img-wrap .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  max-height: 200px;
  width: 100%;
  font-size: 0.7rem;
  color: white;
}
#main section.artist-bio .content-main img {
  float: left;
}
#main section.artist-bio .content-main.open .view-more {
  margin-bottom: 20px;
}
#main section.artist-bio .content-main.open .dropdown-menu {
  margin: 0;
  padding: 0;
}
#main section.artist-bio .tooltip {
  color: #222222;
}
#main section.artist-bio .tooltip .tooltip-inner {
  background: white;
  padding: 8px 4px;
  box-shadow: 0 3px 3px rgba(1, 3, 0, 0.4);
  color: #222222;
  font-size: 0.8rem;
}
#main section.artist-bio .tooltip .tooltip-arrow {
  display: none;
}
#main section.venues ul {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #main section.venues ul {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main section.venues ul {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  #main section.venues ul {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
#main section.venues ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.venues ul li {
    float: left;
    width: 50%;
  }
}
#main section.venues ul li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #main section.venues ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 480px) {
  #main section.venues ul li {
    padding-left: 0;
  }
}
#main section.venues ul li .img-wrap {
  width: 80px;
  padding: 0;
  float: left;
}
#main section.venues ul li .img-wrap img {
  width: 100%;
}
#main section.venues ul li .info {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main section.venues ul li .info a {
  font-weight: 500;
}
#main section.venues label {
  font-size: 0.8rem;
  padding: 10px 0px;
  margin-right: 20px;
  color: #909090;
  float: left;
}
.modal {
  top: 50px;
}
@media all and (max-height: 800px) {
  .modal {
    top: 0;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .modal {
    top: 0;
  }
}
.modal > div {
  width: 86%;
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .modal > div {
    width: 100%;
  }
  .modal > div .form-group .help-block {
    position: relative;
  }
}
.modal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #222222;
  opacity: 1;
  z-index: 99;
}
.modal .modal-content {
  border: 0;
  font-size: 1rem;
  color: #222222;
}
.modal .modal-content .modal-body {
  padding: 35px 30px 0px 30px;
}
.modal .modal-content .modal-body h1 {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .modal .modal-content .modal-body {
    padding: 20px 15px 0px 15px;
  }
  .modal .modal-content .modal-body h1 {
    line-height: 40px;
    margin-top: 0;
  }
  .modal .modal-content .modal-body p {
    font-size: 18px;
  }
  .modal .modal-content .modal-body .form-group.terms {
    margin-top: 10px;
  }
}
.modal .modal-content .modal-body > p:first-child {
  padding-right: 70px;
}
.modal .modal-content .modal-body .btn {
  background: #CA002E;
  color: white;
  width: 100%;
  margin: 20px 0 20px 0;
}
.modal .modal-content .modal-body .center {
  text-align: center;
}
.modal .modal-content .modal-body a.link span,
.modal .modal-content .modal-body div.link span {
  font-weight: 200;
}
.modal .form-group {
  float: left;
}
/*
- Collections and partners portal
---------------------------------------- */
/* menu */
.profile-menu .menu.portal {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .profile-menu .menu.portal {
    width: 100%;
  }
  .profile-menu .menu.portal.collections {
    padding-left: 0;
  }
}
.profile-menu .menu.portal.collections {
  padding-left: 0;
}
.profile-menu .menu.portal > li > ul > li > ul {
  padding-left: 20px;
}
.profile-menu .menu.portal > li > ul > li > ul a {
  font-size: 0.9rem;
}
.profile-menu li.shop a {
  position: relative;
}
.profile-menu li.shop a:active,
.profile-menu li.shop a:focus {
  box-shadow: none;
}
.profile-menu li.shop a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile-menu li.shop a:before {
  content: '\004A';
}
.profile-menu li.shop a:before {
  position: relative;
  margin-right: 10px;
  margin-left: 2px;
  top: 0px;
  transform: rotate(-135deg);
  font-size: 15px;
}
.profile-menu li.shop.open a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile-menu li.shop.open a:before {
  content: '-';
}
.profile-menu li.shop.open a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile-menu li.shop.open a:before {
  content: '\0032';
}
.profile-menu li.shop.open a:before {
  position: relative;
  margin-right: 10px;
  margin-left: 2px;
  top: 0px;
  transform: rotate(0deg);
  font-size: 15px;
}
/*- artwork list */
.listing-grid li.item.artwork.owner .wrap .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #CA002E transparent transparent transparent;
}
/* image upload */
.img-drop {
  position: relative;
  margin: 0 auto;
}
.img-drop.active {
  max-width: 100%;
  display: inline-block;
}
.img-drop.active form {
  position: relative;
}
.img-drop.active .dropzone {
  background: none;
  text-align: center;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.img-drop.artwork {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .img-drop.artwork {
    width: 100%;
  }
  .img-drop.artwork .dropzone {
    min-width: unset;
  }
}
.img-drop.artwork.active {
  height: auto;
  width: 100%;
}
.img-drop.artwork.loaded {
  height: auto;
}
.img-drop.artwork form {
  height: 100%;
  text-align: center;
}
.img-drop.artwork .dropzone img {
  max-height: 100% !important;
}
.img-drop.artwork .dz-default {
  height: 585px;
  max-width: 1200px;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .img-drop.artwork .dz-default {
    width: 100%;
    height: 400px;
  }
}
.img-drop.artwork .dz-message {
  margin: 0 auto;
  color: #909090;
  cursor: pointer;
  background-color: #282828;
}
.img-drop.artwork .dz-message.afterUpload {
  float: left;
  width: 380px;
  height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .img-drop.artwork .dz-message.afterUpload {
    width: 100%;
  }
}
.img-drop.artwork .dz-message > div {
  position: absolute;
  font-size: 1.1rem;
  left: 50%;
  top: 50%;
  max-width: 300px;
  transform: translate(-50%, -50%);
}
.img-drop.artwork .dz-preview {
  display: none;
}
.img-drop.artwork .uploadedImg {
  float: left;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .img-drop.artwork .uploadedImg {
    width: 100%;
    margin-right: 0;
    max-width: unset;
    margin-bottom: 15px;
  }
}
.img-drop.artwork .uploadedImg .hover-icon {
  z-index: 9;
  width: 35px;
  height: 35px;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  background-color: white;
}
.img-drop.artwork .uploadedImg .hover-icon svg {
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 9px;
}
.img-drop.artwork .uploadedImg .hover-icon:hover {
  cursor: pointer;
}
.img-drop.artwork .uploadedImg .hover-icon.delete {
  left: calc(50% - 36px);
}
.img-drop.artwork .uploadedImg .hover-icon.delete svg {
  left: calc(50% - 8.5px);
}
.img-drop.artwork .uploadedImg .hover-icon.update {
  right: calc(50% - 36px);
}
.img-drop.artwork .uploadedImg .hover-icon.update svg {
  width: 20px;
  height: 20px;
  right: calc(50% - 11px);
}
.img-drop.artwork .dz-image-preview {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.img-drop.artwork .dz-image-preview img {
  width: 100%;
}
.img-drop.artwork .dz-image-preview .dz-details,
.img-drop.artwork .dz-image-preview .dz-success-mark,
.img-drop.artwork .dz-image-preview .dz-error-mark {
  display: none;
}
.img-drop .loading-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  display: none;
}
@media only screen and (max-width: 767px) {
  .img-drop .loading-wrap {
    min-height: 200px;
  }
}
.img-drop .loading-wrap .loader {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}
.img-drop .loading-wrap .loading-msg {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 55%;
  text-align: center;
}
.img-drop form {
  width: 100%;
  float: left;
}
.img-drop .dropzone {
  position: relative;
  height: 90%;
  min-width: 600px;
  background: #282828;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  padding-bottom: 25px;
}
.img-drop .dropzone.dz-started {
  width: unset;
  min-width: unset;
}
@media only screen and (max-width: 767px) {
  .img-drop .dropzone.dz-started {
    width: 100%;
  }
}
.img-drop .dropzone.active {
  background: rgba(50, 50, 50, 0.7);
  border: 2px solid #CA002E;
}
.img-drop .dropzone.active .text > div {
  color: white;
}
.img-drop .dropzone.active .error,
.img-drop .dropzone.active .no-img {
  display: none !important;
}
.img-drop .dropzone.active .drop {
  display: block !important;
}
.img-drop .dropzone.error .text .no-img {
  display: none;
}
.img-drop .dropzone.error .text .error {
  display: block;
}
.img-drop .dropzone .actions {
  display: none;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  z-index: 98;
  width: auto;
  text-align: center;
  opacity: 0.8;
}
.img-drop .dropzone .actions .btn {
  width: 100px;
}
.img-drop .dropzone .text div {
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  color: #909090;
}
.img-drop .dropzone .text div.drop {
  display: none;
  margin-top: -10px;
}
.img-drop .dropzone .text div.error {
  display: none;
  color: #909090;
}
.img-drop .dropzone .text div.error .msg {
  color: #CA002E;
  font-size: 1rem;
}
.img-drop .dropzone .text div .help {
  margin-top: 20px;
  font-size: 0.9rem;
}
.img-drop .dropzone .text div .help.help-2 {
  padding: 25px 60px;
  line-height: 28px;
}
.img-drop .dropzone input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.img-drop .dropzone img {
  max-width: 100%;
  z-index: 1;
  position: relative;
  transition: height 0.2s ease, min-height 0.2s height;
  display: none;
}
.img-drop .btn {
  width: 100%;
  position: relative;
  border-radius: 0;
}
.img-drop .btn > input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.img-drop .btn.remove {
  float: left;
  width: 50%;
  position: relative;
  left: -1px;
}
.img-drop .btn.replace {
  float: left;
  width: 50%;
}
.help-text-uploaded {
  padding: 20px 0 0 0;
  font-size: 0.75rem;
  color: #909090;
  width: 100%;
  text-align: center;
  float: left;
  font-weight: 300;
}
.help-text-uploaded.pending {
  color: #FFCF66;
}
.logo-help-text {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 16px;
}
/* artwork */
.artwork-wrapper.portal {
  float: left;
}
.img-drop {
  width: 100%;
  position: relative;
}
.img-drop.active {
  width: auto;
}
.img-drop.active .dropzone.active {
  height: auto;
}
.img-drop.active .dropzone .text > div {
  color: white;
}
.img-drop .dropzone {
  position: relative;
  height: 90%;
  width: 100%;
  display: inline-block;
  background: none;
}
.img-drop .dropzone.active {
  height: 430px;
}
.img-drop .dropzone img {
  margin: 0 auto;
}
.img-drop .dropzone .bg {
  background: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.img-drop .dropzone input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.img-drop .dropzone .text {
  height: 100%;
  display: none;
  background: #282828;
}
.img-drop .dropzone .text div.no-img {
  text-align: center;
  font-size: 1.1rem;
  width: 100%;
  color: #909090;
  position: absolute;
  top: 30%;
}
.img-drop .dropzone .text div.drop {
  display: none;
  margin-top: -10px;
}
.img-drop .dropzone .text div .help {
  margin-top: 20px;
  font-size: 0.8rem;
}
.img-drop .dropzone .text div.error {
  margin-top: -130px;
}
.img-drop .dropzone .actions {
  display: none;
  bottom: 0;
  position: absolute;
  z-index: 98;
  width: 100px;
  text-align: center;
  opacity: 0.8;
  left: 50%;
  margin-left: -50px;
}
.img-drop .dropzone .actions .btn {
  width: 100px;
  float: left;
}
.img-drop .dropzone .no-img div {
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  top: 40%;
  margin-top: -30px;
  width: 100%;
  color: #909090;
}
.img-drop .dropzone .no-img div.drop {
  display: none;
  margin-top: -10px;
}
.img-drop .dropzone .no-img div .help {
  margin-top: 20px;
  font-size: 0.8rem;
}
.img-drop .help-text-uploaded {
  padding: 20px 0 0 0;
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  float: left;
  font-weight: 300;
  color: #909090;
}
.img-drop .help-text-uploaded p {
  margin-bottom: 4px;
}
.edit-artwork {
  color: white;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  transition: opacity 0.3s ease;
}
.edit-artwork > .bg {
  position: absolute;
  left: -100%;
  right: -100%;
  height: 100%;
  top: 0;
  background: #CA002E;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .edit-artwork > .bg {
    font-size: 12px;
    padding-top: 7px;
  }
}
.edit-artwork a span {
  border-bottom: 2px solid white;
}
.edit-artwork a:hover {
  text-decoration: none;
}
.edit-artwork a.pdf:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edit-artwork a.pdf:before {
  content: '\0075';
}
.edit-artwork a.pdf:before {
  padding-right: 15px;
  position: relative;
  top: 2px;
}
.edit-artwork a,
.edit-artwork p {
  color: white;
  z-index: 2;
  font-weight: 100;
  margin-bottom: 0;
}
.edit-artwork p.pending {
  font-size: 0.85rem;
}
.edit-artwork.no-hover:hover {
  opacity: 1;
}
.edit-artwork:hover {
  opacity: 0.8;
}
#artist-options,
.artist-options {
  background-color: white;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 2px 5px #ccc;
  max-height: 385px;
  overflow: auto;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 79px;
  display: none;
}
#artist-options ul,
.artist-options ul {
  padding: 0;
  margin: 0;
}
#artist-options ul li,
.artist-options ul li {
  padding: 8px;
  margin: 0;
  border-bottom: 1px solid #E4E4E4;
}
#artist-options ul li:hover,
.artist-options ul li:hover {
  background: #CA002E;
  color: white;
  cursor: pointer;
}
#artist-options ul li.placeholder,
.artist-options ul li.placeholder {
  background-color: #E4E4E4;
  color: #222222;
  font-size: 0.8rem;
}
#artist-options ul li.placeholder:hover,
.artist-options ul li.placeholder:hover,
#artist-options ul li.placeholder:active,
.artist-options ul li.placeholder:active,
#artist-options ul li.placeholder:focus,
.artist-options ul li.placeholder:focus {
  background-color: #E4E4E4;
  color: #222222;
  cursor: default;
}
.popover.prev-val {
  max-width: 600px;
  min-width: 150px;
}
.popover.prev-val .popover-title {
  margin: 0;
  padding: 12px 0 0 14px;
  font-size: 0.8rem;
  background-color: transparent;
  border-bottom: 0;
  border-radius: 1px 1px 0 0;
  font-weight: 600;
}
.popover.prev-val .popover-content {
  min-width: 150px;
  font-size: 0.8rem;
  color: #4A4A4A;
}
.popover.prev-val .arrow {
  display: none;
}
#main section.edit-details {
  border-bottom: 2px solid #E2E1E0;
  padding-top: 0;
  z-index: 3;
}
#main section.edit-details .messages {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 60px 0;
}
@media (min-width: 768px) {
  #main section.edit-details .messages {
    float: left;
    width: 100%;
  }
}
#main section.edit-details .messages h2 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#main section.edit-details .messages p {
  margin-bottom: 8px;
  font-size: 0.8rem;
}
#main section.edit-details .messages .error-title {
  display: none;
}
#main section.edit-details .messages .success-title {
  display: block;
  color: green;
}
#main section.edit-details .messages.error * {
  color: #CA002E;
}
#main section.edit-details .messages.error .error-title {
  display: block;
}
#main section.edit-details .messages.error .success-title {
  display: none;
}
#main section.edit-details > .fields {
  position: relative;
  padding-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  #main section.edit-details > .fields > * {
    clear: both;
  }
}
#main section.edit-details > .fields textarea {
  min-height: 250px;
  resize: none;
}
#main section.edit-details > .fields textarea.description {
  min-height: 110px;
}
#main section.edit-details > .fields .left {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .left {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #main section.edit-details > .fields .left {
    width: 100%;
  }
}
#main section.edit-details > .fields .right {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .right {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .right {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #main section.edit-details > .fields .right {
    width: 100%;
  }
}
#main section.edit-details > .fields .x {
  margin: 0 4px;
  font-size: 0.8rem;
  float: left;
}
#main section.edit-details > .fields .x:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.edit-details > .fields .x:before {
  content: '\004A';
}
#main section.edit-details > .fields .x:before {
  position: relative;
  top: 45px;
}
@media only screen and (max-width: 767px) {
  #main section.edit-details > .fields .x {
    display: none;
  }
}
#main section.edit-details > .fields h3 {
  float: left;
  width: 100%;
  display: block;
  font-size: 0.8rem;
  padding: 0 10px;
  font-weight: 400;
  margin-top: 30px;
}
#main section.edit-details > .fields .non-editable {
  padding: 12px 0;
}
#main section.edit-details > .fields .non-editable.prev-val {
  padding: 12px 14px;
  background: #FFCF66;
}
#main section.edit-details > .fields .help-block {
  padding-right: 10px;
}
#main section.edit-details > .fields .artist-row-wrapper .artist-row .half {
  float: left;
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 480px) {
  #main section.edit-details > .fields .artist-row-wrapper .artist-row .half {
    width: 100%;
  }
}
#main section.edit-details > .fields .artist-row-wrapper .add-artist {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #909090;
}
#main section.edit-details > .fields .artist-row-wrapper .add-artist:hover {
  cursor: pointer;
}
#main section.edit-details > .fields .artist-row-wrapper .add-artist svg {
  margin-top: 9px;
}
@media only screen and (max-width: 480px) {
  #main section.edit-details > .fields .artist-row-wrapper .add-artist {
    float: right;
    margin: 0 10px 15px 0;
  }
}
#main section.edit-details > .fields .artist-row-wrapper + div {
  clear: both;
  margin-top: 10px;
}
#main section.edit-details > .fields .measurements-row {
  float: left;
}
@media only screen and (max-width: 767px) {
  #main section.edit-details > .fields .measurements-row {
    width: 50%;
    margin-bottom: 15px;
  }
}
#main section.edit-details > .fields .sculpture-data-wrap {
  float: left;
  width: 100%;
  padding: 0 10px;
}
#main section.edit-details > .fields .sculpture-data-wrap .title {
  padding: 0 10px;
  margin: 20px 0;
  font-weight: 500;
}
#main section.edit-details > .fields .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group {
    float: left;
    width: 100%;
  }
}
#main section.edit-details > .fields .form-group .cs-select span {
  overflow: hidden;
}
#main section.edit-details > .fields .form-group .cs-select span:after {
  background-color: #E2E1E0;
}
#main section.edit-details > .fields .form-group.has-error .cs-select {
  border: 1px solid #CA002E;
}
#main section.edit-details > .fields .form-group.short {
  width: 70%;
}
#main section.edit-details > .fields .form-group.half {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.half {
    float: left;
    width: 50%;
  }
}
#main section.edit-details > .fields .form-group.long {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.long {
    float: left;
    width: 66.66666667%;
  }
}
#main section.edit-details > .fields .form-group.long textarea {
  min-height: 100px;
}
#main section.edit-details > .fields .form-group.description {
  margin-bottom: 70px;
}
#main section.edit-details > .fields .form-group.measurement {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.measurement {
    float: left;
    width: 20%;
  }
}
#main section.edit-details > .fields .form-group.estimate {
  top: 43px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.estimate {
    float: left;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  #main section.edit-details > .fields .form-group.estimate {
    top: unset;
    padding-left: 10px;
  }
}
#main section.edit-details > .fields .form-group.url > div {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#main section.edit-details > .fields .form-group.details {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.details {
    float: left;
    width: 33.33333333%;
  }
}
#main section.edit-details > .fields .form-group.details .form-error {
  top: 78px;
  left: 10px;
}
#main section.edit-details > .fields .form-group.check {
  margin-bottom: 3px;
}
#main section.edit-details > .fields .form-group.check label {
  float: left;
  width: auto;
  color: #222222;
  font-weight: 100;
  font-size: 0.9rem;
  position: relative;
  cursor: pointer;
}
#main section.edit-details > .fields .form-group.check label:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  float: right;
  margin: 2px 0 0px 10px;
  cursor: pointer;
}
#main section.edit-details > .fields .form-group.check label:before {
  position: absolute;
  right: -7px;
  font-size: 1.1rem;
  top: -2px;
}
#main section.edit-details > .fields .form-group.check input {
  float: left;
  width: auto;
  height: 20px;
  margin: 3px 0 0 10px;
  display: none;
}
#main section.edit-details > .fields .form-group.check input:checked {
  display: none;
}
#main section.edit-details > .fields .form-group.check input:checked + label:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.edit-details > .fields .form-group.check input:checked + label:before {
  content: '\0065';
}
#main section.edit-details > .fields .form-group.check .non-editable {
  display: inline-block;
}
#main section.edit-details > .fields .form-group.check .non-editable.prev-val {
  padding: 12px 28px 8px 16px;
}
#main section.edit-details > .fields .form-group.check + div {
  clear: both;
}
#main section.edit-details > .fields .form-group.artist {
  z-index: 2;
}
#main section.edit-details > .fields .form-group.venue-details {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.venue-details {
    float: left;
    width: 50%;
  }
}
#main section.edit-details > .fields .form-group.venue-details.small {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .form-group.venue-details.small {
    float: left;
    width: 33.33333333%;
  }
}
#main section.edit-details > .fields .form-group.venue-details.small > div {
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#main section.edit-details > .fields .form-group.venue-img-credit {
  margin-top: 20px;
  margin-bottom: 60px;
}
#main section.edit-details > .fields .form-group input {
  width: 100%;
}
#main section.edit-details > .fields .form-group label {
  font-weight: 500;
  font-size: 0.8rem;
  color: #909090;
}
#main section.edit-details > .fields .form-group label.acquisition_method {
  margin-top: 30px;
}
#main section.edit-details > .fields .form-group > p.help-text {
  margin-top: 10px;
  padding: 0;
  clear: both;
}
#main section.edit-details > .fields .form-group.image .upload {
  display: block;
}
#main section.edit-details > .fields .form-group.image .upload .file-name {
  float: left;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  background-color: #E2E1E0;
  color: #909090;
  height: 40px;
  width: 50%;
  text-overflow: ellipsis;
  overflow: auto;
  white-space: pre;
}
#main section.edit-details > .fields .form-group.image .upload .file-name.active {
  color: #222222;
}
#main section.edit-details > .fields .form-group.image .upload .trigger {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222222;
  background-color: #ffffff;
  border-color: #cccccc;
  width: 50%;
}
#main section.edit-details > .fields .form-group.image .upload .trigger:focus,
#main section.edit-details > .fields .form-group.image .upload .trigger:active:focus,
#main section.edit-details > .fields .form-group.image .upload .trigger.active:focus,
#main section.edit-details > .fields .form-group.image .upload .trigger.focus,
#main section.edit-details > .fields .form-group.image .upload .trigger:active.focus,
#main section.edit-details > .fields .form-group.image .upload .trigger.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main section.edit-details > .fields .form-group.image .upload .trigger:hover,
#main section.edit-details > .fields .form-group.image .upload .trigger:focus,
#main section.edit-details > .fields .form-group.image .upload .trigger.focus {
  color: #333;
  text-decoration: none;
}
#main section.edit-details > .fields .form-group.image .upload .trigger:active,
#main section.edit-details > .fields .form-group.image .upload .trigger.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#main section.edit-details > .fields .form-group.image .upload .trigger.disabled,
#main section.edit-details > .fields .form-group.image .upload .trigger[disabled],
fieldset[disabled] #main section.edit-details > .fields .form-group.image .upload .trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#main section.edit-details > .fields .form-group.image .upload .trigger.btn-primary:not(.collapsed):not(.option) {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
@media (max-width: 992px) {
  #main section.edit-details > .fields .form-group.image .upload .trigger.btn-primary:not(.collapsed):not(.option) {
    margin-top: 20px;
  }
}
#main section.edit-details > .fields .form-group.image .upload .trigger.btn-default:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
#main section.edit-details > .fields .form-group.image .upload .trigger.pagination-btn.loading {
  border: 0;
}
#main section.edit-details > .fields .form-group.image .upload .trigger.pagination-btn:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
#main section.edit-details > .fields .form-group.image .upload .trigger .loader {
  display: none;
  position: relative;
  margin-left: -100px;
  margin-top: 5px;
  width: 200px;
  left: 50%;
}
#main section.edit-details > .fields .form-group.image .upload .trigger .loader > div {
  background-color: #CA002E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}
#main section.edit-details > .fields .form-group.image .upload .trigger:hover .loader > div {
  background-color: white;
}
#main section.edit-details > .fields .form-group.image .help {
  font-size: 0.8rem;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
#main section.edit-details > .fields p.help-text {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields p.help-text {
    float: left;
    width: 100%;
  }
}
#main section.edit-details > .fields p.help-text.date {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields p.help-text.date {
    float: left;
    width: 66.66666667%;
  }
}
#main section.edit-details > .fields p.help-text.date > span {
  width: 100%;
  float: right !important;
}
#main section.edit-details > .fields p.help-text.created {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields p.help-text.created {
    float: left;
    width: 33.33333333%;
  }
}
#main section.edit-details > .fields input[type="submit"],
#main section.edit-details > .fields input[name='submit_form'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222222;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #fff;
  border-color: #b10028;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 2px;
  background-color: #CA002E;
  color: white;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.3s ease;
}
#main section.edit-details > .fields input[type="submit"]:focus,
#main section.edit-details > .fields input[name='submit_form']:focus,
#main section.edit-details > .fields input[type="submit"]:active:focus,
#main section.edit-details > .fields input[name='submit_form']:active:focus,
#main section.edit-details > .fields input[type="submit"].active:focus,
#main section.edit-details > .fields input[name='submit_form'].active:focus,
#main section.edit-details > .fields input[type="submit"].focus,
#main section.edit-details > .fields input[name='submit_form'].focus,
#main section.edit-details > .fields input[type="submit"]:active.focus,
#main section.edit-details > .fields input[name='submit_form']:active.focus,
#main section.edit-details > .fields input[type="submit"].active.focus,
#main section.edit-details > .fields input[name='submit_form'].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main section.edit-details > .fields input[type="submit"]:hover,
#main section.edit-details > .fields input[name='submit_form']:hover,
#main section.edit-details > .fields input[type="submit"]:focus,
#main section.edit-details > .fields input[name='submit_form']:focus,
#main section.edit-details > .fields input[type="submit"].focus,
#main section.edit-details > .fields input[name='submit_form'].focus {
  color: #333;
  text-decoration: none;
}
#main section.edit-details > .fields input[type="submit"]:active,
#main section.edit-details > .fields input[name='submit_form']:active,
#main section.edit-details > .fields input[type="submit"].active,
#main section.edit-details > .fields input[name='submit_form'].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#main section.edit-details > .fields input[type="submit"].disabled,
#main section.edit-details > .fields input[name='submit_form'].disabled,
#main section.edit-details > .fields input[type="submit"][disabled],
#main section.edit-details > .fields input[name='submit_form'][disabled],
fieldset[disabled] #main section.edit-details > .fields input[type="submit"],
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#main section.edit-details > .fields input[type="submit"].btn-primary:not(.collapsed):not(.option),
#main section.edit-details > .fields input[name='submit_form'].btn-primary:not(.collapsed):not(.option) {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
@media (max-width: 992px) {
  #main section.edit-details > .fields input[type="submit"].btn-primary:not(.collapsed):not(.option),
  #main section.edit-details > .fields input[name='submit_form'].btn-primary:not(.collapsed):not(.option) {
    margin-top: 20px;
  }
}
#main section.edit-details > .fields input[type="submit"].btn-default:hover,
#main section.edit-details > .fields input[name='submit_form'].btn-default:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
#main section.edit-details > .fields input[type="submit"].pagination-btn.loading,
#main section.edit-details > .fields input[name='submit_form'].pagination-btn.loading {
  border: 0;
}
#main section.edit-details > .fields input[type="submit"].pagination-btn:active,
#main section.edit-details > .fields input[name='submit_form'].pagination-btn:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
#main section.edit-details > .fields input[type="submit"] .loader,
#main section.edit-details > .fields input[name='submit_form'] .loader {
  display: none;
  position: relative;
  margin-left: -100px;
  margin-top: 5px;
  width: 200px;
  left: 50%;
}
#main section.edit-details > .fields input[type="submit"] .loader > div,
#main section.edit-details > .fields input[name='submit_form'] .loader > div {
  background-color: #CA002E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}
#main section.edit-details > .fields input[type="submit"]:hover .loader > div,
#main section.edit-details > .fields input[name='submit_form']:hover .loader > div {
  background-color: white;
}
#main section.edit-details > .fields input[type="submit"]:hover,
#main section.edit-details > .fields input[name='submit_form']:hover,
#main section.edit-details > .fields input[type="submit"]:focus,
#main section.edit-details > .fields input[name='submit_form']:focus,
#main section.edit-details > .fields input[type="submit"].focus,
#main section.edit-details > .fields input[name='submit_form'].focus,
#main section.edit-details > .fields input[type="submit"]:active,
#main section.edit-details > .fields input[name='submit_form']:active,
#main section.edit-details > .fields input[type="submit"].active,
#main section.edit-details > .fields input[name='submit_form'].active,
.open > .dropdown-toggle#main section.edit-details > .fields input[type="submit"],
.open > .dropdown-toggle#main section.edit-details > .fields input[name='submit_form'] {
  color: #fff;
  background-color: #970022;
  border-color: #73001a;
}
#main section.edit-details > .fields input[type="submit"]:active,
#main section.edit-details > .fields input[name='submit_form']:active,
#main section.edit-details > .fields input[type="submit"].active,
#main section.edit-details > .fields input[name='submit_form'].active,
.open > .dropdown-toggle#main section.edit-details > .fields input[type="submit"],
.open > .dropdown-toggle#main section.edit-details > .fields input[name='submit_form'] {
  background-image: none;
}
#main section.edit-details > .fields input[type="submit"].disabled,
#main section.edit-details > .fields input[name='submit_form'].disabled,
#main section.edit-details > .fields input[type="submit"][disabled],
#main section.edit-details > .fields input[name='submit_form'][disabled],
fieldset[disabled] #main section.edit-details > .fields input[type="submit"],
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form'],
#main section.edit-details > .fields input[type="submit"].disabled:hover,
#main section.edit-details > .fields input[name='submit_form'].disabled:hover,
#main section.edit-details > .fields input[type="submit"][disabled]:hover,
#main section.edit-details > .fields input[name='submit_form'][disabled]:hover,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:hover,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:hover,
#main section.edit-details > .fields input[type="submit"].disabled:focus,
#main section.edit-details > .fields input[name='submit_form'].disabled:focus,
#main section.edit-details > .fields input[type="submit"][disabled]:focus,
#main section.edit-details > .fields input[name='submit_form'][disabled]:focus,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus,
#main section.edit-details > .fields input[type="submit"].disabled.focus,
#main section.edit-details > .fields input[name='submit_form'].disabled.focus,
#main section.edit-details > .fields input[type="submit"][disabled].focus,
#main section.edit-details > .fields input[name='submit_form'][disabled].focus,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"].focus,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form'].focus,
#main section.edit-details > .fields input[type="submit"].disabled:active,
#main section.edit-details > .fields input[name='submit_form'].disabled:active,
#main section.edit-details > .fields input[type="submit"][disabled]:active,
#main section.edit-details > .fields input[name='submit_form'][disabled]:active,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:active,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:active,
#main section.edit-details > .fields input[type="submit"].disabled.active,
#main section.edit-details > .fields input[name='submit_form'].disabled.active,
#main section.edit-details > .fields input[type="submit"][disabled].active,
#main section.edit-details > .fields input[name='submit_form'][disabled].active,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"].active,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form'].active {
  background-color: #CA002E;
  border-color: #b10028;
}
#main section.edit-details > .fields input[type="submit"] .badge,
#main section.edit-details > .fields input[name='submit_form'] .badge {
  color: #CA002E;
  background-color: #fff;
}
#main section.edit-details > .fields input[type="submit"]:focus,
#main section.edit-details > .fields input[name='submit_form']:focus {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222222;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #fff;
  border-color: #b10028;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 2px;
  background-color: #CA002E;
  color: white !important;
  font-size: 0.9rem;
  font-weight: normal;
}
#main section.edit-details > .fields input[type="submit"]:focus:focus,
#main section.edit-details > .fields input[name='submit_form']:focus:focus,
#main section.edit-details > .fields input[type="submit"]:focus:active:focus,
#main section.edit-details > .fields input[name='submit_form']:focus:active:focus,
#main section.edit-details > .fields input[type="submit"]:focus.active:focus,
#main section.edit-details > .fields input[name='submit_form']:focus.active:focus,
#main section.edit-details > .fields input[type="submit"]:focus.focus,
#main section.edit-details > .fields input[name='submit_form']:focus.focus,
#main section.edit-details > .fields input[type="submit"]:focus:active.focus,
#main section.edit-details > .fields input[name='submit_form']:focus:active.focus,
#main section.edit-details > .fields input[type="submit"]:focus.active.focus,
#main section.edit-details > .fields input[name='submit_form']:focus.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main section.edit-details > .fields input[type="submit"]:focus:hover,
#main section.edit-details > .fields input[name='submit_form']:focus:hover,
#main section.edit-details > .fields input[type="submit"]:focus:focus,
#main section.edit-details > .fields input[name='submit_form']:focus:focus,
#main section.edit-details > .fields input[type="submit"]:focus.focus,
#main section.edit-details > .fields input[name='submit_form']:focus.focus {
  color: #333;
  text-decoration: none;
}
#main section.edit-details > .fields input[type="submit"]:focus:active,
#main section.edit-details > .fields input[name='submit_form']:focus:active,
#main section.edit-details > .fields input[type="submit"]:focus.active,
#main section.edit-details > .fields input[name='submit_form']:focus.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#main section.edit-details > .fields input[type="submit"]:focus.disabled,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled,
#main section.edit-details > .fields input[type="submit"]:focus[disabled],
#main section.edit-details > .fields input[name='submit_form']:focus[disabled],
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#main section.edit-details > .fields input[type="submit"]:focus.btn-primary:not(.collapsed):not(.option),
#main section.edit-details > .fields input[name='submit_form']:focus.btn-primary:not(.collapsed):not(.option) {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
@media (max-width: 992px) {
  #main section.edit-details > .fields input[type="submit"]:focus.btn-primary:not(.collapsed):not(.option),
  #main section.edit-details > .fields input[name='submit_form']:focus.btn-primary:not(.collapsed):not(.option) {
    margin-top: 20px;
  }
}
#main section.edit-details > .fields input[type="submit"]:focus.btn-default:hover,
#main section.edit-details > .fields input[name='submit_form']:focus.btn-default:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
#main section.edit-details > .fields input[type="submit"]:focus.pagination-btn.loading,
#main section.edit-details > .fields input[name='submit_form']:focus.pagination-btn.loading {
  border: 0;
}
#main section.edit-details > .fields input[type="submit"]:focus.pagination-btn:active,
#main section.edit-details > .fields input[name='submit_form']:focus.pagination-btn:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
#main section.edit-details > .fields input[type="submit"]:focus .loader,
#main section.edit-details > .fields input[name='submit_form']:focus .loader {
  display: none;
  position: relative;
  margin-left: -100px;
  margin-top: 5px;
  width: 200px;
  left: 50%;
}
#main section.edit-details > .fields input[type="submit"]:focus .loader > div,
#main section.edit-details > .fields input[name='submit_form']:focus .loader > div {
  background-color: #CA002E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}
#main section.edit-details > .fields input[type="submit"]:focus:hover .loader > div,
#main section.edit-details > .fields input[name='submit_form']:focus:hover .loader > div {
  background-color: white;
}
#main section.edit-details > .fields input[type="submit"]:focus:hover,
#main section.edit-details > .fields input[name='submit_form']:focus:hover,
#main section.edit-details > .fields input[type="submit"]:focus:focus,
#main section.edit-details > .fields input[name='submit_form']:focus:focus,
#main section.edit-details > .fields input[type="submit"]:focus.focus,
#main section.edit-details > .fields input[name='submit_form']:focus.focus,
#main section.edit-details > .fields input[type="submit"]:focus:active,
#main section.edit-details > .fields input[name='submit_form']:focus:active,
#main section.edit-details > .fields input[type="submit"]:focus.active,
#main section.edit-details > .fields input[name='submit_form']:focus.active,
.open > .dropdown-toggle#main section.edit-details > .fields input[type="submit"]:focus,
.open > .dropdown-toggle#main section.edit-details > .fields input[name='submit_form']:focus {
  color: #fff;
  background-color: #970022;
  border-color: #73001a;
}
#main section.edit-details > .fields input[type="submit"]:focus:active,
#main section.edit-details > .fields input[name='submit_form']:focus:active,
#main section.edit-details > .fields input[type="submit"]:focus.active,
#main section.edit-details > .fields input[name='submit_form']:focus.active,
.open > .dropdown-toggle#main section.edit-details > .fields input[type="submit"]:focus,
.open > .dropdown-toggle#main section.edit-details > .fields input[name='submit_form']:focus {
  background-image: none;
}
#main section.edit-details > .fields input[type="submit"]:focus.disabled,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled,
#main section.edit-details > .fields input[type="submit"]:focus[disabled],
#main section.edit-details > .fields input[name='submit_form']:focus[disabled],
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus,
#main section.edit-details > .fields input[type="submit"]:focus.disabled:hover,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled:hover,
#main section.edit-details > .fields input[type="submit"]:focus[disabled]:hover,
#main section.edit-details > .fields input[name='submit_form']:focus[disabled]:hover,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus:hover,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus:hover,
#main section.edit-details > .fields input[type="submit"]:focus.disabled:focus,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled:focus,
#main section.edit-details > .fields input[type="submit"]:focus[disabled]:focus,
#main section.edit-details > .fields input[name='submit_form']:focus[disabled]:focus,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus:focus,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus:focus,
#main section.edit-details > .fields input[type="submit"]:focus.disabled.focus,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled.focus,
#main section.edit-details > .fields input[type="submit"]:focus[disabled].focus,
#main section.edit-details > .fields input[name='submit_form']:focus[disabled].focus,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus.focus,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus.focus,
#main section.edit-details > .fields input[type="submit"]:focus.disabled:active,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled:active,
#main section.edit-details > .fields input[type="submit"]:focus[disabled]:active,
#main section.edit-details > .fields input[name='submit_form']:focus[disabled]:active,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus:active,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus:active,
#main section.edit-details > .fields input[type="submit"]:focus.disabled.active,
#main section.edit-details > .fields input[name='submit_form']:focus.disabled.active,
#main section.edit-details > .fields input[type="submit"]:focus[disabled].active,
#main section.edit-details > .fields input[name='submit_form']:focus[disabled].active,
fieldset[disabled] #main section.edit-details > .fields input[type="submit"]:focus.active,
fieldset[disabled] #main section.edit-details > .fields input[name='submit_form']:focus.active {
  background-color: #CA002E;
  border-color: #b10028;
}
#main section.edit-details > .fields input[type="submit"]:focus .badge,
#main section.edit-details > .fields input[name='submit_form']:focus .badge {
  color: #CA002E;
  background-color: #fff;
}
#main section.edit-details > .fields input[type="submit"]:hover,
#main section.edit-details > .fields input[name='submit_form']:hover,
#main section.edit-details > .fields input[type="submit"]:active,
#main section.edit-details > .fields input[name='submit_form']:active {
  opacity: 0.8;
  color: #FFF;
}
#main section.edit-details > .fields .actions {
  float: left;
  width: 100%;
  padding: 0 20px;
}
#main section.edit-details > .fields .actions input {
  width: auto;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: right !important;
  font-weight: 100;
}
@media (min-width: 768px) {
  #main section.edit-details > .fields .actions input {
    float: left;
    width: 33.33333333%;
  }
}
#main section.edit-details > .fields .actions .discard {
  float: right;
  display: block;
  margin-right: 30px;
  padding: 10px 34px;
}
@media only screen and (max-width: 480px) {
  #main section.edit-details > .fields .actions .discard {
    margin-right: 10px;
    padding: 10px 15px;
  }
}
#main section.edit-details > .fields .help-text.submit {
  margin-top: 60px;
  padding: 0 20px;
  color: #CA002E;
  float: right;
  width: 33.33333333%;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #main section.edit-details > .fields .help-text.submit {
    width: 100%;
  }
}
#main section.edit-details .image-upload {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.7);
  transition: opacity 0.2s ease;
}
#main section.edit-details .image-upload > p {
  text-align: center;
  color: white;
  font-size: 1.1rem;
  position: relative;
  top: 16%;
}
#main section.edit-details .img-drop .dropzone {
  position: relative;
  min-height: 220px;
  width: 90%;
  background: #E2E1E0;
  float: left;
  cursor: pointer;
}
#main section.edit-details .img-drop .dropzone.active {
  background: rgba(30, 30, 30, 0.7);
}
#main section.edit-details .img-drop .dropzone.active .text > div {
  color: white;
}
#main section.edit-details .img-drop .dropzone.img {
  min-height: auto;
}
#main section.edit-details .img-drop .dropzone.venue-logo img {
  position: relative;
}
#main section.edit-details .img-drop .dropzone .text div {
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  color: #909090;
}
#main section.edit-details .img-drop .dropzone .text div.drop {
  display: none;
  margin-top: -10px;
}
#main section.edit-details .img-drop .dropzone input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
#main section.edit-details .img-drop .dropzone img {
  width: 100%;
  z-index: 1;
  position: absolute;
  display: none;
  transition: height 0.2s ease, min-height 0.2s height;
}
#main section.edit-details .img-drop .btn {
  width: 100%;
  position: relative;
  border-radius: 0;
}
#main section.edit-details .img-drop .btn > input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#main section.edit-details .img-drop .btn.remove {
  display: none;
  float: left;
  width: 50%;
  position: relative;
  left: -1px;
}
#main section.edit-details .img-drop .btn.replace {
  display: none;
  float: left;
  width: 100%;
}
.divider {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 50px 0;
  height: 1px;
}
@media (min-width: 768px) {
  .divider {
    float: left;
    width: 100%;
  }
}
.divider > div {
  position: absolute;
  left: 20px;
  right: 20px;
  width: auto;
  height: 1px;
  background: #ccc;
}
section.batch h2 {
  font-weight: 500;
}
section.batch .info {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
section.batch .intro {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  section.batch .intro {
    float: left;
    width: 58.33333333%;
  }
}
section.batch .intro p.warning {
  margin-top: 30px;
}
section.batch .intro p.warning > i {
  font-size: 2.2rem;
  color: #CA002E;
  margin-right: 25px;
  margin-bottom: 50px;
  float: left;
}
section.batch .links {
  clear: both;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  section.batch .links {
    float: left;
    width: 100%;
  }
}
section.batch .links a {
  display: block;
  margin-bottom: 10px;
  float: left;
  clear: both;
}
section.batch .steps {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 768px) {
  section.batch .steps {
    float: left;
    width: 41.66666667%;
  }
}
section.batch .steps ul {
  position: relative;
  padding: 0;
  float: right;
}
section.batch .steps ul li {
  width: 100px;
  float: left;
  text-align: center;
}
section.batch .steps ul li span,
section.batch .steps ul li div {
  color: #909090;
  font-weight: 600;
}
section.batch .steps ul li > div {
  position: relative;
  padding: 10px 0 0 0;
  display: block;
  clear: both;
}
section.batch .steps ul li.active span,
section.batch .steps ul li.active div {
  color: #222222;
}
section.batch .steps ul li:first-child {
  left: -12px;
  width: 50px;
  position: relative;
}
section.batch .steps ul li:first-child > span {
  left: 0;
  margin-left: 0;
}
section.batch .steps ul li:first-child > div {
  left: -8px;
}
section.batch .steps ul li:last-child {
  width: 50px;
}
section.batch .steps ul li:last-child > span {
  margin-left: 0;
  left: 20px;
}
section.batch .steps ul li:last-child > div {
  left: 12px;
}
section.batch .steps ul li > span {
  border-radius: 20px;
  width: 36px;
  height: 36px;
  background: #E2E1E0;
  float: left;
  text-align: center;
  line-height: 1.9;
  font-size: 0.9rem;
  z-index: 2;
  position: relative;
  display: inline-block;
  left: 50px;
  margin-left: -18px;
}
section.batch .steps ul li > div {
  font-size: 0.8rem;
}
section.batch .steps ul::before {
  content: "";
  position: relative;
  width: 100%;
  height: 5px;
  z-index: 1;
  display: block;
  top: 20px;
  background: #E2E1E0;
}
section.batch table {
  font-size: 0.8rem;
  border: 0;
}
section.batch table thead {
  background: #909090;
  color: white;
  font-weight: normal;
}
section.batch table thead tr td,
section.batch table thead tr th {
  font-weight: normal;
  border-right: 0;
  border-left: 0;
}
section.batch table thead tr th {
  min-width: 145px;
  font-weight: 100;
}
section.batch table thead tr th:first-child {
  width: 30px;
  min-width: 30px;
  border-radius: 2px 0 0 0;
}
section.batch table thead tr th:last-child {
  border-radius: 0 2px 0 0;
}
section.batch table tbody tr,
section.batch table tbody td,
section.batch table tbody th {
  background: #E4E4E4;
  border-color: white;
  border-right: 0;
  border-left: 0;
}
section.batch table tbody tr .icon-remove,
section.batch table tbody td .icon-remove,
section.batch table tbody th .icon-remove {
  font-size: 0.7rem;
}
section.batch table tbody tr img,
section.batch table tbody td img,
section.batch table tbody th img {
  max-width: 140px;
}
section.batch table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 2px;
}
section.batch table tbody tr:last-child td:last-child {
  border-radius: 0 0 2px 0;
}
section.batch table tbody th {
  font-weight: 600;
}
section.batch .unmatched-img {
  width: 100%;
  background: #E4E4E4;
  display: inline-block;
  padding: 20px 0;
  border-radius: 2px;
}
section.batch .unmatched-img ul {
  padding: 0;
}
section.batch .unmatched-img ul li {
  width: 50%;
  float: left;
  padding: 20px;
  font-size: 0.8rem;
}
section.batch .unmatched-img ul li img {
  max-width: 160px;
  margin-right: 20px;
  float: left;
}
section.batch .unmatched-img ul li p {
  float: left;
}
section.batch .actions {
  padding-top: 20px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  section.batch .actions {
    float: left;
    width: 100%;
  }
}
section.batch .actions .restart {
  float: right;
}
section.batch .actions .submit {
  float: right;
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
  margin-left: 30px;
}
section.batch .actions-step1 {
  padding-top: 20px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  section.batch .actions-step1 {
    float: left;
    width: 100%;
  }
}
section.batch .actions-step1 .submit {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
section.batch .message {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  section.batch .message {
    float: left;
    width: 66.66666667%;
  }
}
section.batch .collections {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  section.batch .collections {
    float: left;
    width: 100%;
  }
}
section.batch .collections > li {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
section.batch .collections > li .header {
  width: 100%;
  display: inline-block;
  float: left;
  background: #909090;
  border-radius: 2px 2px 0 0;
}
section.batch .collections > li .header h2 {
  color: white;
  margin-top: 15px;
  font-weight: 100;
  padding: 0 20px;
  font-size: 0.9rem;
}
section.batch .collections > li .header h2 span {
  float: right;
  display: block;
  font-size: 0.8rem;
}
section.batch .collections > li .updating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.75);
}
section.batch .collections > li .updating p {
  text-align: center;
  color: white;
  position: relative;
  top: 50%;
  margin-top: -30px;
  font-size: 0.9rem;
}
section.batch .collections > li .body {
  width: 100%;
  display: inline-block;
  float: left;
  background: #E4E4E4;
  border-radius: 0 0 2px 2px;
}
section.batch .collections > li .body .process {
  float: right;
  position: relative;
  top: -20px;
  right: 20px;
  padding: 8px 40px;
  width: auto;
}
section.batch .collections > li .body .process.processing {
  font-size: 0;
  height: 44px;
  width: 140px;
  color: #FFF;
}
section.batch .collections > li .body .process.processing .loader {
  display: block;
}
section.batch .collections > li .body .process.processing .loader > div {
  color: #fff;
  background-color: #fff;
}
section.batch .collections > li .body .process-info {
  float: right;
  padding-right: 20px;
  font-size: 0.8rem;
  width: 27%;
  position: relative;
  top: -19px;
}
section.batch .collections > li .body > ul {
  padding: 20px;
}
section.batch .collections > li .body > ul li {
  font-size: 0.85rem;
}
section.batch .collections > li .body > ul li .label {
  margin-right: 10px;
}
section.batch .collections > li .body > ul li .status {
  margin-left: 20px;
}
section.batch .collections > li .body > ul li .status.error {
  color: #CA002E;
}
section.batch .collections > li .body > ul li .status i {
  margin-right: 5px;
}
section.batch .collections > li .body .more-details {
  font-size: 0.8rem;
  height: 30px;
  cursor: pointer;
  margin: 0 20px;
  float: left;
  display: block;
  padding: 0px 10px;
}
section.batch .collections > li .body .more-details span {
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-top: 1px;
  position: relative;
  float: right;
}
section.batch .collections > li .body .more-details.collapsed span:after {
  content: "\0030";
}
section.batch .collections > li .body .more-details span:after {
  display: none;
  content: "\0031";
  display: block;
  position: absolute;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 8px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: 600;
}
section.batch .collections > li .body .file-list {
  float: left;
  width: 100%;
}
section.batch .collections > li .body .file-list ul {
  padding-left: 30px;
}
section.batch .collections > li .body .file-list ul li {
  font-size: 0.8rem;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-iframe-cms .share-label {
  margin-top: 10px;
}
.video-iframe-cms .addthis_sharing_toolbox.video {
  display: block !important;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-icon-wrapper {
  display: block !important;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements {
  display: none;
  margin-left: -8px;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a {
  float: left;
  position: relative;
  display: block;
  height: 32px !important;
  width: 32px !important;
  font-size: 25px;
  cursor: pointer;
  color: #909090;
  background-color: none !important;
  display: none !important;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a .at-icon-wrapper {
  display: none !important;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-facebook {
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #4A4A4A;
  display: block !important;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-facebook:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-facebook:before {
  content: '\004C';
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-facebook:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-facebook:before {
  font-size: 24px;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-facebook:hover {
  background-color: #3B5998;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-twitter {
  height: 51px;
  width: 51px;
  border-radius: 2px;
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-color: #4A4A4A;
  display: block !important;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-twitter:before {
  content: '\0041';
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-twitter:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-twitter:before {
  font-size: 24px;
}
.video-iframe-cms .addthis_sharing_toolbox.video .at-share-btn-elements a.at-svc-twitter:hover {
  background-color: #55ACEE;
}
body.story main .story-aside {
  float: left;
  width: 100%;
  margin: 0 0;
}
body.story main .story-aside span {
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #909090;
  margin-bottom: 10px;
  position: relative;
  top: -7px;
}
body.story main .story-aside ul {
  margin-top: 30px;
}
body.story main .story-aside ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
  padding-left: 6px;
}
body.story main .story-aside ul li:last-child {
  border-bottom: 0;
}
body.story main .story-aside ul li:before {
  content: "• ";
  color: #CA002E;
  position: absolute;
  line-height: 26px;
  font-size: 46px;
  left: -15px;
}
body.story main .story-aside ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  display: inline;
  transition: all 0.3s ease;
  cursor: pointer;
  border-bottom: 2px solid #FF4B00;
}
body.story main .story-aside ul li a:hover,
body.story main .story-aside ul li a:active,
body.story main .story-aside ul li a:focus,
body.story main .story-aside ul li a.active {
  color: #FF4B00;
  text-decoration: none;
}
body.story main .content-subsidiary {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  body.story main .content-subsidiary {
    padding-left: 10px !important;
  }
}
body.story_author .content-subsidiary {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  body.story_author .content-subsidiary {
    padding-left: 10px !important;
  }
}
body.story_author .content-subsidiary figure.author img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: relative;
}
body.story_author .content-subsidiary dl {
  margin-top: 30px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.story_author .content-subsidiary dl {
    margin-bottom: 30px;
  }
}
body.story_author .content-subsidiary dl dd {
  width: 100%;
  margin-bottom: 30px;
  display: block;
  float: left;
}
body.story_author .content-subsidiary dl dd a {
  color: inherit;
  font-size: 1rem;
  font-weight: 300;
}
body.story_author .share-label {
  margin-top: 60px;
}
.home_label {
  padding: 4px 8px;
  line-height: 18px;
  background-color: #750019;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1px;
  border-radius: 2px;
}
.tile_text_content {
  font-size: 16px;
  line-height: 18px;
}
.tile_text_content p {
  font-size: 16px;
  line-height: 18px;
}
@media all and (min-width: 769px) {
  .tile_text_content {
    font-size: 16px;
    line-height: 18px;
  }
  .tile_text_content p {
    font-size: 16px;
    line-height: 18px;
  }
}
.tile_text_title {
  font-size: 18px;
  line-height: 22px;
}
@media all and (min-width: 769px) {
  .tile_text_title {
    font-size: 20px;
    line-height: 24px;
  }
}
body.homepage .home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-color: white;
  opacity: 0;
  z-index: -1;
  display: none;
}
@media all and (min-width: 640px) {
  body.homepage .home-overlay.visible {
    opacity: 1;
    z-index: 0;
    display: block;
  }
}
body.homepage #main {
  position: relative;
  padding-top: 70px;
}
body.homepage #footer {
  margin-top: 1px;
}
@media only screen and (min-width: 480px) {
  body.homepage #footer .container-break {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body.homepage .autocomplete {
  top: 51px;
  left: 0;
  right: 20px;
}
.home__hero {
  position: relative;
  width: 100%;
  float: left;
  height: 380px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
}
.home__hero:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(50, 50, 50, 0.15);
  z-index: 1;
}
.home__hero__curation {
  height: 440px;
}
.home__hero__curation .home__hero__brand {
  margin-top: -25px;
}
@media all and (max-width: 320px) {
  .home__hero {
    height: 315px;
  }
}
@media all and (max-height: 375px) {
  .home__hero {
    height: 300px;
  }
}
@media all and (min-height: 900px) {
  .home__hero {
    height: 380px;
  }
}
.home__hero__credit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}
.home__hero__credit.show p {
  opacity: 1;
  padding-right: 29px;
}
@media only screen and (min-width: 768px) {
  .home__hero__credit.show p {
    padding-right: 50px;
  }
}
.home__hero__credit p {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  margin-right: -30px;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease;
  color: white;
  font-weight: 100;
  font-size: 0.65rem;
  text-align: right;
  position: relative;
  top: -7px;
}
.home__hero__credit a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-size: 0.65rem;
  color: white;
  top: 1px;
  float: right;
}
.home__hero__brand {
  position: relative;
  left: 50%;
  top: 50%;
  width: 260px;
  margin-left: -115px;
  margin-top: -55px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home__hero__brand {
    width: 355px;
    margin-left: -180px;
  }
}
.home__hero__brand img {
  height: 118px;
}
@media all and (min-width: 768px) {
  .home__hero__brand img {
    height: 160px;
  }
}
.home__block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E4E4E4;
}
.home__block:first-of-type {
  border-top: none;
}
@media all and (min-width: 769px) {
  .home__block--banner + .home__block {
    margin-top: 80px;
  }
}
.home__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home__container {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .home__container {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .home__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 768px) {
  .home__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 769px) {
  .home__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home__container--tiles {
  padding-top: 10px;
}
.home__search {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 4;
  padding: 20px 0 20px 0;
}
@media all and (min-width: 769px) {
  .home__search.fixed {
    position: fixed;
    top: 66px;
  }
}
.home__search .home__container {
  padding-right: 20px;
  padding-left: 20px;
}
@media all and (min-width: 769px) {
  .home__search .home__container {
    padding-left: calc(6.25vw + 10px);
    padding-right: calc(6.25vw + 10px);
  }
}
@media all and (min-width: 992px) {
  .home__search .home__container {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media all and (min-width: 1200px) {
  .home__search .home__container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .home__search .home__container:has(#top-search) {
    padding: 0 10px;
  }
}
.home__search #top-search {
  padding: 0;
}
.home__search form {
  position: relative;
  height: 50px;
  width: 100%;
  float: left;
  background-color: #F0EEED;
}
.home__search form input {
  width: 100%;
  height: 50px;
  background: none;
  border: 0;
  padding: 0 10px;
}
@media all and (min-width: 768px) {
  .home__search form input {
    padding: 0 15px;
  }
}
.home__search form button {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 50px;
  background: none;
  border: 0;
}
.home__search form button:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__search form button:before {
  content: '\0058';
}
.home__search form button:before {
  font-size: 24px;
  color: #666;
}
@media all and (min-width: 768px) {
  .home__search form button {
    width: 70px;
  }
}
.home__tiles {
  float: left;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 40px;
}
.home__tiles__container {
  float: left;
  width: 100%;
  margin: 0 -10px;
  margin-bottom: 30px;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .home__tiles__container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__tiles__container {
    margin: 0;
    margin-bottom: 20px;
  }
}
.home__tiles .tile-sizer {
  width: 25%;
}
.home__tile {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .home__tile {
    width: 25%;
  }
}
.home__tile:hover {
  background: #EEE;
}
.home__tile--about:hover,
.home__tile--social:hover,
.home__tile--map:hover,
.home__tile--social:hover,
.home__tile--video:hover,
.home__tile--two-column-video:hover,
.home__tile--tweet:hover,
.home__tile--shop:hover,
.home__tile--featured--portrait:hover {
  background: inherit;
}
.home__tile img.partners {
  margin: 10px 0;
  width: 90%;
}
.home__tile > div {
  float: left;
  width: 100%;
}
.home__tile.visible {
  opacity: 1;
}
.home__tile--two-column-video {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 20px 0 30px;
}
.home__tile--two-column-video--player {
  height: auto;
  width: 100%;
  position: relative;
  aspect-ratio: 1.77777778;
}
.home__tile--two-column-video--player .cover-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__tile--two-column-video--player .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__tile--two-column-video--player .cover-image img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.home__tile--two-column-video--player iframe {
  height: 100%;
  width: 100%;
}
.home__tile--two-column-video--content {
  background-color: #0438FF;
  color: #fff;
  padding: 20px;
  gap: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home__tile--two-column-video--content .rich-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.home__tile--two-column-video--content .rich-text h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.849px;
}
.home__tile--two-column-video--content--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 10px;
}
.home__tile--two-column-video--content--links a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 100% */
  padding: 11px 16px;
  border: 0;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
  background-color: #FF5A00;
}
.home__tile--two-column-video--content--links a:hover {
  background-color: #D03D00;
  text-decoration: none;
}
@media (min-width: 992px) {
  .home__tile--two-column-video {
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto;
    padding: 0;
    margin: 90px 0 0;
  }
  .home__tile--two-column-video--player {
    width: 58%;
  }
  .home__tile--two-column-video--player .play-button {
    width: 60px;
    height: 60px;
  }
  .home__tile--two-column-video--content {
    height: 100%;
    padding: 40px 30px;
    max-width: 42%;
  }
  .home__tile--two-column-video--content--links a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    white-space: nowrap;
  }
  .home__tile--two-column-video--content .rich-text {
    font-size: 20px;
    line-height: 26px;
  }
  .home__tile--two-column-video--content .rich-text h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .home__tile--two-column-video--content .rich-text button {
    font-size: 20px;
    line-height: 26px;
    padding: 11px 16px;
  }
}
.home__tile--featured,
.home__tile--video,
.home__tile--map {
  width: 100%;
}
@media all and (min-width: 769px) {
  .home__tile--featured,
  .home__tile--video,
  .home__tile--map {
    width: 50%;
  }
}
.home__tile--social {
  width: 50%;
}
@media all and (min-width: 769px) {
  .home__tile--social {
    width: 25%;
  }
}
@media all and (max-width: 768px) {
  .home__tile--map {
    display: none;
  }
}
.home__tile--featured--portrait > div {
  float: left;
  width: 100%;
  background: #F6F6F6;
}
.home__tile--featured--portrait .home__tile__image {
  width: 50%;
  float: left;
}
.home__tile--featured--portrait .home__tile__body {
  width: 50%;
  float: left;
  padding: 10px 20px;
}
.home__tile--about .home__tile__body {
  padding: 15px;
  background: #FF4B00;
  color: white;
}
.home__tile--about .home__tile__label {
  margin-top: 0;
}
.home__tile--about .home__tile__title {
  color: #222222;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
}
@media all and (min-width: 769px) {
  .home__tile--about .home__tile__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.home__tile--about .home__tile__summary {
  font-size: 16px;
}
.home__tile--about .home__tile__summary p {
  font-size: 16px;
}
@media all and (min-width: 769px) {
  .home__tile--about .home__tile__summary {
    font-size: 20px;
    line-height: 24px;
  }
  .home__tile--about .home__tile__summary p {
    font-size: 20px;
    line-height: 24px;
  }
}
.home__tile--about .home__tile__summary a {
  font-size: 15px;
  color: white;
  box-shadow: none;
}
@media all and (min-width: 769px) {
  .home__tile--about .home__tile__summary a {
    font-size: 16px;
  }
}
.home__tile--about .home__tile__summary a:hover {
  color: #E4E4E4;
  border-color: #E4E4E4;
}
.home__tile--about .home__tile__content-link {
  text-decoration: none;
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
  cursor: pointer;
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  margin-top: 20px;
}
.home__tile--about .home__tile__content-link span {
  border-bottom: 2px solid #FF4B00;
}
.home__tile--about .home__tile__content-link.normal {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.home__tile--about .home__tile__content-link:hover,
.home__tile--about .home__tile__content-link:active,
.home__tile--about .home__tile__content-link:focus,
.home__tile--about .home__tile__content-link.active {
  color: #FF4B00;
  text-decoration: none;
}
.home__tile--about .home__tile__content-link.twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__tile--about .home__tile__content-link.twitter:before {
  content: '\0041';
}
.home__tile--about .home__tile__content-link.twitter:before {
  margin-right: 6px;
  top: 3px;
  position: relative;
}
.home__tile--about .home__tile__content-link span {
  border-bottom: 2px solid white;
}
.home__tile--about .home__tile__content-link:hover {
  color: white;
}
.home__tile--about .home__tile__content-link:hover span {
  border-bottom: 2px solid white;
}
.home__tile--social__link__icon svg {
  width: 35px;
  margin-left: 7.5px;
  fill: white;
}
.home__tile--social__link__icon--dots {
  background: #8F8472 !important;
}
.home__tile--social__link__icon--apple-podcasts {
  background: #AC4DDF !important;
}
.home__tile--social__link__icon--instagram {
  background: #D52E7E !important;
}
.home__tile--social ul {
  padding: 0;
  margin: 0;
}
.home__tile--social ul li {
  width: 100%;
  float: left;
  position: relative;
}
@media all and (min-width: 769px) {
  .home__tile--social ul li {
    width: 100%;
    paddng: 0;
  }
  .home__tile--social ul li:nth-child(even) {
    padding-left: 10px;
  }
  .home__tile--social ul li:nth-child(odd) {
    padding-right: 10px;
  }
  .home__tile--social ul li:nth-child(even),
  .home__tile--social ul li:nth-child(odd) {
    padding: 0;
  }
  .home__tile--social ul li:nth-child(3) {
    margin-bottom: 20px;
  }
}
.home__tile--social ul li a {
  width: 100%;
  float: left;
  position: relative;
  height: 50px;
  padding: 12px 50px 12px 15px;
  background: #F0EEED;
  color: #8D8C8B;
  font-size: 16px;
  line-height: 25px;
}
.home__tile--social ul li a:hover {
  color: #222222;
}
.home__tile--social ul li a span {
  width: 50px;
  height: 50px;
  float: right;
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
}
.home__tile--social ul li a span:before {
  color: white;
  font-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 12px;
}
.home__tile--social ul li a span.twitter {
  background-color: #55ACEE;
}
.home__tile--social ul li a span.twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__tile--social ul li a span.twitter:before {
  content: '\0041';
}
.home__tile--social ul li a span.facebook {
  background-color: #3B5998;
}
.home__tile--social ul li a span.facebook:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__tile--social ul li a span.facebook:before {
  content: '\004C';
}
.home__tile--social ul li a span.youtube {
  background-color: #E62D28;
}
.home__tile--social ul li a span.youtube:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__tile--social ul li a span.youtube:before {
  content: '\0035';
}
.home__tile--social ul li a span.instagram {
  background-color: #D52E7E;
}
.home__tile--social ul li a span.instagram:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__tile--social ul li a span.instagram:before {
  content: '\0034';
}
.home__tile--map > div {
  width: 100%;
  float: left;
  padding: 30px;
  background: #F6F6F6;
}
.home__tile--map .content {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 200px;
  z-index: 1;
}
.home__tile--map .home__tile__label {
  margin-top: 0;
}
.home__tile--map .home__tile__title {
  font-size: 26px;
  margin-bottom: 30px;
}
.home__tile--map .home__tile__summary {
  font-size: 16px;
}
.home__tile--map .map {
  float: right;
  position: relative;
}
.home__tile--map .map .tooltip-inner {
  padding: 8px 20px;
  font-size: 16px;
}
.home__tile--map .regions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.home__tile--map .regions li {
  background-image: url('../img/map-marker-carmine.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 26px;
  position: absolute;
}
.home__tile--map .regions li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.home__tile__link {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}
.home__tile__link:hover + figure .home__tile__image__credit {
  opacity: 1;
}
.home__tile__image {
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.home__tile__image img {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.home__tile__image:hover .home__tile__image__credit {
  opacity: 1;
}
.home__tile__image__credit {
  z-index: 1;
  font-size: 0.7rem;
  font-weight: 100;
  white-space: normal;
  opacity: 0;
  transition: all 0.3s ease;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  left: -10px;
  bottom: 0;
  width: auto;
}
@media (max-width: 767px) {
  .home__tile__image__credit {
    display: none !important;
  }
}
.home__tile__image__credit > p {
  position: absolute;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  max-height: 200px;
  width: auto !important;
  font-size: 0.7rem;
  color: white !important;
  margin: 0;
  right: 0px;
  left: 10px;
  margin-bottom: 0 !important;
}
.home__tile__video {
  width: 100%;
}
.home__tile__video .video-responsive {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.home__tile__video .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__tile__video__cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.home__tile__video__cover:hover {
  cursor: pointer;
}
.home__tile__video__cover:hover:after {
  background-color: rgba(50, 50, 50, 0.05);
}
.home__tile__video__cover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(50, 50, 50, 0.15);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.home__tile__video__cover img {
  position: relative;
  top: 50%;
  margin-top: -37px;
  left: 50%;
  margin-left: -37px;
  z-index: 2;
}
.home__tile__video__playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  z-index: 3;
  cursor: pointer;
}
.home__tile__body {
  width: 100%;
  float: left;
}
.home__tile__body img {
  width: 100%;
}
.home__tile__body .content {
  width: 100%;
  float: left;
}
.home__tile__body .home__tile__title:first-child {
  margin-top: 10px;
}
.home__tile__body--twitter {
  background: #009FF4;
  color: white;
  padding: 15px;
}
.home__tile__body--twitter .home__tile__title {
  color: white;
  font-weight: 200;
}
.home__tile__body--twitter a {
  color: white;
  box-shadow: none;
  word-break: break-word;
}
.home__tile__body--twitter a:hover,
.home__tile__body--twitter a:active {
  color: white;
}
.home__tile__body--text {
  background: #FF4B00;
  color: white;
  padding: 10px;
}
.home__tile__body--text .home__tile__title {
  color: white;
  font-weight: 200;
}
.home__tile__body--text a {
  color: white;
  box-shadow: none;
  word-break: break-word;
}
.home__tile__body--text a:hover,
.home__tile__body--text a:active {
  color: #E4E4E4;
}
.home__tile__body--shop {
  background: #eee;
  padding: 0 12px 10px 12px;
}
.home__tile__body--no-label {
  padding-top: 10px;
}
.home__tile__label {
  padding: 4px 8px;
  line-height: 18px;
  background-color: #750019;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1px;
  border-radius: 2px;
  margin: 10px 0;
  float: left;
}
.home__tile__title {
  width: 100%;
  float: left;
  margin-top: 0;
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  line-height: 22px;
}
@media all and (min-width: 769px) {
  .home__tile__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.home__tile__summary {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 18px;
}
.home__tile__summary p {
  font-size: 16px;
  line-height: 18px;
}
@media all and (min-width: 769px) {
  .home__tile__summary {
    font-size: 16px;
    line-height: 18px;
  }
  .home__tile__summary p {
    font-size: 16px;
    line-height: 18px;
  }
}
.home__tile__summary a {
  border-bottom: 2px solid white;
  color: white;
}
.home__tile__summary a:hover {
  color: #E4E4E4;
}
.home__tile__summary p:last-child {
  margin-bottom: 0;
}
.home__tile__summary--secondary {
  width: 100%;
  float: left;
  font-size: 0.8rem;
}
.home__tile__content-link {
  float: left;
  font-size: 0.9rem;
  text-decoration: underline;
}
.home__tile__button {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222222;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #fff;
  background-color: #CA002E;
  border-color: #b10028;
  width: 100%;
  float: left;
  font-size: 0.8rem;
}
.home__tile__button:focus,
.home__tile__button:active:focus,
.home__tile__button.active:focus,
.home__tile__button.focus,
.home__tile__button:active.focus,
.home__tile__button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.home__tile__button:hover,
.home__tile__button:focus,
.home__tile__button.focus {
  color: #333;
  text-decoration: none;
}
.home__tile__button:active,
.home__tile__button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.home__tile__button.disabled,
.home__tile__button[disabled],
fieldset[disabled] .home__tile__button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.home__tile__button.btn-primary:not(.collapsed):not(.option) {
  background-color: #CA002E;
  border-color: #CA002E;
  color: white;
}
@media (max-width: 992px) {
  .home__tile__button.btn-primary:not(.collapsed):not(.option) {
    margin-top: 20px;
  }
}
.home__tile__button.btn-default:hover {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.home__tile__button.pagination-btn.loading {
  border: 0;
}
.home__tile__button.pagination-btn:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.home__tile__button .loader {
  display: none;
  position: relative;
  margin-left: -100px;
  margin-top: 5px;
  width: 200px;
  left: 50%;
}
.home__tile__button .loader > div {
  background-color: #CA002E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}
.home__tile__button:hover .loader > div {
  background-color: white;
}
.home__tile__button:hover,
.home__tile__button:focus,
.home__tile__button.focus,
.home__tile__button:active,
.home__tile__button.active,
.open > .dropdown-toggle.home__tile__button {
  color: #fff;
  background-color: #970022;
  border-color: #73001a;
}
.home__tile__button:active,
.home__tile__button.active,
.open > .dropdown-toggle.home__tile__button {
  background-image: none;
}
.home__tile__button.disabled,
.home__tile__button[disabled],
fieldset[disabled] .home__tile__button,
.home__tile__button.disabled:hover,
.home__tile__button[disabled]:hover,
fieldset[disabled] .home__tile__button:hover,
.home__tile__button.disabled:focus,
.home__tile__button[disabled]:focus,
fieldset[disabled] .home__tile__button:focus,
.home__tile__button.disabled.focus,
.home__tile__button[disabled].focus,
fieldset[disabled] .home__tile__button.focus,
.home__tile__button.disabled:active,
.home__tile__button[disabled]:active,
fieldset[disabled] .home__tile__button:active,
.home__tile__button.disabled.active,
.home__tile__button[disabled].active,
fieldset[disabled] .home__tile__button.active {
  background-color: #CA002E;
  border-color: #b10028;
}
.home__tile__button .badge {
  color: #CA002E;
  background-color: #fff;
}
.home__tile__button:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__tile__button:before {
  content: '\0033';
}
.home__tile__button:before {
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.home__tile__button:hover,
.home__tile__button:active,
.home__tile__button:focus {
  color: white;
}
.home__group {
  width: 100%;
  float: left;
  position: relative;
}
.home__group__title {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home__group__title h3 {
  color: #222222;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  float: left;
  margin: 0;
}
.home__group__title a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem;
  float: left;
  margin: 10px 0 10px 0;
}
.home__group__title a span {
  border-bottom: 2px solid #FF4B00;
}
.home__group__title a.normal {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.home__group__title a:hover,
.home__group__title a:active,
.home__group__title a:focus,
.home__group__title a.active {
  color: #FF4B00;
  text-decoration: none;
}
.home__group__title a.twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__group__title a.twitter:before {
  content: '\0041';
}
.home__group__title a.twitter:before {
  margin-right: 6px;
  top: 3px;
  position: relative;
}
.home__group__image {
  float: left;
  width: 100%;
}
.home__group__image img {
  float: left;
  width: 100%;
}
@media all and (max-width: 768px) {
  .home__group__title h3 {
    width: 100%;
  }
  .home__group__title a {
    float: right;
    margin: 0;
  }
}
.home__banner {
  position: relative;
  float: left;
  width: 100%;
  max-width: 100% !important;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home__banner:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(50, 50, 50, 0.25);
  z-index: 1;
  position: absolute;
  display: block !important;
}
.home__banner__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__banner__container {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .home__banner__container {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .home__banner__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home__banner__container .left,
.home__banner__container .right {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .home__banner__container .left,
  .home__banner__container .right {
    width: 50%;
  }
}
.home__banner__title {
  float: left;
  width: 100%;
  margin: 15px 0 40px 0;
  font-size: 40px;
  color: white;
  position: relative;
  left: -5px;
}
@media only screen and (min-width: 768px) {
  .home__banner__title {
    margin: 15px 0 0 0;
    font-size: 60px;
  }
}
.home__banner__summary {
  font-size: 20px;
  line-height: 24px;
  color: white;
  float: left;
  width: 50%;
}
.home__banner__summary--secondary {
  font-size: 20px;
  line-height: 24px;
  float: right;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .home__banner__summary--secondary {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .home__banner__summary--secondary {
    margin-left: 33.33333333%;
  }
}
.home__banner__link {
  text-decoration: none;
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-weight: 200;
}
@media (min-width: 992px) {
  .home__banner__link {
    margin-left: 33.33333333%;
  }
}
.home__banner__link span {
  border-bottom: 2px solid #FF4B00;
}
.home__banner__link.normal {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.home__banner__link:hover,
.home__banner__link:active,
.home__banner__link:focus,
.home__banner__link.active {
  color: #FF4B00;
  text-decoration: none;
}
.home__banner__link.twitter:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__banner__link.twitter:before {
  content: '\0041';
}
.home__banner__link.twitter:before {
  margin-right: 6px;
  top: 3px;
  position: relative;
}
.home__banner__link .curate-your-own-text {
  margin-left: -33%;
}
/* Curate your own text fix: 992 px */
@media only screen and (max-width: 992px) {
  .home__banner__link .curate-your-own-text {
    margin-left: 0;
  }
}
/*
- Homepage
----------------------------------------*/
#main section.home-feature {
  display: block;
}
#main section.home-feature .map {
  display: block;
}
#main section.home-feature .map .intro p {
  font-size: 0.8rem;
  color: #909090;
  font-weight: 400;
}
#main section.home-feature #suffle-map {
  position: relative;
}
#main section.home-feature #suffle-map svg {
  fill: #E2DDDB;
  stroke: white;
  stroke-width: 1;
}
#main section.home-feature #suffle-map .marker {
  stroke: none;
}
#main section.home-feature #suffle-map .marker-pin {
  color: #CA002E;
  font-size: 30px;
  position: absolute;
  margin-left: -11px;
  margin-top: -22px;
  cursor: pointer;
}
#main section.home-feature #suffle-map .marker-pin:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.home-feature #suffle-map .marker-pin:before {
  content: '\0053';
}
#main section.home-feature #suffle-map .marker-pin > span {
  font-size: 0.8rem;
  position: absolute;
  top: 3px;
  left: 10px;
  color: white;
}
#main section.home-feature #suffle-map .marker-tooltip {
  display: block;
}
#main section.home-feature #suffle-map .marker-tooltip img {
  width: 100%;
}
#main section.home-feature #suffle-map .marker-tooltip h2 {
  margin: 10px 0;
  font-size: 0.8em;
}
#main section.home-feature #suffle-map .popover-content {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
}
.home__tile__body .search_learning_desc > div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.index + .home__block {
  border-top: none;
}
/*
- Switch Toggle
----------------------------------------*/
.switch-block {
  width: 100%;
  margin-top: 2%;
  /* Rounded sliders */
}
.switch-block .switch {
  position: relative;
  display: inline-block;
  width: 83px;
  height: 34px;
}
.switch-block .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-block .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CA002E;
  transition: 0.4s;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-align: right;
  padding: 4px 15px;
  /* Inner text: No/Yes */
}
.switch-block .slider > span:nth-child(1) {
  display: block;
}
.switch-block .slider > span:nth-child(2) {
  display: none;
}
.switch-block .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch-block input:checked + .slider {
  background-color: #0CA167;
  text-align: left;
}
.switch-block input:checked + .slider > span:nth-child(1) {
  display: none;
}
.switch-block input:checked + .slider > span:nth-child(2) {
  display: block;
}
.switch-block input:focus + .slider {
  box-shadow: 0 0 1px #0CA167;
}
.switch-block input:checked + .slider:before {
  transform: translateX(48px);
}
.switch-block .slider.round {
  border-radius: 34px;
}
.switch-block .slider.round:before {
  border-radius: 50%;
}
.switch-block .published {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  color: #222222;
  padding: 12px;
  position: relative;
  top: 5px;
}
.switch-block .published--false {
  color: red;
}
/*
- Curation - Edit Mode Page
----------------------------------------*/
.curations {
  color: white;
  text-align: center;
  position: absolute;
  padding: 15px 20px;
  transition: opacity 0.3s ease;
  background: #CA002E;
  height: 65px;
}
.curations a span {
  border-bottom: 2px solid white;
}
.curations a:hover {
  text-decoration: none;
}
.curations a.pdf:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.curations a.pdf:before {
  content: '\0075';
}
.curations a.pdf:before {
  padding-right: 15px;
  position: relative;
  top: 2px;
}
.curations #edit,
.curations #save-with-redirect-headbar {
  color: #222222;
}
.curations #edit:hover,
.curations #save-with-redirect-headbar:hover {
  color: white;
}
.curations a:not(.btn-template-selector),
.curations p {
  color: white;
  z-index: 2;
  font-weight: 100;
  margin-bottom: 0;
}
.curations p.pending {
  font-size: 0.85rem;
}
.curations .use,
.curations .use_single {
  border-bottom: 2px solid white;
  float: left;
  position: relative;
  margin-top: 2px;
  margin-left: 19%;
}
.curations .use:hover,
.curations .use_single:hover {
  opacity: 0.8;
}
.curations .save,
.curations .edit {
  width: 158px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  color: #222222;
  padding: 12px;
  float: right;
  position: relative;
  right: 10.5%;
  top: -20%;
  cursor: pointer;
  border-radius: 2px;
  background-color: white;
  z-index: 3;
}
.curations .save:hover,
.curations .edit:hover {
  background-color: #4A4A4A;
}
.curations .save-with-redirect-headbar {
  width: 158px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  color: #222222;
  padding: 12px;
  float: right;
  position: relative;
  right: 30%;
  top: -20%;
  cursor: pointer;
  border-radius: 2px;
  background-color: white;
  z-index: 3;
}
.curations .save-with-redirect-headbar:hover {
  background-color: #4A4A4A;
  color: white;
}
.curations .modal-content {
  width: 55%;
  height: 240px;
  border-radius: 0px;
  text-align: left;
  top: 200px;
  left: 175px;
}
.curations .modal-content.modal-message {
  width: 70%;
  height: 90px;
  border-radius: 0px;
  text-align: center;
  top: 200px;
  left: 175px;
}
.curations .discard,
.curations a.discard {
  color: #909090;
  border-bottom: 2px solid #FF4B00;
  font-size: 16px;
}
.curations .modal .modal-content .modal-body .btn {
  color: #222222;
  background-color: white;
  border-color: #E2E1E0;
  padding: 6px;
}
.curations .modal .modal-content .modal-body .btn:hover {
  background-color: #4A4A4A;
  color: white;
}
.curations--grey {
  background-color: #E2E1E0;
  color: #000;
}
.curations .left {
  float: left;
}
.curations .right {
  float: right;
}
#curation-form section.edit-details {
  padding: 0;
}
#curation-form section.edit-details .fields:before {
  display: none;
}
#curation-form .curation-radio-group {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #curation-form .curation-radio-group {
    margin-top: 50px;
  }
}
.curation-artworks-search {
  display: none;
}
#main section.edit-details > .fields .actions input.curation-save-btn {
  width: 20%;
}
#main section.edit-details > .fields .actions .curation-discard-btn {
  float: left;
  margin-left: -37%;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #222222;
  padding: 12px;
}
.save-with-redirect {
  float: left;
  margin-left: 20.5%;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: #222222;
  padding: 12px 50px;
}
#main .delete {
  float: left;
  display: block;
  padding: 10px 34px;
  margin-left: 26%;
}
.author-title {
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.author-title a {
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
  text-decoration: none;
}
.author-title a:hover {
  color: #FF4B00;
}
/* Select Dropdown Custom */
#curation-form .cs-select.album-template ul li {
  background-image: url('../img/sprites/auk_curations_album.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 22px;
}
#curation-form .cs-select.album-template ul li:hover {
  background-color: #E2E1E0;
}
#curation-form .cs-select.album-template ul li:nth-child(2) {
  background-image: url('../img/sprites/auk_curations_showcase.svg');
}
#curation-form .cs-select.album-template ul li:nth-child(3) {
  background-image: url('../img/sprites/auk_curations_timeline.svg');
}
#curation-form .cs-select.album-template ul li span {
  margin-left: 30px;
}
/* End Select Dropdown Custom */
/* Copyright module Form & Checkbox error exception */
.curation-load-mode-checkbox.has-error .form-error {
  position: relative !important;
}
.curation-load-mode-checkbox.has-error .curation-text-checkbox {
  color: #CA002E;
}
.curation-load-mode-checkbox.has-error .checkmark {
  border-color: #CA002E;
}
.curation-load-mode-checkbox.has-error .curation-text-checkbox-underlined {
  color: #CA002E;
  box-shadow: 0 2px 0 #CA002E !important;
}
.curation-load-mode-checkbox.has-error .curation-text-checkbox-underlined:hover {
  color: #CA002E !important;
}
#main .messageTimer {
  display: none;
  text-align: center;
  color: #CA002E;
  padding-bottom: 20px;
  width: 100%;
}
#main section.curations {
  max-width: 100%;
}
#main section.edit-details {
  border-bottom: none;
}
#main section.edit-details > .fields .form-control {
  z-index: 1;
  position: relative;
}
#main .curation-radio-group {
  /* Custom radio and checkbox style */
  /* Default */
  /* Checked */
}
#main .curation-radio-group input[type=radio],
#main .curation-radio-group input[type=checkbox] {
  /* hide original inputs */
  visibility: hidden;
  position: absolute;
}
#main .curation-radio-group input[type=radio] + label,
#main .curation-radio-group input[type=checkbox] + label {
  cursor: pointer;
}
#main .curation-radio-group input[type=radio] + label:before,
#main .curation-radio-group input[type=checkbox] + label:before {
  height: 16px;
  margin-right: 4px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: 0.3s;
}
#main .curation-radio-group input[type=radio] + label:before {
  border-radius: 50%;
  width: 16px;
}
#main .curation-radio-group input[type=checkbox] + label:before {
  border-radius: 2px;
  width: 26px;
}
#main .curation-radio-group input[type=radio]:checked + label:before {
  box-shadow: inset 0 -1px 3px #e4e4e4, inset 0 0 1px #222, inset 0 0 0 3px #fff;
  background-color: #000;
}
#main .curation-radio-group input[type=checkbox]:checked + label:before {
  box-shadow: inset 0 -1px 3px #e4e4e4, inset 0 0 1px #222, inset 0 0 0 3px #fff;
  background-color: #000;
}
#main section.edit-details > .fields .curation-edit-manager {
  margin-top: 5%;
}
#main section.edit-details > .fields .curation-edit-manager .left,
#main section.edit-details > .fields .curation-edit-manager .right {
  width: 50%;
}
#main section.edit-details > .fields .curation-edit-manager .curation-text-artworks,
#main section.edit-details > .fields .curation-edit-manager .curation-text-artworks-two-blocks {
  margin: 5% 27.5%;
  text-align: left;
  font-size: 15px;
}
#main section.edit-details > .fields .curation-edit-manager .curation-text-image {
  margin: 5% 33%;
  text-align: left;
  font-size: 15px;
  width: 50%;
}
#main section.edit-details > .fields .curation-edit-manager .curation-discover-btn {
  position: relative;
  color: white;
  background-color: #4A4A4A;
  font-size: 20px;
  border-radius: 3px;
  padding: 12px 25px;
}
#main section.edit-details > .fields .curation-edit-manager .curation-discover-btn:hover {
  background-color: white;
  color: #4A4A4A;
  border-color: #4A4A4A;
}
#main section.edit-details > .fields .curation-edit-manager .curation-discover-btn:hover .icon-photo {
  fill: black;
}
#main section.edit-details > .fields .curation-edit-manager .curation-discover-btn-two-blocks {
  position: relative;
  color: white;
  background-color: #4A4A4A;
  font-size: 20px;
  border-radius: 3px;
  padding: 12px 25px;
}
#main section.edit-details > .fields .curation-edit-manager .curation-discover-btn-two-blocks:hover {
  background-color: white;
  color: #4A4A4A;
  border-color: #4A4A4A;
}
#main section.edit-details > .fields .curation-edit-manager .curation-discover-btn-two-blocks:hover .icon-photo {
  fill: black;
}
#main section.edit-details > .fields .curation-edit-manager .curation-upload {
  display: none;
}
#main section.edit-details > .fields .curation-edit-manager .curation-upload-btn {
  position: relative;
  color: white;
  background-color: #4A4A4A;
  font-size: 20px;
  border-radius: 3px;
  padding: 12px 25px;
}
#main section.edit-details > .fields .curation-edit-manager .curation-upload-btn:hover {
  background-color: white;
  color: #4A4A4A;
  border-color: #4A4A4A;
}
#main section.edit-details > .fields .curation-edit-manager .curation-upload-btn:hover .icon-camera {
  fill: black;
}
#main section.edit-details > .fields .curation-edit-manager .curation-text-paragraph-two-blocks {
  margin: 5% 30%;
  text-align: left;
  font-size: 15px;
  width: 40%;
}
#main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn {
  position: relative;
  color: white;
  background-color: #4A4A4A;
  font-size: 20px;
  border-radius: 3px;
  padding: 12px 25px;
}
#main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn:hover {
  background-color: white;
  color: #4A4A4A;
  border-color: #4A4A4A;
}
#main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn:hover .icon-comment {
  fill: black;
}
#main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn-two-blocks {
  position: relative;
  color: white;
  background-color: #4A4A4A;
  font-size: 20px;
  border-radius: 3px;
  padding: 12px 25px;
}
#main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn-two-blocks:hover {
  background-color: white;
  color: #4A4A4A;
  border-color: #4A4A4A;
}
#main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn-two-blocks:hover .icon-comment {
  fill: black;
}
#main .upload-text,
#main .paragraph-text,
#main .discover-text {
  margin-left: 25px;
}
#main .icon-photo {
  position: absolute;
  left: 10px;
  bottom: 13px;
  fill: #fff;
}
#main .icon-camera {
  position: absolute;
  left: 10px;
  bottom: 17px;
  fill: #fff;
}
#main .icon-comment {
  position: absolute;
  left: 10px;
  bottom: 13px;
  fill: #fff;
}
#main .icon-has-image {
  margin-left: -20px;
  padding: 1px 10px 0px 10px;
  position: relative;
  top: 3px;
}
#main .icon-has-image:before {
  font-size: 23px;
}
#main .delete {
  float: left;
  display: block;
  padding: 10px 34px;
}
#main #curation-img-upload {
  display: none;
}
/*
- Curation - Discover Curations
-----------------------------*/
header #top-search .nav-tabs li.curation_type {
  width: 100%;
}
header #top-search .nav-tabs li.curation_type + li.popular label:before {
  background: none;
}
header #top-search .nav-tabs li.curation_type + li.popular label:after {
  right: -5px;
}
.save-search_hidden {
  display: none;
}
.input-group-addon-curation {
  text-indent: -99999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  padding: 0;
  position: absolute;
  right: 175px;
  top: 0;
  font-size: 24px;
}
.input-group-addon-curation:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-group-addon-curation:before {
  content: '\0058';
}
@media only screen and (min-width: 768px) {
  .input-group-addon-curation {
    right: 0;
  }
}
.input-group-addon-curation:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-indent: 0;
  color: #909090;
}
.input-group-addon-curation > button {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
}
.tab-content-curation,
.tab-content-learning,
.tab-content-resource {
  display: none;
  background-color: #ffffff;
  position: absolute;
  border-radius: 2px;
  box-shadow: 0px 2px 5px #ccc;
}
.tab-content-curation .tab-pane .help-text,
.tab-content-learning .tab-pane .help-text,
.tab-content-resource .tab-pane .help-text {
  font-size: 0.7rem;
  margin: -10px 0px 15px 0px;
}
@media (max-width: 1200px) {
  .tab-content-curation .tab-pane .help-text,
  .tab-content-learning .tab-pane .help-text,
  .tab-content-resource .tab-pane .help-text {
    margin-left: 60px;
  }
}
.tab-content-curation .tab-pane:before,
.tab-content-learning .tab-pane:before,
.tab-content-resource .tab-pane:before,
.tab-content-curation .tab-pane:after,
.tab-content-learning .tab-pane:after,
.tab-content-resource .tab-pane:after {
  content: " ";
  display: table;
}
.tab-content-curation .tab-pane:after,
.tab-content-learning .tab-pane:after,
.tab-content-resource .tab-pane:after {
  clear: both;
}
.tab-content-curation .tab-pane:before,
.tab-content-learning .tab-pane:before,
.tab-content-resource .tab-pane:before,
.tab-content-curation .tab-pane:after,
.tab-content-learning .tab-pane:after,
.tab-content-resource .tab-pane:after {
  content: " ";
  display: table;
}
.tab-content-curation .tab-pane:after,
.tab-content-learning .tab-pane:after,
.tab-content-resource .tab-pane:after {
  clear: both;
}
.tab-content-curation .tab-pane ul,
.tab-content-learning .tab-pane ul,
.tab-content-resource .tab-pane ul {
  display: inline-block;
  width: 100%;
}
@media (max-width: 640px) {
  .tab-content-curation .tab-pane ul,
  .tab-content-learning .tab-pane ul,
  .tab-content-resource .tab-pane ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .tab-content-curation .tab-pane ul div.col,
  .tab-content-learning .tab-pane ul div.col,
  .tab-content-resource .tab-pane ul div.col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tab-content-curation .tab-pane ul,
  .tab-content-learning .tab-pane ul,
  .tab-content-resource .tab-pane ul {
    padding-left: 44px;
  }
}
.tab-content-curation .tab-pane ul .col1 li,
.tab-content-learning .tab-pane ul .col1 li,
.tab-content-resource .tab-pane ul .col1 li {
  margin: 0px -35px;
  padding: 10px 35px;
  display: block;
  min-width: 200%;
}
.tab-content-curation .tab-pane ul .col1 li:nth-child(1),
.tab-content-learning .tab-pane ul .col1 li:nth-child(1),
.tab-content-resource .tab-pane ul .col1 li:nth-child(1) {
  background-image: url('../img/sprites/auk_curations_album.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 20px;
  padding: 10px 40px 10px 24px;
  margin-left: -35px;
}
.tab-content-curation .tab-pane ul .col1 li:nth-child(1):hover,
.tab-content-learning .tab-pane ul .col1 li:nth-child(1):hover,
.tab-content-resource .tab-pane ul .col1 li:nth-child(1):hover {
  background-image: url('../img/sprites/auk_curations_album_white.svg');
}
.tab-content-curation .tab-pane ul .col1 li:nth-child(2),
.tab-content-learning .tab-pane ul .col1 li:nth-child(2),
.tab-content-resource .tab-pane ul .col1 li:nth-child(2) {
  background-image: url('../img/sprites/auk_curations_trail.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 20px;
  padding: 10px 40px 10px 24px;
  margin-left: -35px;
}
.tab-content-curation .tab-pane ul .col1 li:nth-child(2):hover,
.tab-content-learning .tab-pane ul .col1 li:nth-child(2):hover,
.tab-content-resource .tab-pane ul .col1 li:nth-child(2):hover {
  background-image: url('../img/sprites/auk_curations_trail_white.svg');
}
.tab-content-curation .tab-pane ul .col1 li:hover,
.tab-content-learning .tab-pane ul .col1 li:hover,
.tab-content-resource .tab-pane ul .col1 li:hover {
  background-color: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col1 li:hover i,
.tab-content-learning .tab-pane ul .col1 li:hover i,
.tab-content-resource .tab-pane ul .col1 li:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col1 li:hover.active:hover i,
.tab-content-learning .tab-pane ul .col1 li:hover.active:hover i,
.tab-content-resource .tab-pane ul .col1 li:hover.active:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col1 li:hover.active:before,
.tab-content-learning .tab-pane ul .col1 li:hover.active:before,
.tab-content-resource .tab-pane ul .col1 li:hover.active:before {
  color: white;
}
.tab-content-curation .tab-pane ul .col1 span,
.tab-content-learning .tab-pane ul .col1 span,
.tab-content-resource .tab-pane ul .col1 span {
  display: inline-block;
  width: 100%;
  padding: 4px 2px 4px 24px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 640px) {
  .tab-content-curation .tab-pane ul .col1 span,
  .tab-content-learning .tab-pane ul .col1 span,
  .tab-content-resource .tab-pane ul .col1 span {
    padding-right: 40px;
  }
}
.tab-content-curation .tab-pane ul .col1 span.active,
.tab-content-learning .tab-pane ul .col1 span.active,
.tab-content-resource .tab-pane ul .col1 span.active {
  padding: 4px 2px 4px 24px;
}
.tab-content-curation .tab-pane ul .col1 span.active i,
.tab-content-learning .tab-pane ul .col1 span.active i,
.tab-content-resource .tab-pane ul .col1 span.active i {
  font-size: 15px;
  color: #CA002E;
  position: relative;
  margin-left: 10px;
  top: 2px;
}
.tab-content-curation .tab-pane ul .col1 span.active i:before,
.tab-content-learning .tab-pane ul .col1 span.active i:before,
.tab-content-resource .tab-pane ul .col1 span.active i:before {
  position: relative;
  left: -2px;
}
.tab-content-curation .tab-pane ul .col1 span.disabled,
.tab-content-learning .tab-pane ul .col1 span.disabled,
.tab-content-resource .tab-pane ul .col1 span.disabled {
  color: #909090;
  cursor: default;
}
.tab-content-curation .tab-pane ul .col1 span.disabled:hover,
.tab-content-learning .tab-pane ul .col1 span.disabled:hover,
.tab-content-resource .tab-pane ul .col1 span.disabled:hover {
  background: transparent;
  color: #909090;
}
.tab-content-curation .tab-pane ul .col1.parent > span,
.tab-content-learning .tab-pane ul .col1.parent > span,
.tab-content-resource .tab-pane ul .col1.parent > span {
  width: 90%;
  float: left;
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle,
.tab-content-learning .tab-pane ul .col1.parent > .toggle,
.tab-content-resource .tab-pane ul .col1.parent > .toggle {
  width: 10%;
  float: left;
  cursor: pointer;
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col1.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col1.parent > .toggle:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col1.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col1.parent > .toggle:before {
  content: '\004E';
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col1.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col1.parent > .toggle:before {
  position: relative;
  left: 6px;
  top: 0px;
  font-size: 12px;
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle:hover,
.tab-content-learning .tab-pane ul .col1.parent > .toggle:hover,
.tab-content-resource .tab-pane ul .col1.parent > .toggle:hover {
  background: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col1.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col1.parent > .toggle.open:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col1.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col1.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col1.parent > .toggle.open:before {
  content: '\004D';
}
.tab-content-curation .tab-pane ul .col1.parent.category_title:hover:before,
.tab-content-learning .tab-pane ul .col1.parent.category_title:hover:before,
.tab-content-resource .tab-pane ul .col1.parent.category_title:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col1.parent.category_title > .toggle,
.tab-content-learning .tab-pane ul .col1.parent.category_title > .toggle,
.tab-content-resource .tab-pane ul .col1.parent.category_title > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col1.parent.category_title > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col1.parent.category_title > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col1.parent.category_title > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col1.parent.category_title > .toggle:before,
.tab-content-learning .tab-pane ul .col1.parent.category_title > .toggle:before,
.tab-content-resource .tab-pane ul .col1.parent.category_title > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col1.parent.category_title > .toggle > span,
.tab-content-learning .tab-pane ul .col1.parent.category_title > .toggle > span,
.tab-content-resource .tab-pane ul .col1.parent.category_title > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col1.parent.category_title > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col1.parent.category_title > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col1.parent.category_title > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col1.parent.licence,
.tab-content-learning .tab-pane ul .col1.parent.licence,
.tab-content-resource .tab-pane ul .col1.parent.licence {
  border-bottom: 3px solid #CA002E;
  padding-bottom: 20px;
}
.tab-content-curation .tab-pane ul .col1.parent.licence:hover:before,
.tab-content-learning .tab-pane ul .col1.parent.licence:hover:before,
.tab-content-resource .tab-pane ul .col1.parent.licence:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col1.parent.licence > .toggle,
.tab-content-learning .tab-pane ul .col1.parent.licence > .toggle,
.tab-content-resource .tab-pane ul .col1.parent.licence > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col1.parent.licence > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col1.parent.licence > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col1.parent.licence > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col1.parent.licence > .toggle:before,
.tab-content-learning .tab-pane ul .col1.parent.licence > .toggle:before,
.tab-content-resource .tab-pane ul .col1.parent.licence > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col1.parent.licence > .toggle > span,
.tab-content-learning .tab-pane ul .col1.parent.licence > .toggle > span,
.tab-content-resource .tab-pane ul .col1.parent.licence > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col1.parent.licence > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col1.parent.licence > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col1.parent.licence > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col2 li,
.tab-content-learning .tab-pane ul .col2 li,
.tab-content-resource .tab-pane ul .col2 li {
  margin: 0px -35px;
  padding: 10px 35px;
  display: block;
  min-width: 200%;
}
.tab-content-curation .tab-pane ul .col2 li:nth-child(1),
.tab-content-learning .tab-pane ul .col2 li:nth-child(1),
.tab-content-resource .tab-pane ul .col2 li:nth-child(1) {
  background-image: url('../img/sprites/auk_curations_exhibition.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 20px;
  padding: 10px 40px 10px 24px;
  margin-left: -35px;
}
.tab-content-curation .tab-pane ul .col2 li:nth-child(1):hover,
.tab-content-learning .tab-pane ul .col2 li:nth-child(1):hover,
.tab-content-resource .tab-pane ul .col2 li:nth-child(1):hover {
  background-image: url('../img/sprites/auk_curations_exhibition_white.svg');
}
.tab-content-curation .tab-pane ul .col2 li:hover,
.tab-content-learning .tab-pane ul .col2 li:hover,
.tab-content-resource .tab-pane ul .col2 li:hover {
  background-color: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col2 li:hover i,
.tab-content-learning .tab-pane ul .col2 li:hover i,
.tab-content-resource .tab-pane ul .col2 li:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col2 li:hover.active:hover i,
.tab-content-learning .tab-pane ul .col2 li:hover.active:hover i,
.tab-content-resource .tab-pane ul .col2 li:hover.active:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col2 li:hover.active:before,
.tab-content-learning .tab-pane ul .col2 li:hover.active:before,
.tab-content-resource .tab-pane ul .col2 li:hover.active:before {
  color: white;
}
.tab-content-curation .tab-pane ul .col2 span,
.tab-content-learning .tab-pane ul .col2 span,
.tab-content-resource .tab-pane ul .col2 span {
  display: inline-block;
  width: 100%;
  padding: 4px 2px 4px 24px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 640px) {
  .tab-content-curation .tab-pane ul .col2 span,
  .tab-content-learning .tab-pane ul .col2 span,
  .tab-content-resource .tab-pane ul .col2 span {
    padding-right: 40px;
  }
}
.tab-content-curation .tab-pane ul .col2 span.active,
.tab-content-learning .tab-pane ul .col2 span.active,
.tab-content-resource .tab-pane ul .col2 span.active {
  padding: 4px 2px 4px 24px;
}
.tab-content-curation .tab-pane ul .col2 span.active i,
.tab-content-learning .tab-pane ul .col2 span.active i,
.tab-content-resource .tab-pane ul .col2 span.active i {
  font-size: 15px;
  color: #CA002E;
  position: relative;
  margin-left: 10px;
  top: 2px;
}
.tab-content-curation .tab-pane ul .col2 span.active i:before,
.tab-content-learning .tab-pane ul .col2 span.active i:before,
.tab-content-resource .tab-pane ul .col2 span.active i:before {
  position: relative;
  left: -2px;
}
.tab-content-curation .tab-pane ul .col2 span.disabled,
.tab-content-learning .tab-pane ul .col2 span.disabled,
.tab-content-resource .tab-pane ul .col2 span.disabled {
  color: #909090;
  cursor: default;
}
.tab-content-curation .tab-pane ul .col2 span.disabled:hover,
.tab-content-learning .tab-pane ul .col2 span.disabled:hover,
.tab-content-resource .tab-pane ul .col2 span.disabled:hover {
  background: transparent;
  color: #909090;
}
.tab-content-curation .tab-pane ul .col2.parent > span,
.tab-content-learning .tab-pane ul .col2.parent > span,
.tab-content-resource .tab-pane ul .col2.parent > span {
  width: 90%;
  float: left;
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle,
.tab-content-learning .tab-pane ul .col2.parent > .toggle,
.tab-content-resource .tab-pane ul .col2.parent > .toggle {
  width: 10%;
  float: left;
  cursor: pointer;
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col2.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col2.parent > .toggle:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col2.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col2.parent > .toggle:before {
  content: '\004E';
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col2.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col2.parent > .toggle:before {
  position: relative;
  left: 6px;
  top: 0px;
  font-size: 12px;
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle:hover,
.tab-content-learning .tab-pane ul .col2.parent > .toggle:hover,
.tab-content-resource .tab-pane ul .col2.parent > .toggle:hover {
  background: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col2.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col2.parent > .toggle.open:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col2.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col2.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col2.parent > .toggle.open:before {
  content: '\004D';
}
.tab-content-curation .tab-pane ul .col2.parent.category_title:hover:before,
.tab-content-learning .tab-pane ul .col2.parent.category_title:hover:before,
.tab-content-resource .tab-pane ul .col2.parent.category_title:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col2.parent.category_title > .toggle,
.tab-content-learning .tab-pane ul .col2.parent.category_title > .toggle,
.tab-content-resource .tab-pane ul .col2.parent.category_title > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col2.parent.category_title > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col2.parent.category_title > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col2.parent.category_title > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col2.parent.category_title > .toggle:before,
.tab-content-learning .tab-pane ul .col2.parent.category_title > .toggle:before,
.tab-content-resource .tab-pane ul .col2.parent.category_title > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col2.parent.category_title > .toggle > span,
.tab-content-learning .tab-pane ul .col2.parent.category_title > .toggle > span,
.tab-content-resource .tab-pane ul .col2.parent.category_title > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col2.parent.category_title > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col2.parent.category_title > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col2.parent.category_title > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col2.parent.licence,
.tab-content-learning .tab-pane ul .col2.parent.licence,
.tab-content-resource .tab-pane ul .col2.parent.licence {
  border-bottom: 3px solid #CA002E;
  padding-bottom: 20px;
}
.tab-content-curation .tab-pane ul .col2.parent.licence:hover:before,
.tab-content-learning .tab-pane ul .col2.parent.licence:hover:before,
.tab-content-resource .tab-pane ul .col2.parent.licence:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col2.parent.licence > .toggle,
.tab-content-learning .tab-pane ul .col2.parent.licence > .toggle,
.tab-content-resource .tab-pane ul .col2.parent.licence > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col2.parent.licence > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col2.parent.licence > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col2.parent.licence > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col2.parent.licence > .toggle:before,
.tab-content-learning .tab-pane ul .col2.parent.licence > .toggle:before,
.tab-content-resource .tab-pane ul .col2.parent.licence > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col2.parent.licence > .toggle > span,
.tab-content-learning .tab-pane ul .col2.parent.licence > .toggle > span,
.tab-content-resource .tab-pane ul .col2.parent.licence > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col2.parent.licence > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col2.parent.licence > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col2.parent.licence > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col3 li,
.tab-content-learning .tab-pane ul .col3 li,
.tab-content-resource .tab-pane ul .col3 li {
  margin: 0px -35px;
  padding: 10px 35px;
  display: block;
  min-width: 200%;
}
.tab-content-curation .tab-pane ul .col3 li:nth-child(1),
.tab-content-learning .tab-pane ul .col3 li:nth-child(1),
.tab-content-resource .tab-pane ul .col3 li:nth-child(1) {
  background-image: url('../img/sprites/auk_curations_showcase.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 20px;
  padding: 10px 40px 10px 24px;
  margin-left: -35px;
}
.tab-content-curation .tab-pane ul .col3 li:nth-child(1):hover,
.tab-content-learning .tab-pane ul .col3 li:nth-child(1):hover,
.tab-content-resource .tab-pane ul .col3 li:nth-child(1):hover {
  background-image: url('../img/sprites/auk_curations_showcase_white.svg');
}
.tab-content-curation .tab-pane ul .col3 li:hover,
.tab-content-learning .tab-pane ul .col3 li:hover,
.tab-content-resource .tab-pane ul .col3 li:hover {
  background-color: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col3 li:hover i,
.tab-content-learning .tab-pane ul .col3 li:hover i,
.tab-content-resource .tab-pane ul .col3 li:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col3 li:hover.active:hover i,
.tab-content-learning .tab-pane ul .col3 li:hover.active:hover i,
.tab-content-resource .tab-pane ul .col3 li:hover.active:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col3 li:hover.active:before,
.tab-content-learning .tab-pane ul .col3 li:hover.active:before,
.tab-content-resource .tab-pane ul .col3 li:hover.active:before {
  color: white;
}
.tab-content-curation .tab-pane ul .col3 span,
.tab-content-learning .tab-pane ul .col3 span,
.tab-content-resource .tab-pane ul .col3 span {
  display: inline-block;
  width: 100%;
  padding: 4px 2px 4px 24px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 640px) {
  .tab-content-curation .tab-pane ul .col3 span,
  .tab-content-learning .tab-pane ul .col3 span,
  .tab-content-resource .tab-pane ul .col3 span {
    padding-right: 40px;
  }
}
.tab-content-curation .tab-pane ul .col3 span.active,
.tab-content-learning .tab-pane ul .col3 span.active,
.tab-content-resource .tab-pane ul .col3 span.active {
  padding: 4px 2px 4px 24px;
}
.tab-content-curation .tab-pane ul .col3 span.active i,
.tab-content-learning .tab-pane ul .col3 span.active i,
.tab-content-resource .tab-pane ul .col3 span.active i {
  font-size: 15px;
  color: #CA002E;
  position: relative;
  margin-left: 10px;
  top: 2px;
}
.tab-content-curation .tab-pane ul .col3 span.active i:before,
.tab-content-learning .tab-pane ul .col3 span.active i:before,
.tab-content-resource .tab-pane ul .col3 span.active i:before {
  position: relative;
  left: -2px;
}
.tab-content-curation .tab-pane ul .col3 span.disabled,
.tab-content-learning .tab-pane ul .col3 span.disabled,
.tab-content-resource .tab-pane ul .col3 span.disabled {
  color: #909090;
  cursor: default;
}
.tab-content-curation .tab-pane ul .col3 span.disabled:hover,
.tab-content-learning .tab-pane ul .col3 span.disabled:hover,
.tab-content-resource .tab-pane ul .col3 span.disabled:hover {
  background: transparent;
  color: #909090;
}
.tab-content-curation .tab-pane ul .col3.parent > span,
.tab-content-learning .tab-pane ul .col3.parent > span,
.tab-content-resource .tab-pane ul .col3.parent > span {
  width: 90%;
  float: left;
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle,
.tab-content-learning .tab-pane ul .col3.parent > .toggle,
.tab-content-resource .tab-pane ul .col3.parent > .toggle {
  width: 10%;
  float: left;
  cursor: pointer;
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col3.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col3.parent > .toggle:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col3.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col3.parent > .toggle:before {
  content: '\004E';
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col3.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col3.parent > .toggle:before {
  position: relative;
  left: 6px;
  top: 0px;
  font-size: 12px;
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle:hover,
.tab-content-learning .tab-pane ul .col3.parent > .toggle:hover,
.tab-content-resource .tab-pane ul .col3.parent > .toggle:hover {
  background: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col3.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col3.parent > .toggle.open:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col3.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col3.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col3.parent > .toggle.open:before {
  content: '\004D';
}
.tab-content-curation .tab-pane ul .col3.parent.category_title:hover:before,
.tab-content-learning .tab-pane ul .col3.parent.category_title:hover:before,
.tab-content-resource .tab-pane ul .col3.parent.category_title:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col3.parent.category_title > .toggle,
.tab-content-learning .tab-pane ul .col3.parent.category_title > .toggle,
.tab-content-resource .tab-pane ul .col3.parent.category_title > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col3.parent.category_title > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col3.parent.category_title > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col3.parent.category_title > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col3.parent.category_title > .toggle:before,
.tab-content-learning .tab-pane ul .col3.parent.category_title > .toggle:before,
.tab-content-resource .tab-pane ul .col3.parent.category_title > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col3.parent.category_title > .toggle > span,
.tab-content-learning .tab-pane ul .col3.parent.category_title > .toggle > span,
.tab-content-resource .tab-pane ul .col3.parent.category_title > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col3.parent.category_title > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col3.parent.category_title > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col3.parent.category_title > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col3.parent.licence,
.tab-content-learning .tab-pane ul .col3.parent.licence,
.tab-content-resource .tab-pane ul .col3.parent.licence {
  border-bottom: 3px solid #CA002E;
  padding-bottom: 20px;
}
.tab-content-curation .tab-pane ul .col3.parent.licence:hover:before,
.tab-content-learning .tab-pane ul .col3.parent.licence:hover:before,
.tab-content-resource .tab-pane ul .col3.parent.licence:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col3.parent.licence > .toggle,
.tab-content-learning .tab-pane ul .col3.parent.licence > .toggle,
.tab-content-resource .tab-pane ul .col3.parent.licence > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col3.parent.licence > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col3.parent.licence > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col3.parent.licence > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col3.parent.licence > .toggle:before,
.tab-content-learning .tab-pane ul .col3.parent.licence > .toggle:before,
.tab-content-resource .tab-pane ul .col3.parent.licence > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col3.parent.licence > .toggle > span,
.tab-content-learning .tab-pane ul .col3.parent.licence > .toggle > span,
.tab-content-resource .tab-pane ul .col3.parent.licence > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col3.parent.licence > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col3.parent.licence > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col3.parent.licence > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col4 li,
.tab-content-learning .tab-pane ul .col4 li,
.tab-content-resource .tab-pane ul .col4 li {
  margin: 0px -35px;
  padding: 10px 35px;
  display: block;
  min-width: 200%;
}
.tab-content-curation .tab-pane ul .col4 li:nth-child(1),
.tab-content-learning .tab-pane ul .col4 li:nth-child(1),
.tab-content-resource .tab-pane ul .col4 li:nth-child(1) {
  background-image: url('../img/sprites/auk_curations_timeline.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 20px;
  padding: 10px 40px 10px 24px;
  margin-left: -35px;
}
.tab-content-curation .tab-pane ul .col4 li:nth-child(1):hover,
.tab-content-learning .tab-pane ul .col4 li:nth-child(1):hover,
.tab-content-resource .tab-pane ul .col4 li:nth-child(1):hover {
  background-image: url('../img/sprites/auk_curations_timeline_white.svg');
}
.tab-content-curation .tab-pane ul .col4 li:hover,
.tab-content-learning .tab-pane ul .col4 li:hover,
.tab-content-resource .tab-pane ul .col4 li:hover {
  background-color: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col4 li:hover i,
.tab-content-learning .tab-pane ul .col4 li:hover i,
.tab-content-resource .tab-pane ul .col4 li:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col4 li:hover.active:hover i,
.tab-content-learning .tab-pane ul .col4 li:hover.active:hover i,
.tab-content-resource .tab-pane ul .col4 li:hover.active:hover i {
  color: white;
}
.tab-content-curation .tab-pane ul .col4 li:hover.active:before,
.tab-content-learning .tab-pane ul .col4 li:hover.active:before,
.tab-content-resource .tab-pane ul .col4 li:hover.active:before {
  color: white;
}
.tab-content-curation .tab-pane ul .col4 span,
.tab-content-learning .tab-pane ul .col4 span,
.tab-content-resource .tab-pane ul .col4 span {
  display: inline-block;
  width: 100%;
  padding: 4px 2px 4px 24px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 640px) {
  .tab-content-curation .tab-pane ul .col4 span,
  .tab-content-learning .tab-pane ul .col4 span,
  .tab-content-resource .tab-pane ul .col4 span {
    padding-right: 40px;
  }
}
.tab-content-curation .tab-pane ul .col4 span.active,
.tab-content-learning .tab-pane ul .col4 span.active,
.tab-content-resource .tab-pane ul .col4 span.active {
  padding: 4px 2px 4px 24px;
}
.tab-content-curation .tab-pane ul .col4 span.active i,
.tab-content-learning .tab-pane ul .col4 span.active i,
.tab-content-resource .tab-pane ul .col4 span.active i {
  font-size: 15px;
  color: #CA002E;
  position: relative;
  margin-left: 10px;
  top: 2px;
}
.tab-content-curation .tab-pane ul .col4 span.active i:before,
.tab-content-learning .tab-pane ul .col4 span.active i:before,
.tab-content-resource .tab-pane ul .col4 span.active i:before {
  position: relative;
  left: -2px;
}
.tab-content-curation .tab-pane ul .col4 span.disabled,
.tab-content-learning .tab-pane ul .col4 span.disabled,
.tab-content-resource .tab-pane ul .col4 span.disabled {
  color: #909090;
  cursor: default;
}
.tab-content-curation .tab-pane ul .col4 span.disabled:hover,
.tab-content-learning .tab-pane ul .col4 span.disabled:hover,
.tab-content-resource .tab-pane ul .col4 span.disabled:hover {
  background: transparent;
  color: #909090;
}
.tab-content-curation .tab-pane ul .col4.parent > span,
.tab-content-learning .tab-pane ul .col4.parent > span,
.tab-content-resource .tab-pane ul .col4.parent > span {
  width: 90%;
  float: left;
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle,
.tab-content-learning .tab-pane ul .col4.parent > .toggle,
.tab-content-resource .tab-pane ul .col4.parent > .toggle {
  width: 10%;
  float: left;
  cursor: pointer;
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col4.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col4.parent > .toggle:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col4.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col4.parent > .toggle:before {
  content: '\004E';
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle:before,
.tab-content-learning .tab-pane ul .col4.parent > .toggle:before,
.tab-content-resource .tab-pane ul .col4.parent > .toggle:before {
  position: relative;
  left: 6px;
  top: 0px;
  font-size: 12px;
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle:hover,
.tab-content-learning .tab-pane ul .col4.parent > .toggle:hover,
.tab-content-resource .tab-pane ul .col4.parent > .toggle:hover {
  background: #CA002E;
  color: white;
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col4.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col4.parent > .toggle.open:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content-curation .tab-pane ul .col4.parent > .toggle.open:before,
.tab-content-learning .tab-pane ul .col4.parent > .toggle.open:before,
.tab-content-resource .tab-pane ul .col4.parent > .toggle.open:before {
  content: '\004D';
}
.tab-content-curation .tab-pane ul .col4.parent.category_title:hover:before,
.tab-content-learning .tab-pane ul .col4.parent.category_title:hover:before,
.tab-content-resource .tab-pane ul .col4.parent.category_title:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col4.parent.category_title > .toggle,
.tab-content-learning .tab-pane ul .col4.parent.category_title > .toggle,
.tab-content-resource .tab-pane ul .col4.parent.category_title > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col4.parent.category_title > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col4.parent.category_title > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col4.parent.category_title > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col4.parent.category_title > .toggle:before,
.tab-content-learning .tab-pane ul .col4.parent.category_title > .toggle:before,
.tab-content-resource .tab-pane ul .col4.parent.category_title > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col4.parent.category_title > .toggle > span,
.tab-content-learning .tab-pane ul .col4.parent.category_title > .toggle > span,
.tab-content-resource .tab-pane ul .col4.parent.category_title > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col4.parent.category_title > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col4.parent.category_title > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col4.parent.category_title > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col4.parent.licence,
.tab-content-learning .tab-pane ul .col4.parent.licence,
.tab-content-resource .tab-pane ul .col4.parent.licence {
  border-bottom: 3px solid #CA002E;
  padding-bottom: 20px;
}
.tab-content-curation .tab-pane ul .col4.parent.licence:hover:before,
.tab-content-learning .tab-pane ul .col4.parent.licence:hover:before,
.tab-content-resource .tab-pane ul .col4.parent.licence:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col4.parent.licence > .toggle,
.tab-content-learning .tab-pane ul .col4.parent.licence > .toggle,
.tab-content-resource .tab-pane ul .col4.parent.licence > .toggle {
  width: 100%;
  position: relative;
}
.tab-content-curation .tab-pane ul .col4.parent.licence > .toggle:hover:before,
.tab-content-learning .tab-pane ul .col4.parent.licence > .toggle:hover:before,
.tab-content-resource .tab-pane ul .col4.parent.licence > .toggle:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul .col4.parent.licence > .toggle:before,
.tab-content-learning .tab-pane ul .col4.parent.licence > .toggle:before,
.tab-content-resource .tab-pane ul .col4.parent.licence > .toggle:before {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.tab-content-curation .tab-pane ul .col4.parent.licence > .toggle > span,
.tab-content-learning .tab-pane ul .col4.parent.licence > .toggle > span,
.tab-content-resource .tab-pane ul .col4.parent.licence > .toggle > span {
  padding-left: 40px;
}
.tab-content-curation .tab-pane ul .col4.parent.licence > .toggle > span:hover:before,
.tab-content-learning .tab-pane ul .col4.parent.licence > .toggle > span:hover:before,
.tab-content-resource .tab-pane ul .col4.parent.licence > .toggle > span:hover:before {
  color: white !important;
}
.tab-content-curation .tab-pane ul.region .col > li.parent > span,
.tab-content-learning .tab-pane ul.region .col > li.parent > span,
.tab-content-resource .tab-pane ul.region .col > li.parent > span,
.tab-content-curation .tab-pane ul.venue_region .col > li.parent > span,
.tab-content-learning .tab-pane ul.venue_region .col > li.parent > span,
.tab-content-resource .tab-pane ul.venue_region .col > li.parent > span,
.tab-content-curation .tab-pane ul.event_region .col > li.parent > span,
.tab-content-learning .tab-pane ul.event_region .col > li.parent > span,
.tab-content-resource .tab-pane ul.event_region .col > li.parent > span {
  width: 100%;
}
.tab-content-curation .tab-pane ul.region .col > li.parent > .toggle,
.tab-content-learning .tab-pane ul.region .col > li.parent > .toggle,
.tab-content-resource .tab-pane ul.region .col > li.parent > .toggle,
.tab-content-curation .tab-pane ul.venue_region .col > li.parent > .toggle,
.tab-content-learning .tab-pane ul.venue_region .col > li.parent > .toggle,
.tab-content-resource .tab-pane ul.venue_region .col > li.parent > .toggle,
.tab-content-curation .tab-pane ul.event_region .col > li.parent > .toggle,
.tab-content-learning .tab-pane ul.event_region .col > li.parent > .toggle,
.tab-content-resource .tab-pane ul.event_region .col > li.parent > .toggle {
  display: none;
}
.tab-content-curation .tab-pane ul.region .col > li.parent > ul,
.tab-content-learning .tab-pane ul.region .col > li.parent > ul,
.tab-content-resource .tab-pane ul.region .col > li.parent > ul,
.tab-content-curation .tab-pane ul.venue_region .col > li.parent > ul,
.tab-content-learning .tab-pane ul.venue_region .col > li.parent > ul,
.tab-content-resource .tab-pane ul.venue_region .col > li.parent > ul,
.tab-content-curation .tab-pane ul.event_region .col > li.parent > ul,
.tab-content-learning .tab-pane ul.event_region .col > li.parent > ul,
.tab-content-resource .tab-pane ul.event_region .col > li.parent > ul {
  display: block !important;
}
.tab-content-curation .tab-pane ul.region .col > li.parent > ul span:hover,
.tab-content-learning .tab-pane ul.region .col > li.parent > ul span:hover,
.tab-content-resource .tab-pane ul.region .col > li.parent > ul span:hover,
.tab-content-curation .tab-pane ul.venue_region .col > li.parent > ul span:hover,
.tab-content-learning .tab-pane ul.venue_region .col > li.parent > ul span:hover,
.tab-content-resource .tab-pane ul.venue_region .col > li.parent > ul span:hover,
.tab-content-curation .tab-pane ul.event_region .col > li.parent > ul span:hover,
.tab-content-learning .tab-pane ul.event_region .col > li.parent > ul span:hover,
.tab-content-resource .tab-pane ul.event_region .col > li.parent > ul span:hover {
  color: white;
}
.tab-content-curation .tab-pane ul.region .col > li.parent > ul span.disabled:hover,
.tab-content-learning .tab-pane ul.region .col > li.parent > ul span.disabled:hover,
.tab-content-resource .tab-pane ul.region .col > li.parent > ul span.disabled:hover,
.tab-content-curation .tab-pane ul.venue_region .col > li.parent > ul span.disabled:hover,
.tab-content-learning .tab-pane ul.venue_region .col > li.parent > ul span.disabled:hover,
.tab-content-resource .tab-pane ul.venue_region .col > li.parent > ul span.disabled:hover,
.tab-content-curation .tab-pane ul.event_region .col > li.parent > ul span.disabled:hover,
.tab-content-learning .tab-pane ul.event_region .col > li.parent > ul span.disabled:hover,
.tab-content-resource .tab-pane ul.event_region .col > li.parent > ul span.disabled:hover {
  background: transparent;
  color: #909090;
}
.tab-content-curation .tab-pane .col,
.tab-content-learning .tab-pane .col,
.tab-content-resource .tab-pane .col {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.tab-content-curation .tab-pane .col,
.tab-content-learning .tab-pane .col,
.tab-content-resource .tab-pane .col {
  display: inline-block;
}
.tab-content-curation .tab-pane .col ul,
.tab-content-learning .tab-pane .col ul,
.tab-content-resource .tab-pane .col ul {
  display: block;
  width: 100%;
}
.tab-content-curation .tab-pane .col > li,
.tab-content-learning .tab-pane .col > li,
.tab-content-resource .tab-pane .col > li {
  width: 100%;
  float: left;
  font-size: 1em;
}
.tab-content-curation .tab-pane .col > li > ul,
.tab-content-learning .tab-pane .col > li > ul,
.tab-content-resource .tab-pane .col > li > ul {
  display: none;
  padding-left: 25px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .tab-content-curation .tab-pane .col > li > ul,
  .tab-content-learning .tab-pane .col > li > ul,
  .tab-content-resource .tab-pane .col > li > ul {
    margin-left: 5px;
  }
}
.tab-content-curation .tab-pane .col > li > ul > li,
.tab-content-learning .tab-pane .col > li > ul > li,
.tab-content-resource .tab-pane .col > li > ul > li {
  margin-left: 15px;
}
.tab-content-curation .tab-pane .col > li > ul > li.parent,
.tab-content-learning .tab-pane .col > li > ul > li.parent,
.tab-content-resource .tab-pane .col > li > ul > li.parent {
  margin-left: 0;
}
.tab-content-curation .tab-pane .col > li > ul > li ul,
.tab-content-learning .tab-pane .col > li > ul > li ul,
.tab-content-resource .tab-pane .col > li > ul > li ul {
  display: none;
  padding-left: 40px;
}
.tab-content-curation .tab-pane .col > li > ul > li ul > li ul,
.tab-content-learning .tab-pane .col > li > ul > li ul > li ul,
.tab-content-resource .tab-pane .col > li > ul > li ul > li ul {
  display: none;
}
.tab-content-curation .tab-pane .col_lic,
.tab-content-learning .tab-pane .col_lic,
.tab-content-resource .tab-pane .col_lic {
  display: block;
}
.tab-content-curation .tab-pane .col_lic ul,
.tab-content-learning .tab-pane .col_lic ul,
.tab-content-resource .tab-pane .col_lic ul {
  display: block;
  width: 100%;
}
.tab-content-curation .tab-pane .col_lic > li,
.tab-content-learning .tab-pane .col_lic > li,
.tab-content-resource .tab-pane .col_lic > li {
  width: 100%;
  float: left;
  font-size: 1em;
  margin-bottom: 20px;
}
.tab-content-curation .tab-pane .col_lic > li > ul,
.tab-content-learning .tab-pane .col_lic > li > ul,
.tab-content-resource .tab-pane .col_lic > li > ul {
  display: none;
  padding-left: 25px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .tab-content-curation .tab-pane .col_lic > li > ul,
  .tab-content-learning .tab-pane .col_lic > li > ul,
  .tab-content-resource .tab-pane .col_lic > li > ul {
    margin-left: 5px;
  }
}
.tab-content-curation .tab-pane .col_lic > li > ul > li,
.tab-content-learning .tab-pane .col_lic > li > ul > li,
.tab-content-resource .tab-pane .col_lic > li > ul > li {
  margin-left: 15px;
}
.tab-content-curation .tab-pane .col_lic > li > ul > li.parent,
.tab-content-learning .tab-pane .col_lic > li > ul > li.parent,
.tab-content-resource .tab-pane .col_lic > li > ul > li.parent {
  margin-left: 0;
}
.tab-content-curation .tab-pane .col,
.tab-content-learning .tab-pane .col,
.tab-content-resource .tab-pane .col {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
ul.curation_type {
  margin-bottom: 5px;
}
.template_search {
  padding: 4px 8px;
  line-height: 18px;
  background: #E2E1E0;
  color: #4A4A4A;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  margin: 10px 0;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  font-size: 0.6rem;
}
.template_search.learning {
  background-color: #750019;
  color: white;
}
.featured_search {
  background-image: url('../img/sprites/auk_curations_featured_carmine.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 26px 12px;
  padding: 10px 0px 10px 24px;
  margin-left: -35px;
  color: #CA002E;
  font-size: 14px;
  float: right;
  margin-top: -40px;
}
.exhibition_search {
  background-image: url('../img/sprites/auk_curations_exhibition_carmine.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 26px 12px;
  padding: 10px 0px 10px 24px;
  margin-left: -35px;
  color: #CA002E;
  font-size: 14px;
  float: right;
  margin-top: -40px;
}
.search_curation_desc {
  font-size: 0.8rem;
  color: #7E7E7E;
  font-weight: 200;
}
.listing-grid li.curation_item .info {
  margin-top: 0;
  line-height: 1;
}
.listing-grid li.curation_item .info > .search_curation_desc {
  display: block;
  margin-top: 5px;
}
/*
- Curation - Content Manager
-----------------------------*/
/*  COLUMN SETUP  */
.curation-col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.curation-col:first-child {
  margin-left: 0;
}
/*  Grouping  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
/*  Grid of three  */
.curation-span_3_of_3 {
  width: 100%;
}
.curation-span_2_of_3 {
  width: 66.13%;
}
.curation-span_1_of_3 {
  width: 32%;
}
/*  Go full width blow 480 pixels */
@media only screen and (max-width: 480px) {
  .curation-col {
    margin: 1% 0 1% 0%;
  }
  .curation-span_3_of_3,
  .curation-span_2_of_3,
  .curation-span_1_of_3 {
    width: 100%;
  }
}
/* Media Queries */
/* 2560 px */
@media only screen and (max-width: 2560px) {
  .curations .use {
    margin-left: 27.25%;
  }
  .curations .use_single {
    margin-left: 5%;
  }
  .curations .save {
    right: 21%;
  }
  .curations .save-with-redirect-headbar {
    right: 34.5%;
  }
  .curations .edit {
    right: 5%;
  }
}
/* 2500 px */
@media only screen and (max-width: 2500px) {
  .curations .use {
    margin-left: 26.75%;
  }
  .curations .save {
    right: 20.5%;
  }
}
/* 2450 px */
@media only screen and (max-width: 2450px) {
  .curations .use {
    margin-left: 26.25%;
  }
  .curations .save {
    right: 19.75%;
  }
  .curations .save-with-redirect-headbar {
    right: 34.25%;
  }
}
/* 2400 px */
@media only screen and (max-width: 2400px) {
  .curations .use {
    margin-left: 25.75%;
  }
  .curations .save {
    right: 19.25%;
  }
  .curations .save-with-redirect-headbar {
    right: 34.25%;
  }
}
/* 2350 px */
@media only screen and (max-width: 2350px) {
  .curations .use {
    margin-left: 25.25%;
  }
  .curations .save {
    right: 18.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 33.75%;
  }
}
/* 2300 px */
@media only screen and (max-width: 2300px) {
  .curations .use {
    margin-left: 24.75%;
  }
  .curations .save {
    right: 17.75%;
  }
  .curations .save-with-redirect-headbar {
    right: 33.5%;
  }
}
/* 2250 px */
@media only screen and (max-width: 2250px) {
  .curations .use {
    margin-left: 24%;
  }
  .curations .save {
    right: 17%;
  }
  .curations .save-with-redirect-headbar {
    right: 33%;
  }
}
/* 2200 px */
@media only screen and (max-width: 2200px) {
  .curations .use {
    margin-left: 23.5%;
  }
  .curations .save {
    right: 16.25%;
  }
  .curations .save-with-redirect-headbar {
    right: 32.75%;
  }
}
/* 2150 px */
@media only screen and (max-width: 2150px) {
  .curations .use {
    margin-left: 22.75%;
  }
  .curations .save {
    right: 15.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 32.25%;
  }
}
/* 2100 px */
@media only screen and (max-width: 2100px) {
  .curations .use {
    margin-left: 22.25%;
  }
  .curations .save {
    right: 14.75%;
  }
  .curations .save-with-redirect-headbar {
    right: 32%;
  }
}
/* 2050 px */
@media only screen and (max-width: 2050px) {
  .curations .use {
    margin-left: 21.5%;
  }
  .curations .save {
    right: 14%;
  }
  .curations .save-with-redirect-headbar {
    right: 31.5%;
  }
}
/* 2000 px */
@media only screen and (max-width: 2000px) {
  .curations .use {
    margin-left: 21%;
  }
  .curations .save {
    right: 13%;
  }
  .curations .save-with-redirect-headbar {
    right: 31%;
  }
}
/* 1950 px */
@media only screen and (max-width: 1950px) {
  .curations .use {
    margin-left: 20%;
  }
  .curations .save {
    right: 12%;
  }
  .curations .save-with-redirect-headbar {
    right: 30.5%;
  }
}
/* 1900 px */
@media only screen and (max-width: 1900px) {
  .curations .use {
    margin-left: 19.25%;
  }
  .curations .save {
    right: 11%;
  }
  .curations .save-with-redirect-headbar {
    right: 30%;
  }
}
/* 1850 px */
@media only screen and (max-width: 1850px) {
  .curations .use {
    margin-left: 18.5%;
  }
  .curations .save {
    right: 10%;
  }
  .curations .save-with-redirect-headbar {
    right: 29.5%;
  }
}
/* 1800 px */
@media only screen and (max-width: 1800px) {
  .curations .use {
    margin-left: 17.5%;
  }
  .curations .save {
    right: 8.75%;
  }
  .curations .save-with-redirect-headbar {
    right: 28.75%;
  }
}
/* 1750 px */
@media only screen and (max-width: 1750px) {
  .curations .use {
    margin-left: 16.5%;
  }
  .curations .save {
    right: 7.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 28.25%;
  }
}
/* 1700 px */
@media only screen and (max-width: 1700px) {
  .curations .use {
    margin-left: 15.5%;
  }
  .curations .save {
    right: 6.25%;
  }
  .curations .save-with-redirect-headbar {
    right: 27.5%;
  }
}
/* 1650 px */
@media only screen and (max-width: 1650px) {
  .curations .use {
    margin-left: 14.5%;
  }
  .curations .save {
    right: 5%;
  }
  .curations .save-with-redirect-headbar {
    right: 27%;
  }
}
/* 1600 px */
@media only screen and (max-width: 1600px) {
  .curations .use {
    margin-left: 13.5%;
  }
  .curations .save {
    right: 3.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 26%;
  }
}
/* 1550 px */
@media only screen and (max-width: 1550px) {
  .curations .use {
    margin-left: 12.25%;
  }
  .curations .save {
    right: 2%;
  }
  .curations .save-with-redirect-headbar {
    right: 25.25%;
  }
}
/* 1500 px */
@media only screen and (max-width: 1500px) {
  .curations .use {
    margin-left: 11%;
  }
  .curations .save {
    right: 0.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 24.5%;
  }
}
/* 1440 px */
@media only screen and (max-width: 1440px) {
  .curations .use {
    margin-left: 9%;
  }
  .curations .save {
    right: -2%;
  }
  .curations .save-with-redirect-headbar {
    right: 23.5%;
  }
}
/* 1400 px */
@media only screen and (max-width: 1400px) {
  .curations .use {
    margin-left: 8%;
  }
  .curations .save {
    right: -3.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 22.5%;
  }
}
/* 1350 px */
@media only screen and (max-width: 1350px) {
  .curations .use {
    margin-left: 6.5%;
  }
  .curations .save {
    right: -5.25%;
  }
  .curations .save-with-redirect-headbar {
    right: 21.5%;
  }
}
/* 1300 px */
@media only screen and (max-width: 1300px) {
  .curations .use {
    margin-left: 5%;
  }
  .curations .save {
    right: -7.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 20.5%;
  }
  #main .delete {
    margin-left: 24%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: 2.25%;
  }
}
/* 1250 px */
@media only screen and (max-width: 1250px) {
  .curations .use {
    margin-left: 2.75%;
  }
  .curations .save {
    right: -9.75%;
  }
  .curations .save-with-redirect-headbar {
    right: 19.25%;
  }
}
/* 1200 px */
@media only screen and (max-width: 1200px) {
  .curations .use {
    margin-left: 1%;
  }
  .curations .save {
    right: -12.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 17.5%;
  }
  #main section.edit-details > .fields .actions {
    margin-left: -15.5%;
  }
  #main section.edit-details > .fields .help-text.submit {
    float: left;
    margin-left: 51%;
  }
  #main .delete {
    margin-left: 37%;
  }
  #main section.edit-details > .fields .actions input {
    left: 12%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 51.25%;
    margin-top: -49px;
  }
  .save-with-redirect {
    margin-left: 69%;
    margin-top: -49px;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: 0.5%;
  }
}
/* 1199 px */
@media only screen and (max-width: 1199px) {
  .curations .save {
    right: -13.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 19.5%;
  }
}
/* 1185 px */
@media only screen and (max-width: 1185px) {
  .curations .save-with-redirect-headbar {
    right: 20%;
  }
  #main .delete {
    margin-left: 30%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: -5%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 47.25%;
  }
}
/* 1150 px */
@media only screen and (max-width: 1150px) {
  .curations .save {
    right: -14.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 20.5%;
  }
  #main .delete {
    margin-left: 30%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: -5%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 47.25%;
  }
}
/* 1100 px */
@media only screen and (max-width: 1100px) {
  .curations .save {
    right: -14.75%;
  }
  .curations .save-with-redirect-headbar {
    right: 22%;
  }
  #main .delete {
    margin-left: 30%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: -5%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 47.25%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-image {
    width: 85%;
  }
  .curations .use_single {
    margin-left: 0;
  }
  .curations .edit {
    right: 0;
  }
}
/* 1050 px */
@media only screen and (max-width: 1050px) {
  .curations .save {
    right: -15.75%;
  }
}
/* 1024 px */
@media only screen and (max-width: 1024px) {
  .curations .save {
    right: -16%;
  }
  .curations .save-with-redirect-headbar {
    right: 23%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-artworks-two-blocks {
    margin: 5% -17.5%;
    width: 70%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-image {
    width: 90%;
  }
  #main section.edit-details > .fields .actions {
    margin-left: -9.5%;
  }
  #main section.edit-details > .fields .help-text.submit {
    margin-left: 57%;
  }
  #main .delete {
    margin-left: 22.75%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 43.5%;
    margin-top: -48px;
  }
  .save-with-redirect {
    padding: 12px 24px;
    margin-left: 30.25%;
    margin-top: -47px;
  }
  #main section.edit-details > .fields .actions input {
    left: 9%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: -5%;
  }
  .template_search {
    width: 40%;
  }
}
/* 992 px */
@media only screen and (max-width: 992px) {
  .curations .save {
    right: -16.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 24%;
  }
  #main section.edit-details > .fields .actions {
    margin-left: -27.5%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-top: -48px;
    margin-left: 54%;
  }
  #main section.edit-details > .fields .actions input {
    left: 27.5%;
  }
  #main section.edit-details > .fields .help-text.submit {
    margin-left: 60%;
  }
  #main .delete {
    margin-left: 33%;
  }
  .save-with-redirect {
    margin-left: 80.5%;
    margin-top: -48px;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    width: 25%;
  }
}
/* 900 px */
@media only screen and (max-width: 900px) {
  .curations .save {
    right: -18.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 27%;
  }
}
/* 850 px */
@media only screen and (max-width: 850px) {
  .curations .save {
    right: -19.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 29%;
  }
  #main section.edit-details > .fields .actions {
    margin-left: -27.5%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-top: -48px;
    margin-left: 48%;
  }
  #main section.edit-details > .fields .actions input {
    left: 30%;
  }
  #main section.edit-details > .fields .help-text.submit {
    margin-left: 60%;
  }
  #main .delete {
    margin-left: 24.75%;
  }
  .save-with-redirect {
    margin-left: 77.5%;
    margin-top: -48px;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    width: 25%;
  }
}
/* 800 px */
@media only screen and (max-width: 800px) {
  .curations .save {
    right: -20.5%;
  }
  .curations .save-with-redirect-headbar {
    right: 30%;
  }
}
/* 768 px */
@media only screen and (max-width: 768px) {
  #main section.curations {
    max-width: 105%;
  }
  .curations .save {
    right: -15%;
  }
  .curations .edit {
    right: 9%;
  }
  .curations .save-with-redirect-headbar {
    right: 35%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-image {
    width: 90%;
    margin: 5% 30%;
  }
  #main .upload-text,
  #main .paragraph-text {
    margin-left: 25px;
    font-size: 16px;
  }
  #main .discover-text {
    margin-left: 22px;
    font-size: 16px;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-right: -18.5%;
    margin-top: 0;
  }
  #main section.edit-details > .fields .actions {
    margin-left: -30%;
  }
  #main section.edit-details > .fields .actions input {
    margin-right: -8%;
  }
  #main section.edit-details > .fields .help-text.submit {
    float: left;
    margin-left: 72%;
  }
  #main .delete {
    margin-left: 25%;
    font-size: 18px;
    padding: 12px 24px;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 48%;
    margin-top: -8%;
    font-size: 18px;
  }
  .save-with-redirect {
    padding: 12px;
    margin-left: 79.5%;
    margin-top: -8%;
    font-size: 18px;
  }
  #main section.edit-details > .fields .actions input {
    margin-right: -35px;
    font-size: 18px;
    width: 40%;
    margin-top: 0.35%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    width: 27.5%;
    margin-right: -8%;
  }
  [data-type="show_curation"] {
    width: 70%;
  }
}
/* 767 px */
@media only screen and (max-width: 767px) {
  .curations .use {
    margin-left: 1.25%;
  }
  .curations .save {
    display: none;
  }
  .curations .save-with-redirect-headbar {
    display: none;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-image {
    margin: 5% 13%;
    width: 90%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 52%;
    margin-top: -48px;
  }
  .save-with-redirect {
    margin-left: 78.5%;
    margin-top: -47px;
  }
  #main .delete {
    margin-left: 32.5%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    width: 25%;
    margin-right: 0;
  }
}
/* 600 px */
@media only screen and (max-width: 600px) {
  #main .discover-text {
    margin-left: 18px;
  }
  .curations .use_single {
    margin-left: 5%;
  }
}
/* 550 px */
@media only screen and (max-width: 550px) {
  #main .delete {
    margin-left: 25%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 47%;
    margin-top: -48px;
  }
  .save-with-redirect {
    margin-left: 80%;
    margin-top: -48px;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    left: 34%;
  }
}
/* 500 px */
@media only screen and (max-width: 500px) {
  #main .delete {
    margin-left: 23.75%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    width: 33.5%;
  }
  .save-with-redirect {
    margin-left: 80.5%;
    margin-top: -48px;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    left: 36.25%;
  }
}
/* 480 px */
@media only screen and (max-width: 480px) {
  .curations .use {
    margin-left: 2%;
  }
  .curations .save,
  .curations .save-with-redirect-headbar {
    display: none;
  }
  #main .divider {
    margin-top: 10%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-discover-btn,
  #main section.edit-details > .fields .curation-edit-manager .curation-paragraph-btn,
  #main section.edit-details > .fields .curation-edit-manager .curation-upload-btn {
    left: 0;
    width: 100%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-paragraph,
  #main section.edit-details > .fields .curation-edit-manager .curation-text-artworks,
  #main section.edit-details > .fields .curation-edit-manager .curation-text-image {
    margin: 5% 0;
    width: 100%;
  }
  #main .discover-text,
  #main .paragraph-text,
  #main .upload-text {
    margin-left: 0px;
    font-size: 20px;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-right: -18.5%;
    margin-top: 0;
  }
  #main section.edit-details > .fields .actions {
    margin-left: -30%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-right: -5.5%;
    margin-top: -65%;
  }
  #main .delete {
    margin-left: 30%;
    width: 100%;
    font-size: 20px;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-left: 30%;
    margin-top: -50%;
    width: 100%;
    font-size: 20px;
    padding: 12px;
  }
  .save-with-redirect {
    margin-left: 30%;
    margin-top: -32%;
    font-size: 20px;
    width: 100%;
  }
  #main section.edit-details > .fields .actions input {
    margin-top: 42.5%;
    margin-right: -2.5%;
    width: 100%;
    font-size: 20px;
  }
  #main section.edit-details > .fields .help-text.submit {
    top: 230px;
    margin-left: 10%;
    width: 80%;
    float: left;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    width: 100%;
    left: 30%;
  }
  .curations .modal-content.modal-message {
    left: 70px;
  }
  ul.curation_type {
    margin-bottom: 10px;
  }
}
/* 425 px */
@media only screen and (max-width: 425px) {
  #main .discover-text {
    margin-left: 18px;
  }
  .curations .use_single {
    margin-left: -2%;
  }
  .curations .edit {
    right: 3%;
  }
  .curations .modal-content.modal-message {
    left: 60px;
  }
  #curation-form .curation-radio-group {
    margin-top: 85px;
  }
}
/* 375 px */
@media only screen and (max-width: 375px) {
  .curations .use {
    margin-left: 3%;
  }
  .curations .save {
    right: 10px;
    font-size: 18px;
    z-index: 4;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-text-artworks-two-blocks,
  #main section.edit-details > .fields .curation-edit-manager .curation-text-paragraph-two-blocks {
    margin: 25% -10%;
  }
  #main .divider {
    margin-top: 15%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-top: -59%;
  }
  #main section.edit-details > .fields .actions input {
    margin-top: 50%;
  }
  .save-with-redirect {
    margin-top: -37%;
  }
  .curations .use_single {
    font-size: 18px;
    margin-top: 1%;
  }
  .curations .edit {
    width: 150px;
    font-size: 18px;
  }
  .curations .modal-content.modal-message {
    left: 50px;
  }
}
/*  320 px */
@media only screen and (max-width: 320px) {
  .save-with-redirect {
    margin-top: -45%;
  }
  #main section.edit-details > .fields .actions .curation-discard-btn {
    margin-top: -73%;
  }
  #main section.edit-details > .fields .actions input.curation-save-btn {
    margin-right: 0px;
    margin-top: 165px;
  }
  .curations .use_single {
    font-size: 16px;
    margin-top: 2%;
    margin-left: -4%;
  }
  .curations .edit {
    width: 135px;
    right: 1%;
  }
  .curations .modal-content.modal-message {
    height: 120px;
  }
  .tab-content-curation .tab-pane ul {
    padding-left: 0;
  }
  .tab-content-curation .tab-pane ul .col1 span,
  .tab-content-curation .tab-pane ul .col2 span,
  .tab-content-curation .tab-pane ul .col3 span,
  .tab-content-curation .tab-pane ul .col4 span {
    word-break: normal;
    padding-right: 0;
  }
  .tab-content-curation .tab-pane ul .col1 li:nth-child(1),
  .tab-content-curation .tab-pane ul .col2 li:nth-child(1),
  .tab-content-curation .tab-pane ul .col3 li:nth-child(1),
  .tab-content-curation .tab-pane ul .col4 li:nth-child(1),
  .tab-content-curation .tab-pane ul .col1 li:nth-child(2),
  .tab-content-curation .tab-pane ul .col2 li:nth-child(2),
  .tab-content-curation .tab-pane ul .col3 li:nth-child(2),
  .tab-content-curation .tab-pane ul .col4 li:nth-child(2) {
    margin-left: -20px;
  }
}
/*  Main Section Single Curation  */
html {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(100vh);
      scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.section-single-curation {
  clear: both;
  padding: 0px;
  margin: 100px 0px;
}
.section-single-curation > div {
  display: none;
}
.section-single-curation .showcase .showcase-detail {
  margin: 0 0 10px 0;
}
.section-single-curation .showcase .showcase-detail h4 {
  line-height: 1.2em;
}
.section-single-curation .showcase .showcase-detail span {
  font-size: 0.9em;
  line-height: 1.5em;
}
.section-single-curation .showcase .showcase-detail.paragraph-template h4 {
  font-size: 2em;
  line-height: 2em;
}
.section-single-curation .section-single-curation__showcase .grid-container {
  display: block;
  padding: 50px 0;
}
.section-single-curation .seq-feature {
  max-width: 86%;
  margin: 0 auto;
}
.section-single-curation .seq-feature .showcase-image .container_img {
  margin-right: 140px;
  width: 100%;
}
.section-single-curation .seq-feature .showcase-image .container_img .text {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .section-single-curation .seq-nav-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
    width: 60px;
    height: calc(100vh - 80px);
  }
  .section-single-curation .seq-nav-wrapper .seq-nav {
    position: relative;
    height: 100%;
  }
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-prev-button {
    padding: 0;
  }
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-pagination {
    position: absolute;
    left: 98%;
    transform: translateX(-50%) translateZ(100px);
    top: 35.5%;
    left: 45px;
  }
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-next-button {
    bottom: 52%;
    margin: 0;
  }
  .section-single-curation .seq .seq-canvas > * {
    top: 0;
  }
  .section-single-curation .seq-feature {
    left: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    max-width: 100%;
  }
  .section-single-curation .seq-feature.seq {
    width: 100%;
    left: 0;
  }
  .section-single-curation .seq-feature .col {
    margin: 0;
  }
  .section-single-curation .seq-feature .showcase-detail {
    width: 40%;
    padding-left: 6.25vw;
    padding-right: 30px;
  }
  .section-single-curation .seq-feature .showcase-detail h4 {
    margin-top: 0;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template h4 {
    width: 40%;
    margin: -150px auto 50px auto;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template p {
    width: 40%;
    margin: -50px auto 50px auto;
  }
  .section-single-curation .seq-feature .showcase-image {
    width: 60%;
    margin: 0px;
    display: -ms-flexbox;
    display: flex;
  }
  .section-single-curation .seq-feature .showcase-image > * {
    width: 100%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    width: 100%;
    height: 75vh;
    position: relative;
  }
  .section-single-curation .seq-feature .showcase-image .container_img img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    float: right;
  }
  .section-single-curation .seq-feature .showcase-image .container_img .middle {
    top: auto;
    right: 0;
    bottom: 35px;
    position: absolute;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1200px) {
  .section-single-curation .seq-feature .showcase-detail {
    padding-left: 5.5vw;
  }
}
/* Buttons block */
.album-template-selector {
  width: 100%;
  left: 0;
  padding: 10px 20px;
}
.album-template-selector div.left {
  display: none;
}
.album-template-selector div.right {
  width: 100%;
}
.album-template-selector div.right .btn {
  border: none;
  color: #8A8A89;
  background-color: #ECEBEB;
}
.album-template-selector div.right .btn:hover,
.album-template-selector div.right .btn.selected {
  color: #222222;
  background-color: #ffffff;
}
.album-template-selector div.right .btn-template-selector {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 44px 22px;
  padding: 10px 44px 10px 0px;
  overflow: hidden;
  margin-left: -2px;
  text-indent: -999px;
}
.album-template-selector div.right .btn-template-selector.icon-album-bg {
  margin-left: 0;
  padding: 10px 40px 10px 4px;
  background-image: url('../img/sprites/auk_curations_album_grey.svg');
}
.album-template-selector div.right .btn-template-selector.icon-album-bg:hover,
.album-template-selector div.right .btn-template-selector.icon-album-bg.selected {
  background-image: url('../img/sprites/auk_curations_album.svg');
}
.album-template-selector div.right .btn-template-selector.icon-showcase-bg {
  background-image: url('../img/sprites/auk_curations_showcase_grey.svg');
}
.album-template-selector div.right .btn-template-selector.icon-showcase-bg:hover,
.album-template-selector div.right .btn-template-selector.icon-showcase-bg.selected {
  background-image: url('../img/sprites/auk_curations_showcase.svg');
}
.album-template-selector div.right .btn-template-selector.icon-timeline-bg {
  background-size: 48px 22px;
  background-image: url('../img/sprites/auk_curations_timeline_grey.svg');
}
.album-template-selector div.right .btn-template-selector.icon-timeline-bg:hover,
.album-template-selector div.right .btn-template-selector.icon-timeline-bg.selected {
  background-image: url('../img/sprites/auk_curations_timeline.svg');
}
.album-template-selector div.right .btn-template-selector.icon-trail-bg {
  background-image: url('../img/sprites/auk_curations_trail_grey.svg');
}
.album-template-selector div.right .btn-template-selector.icon-trail-bg:hover,
.album-template-selector div.right .btn-template-selector.icon-trail-bg.selected {
  background-image: url('../img/sprites/auk_curations_trail.svg');
}
@media only screen and (min-width: 768px) {
  .album-template-selector div.right .btn-template-selector {
    background-size: 60px 22px;
    padding: 10px 44px 10px 32px;
    text-indent: 0;
  }
  .album-template-selector div.right .btn-template-selector.icon-album-bg {
    background-size: 60px 20px;
    padding: 10px 40px 10px 24px;
  }
}
.album-template-selector div.right .select-bar_button-text {
  right: 10px;
  position: relative;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .album-template-selector div.left {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .album-template-selector div.right {
    width: auto;
  }
}
/* Navbar fixed on Single curation */
#main section.curations.curations--grey.album-template-selector.fixed {
  position: sticky !important;
  /* Safari */
  position: -webkit-sticky;
  top: 0;
  margin-left: 0;
}
#main section.curations.curations--grey.album-template-selector {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 7;
}
@media only screen and (min-width: 1200px) {
  #main section.curations.curations--grey.album-template-selector {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
.showcase-fixed {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: start;
}
.showcase-bodylock {
  overflow: hidden;
}
.seq {
  /* Dimensions */
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* Hide anything that goes beyond the boundaries of the Sequence container */
  overflow: hidden;
  /* Center the Sequence container on the page */
  margin: 0 auto;
  padding: 0;
  /* Some basic styles */
  -webkit-text-size-adjust: 100%;
}
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {
  /* Reset the canvas and steps for more browser consistency */
  margin: 0;
  padding: 0;
  list-style: none;
}
.seq .seq-canvas {
  /* Make the steps inline */
  white-space: nowrap;
  /* Remove the 4px gap between steps */
  font-size: 0;
}
.seq .seq-canvas > * {
  /* Make the steps inline and 100% of the window width */
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* Reset the font-size as the parent was set to 0 */
  font-size: 16px;
}
.seq .seq-attribution {
  /* Credits */
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.5em;
  text-align: center;
  line-height: 140%;
}
.seq .seq-attribution a {
  color: #444;
  text-decoration: none;
  font-weight: 700;
}
.seq .seq-attribution a:focus,
.seq .seq-attribution a:hover {
  color: #000;
}
.seq .seq-preload-circle {
  /* Color of preloader indicator circles */
  fill: black;
}
.seq .seq-in {
  /* Until JS is enabled, put the nominated step on top of the others */
  z-index: 1;
}
.seq.seq-active {
  /* When JS is enabled */
}
.seq.seq-active .seq-nav {
  display: block;
}
.seq.seq-active .seq-in {
  /* Now JS is enabled, remove the z-index from the nominated step */
  z-index: auto;
}
.seq .seq-valign:before {
  /* Vertically align elements */
  content: "";
  height: 100%;
}
.seq .seq-valign:before,
.seq .seq-valign > div {
  display: inline-block;
  vertical-align: middle;
}
.seq .seq-nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 200px;
  left: 50%;
  padding: 0.5em 1em;
  text-align: center;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  /* Horizontally align and move up so it sits at the bottom of the feature */
  transform: translateX(-50%) translateY(-100%) translateZ(100px);
  /* Prevent the user from being able to highlight the nav */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.seq .seq-pagination,
.seq .seq-swipe {
  display: inline-block;
  vertical-align: top;
}
.seq .seq-swipe {
  margin-left: 0.5em;
}
.seq .seq-swipe path {
  /* Color of the swipe icon */
  fill: white;
}
.seq .seq-next {
  /* Reset the next button so it doesn't look like a button */
  padding: 0;
  background: none;
  border: none;
  line-height: 1;
}
.seq .seq-pagination {
  margin: 0;
  padding: 0;
}
.seq .seq-pagination a {
  text-decoration: none;
}
.seq .seq-pagination li {
  /* Counter pagination block */
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  width: 1em;
  height: 1em;
  margin: 0;
  margin-right: 1em;
  padding: 0;
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: background;
  color: #909090;
  left: 0px;
}
.seq .seq-pagination li .numeral {
  /* Numbers shown in pagination */
  font-size: 0.6875em;
  font-weight: 700;
  color: black;
  vertical-align: top;
  line-height: 1.45454545em;
  transition-duration: 0.3s;
  transition-property: color;
  -moz-osx-font-smoothing: grayscale;
}
.seq .seq-pagination li:focus .numeral,
.seq .seq-pagination li:hover .numeral {
  color: black;
}
.seq .seq-pagination li:before {
  /* Circle around pagination. Animated when hovered over */
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(3);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}
.seq .seq-pagination li.seq-current {
  cursor: auto;
}
.seq .seq-pagination li.seq-current:before {
  /* Animate the circle around the pagination link */
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.seq .seq-pagination li:after {
  /* Lines between dots */
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  width: 1.25em;
  background: white;
  transform: translateY(-50%);
}
.seq .seq-pagination li:last-child {
  /* Remove the line after the last dot as it's not needed */
  margin-bottom: 0;
  margin-right: 0;
}
.seq .seq-pagination li:last-child:after {
  content: none;
}
.seq .seq-tooltip {
  /* Turn off tooltips for small layout */
  display: none;
}
.seq .seq-next-button {
  /* Turn off the next button for small layout */
  display: none;
}
.seq .seq-content {
  /* Position the content on the left */
  left: 0;
  right: auto;
  padding: 0 1em;
  background: transparent;
  text-align: center;
  font-size: 0;
  /* Hide the content until it is active and fades in */
  opacity: 0;
  /* When active, move the content over .3s */
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.seq .seq-content h2 {
  margin: 0;
  margin-bottom: 0.2em;
  font-size: 1.625em;
  font-weight: 700;
}
.seq .seq-content h3 {
  margin: 0;
  line-height: 160%;
  font-size: 1em;
  font-weight: 300;
}
.seq .seq-content > div {
  padding: 2em 1em;
  /* Reset the font-size as .seq-content was set to 0 to remove 4px gap */
  font-size: 16px;
  /* Reset the white-space so content wraps as expected */
  white-space: normal;
}
.seq .seq-button {
  display: inline-block;
  margin-top: 2em;
  padding: 0.5em 1.2em;
  border: black solid 3px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-property: color, background;
}
.seq .seq-button:focus,
.seq .seq-button:hover {
  background-color: black;
  color: white;
}
.seq .seq-feature {
  height: 200px;
  overflow: hidden;
  background: #222222;
}
.seq .seq-feature > div {
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover;
}
.seq .seq-feature > div img {
  /*
	 * The <img /> is only used for screen readers. The actual image is
	 * applied via an inline style on the <div class="seq-feature"> element
	 */
}
.seq .seq-in {
  /* Animate in positions for content */
}
.seq .seq-in .seq-content {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}
.seq .seq-out {
  /* Animate out positions for content */
}
.seq .seq-out .seq-content {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}
.seq.seq-fallback {
  /* Styles for older browsers when in fallback mode */
}
.seq.seq-fallback .seq-nav {
  width: 100%;
  left: 0;
  border-radius: 0;
  margin-top: -40px;
}
.seq.seq-fallback .seq-next-button {
  display: none !important;
}
.seq.seq-fallback .seq-tooltip {
  margin-top: -16px;
}
@media only screen and (max-width: 768px) {
  .seq.seq-reversed .seq-content {
    /* Don't allow content to reset to its start position when reversed */
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}
@media only screen and (min-width: 769px) {
  html,
  body {
    /* Make the theme fullscreen */
    height: 100%;
  }
  .seq {
    height: 100%;
  }
  .seq .seq-canvas > * {
    overflow: hidden;
  }
  .seq .seq-attribution {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40%;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: left;
  }
  .seq .seq-attribution a {
    color: #ccc;
  }
  .seq .seq-attribution a:focus,
  .seq .seq-attribution a:hover {
    color: white;
  }
  .seq.seq-active {
    /* When JS is enabled */
  }
  .seq.seq-active .seq-next-button {
    display: block;
  }
  .seq .seq-next-button {
    cursor: pointer;
    position: absolute;
    z-index: 6;
    bottom: 1em;
    left: 45px;
    width: 66px;
    color: white;
    transform: translateX(-50%) translateZ(100px);
    transition-duration: 0.1s;
    transition-property: transform;
    margin-bottom: 2.5%;
    background-color: transparent;
    border: none;
  }
  .seq .seq-prev-button {
    cursor: pointer;
    position: absolute;
    z-index: 6;
    bottom: 1em;
    top: -42%;
    left: 45px;
    width: 66px;
    color: white;
    transform: translateX(-50%) translateZ(100px);
    transition-duration: 0.1s;
    transition-property: transform;
    background: transparent;
    border: none;
  }
  .seq .seq-screen,
  .seq .seq-canvas,
  .seq .seq-canvas > * {
    /* Make Sequence full screen in large layout */
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .seq .seq-canvas {
    white-space: normal;
  }
  .seq .seq-half {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .seq .seq-nav {
    top: 50%;
    left: auto;
    right: 1em;
    height: auto;
    width: 1em;
    background: transparent;
    /* Vertically align */
    transform: translateY(-50%) translateZ(100px);
  }
  .seq .seq-pagination li {
    display: block;
    margin: 0;
    margin-bottom: 1em;
    font-size: 16px;
  }
  .seq .seq-pagination li:hover .seq-tooltip {
    opacity: 1;
    visibility: visible;
    /* Move the tooltip up as it appears */
    transform: translateY(-50%) translateZ(0);
  }
  .seq .seq-pagination li:after {
    /* Lines between dots */
    left: 50%;
    top: 100%;
    width: 2px;
    height: 1.25em;
    transform: translateX(-50%);
  }
  .seq .seq-tooltip {
    cursor: default;
    pointer-events: none;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-right: 1em;
    padding: 0.5em 1em;
    background: white;
    font-size: 0.875em;
    font-weight: 400;
    color: black;
    transform: translateY(-30%) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
  }
  .seq.seq-touch .seq-tooltip {
    /* Don't show tooltips on touch devices */
    display: none;
  }
  .seq .seq-swipe {
    /* Hide the swipe indicator for large layout */
    display: none;
  }
  .seq .seq-feature {
    /* Position the feature on the right */
    right: 0;
    height: auto;
    transform: translateY(100%) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .seq .seq-feature > div {
    transform: translateY(-80%) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .seq .seq-content {
    transform: translateY(100%) translateZ(0);
    transition-property: transform, opacity;
    transition-delay: 0s;
  }
  .seq .seq-in {
    /* Animate in positions for content */
  }
  .seq .seq-in .seq-feature,
  .seq .seq-in .seq-feature > div,
  .seq .seq-in .seq-content {
    transform: translateY(0) translateZ(0);
  }
  .seq .seq-out {
    /* Animate out positions for content */
  }
  .seq .seq-out .seq-feature,
  .seq .seq-out .seq-feature > div {
    transform: translateY(0) translateZ(0);
  }
  .seq .seq-out .seq-content {
    transform: translateY(-100%) translateZ(0);
  }
  .seq.seq-reversed .seq-canvas > *:first-of-type,
  .seq.seq-reversed .seq-canvas > *:last-of-type {
    /* Delay the moveActiveStepToTop option until the step has moved out */
    transition-delay: 0.5s;
    transition-property: opacity, transform, z-index !important;
  }
  .seq.seq-fallback {
    /* Styles for older browsers when in fallback mode */
  }
  .seq.seq-fallback .seq-nav {
    width: 1em;
    left: auto;
    margin-top: 0;
  }
}
@media only screen and (min-height: 400px) {
  .seq .seq-next-button {
    bottom: 2em;
  }
}
@media only screen and (min-width: 769px) and (min-height: 400px) {
  /* Increase the title font-size in two-up layout */
  .seq .seq-content h2 {
    font-size: 2.25em;
  }
}
@media only screen and (min-height: 520px) and (max-width: 768px) {
  /* Increase the height of the hero image in one-up layout */
  .seq .seq-nav {
    top: 300px;
  }
  .seq .seq-feature {
    height: 300px;
  }
}
@media only screen and (min-height: 620px) and (max-width: 768px) {
  /* Increase the height of the hero image in one-up layout */
  .seq .seq-nav {
    top: 400px;
  }
  .seq .seq-feature {
    height: 400px;
  }
}
/* Curation description */
#main section.module > .wrap.curation-desc {
  font-size: 20px;
  line-height: 26px;
}
#main section.module > .wrap.curation-desc .desc {
  margin: 0 auto;
  max-width: 730px;
}
.curate .wrap {
  position: relative;
}
.curate .btn-primary {
  float: right;
  font-size: 20px;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .curate form .main-tabs {
    position: relative !important;
  }
}
.curate form .input-group-addon-curation {
  right: 0;
}
.curate form .nav-tabs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}
.curate form .nav-tabs .curation_type {
  width: 65%;
}
.curate form .nav-tabs .curation_type a span:before {
  position: absolute;
  right: 15px;
  padding-left: 0 !important;
}
.curate form .nav-tabs .popular {
  width: 35%;
  min-width: 138px;
  border-bottom: 2px solid #E2E1E0;
}
.curate form .tab-content {
  left: 0px;
  width: 100%;
}
.curate.caption .template_search {
  width: auto;
  padding: 0;
  margin-top: 5px;
  text-align: left;
  background-color: white;
}
.curate.caption .template_search span {
  font-size: 12px;
  padding: 6px 10px;
  color: #4A4A4A;
  border-radius: 2px;
  background-color: #F0EEED;
}
.curate.caption .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .curate form #filter_keyword {
    line-height: 50px;
    height: 50px;
    width: calc(100% - 175px) !important;
    text-overflow: ellipsis;
    padding: 0 55px 0 10px;
    left: 0;
  }
  .curate form .input-group-addon-curation {
    right: 175px;
  }
  .curate form .nav-tabs {
    width: auto;
    display: block;
    margin-top: 0;
  }
  .curate form .nav-tabs .curation_type {
    width: 100%;
    margin-left: -175px;
  }
  .curate form .nav-tabs .curation_type > a {
    display: -ms-flexbox;
    display: flex;
  }
  .curate form .nav-tabs .curation_type > a span:before {
    right: -15px;
  }
  .curate form .nav-tabs .curation_type.active a span:before {
    right: -15px;
  }
  .curate form .nav-tabs .popular {
    width: auto;
    min-width: 138px;
    border-bottom: none;
  }
  .curate form .tab-content-curation,
  .curate form .tab-content-learning,
  .curate form .tab-content-resource {
    width: 175px;
  }
}
@media only screen and (min-width: 992px) {
  .curate .btn-primary.curation_landing {
    position: absolute;
    right: 0;
    font-size: 20px;
    padding: 10px 20px;
  }
  .curate form #filter_keyword {
    line-height: 50px;
    height: 50px;
    text-overflow: ellipsis;
    padding: 0 55px 0 10px;
    left: 0;
  }
  .curate form .nav-tabs {
    width: auto;
    display: block;
  }
  .curate form .nav-tabs .curation_type {
    width: 100%;
    margin-left: -175px;
  }
  .curate form .nav-tabs .popular {
    width: auto;
    min-width: 138px;
    border-bottom: none;
  }
}
.artist-feat {
  margin: 40px 0;
  font-size: 1pc;
}
.artist-feat .desc {
  margin: 0 auto;
  max-width: 730px;
}
.artist-feat > span {
  display: block;
  font-size: 16px;
}
.artist-feat span.view-more {
  display: block;
  float: unset;
}
.artist-feat .title {
  font-weight: 400;
  line-height: 1.8em;
}
.artist-feat .detail {
  line-height: 1.8em;
  font-weight: 300;
  color: #222222;
}
.artist-feat .detail a {
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
  text-decoration: none;
}
.artist-feat .detail a:hover {
  color: #FF4B00;
}
.section-single-curation__album {
  margin-top: -2.5%;
}
.section-single-curation__album .container_img {
  width: 100%;
  margin: 0;
}
.section-single-curation__album .container_img .middle {
  top: auto;
  bottom: 0px;
  position: absolute;
  transform: none;
  width: 100%;
}
.section-single-curation__album .container_img .text {
  font-size: 0.7rem;
  padding: 10px;
  text-align: left;
}
.section-single-curation__album .container_detail {
  float: left;
}
.section-single-curation__album .container_detail p {
  font-size: 16px;
  color: #909090;
  margin-bottom: 5px;
}
.section-single-curation__album .container_detail .title-wrapper a {
  box-shadow: none;
  border-bottom: 2px solid #FF4B00;
}
.section-single-curation__album .container_detail .title-wrapper .title {
  color: #222222;
  margin: 0 5px 0 0;
}
.section-single-curation__album .container_detail .title-wrapper span {
  float: left;
  display: contents;
  margin: 0;
  padding: 0;
  top: 0;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}
@media only screen and (min-width: 480px) {
  .section-single-curation__album .single-curation_col_1 {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-top: 0;
  }
  .section-single-curation__album .single-curation_col_1:nth-of-type(2n) {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-single-curation__album .single-curation_col_1 {
    display: -ms-flexbox;
    display: flex;
  }
  .section-single-curation__album .single-curation_col_1 .container_img {
    width: 50%;
  }
  .section-single-curation__album .single-curation_col_1 .container_detail {
    width: 50%;
    margin-left: 20px;
  }
}
/* Text hover image */
.container_img {
  position: relative;
  width: 50%;
  margin-left: 15%;
  float: left;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: relative;
  top: -20px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align: center;
  transition: 0.3s;
}
.container_img:hover .image {
  opacity: 1;
}
.container_img:hover .middle {
  opacity: 1;
}
.text {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.7rem;
  padding: 10px;
  text-align: left;
}
div.social-share:after {
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
  box-shadow: inset 0px -2px 3px -2px #000;
  z-index: 4;
}
div.social-share nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding: 10px 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  div.social-share nav {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  div.social-share nav {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  div.social-share nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.social-share nav .btn {
  font-size: 1.4rem;
  transition: all 0.3s ease;
  border: none;
}
div.social-share nav .tooltip {
  text-transform: uppercase;
}
div.social-share nav .anchors {
  z-index: 3;
  float: left;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  div.social-share nav .anchors {
    display: none !important;
  }
}
div.social-share nav .anchors a:hover {
  background-color: #CA002E;
  box-shadow: -3px 0px 5px -4px #000, 3px 0px 5px -4px #000;
  color: white;
  border: none;
  z-index: 5;
}
div.social-share nav .anchors .icon-info:before {
  font-size: 24px;
}
div.social-share nav .actions {
  /* new toolbar */
  /**/
}
div.social-share nav .actions > div,
div.social-share nav .actions > a {
  float: left;
  margin-right: -1px;
}
div.social-share nav .actions > div.faved:before,
div.social-share nav .actions > a.faved:before {
  color: #CA002E;
}
div.social-share nav .actions > div.faved.faved:hover:before,
div.social-share nav .actions > a.faved.faved:hover:before {
  color: white;
}
div.social-share nav .actions > div.faded,
div.social-share nav .actions > a.faded {
  opacity: 0.5;
}
div.social-share nav .actions .album.action-toggle {
  display: inline-block;
  background: none;
}
div.social-share nav .actions .album.action-toggle .action-dropdown {
  top: 60px;
  margin-left: -340px;
}
@media (max-width: 400px) {
  div.social-share nav .actions .album.action-toggle .action-dropdown {
    margin-left: -120px;
    width: 300px;
  }
}
div.social-share nav .actions .buy.action-toggle {
  margin-left: 1px;
}
div.social-share nav .actions .toolbar_icon {
  height: 50px;
  width: 50px;
  background-color: white;
  transition: background-color 0.3s ease;
}
div.social-share nav .actions .toolbar_icon:before {
  content: none;
}
div.social-share nav .actions .toolbar_icon:hover {
  background-position-y: bottom;
  background-color: #CA002E;
}
div.social-share nav .actions .toolbar_icon .album:hover {
  background-image: url('../img/sprites/auk_curations_curate_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
div.social-share nav .actions .share {
  background-image: url('../img/sprites/share.svg');
  margin-left: 58px;
  border: 1px solid #CCCCCC;
}
div.social-share nav .actions .fb {
  background-image: url('../img/sprites/facebook.svg');
}
div.social-share nav .actions .tw {
  background-image: url('../img/sprites/twitter.svg');
}
div.social-share nav .actions .dl {
  background-image: url('../img/sprites/download.svg');
}
div.social-share nav .actions .fav {
  background-image: url('../img/sprites/favourite.svg');
}
div.social-share nav .actions .album {
  background-image: url('../img/sprites/auk_curations_curate.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 1;
  margin-left: 0px;
}
div.social-share nav .actions .share-link {
  background-image: url('../img/sprites/auk_curations_link.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 44px 22px;
  border: 1px solid #CCCCCC;
}
div.social-share nav .actions .share-link:hover {
  background-image: url('../img/sprites/auk_curations_link_white.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 44px 22px;
}
div.social-share nav .actions .buy {
  background-image: url('../img/sprites/shop.svg');
}
div.social-share nav .actions .cr {
  background-image: url('../img/sprites/copyright.svg');
}
div.social-share nav .actions .share_dropdown .share-icons {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  box-shadow: 0 0 7px -2px #000;
  transform: translateX(25%);
  visibility: hidden;
}
div.social-share nav .actions .share_dropdown .share-icons.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-left: 5px;
  visibility: visible;
}
div.social-share nav .actions .share_dropdown .share-link {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  box-shadow: 0 0 7px -2px #000;
  transform: translateX(25%);
  visibility: hidden;
}
div.social-share nav .actions .share_dropdown .share-link.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-left: 5px;
  visibility: visible;
}
div.social-share nav .actions .album-red {
  background-image: url('../img/sprites/auk_curations_album_tick_red.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 0px;
}
div.social-share nav .actions .album-red:hover {
  background-image: url('../img/sprites/auk_curations_album_tick_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  padding: 0px;
}
div.social-share nav .actions .bg-tick:hover {
  background-image: url('../img/sprites/auk_curations_album_tick_white.svg') !important;
}
div.social-share nav .actions-ad {
  float: right;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  div.social-share nav .actions-ad {
    display: none !important;
  }
}
div.social-share nav .actions-ad a {
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #777;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
}
div.social-share nav .actions-ad a span {
  border-bottom: 2px solid #FF4B00;
}
div.social-share nav .actions-ad a:hover,
div.social-share nav .actions-ad a:active,
div.social-share nav .actions-ad a:focus,
div.social-share nav .actions-ad a.active {
  color: #FF4B00;
  text-decoration: none;
}
@media (max-width: 1000px) {
  div.social-share nav .actions-ad {
    width: 160px;
    line-height: 1.5;
  }
  div.social-share nav .actions-ad a {
    display: block;
    margin-bottom: 4px;
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: 0 0 7px -2px black;
  z-index: 1;
  top: 60px;
  margin-left: 10px;
  left: -150px;
  height: 50px;
  font-size: 16px;
  color: #222222;
}
#shareLinkSocial {
  left: -100px;
  min-width: 320px;
}
#copiedLinkSocial {
  left: 25px;
  height: auto;
}
@media (min-width: 1200px) {
  #copiedLinkSocial .link-copiedSocial {
    white-space: nowrap;
  }
}
.dropdown-content span {
  padding: 16px;
  text-decoration: none;
  display: inline-block;
  margin-left: 0px;
}
.dropdown-content a {
  margin-right: 15px;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
#copiedLink {
  left: 20px;
}
/* Trail content area  */
/*  Columns setup Trail */
.section-single-curation__trail {
  margin-top: -100px;
}
/*  Grouping  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
.grid-container-trail {
  height: 85vh;
  position: relative;
}
.grid-container-trail__map {
  width: 100%;
  height: 100%;
}
.grid-container-trail__map .map-trail {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.grid-container-trail__content {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 27px 0;
  position: absolute;
  background-color: #222222;
}
.grid-container-trail__content .artwork-trail-desc {
  position: relative;
}
.grid-container-trail__content .artwork-trail-desc .artwork {
  color: white;
}
.grid-container-trail__content .artwork-trail-desc .artwork-num {
  top: 6px;
  left: -31px;
  font-size: 16px;
  position: absolute;
  width: 25px;
  text-align: center;
}
.grid-container-trail__content .artwork-trail-desc .artwork-pin {
  width: 27px;
  position: absolute;
  left: -32px;
}
.grid-container-trail__content .artwork-trail-desc .artwork-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.grid-container-trail__content .artwork-trail-desc .artwork-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.grid-container-trail__content .artwork-trail-desc .rich-text {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.grid-container-trail .active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .grid-container-trail {
    display: -ms-flexbox;
    display: flex;
  }
  .grid-container-trail__map {
    width: 67%;
  }
  .grid-container-trail__map.full {
    width: 100%;
  }
  .grid-container-trail__content {
    position: relative;
    display: block;
    width: 33%;
    height: 100%;
  }
  .grid-container-trail__content .exit-trail {
    display: none;
  }
  .grid-container-trail__content .artwork-trail-desc {
    margin-top: 25px;
  }
}
.trail-content h4 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 45px;
}
.trail-content .container_content {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 45px;
}
.trail-content .active {
  display: block;
}
.trail-content .container_img {
  width: 100%;
  margin: 0;
}
.trail-content .container_img > a,
.trail-content .container_img .wrap {
  position: relative;
  display: block;
  max-width: 75%;
  margin: 0 auto;
}
.trail-content .container_img > a:hover .credit,
.trail-content .container_img .wrap:hover .credit {
  opacity: 1;
}
.trail-content .container_img > a .credit,
.trail-content .container_img .wrap .credit {
  z-index: 2;
  position: absolute;
  color: white;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
}
.trail-content .container_img > a .credit > p,
.trail-content .container_img .wrap .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  max-height: 200px;
  width: 100%;
}
.trail-content .container_img .trail-caption {
  margin-top: 20px;
}
.trail-content .container_img .trail-caption__title {
  font-size: 16px;
  line-height: 19px;
  color: #E1E1E1;
  margin-bottom: 10px;
}
.trail-content .container_img .trail-caption__title a {
  color: #E1E1E1;
  border-bottom: 1px solid #FF4B00;
}
.trail-content .container_img .trail-caption__text {
  font-size: 16px;
  line-height: 18px;
  color: #909090;
  margin-bottom: 5px;
}
.trail-content .container_img .trail-caption__location {
  font-size: 13px;
  line-height: 15px;
  color: #909090;
}
.trail-arrow {
  width: 15px;
  float: left;
  margin: 0 20px;
  cursor: pointer;
}
.trail-arrow__wrapper {
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 10px;
  position: absolute;
}
.trail-arrow:before {
  color: white;
}
.trail-arrow.arrow-prev:before {
  content: '\0049';
}
.trail-arrow.arrow-next:before {
  content: '\0048';
}
.single-curation_col_content h4 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 45px;
}
.single-curation_col_content .artwork-num {
  display: none;
}
.single-curation_col_content .container_content {
  display: none;
}
.single-curation_col_content .active {
  display: block;
}
.single-curation_col_content .container_img {
  width: 75%;
  margin: -2.5% 5%;
}
.single-curation_col_content .container_img > a,
.single-curation_col_content .container_img .wrap {
  position: relative;
  display: block;
}
.single-curation_col_content .container_img > a:hover .credit,
.single-curation_col_content .container_img .wrap:hover .credit {
  opacity: 1;
}
.single-curation_col_content .container_img > a .credit,
.single-curation_col_content .container_img .wrap .credit {
  z-index: 2;
  position: absolute;
  color: white;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
}
.single-curation_col_content .container_img > a .credit > p,
.single-curation_col_content .container_img .wrap .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  max-height: 200px;
  width: 100%;
}
.single-curation_col_content .rich-text {
  padding: 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #909090;
  top: 20px;
  position: relative;
}
.single-curation_col_content .rich-text a {
  text-decoration: none;
  border-bottom: 2px solid #FF4B00;
  color: #fff;
}
.single-curation_col_content .rich-text p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
  width: 120%;
  top: -35px;
}
.single-curation_col_content .artwork-trail-desc {
  margin-top: 25px;
}
.single-curation_col_content .image {
  padding-top: 50px;
}
.link-copied {
  display: none;
}
/*  Remove Google Maps Logo and Trademarks */
/*  Modal Trail Styles */
#modal_content {
  height: 90vh;
  overflow-y: scroll;
}
#modal_content .rich-text {
  padding: 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #909090;
}
#modal_content .rich-text a {
  text-decoration: none;
  border-bottom: 2px solid #FF4B00;
  color: #fff;
}
#modal_content .rich-text p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
}
#modal_content .container_img {
  width: 50%;
  margin: -7.5% 5%;
  top: 100px;
}
#modal_content .container_img > a,
#modal_content .container_img .wrap {
  position: relative;
  display: block;
}
#modal_content .container_img > a:hover .credit,
#modal_content .container_img .wrap:hover .credit {
  opacity: 1;
}
#modal_content .container_img > a .credit,
#modal_content .container_img .wrap .credit {
  z-index: 2;
  position: absolute;
  color: white;
  font-size: 0.7rem;
  font-weight: 100;
  width: auto;
  white-space: normal;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: all 0.3s ease;
}
#modal_content .container_img > a .credit > p,
#modal_content .container_img .wrap .credit > p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  max-height: 200px;
  width: 100%;
}
.modal-dialog-trail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #222222;
}
.modal-content-trail {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.exit-trail {
  background-image: url('../img/sprites/auk_curations_close.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px 24px;
  padding: 12px 24px;
  margin-left: 3px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
/*  Go full width at less than 768 pixels */
@media only screen and (max-width: 768px) {
  .col-trail {
    margin: 1% 0 1% 0%;
  }
  .modal-trail > div {
    max-width: 768px;
  }
  .artwork-num {
    display: inline-block;
  }
  #modal_content .container_content {
    left: 65px;
    position: relative;
  }
  #modal_content h4 {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
  }
  #modal_content .artwork-num {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 43px;
    left: -30px;
  }
  #modal_content .rich-text p {
    font-size: 1em;
    line-height: 1.6em;
    position: relative;
    width: 175%;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .single-curation_col_map,
  .single-curation_col_trail {
    width: 100%;
  }
  .single-curation_col_content {
    display: none;
  }
  .grid-container-trail {
    margin-top: 0px;
    padding: 0;
  }
  .exit-trail {
    top: 60px;
    padding: 12px 12px;
  }
  #modal_content > div .trail-caption.image_landscape_caption {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 480px) {
  #modal_content .container_img {
    width: 60%;
    margin: -7.5% 10%;
    top: 80px;
  }
  .modal-dialog-trail {
    height: 100vh;
  }
  .container_content {
    overflow-y: scroll;
  }
}
/* End Trail content area */
/* Showcase content area  */
.section-single-curation__showcase {
  background-color: #222222;
  color: #fff;
  margin-top: -5%;
}
.section-single-curation__showcase .grid-container {
  height: 100vh;
}
.section-single-curation__showcase .grid-container .single-curation_col_1 span {
  font-size: 0.9em;
  line-height: 1.4em;
}
.section-single-curation__showcase .grid-container .single-curation_col_1 p {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.4em;
}
.section-single-curation__showcase .grid-container .single-curation_col_1 p + span {
  font-size: 0.9em;
  line-height: 1.4em;
}
.section-single-curation__showcase .grid-container .single-curation_col_1 h4 {
  color: #fff;
  font-size: 1.6em;
}
.section-single-curation__showcase .grid-container .single-curation_col_2 span {
  color: #909090;
  font-size: 1pc;
  line-height: 1pc;
  word-break: break-word;
  white-space: pre-line;
  display: table-cell;
  padding: 0px 20px 0px;
  float: left;
  margin: -3% 32% 5%;
}
.section-single-curation__showcase .grid-container .single-curation_col_2 span a {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
  line-height: 1.5pc;
}
.section-single-curation__showcase .grid-container .single-curation_col_2 span a:hover {
  color: #FF4B00;
}
.section-single-curation__showcase .grid-container .container_img {
  float: right;
  margin-right: 150px;
}
.section-single-curation__showcase a {
  color: #fff;
}
.section-single-curation__showcase .rich-text p a {
  color: #fff;
}
.showcase-divider {
  display: none;
}
.section-single-curation__showcase .grid-container .single-curation_col_1 span:empty {
  background-color: red;
}
.section-single-curation__showcase .grid-container .single-curation_col_2 div.container_img {
  width: 35%;
  margin-left: 33%;
}
div.single-curation_col_2 + div.fp-nav.fp-right {
  margin-top: -40%;
}
.section-single-curation__showcase div.single-curation_col_2.paragraph-template p {
  line-height: 1.8em;
  font-size: 1.2em;
}
.section-single-curation__showcase div.single-curation_col_2.paragraph-template h4 {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.6em;
}
.number-line {
  background-image: url('../img/sprites/auk_curations_showcase_line.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px 24px;
  padding: 0px 10px;
  margin-left: -3px;
}
.exit-showcase {
  background-image: url('../img/sprites/auk_curations_close.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px 24px;
  padding: 12px 24px;
  margin-left: 3px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: -30px;
  right: 5px;
  z-index: 10;
}
/* Timeline content area  */
.section-single-curation__timeline {
  margin-top: -5%;
}
.section-single-curation__timeline .grid-container {
  padding: 0px 10px;
  margin-top: -2.5%;
  clear: both;
}
.section-single-curation__timeline .grid-container h1 {
  position: absolute;
  right: 49.25%;
  margin-top: -1%;
  background-color: white;
  padding: 30px 0 30px;
  font-size: 1.2em;
}
.section-single-curation__timeline .grid-container .dot {
  font-size: 2em;
  right: 50.4%;
  margin-top: -2.5%;
  padding: 20px 0 45px;
}
.section-single-curation__timeline .grid-container .single-curation_col_1:nth-child(1) {
  border-right: solid 1px #BDBCBC;
  padding-bottom: 5%;
}
.section-single-curation__timeline .grid-container .single-curation_col_1:nth-child(1) .container_img {
  margin-left: 30%;
}
.section-single-curation__timeline .grid-container .paragraph-template {
  width: 100%;
}
.section-single-curation__timeline .grid-container .paragraph-template > * {
  margin: 0 auto;
  max-width: 730px;
  padding-top: 20px;
}
.section-single-curation__timeline .grid-container .paragraph-template > *p {
  font-size: 0.7em;
  line-height: 1.4em;
  padding: 20px 0;
}
.section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline > div {
  padding: 0;
  font-size: 1pc;
  line-height: 1.5pc;
  color: #909090;
}
.section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline > div a {
  color: #222222;
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
}
.section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline > div a:hover {
  color: #FF4B00;
}
.section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline {
  margin-right: -2.5%;
  float: right;
  padding: 1% 17.5% 0 5%;
}
.section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline p {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #222222;
}
.section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline h4 {
  font-size: 0.9em;
}
.section-single-curation__timeline .grid-container .single-curation_col_2.paragraph-template p {
  font-size: 0.7em;
  line-height: 1.6em;
  padding: 0;
}
.section-single-curation__timeline .grid-container .single-curation_col_2.paragraph-template h4 {
  text-align: center;
  font-size: 0.8em;
}
.vl {
  border-left: 1px solid #BDBCBC;
  height: 150px;
  position: relative;
  left: 50%;
  top: -25px;
  display: none;
  margin-top: 2.5%;
}
div.single-curation_col_2.paragraph-template p {
  position: initial;
  width: 100%;
}
/*  Columns setup  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/*  Grouping  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
.grid-container {
  display: flow-root;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding: 50px 10px;
}
.grid-container > div {
  text-align: left;
  padding: 20px 0;
  font-size: 30px;
}
/*  Grid of two  */
.single-curation_col_2 {
  width: 100%;
}
.single-curation_col_1 {
  width: 49.2%;
}
.single-curation_col_1 span {
  color: #909090;
  font-size: 1pc;
  line-height: 1.5pc;
  word-break: break-word;
}
.single-curation_col_1 span a {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
.single-curation_col_1 span a:hover {
  color: #FF4B00;
}
.section-single-curation__album div.grid-container {
  padding: 0 calc(5.5%);
}
/* Media Queries */
/* 2300px */
@media only screen and (max-width: 2300px) {
  .section-single-curation__timeline .grid-container h1 {
    right: 49%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 125px;
  }
}
/* 2200px */
@media only screen and (max-width: 2200px) {
  .seq-feature .showcase-image .container_img {
    margin-right: 123px;
  }
}
/* 2100px */
@media only screen and (max-width: 2100px) {
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -16%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50.35%;
    margin-top: -2%;
    padding: 10px 0 30px;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 115px;
  }
}
/* 2000px */
@media only screen and (max-width: 2000px) {
  .section-single-curation__timeline .grid-container h1 {
    right: 48.55%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50.35%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 110px;
  }
  .single-curation_col_content .container_img {
    margin: -5% 5%;
  }
}
/* 1920px */
@media only screen and (max-width: 1920px) {
  .section-single-curation__showcase {
    margin-top: -6%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 105px;
  }
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-next-button {
    bottom: 50%;
  }
}
/* 1900px */
@media only screen and (max-width: 1900px) {
  .section-single-curation__showcase {
    margin-top: -6%;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -1.5%;
  }
}
/* 1850px */
@media only screen and (max-width: 1850px) {
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-next-button {
    bottom: 47%;
  }
}
/* 1800px */
@media only screen and (max-width: 1800px) {
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -3% 32% 5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50.3%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -15px;
  }
}
/* 1700px */
@media only screen and (max-width: 1700px) {
  div.fp-nav.fp-right {
    margin-top: -28%;
  }
  .section-single-curation__timeline .grid-container h1 {
    right: 48.25%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50.25%;
  }
  .seq .seq-pagination li {
    top: -50px;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 95px;
  }
}
/* 1600px */
@media only screen and (max-width: 1600px) {
  .section-single-curation__showcase {
    margin-top: -7%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -3% 31.5% 5%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 90px;
  }
}
/* 1500px */
@media only screen and (max-width: 1500px) {
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -3% 31.5% 5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50.15%;
  }
}
/* 1440px */
@media only screen and (max-width: 1440px) {
  .middle {
    top: -35px;
  }
  .section-single-curation__timeline .grid-container h1 {
    right: 48%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50.15%;
    margin-top: -3%;
    padding: 10px 0 40px;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_2.paragraph-template p {
    font-size: 0.7em;
    line-height: 1.6em;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline h4 {
    font-size: 0.8em;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_2.paragraph-template h4 {
    font-size: 0.8em;
  }
  .section-single-curation__showcase .grid-container .container_img_desc {
    width: 45%;
  }
  .section-single-curation__album {
    margin-top: -5%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -15%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 10px;
  }
  .section-single-curation .seq-feature .showcase-detail {
    width: 35%;
  }
  .single-curation_col_content .container_img {
    margin: -7.5% 5%;
  }
  .single-curation_col_content .image_landscape_caption {
    margin-top: -35px;
  }
}
/* 1400px */
@media only screen and (max-width: 1400px) {
  .section-single-curation__showcase {
    margin-top: -8%;
  }
}
/* 1366px */
@media only screen and (max-width: 1366px) {
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 650px;
    right: -40px;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template h4,
  .section-single-curation .seq-feature .showcase-detail.paragraph-template p {
    width: 50%;
  }
  .section-single-curation .seq-nav-wrapper {
    right: -15px;
  }
  .single-curation_col_content {
    height: 78vh;
  }
  .container_content .container_img .middle {
    top: -20px;
  }
}
/* 1300px */
@media only screen and (max-width: 1300px) {
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -4% 31.25% 5%;
  }
  .section-single-curation__showcase .grid-container .seq .seq-pagination li {
    font-size: 14px;
  }
  .section-single-curation__showcase p {
    line-height: 2.4pc;
    font-size: 1pc;
  }
  div.fp-nav.fp-right {
    margin-top: -30%;
  }
  div.single-curation_col_2 + div.fp-nav.fp-right {
    margin-top: -48%;
  }
  div.single-curation_col_2.paragraph-template + div.fp-nav.fp-right {
    margin-top: -15%;
  }
}
/* 1280px */
@media only screen and (max-width: 1280px) {
  .middle {
    top: -35px;
  }
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-next-button {
    bottom: 49.5%;
  }
  .number-line {
    margin-left: -4px;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    right: 0px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 p {
    font-size: 1.1em;
  }
}
/* 1200px */
@media only screen and (max-width: 1200px) {
  .middle {
    top: -45px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -5% 31.5% 5%;
  }
  .section-single-curation__showcase {
    margin-top: -9%;
  }
  div.fp-nav.fp-right {
    margin-top: -35%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline h4 {
    font-size: 0.8em;
  }
  .section-single-curation__timeline .grid-container h1 {
    right: 48%;
    font-size: 1em;
    margin-top: -2%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 50%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline p {
    font-size: 1.1em;
  }
  .section-single-curation__timeline .grid-container .dot {
    margin-top: -4%;
  }
  .section-single-curation__showcase .grid-container .container_img_desc {
    right: 6.5%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -20px;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 550px;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template h4 {
    margin: -75px auto 50px auto;
  }
  div.social-share nav .actions .share-link {
    position: absolute;
  }
  #shareLinkSocial {
    left: -220px;
    top: 50px;
  }
  #copiedLinkSocial {
    left: -90px;
    top: 50px;
  }
}
/* 1199px */
/* 1180px */
@media only screen and (max-width: 1180px) {
  #url-link,
  #url-link-social {
    position: absolute;
  }
  div.social-share nav .actions {
    position: relative;
  }
  div.social-share nav .actions > div {
    left: 107px;
  }
}
/* 1100px */
@media only screen and (max-width: 1100px) {
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -7% 31% 5%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 5px;
  }
  div.social-share nav .actions {
    left: 5px;
    position: relative;
  }
  div.social-share nav .actions > div {
    left: 107px;
  }
}
/* 1024px */
@media only screen and (max-width: 1024px) {
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -7% 31% 5%;
  }
  .section-single-curation__showcase {
    margin-top: -10%;
  }
  .section-single-curation__showcase p {
    line-height: 2pc;
  }
  div.single-curation_col_2 + div.fp-nav.fp-right {
    margin-top: -55%;
  }
  div.single-curation_col_2.paragraph-template + div.fp-nav.fp-right {
    margin-top: -25%;
  }
  .section-single-curation__timeline .grid-container h1 {
    right: 47.5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 49.9%;
  }
  .section-single-curation__album {
    margin-top: -7.5%;
  }
  .section-single-curation .seq-nav-wrapper {
    right: -20px;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 500px;
    margin-right: 57px;
  }
  .section-single-curation .seq-feature .showcase-detail {
    width: 40%;
    padding-left: 5.25vw;
  }
  .section-single-curation .seq-nav-wrapper .seq-nav .seq-next-button {
    bottom: 46%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 p {
    font-size: 0.85em;
  }
  div.social-share nav .actions {
    left: 8px;
    position: relative;
  }
  .single-curation_col_content .container_img {
    margin: -15% 5%;
  }
  .container_content .container_img .middle {
    top: -28px;
  }
  .single-curation_col_content .image_landscape_caption {
    margin-top: -30px;
  }
  .single-curation_col_content .artwork-trail-desc {
    margin-top: 0px;
  }
}
/* 800px */
@media only screen and (max-width: 800px) {
  .section-single-curation__timeline {
    margin-top: -10%;
  }
  .single-curation_col_1 span {
    position: relative;
  }
  .single-curation_col_1 span a {
    white-space: pre-line;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -10% 30.5% 5%;
  }
  .section-single-curation__showcase {
    margin-top: -13%;
  }
  .section-single-curation__showcase p {
    line-height: 1.9pc;
    font-size: 0.9pc;
  }
  div.fp-nav.fp-right {
    margin-top: -50%;
  }
  div.single-curation_col_2 + div.fp-nav.fp-right {
    margin-top: -60%;
  }
  div.single-curation_col_2.paragraph-template + div.fp-nav.fp-right {
    margin-top: -33%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1:nth-child(1) .container_img {
    margin-left: 15%;
    width: 65%;
  }
  .section-single-curation__timeline .grid-container h1 {
    right: 46.5%;
    margin-top: -3%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 49.6%;
    margin-top: -4%;
    padding: 0px 0 30px;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline h4 {
    font-size: 0.8em;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline span {
    margin-left: 0;
    margin-top: 1%;
    font-size: 0.9pc;
  }
  .section-single-curation__showcase .grid-container .container_img_desc {
    right: 7.5%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -7%;
  }
  #main section.module > .wrap.curation-desc .desc,
  .artist-feat .desc {
    max-width: 97.5%;
  }
}
/* 768px */
@media only screen and (max-width: 768px) {
  .section-single-curation__album {
    margin-top: -10%;
  }
  #main section.curations.curations--grey.album-template-selector {
    z-index: 7;
  }
  .section-single-curation__timeline .grid-container .dot {
    margin-top: -4%;
    padding: 5px 0 35px;
  }
  .seq .seq-next-button {
    position: absolute;
    left: 95%;
    top: 92%;
  }
  .seq .seq-prev-button {
    position: absolute;
    left: 94.5%;
    top: 1%;
  }
  .seq .seq-nav {
    background: none;
  }
  .section-single-curation__showcase .grid-container {
    height: 100%;
  }
  .section-single-curation__showcase .grid-container .seq .seq-pagination li {
    top: 75px;
  }
  .section-single-curation__showcase .grid-container .container_img_desc {
    margin-left: 58%;
    right: auto;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 p {
    white-space: normal;
    width: 100%;
  }
  .seq .seq-feature {
    height: 100%;
  }
  .section-single-curation__showcase div.single-curation_col_2.paragraph-template p {
    padding: 0;
  }
  #sequence {
    transform: none !important;
    overflow-y: scroll;
  }
  .seq .seq-canvas {
    transform: none !important;
    white-space: normal;
  }
  .seq.seq-active .seq-nav {
    display: none;
  }
  .showcase-bodylock {
    overflow: auto !important;
  }
  .showcase-fixed {
    scroll-snap-align: none;
  }
  .seq .seq-next {
    display: none !important;
  }
  .seq .seq-prev-button {
    display: none !important;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 {
    width: 100%;
  }
  .section-single-curation__showcase .grid-container .container_img_desc {
    margin-right: 5%;
    width: 90%;
    position: initial;
    margin-top: 5%;
    max-width: 100%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline {
    padding: 1% 10% 0 5%;
  }
  .showcase-divider {
    display: block;
    position: relative;
    left: -305px;
    width: 10%;
    margin-top: 10%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: 0px;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template p {
    margin: 50px auto 50px auto;
    width: 99%;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template h4 {
    margin: 0px auto 50px auto;
    width: 99%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    margin-right: 35px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 p {
    width: 75%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 350px;
  }
  div.social-share nav .actions {
    left: 0;
  }
  #modal_content .container_img {
    left: 15px;
  }
  div.social-share {
    margin-left: 0px;
  }
  div.social-share nav {
    max-width: 300px;
  }
}
/* 700px */
@media only screen and (max-width: 700px) {
  .seq .seq-next-button {
    left: 94.5%;
  }
  .seq .seq-prev-button {
    left: 93%;
  }
  .section-single-curation__showcase {
    margin-top: -14%;
  }
  .section-single-curation .seq-feature .showcase-detail {
    width: 100%;
    padding-left: 2vw;
  }
  .showcase-divider {
    left: -250px;
  }
  .section-single-curation .seq-feature .showcase-detail.paragraph-template h4 {
    margin: 0px auto -25px auto;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 100%;
    margin-right: 0px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 p {
    width: 100%;
  }
}
/* 650px */
@media only screen and (max-width: 650px) {
  .section-single-curation__showcase {
    margin-top: -16%;
  }
  .showcase-divider {
    left: -235px;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 98%;
    margin-right: 10px;
  }
}
/* 600px */
@media only screen and (max-width: 600px) {
  .single-curation_col_1 span {
    font-size: 14px;
  }
  .middle {
    top: -75px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 span a {
    white-space: normal;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -15% 30% 7%;
    font-size: 0.9pc;
    line-height: 1pc;
  }
  .section-single-curation__showcase {
    margin-top: -17%;
  }
  div.single-curation_col_2 + div.fp-nav.fp-right {
    margin-top: -75%;
  }
  div.single-curation_col_2.paragraph-template + div.fp-nav.fp-right {
    margin-top: -37.5%;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -4%;
    right: 45%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 49.3%;
  }
  #main section.module > .wrap.curation-desc .desc,
  .artist-feat .desc {
    max-width: 86%;
  }
  .showcase-divider {
    left: -220px;
  }
}
/* 550px */
@media only screen and (max-width: 550px) {
  .section-single-curation__showcase {
    margin-top: -18%;
  }
  .showcase-divider {
    left: -200px;
  }
}
/* 500px */
@media only screen and (max-width: 500px) {
  .container_img {
    margin-left: 8%;
  }
  .album-template-selector div.right.icon_timeline {
    margin: -7.5px 10px;
  }
  .section-single-curation__showcase {
    margin-top: -20%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -25% 29% 5%;
  }
  div.fp-nav.fp-right {
    margin-top: -60%;
  }
  div.single-curation_col_2 + div.fp-nav.fp-right {
    margin-top: -85%;
  }
  div.single-curation_col_2.paragraph-template + div.fp-nav.fp-right {
    margin-top: -50%;
  }
  .seq .seq-prev-button {
    left: 92%;
  }
  .seq .seq-next-button {
    left: 93.5%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -4.5%;
  }
  .showcase-divider {
    left: -180px;
  }
}
/*  Go full width at less than 480 px */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .single-curation_col_2,
  .single-curation_col_1 {
    width: 100%;
  }
  .album-template-selector div.right.icon_timeline {
    margin: -6px 150px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -12% 5% 5%;
    font-size: 15px;
    line-height: 0.7pc;
  }
  .section-single-curation__showcase {
    margin-top: -21%;
  }
  #main section.curations.curations--grey.album-template-selector {
    z-index: 7;
  }
  div.fp-nav.fp-right,
  div.single-curation_col_2 + div.fp-nav.fp-right,
  div.single-curation_col_2.paragraph-template + div.fp-nav.fp-right {
    display: none;
  }
  .grid-container {
    height: auto !important;
  }
  .section-single-curation__showcase p {
    font-size: 1pc;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 div.container_img {
    width: 80%;
    margin-left: 10%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1:nth-child(1) {
    border-right: none;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1:nth-child(1) .container_img {
    margin-left: 7.5%;
    width: 85%;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -28%;
    right: 42.5%;
    padding: 20px 0 20px;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 48%;
    margin-top: -27.5%;
    padding: 10px 0 50px;
    line-height: 0;
  }
  .vl {
    display: block;
  }
  .middle {
    top: -35px;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_2.paragraph-template p {
    font-size: 0.6em;
    line-height: 2em;
  }
  .section-single-curation__timeline {
    margin-top: -20%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_2.paragraph-template h4 {
    font-size: 0.8em;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline {
    margin-top: -15%;
  }
  .section-single-curation__timeline .grid-container .single-curation_col_1.curation_timeline span {
    margin-top: 0;
  }
  .section-single-curation__showcase .grid-container .container_img_desc {
    margin-right: 5%;
    margin-left: 0;
    position: initial;
    width: 90%;
  }
  .section-single-curation__album {
    margin-top: -12.5%;
  }
  .section-single-curation .seq-feature .showcase-image .container_img {
    max-width: 97%;
    margin-right: 5px;
  }
  .section-single-curation .seq-feature .showcase-detail {
    padding-left: 0;
  }
  .showcase-divider {
    left: -170px;
  }
  #modal_content > div .trail-caption.image_landscape_caption {
    margin-top: -40px;
  }
  #modal_content .rich-text p {
    width: 135%;
    margin-top: -10px;
  }
  .exit-trail {
    top: 60px;
    background-size: 24px 20px;
  }
  #modal_content .container_img {
    left: 0px;
  }
  #modal_content {
    height: 95vh;
    overflow-y: scroll;
  }
  #shareLinkSocial {
    left: -240px;
  }
}
/* 450px */
@media only screen and (max-width: 450px) {
  .album-template-selector div.right.icon_timeline {
    margin: -6px 132.5px;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -30%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 47.8%;
    margin-top: -28.5%;
  }
  .showcase-divider {
    left: -165px;
  }
  #shareLinkSocial {
    left: -150px;
    white-space: normal;
    word-break: break-word;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .dropdown-content a {
    margin-bottom: 15px;
  }
}
/* 425px */
@media only screen and (max-width: 425px) {
  .album-template-selector div.right.icon_timeline {
    margin: -6px 120px;
  }
  .section-single-curation__showcase {
    margin-top: -24%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -16% 5% 5%;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -31.5%;
    right: 41.5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 47.75%;
    margin-top: -30%;
  }
  .section-single-curation__timeline {
    margin-top: -25%;
  }
  .vl {
    margin-top: 5%;
  }
  .showcase-divider {
    left: -155px;
  }
  .section-single-curation .seq-feature .showcase-detail {
    padding-left: 5px;
  }
  div.social-share nav .actions {
    left: 0px;
  }
}
/* 414px */
@media only screen and (max-width: 414px) {
  .album-template-selector div.right.icon_timeline {
    margin: -6px 115px;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -32.5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    margin-top: -31.5%;
  }
  .exit-trail {
    top: 63px;
  }
}
/* 400px */
@media only screen and (max-width: 400px) {
  .album-template-selector div.right.icon_timeline {
    margin: -6px 110px;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -33.5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 47.45%;
  }
  .showcase-divider {
    left: -150px;
  }
}
/* 375px */
@media only screen and (max-width: 375px) {
  .single-curation_col_1 span {
    font-size: 15px;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -15% 5% 5%;
  }
  .section-single-curation__showcase {
    margin-top: -27%;
  }
  .middle {
    top: -35px;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -36.5%;
    right: 40%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 47.25%;
    margin-top: -34.5%;
  }
  .album-template-selector div.right.icon_timeline {
    margin: -6px 95px;
  }
  .showcase-divider {
    left: -140px;
  }
  .exit-trail {
    top: 65px;
  }
  #shareLinkSocial {
    left: -170px;
  }
  div.social-share nav .actions {
    left: -10px;
  }
}
/* 350px */
@media only screen and (max-width: 350px) {
  .album-template-selector div.right.icon_timeline {
    margin: -6px 85px;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -38.5%;
  }
  .section-single-curation__timeline .grid-container .dot {
    margin-top: -37%;
  }
  .section-single-curation__showcase {
    margin-top: -30%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -7.5%;
  }
  .showcase-divider {
    left: -130px;
  }
  .exit-trail {
    top: 68px;
  }
}
/* 320px */
@media only screen and (max-width: 320px) {
  .single-curation_col_1 span {
    font-size: 13px;
  }
  .album-template-selector div.right.icon_timeline {
    margin: -6px 70px;
  }
  .section-single-curation__showcase {
    margin-top: -32%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_2 span {
    margin: -25% 4% 5%;
  }
  .middle {
    top: -45px;
  }
  .vl {
    height: 125px;
  }
  .section-single-curation__timeline .grid-container h1 {
    margin-top: -38.5%;
    right: 39%;
  }
  .section-single-curation__timeline .grid-container .dot {
    right: 47%;
  }
  .middle {
    top: -35px;
  }
  .section-single-curation__timeline {
    margin-top: -30%;
  }
  .section-single-curation__showcase .grid-container .single-curation_col_1 .title {
    left: -8.5%;
  }
  .showcase-divider {
    left: -117px;
  }
  .exit-trail {
    top: 70px;
  }
  div.social-share nav .actions {
    left: -38px;
  }
}
/*
- Curation - Load Module
-------------------------*/
/*  Curation load main block  */
#main section.edit-details .edit-curation-content:first-of-type .arrow-up:hover {
  cursor: default;
}
#main section.edit-details .edit-curation-content:first-of-type .icon-arrow-up {
  fill: #909090;
}
#main section.edit-details .edit-curation-content:last-of-type .arrow-down:hover {
  cursor: default;
}
#main section.edit-details .edit-curation-content:last-of-type .icon-arrow-down {
  fill: #909090;
}
#main section.edit-details .divider-curation-load-mode {
  padding: 0 20px;
}
#main section.edit-details .divider-curation-load-mode > div {
  width: 100%;
  position: relative;
  left: 0;
}
#main section.edit-details .divider-curation-load-mode > div .curation-load-mode-icons {
  position: absolute;
  right: 0;
  top: -10px;
  background-color: white;
}
#main section.edit-details .divider-curation-load-mode > div .curation-load-mode-icons svg {
  margin-left: 10px;
  fill: #4B4B4B;
}
#main section.edit-details .divider-curation-load-mode > div .curation-load-mode-icons svg:hover {
  fill: #909090;
}
#main section.edit-details .curation-load-mode {
  clear: both;
  padding: 0px;
  margin: 0px;
  padding: 0 10px;
}
#main section.edit-details .curation-load-mode .curation-image {
  width: 100%;
}
#main section.edit-details .curation-load-mode .curation-image span {
  margin-top: 15px;
}
#main section.edit-details .curation-load-mode .curation-detail {
  width: 100%;
  clear: both;
}
#main section.edit-details .curation-load-mode .curation-detail > div {
  margin: 0;
}
#main section.edit-details .curation-load-mode .curation-detail > div .form-group {
  width: 100%;
  margin: 0 0 30px 0;
}
#main section.edit-details .curation-load-mode .curation-detail > div .form-group.short {
  width: 100%;
}
#main section.edit-details .curation-load-mode .curation-detail > div .form-group label {
  font-size: 16px;
}
#main section.edit-details .curation-load-mode .curation-detail > div .form-group .curation-help-text {
  font-size: 15px;
  margin-top: 15px;
}
#main section.edit-details .curation-load-mode .curation-detail > div .form-group .form-control {
  box-shadow: none;
}
@media only screen and (min-width: 480px) {
  #main section.edit-details .curation-load-mode {
    display: -ms-flexbox;
    display: flex;
  }
  #main section.edit-details .curation-load-mode .curation-image {
    width: 32%;
    margin-top: 10px;
  }
  #main section.edit-details .curation-load-mode .curation-detail {
    width: 68%;
    margin: 0;
  }
  #main section.edit-details .curation-load-mode .curation-detail.no-image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #main section.edit-details .curation-load-mode {
    margin: 0 10px;
  }
  #main section.edit-details .curation-load-mode .curation-image {
    width: 235px;
  }
  #main section.edit-details .curation-load-mode .curation-image img {
    min-width: 215px;
  }
  #main section.edit-details .curation-load-mode .curation-detail {
    margin: 0 10px 0 35px;
    width: calc(100% - 275px);
  }
  #main section.edit-details .curation-load-mode .curation-detail.no-image {
    margin: 0 10px;
  }
  #main section.edit-details .curation-load-mode .curation-detail > div .form-group {
    padding: 0;
  }
  #main section.edit-details .curation-load-mode .curation-detail .curation-load-mode-edit {
    display: -ms-flexbox;
    display: flex;
  }
  #main section.edit-details .curation-load-mode .curation-detail .curation-load-mode-edit .curation-heading {
    width: 60%;
    margin-right: 30px;
  }
  #main section.edit-details .curation-load-mode .curation-detail .curation-load-mode-edit .curation-date {
    width: calc(40% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  #main section.edit-details .curation-load-mode {
    margin: 0;
  }
}
#main section.edit-details .curation-edit-manager .curation-col {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
#main section.edit-details .curation-edit-manager .curation-col .btn {
  width: 100%;
}
#main section.edit-details .curation-edit-manager .curation-col .curataion-button-info {
  width: 100%;
  font-size: 15px;
  margin: 10px 0 0 0;
}
#main section.edit-details .curation-edit-manager .curation-col .curataion-button-info a {
  box-shadow: 0 2px 0 #FF4B00;
}
#main section.edit-details .curation-edit-manager .curation-col .curataion-button-info a:hover {
  box-shadow: 0 2px 0 #FF4B00;
  color: #FF4B00;
  text-decoration: none;
}
#main section.edit-details .edit-curation-actions {
  margin: 0;
  clear: both;
}
#main section.edit-details .edit-curation-actions .action-wrapper {
  position: relative;
  padding: 90px 20px 50px 20px;
}
#main section.edit-details .edit-curation-actions .action-wrapper .btn {
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}
#main section.edit-details .edit-curation-actions .action-wrapper .btn:hover {
  color: white;
  background-color: #4A4A4A;
}
#main section.edit-details .edit-curation-actions .action-wrapper .curation-save-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 20px;
  font-size: 20px;
  width: calc(100% - 40px);
}
#main section.edit-details .edit-curation-actions .action-wrapper .curation-save-btn:focus {
  font-size: 20px;
}
@media only screen and (min-width: 480px) {
  #main section.edit-details .curation-edit-manager {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #main section.edit-details .curation-edit-manager .curation-col {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
  }
  #main section.edit-details .curation-edit-manager .curation-col:last-child {
    margin-right: 0;
  }
  #main section.edit-details .curation-edit-manager .curation-col > button {
    width: 100%;
    text-align: left;
  }
  #main section.edit-details .curation-edit-manager .curation-col > button .button-text {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #main section.edit-details .curation-edit-manager .curation-col {
    width: 31.9%;
    margin-right: 2%;
  }
  #main section.edit-details .curation-edit-manager .curation-col > button {
    width: 100%;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper .btn {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper .curation-save-btn {
    right: 0;
    width: auto;
    min-width: 20%;
    margin-left: calc(75% + 10px);
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #main section.edit-details .curation-edit-manager {
    margin-top: 0;
  }
  #main section.edit-details .curation-edit-manager .curation-col {
    width: 32%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 4%;
    margin-right: 4%;
    border-right: 1px solid #E4E4E4;
  }
  #main section.edit-details .curation-edit-manager .curation-col:last-child {
    margin-right: 0;
    padding-right: 0;
    width: calc(28%);
    border: none;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper {
    width: 775px;
    float: right;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper .btn {
    padding: 12px 30px;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper .curation-save-btn {
    padding: 12px 30px;
  }
  #main section.edit-details .edit-curation-actions .action-wrapper .curation-save-btn:focus {
    padding: 12px 30px;
    margin-bottom: 20px;
  }
}
.curation-image img {
  width: 100%;
}
.curation-image span {
  color: #909090;
  font-size: 14px;
  float: left;
  line-height: 22px;
  margin-top: 7.5%;
}
.curation-image a {
  text-decoration: none;
  border-bottom: 2px solid #FF4B00;
}
.curation-image a:hover {
  color: #FF4B00;
}
.curation-heading_only_paragraph {
  margin-left: 0%;
  max-width: 98%;
}
.curation-date_only_paragraph {
  right: -98%;
  top: -144px;
}
.curation_description_only_paragraph {
  top: -130px;
  position: relative;
}
.curation_description_only_paragraph label {
  font-weight: 500;
  font-size: 0.8rem;
  color: #909090;
}
.chars-count {
  font-size: 15px;
  float: right;
  margin-top: 15px;
}
.chars-instruction {
  font-size: 15px;
  float: left;
  margin-top: 15px;
}
/*  Column load setup  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/*  Grouping  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
/*  Grid of three  */
.col_3_of_3 {
  width: 100%;
}
.col_2_of_3 {
  width: 66.13%;
}
.col_1_of_3 {
  width: 32.26%;
}
.icon-trash-bin {
  float: right;
}
.icon-trash-bin:hover {
  fill: #E2E1E0;
  transition: all 0.3s ease;
}
.icon-arrow-down {
  float: right;
}
.icon-arrow-down:hover {
  fill: #E2E1E0;
  transition: all 0.3s ease;
}
.icon-arrow-up {
  float: right;
}
.icon-arrow-up:hover {
  fill: #E2E1E0;
  transition: all 0.3s ease;
}
#last-ticked {
  margin-top: 43px;
}
#last-ticked:last-child:before {
  position: relative;
  top: 4px;
  left: -7px;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.curation-load-mode-checkbox {
  margin-top: 15px;
}
.curation-load-mode-checkbox .curation-text-checkbox {
  color: #222222;
  font-size: 13px;
}
.curation-load-mode-checkbox .curation-text-checkbox .curation-text-checkbox-underlined {
  text-decoration: none;
  border-bottom: 2px solid #FF4B00;
}
.curation-load-mode-checkbox .curation-text-checkbox .curation-text-checkbox-underlined:hover {
  color: #FF4B00;
}
.curation-load-mode-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #c4c4c4;
}
.curation-load-mode-checkbox .container:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 1.5px;
}
.curation-load-mode-checkbox .container input:checked ~ .checkmark {
  background-color: #444;
  border-radius: 1.5px;
}
.curation-load-mode-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.curation-load-mode-checkbox .container input:checked ~ .checkmark:after {
  display: block;
}
.curation-load-mode-checkbox .container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
/*  Media Queries */
/*  1199 px */
@media only screen and (max-width: 1199px) {
  .curation-date-help {
    margin-top: -5px;
    white-space: pre-line;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-vertical-divider-2 {
    right: 28.25%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-vertical-divider-1 {
    right: 61%;
  }
}
/*  1100 px */
@media only screen and (max-width: 1100px) {
  .curation-date-help {
    white-space: pre-line;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-vertical-divider-2 {
    right: 29%;
  }
  #main section.edit-details > .fields .curation-edit-manager .curation-vertical-divider-1 {
    right: 66.5%;
  }
}
/*  1024 px */
@media only screen and (max-width: 1024px) {
  .curation-load-mode-edit {
    min-width: 66.13%;
    margin-left: 28%;
  }
  .curation-date-help {
    white-space: unset;
  }
  .curation-date_only_paragraph {
    top: -130px;
    min-width: 52%;
  }
}
/*  992 px */
@media only screen and (max-width: 992px) {
  .curation-date_only_paragraph {
    width: 50%;
    margin-top: -4px;
  }
}
/*  900 px */
@media only screen and (max-width: 900px) {
  .curation-heading-help {
    white-space: unset;
  }
}
/*  768 px */
@media only screen and (max-width: 768px) {
  .curation-heading_only_paragraph {
    margin-left: -2%;
  }
  .curation-date-help {
    white-space: normal;
  }
  .curation-date_only_paragraph {
    margin-top: -1px;
    max-width: 50%;
  }
  #curation-heading-artwork {
    margin-top: -69.75%;
  }
  #main .icon-photo,
  #main .icon-comment {
    bottom: 9px;
  }
  #main .icon-camera {
    bottom: 14px;
  }
}
/* 600 px */
@media only screen and (max-width: 600px) {
  .curation-heading {
    min-width: 100%;
  }
}
/*  480 px */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .col_3_of_3,
  .col_2_of_3,
  .col_1_of_3 {
    width: 100%;
  }
  #curation-heading-artwork {
    margin-top: -2.5%;
  }
  #curation-date-artwork {
    margin-top: 0px;
    margin-left: 0px;
  }
  .curation-date_only_paragraph {
    right: 9px;
    top: -15px;
    min-width: 102.5%;
  }
  .curation-date-help {
    white-space: nowrap;
  }
  .curation_description_only_paragraph {
    top: -30px;
  }
  .curation-heading {
    max-width: 100%;
  }
  #main section.edit-details > .fields .form-group.short.curation-heading {
    width: 100%;
  }
  .curation-vertical-divider {
    display: none;
  }
  #main .icon-photo,
  #main .icon-comment {
    bottom: 12px;
  }
  #main .icon-camera {
    bottom: 16px;
  }
}
/* 425 px */
@media only screen and (max-width: 425px) {
  .chars-count {
    float: left;
  }
}
/*  375 px */
@media only screen and (max-width: 375px) {
  #curation-form {
    margin-top: 0px;
  }
}
/*  320 px */
@media only screen and (max-width: 320px) {
  .curation-date-help {
    white-space: unset;
  }
}
/*
- Curation - Edit Load Artworks
-------------------------------*/
.artwork__search {
  float: right;
  position: relative;
  height: 50px;
  width: 75%;
  background-color: #F0EEED;
  padding: 20px 0 20px 0;
  margin: 1% 0px 4%;
  left: -5%;
}
.artwork__search input[type="search"] {
  -webkit-appearance: none;
  width: 100%;
  background: #F0EEED;
  border: none;
  padding: 0px 15px 15px;
}
.artwork__search .curation-artwork-search-btn {
  float: right;
  margin: -35px 10px;
}
.artwork__search .curation-artwork-search-btn:before {
  font-family: "artuk";
  font-weight: 900;
  font-size: 24px;
  color: #666;
  content: "\0058";
}
.artwork__search .autocomplete-menu {
  margin-top: 5px;
  color: #000;
}
.artwork__search .autocomplete-menu .suggestion-header-value {
  display: none;
  width: 100%;
  font-weight: 200;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .artwork__search .autocomplete-menu .suggestion-header-value {
    padding-left: 25px;
  }
}
.artwork__search .autocomplete-menu .suggestion-header-value:hover {
  background-color: transparent;
  color: #000;
}
.artwork__search .autocomplete-menu li {
  position: relative;
  width: 100%;
  float: right;
  right: -85px;
  top: -50px;
}
.artwork__search .autocomplete-menu li:hover span {
  color: white;
}
.artwork__search .autocomplete-menu li span {
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #909090;
}
.artwork__search .view-all-auto {
  display: none;
}
.curation-artwork-search-title {
  font-weight: regular;
  font-size: 0.94rem;
  color: #909090;
  margin-left: 20%;
}
.curation-artwork-search-text {
  font-weight: regular;
  color: #909090;
  float: right;
  margin-right: 2.5%;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: -15px;
}
.artworks-link {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
.artworks-link:hover {
  color: #FF4B00;
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
.artwork-thumbnail {
  padding-left: 5px;
}
.artwork-thumbnail > img {
  margin-left: 2%;
  width: 100%;
  height: auto;
  max-width: 50px;
}
/* Media Queries */
/* 1024 px */
@media only screen and (max-width: 1024px) {
  .curation-artwork-search-text {
    margin-top: 0.75%;
    margin-right: 0;
    width: 100%;
  }
  .curation-artwork-search-title {
    margin-left: 2.5%;
  }
  .artwork__search {
    width: 100%;
    left: 0;
  }
}
/* Media Queries */
/* 768 px */
@media only screen and (max-width: 768px) {
  .curation-artwork-search-text {
    float: left;
    margin-left: 2.5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .curation-artwork-search-title {
    margin-left: 0;
    position: absolute;
    top: 85.25%;
    left: -5%;
  }
  .artwork__search {
    top: 15px;
    width: 95%;
    left: -2.5%;
  }
}
/* Media Queries */
/* 600 px */
@media only screen and (max-width: 600px) {
  .curation-artwork-search-text {
    margin: 30px;
  }
  .curation-artwork-search-title {
    margin-left: 0;
    position: relative;
    left: 0;
    top: -35px;
  }
  .artwork__search {
    width: 90%;
    left: -5%;
    top: 15px;
  }
  .artwork__search input[type="search"] {
    text-overflow: ellipsis;
  }
}
/* 480 px */
@media only screen and (max-width: 480px) {
  .curation-artwork-search-text {
    margin: 25px;
  }
}
/* 375 px */
@media only screen and (max-width: 375px) {
  .curation-artwork-search-text {
    margin: 25px 20px;
  }
}
.resources-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  background-color: #222;
}
.resources-wrapper #header .page-header .breadcrumb a:hover {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
.resources-wrapper p a {
  box-shadow: none;
}
.learning_resources #main section.resource-details {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .learning_resources #main section.resource-details {
    padding-top: 30px;
  }
}
#header.single-resource {
  position: relative;
  width: 100%;
}
#header.single-resource #logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 46px;
  overflow: visible;
}
#header.single-resource #logo:before {
  font-size: 125px;
}
#header.single-resource .page-header.page-header-padding {
  padding-top: 70px;
}
#header.single-resource .page-header h1,
#header.single-resource .page-header h2,
#header.single-resource .page-header h3 {
  margin: 0 0 10px 0;
  display: block;
}
#header.single-resource .page-header h1 a,
#header.single-resource .page-header h2 a,
#header.single-resource .page-header h3 a {
  display: inline-block;
}
#header.single-resource .page-header h1 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
}
#header.single-resource .page-header h2 a {
  font-size: 1rem;
  color: #909090;
  transition: all 0.3s ease;
}
#header.single-resource .page-header h2 a:hover,
#header.single-resource .page-header h2 a:active,
#header.single-resource .page-header h2 a:focus,
#header.single-resource .page-header h2 a.active {
  color: white;
  box-shadow: 0 2px 0 white;
  text-decoration: none;
}
#header.single-resource .page-header h3.venue a,
#header.single-resource .page-header h3.venue span {
  font-weight: 300;
  color: #909090;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
#header.single-resource .page-header h3.venue a:hover,
#header.single-resource .page-header h3.venue a:active,
#header.single-resource .page-header h3.venue a:focus,
#header.single-resource .page-header h3.venue a.active {
  color: white;
  box-shadow: 0 2px 0 white;
  text-decoration: none;
}
#header.single-resource .page-header .or {
  color: #909090;
}
#header.single-resource .page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0;
  width: 100%;
  max-width: 100%;
  clear: none;
}
#header.single-resource .page-header:before,
#header.single-resource .page-header:after {
  content: none !important;
}
@media (max-width: 660px) {
  #header.single-resource .page-header {
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 75px;
  }
}
#header.single-resource .prev,
#header.single-resource .next {
  width: 175px;
  padding-bottom: 20px;
  font-size: 1em;
}
#header.single-resource .prev a,
#header.single-resource .next a {
  color: white;
  transition: all 0.3s ease;
}
#header.single-resource .prev a:hover,
#header.single-resource .next a:hover {
  text-decoration: none;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
}
#header.single-resource .prev a:hover:before,
#header.single-resource .next a:hover:before,
#header.single-resource .prev a:hover:after,
#header.single-resource .next a:hover:after {
  color: white;
}
#header.single-resource .prev a:before,
#header.single-resource .next a:before,
#header.single-resource .prev a:after,
#header.single-resource .next a:after {
  color: white;
  display: inline-block;
  font-family: artuk;
  font-style: normal;
  font-weight: 400;
  padding: 0 6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  font-size: 0.8rem;
  position: relative;
  top: 1px;
}
@media (max-width: 660px) {
  #header.single-resource .prev,
  #header.single-resource .next {
    display: none;
  }
}
#header.single-resource .prev a:before {
  content: "\0042";
}
#header.single-resource .next a:after {
  content: "\0042";
  transform: rotate(0deg);
}
.learning-filter #top-search .main-search .autocomplete {
  width: 100%;
}
.learning-filter #top-search .main-search .autocomplete > label {
  width: 100%;
  margin: 0;
}
.learning-filter #top-search .main-search .autocomplete input {
  padding: 0;
}
.learning-filter #top-search .tab-item > a {
  padding: 0;
}
.learning-filter #top-search.curriculum {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
.learning-filter #top-search.curriculum .col {
  margin-bottom: 20px;
}
.learning-filter #top-search .col {
  margin: 0;
}
.learning-filter #top-search .col li {
  margin: 0;
  padding: 10px;
}
.learning-filter #top-search .col li:hover {
  color: white;
  transition: all 0.3s ease;
  background-color: #CA002E;
}
.learning-filter #top-search .col li:hover span.active i {
  color: white;
}
.learning-filter #top-search .col li.parent > span {
  float: left;
  display: block;
  width: calc(100% - 40px);
}
.learning-filter #top-search .col li.parent > span:hover {
  color: white;
  transition: all 0.3s ease;
  background-color: #CA002E;
}
.learning-filter #top-search .col li.parent:hover {
  color: #222222;
  background-color: transparent;
}
.learning-filter #top-search .col li.parent > .toggle {
  width: 30px;
  float: left;
  position: relative;
  top: 5px;
  padding: 5px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.learning-filter #top-search .col li.parent > .toggle:before {
  content: '\004E';
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.learning-filter #top-search .col li.parent > .toggle.open:before {
  content: '\004D';
}
.learning-filter #top-search .col li.parent ul {
  display: none;
}
.learning-filter #top-search .col li span.pass {
  cursor: pointer;
}
.learning-filter #top-search .col li span.disabled {
  color: #909090;
  cursor: default;
}
.learning-filter #top-search .col li span.active i {
  font-size: 15px;
  color: #CA002E;
  position: relative;
  margin-left: 10px;
  top: 2px;
}
@media only screen and (max-width: 450px) {
  .learning-filter #top-search .tab-content {
    top: 220px;
    left: 10px;
    width: calc(100vw - 20px);
  }
  .learning-filter #top-search .tab-content--learning {
    top: 125px;
  }
  .learning-filter #top-search .tab-content--resource {
    top: 175px;
  }
}
@media only screen and (min-width: 480px) {
  .learning-filter #top-search .learning-resources_tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .learning-filter #top-search {
    display: -ms-flexbox;
    display: flex;
  }
  .learning-filter #top-search .main-search {
    width: 100%;
  }
  .learning-filter #top-search .main-search .autocomplete {
    margin: 0 !important;
  }
  .learning-filter #top-search .nav-tabs .tab-item {
    width: auto;
    min-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .learning-filter #top-search .nav-tabs .tab-item {
    min-width: 190px;
  }
}
#main section.page-subsidiary.learning-filter #top-search .input-group.main-search .autocomplete {
  top: 0;
  right: 0;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li {
  cursor: pointer;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content {
  position: initial;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane {
  padding-left: 0;
  display: block;
  min-height: 450px;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .dropdown-filter {
  border-left: 0px;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .dropdown-filter .dropbtn:hover {
  background-color: #CA002E;
  color: white;
  transition: all 0.3s ease;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .dropdown-filter .dropdown-content-filter {
  box-shadow: none;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .dropdown-filter .dropdown-content-filter a {
  text-align: left;
  border-left: 0px;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .angle-icon {
  left: 10px;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .angle-icon:hover {
  background-color: #CA002E;
  color: white;
  transition: all 0.3s ease;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .col-title {
  pointer-events: auto;
}
#main section.page-subsidiary.learning-filter #top-search .nav-tabs li .dropdown-filter .dropdown-content-filter.keystage .tab-content > .tab-pane .col .col-title:hover {
  padding: 2px 10px;
  background-color: #CA002E;
  color: white;
  transition: all 0.3s ease;
}
#main section.page-subsidiary.learning-filter #top-search .tab-content--learning .tab-pane ul .col li {
  background: none;
}
#main section.page-subsidiary.learning-filter #top-search .tab-content--learning .tab-pane ul .col li:hover {
  background-color: #CA002E;
  color: white;
  transition: all 0.3s ease;
}
.curate.caption .template_search.learning span {
  background-color: #750019;
  color: white;
}
.long-side_title {
  word-break: break-word;
  white-space: break-spaces;
  width: 75%;
}
.search_learning_desc div {
  background-color: #F0EEED;
  color: #4A4A4A;
  border-radius: 2px;
  padding: 0px 4px 0px 4px;
  margin: 0px 5px 5px 0;
  font-size: 0.8rem;
  border: 1px solid transparent;
  width: auto;
}
.search_learning_desc div b {
  font-weight: 400;
}
.search_learning_desc--masonry span {
  background-color: #F0EEED;
  color: #4A4A4A;
  border-radius: 2px;
  padding: 4px;
  margin: 0px 5px 0px 0px;
  font-size: 0.8rem;
  position: relative;
  top: -25px;
}
.search_learning_desc--masonry span b {
  font-weight: 400;
}
.home__tile:hover .search_learning_desc--masonry div {
  border: 1px solid #4A4A4A;
  transition: all 0.5s ease;
}
.home__tile:hover .search_learning_desc div {
  border: 1px solid #4A4A4A;
  transition: all 0.5s ease;
}
#main section.module-carousel .carousel ul li .search_learning_desc {
  opacity: 1;
  margin-left: 0px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carousel-search_learning_desc {
  margin-top: 0;
  line-height: 1.5;
  white-space: normal !important;
}
.carousel-search_learning_desc div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
body.desktop .listing-grid > li.curation_item:hover .search_curation_desc .search_learning_desc div {
  border: 1px solid #4A4A4A;
  transition: all 0.5s ease;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  display: -ms-flexbox;
  display: flex;
  background-color: white !important;
}
.mdc-floating-label {
  font-family: "apercu", Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-on-surface, #000) !important;
  font-family: "apercu", Helvetica, Arial, sans-serif;
}
.mdc-line-ripple::before {
  border-bottom-width: 0px !important;
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before {
  opacity: 0 !important;
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: transparent !important;
}
.mdc-text-field--filled {
  height: 50px !important;
}
.mdc-text-field {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
}
.mdc-text-field--filled .mdc-floating-label {
  font-size: 1rem;
  color: #909090 !important;
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: transparent !important;
}
.search-icon {
  position: absolute;
  float: right;
  top: 8px;
  right: 6px;
  font-size: 1.3rem !important;
  border: none;
  color: #666;
  outline: none;
  background: transparent;
}
.search-icon:before {
  font-family: 'artuk';
  content: '\0058';
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
.dropbtn {
  padding: 0px 35px;
  border: none;
}
.dropdown-filter {
  border-left: 2px solid #E2E1E0;
  position: relative;
  display: inline-block;
}
.dropdown-filter span {
  position: relative;
  left: -20px;
  pointer-events: none;
  cursor: default;
}
.dropdown-content-filter {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 52px;
  left: -2px;
}
.dropdown-content-filter a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 0px !important;
}
.dropdown-content-filter a:hover {
  background-color: #CA002E;
  color: white;
  transition: all 0.3s ease;
}
.active-dropdown {
  display: block;
}
.angle-icon {
  left: 5px;
  position: relative;
}
.keystage {
  position: absolute;
  left: -1012px;
}
/* Sticky Menu */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color: white;
}
#main section.module .form-body-text.resource {
  width: 100%;
  padding-bottom: 30px;
}
#main section.module .form-body-text.resource li {
  line-height: 1.8em;
}
#main section.module.module-carousel.index {
  padding-bottom: 3vh;
}
#main section.module.module-carousel.index.list-page {
  padding-left: 0;
  padding-bottom: 0;
}
#main section.module .form-body-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /* Text hover image */
}
#main section.module .form-body-text.artists {
  padding-bottom: 0;
}
#main section.module .form-body-text .container-img {
  position: relative;
  float: left;
  margin-left: 0;
}
#main section.module .form-body-text .container-img--wrapper {
  position: relative;
}
#main section.module .form-body-text .container-img--caption {
  transition: 0.5s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.7rem;
  padding: 10px;
  text-align: left;
}
#main section.module .form-body-text .container-img:hover .image,
#main section.module .form-body-text .container-img:hover .middle,
#main section.module .form-body-text .container-img:hover .container-img--caption {
  opacity: 1;
}
#main section.module .form-body-text .container-img .caption_object {
  margin-top: 5px;
}
#main section.module .form-body-text .container-img .caption_object p {
  margin: 0;
}
#main section.module .form-body-text .container-img .caption_object p.caption_object--title {
  margin-bottom: 5px;
}
#main section.module .form-body-text .container-img .caption_object--title {
  font-size: 14px;
}
#main section.module .form-body-text .container-img .caption_object--title a {
  color: #909090;
  text-decoration: underline;
  -webkit-text-decoration-color: #FF4B00;
          text-decoration-color: #FF4B00;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  border: none;
  box-shadow: none;
}
#main section.module .form-body-text .container-img .caption_object--artist {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#main section.module .form-body-text .container-img .caption_object--location {
  font-size: 12px;
}
#main section.module .form-body-text .container-img--description {
  margin-top: 40px;
  margin-bottom: 20px;
}
#main section.module .form-body-text .form-body-content {
  max-width: 700px;
  min-width: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
}
#main section.module .form-body-text .form-body-content > * {
  width: 100%;
}
#main section.module .form-body-text .form-body-content figure {
  margin-top: 0;
}
#main section.module .form-body-text .form-body-content .container-img {
  width: auto;
}
#main section.module .form-body-text .form-body-content .video-iframe-cms {
  margin-bottom: 15px;
}
#main section.module .form-body-text .form-body-content .module-carousel {
  padding: 0;
}
#main section.module .form-body-text .form-body-content .module-carousel .carousel-wrap {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  #main section.module .form-body-text .form-body-content {
    padding: 0 50px;
  }
}
#main section.module .form-body-text p {
  margin-left: 0;
}
#main section.module .form-body-text .image {
  opacity: 1;
  display: block;
  height: auto;
  max-width: 100%;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#main section.module .form-body-text .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: relative;
  top: -20px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align: center;
  transition: 0.3s;
}
#main section.module .form-body-text .text {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.7rem;
  padding: 10px;
  text-align: left;
}
#main section.module .form-body-text .view-more {
  padding-top: 10px;
}
#main section.module.donate_once .form-body-text {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 768px) {
  #main section.module.donate_once .form-body-text {
    width: 66.66666667%;
  }
}
.module-bottom-spacing {
  padding-bottom: 30px;
}
#main section.module .form-body-text.text-feature {
  width: 100%;
  padding-top: 15px;
  background-color: transparent;
}
#main section.module .form-body-text.text-feature h1 {
  color: inherit;
}
#main section.module .form-body-text.text-feature ul li {
  font-weight: 200;
  line-height: 2em;
}
#main section.module .form-body-text.text-feature p:last-child {
  margin-bottom: 20px;
}
.explore-trendings {
  margin-top: 30px;
}
.explore-trendings section ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 0;
}
.explore-trendings section ul li .caption span {
  position: relative;
  color: #4A4A4A;
  font-weight: 400;
}
.explore-trendings section ul.backdrop {
  background-color: red;
}
.explore-trendings section .tab-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
.explore-trendings section .tab-wrapper .tab {
  display: -ms-flexbox;
  display: flex;
}
.explore-trendings section .tab-wrapper .tab-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #222222;
}
.explore-trendings section .tab-wrapper .tab .tablinks {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin-left: 20px;
  color: #848484;
  border-bottom: 2px solid transparent;
}
.explore-trendings section .tab-wrapper .tab .tablinks.active {
  color: #222222;
  border-color: #FF4B00;
}
.explore-trendings section .mdc-tab-bar {
  border: none !important;
  width: 50%;
}
.explore-trendings section .mdc-tab-bar .mdc-tab {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
}
.explore-trendings section .mdc-tab-bar .mdc-tab .mdc-tab__content .mdc-tab__text-label {
  color: #909090 !important;
  font-weight: 500;
}
.explore-trendings section .mdc-tab-bar .mdc-tab--active .mdc-tab__text-label {
  font-weight: bold !important;
}
.explore-trendings section .mdc-tab-bar h1 {
  margin-top: 12px;
  font-weight: 500;
}
.explore-trendings section .mdc-tab-bar .explore-underline {
  width: 65% !important;
}
.explore-trendings-wrapper .tabcontent {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .explore-trendings section .tab-wrapper {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  .explore-trendings section .tab-wrapper {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .explore-trendings section .tab-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  #main .explore-trendings-wrapper .module-carousel .carousel-wrap {
    width: 100%;
  }
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.2rem;
}
.tab button a {
  color: #909090;
  font-weight: 400;
}
.tab button a:hover {
  text-decoration: none;
}
.tab .title {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: unset;
  color: #222222;
}
.tab .title:hover {
  background-color: transparent;
}
/* Create an active/current tablink class */
.tab button.active a {
  color: #646464;
  font-weight: 900;
  box-shadow: 0 2px 0 #FF4B00;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 0px;
  border-top: none;
}
.tabcontent.active-tab {
  display: block;
}
section.hero-header {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px 0 60px 0;
}
section.hero-header .wrapper {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  height: 100%;
}
section.hero-header .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 965px;
  position: relative;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  section.hero-header .wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1260px) {
  section.hero-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
section.hero-header .wrap .hero-media {
  display: block;
  margin: 0 auto;
}
section.hero-header .wrap .hero-media .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
section.hero-header .wrap .hero-media .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
section.hero-header video {
  width: 100%;
  height: auto;
}
section.hero-header audio {
  width: 100%;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion a:hover {
  text-decoration: none;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion .tab-link {
  padding: 1em 0.5em;
  border-top: 1px solid #CDCDCD;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion .tab-link .angle-icon {
  position: relative;
  float: right;
  font-size: 30px;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion .tab-link i.lock {
  position: relative;
  top: 2px;
  font-size: inherit;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion .tab-link i.lock:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion .tab-link i.lock:before {
  content: '\0051';
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion .tab-link i.lock:before {
  padding-left: 4px;
  color: #909090;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion:last-child {
  border-bottom: 1px solid #CDCDCD;
}
#main section.module-carousel.external-resources .wrap .carousel-wrap .carousel.accordion div:nth-child(2) .plus-icon {
  position: relative;
  float: right;
  font-size: 30px;
  right: 10px;
}
/* More About Accordion Styles */
.tabs {
  overflow: hidden;
  border-top: 1px solid #CDCDCD;
}
.accordion {
  border-bottom: 1px solid #CDCDCD;
}
.accordion .tabs {
  border-top: none;
}
.accordion a:hover {
  text-decoration: none;
}
.accordion-content--title {
  margin-right: 10px;
}
.accordion-content--wrapper {
  padding-top: 1em;
  padding-bottom: 2em;
}
@media only screen and (min-width: 992px) {
  .accordion-content--wrapper {
    padding: 1em 20px 2em 0.5em;
  }
}
.accordion-content.timeline-content h2:first-of-type {
  margin-top: 0;
}
.accordion .tab {
  width: 100%;
  overflow: hidden;
}
.accordion .tab-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1em 0;
  border-top: 1px solid #CDCDCD;
}
@media only screen and (min-width: 992px) {
  .accordion .tab-label {
    padding: 1em 20px 1em 0.5em;
  }
}
.accordion .tab-label .angle-icon {
  font-size: 30px;
}
.accordion .tab-label-accordion {
  font-weight: 200;
  cursor: pointer;
}
.accordion .tab-label-accordion::after {
  content: "\004A";
  font-family: 'artuk';
  width: 1em;
  height: 1em;
  font-size: 15px;
  font-weight: 200;
  margin-right: 1px;
  margin-top: 5px;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(45deg);
}
.accordion .tab-label-accordion:not(.collapsed )::after {
  transform: rotate(0);
}
.accordion .tab-content-accordion {
  max-height: 0;
  background: white;
  transition: all 0.35s ease;
  padding-top: 0;
}
.accordion .tab-content-accordion--content {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .accordion .tab-content-accordion--content {
    padding: 0 20px 0 0.5em;
    padding: 1em 20px 2em 0.5em;
  }
}
.accordion .tab-content-accordion.wiki-contents p {
  margin-top: 15px;
}
.accordion .tab-content-accordion.wiki-contents p em {
  line-height: 20px;
  display: block;
  font-size: 0.75em;
}
.accordion .tab-content-accordion p {
  font-size: 1em;
}
.accordion .tab-content-accordion p a {
  box-shadow: 0 2px 0 #FF4B00;
}
.accordion .tab-content-accordion h2 {
  font-size: 1.2rem;
}
.accordion .tab-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #909090;
  cursor: pointer;
}
.accordion .tab-close:hover {
  background: #777777;
}
@media only screen and (min-width: 992px) {
  .timeline_line {
    max-width: 700px;
  }
}
.external-resources .tabs .tab input[type="checkbox"] {
  display: none;
}
.horizontal-timeline .events-content li {
  border-radius: 2px !important;
  background-color: #E1E1E1 !important;
}
.horizontal-timeline .events-content li.selected {
  list-style: none;
}
.horizontal-timeline .filling-line {
  background-color: #000 !important;
}
.horizontal-timeline .events a::after {
  width: 25px !important;
  height: 25px !important;
  background-color: white !important;
  border: 4px solid #000;
  bottom: -10px !important;
}
#main section .content-main.index-feature {
  margin-top: 2vh;
}
#main section.module.rich-text .form-body-text p,
#main section.module.rich-text .form-body-text ul {
  width: 100%;
}
#main section.module .form-body-text.download {
  width: 100%;
}
#main section.module .form-body-text.download .download--link {
  width: 100%;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid black;
}
#main section.module .form-body-text.download .download--link-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(100% - 50px);
  padding: 0.75em 1em;
  border-right: 1px solid black;
}
#main section.module .form-body-text.download .download--link-icon {
  width: 50px;
  font-size: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#main section.module .form-body-text.download .download--link:hover {
  text-decoration: none;
}
#main section.module .form-body-text.download .download--link:hover .download--link-text {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  #main section.module .form-body-text.download h1 {
    width: 66.66666667%;
    text-align: center;
  }
  #main section.module .form-body-text.download .download--link {
    width: 66.66666667%;
  }
}
#main section.results-grid.masonry_resources ul li .template_search {
  background: #750019;
  color: white;
}
#main section.results-grid.masonry_resources ul li .info .search_curation_desc {
  margin-top: 0;
  line-height: 1.5;
  padding: 0;
}
#main section.results-grid.masonry_resources ul li .info .search_curation_desc div {
  margin-top: 10px;
  margin-bottom: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#main section.results-grid.masonry_resources ul :hover p span {
  border: 1px solid #4A4A4A;
  transition: all 0.5s ease;
}
#main section.module .side h1.intro-title,
#main section.module-carousel .side h1.carousel-title {
  word-break: break-word;
  white-space: break-spaces;
  width: 75%;
}
.superscript-footnotes .tooltip .tooltip-inner {
  background-color: white;
  color: #4A4A4A;
  border: 1px solid #4A4A4A;
  width: 150px;
  position: relative;
  left: 35px;
  max-width: 350px;
  min-width: 75px;
  padding: 10px 15px;
}
.superscript-footnotes .tooltip .tooltip-inner:after {
  content: '';
  position: absolute;
  left: 32px;
  top: -8px;
  width: 15px;
  height: 15px;
  background: inherit;
  transform: rotate(45deg);
  border: 1px solid #4A4A4A;
  border-bottom-color: white;
  border-right-color: white;
}
.external-resource--timeline {
  display: none !important;
}
.learning-page .tab-content-accordion p {
  font-size: 1em;
}
/* Media Queries */
@media only screen and (min-width: 992px) {
  #main section.module > .wrap .form-body-text.download {
    left: 0;
    width: calc(75% - 20px);
  }
  #main section.module > .wrap .form-body-text.download a {
    top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  #main section.module .intro_text-feature {
    position: relative;
    left: calc(-5% - 5px);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #main section.module.rich-text .form-body-text.resource section.module.module-carousel .no-init {
    left: -16px;
    top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  #main section.module.module-carousel.index.art-terms-carousel {
    padding-left: 5vw;
  }
  section.resource-toolbar div.social-share {
    margin-left: -100px;
  }
  section.resource-toolbar div.social-share nav .actions .dl {
    position: relative;
    left: 55px;
  }
  section.resource-toolbar div.social-share nav .actions #copiedLink {
    left: -80px;
  }
  .learning_resources.single_page #main .explore-trendings-wrapper .module-carousel .carousel.single-page.learning-page {
    right: -40px;
  }
  .learning_resources.single_page .explore-trendings section .tab-wrapper {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .explore-trendings section .tab-wrapper section {
    left: -15px;
  }
  #main section.module.module-carousel.index.list-page {
    padding-left: 60px;
  }
  .learning_resources.single_page .explore-trendings section .tab-wrapper {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  #main section.module.module-carousel.index.list-page {
    padding-left: 50px;
  }
  #main section.standand-page .row section.module.module-carousel.index.list-page {
    padding-left: 0px;
  }
  #main section.results-grid.masonry_resources ul li .template_search {
    width: 100%;
  }
  .home__block .home__container .home__group .home__tile .home__tile__body .template_search.learning {
    width: 100%;
  }
  .learning_resources.single_page .explore-trendings section .tab-wrapper {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1180px) {
  section.resource-toolbar div.social-share nav .actions #url-link {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 992px) {
  .mdc-text-field--filled .mdc-floating-label {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 991px) {
  #main .listing-grid.mini.related-items {
    margin-top: 0;
  }
  #main section.module .intro_text-feature {
    left: 0px;
    position: relative;
    padding-bottom: 20px;
  }
  #main section.module .side h1.intro-title,
  #main section.module-carousel .side h1.carousel-title {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 950px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 200px;
  }
  #main section.module.module-carousel.index.art-terms-carousel {
    padding-left: 5vw;
  }
  #main section.module.module-carousel.index.art-terms-carousel .carousel-top {
    left: 0px;
  }
  #main section.module.module-carousel.index.list-page {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 850px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 150px;
  }
}
@media only screen and (max-width: 800px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 125px;
  }
  header #top-search .tab-content .tab-pane ul li.parent > .toggle:before {
    left: -2px;
  }
  #main section.module.module-carousel.index.list-page {
    padding-left: 40px;
  }
  .learning_resources.single_page #main .explore-trendings-wrapper .module-carousel .carousel.single-page.learning-page {
    right: -10px;
  }
}
@media only screen and (max-width: 768px) {
  #main section.module-carousel.external-resources .wrap .side {
    padding-left: 0px;
  }
  #main section.module-carousel.external-resources .wrap .carousel-wrap.no-init {
    padding: 0;
  }
  .mdc-text-field--filled .mdc-floating-label {
    width: 100px;
  }
  #main section.page-subsidiary.learning-filter #top-search .tab-content .tab-pane ul div.col {
    width: 100%;
  }
  #main section.page-subsidiary.learning-filter #top-search .tab-content .tab-pane ul .col2,
  #main section.page-subsidiary.learning-filter #top-search .tab-content .tab-pane ul .col3 {
    margin-left: 0;
  }
  #main section.module-carousel .side h1.carousel-title {
    margin-left: -30px;
  }
  #main section.module.module-carousel.index.module-bottom-spacing .side h1 {
    margin-left: -35px;
  }
  header #top-search .tab-content.tab-content--learning .tab-pane ul .col li {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 150px;
  }
  .explore-trendings section.home__group .tab-wrapper .tabcontent section.module.module-carousel.index .side.side-resources {
    left: -5px;
    top: 10px;
  }
  .explore-trendings-wrapper {
    left: 10px;
  }
  #main .explore-trendings-wrapper section.module-carousel .side {
    padding-left: 10px;
  }
  #main section.module-carousel .side h1.carousel-title {
    margin-left: -10px;
  }
  #main section.module.module-carousel.index.module-bottom-spacing {
    padding-top: 2.5vh;
  }
  #main section.module.module-carousel.index.module-bottom-spacing .side h1 {
    margin-left: -10px;
  }
  #main .module-carousel .carousel.single-page.accordion {
    right: 0;
  }
  #main section.venues ul {
    right: 0px;
  }
  #main section.module.module-carousel.index.list-page {
    padding-left: 15px;
    padding-bottom: 3vh;
  }
  #main section.module.module-carousel.index.list-page .carousel-top {
    margin-left: 0;
  }
  #main section.module.module-carousel.index.list-page .side {
    padding-left: 10px;
  }
  #main section.module .form-body-text.resource section.module.module-carousel.module-bottom-spacing .side.side-resources {
    padding-left: 0;
    margin-left: 10px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 700px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 75px;
  }
  #main section.module.module-carousel.index.art-terms-carousel {
    padding-left: 1.5vw;
  }
  #main section.module.module-carousel.index.art-terms-carousel .carousel-top {
    left: -15px;
  }
}
@media only screen and (max-width: 600px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 100%;
  }
  .learning_resources.single_page #main .explore-trendings-wrapper .module-carousel .carousel.single-page.learning-page {
    right: 15px;
  }
  .learning_resources.single_page .explore-trendings section .tab-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .lr_resource,
  .nav.nav-tabs li:nth-child(3) {
    border-right: 2px solid #E2E1E0;
  }
}
@media only screen and (max-width: 500px) {
  #main .explore-trendings-wrapper section.module-carousel .carousel ul li.backdrop {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  #main section.module .form-body-text.resource .middle,
  #main section.module .form-body-text.terms .middle,
  #main section.module .form-body-text.artists .middle {
    top: -30px;
  }
  .main-timeline {
    display: none !important;
  }
  .external-resource--timeline {
    display: block !important;
  }
}
@media only screen and (max-width: 425px) {
  #main section.page-subsidiary.learning-filter #top-search .tab-content--learning .tab-pane ul {
    padding-left: 0px;
  }
  #main section.page-subsidiary.learning-filter #top-search .tab-content--learning .tab-pane ul .col li span {
    left: -10px;
  }
  header #top-search .tab-content .tab-pane ul li span {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 414px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .mdc-text-field--filled .mdc-floating-label {
    width: 275px;
  }
  #main section.module .side h1.intro-title,
  #main section.module-carousel .side h1.carousel-title {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #main section.module .form-body-text.resource .middle,
  #main section.module .form-body-text.terms .middle,
  #main section.module .form-body-text.artists .middle {
    top: -38px;
  }
  .mdc-text-field--filled .mdc-floating-label {
    width: 225px;
  }
}
@media only screen and (min-width: 320px) {
  #main section.module .form-body-text.resource li,
  #main section.module .form-body-text.text-feature ul li {
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1200px) {
  #main section.module .form-body-text.resource li,
  #main section.module .form-body-text.text-feature ul li {
    line-height: calc(50% + 0.8em);
  }
}
section.resource-toolbar {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 100%;
  min-width: 100%;
  background: #E2E1E0;
  top: -10px;
}
section.resource-toolbar:after {
  height: 12px;
  margin-left: -15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  box-shadow: 0px -2px 2px 0px #cfcfcf inset;
  z-index: 4;
}
section.resource-toolbar nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding: 10px 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-height: 75px;
}
@media only screen and (min-width: 768px) {
  section.resource-toolbar nav {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media only screen and (min-width: 992px) {
  section.resource-toolbar nav {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  section.resource-toolbar nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.resource-toolbar nav .btn {
  font-size: 1.4rem;
  transition: all 0.3s ease;
  border: none;
}
section.resource-toolbar nav .tooltip {
  text-transform: uppercase;
}
section.resource-toolbar nav .anchors {
  z-index: 3;
  float: left;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  section.resource-toolbar nav .anchors {
    display: none !important;
  }
}
section.resource-toolbar nav .anchors a:hover {
  background-color: #CA002E;
  box-shadow: -3px 0px 5px -4px #000, 3px 0px 5px -4px #000;
  color: white;
  border: none;
  z-index: 5;
}
section.resource-toolbar nav .anchors .icon-info:before {
  font-size: 24px;
}
section.resource-toolbar nav .actions {
  margin: 0 auto;
  /* new toolbar */
}
section.resource-toolbar nav .actions > div,
section.resource-toolbar nav .actions > a {
  float: left;
  margin-right: 5px;
}
section.resource-toolbar nav .actions > div.faved:before,
section.resource-toolbar nav .actions > a.faved:before {
  color: #CA002E;
}
section.resource-toolbar nav .actions > div.faved.faved:hover:before,
section.resource-toolbar nav .actions > a.faved.faved:hover:before {
  color: white;
}
section.resource-toolbar nav .actions > div.faded,
section.resource-toolbar nav .actions > a.faded {
  opacity: 0.5;
}
section.resource-toolbar nav .actions .album.action-toggle {
  display: inline-block;
  background: none;
}
section.resource-toolbar nav .actions .album.action-toggle .action-dropdown {
  top: 60px;
  margin-left: -340px;
}
@media (max-width: 400px) {
  section.resource-toolbar nav .actions .album.action-toggle .action-dropdown {
    margin-left: -120px;
    width: 300px;
  }
}
section.resource-toolbar nav .actions .buy.action-toggle {
  margin-left: 1px;
}
section.resource-toolbar nav .actions .toolbar_icon {
  height: 50px;
  width: 50px;
  background-color: white;
  transition: background-color 0.3s ease;
  border: none;
}
section.resource-toolbar nav .actions .toolbar_icon:before {
  content: none;
}
section.resource-toolbar nav .actions .toolbar_icon:hover {
  background-color: #CA002E;
}
section.resource-toolbar nav .actions .share {
  background-image: url('../img/sprites/share.svg');
  margin-left: 55px;
}
section.resource-toolbar nav .actions .fb {
  background-image: url('../img/sprites/facebook.svg');
}
section.resource-toolbar nav .actions .tw {
  background-image: url('../img/sprites/twitter.svg');
}
section.resource-toolbar nav .actions .dl {
  background-image: url('../img/sprites/download.svg');
}
section.resource-toolbar nav .actions .share_dropdown .share-icons {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transform: translateX(25%);
  visibility: hidden;
}
section.resource-toolbar nav .actions .share_dropdown .share-icons.active {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-left: 5px;
  visibility: visible;
  position: relative;
  z-index: 20;
}
section.resource-toolbar nav .actions .dropdown-content {
  left: 32.5%;
  z-index: 5;
  margin-left: 0;
  min-width: 320px;
}
section.resource-toolbar nav .actions #copiedLink {
  left: 43.5%;
  min-width: 215px;
}
section.resource-toolbar nav .actions-ad {
  float: right;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  section.resource-toolbar nav .actions-ad {
    display: none !important;
  }
}
section.resource-toolbar nav .actions-ad a {
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #777;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
}
section.resource-toolbar nav .actions-ad a span {
  border-bottom: 2px solid #FF4B00;
}
section.resource-toolbar nav .actions-ad a:hover,
section.resource-toolbar nav .actions-ad a:active,
section.resource-toolbar nav .actions-ad a:focus,
section.resource-toolbar nav .actions-ad a.active {
  color: #FF4B00;
  text-decoration: none;
}
@media (max-width: 1000px) {
  section.resource-toolbar nav .actions-ad {
    width: 160px;
    line-height: 1.5;
  }
  section.resource-toolbar nav .actions-ad a {
    display: block;
    margin-bottom: 4px;
  }
}
section.resource-toolbar .more-resources {
  position: absolute;
  top: 20px;
  right: -25px;
}
@media (max-width: 767px) {
  section.resource-toolbar .more-resources {
    display: none !important;
  }
}
section.resource-toolbar .more-resources a {
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #777;
  font-weight: 400;
  display: inline;
  transition: all 0.3s ease;
}
section.resource-toolbar .more-resources a span {
  border-bottom: 2px solid #FF4B00;
}
section.resource-toolbar .more-resources a:hover,
section.resource-toolbar .more-resources a:active,
section.resource-toolbar .more-resources a:focus,
section.resource-toolbar .more-resources a.active {
  color: #FF4B00;
  text-decoration: none;
}
@media (max-width: 1000px) {
  section.resource-toolbar .more-resources {
    line-height: 1.5;
  }
  section.resource-toolbar .more-resources a {
    display: block;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 1200px) {
  section.resource-toolbar nav .actions .dropdown-content {
    top: 50px;
    left: -200px;
  }
  section.resource-toolbar .more-resources {
    right: 0px;
  }
}
@media only screen and (max-width: 1180px) {
  section.resource-toolbar:after {
    margin-left: -65px;
  }
  section.resource-toolbar nav .actions .dropdown-content {
    top: 50px;
    left: -200px;
  }
  section.resource-toolbar nav .actions #copiedLink {
    left: -80px;
  }
}
@media only screen and (max-width: 1100px) {
  section.resource-toolbar:after {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  section.resource-toolbar:after {
    margin-left: -55px;
  }
  section.resource-toolbar .more-resources {
    right: 50px;
  }
}
@media only screen and (max-width: 992px) {
  section.resource-toolbar nav .actions #copiedLink {
    min-width: 215px;
  }
}
@media only screen and (max-width: 800px) {
  section.resource-toolbar:after {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 768px) {
  section.resource-toolbar:after {
    margin-left: -45px;
  }
  section.resource-toolbar nav .actions {
    margin: 0px 315px 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  section.resource-toolbar nav .actions {
    margin: 0px 300px 0 auto;
  }
}
@media only screen and (max-width: 650px) {
  section.resource-toolbar nav .actions {
    margin: 0px 275px 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  section.resource-toolbar:after {
    margin-left: -20px;
  }
  section.resource-toolbar nav .actions {
    margin: 0px 250px 0 auto;
  }
}
@media only screen and (max-width: 550px) {
  section.resource-toolbar nav .actions {
    left: -20px;
  }
  section.resource-toolbar nav .actions {
    margin: 0px 200px 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  section.resource-toolbar nav .actions {
    left: -10px;
  }
}
@media only screen and (max-width: 480px) {
  section.resource-toolbar nav .actions {
    left: 0px;
  }
}
@media only screen and (max-width: 450px) {
  section.resource-toolbar nav .actions {
    margin: 0px 180px 0 auto;
    left: 0px;
  }
  section.resource-toolbar nav .actions .dropdown-content {
    left: -135px;
    white-space: normal;
    word-break: break-word;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  section.resource-toolbar nav .actions .dropdown-content a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 425px) {
  section.resource-toolbar nav .actions {
    margin: 0 150px 0 auto;
    left: -20px;
  }
}
@media only screen and (max-width: 414px) {
  section.resource-toolbar nav .actions {
    margin: 0 110px 0 auto;
    left: -50px;
  }
}
@media only screen and (max-width: 400px) {
  section.resource-toolbar nav .actions {
    left: -45px;
  }
}
@media only screen and (max-width: 375px) {
  section.resource-toolbar nav .actions {
    margin: 0 90px 0 auto;
    left: -50px;
  }
}
@media only screen and (max-width: 350px) {
  section.resource-toolbar nav .actions {
    margin: 0 80px 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  section.resource-toolbar nav .actions {
    margin: 0 50px 0 auto;
    left: -65px;
  }
  div.social-share.resource {
    margin-left: 35px;
  }
  div.social-share.resource .wrap .actions {
    left: -20px;
  }
}
.resource-details--wrapper {
  width: 100%;
  margin: 0 -10px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resource-details--item {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .resource-details--wrapper {
    margin: 0 -20px;
  }
  .resource-details--item {
    width: calc(25% - 20px);
  }
}
.resource-details .view-more {
  display: inline-block !important;
}
.resource-details .view-less {
  display: none !important;
}
.resource-details .view-less li {
  float: left;
}
.resource-details #resource-details-more:checked ~ .view-more {
  display: none !important;
}
.resource-details #resource-details-more:checked ~ .view-less {
  display: inline-block !important;
}
.related-resources .details li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
}
.related-resources .details li h2 {
  margin-bottom: 12px;
}
.related-resources .details li p.caption {
  margin-bottom: 7px;
  display: inline;
}
.related-resources .details li a.link {
  margin-top: 33px;
  padding: 0 3px;
  display: inline-block;
}
.social-module {
  margin-bottom: 60px;
}
.social-module h1 {
  text-align: center;
  font-size: 1.6em;
}
.social-module .social-share {
  margin: 0;
}
.social-module .social-share nav .actions {
  left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.social-module .social-share nav .actions .share {
  margin: 0;
}
.social-module .social-share nav .actions .share_dropdown .share-icons {
  position: absolute;
  z-index: 1;
  left: -125%;
}
.social-module .social-share nav .actions .share-link {
  position: unset;
}
.social-module .social-share nav .actions > div,
.social-module .social-share nav .actions #url-link-social {
  position: relative;
  left: 0;
  float: none;
}
.social-module .social-share nav .actions #shareLinkSocial {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: auto;
  margin: 0;
  top: 50px;
}
.social-module .social-share nav .actions #shareLinkSocial.show {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 1200px) {
  .social-module .social-share nav .actions #shareLinkSocial {
    left: -200px;
  }
  .social-module .social-share nav .actions #urlTextLinkSocial {
    white-space: nowrap;
  }
}
.social-module .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.more-category-module {
  text-align: center;
}
.more-category-module a.btn {
  width: 25%;
  min-width: 180px;
}
.gallery-wrapper {
  margin: 0 auto;
}
.gallery-wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gallery-wrapper .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  /* Text hover image */
}
.gallery-wrapper .column .container-img {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
}
.gallery-wrapper .column .container-img .caption_object {
  top: -35px;
  position: relative;
}
.gallery-wrapper .column .container-img .caption_object p.title {
  color: #909090;
  font-size: 0.8rem;
}
.gallery-wrapper .column .container-img .caption_object p:nth-child(2) {
  font-weight: 400;
}
.gallery-wrapper .column .container-img .caption_object p:nth-child(2).caption {
  color: #222222;
  font-size: 0.8rem;
  font-weight: 200;
}
.gallery-wrapper .column .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gallery-wrapper .column .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: relative;
  top: -20px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align: center;
  transition: 0.3s;
}
.gallery-wrapper .column .container-img:hover .image {
  opacity: 1;
}
.gallery-wrapper .column .container-img:hover .middle {
  opacity: 1;
}
.gallery-wrapper .column .text {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.7rem;
  padding: 10px;
  text-align: left;
}
.gallery-wrapper .sx-column {
  height: 100%;
  width: auto;
}
.gallery-wrapper .sx-column .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.gallery-wrapper .sx-column .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gallery-wrapper .sx-column .download_link {
  margin: 10px 0 30px;
}
.gallery-wrapper .sx-column .wrapper .wrap video {
  width: 100%;
  height: auto;
}
.gallery-wrapper .sx-column .wrapper .wrap audio {
  width: 100%;
}
.gallery-wrapper .rx-column {
  height: 100%;
  width: auto;
}
.gallery-wrapper .rx-column.rich-text ul,
.gallery-wrapper .rx-column p.content {
  padding-bottom: 2vh;
}
.gallery-wrapper .double-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main section.module.two-columns .gallery-wrapper .row .column .rx-column p:last-child {
  word-break: break-word;
}
/* Media queries */
@media screen and (min-width: 320px) {
  .gallery-wrapper .rx-column.rich-text ul li {
    line-height: 1.3em;
  }
  #main section.module.two-columns {
    left: 10px;
  }
}
@media screen and (min-width: 550px) {
  .gallery-wrapper .column .container-img {
    max-height: 100%;
  }
  .gallery-wrapper .column .container-img .caption_object {
    top: -35px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-wrapper {
    margin-left: calc(5% - 25px);
  }
  .gallery-wrapper .rx-column {
    max-width: 510px;
    margin-left: calc(5% + 5px);
  }
  .gallery-wrapper .rx-column .rich-text ul {
    padding-left: 20px;
  }
  .gallery-wrapper .column {
    -ms-flex: 1;
        flex: 1;
  }
  .gallery-wrapper .double-column {
    -ms-flex: 2;
        flex: 2;
  }
  .gallery-wrapper .hero-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .gallery-wrapper .hero-media .video {
    max-width: 480px;
    height: auto;
    max-height: 320px;
  }
  #main section.module.two-columns {
    left: 0px;
  }
  .column .container-img .caption_object {
    top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .rx-column.rich-text ul li {
    line-height: calc(50% + 0.8em);
  }
  .column .container-img .caption_object {
    top: -35px;
  }
}
@media screen and (min-width: 1440px) {
  .gallery-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .column .container-img .caption_object.img-upload {
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-wrapper .rx-column h1 {
    top: 15px;
    position: relative;
  }
  .gallery-wrapper .rx-column p {
    padding-top: 10px;
  }
  .column .container-img .caption_object.img-upload {
    top: -35px;
  }
}
@media screen and (max-width: 320px) {
  .column .container-img .caption_object.img-upload p.caption {
    line-height: 1em;
  }
}
body.learning_resources.home_feature #main section.results-grid {
  margin-bottom: 0px;
}
/* Media Queries */
.form-field {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.date-search {
  border-bottom: 3px solid #E2E1E0;
}
.form-field__label {
  color: #808080;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateY(-14px);
  transition: all 0.4s;
  width: 100%;
}
.form-field__label.from {
  padding-left: 5px;
}
.form-field__control {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.form-field__bar {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.4s;
  width: 1%;
}
.form-field__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #333333;
  display: block;
  outline: 0;
  padding: 0 15px 0 15px;
  width: 100%;
}
.form-field__input:-ms-input-placeholder ~ .form-field__label {
  transform: translateY(0);
  height: 70px;
}
.form-field__input:placeholder-shown ~ .form-field__label {
  transform: translateY(0);
  height: 70px;
}
.form-field__input:focus ~ .form-field__label {
  color: #666666;
  font-size: 0.6rem;
  transform: translateY(-17px);
  padding-right: 35px;
  height: 70px;
}
.form-field__input:focus ~ .form-field__label.to {
  padding-right: 25px;
}
.form-field__input:focus ~ .form-field__bar {
  transform: scaleX(150);
}
.onfocus {
  color: #666666;
  font-size: 0.6rem;
  transform: translateY(-17px);
  padding-right: 35px;
  height: 70px;
}
.onfocus.to {
  padding-right: 25px;
}
.onblur {
  color: #808080;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateY(-14px);
  transition: all 0.4s;
  width: 100%;
}
.onblur.from {
  padding-left: 5px;
}
.search-icon {
  border: none;
  color: #666666;
  float: right;
  font-size: 30px;
  outline: none;
  position: absolute;
  right: 0px;
  top: 12px;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Mediaqueries */
.tagger-landing .tagger-btn {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .tagger-landing .tagger-btn {
    margin-bottom: 20px;
  }
}
.tagger-landing--description {
  padding: 20px 10px;
}
.tagger-landing--text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: black;
}
.tagger-landing .switch-block {
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tagger-landing .switch-block .published {
  position: unset;
  top: unset;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-right: 10px;
}
.tagger-landing .switch-block .switch {
  margin: 0;
  width: 60px;
  height: 26px;
}
.tagger-landing .switch-block .slider {
  padding: 0 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #CA002E;
}
.tagger-landing .switch-block .slider:before {
  width: 18px;
  height: 18px;
  transform: none;
  position: relative;
  left: unset;
  bottom: unset;
}
.tagger-landing .switch-block .slider > span {
  padding: 0 5px;
}
.tagger-landing .switch-block input:checked + .slider {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  background-color: #CA002E;
}
.tagger-landing .switch-block input:checked + .slider:before {
  transform: none;
}
.tagger-landing .helper {
  position: relative;
}
.tagger-landing .helper-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #CA002E;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 8px;
  border: 1px solid #CA002E;
}
.tagger-landing .helper-icon:hover {
  color: white;
  background-color: #CA002E;
}
.tagger-landing .helper-icon:hover + .tooltip-white {
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tagger-landing--text {
    font-size: 20px;
    line-height: 26px;
  }
  .tagger-landing .switch-block .published {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .tagger-landing--description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .tagger-landing--description .tagger-btn--wrapper {
    -ms-flex-order: 2;
        order: 2;
  }
  .tagger-landing--description .tagger-btn {
    margin-bottom: 10px;
  }
  .tagger-landing--text {
    width: 70%;
  }
  .tagger-landing .switch-block {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.tagger_landing .home__block {
  border-top: 1px solid #E4E4E4;
}
.tagger_landing .explore-trendings-wrapper {
  margin-top: 10px;
}
.tagger_landing #main .home__block--banner + section.module-carousel {
  border-top: none;
}
@media only screen and (max-width: 991px) {
  .tagger_landing #main .home__block--banner + section.module-carousel {
    padding-top: 0;
  }
}
.tagger_landing #main section.module-carousel {
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .tagger_landing .explore-trendings {
    margin-top: 50px;
  }
  .tagger_landing .explore-trendings section .tab-wrapper .tab-title {
    font-size: 24px;
  }
  .tagger_landing .explore-trendings section .tab-wrapper .tab .tablinks {
    font-size: 20px;
    line-height: 26px;
  }
  .tagger_landing .carousel-top h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    margin-top: 30px;
  }
}
.tagger-dashboard {
  margin-bottom: 50px;
}
.tagger-dashboard--block {
  border-radius: 2px;
  background-color: #F0EEED;
  margin-bottom: 15px;
}
.tagger-dashboard--title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 20px;
  margin-bottom: 0;
}
.tagger-dashboard--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagger-dashboard--content .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: calc(50% - 7.5px);
  height: 150px;
  padding: 14px;
}
.tagger-dashboard--content .block:nth-of-type(2n) {
  margin-left: 15px;
}
@media only screen and (max-width: 450px) {
  .tagger-dashboard--content .block {
    width: 100%;
  }
  .tagger-dashboard--content .block:nth-of-type(2n) {
    margin-left: 0;
  }
}
.tagger-dashboard .block-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
.tagger-dashboard .tagged-num {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  color: #6B6B6B;
}
.tagger-dashboard--media {
  position: relative;
  height: calc(70vw - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tagger-dashboard--media .overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tagger-dashboard--media .overlay-text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 20px;
  background: rgba(0, 0, 0, 0.6);
}
.tagger-dashboard--media .play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FF4B00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.tagger-dashboard--media .play-icon svg {
  fill: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 3px;
  transform: translate(-50%, -50%);
}
.tagger-dashboard--media .media {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
}
.tagger-dashboard--leaderboard .tabbed input[type="radio"] {
  display: none;
}
.tagger-dashboard--leaderboard .tabs {
  border: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.tagger-dashboard--leaderboard .tab {
  width: auto;
  padding: 0 0 0 20px;
}
.tagger-dashboard--leaderboard .tab > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #848484;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.tagger-dashboard--leaderboard .tab:hover label {
  color: #222222;
  border-color: #FF4B00;
}
.tagger-dashboard--leaderboard .tab-content {
  display: none;
  color: #222222;
}
.tagger-dashboard--leaderboard table {
  width: 100%;
}
.tagger-dashboard--leaderboard table th {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  color: #848484;
}
.tagger-dashboard--leaderboard table th:nth-child(3),
.tagger-dashboard--leaderboard table th:nth-child(4) {
  min-width: 120px;
}
.tagger-dashboard--leaderboard table td {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
.tagger-dashboard--leaderboard table tbody tr {
  border-top: 1px solid #C9C9C9;
}
.tagger-dashboard--leaderboard table th:nth-child(4),
.tagger-dashboard--leaderboard table td:nth-child(4) {
  text-align: right;
}
@media only screen and (max-width: 550px) {
  .tagger-dashboard--leaderboard table th:nth-child(2),
  .tagger-dashboard--leaderboard table td:nth-child(2) {
    text-align: right;
  }
  .tagger-dashboard--leaderboard table th:nth-child(3),
  .tagger-dashboard--leaderboard table th:nth-child(4),
  .tagger-dashboard--leaderboard table td:nth-child(3),
  .tagger-dashboard--leaderboard table td:nth-child(4) {
    display: none;
  }
}
.tagger-dashboard--leaderboard .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label {
  color: #222222;
  border-color: #FF4B00;
}
.tagger-dashboard--leaderboard .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3) {
  display: block;
}
.tagger-dashboard--leaderboard .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
  color: #222222;
  border-color: #FF4B00;
}
.tagger-dashboard--leaderboard .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) {
  display: block;
}
.tagger-dashboard--leaderboard .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label {
  color: #222222;
  border-color: #FF4B00;
}
.tagger-dashboard--leaderboard .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tagger-dashboard--title {
    font-size: 20px;
    line-height: 24px;
  }
  .tagger-dashboard .block-title {
    font-size: 18px;
    line-height: 24px;
  }
  .tagger-dashboard .tagged-num {
    font-size: 52px;
    line-height: 60px;
  }
  .tagger-dashboard--media .overlay-text {
    font-size: 20px;
    line-height: 24px;
    padding: 18px 30px;
  }
  .tagger-dashboard--leaderboard .tagger-dashboard--title {
    position: absolute;
    padding: 30px 30px 0 30px;
  }
  .tagger-dashboard--leaderboard .tabs {
    padding: 25px 30px 0 30px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .tagger-dashboard--leaderboard table th,
  .tagger-dashboard--leaderboard table td {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tagger-dashboard--leaderboard table th:nth-child(3),
  .tagger-dashboard--leaderboard table td:nth-child(3),
  .tagger-dashboard--leaderboard table th:nth-child(4),
  .tagger-dashboard--leaderboard table td:nth-child(4) {
    min-width: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .tagger-dashboard--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tagger-dashboard--row > div {
    width: calc(50% - 7.5px);
    min-height: 350px;
  }
  .tagger-dashboard--row > div:nth-of-type(2n) {
    margin-left: 15px;
  }
  .tagger-dashboard--content .block {
    height: auto;
  }
  .tagger-dashboard--media {
    height: auto;
  }
  .tagger-dashboard--leaderboard .tagger-dashboard--title {
    position: relative;
  }
  .tagger-dashboard--leaderboard .tabs {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .tagger-dashboard--leaderboard .tab:first-child {
    padding-left: 0;
  }
  .tagger-dashboard--leaderboard table th:nth-child(2),
  .tagger-dashboard--leaderboard table td:nth-child(2),
  .tagger-dashboard--leaderboard table th:nth-child(3),
  .tagger-dashboard--leaderboard table td:nth-child(3) {
    padding: 0 5px;
    min-width: 83px;
  }
  .tagger-dashboard--leaderboard table th:nth-child(4),
  .tagger-dashboard--leaderboard table td:nth-child(4) {
    padding-left: 5px;
    min-width: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .tagger-dashboard--leaderboard .tagger-dashboard--title {
    position: absolute;
  }
  .tagger-dashboard--leaderboard .tabs {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .tagger-dashboard--leaderboard table th:nth-child(2),
  .tagger-dashboard--leaderboard table td:nth-child(2),
  .tagger-dashboard--leaderboard table th:nth-child(3),
  .tagger-dashboard--leaderboard table td:nth-child(3) {
    min-width: 95px;
    padding: 0 10px;
  }
  .tagger-dashboard--leaderboard table th:nth-child(4),
  .tagger-dashboard--leaderboard table td:nth-child(4) {
    min-width: 130px;
    padding-left: 20px;
  }
}
.my-tagger--tabs {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #E4E4E4;
}
.my-tagger--tabs button {
  width: 100%;
  height: 48px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #BDBDBD;
  background-color: white;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #222222;
}
.my-tagger--header {
  margin: 25px 0;
}
.my-tagger--helptext {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: black;
}
@media only screen and (min-width: 768px) {
  .my-tagger--tabs {
    padding-bottom: 0;
  }
  .my-tagger--tabs button {
    width: auto;
    margin-right: 30px;
    font-weight: 400;
    border: none;
  }
  .my-tagger--tabs button.active {
    font-weight: 500;
    color: #222222;
    border-bottom: 2px solid #FF4B00;
  }
  .my-tagger-list--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .my-tagger--helptext {
    font-size: 18px;
    line-height: 26px;
  }
}
#main section.profile {
  max-width: 1200px;
  border-bottom: none;
}
#main section.profile.top {
  padding-bottom: 0;
}
#main section.profile .tagger-landing {
  padding: 0;
}
#main section.profile .tagger-landing .switch-block {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.tagger-list-tab {
  display: none;
}
.tagger-list-tab.active {
  display: block;
}
#main section.saved-searches {
  padding: 0;
  border-top: none;
}
#main section.saved-searches-header {
  display: none;
}
#main section.saved-searches .search-list {
  padding-left: 0;
  list-style: none;
  width: 100%;
}
#main section.saved-searches .search-list-item {
  width: 100%;
  display: block;
  padding: 20px;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #E2E1E0;
}
@media only screen and (min-width: 768px) {
  #main section.saved-searches .search-list-item:hover {
    background-color: #F0EEED;
  }
  #main section.saved-searches .search-list-item:hover .user-actions {
    display: block;
  }
}
#main section.saved-searches .search-list-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#main section.saved-searches .search-list-top .user-actions {
  position: relative;
  z-index: 3;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #main section.saved-searches .search-list-top .user-actions {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
#main section.saved-searches .search-list-top .toggle {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #222222;
  background-color: white;
}
#main section.saved-searches .search-list-top .toggle.rename:before {
  content: '\0067';
  font-size: 18px;
}
#main section.saved-searches .search-list-top .toggle.delete {
  width: 100%;
  height: 100%;
}
#main section.saved-searches .search-list-top .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#main section.saved-searches .search-list-top .action-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#main section.saved-searches .search-list-top .action-toggle.delete {
  margin-left: 10px;
}
#main section.saved-searches .search-list-top .action-dropdown {
  width: calc(100vw - 40px);
  right: 0;
  margin: 0;
  bottom: 50px;
  top: auto;
}
#main section.saved-searches .search-list-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#main section.saved-searches .search-list .search-filter {
  display: inline-block;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
#main section.saved-searches .search-list .search-filter ul {
  display: inline-block;
  padding: 0;
}
#main section.saved-searches .search-list .search-filter ul li {
  font-size: 0.7rem;
  line-height: 30px;
  border: 1px solid #909090;
  display: table;
  border-radius: 2px;
  padding: 0;
  padding-left: 8px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
#main section.saved-searches .search-list .search-filter ul li.toggle {
  padding-right: 8px;
}
#main section.saved-searches .search-list .search-filter ul li:hover,
#main section.saved-searches .search-list .search-filter ul li:active,
#main section.saved-searches .search-list .search-filter ul li.active,
#main section.saved-searches .search-list .search-filter ul li:focus {
  border-color: #CA002E;
}
#main section.saved-searches .search-list .search-filter ul li:hover a,
#main section.saved-searches .search-list .search-filter ul li:active a,
#main section.saved-searches .search-list .search-filter ul li.active a,
#main section.saved-searches .search-list .search-filter ul li:focus a {
  border-color: #CA002E;
  background-color: #CA002E;
}
#main section.saved-searches .search-list .search-filter ul li:hover a:before,
#main section.saved-searches .search-list .search-filter ul li:active a:before,
#main section.saved-searches .search-list .search-filter ul li.active a:before,
#main section.saved-searches .search-list .search-filter ul li:focus a:before {
  color: #ffffff;
}
#main section.saved-searches .search-list .search-filter ul li a {
  text-indent: -99999px;
  display: inherit;
  float: right;
  line-height: 30px;
  overflow: hidden;
  margin-left: 8px;
  border-left: 1px solid #909090;
}
#main section.saved-searches .search-list .search-filter ul li a:before {
  display: inline-block;
  font-family: 'artuk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main section.saved-searches .search-list .search-filter ul li a:before {
  content: '\004A';
}
#main section.saved-searches .search-list .search-filter ul li a:before {
  float: right;
  text-indent: 0;
  line-height: 30px;
  color: #909090;
  padding: 0 8px;
}
#main section.saved-searches .search-list .search-filter ul li {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #main section.saved-searches {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  #main section.saved-searches-header {
    display: block;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  #main section.saved-searches-header .count {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #main section.saved-searches {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
  #main section.saved-searches-header {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #main section.saved-searches-header {
    padding: 0;
  }
}
#header .page-header.venue-page p.breadcrumb > a:before {
  display: none;
}
#header .page-header.venue-page h2 {
  letter-spacing: -0.25px;
}
.venue-page .breadcrumb > a {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #222222;
}
#main section.venue-page--header .wrap {
  max-width: 1200px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  #main section.venue-page--header {
    padding-bottom: 0;
  }
  #main section.venue-page--header .wrap {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  #main section.venue-page--header .wrap {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
#main section.venue-page--accordion .side {
  float: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#main section.venue-page--accordion .accordion {
  margin-top: 30px;
}
#main section.venue-page--accordion .accordion-wrap {
  width: 100%;
}
#main section.venue-page--accordion .accordion-content--full {
  width: 100%;
}
#main section.venue-page--accordion .accordion-content--image {
  margin-top: 30px;
}
#main section.venue-page--accordion .accordion-content--image #map {
  min-height: 300px;
}
#main section.venue-page--accordion .accordion-btn {
  width: 160px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #222222;
}
#main section.venue-page--accordion .accordion-btn:hover {
  color: white;
  border-color: #B90019;
  background-color: #B90019;
}
#main section.venue-page--accordion .accordion .store-links {
  display: -ms-flexbox;
  display: flex;
}
#main section.venue-page--accordion .accordion .store-links a {
  box-shadow: none;
  margin-right: 20px;
}
#main section.venue-page--accordion .accordion .store-links img {
  width: auto;
  height: 45px;
}
#main section.venue-page--accordion .map {
  height: 300px;
}
@media only screen and (min-width: 768px) {
  #main section.venue-page--accordion .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #main section.venue-page--accordion .side {
    padding: 0 10px;
  }
  #main section.venue-page--accordion .accordion-wrap {
    padding: 0 10px;
  }
  #main section.venue-page--accordion .accordion-content--wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  #main section.venue-page--accordion .accordion-content--description {
    width: calc(50% - 30px);
  }
  #main section.venue-page--accordion .accordion-content--full {
    width: 100%;
  }
  #main section.venue-page--accordion .accordion-content--image {
    width: 50%;
    margin-top: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #main section.venue-page--accordion .tab-content-accordion--content {
    display: -ms-flexbox;
    display: flex;
  }
  #main section.venue-page--accordion .accordion {
    margin-top: 0;
  }
  #main section.venue-page--accordion .accordion-wrap {
    width: 75%;
  }
}
.infobox {
  border: 1px solid #CCCCCC;
}
.infobox-image {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px solid #CCCCCC;
}
.infobox-image img {
  max-width: 100%;
  max-height: 100%;
}
.infobox-content {
  padding: 20px;
  padding-bottom: 80px;
  position: relative;
}
.infobox-content p a {
  box-shadow: none;
  line-height: 26px;
  border-bottom: 2px solid #FF4B00;
}
.infobox-logo img {
  max-width: 100%;
}
.infobox-status {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 15px;
}
.infobox-location {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 10px;
}
.infobox-item-total {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #222222;
}
.infobox-managed {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-bottom: 40px;
}
.infobox-btn {
  width: calc(100% - 40px);
  height: 50px;
  color: white;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #CA002E;
  position: absolute;
  bottom: 20px;
}
.infobox-btn:hover {
  color: white;
  text-decoration: none;
  background-color: #B90019;
}
.infobox-collection {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
}
.infobox-collection .infobox-content {
  width: auto;
  margin-bottom: 60px;
  border: 1px solid #CCCCCC;
}
.infobox figure {
  max-height: 100%;
}
.infobox figcaption {
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .infobox {
    display: -ms-flexbox;
    display: flex;
  }
  .infobox-image {
    width: 62%;
    max-height: 380px;
    -ms-flex-align: start;
        align-items: flex-start;
    border-bottom: none;
  }
  .infobox-image img {
    object-fit: contain;
  }
  .infobox-content {
    width: 38%;
    border-left: 1px solid #CCCCCC;
  }
}
@media only screen and (min-width: 992px) {
  .infobox-image {
    max-height: 440px;
  }
  .infobox figure {
    max-height: 100%;
  }
  .infobox figure img {
    max-height: 360px;
  }
}
.header-sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  z-index: 9;
  overflow-y: hidden;
}
.sticky-menu {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: white;
  overflow-x: scroll;
  border-bottom: 1px solid #F0EEED;
}
.sticky-menu-item {
  height: 45px;
  height: calc(100% - 3px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 25px;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.sticky-menu-item.active {
  font-weight: 500;
  color: #222222;
  border-color: #FF4B00;
}
.superpower-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100% + 20px);
  position: relative;
  top: -30px;
  left: -10px;
  margin-bottom: 30px;
}
.superpower-footer-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  padding: 40px 35px 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.superpower-footer-item h2 {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.superpower-footer-item a {
  padding: 11px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  border: 0;
  transition: background-color 0.3s ease-out;
}
.superpower-footer-item:nth-child(1) {
  background-color: #FF5A00;
}
.superpower-footer-item:nth-child(1) a {
  background-color: #0438FF;
}
.superpower-footer-item:nth-child(1) a:hover {
  background-color: #0028C2;
}
.superpower-footer-item:nth-child(2) {
  background-color: #0438FF;
}
.superpower-footer-item:nth-child(2) a {
  background-color: #FF5A00;
}
.superpower-footer-item:nth-child(2) a:hover {
  background-color: #D03D00;
}
.superpower-carousels {
  margin-bottom: 100px;
}
.superpower--carousel {
  padding: 20px 20px;
}
.superpower--carousel .prev,
.superpower--carousel .next {
  transform: translateY(50%);
}
.superpower--carousel-title {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  /* 120% */
  letter-spacing: -0.25px;
  text-align: center;
  margin: 30px 0 40px;
}
.superpower--carousel-slider {
  width: 80%;
  margin: 0 auto 60px;
}
.superpower--carousel-slider .slick-list {
  overflow: visible;
}
.superpower--carousel-slider .slick-list .slick-track {
  -ms-flex-align: start;
      align-items: flex-start;
}
.superpower--carousel-slider .slick-list .slick-track .slick-slide {
  margin: 0 20px;
}
.superpower--carousel-slider_item--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0);
  transition: background-color 0.3s ease-out;
  z-index: 1;
  top: 0;
}
.superpower--carousel-slider_item--overlay .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  font-size: 0.7rem;
  font-weight: 100;
  white-space: normal;
  color: #FFF;
  transition: opacity 0.3s ease-out;
}
.superpower--carousel-slider_item:hover {
  text-decoration: none;
}
.superpower--carousel-slider_item:hover .superpower--carousel-slider_item--overlay {
  background-color: rgba(34, 34, 34, 0.5);
}
.superpower--carousel-slider_item:hover .superpower--carousel-slider_item--overlay .credit {
  opacity: 1;
}
.superpower--carousel-slider_item--image {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
.superpower--carousel-slider_item--image .credit {
  opacity: 0;
}
.superpower--carousel-slider_item--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.superpower--carousel-slider_item-info {
  background-color: #FFF;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.superpower--carousel-slider_item-info_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding: 0;
}
.superpower--carousel-slider_item-info_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.superpower--carousel-slider_item-info_body .tag {
  background-color: #F0EEED;
  color: #4A4A4A;
  border-radius: 2px;
  padding: 0px 4px 0px 4px;
  margin: 0px 5px 5px 0;
  font-size: 0.8rem;
  border: 1px solid transparent;
  width: auto;
}
.superpower--carousel-slider_item-info_body .tag b {
  font-weight: 400;
}
.superpower-header {
  position: relative;
  width: 100%;
  height: 900px;
  margin-bottom: 30px;
  opacity: 1;
}
.superpower-header.loading {
  background-color: rgba(34, 34, 34);
}
.superpower-header.loading .superpower-header--slider {
  opacity: 0;
}
.superpower-header.loading .superpower-header--reticle {
  animation: spin 5s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.superpower-header--slider {
  display: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-out;
  opacity: 1;
}
.superpower-header--slider .slick-list,
.superpower-header--slider .slick-track,
.superpower-header--slider .slick-slide > div {
  height: 100%;
}
.superpower-header--slider-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.superpower-header--slider-slide .credit {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
  opacity: 1;
  z-index: 5;
  width: 100%;
  gap: 10px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.superpower-header--slider-slide .credit figcaption {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.superpower-header--slider-slide .credit:hover figcaption {
  opacity: 1;
}
.superpower-header--slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.superpower-header--reticle {
  position: absolute;
  top: 31%;
  left: 50%;
  z-index: 2;
  width: 60%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  transition: all 0.5s ease-in-out, left 1s ease-out, top 1s ease-out;
}
.superpower-header--content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: rgba(34, 34, 34, 0.6);
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px 20px 24px;
  gap: 23px;
}
.superpower-header--content-mob_flex-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 23px;
}
.superpower-header--content-title {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.5px;
  margin: 0;
}
.superpower-header--content-links {
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.superpower-header--content-links a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 100% */
  padding: 11px 16px;
  border: 0;
  border-radius: 2px;
  transition: background-color 0.3s ease-out;
}
.superpower-header--content-links a:hover {
  text-decoration: none;
}
.superpower-header--content-links a:nth-child(1) {
  background-color: #FF5A00;
}
.superpower-header--content-links a:nth-child(1):hover {
  background-color: #D03D00;
}
.superpower-header--content-links a:nth-child(2) {
  background-color: #FF00B1;
}
.superpower-header--content-links a:nth-child(2):hover {
  background-color: #D30092;
}
.superpower-header--content-scroll {
  display: none;
}
@media (min-width: 768px) {
  .superpower footer#footer {
    margin-top: 0;
  }
  .superpower .home__block section.home__tiles {
    margin-bottom: 0;
  }
  .superpower .home__tile__body .home__tile__title {
    font-weight: 400;
  }
  .superpower-footer {
    -ms-flex-direction: row;
        flex-direction: row;
    top: -60px;
    margin-bottom: 60px;
  }
  .superpower-footer-item {
    padding: 50px 70px 70px;
    gap: 26px;
  }
  .superpower-footer-item h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .superpower-footer-item a {
    padding: 11px 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .superpower--carousel {
    min-width: 100%;
  }
  .superpower--carousel-title {
    font-size: 40px;
    line-height: 46px;
    /* 115% */
    letter-spacing: -1px;
    margin: 40px 0 50px;
  }
  .superpower--carousel-slider {
    width: 100%;
    max-width: 1200px;
    padding: 0;
  }
  .superpower--carousel-slider .slick-list {
    overflow: hidden;
  }
  .superpower--carousel-slider .slick-list .slick-track {
    margin: 0;
    width: 100%;
  }
  .superpower--carousel-slider .slick-list .slick-track .slick-slide {
    margin: 0;
    margin-right: 20px;
  }
  .superpower--carousel-slider_item a {
    display: block;
  }
  .superpower--carousel-slider_item-info {
    padding: 12px;
    gap: 14px;
  }
  .superpower--carousel-slider_item-info_title {
    font-size: 18px;
    letter-spacing: normal;
  }
  .superpower--carousel-slider_item-info_body li {
    font-size: 0.9rem;
  }
  .superpower-header--slider img {
    object-position: center -300px;
  }
  .superpower-header--content-title {
    font-size: 40px;
    line-height: 44px;
    /* 110% */
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) {
  .superpower-carousels {
    margin: 100px auto;
  }
  .superpower-header {
    height: 100vh;
    margin-bottom: 0;
  }
  .superpower-header .credit {
    display: -ms-flexbox;
    display: flex;
  }
  .superpower-header--slider img {
    object-position: center;
  }
  .superpower-header--reticle {
    width: 20%;
    top: 50%;
    left: 65%;
  }
  .superpower-header--content {
    height: calc(100% - 66px);
    top: 66px;
    padding: 0 40px 40px;
    width: 45%;
    gap: 40px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .superpower-header--content-mob_flex-reverse {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 75px;
  }
  .superpower-header--content-links {
    gap: 20px;
  }
  .superpower-header--content-links a {
    font-size: 20px;
    line-height: 26px;
    /* 130% */
    font-weight: 300;
    white-space: nowrap;
  }
  .superpower-header--content-scroll {
    display: block;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .superpower-header--content {
    width: 36%;
  }
  .superpower-footer {
    width: 100%;
    left: 0;
  }
}
@media print {
  nav {
    display: none;
  }
}
main p a.title,
figure p a.title {
  border-bottom: 2px solid #FF4B00;
  box-shadow: none;
  color: #909090;
  font-size: 0.8rem;
  margin-bottom: 5;
  text-decoration: none;
  transition: all 0.3s ease;
}
main p a.title:hover,
figure p a.title:hover,
main p a.title:active,
figure p a.title:active,
main p a.title:focus,
figure p a.title:focus,
main p a.title.active,
figure p a.title.active {
  box-shadow: none;
  color: #FF4B00;
}
main .caption_object p,
figure .caption_object p {
  font-size: 0.8rem;
  margin-bottom: 0px;
  margin-top: 13px;
}

/*# sourceMappingURL=style.min.css.map */
