@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */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: .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: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.23, .45, .34, .98);
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.fadeIn {
  animation-name: fadeIn;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.clearfix:after {
  clear: both;
}

.text-block strong {
  font-family: 'Akkurat-Bold';
}

.text-block i {
  font-family: 'Akkurat-Light';
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.one-pixel-right {
  border-right: 1px solid #f0f0eb;
}

.one-pixel-left {
  border-left: 1px solid #f0f0eb;
}

.one-pixel-top {
  border-top: 1px solid #81817f;
}

.one-pixel-bottom {
  border-bottom: 1px solid #f0f0eb;
}

.ease-animate {
  transition: all .4s ease;
}

.ease-animate-slow {
  transition: all .8s ease;
}

.background-image-fill {
  background-repeat: no-repeat no-repeat;
  background-position: center center !important;
  background-size: cover;
}

.tabs {
  list-style: none;
}

.tabs li {
  display: inline;
}

.tabs li a {
  color: black;
  float: left;
  display: block;
  padding: 4px 10px;
  margin-left: -1px;
  position: relative;
  left: 1px;
  background: white;
  text-decoration: none;
}

.tabs li a:hover {
  background: #ccc;
}

.w3c {
  min-height: 250px;
  position: relative;
  width: 100%;
}

.w3c>div {
  display: inline;
}

.w3c>div>a {
  margin-left: -1px;
  position: relative;
  left: 1px;
  text-decoration: none;
  color: black;
  background: white;
  display: block;
  float: left;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
}

.w3c>div:not(:target)>a {
  border-bottom: 0;
  background: -moz-linear-gradient(top, white, #eee);
}

.w3c>div:target>a {
  background: white;
}

.w3c>div>div {
  background: white;
  z-index: -2;
  left: 0;
  top: 30px;
  bottom: 0;
  right: 0;
  padding: 20px;
  border: 1px solid #ccc;
}

.w3c>div:not(:target)>div {
  position: absolute;
}

.w3c>div:target>div {
  position: absolute;
  z-index: -1;
}

.mobile-menu {
  position: fixed;
  display: none;
  left: 100%;
  transition: all .25s ease-in;
  top: 0px;
  bottom: 0px;
  overflow: auto;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  background: #d7d7d7;
  width: 280px;
  z-index: 1000000000000;
}

.mobile-menu.active {
  transform: translate(-280px, 0);
  transition: all .25s ease-out;
}

.mobile-menu.no-transform.active {
  transform: translate(0, 0);
  right: 0;
}

.mobile-menu input {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 23px 20px;
  outline: none !important;
  box-shadow: none !important;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  display: block;
}

.mobile-menu ul li a,.mobile-menu ul li input,.mobile-menu ul li select {
  display: block;
  border: none;
  position: relative;
  z-index: 10000;
  padding: 23px 20px;
  margin: 0px 0 1px 0;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: auto;
  background: #fff;
  line-height: 1.5;
  transition: background .1s ease-in;
}

.mobile-menu ul li a.select,.mobile-menu ul li input.select,.mobile-menu ul li select.select {
  padding: 0;
  background: #fff !important;
}

.mobile-menu ul li a.select option,.mobile-menu ul li input.select option,.mobile-menu ul li select.select option {
  padding: 23px 20px !important;
}

.mobile-menu ul li a.select.multiple,.mobile-menu ul li input.select.multiple,.mobile-menu ul li select.select.multiple {
  min-height: calc(100vh - 205px);
}

.mobile-menu ul li a:hover,.mobile-menu ul li input:hover,.mobile-menu ul li select:hover,.mobile-menu ul li a.active,.mobile-menu ul li input.active,.mobile-menu ul li select.active {
  transition: background .1s ease-in;
  background: #0090ff;
}

.mobile-menu ul li a span,.mobile-menu ul li input span,.mobile-menu ul li select span {
  position: absolute;
  right: 26px;
  text-indent: -10000em;
  background: url('/template/img/dd_arrow_right@2x.png');
  width: 7px;
  top: 50%;
  background-size: 100%;
  margin-top: -7px;
  height: 13px;
}

.mobile-menu ul li a.disabled,.mobile-menu ul li input.disabled,.mobile-menu ul li select.disabled {
  background-color: #d7d7d7;
  font-weight: bold;
}

.mobile-menu ul li a.disabled span,.mobile-menu ul li input.disabled span,.mobile-menu ul li select.disabled span {
  background-image: url('/template/img/close_@2x.png');
  width: 13px;
  right: 22px;
}

.mobile-menu ul li a.disabled.get-back span,.mobile-menu ul li input.disabled.get-back span,.mobile-menu ul li select.disabled.get-back span {
  background-image: url('/template/img/dd_arrow_left@2x.png');
  width: 7px;
  right: 26px;
}

.search-field {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  background-color: #FFF;
}

.search-field .action-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 39px;
  width: 44px;
  background-position: 0 -3px;
  outline: 0 none;
}

.nav-bar .search-field {
  background-color: #333333;
}

.nav-bar .search-field .option-text {
  color: #ddd;
}

.nav-bar .search-field .action-button {
  background-position: 0 -99px;
  background-color: #333333;
  color: #ddd;
}

.option-field {
  margin-bottom: 1px;
}

.search-field p,.option-text {
  display: block;
  line-height: 39px;
  height: 39px;
}

.action-button {
  width: 45px;
  height: 45px;
  text-indent: -99999px;
  padding: 0;
  border: 0 none;
  margin: 0;
  background-color: #FFF;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Akkurat-Regular",helvetica,arial,sans-serif;
  color: #333333;
  letter-spacing: .023em;
  line-height: 1.6em;
  font-weight: 100;
  font-size: 15px;
  background: #f0f0eb;
  height: 100%;
}

nav ul li a,nav ul li.channel {
  margin: 0 -20px 1px;
  padding: 10px 20px;
  line-height: 29px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.main-menu nav ul li.channel a {
  padding: 0px 20px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearfloat-at-sceen-xl:after {
  content: "";
  display: table;
  clear: both;
}

.clearfloat-at-sceen-l:after {
  content: "";
  display: none;
  clear: none;
}

.clearfloat-at-sceen-m:after {
  content: "";
  display: none;
  clear: none;
}

.clearfloat-at-sceen-s:after {
  content: "";
  display: none;
  clear: none;
}

.clearfloat-at-sceen-xs:after {
  content: "";
  display: none;
  clear: none;
}

.show-at-sceen-xl {
  display: block;
  visibility: visible;
}

.show-at-sceen-l {
  display: none;
  visibility: hidden;
}

.show-at-sceen-m {
  display: none;
  visibility: hidden;
}

.show-at-sceen-s {
  display: none;
  visibility: hidden;
}

.show-at-sceen-xs {
  display: none;
  visibility: hidden;
}

.meta {
  font-size: 12px;
}

.capitalize {
  text-transform: capitalize;
}

.tablet-up-only,.no-mobile {
  display: block;
  visibility: visible;
}

.tablet-down-only {
  display: none;
  visibility: hidden;
}

.mobile-only {
  display: none;
  visibility: hidden;
}

.scale-with-grid {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.contained-width {
  max-width: 1272px;
  margin: 0 auto;
}

main {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.no-margin-no-padding {
  margin: 0;
  padding: 0;
}

.border-top {
  border-top: 1px solid red;
}

#homepage .masthead {
  width: 100%;
  background: #fff;
  display: block;
  height: 114px;
  position: absolute;
  z-index: 555;
}

.masthead,.breadcrumb {
  width: 100%;
  background: #fff;
  display: block;
  min-height: 114px;
  position: relative;
  z-index: 2;
}

.masthead {
  z-index: 3;
}

.breadcrumb .col-6 {
  position: relative;
}

.masthead section>div {
  border: 20px solid transparent;
}

img.logo {
  margin: 13px 0;
}

.top-tier {
  padding: 5px 20px 0;
}

.main-menu {
  position: absolute;
  z-index: 9999999;
  background: #141414;
  top: 114px;
  overflow: hidden;
  max-height: 0px;
  transition: max-height .5s linear;
  width: 100%;
  color: #fff;
}

.main-menu.active {
  max-height: 1500px;
  transition: max-height .5s linear;
}

.main-menu .contained-width {
  margin-bottom: 60px;
}

.menu-header {
  padding: 16px 20px 20px;
  margin: 5px 20px 0 20px;
  border-bottom: 1px solid #81817f;
}

nav ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 20px 40px 20px;
}

nav ul li a {
  margin: 0 -20px 1px;
  padding: 10px 20px;
  line-height: 29px;
  display: block;
  color: #b1b1b1;
  text-decoration: none;
}

nav ul li.channel a {
  color: #fff;
}

nav ul li.channel a:hover,nav ul li a.active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

nav ul li a:hover,nav ul li a.active,.social-menu ul li a:hover {
  color: #333;
  background-color: #fff;
}

.social-menu {
  border-left: 0 solid #81817f;
}

.social-menu ul {
  list-style: none;
  float: left;
  width: 100%;
}

.social-menu ul li a {
  background-position: right center;
}

.social-menu ul li.facebook a {
  background-image: url('/template/img/facebook2_@2x.png') no-repeat;
  background-position: right 24px center;
  background-size: 8px 15px;
  display: block;
}

.social-menu ul li.twitter a {
  background-image: url('/template/img/twitter_@2x.png') no-repeat;
  background-position: right 20px center;
  background-size: 15px 13px;
  display: block;
}

.social-menu ul li.instagram a {
  background-image: url('/template/img/instagram_@2x.png') no-repeat;
  background-position: right 22px center;
  background-size: 13px 13px;
  display: block;
}

.social-menu ul li.vimeo a {
  background-image: url('/template/img/vimeo_@2x.png') no-repeat;
  background-position: right 20px center;
  background-size: 15px 14px;
  display: block;
}

.second-tier {
  float: left;
}

.second-tier-border {
  padding: 20px 0px;
  margin: 0px 40px;
  border-top: 1px solid #ecedea;
}

.sub-menu {
  border-right: 1px solid #f0f0eb;
  position: absolute;
  z-index: 888;
  background: #141414;
  width: 100%;
  color: #fff;
  padding: 0;
  border: none;
  top: 100%;
  right: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease-in;
}

.sub-menu.active {
  max-height: 440px;
  transition: max-height .3s ease-in;
}

.sub-menu--full .col-6 {
  position: static;
}

.sub-menu--full .sub-menu {
  left: 0;
  right: 0;
}

.sub-menu--full .sub-menu .contained-width {
  max-width: 1232px;
}

.sub-menu--full .menu-header {
  border-bottom: none;
  margin: 0;
  margin-top: 5px;
}

.sub-menu nav ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0px 40px;
}

.input-row {
  display: block;
  margin: 10px 0;
}

.field {
  background-color: #f0f0eb;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
  padding: 15px 20px;
  transition: background-color .24s,box-shadow .12s;
  resize: vertical;
  width: 100%;
}

.is-error {
  color: #bf0004;
}

input[type=file] {
  transition: box-shadow .12s;
}

input[type=file]:focus,.field:focus {
  box-shadow: 0 0 0 3px #fff,0 0 0 4px rgba(0,144,255,0.75);
  outline: none;
}

.field:focus {
  background-color: #e5e5dc;
}

.select {
  position: relative;
}

.select select {
  background-color: #f0f0eb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 15px 20px;
  margin: 10px 0 0;
  outline: none;
  transition: background-color .24s,box-shadow .12s;
  width: 100%;
}

.select select:focus {
  box-shadow: 0 0 0 3px #fff,0 0 0 4px rgba(0,144,255,0.75);
}

.select:after {
  background-image: url('/template/img/dd_arrow_@2x.png');
  background-size: 100%;
  content: '';
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 13px;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 15px;
}

.pr2 {
  padding-right: 20px;
}

.sm-show {
  display: none;
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  height: auto;
  margin: 0;
  outline: none;
  padding: 15px 20px;
  vertical-align: middle;
  -webkit-appearance: none;
  text-decoration: none;
}

.btn-primary {
  background-color: #0090ff;
  color: #fff;
  transition: background-color .24s,box-shadow .12s;
}

.btn-primary:hover {
  background-color: #0082e6;
}

.btn-primary:focus {
  box-shadow: 0 0 0 3px #fff,0 0 0 4px rgba(0,144,255,0.75);
}

.btn-pr3 {
  padding-right: 60px;
}

.control {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.control-indicator {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #0090ff;
  display: block;
  height: 20px;
  left: 0;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  transition: background-color .24s,box-shadow .12s;
  top: 0;
  width: 20px;
}

.control input:focus~.control-indicator {
  box-shadow: 0 0 0 3px #fff,0 0 0 4px rgba(0,144,255,0.75);
}

.control input:checked~.control-indicator {
  background-color: #0090ff;
}

.checkbox input:checked~.control-indicator {
  background-image: url(/template/img/tick_@2x.png);
}

.sub-menu nav ul li a {
  margin: 0 -40px;
  padding: 0 40px;
  height: 69px;
  line-height: 72px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-right: none;
}

.sub-menu nav ul li a:hover,.sub-menu nav ul li a.active {
  color: #fff;
  background-color: #0090ff;
}

.masthead-search {
  transition: all .8s ease;
  background: url('/template/img/marc_quinn_search_@2x.png') center center no-repeat;
  background-position: right 12px center;
  background-size: 13px 13px;
  height: 40px;
  width: 40px;
  border: 1px solid #f0f0eb;
  margin-left: 10px;
}

.masthead-search:hover {
  border-color: #0090ff;
}

.mobile-search {
  background-color: #fff !important;
}

.mobile-search-input {
  display: block !important;
  background-color: #fff !important;
  float: left !important;
  width: 80% !important;
}

.mobile-search-button {
  display: block !important;
  background-color: #fff !important;
  background: url('/template/img/marc_quinn_search_@2x.png') center center no-repeat !important;
  background-position: center !important;
  background-size: 13px 13px !important;
  width: 20% !important;
  float: right !important;
}

.masthead-search:focus,#homepage .masthead-search:focus {
  width: 200px;
  background: #f0f0eb url('/template/img/marc_quinn_search_@2x.png') no-repeat;
  background-position: right 12px center;
  background-size: 13px 13px;
  outline: 0;
  display: block;
  font-family: "Akkurat-Regular",helvetica,arial,sans-serif;
  color: #333333;
  letter-spacing: .023em;
  line-height: 1.6em;
  font-weight: 100;
  font-size: 13px;
  text-indent: 12px;
}

.advanced-search {
  position: absolute;
  z-index: 888;
  background: #141414;
  width: 100% !important;
  color: #fff;
  padding: 0 0 35px;
  top: 114px;
}

.search-header {
  padding: 10px 0 20px;
  margin: 0 0 -5px;
}

.advanced-search-input {
  font-family: "Akkurat-Regular",helvetica,arial,sans-serif;
  color: #333333;
  letter-spacing: .023em;
  line-height: 1.6em;
  font-weight: 100;
  font-size: 15px;
  width: 100%;
  display: block;
  height: 79px;
  margin: 0 -20px 30px;
  padding: 0 20px;
  border: 0;
}

.advanced-filter {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border: none;
}

ul.explore-tags {
  list-style: none;
  float: left;
  font-family: "Akkurat-Light",helvetica,arial,sans-serif;
}

ul.explore-tags li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 1px 1px 0;
}

ul.explore-tags li a {
  background: #f5f6f4;
  text-decoration: none;
  color: #0090ff;
  padding: 13px 40px 12px 20px;
}

ul.explore-tags li a:hover {
  background: #0090ff;
  color: #fff;
}

ul.toggle-controls {
  list-style: none;
  float: right;
}

ul.share-icons {
  list-style: none;
  float: left;
  margin: -8px 0 0;
}

ul.toggle-controls li,ul.share-icons li {
  display: inline-block;
  float: right;
}

ul.toggle-controls li a,ul.share-icons li a,.plusminus {
  height: 40px;
  width: 40px;
  border: 1px solid #ecedea;
}

ul.toggle-controls li a {
  margin-left: 10px;
}

ul.share-icons li a {
  margin-right: 10px;
}

ul.toggle-controls li a:hover,ul.share-icons li a:hover {
  border: 1px solid #0090ff;
}

li.menu-title a.on-off {
  background: url('/template/img/marc_quinn_menu_@2x.png') center center no-repeat;
  background-size: 16px 11px;
  display: block;
}

h2.menu-title {
  cursor: pointer;
}

.selected>a.on-off {
  border: 1px solid #0090ff;
}

a.drop-down {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
}

a.drop-down img {
  transition: all .4s ease;
  float: right;
  margin: 0px 12px;
}

a.drop-down:hover,.selected>a.drop-down {
  color: #0090ff;
}

#drop-down-arrow {
  cursor: pointer;
  margin-right: 15px;
  margin-top: 7px;
}

#drop-down-arrow.active {
  transform: rotate(-180deg);
}

li.search a {
  background: url('/template/img/marc_quinn_search_@2x.png') center center no-repeat;
  background-size: 13px 13px;
  display: block;
}

.main-menu li.twitter,.main-menu li.instagram,.main-menu li.facebook,.main-menu li.vimeo {
  padding-right: 13px;
}

li.facebook a {
  background: url('/template/img/facebook2_@2x.png') center center no-repeat;
  background-size: 8px 15px;
  display: block;
}

li.twitter a {
  background: url('/template/img/twitter_@2x.png') center center no-repeat;
  background-size: 15px 13px;
  display: block;
}

li.pintrest a {
  background: url('/template/img/pintrest_@2x.png') center center no-repeat;
  background-size: 15px 15px;
  display: block;
}

li.vimeo a {
  background: url('/template/img/vimeo_@2x.png') center center no-repeat;
  background-size: 15px 14px;
  display: block;
}

li.instagram a {
  background: url('/template/img/instagram_@2x.png') center center no-repeat;
  background-size: 13px 13px;
  display: block;
}

.plusminus {
  display: inline-block;
  margin: 14px 40px 12px 0;
  float: right;
}

.slide-up .plusminus {
  background: url('/template/img/minus_@2x.png') center center no-repeat;
  background-size: 13px 13px;
}

.slide-down .plusminus {
  background: url('/template/img/plus_@2x.png') center center no-repeat;
  background-size: 13px 13px;
}

a {
  transition: all .4s ease;
}

p a {
  color: #0090ff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

p a:hover {
  color: #0090ff;
  border-bottom: 1px solid #0090ff;
}

article a.ext {
  color: #0090ff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background-image: url('/template/img/external_icon.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 0px 0px;
  line-height: inherit;
}

article a.ext:hover {
  color: #0090ff;
  text-decoration: none;
  border-bottom: 1px solid #0090ff;
  padding-right: 10px;
  background-image: url('/template/img/external_icon.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}

a.section-link {
  color: #0090ff;
  text-decoration: none;
  display: block;
  width: 100%;
}

a.section-link:hover,a.reset-link {
  color: #333;
}

.blue-link {
  color: #0090ff;
  text-decoration: none;
  width: 100%;
}

.blue-link:hover {
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #0090ff;
}

h3 {
  font-family: "Akkurat-Bold",helvetica,arial,sans-serif;
  font-size: 18px;
  margin: 0px 0 13px 0;
  letter-spacing: .02em;
}

h6 {
  font-family: "Akkurat-Regular",helvetica,arial,sans-serif;
  margin: 0 0 20px 0;
}

.red-type {
  color: #bf0004;
}

.secondary {
  color: #666666;
  display: block;
}

.grey-type {
  color: #666666;
  display: block;
}

.caption {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inherit {
  color: inherit;
  text-decoration: inherit;
}

.featured-article {
  background-repeat: no-repeat no-repeat;
  background-position: center center !important;
  background-size: cover;
  height: auto;
  width: 100%;
  position: relative;
  top: 0 !important;
}

.disruptive-header-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  display: block;
  transition: all .3s ease-in;
}

.disruptive-header {
  position: absolute;
  display: block;
  background: #fff;
  z-index: 555;
  padding: 40px 80px;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -20%);
}

.highlighted-article {
  position: relative;
  display: block;
}

.highlighted-header {
  position: absolute;
  display: block;
  background: #fff;
  z-index: 555;
  text-align: left;
  top: 40px;
  left: 40px;
  right: 40px;
  padding: 20px 40px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  margin-left: 20px;
  position: absolute;
}

.triangle.triangle--bottom {
  top: 100%;
  left: 0;
}

.full-width-list {
  position: relative;
  width: 100%;
  display: block;
}

.full-width-list-item {
  background-repeat: no-repeat no-repeat;
  background-position: center center !important;
  background-size: cover;
  background-position: top center;
  transition: height .3s ease-in;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 400px;
}

.full-width-list-item a {
  text-transform: capitalize;
}

.full-width-list-item .disruptive-header {
  transform: translate(-50%, -50%);
}

.full-width-list-item.active>.disruptive-header-wrap,.full-width-list-item:hover>.disruptive-header-wrap,.always_active .full-width-list-item>.disruptive-header-wrap {
  opacity: 1;
  transition: opacity .3s ease-in;
}

main {
  z-index: 1;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.full-width-image-fadeout {
  width: 100vw;
  top: 0;
  left: 0;
}

.full-width-image-fadeout .full-width-image-fadeout__image {
  position: fixed;
  top: 0;
}

.full-width-image-fadeout.full-width-image-fadeout--full {
  width: 100%;
}

.full-width-image-fadeout.full-width-image-fadeout--full .full-width-image-fadeout__image {
  height: 100vh;
  position: fixed;
}

.full-width-image-fadeout__stop {
  position: relative;
  z-index: 3;
}

#editorial-content {
  border-right: 1px solid #f0f0eb;
  background: #fff;
  padding: 15px 0px 20px;
}

#editorial-content>.group:first-child .minus-margin-top {
  margin-top: -35px;
}

#editorial-content p,#artwork-content p,ul.body-list,.date-list,.header-extend {
  font-family: "Akkurat-Light",helvetica,arial,sans-serif;
}

.header-extend {
  width: 100%;
  margin: 0 0 1px;
  padding: 0 0 20px;
  background: #fff;
}

.action-button {
  transition: all .4s ease;
  height: 69px;
  display: block;
  line-height: 69px;
  background: #0090ff;
  width: 100%;
  color: #fff;
  margin-top: -15px;
  text-indent: 40px;
  position: relative;
  color: #fff !important;
  border-right: 1px solid #f0f0eb;
}

.first-text-block {
  padding: 20px 40px 20px;
}

.first-text-block p {
  padding: 0 0 30px;
}

.text-block {
  padding: 15px 40px 0px;
}

.text-block p {
  padding: 0 0 10px;
}

.date-entry,.body-list {
  padding: 15px 0;
}

.body-list {
  margin: 0px;
}

.body-list li:before {
  content: "—";
  position: relative;
  left: -20px;
}

.body-list li {
  text-indent: 20px;
  line-height: 2em;
  list-style: none;
}

.image-block {
  padding: 20px;
}

.image-block img {
  padding: 0px 20px;
}

.video-block {
  padding: 20px 0px;
}

.responsive-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.responsive-video>div,.responsive-video>span {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-video>iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#artwork-content {
  border-right: 1px solid #f0f0eb;
  background: #fff;
  padding: 20px 0px;
  border-bottom: 1px solid #f0f0eb;
}

.artwork-image {
  margin: 0 0 1px;
  position: relative;
}

a.zoom-in {
  height: 40px;
  width: 40px;
  border: 1px solid #ecedea;
  background: rgba(225,225,225,0.5);
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  background: rgba(255,255,255,0.2) url('/template/img/maximise_@2x.png') center center no-repeat;
  background-size: 22px 22px;
}

a.zoom-in:hover {
  border: 1px solid #0090ff;
  cursor: -webkit-zoom-in;
}

.artwork-description {
  border-bottom: 1px solid #ecedea;
  margin: 0;
  padding: 35px 40px;
  background: #fff;
}

.artwork-description li {
  float: left;
  width: 100%;
}

.artwork-label {
  display: inline-block;
  width: 150px;
}

.artwork-label+span {
  float: right;
  width: calc(100% - 150px);
}

.artwork-description ul {
  list-style: none;
  color: #666666;
}

#artworks-module,.artwork,#related-grid-view,#related-grid-view>article,#map_canvas {
  transition: all .4s ease;
}

#related-grid-view .text-block {
  padding: 15px 20px 40px;
}

#related-grid-view .col-4 {
  padding: 15px 20px 0;
  overflow: hidden;
}

#related-grid-view .image-holder {
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 10px;
  width: 100%;
}

#artworks-module:hover>.artwork:hover a,#related-grid-view:hover>article:hover a {
  color: #0090ff;
}

.inline-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.artwork,.keywork {
  border-right: 1px solid #f0f0eb;
  background: #fff;
  border-top: 1px solid #f0f0eb;
  position: relative;
  padding: 20px;
}

.white-bg {
  background-color: #fff;
  border-top: 1px solid #f0f0eb;
}

.white-bg .artwork {
  border-top: 0;
}

.keywork .artwork-description {
  border: 0;
}

.keywork:first-of-type {
  border-top: 0;
}

.keywork-thumb {
  max-height: 760px;
  position: relative;
}

.keywork-thumb img {
  max-height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.artwork__link {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artworks__no-results {
  padding: 20px;
  background: #fff;
}

.artwork-thumbnail {
  margin: 0;
}

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

.title-block {
  padding: 40px 20px 20px;
  bottom: 0px;
}

.ellipsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow-wrap {
  transition: all .4s ease;
  height: 69px;
  display: block;
  line-height: 69px;
  background: #0090ff;
  width: 100%;
  color: #fff;
  margin-top: -35px;
  text-indent: 40px;
  position: relative;
}

.arrow-wrap:hover {
  background: #0030ff;
  color: #fff;
}

.slideUpImages {
  padding: 0;
  display: none;
  width: 100%;
  height: auto;
  position: relative;
}

.slide-up,.down .slide-down {
  display: none;
}

.slide-down {
  display: block;
  cursor: s-resize;
}

.down .slide-up {
  transition: all .4s ease;
  display: block;
  cursor: n-resize;
  background: #0030ff;
}

.down .slide-up:hover {
  background: #0090ff;
}

.lightbox {
  display: none;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #f0f0eb;
}

.featherlight:last-of-type {
  background: rgba(240,240,235,0.8);
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  display: inline-block;
  border-bottom: 25px solid transparent;
  min-width: 30%;
  max-height: 100%;
  cursor: auto;
  white-space: normal;
  vertical-align: middle;
}

.featherlight .featherlight-content img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight .featherlight-close-icon {
  transition: all .4s ease;
  position: absolute;
  z-index: 9999;
  top: 40;
  right: 40;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border: 1px solid #f0f0eb;
  display: block;
  background: rgba(255,255,255,0.2) url('/template/img/minimise_@2x.png') center center no-repeat;
  background-size: 22px 22px;
  color: #fff;
}

.featherlight .featherlight-close-icon:hover {
  border: 1px solid #0090ff;
  cursor: -webkit-zoom-out;
}

.featherlight .featherlight-image {
  width: 100%;
}

.social-module {
  padding: 15px 0px 0px;
  overflow: hidden;
  background: #fff;
}

.social-module a {
  color: #0090ff;
  text-decoration: none;
  width: 100%;
}

.social-module a:hover {
  color: #333;
}

.social-module__feed {
  padding: 0px 0px 0px;
  margin-left: -1px;
}

.social-module__feed article {
  overflow: hidden;
  position: relative;
  border-left: 1px solid #f0f0eb;
  height: 100%;
}

.social-module__image-spacer {
  width: 100%;
  padding-top: 100%;
}

.social-module__image-wrap {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  left: 0;
  padding-top: 100%;
}

.social-module__image-box {
  position: relative;
  height: 100%;
}

.social-module__image-box .text-block {
  z-index: 2;
  position: relative;
}

.social-module__image-box .social-module__image-wrap {
  z-index: 1;
}

.social-module__feed article .text-block {
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}

.social-module__image-wrap img {
  width: 100%;
  display: block;
}

.social-module__feed article:last-child .text-block {
  border-right: none;
}

.social-module__play-button-wrap {
  display: block;
  padding-top: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.social-module__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .8;
  margin-top: -80px/2;
  margin-left: -80px/2;
  width: 80px;
  height: 80px;
  transition: opacity .3s ease-in;
}

.social-module__play-button:before {
  content: " ";
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
}

.social-module__play-button:after {
  content: " ";
  margin-left: 34px;
  margin-top: 26px;
  display: block;
  border: 14px solid transparent;
  border-left-color: #fff;
  position: absolute;
  border-left-width: 21px;
}

.social-module__image-wrap:hover .social-module__play-button {
  opacity: 1;
  transition: opacity .3s ease-in;
}

#related-module {
  padding: 25px 0 0;
}

#related-grid-view {
  position: relative;
}

#related-grid-view article {
  border-right: 1px solid #f0f0eb;
  background: #fff;
  margin-bottom: 1px;
  max-height: 480px;
  position: relative;
  display: block;
  float: left;
}

#related-grid-view article header {
  bottom: 40px;
}

#related-list article {
  background: #fff;
  border-bottom: 1px solid #f0f0eb;
}

#related-list article header {
  margin-top: 20px;
}

#related-list article p {
  margin-top: 40px;
  font-family: "Akkurat-Light",helvetica,arial,sans-serif;
}

.thumbnail {
  background-repeat: no-repeat no-repeat;
  background-position: center center !important;
  background-size: cover;
  display: block;
  width: 100%;
  min-height: 400px;
}

a.view-more {
  margin-top: 20px;
  float: left;
  color: #0090ff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

a.view-more:hover {
  color: #0090ff;
  border-bottom: 1px solid #0090ff;
}

#map_canvas {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

#map-module {
  position: relative;
  display: block;
}

#map-module article {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
}

#map-module article header {
  display: block;
  width: 100%;
  padding: 10px 0 20px;
}

.footer-menu {
  position: relative;
  background: #f0f0eb;
  width: 100%;
  color: #333333;
  padding: 60px 0 0px 0;
  margin: 0;
}

.footer-menu li.channel a,.footer-menu li.channel {
  color: #333333;
}

.footer-menu li.channel a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.footer-menu .menu-header {
  border-bottom: 1px solid #b1b1b1 !important;
}

.footer-menu .social-menu {
  border-left: 0 solid #b1b1b1 !important;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666666%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666666%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666666%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666666%;
}

.col-1 {
  width: 8.33333333%;
}

.push-6 {
  margin-left: 50%;
  height: 0px;
}

.push-6-right {
  float: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.download-top {
  margin-top: -35px;
}

.download-top .action-button {
  border-right: none;
}

.action-button__wrap {
  max-width: 50%;
  padding: 20px 20px 0 40px;
}

.footer-menu {
  position: relative;
  z-index: 1;
}

.action-button__wrap {
  max-width: 50%;
  padding: 20px 20px 20px 40px;
}/*! jQuery UI - v1.11.4 - 2015-06-29
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 11px;
  border: 1px solid #f0f0eb;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider-handle-info {
  top: 47px;
  position: absolute;
  color: #fff;
  left: -11px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  outline: none !important;
  margin-left: -9px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget-content {
  background: #fff;
  color: #000;
}

.ui-widget-content a {
  color: #000;
}

.ui-widget-header {
  background: #0090ff;
  color: #ffffff;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.range-observer {
  position: relative;
  background: #fff;
  height: 86px;
  margin-top: -86px;
  left: 0;
  right: 0;
  border-top: 1px solid #f0f0eb;
}

.range-observer--fixed {
  position: fixed;
  z-index: 100000;
  top: 86px;
  border-top: none;
}

.range-observer__dumy {
  height: 86px;
  background: #fff;
}

.range-observer__line {
  background: #0090ff;
  height: 2px;
  width: 100%;
  position: relative;
}

.range-observer__moving-part {
  background: #f0f0eb;
  height: 2px;
  position: absolute;
  width: 0;
  transition: width .2s linear;
  right: 0;
  top: 0;
}

.range-observer__ball {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 11px;
  border: 1px solid #f0f0eb;
  top: -10px;
  left: -10px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  position: absolute;
}

.range-observer__side {
  float: left;
  color: #666666;
  padding: 20px 0 0 0;
}

.range-observer__future {
  float: right;
}

.range-observer__inside {
  padding: 20px 40px;
  max-width: 1272px;
  margin: 0 auto;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.artworks-search {
  width: 100%;
}

.artworks-search.sub-menu.active {
  max-height: none;
  position: relative;
  overflow: auto;
  z-index: 9999998;
}

.artworks.search .footer-menu {
  z-index: 0;
}

.artworks-search__select {
  width: 100%;
}

.artworks-search__title {
  padding-bottom: 20px;
}

.artworks-search__select-wrap {
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid #81817f;
}

.artworks-search__category-wrap {
  padding: 20px 40px 0;
}

.artworks-search__lighter {
  color: #b1b1b1;
}

.artworks-search__category-title {
  padding-bottom: 20px;
}

.artworks-search__cat-group {
  background: #4f4f4f;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  border-top: 1px solid #838382;
}

.artworks-search__hr {
  border: 0;
  background: #838382;
  height: 1px;
  margin: 0;
}

.artworks-search__col {
  width: 25%;
  float: left;
  padding: 20px;
  position: relative;
}

.artworks-search__col.first:after {
  display: none;
}

.artworks-search__col.first .artworks-search__category-group-button.active:before {
  border-left: none;
}

.artworks-search__category-group-button {
  border: none;
  background: #4f4f4f;
  padding: 15px 20px;
  padding-right: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.artworks-search__category-group-button:active,.artworks-search__category-group-button:focus {
  outline: none;
  box-shadow: none;
}

.artworks-search__category-group-button:after {
  content: " ";
  display: block;
  background-image: url('/template/img/dd_arrow_menu_@2x.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 22px;
  right: 20px;
  transform: rotate(180deg);
}

.artworks-search__category-group-button.active:after {
  transform: rotate(0);
}

.artworks-search__category-group-button.active:before {
  content: " ";
  display: block;
  background: #4f4f4f;
  height: 20px;
  position: absolute;
  top: 75px;
  right: -21px;
  left: -20px;
  z-index: 3;
  border-left: 1px solid #838382;
  border-right: 1px solid #838382;
}

.artworks-search__category-group-button-submit {
  background: #0090ff !important;
  color: #fff !important;
}

.artworks-search__category-group-button-submit:after {
  transform: rotate(90deg);
}

.artworks-search__group-overview {
  padding: 20px;
}

.artworks-search__cat-group.artworks-search__toggle {
  display: none;
}

.artworks-search__cat-group.artworks-search__toggle.active {
  display: block;
}

.artworks-search__group-overview {
  padding-left: 20px;
  padding-right: 20px;
}

.artworks-search__group-inputs-wrap {
  float: left;
  width: 25%;
  border-right: 1px solid #838382;
  padding: 0 20px;
}

.artworks-search__group-inputs-wrap:nth-of-type(4n) {
  border-right: 0;
}

.artworks-search__checkbox {
  padding: 15px 40px 15px 20px;
  line-height: 19px;
  margin-bottom: 1px;
  display: block;
  text-transform: capitalize;
}

.artworks-search__checkbox input {
  display: none;
}

.artworks-search__checkbox.active {
  background-color: #fff;
  color: #343434;
  position: relative;
}

.artworks-search__checkbox.active:after {
  background-image: url('/template/img/tick.png');
  background-size: 11px 8px;
  content: " ";
  display: block;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 19px;
  right: 20px;
  transition: transform .3s ease;
}

.slider-search__range-wrap {
  padding: 26px 40px 24px 40px;
}

#padded-item,.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container .select2-search--inline .select2-search__field,.select2-results__option {
  padding: 14px 16px;
  font-size: 15px;
  line-height: 18px;
}

.select2 * {
  border-radius: 0 !important;
  border: none !important;
}

.select2-results__options {
  background-color: #4f4f4f;
  box-shadow: 0 2px 2px 0 #333;
  padding: 15px;
}

.select2-dropdown {
  border: none;
  background-color: #f0f0eb;
}

.select2-container--default .select2-selection--multiple {
  border: none;
}

.breadcrumb .select2-container--default .select2-selection--multiple {
  border: none;
  margin: 0 20px;
  background: #fff;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before,.select2-container .select2-selection--multiple:before,.select2-container--default .select2-selection--multiple .select2-selection__rendered:after,.select2-container .select2-selection--multiple:after {
  content: " ";
  display: table;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:after,.select2-container .select2-selection--multiple:after {
  clear: both;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  font-weight: 300;
  color: #fff;
  margin-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 16px;
  margin-left: 20px;
  color: #fff;
  background: #4f4f4f;
  border: none;
  min-width: 153px;
  margin-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__choice--custom {
  background: #fff;
  color: #333 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__choice--custom .select2-selection__choice__remove {
  color: #333 !important;
}

.select2-container .select2-selection--multiple {
  min-height: 78px;
  padding-bottom: 16px;
  padding-right: 16px;
}

.select2-container .select2-search--inline .select2-search__field {
  color: #333333;
  margin-top: 16px;
  margin-left: 20px;
  box-sizing: content-box;
}

.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #333333;
  opacity: 1;
}

.select2-results__option {
  background: #333333;
  color: #fff;
  float: left;
  margin: 5px;
}

.select2-results__option--highlighted,.select2-container--default .select2-results__option[aria-selected=true] {
  background: #0090ff;
}

.select2-container--default .select2-selection--multiple {
  background: #f0f0eb;
}

.ui-widget-content {
  border: none;
  border-radius: none;
}

.search_menus .mobile-menu {
  display: none;
}

.sub-menu--full {
  height: auto;
  min-height: 114px;
}

.sub-menu--full .sub-menu {
  top: 100%;
}

.contained-width.unactive.select2 {
  display: none;
}

.contained-width.select2 .select2-container--default ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  padding-right: 20px;
}

.before-search {
  display: inline;
}

.after-search {
  display: none;
}

body.searched .after-search {
  display: inline;
}

body.searched .before-search {
  display: none;
}

.artworks-search__results {
  transition: opacity .3s ease-in;
  max-width: 1234px;
  margin: 0 auto;
}

.artworks-search__results.loading {
  opacity: .5;
  transition: opacity .3s ease-in;
}

.artworks-search__category-group-button--bottom {
  display: none;
}

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

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

.select2-search__field {
  width: auto !important;
}

.select2-selection__choice--clear-all {
  background: #fff !important;
  float: right !important;
  border: 1px solid #ecedea !important;
  color: #333 !important;
  min-width: 0 !important;
}

.select2-selection__choice--clear-all .select2-selection__choice__remove {
  color: #333 !important;
}

.subscribe-home h4 {
  color: #0090ff;
  margin: 0 0 30px;
}

.subscribe-home .input-row {
  margin: 0;
}

.subscribe-home .pr1px {
  padding-right: 1px;
}

.subscribe-home input.field {
  margin-top: 1px;
}

.subscribe-home .field:focus {
  box-shadow: none;
}

.subscribe-home .btn {
  margin-top: 20px;
}

.subscribe-home .first-text-block {
  margin: 20px 0 40px;
}

.subscribe-home .hide {
  display: none;
}

.js .subscribe-home label {
  display: none;
}

body.contact form label.hide {
  display: none;
}

body.contact form .field {
  background: #fff;
  border: 1px solid #f0f0eb;
}

body.contact form .select select {
  background: #f7f7f8;
}

body.contact form .input-row .field {
  margin-top: 0;
}

body.contact form .btn-primary {
  background: #4f4f4f;
  width: 100%;
  text-align: left;
}

body.contact form .control-indicator {
  border-color: #4f4f4f;
}

body.contact form .control input:checked~.control-indicator {
  background-color: #4f4f4f;
}

body.contact form placholder {
  color: #666666;
}

body.contact form .pt2 {
  margin-top: 20px;
}

body.contact form label.checkbox {
  margin: 10px 0;
}

body.contact form .custom-select {
  position: relative;
}

body.contact form .tilt-arrow {
  background: #f0f0eb;
  height: 100%;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  width: 55px;
}

body.contact h4 {
  padding: 25px 0;
  font-weight: 600;
}

body.contact .header-extend {
  background: none;
}

body.contact .bg-white {
  border-top: 1px solid #f0f0eb;
  background: #fff;
}

body.contact .border-right {
  border-right: 1px solid #f0f0eb;
}

.cf:before,.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.sep {
  border-top: 1px solid #f0f0eb;
  width: 100%;
}

.highlight-blue {
  margin-top: -4px;
  color: #0090ff;
  margin-bottom: 13px;
}

.highlight-blue+h3 {
  margin-bottom: 0px;
}

.type--blue {
  color: #0090ff;
}

.cut_to_line {
  width: 100%;
  height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.back-to-top {
  position: fixed;
  left: 0;
  background: #0090ff;
  right: 0;
  bottom: 0;
  height: 69px;
  display: block;
  padding: 14px 0px 12px 0px;
  line-height: 43px;
  z-index: 10000000000000;
  color: #fff !important;
  opacity: 0;
  transition: opacity .3s ease-in;
}

.back-top-top--show .back-to-top {
  opacity: 1;
  transition: opacity .3s ease-in;
}

.back-top-top--show {
  padding-bottom: 69px;
}

.back-to-top__wrap {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 20px;
}

.back-to-top__button {
  background: url("data:image/png;base64,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");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 7px;
  display: inline-block;
  float: right;
  height: 40px;
  width: 40px;
  border: 1px solid #ecedea;
}

.options-item input[type="submit"] {
  text-align: left !important;
}

@font-face {
  font-family:'Akkurat-Light';src:url("/template/type/Akkurat-Light.eot");src:url("/template/type/Akkurat-Light.eot?#iefix") format("embedded-opentype"),url("/template/type/Akkurat-Light.woff") format("woff"),url("/template/type/Akkurat-Light.ttf") format("truetype"),url("/template/type/Akkurat-Light.svg#Akkurat-Light") format("svg");
}

@font-face {
  font-family:'Akkurat-Regular';src:url("/template/type/Akkurat-Regular.eot");src:url("/template/type/Akkurat-Regular.eot?#iefix") format("embedded-opentype"),url("/template/type/Akkurat-Regular.woff") format("woff"),url("/template/type/Akkurat-Regular.ttf") format("truetype"),url("/template/type/Akkurat-Regular.svg#Akkurat-Regular") format("svg");
}

@font-face {
  font-family:'Akkurat-Bold';src:url("/template/type/Akkurat-Bold.eot");src:url("/template/type/Akkurat-Bold.eot?#iefix") format("embedded-opentype"),url("/template/type/Akkurat-Bold.woff") format("woff"),url("/template/type/Akkurat-Bold.ttf") format("truetype"),url("/template/type/Akkurat-Bold#Akkurat-Bold") format("svg");
}

@media screen and (min-width:480px) {
  .sm-show {
    display: block;
  }
}

@media (min-width:480px) {
  .full-width-image-fadeout {
    height: 62.5vh;
    min-height: 550px;
    margin-top: -114px;
    position: relative;
    overflow: visible;
    z-index: 1;
  }

  .full-width-image-fadeout .full-width-image-fadeout__image {
    background-repeat: no-repeat no-repeat;
    background-position: center center !important;
    background-size: cover;
    z-index: 0;
    width: 100vw;
    height: 100vh;
  }

  .full-width-image-fadeout.full-width-image-fadeout--double-margin {
    margin-top: -228px;
  }

  .full-width-image-fadeout.full-width-image-fadeout--full {
    height: 100vh;
  }

  .homepage .full-width-image-fadeout.full-width-image-fadeout--full {
    margin-top: -235px;
  }

  .back-to-top__wrap {
    padding: 0 40px;
  }
}

@media (min-width:481px) {
  .disruptive-header__wrap {
    bottom: 0;
    top: 228px;
    position: absolute;
    left: 0;
    right: 0;
  }
}

@media (min-width:581px) AND (max-width:1200px) {
  .artworks-search__category-group-button--bottom {
    display: block;
    margin: 0px 20px 20px 20px;
    width: auto;
  }
}

@media only screen and (min-width:768px) {
  .artwork-thumbnail {
    position: relative;
    max-height: 460px;
    padding-top: 120%;
  }

  .artwork-thumbnail img {
    max-height: 100%;
    position: absolute;
    top: 0px;
  }
}

@media (min-width:1201px) {
  .artworks-search__tablet-padding {
    padding: 0;
  }

  .artworks--search__cat-groups {
    paddin-top: 20px;
  }

  .artworks-search__group-overview {
    float: left;
    width: 25%;
    padding: 35px 20px 20px 40px;
  }

  .artworks-search__group-inputs {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
  }
}

@media (max-width:1200px) {
  .clearfloat-at-sceen-xl:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-l:after {
    content: "";
    display: table;
    clear: both;
  }

  .clearfloat-at-sceen-m:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-s:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-xs:after {
    content: "";
    display: none;
    clear: none;
  }

  .show-at-sceen-xl {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-l {
    display: block;
    visibility: visible;
  }

  .show-at-sceen-m {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-s {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-xs {
    display: none;
    visibility: hidden;
  }

  #main-navigation .col-2,#footer-navigation .col-2 {
    width: 33.33333333%;
    position: relative;
  }

  .main-menu {
    padding: 0;
  }

  .main-menu .contained-width {
    margin-bottom: 20px;
  }

  h2.menu-title {
    cursor: pointer;
  }

  #main-navigation .rule-top,#footer-navigation .rule-top {
    border-left: 1px solid #81817f;
    height: 25px;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
  }

  .social-menu {
    border-left: 0 solid #81817f;
  }

  .hide-rule-top-at-xl {
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    border-top: 1px solid #81817f;
  }

  .artworks-search__col {
    width: 33.333333%;
  }

  .artworks-search__col.artworks-search__col--last {
    display: none;
  }

  .artworks-search__group-overview {
    padding: 20px 40px;
  }

  .artworks-search__group-inputs {
    padding-top: 20px;
  }

  .slider-search__range-wrap {
    border-left: none;
    padding-bottom: 70px;
  }
}

@media (max-width:1024px) {
  .clearfloat-at-sceen-xl:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-l:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-m:after {
    content: "";
    display: table;
    clear: both;
  }

  .clearfloat-at-sceen-s:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-xs:after {
    content: "";
    display: none;
    clear: none;
  }

  .show-at-sceen-xl {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-l {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-m {
    display: block;
    visibility: visible;
  }

  .show-at-sceen-s {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-xs {
    display: none;
    visibility: hidden;
  }

  #artworks-module .col-4,#related-grid-view .col-4 {
    width: 50%;
  }
}

@media (max-width:768px) {
  .footer-menu {
    padding-top: 20px;
  }

  .footer-menu>.contained-width>.menu-header {
    display: none;
  }

  .one-pixel-right {
    border-right: 0 solid #f0f0eb;
  }

  .clearfloat-at-sceen-xl:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-l:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-m:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-s:after {
    content: "";
    display: table;
    clear: both;
  }

  .clearfloat-at-sceen-xs:after {
    content: "";
    display: none;
    clear: none;
  }

  .show-at-sceen-xl {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-l {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-m {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-s {
    display: block;
    visibility: visible;
  }

  .show-at-sceen-xs {
    display: none;
    visibility: hidden;
  }

  .hide-at-sceen-xl {
    display: block;
    visibility: visible;
  }

  .hide-at-sceen-l {
    display: block;
    visibility: visible;
  }

  .hide-at-sceen-m {
    display: block;
    visibility: visible;
  }

  .hide-at-sceen-s {
    display: none;
    visibility: hidden;
  }

  .hide-at-sceen-xs {
    display: block;
    visibility: visible;
  }

  p {
    max-width: 550px;
  }

  #main-navigation .col-2,#footer-navigation .col-2 {
    width: 50%;
    position: relative;
  }

  .caption {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0eb;
  }

  .tablet-up-only {
    display: none;
    visibility: hidden;
  }

  .tablet-down-only {
    display: block;
    visibility: visible;
  }

  .highlighted-article {
    width: 100%;
  }

  .social-module__feed .col-4 {
    width: 50%;
  }

  .social-module__feed .col-4:nth-child(3) {
    display: none;
  }

  .disruptive-header {
    width: 90%;
  }

  #editorial-content .col-6,#artwork-content .col-6,.header-extend .col-6 {
    width: 100%;
  }

  .image-block .col-6 {
    width: 50% !important;
  }

  #artworks-module .col-4,#related-grid-view .col-4 {
    width: 100%;
  }

  #related-grid-view .col-4 {
    margin-bottom: 1px;
    padding: 0;
  }

  #related-grid-view .col-4 .text-block {
    float: right;
    width: 50%;
  }

  #related-grid-view .col-4 .image-holder {
    background-size: cover;
    float: left;
    margin-bottom: 0;
    width: 50%;
  }

  .arrow-wrap {
    margin-top: -1px;
  }

  .visuals .col-6 {
    width: 100%;
  }

  .push-6 {
    margin-left: 0%;
    height: auto;
  }

  #related-list .col-6 {
    width: 100%;
  }

  #related-list .text-block {
    padding-bottom: 40px;
  }

  #related-grid-view {
    position: relative;
  }

  #related-grid-view article {
    border-right: 0 solid #f0f0eb;
    max-height: none;
    position: relative;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
  }

  #related-grid-view article header {
    position: relative;
    bottom: 0;
    padding: 0;
    margin: 0;
  }

  ul.share-icons {
    margin: -8px 0 0;
  }

  .main-menu {
    display: none !important;
  }

  .mobile-menu {
    display: block;
  }

  .subscribe-home .col-4,.subscribe-home .col-8 {
    width: 100%;
  }
}

@media (max-width:667px) {
  .keywork .col-6 {
    width: 100%;
  }

  .keywork .artwork-description {
    padding: 35px 20px;
  }
}

@media (max-width:580px) {
  .artworks-search__group-inputs-wrap {
    width: 100%;
  }

  .sub-menu--full .drop-down img {
    transform: rotate(90deg);
  }

  .sub-menu--full .menu-content {
    display: none;
  }

  .select2-selection__choice {
    float: none !important;
  }

  .artworks-search.sub-menu.active {
    display: none;
  }

  .search_menus .mobile-menu {
    display: block;
  }
}

@media (max-width:480px) {
  .sub-menu {
    top: 100%;
    width: 100%;
  }

  .sub-menu nav ul {
    padding: 0px 20px;
  }

  .full-width-list-item .disruptive-header {
    transform: translate(0, 0);
  }

  .full-width-list-item {
    background-position: bottom center;
  }

  .full-width-list-item>.disruptive-header-wrap {
    opacity: 1;
    position: relative;
  }

  * {
    font-size: 14px !important;
  }

  body {
    font-size: 14px !important;
    min-width: 320px;
  }

  .clearfloat-at-sceen-xl:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-l:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-m:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-s:after {
    content: "";
    display: none;
    clear: none;
  }

  .clearfloat-at-sceen-xs:after {
    content: "";
    display: table;
    clear: both;
  }

  .show-at-sceen-xl {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-l {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-m {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-s {
    display: none;
    visibility: hidden;
  }

  .show-at-sceen-xs {
    display: block;
    visibility: visible;
  }

  .col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.social-module__feed .col-4 {
    width: 100%;
  }

  h3 {
    font-family: "Akkurat-regular",helvetica,arial,sans-serif;
    font-size: 14px;
    margin: 0;
    letter-spacing: .02em;
  }

  .no-mobile {
    display: none !important;
    visibility: hidden;
  }

  .mobile-only {
    display: block;
    visibility: visible;
  }

  .masthead {
    position: relative;
    background: #fff;
    height: 84px;
  }

  #homepage .masthead {
    position: relative;
    background: #fff;
    height: 84px;
    border-bottom: 1px solid #f0f0eb;
  }

  .masthead .col-6 {
    width: 50%;
  }

  .top-tier {
    padding: 0px;
  }

  .breadcrumb {
    height: auto;
  }

  .second-tier {
    float: none;
  }

  .second-tier-border {
    padding: 20px 0px 25px;
    margin: 0px 20px;
    border-top: 1px solid #ecedea;
    display: block;
  }

  .disruptive-header,.highlighted-header {
    position: relative;
    display: block;
    background: #fff;
    z-index: 555;
    text-align: left;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0%, 0%);
  }

  .first-text-block {
    padding: 20px;
  }

  .first-text-block p {
    padding: 0 0 20px;
  }

  .text-block {
    padding: 10px 20px 0px;
  }

  .text-block p {
    padding: 0 0 10px;
  }

  .social-module {
    padding: 10px 0px 0px;
  }

  .social-module__feed {
    padding: 20px 0px 0px;
  }

  .social-module__feed article .text-block {
    border-right: 1px solid #f0f0eb;
    padding-bottom: 20px;
    min-height: 0px;
  }

  a.zoom-in {
    top: 20px;
    right: 20px;
  }

  .arrow-wrap {
    transition: all .4s ease;
    text-indent: 20px;
    position: relative;
    margin-top: 0px;
  }

  .footer-menu {
    margin-top: 20px;
  }

  #footer-navigation .col-2 {
    width: 100%;
    position: relative;
  }

  .action-button__wrap {
    max-width: 100%;
    padding: 20px 20px 0 20px;
  }

  .range-observer__inside {
    padding: 20px;
  }

  .breadcrumb .select2-container--default .select2-selection--multiple {
    margin: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
