:root {
  --scrollbarWidth: 0;
  --scrollbarWidthHalf: 0;
}

@font-face {
  font-family: 'MrEavesModOT';
  src: url("../fonts/MrEavesModOT-Reg.eot");
  src: url("../fonts/MrEavesModOT-Regd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MrEavesModOT-Reg.woff2") format("woff2"), url("../fonts/MrEavesModOT-Reg.woff") format("woff"), url("../fonts/MrEavesModOT-Reg.svg#MrEavesModOT-Reg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrEavesModOT';
  src: url("../fonts/MrEavesModOT-Bold.eot");
  src: url("../fonts/MrEavesModOT-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MrEavesModOT-Bold.woff2") format("woff2"), url("../fonts/MrEavesModOT-Bold.woff") format("woff"), url("../fonts/MrEavesModOT-Bold.svg#MrEavesModOT-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrEavesModOT-book';
  src: url("../fonts/MrEavesModOT-Book.eot");
  src: url("../fonts/MrEavesModOT-Bookd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MrEavesModOT-Book.woff2") format("woff2"), url("../fonts/MrEavesModOT-Book.woff") format("woff"), url("../fonts/MrEavesModOT-Book.svg#MrEavesModOT-Book") format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MrEavesModOT';
  src: url("../fonts/MrEavesModOT-Light.eot");
  src: url("../fonts/MrEavesModOT-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MrEavesModOT-Light.woff2") format("woff2"), url("../fonts/MrEavesModOT-Light.woff") format("woff"), url("../fonts/MrEavesModOT-Light.svg#MrEavesModOT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Light';
  src: url("../fonts/Avenir%20LT%20Pro%2035%20Light.eot");
  src: url("../fonts/Avenir%20LT%20Pro%2035%20Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir%20LT%20Pro%2035%20Light.woff2") format("woff2"), url("../fonts/Avenir%20LT%20Pro%2035%20Light.woff") format("woff"), url("../fonts/Avenir%20LT%20Pro%2035%20Light.svg#Avenir LT Pro 35 Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sans-Fractions';
  src: url("../fonts/Sans%20Fractions%20Plain.eot");
  src: url("../fonts/Sans%20Fractions%20Plaind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Sans%20Fractions%20Plain.woff2") format("woff2"), url("../fonts/Sans%20Fractions%20Plain.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 350;
  background-color: #fff;
  overflow-x: hidden;
  color: #232356; /* midnight-blue */
}

h1, .h1 {
  font-size: 70px;
  letter-spacing: 5.6px;
}

h2, .h2 {
  font-size: 36px;
  letter-spacing: 2.8px;
}

h3, .h3 {
  font-size: 32px;
  line-height: 1.84;
  letter-spacing: 0;
  font-weight: 700;
  color: #232356; /* midnight-blue */
}

h4, .h4 {
  font-size: 20px;
  letter-spacing: 0;
}

h5, .h5 {
  font-size: 20px;
  letter-spacing: 0;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.d-flex {
  display: flex !important;
}

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

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.text-content {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  line-height: 1.15;
  z-index: 11;
  position: relative;
  background-color: #f7f7f7;
}

.content-subtitle {
  font-size: 32px;
  letter-spacing: 2.5px;
  line-height: 3rem;
  font-weight: 700;
  color: #232356; /* midnight-blue */
}

.hover:hover {
  opacity: .7;
  text-decoration: none;
}

.text-bold {
  font-weight: 700 !important;
}

.no-tt {
  text-transform: none !important;
}

.no-em {
  font-style: normal !important;
}

p {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  line-height: 1.2;
  margin-bottom: 20px;
}

hr {
  color: #232356; /* midnight-blue */
}

.overlay, .slider .slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 16, 16, 0.36);
}

.text-title-card,
.section-events-featured .slider-content .slider-content-title,
.card-item .card-title,
.card-horizontal-item .card-content .card-title {
  font-size: 32px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  letter-spacing: 2.5px;
  line-height: 1;
  color: #232356;
  display: inline-block;
  margin-bottom: 12px;
  height: 45px;
  max-width: 100%
}

.text-date,
.section-events-featured .slider-content .slider-content-date,
.card-horizontal-item .card-content .card-date {
  height: 16px;
  object-fit: contain;
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #9e9e9e;
  letter-spacing: 1.1px;
  margin-bottom: 5px;
}

.side-content {
  padding-bottom: 25px;
}

.side-content p {
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
}

.side-content .side-title {
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
}

.side-content a {
  color: #232356; /* midnight-blue */
}

.art-works-list .art-work-container {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

.art-works-list .art-work-container.art-work-450 {
  width: 450px;
}

.art-works-list .art-work-frame {
  text-align: center;
  padding: 24px 50px;
  display: block;
  position: relative;
  color: #fff;
}

.art-works-list .art-work-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.art-works-list.art-works-list-square .art-work-container {
  margin: 0;
  padding: 0;
}

.art-works-list.art-works-list-square .art-work-frame {
  height: 200px;
  max-height: 200px;
  padding: 8px 32px;
}

.art-works-list.art-works-list-square.art-work-large .art-work-frame {
  height: 300px;
  max-height: 300px;
}

.bg-secondary {
  background-color: #f5f4f2;
}

.divider {
  width: 80%;
  height: 1px;
  border-top: solid 1px #232356; /* midnight-blue */
  margin: 48px auto;
}

.section-events-featured {
  position: relative;
  overflow-x: hidden;
}

.section-events-featured a,
.section-events-featured a:hover,
.section-events-featured a:focus {
  text-decoration: none;
  outline: 0
}

.section-events-featured .section-subtitle {
  display: inline-block;
  margin-bottom: 0
}

.section-events-featured .slider-controls {
  float: right;
}

.section-events-featured .slider-controls .icon {
  margin-left: 12px;
  float: left
}

.section-events-featured .slick-slide .slider-image {
  width: 494px;
  transform: skewX(-21deg);
  overflow: hidden;
  height: 240px;
  border-left: 35px solid #f7f7f7;
  position: relative
}

.section-events-featured .slick-slide .slider-image img {
  transform: skewX(21deg);
  width: 450px;
  height: auto;
  min-height: 300px;
  position: absolute;
  left: -20px
}

.section-events-featured .slick-slide .slider-image.slick-slide-clipped-left {
  transform: initial;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  border-left: none
}

.section-events-featured .slick-slide .slider-image.slick-slide-clipped-left img {
  transform: initial
}

.section-events-featured .slick-slide .slider-image.slick-slide-clipped-right {
  clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 0% 100%)
}

.section-events-featured a.slider-link {
  display: block
}

.section-events-featured .slider-content {
  padding-right: 30px
}

.section-events-featured .slider-content .slider-content-date {
  padding-top: 25px;
  height: 30px
}

.section-events-featured .slider-content .slider-content-title {
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4.2rem;
  max-height: 4.2rem;
  max-width: 100%
}

.section-events-featured .slider-content .slider-content-description {
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 1.7px;
  color: #232356; /* midnight-blue */
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
}

header {
  background: #fff;
}

header.subpage-header {
  height: initial;
  background: #2C2C5C;
  color: #fff
}

header.subpage-header>div {
  float: left;
  display: table;
  height: 132px
}

header.subpage-header .logo-wrap {
  border-right: 2px solid #222155;
  width: 134px;
  text-align: center
}

header.subpage-header .logo-wrap>* {
  display: table-cell;
  vertical-align: middle
}

header.subpage-header .main-link {
  width: calc(100% - 134px);
  padding: 0 0 0 38px
}

header.subpage-header .main-link span {
  display: table-cell;
  vertical-align: middle;
}

header.subpage-header .main-link a {
  display: inline-block;
  line-height: 3.69;
  letter-spacing: 1.2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

header.subpage-header .main-link .arrow-ico {
  margin: 0 14px 0 0;
  position: relative;
  top: 3px;
}

header .navbar.navbar-default {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}

header .navbar.navbar-default .navbar-header {
  width: 100%;
  padding: 18px 45px;
  height: 142px;
}

#main {
  margin-top: 142px; /* required with nav.navbar-fixed-top */
}

header .navbar.navbar-default .navbar-header .social-icons {
  display: inline-block;
  margin-top: 4px;
  padding-right: 32px;
  padding-left: 32px;
}

header .navbar.navbar-default .navbar-header .menu-item-social .social-icons {
  margin-top: 32px !important;
  padding-left: 13px;
  padding-right: 0;
}

header .navbar.navbar-default .navbar-header .menu-item-dates {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 20px;
}

header .navbar.navbar-default .navbar-header .menu-item-dates p {
  margin-bottom: 0;
}

header .navbar.navbar-default .navbar-header .navbar-subscribe,
header .navbar.navbar-default .navbar-header .navbar-preview {
  padding-top: 6px;
}

header .navbar.navbar-default .navbar-header .navbar-preview {
  display: none;
}

header .navbar.navbar-default .navbar-header .navbar-menu {
  clear: right;
  margin-top: 10px;
}

header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu {
  border: 0;
  height: 59px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  letter-spacing: 1.2px;
}

header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li {
  display: inline-block;
}

header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li.active a {
  background-color: transparent;
}

header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li a {
  color: #232356; /* midnight-blue */
  line-height: 1.8;
  padding: 3px 13px;
}

header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu .menu-item-social li a {
  padding: 0 !important;
}

header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li.astm-search-menu a {
  padding-right: 0;
  position: relative;
  top: 4px;
}

a.icon-twitter:hover, a.icon-twitter-hover {
  background-image: url("../images/icons/icon-x-hover.svg");
}

a.icon-facebook:hover, a.icon-facebook-hover {
  background-image: url("../images/icons/icon-facebook-hover.svg");
}

a.icon-instagram:hover, a.icon-instagram-hover {
  background-image: url("../images/icons/icon-instagram-hover.svg");
}

a.icon-youtube:hover, a.icon-youtube-hover {
  background-image: url("../images/icons/icon-youtube-hover.svg");
}

html.summer a.icon-twitter:hover, html.summer a.icon-twitter-hover {
  background-image: url("../images/icons/icon-x-summer.svg");
}

html.summer a.icon-facebook:hover, html.summer a.icon-facebook-hover {
  background-image: url("../images/icons/icon-facebook-summer.svg");
}

html.summer a.icon-instagram:hover,html.summer a.icon-instagram-hover {
  background-image: url("../images/icons/icon-instagram-summer.svg");
}

html.summer a.icon-youtube:hover, html.summer a.icon-youtube-hover {
  background-image: url("../images/icons/icon-youtube-summer.svg");
}

html.winter a.icon-twitter:hover, html.winter a.icon-twitter-hover {
  background-image: url("../images/icons/icon-x-winter.svg");
}

html.winter a.icon-facebook:hover, html.winter a.icon-facebook-hover {
  background-image: url("../images/icons/icon-facebook-winter.svg");
}

html.winter a.icon-instagram:hover, html.winter a.icon-instagram-hover {
  background-image: url("../images/icons/icon-instagram-winter.svg");
}

html.winter a.icon-youtube:hover, html.winter a.icon-youtube-hover {
  background-image: url("../images/icons/icon-youtube-winter.svg");
}

.icon.icon-email {
  background-image: url("../images/icons/envelope.svg");
}

a.icon-email:hover, a.icon-email-hover {
  background-image: url("../images/icons/envelope.svg");
}

html.summer a.icon-email:hover, html.summer a.icon-email-hover {
  background-image: url("../images/icons/envelope-summer.svg");
}

html.winter a.icon-email:hover, html.winter a.icon-email-hover {
  background-image: url("../images/icons/envelope-winter.svg");
}

.icon.icon-phone {
  background-image: url("../images/icons/phone.svg");
}

a.icon-phone:hover, a.icon-phone-hover {
  background-image: url("../images/icons/phone.svg");
}

html.summer a.icon-phone:hover, html.summer a.icon-phone-hover {
  background-image: url("../images/icons/phone-summer.svg");
}

html.winter a.icon-phone:hover, html.winter a.icon-phone-hover {
  background-image: url("../images/icons/phone-winter.svg");
}

header .navbar.navbar-default .navbar-brand {
  height: initial;
  padding: 0
}

header .navbar.navbar-default .navbar-right {
  text-align: right;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  margin: 0px;
}

header .navbar.navbar-default .navbar-right p {
  margin: 0;
  color: #232356; /* midnight-blue */
  font-size: 22px;
  line-height: 1.21;
  letter-spacing: 1.7px;
}

header .navbar.navbar-default .navbar-break {
  display: none;
}

header .navbar.navbar-default .navbar-header .navbar-brand img {
  height: 100px;
}

body.admin-bar nav.navbar-fixed-top,
body.admin-bar div.fancybox-infobar,
body.admin-bar div.fancybox-toolbar {
  margin-top: 32px;
}

body.navbar-scrolled header .navbar.navbar-default .navbar-header {
  padding: 8px 45px;
  height: 80px;
  box-shadow: 0px 1px 8px 0px rgba(35,35,86,.5);
}
body.navbar-scrolled header {
  line-height: 1;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-brand img {
  height: 64px;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-right p {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.8px;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .social-icons {
  margin-top: 0;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .social-icons li {
  line-height: 1.1;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-subscribe,
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-preview {
  padding-top: 0;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-subscribe .btn,
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-preview .btn {
  height: 36px;
  line-height: 1.3;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-menu {
  margin-top: 0;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li a {
  padding: 0 13px;
}
body.navbar-scrolled header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li.astm-search-menu a {
  padding: 0 0 0 13px;
}
body.navbar-scrolled .astm-search-menu.open .search-form {
  top: 32px !important;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: 100%;
  text-rendering: auto;
}

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

.icon.icon-lg {
  width: 42px;
  height: 42px;
}

.icon.icon-pinterest {
  background-image: url("../images/icons/icon-pinterest-normal.svg");
}

.icon.icon-instagram {
  background-image: url("../images/icons/icon-instagram-normal.svg");
}

.icon.icon-instagram-white {
  background-image: url("../images/icons/icon-instagram-white.svg");
}

.icon.icon-twitter {
  background-image: url("../images/icons/icon-x-normal.svg");
}

.icon.icon-twitter-white {
  background-image: url("../images/icons/icon-x-white.svg");
}

.icon.icon-facebook {
  background-image: url("../images/icons/icon-facebook-normal.svg");
}

.icon.icon-facebook-white {
  background-image: url("../images/icons/icon-facebook-white.svg");
}

.icon.icon-youtube {
  background-image: url("../images/icons/icon-youtube-normal.svg");
}

.icon.icon-youtube-white {
  background-image: url("../images/icons/icon-youtube-white.svg");
}

.icon.icon-chevron-right {
  background-image: url("../images/icons/icon-chevron-right.svg");
}

.icon.icon-arrow-right {
  background-image: url("../images/icons/icon-arrow-right.svg");
}

.icon.icon-arrow-left {
  background-image: url("../images/icons/icon-arrow-left.svg");
}

.icon.icon-plus-square {
  background-image: url("../images/icons/icon-plus-square.svg");
}

.icon.icon-link-square {
  background-image: url("../images/icons/icon-link-square.svg");
}

.icon.icon-share {
  background-image: url("../images/icons/icon-share.svg");
}

.icon.icon-mail {
  background-image: url("../images/icons/icon-mail.svg");
}

.icon.icon-print {
  background-image: url("../images/icons/icon-print.svg");
}

.icon.icon-thumb {
  background-image: url("../images/icons/icon-thumb.svg");
}

.icon.icon-map-marker {
  background-image: url("../images/icons/icon-map-marker.svg");
}

.icon.icon-chevron-right-gray {
  background-image: url("../images/icons/icon-chevron-right-gray.svg");
}

.icon.icon-artwork-control-download {
  background-image: url("../images/icons/icon-artwork-control-download.svg");
}

.icon.icon-download {
  background-image: url("../images/icons/ic_get_app.svg");
  width: 19px
}

.btn-cta:hover .icon.icon-download {
  background-image: url("../images/icons/ic_get_app_hover.svg") !important;
}

.icon.icon-chevron-right-thin {
  background-image: url("../images/icons/chevron-right-thin.svg");
}
.icon.icon-chevron-left-thin {
  background-image: url("../images/icons/chevron-left-thin.svg");
}

html.summer .icon.icon-chevron-right-thin {
  background-image: url("../images/icons/chevron-right-thin-summer.svg");
}
html.summer .icon.icon-chevron-left-thin {
  background-image: url("../images/icons/chevron-left-thin-summer.svg");
}

html.winter .icon.icon-chevron-right-thin {
  background-image: url("../images/icons/chevron-right-thin-winter.svg");
}
html.winter .icon.icon-chevron-left-thin {
  background-image: url("../images/icons/chevron-left-thin-winter.svg");
}

#primary.new-layout .icon.icon-chevron-left-thin {
  background-image: url("../images/prev-grey.png");
}
#primary.new-layout .icon.icon-chevron-right-thin {
  background-image: url("../images/next-grey.png");
}

#navbar_menu #icon-menu-toggle {
  background-image: url("../images/icons/icon-menu-open.svg");
  position: relative;
  left: 5px;
}

.subpage-header {
  background: #f5f5f5;
  color: #fff;
}

.subpage-header:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}

.subpage-header>div {
  float: left;
  display: table;
  height: 132px;
}

.subpage-header .logo-wrap {
  border-right: 2px solid #d8d8d8;
  width: 134px;
  text-align: center;
}

.subpage-header .logo-wrap>* {
  display: table-cell;
  vertical-align: middle
}

.subpage-header .main-link {
  width: calc(100% - 134px);
  padding: 0 0 0 38px
}

.subpage-header .main-link span {
  display: table-cell;
  vertical-align: middle
}

.subpage-header .main-link a {
  display: inline-block;
  line-height: 3.69;
  letter-spacing: 0.1px;
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.subpage-header .main-link .arrow-ico {
  margin: 0 14px 0 0;
  position: relative;
  top: 3px
}

footer {
  background-color: #fff;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  line-height: 1.8;
}

footer nav.navbar-flex {
  border-top: 1px solid #232356; /* midnight-blue */
  border-bottom: 1px solid #232356; /* midnight-blue */
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

footer ul {
  padding-inline-start: 0;
  list-style: none;
  margin: 12px;
}

footer ul li {
  display: block;
}

footer ul li a, footer ul li p {
  padding: 3px 13px;
  display: block;
  margin: 0;
  line-height: 1.8;
}

footer .footer-credits {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 26px;
}

footer .footer-credits div.pull-left {
  padding-left: 45px;
  padding-top: 8px;
}

footer .footer-credits div.pull-right {
  padding-right: 45px;
  padding-top: 8px;
}

footer .footer-credits a {
  padding: 0;
  display: inline-block;
}

footer .footer-credits a:focus, footer .footer-credits a:hover {
  text-decoration: underline;
}

footer a, footer a:visited {
  background-color: #fff;
  color: #232356; /* midnight-blue */
  text-decoration: none;
}

footer ul li a:focus, footer ul li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section .section-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0
}

.section .section-subtitle {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3.3px;
  color: #232356; /* midnight-blue */
  text-transform: uppercase;
}

.share {
  display: inline-block;
  position: relative;
  text-align: right
}

.share a.icon-print:hover {
  background-image: url("../images/icons/icon-print-active.svg")
}

.share a.icon-mail:hover {
  background-image: url("../images/icons/icon-mail-active.svg")
}

.share a.icon-share:hover {
  background-image: url("../images/icons/icon-share-active.svg")
}

.share .share-item {
  float: left;
  margin-left: 10px
}

.share .share-items {
  background-color: #fff;
  padding: 0 1.4rem;
  box-shadow: 1px 1px 15px #bdbdbd;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all ease .1s;
  position: absolute;
  min-width: 160px;
  right: 0;
  top: -85px;
  border: 2px solid #979797;
  text-align: center
}

.share .share-items::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 13px;
  width: 14px;
  height: 14px;
  border-color: #979797;
  border-width: 2px;
  border-style: none none solid solid;
  background-color: #fff;
  transform: rotate(-45deg)
}

.share .share-items.open {
  visibility: visible;
  opacity: 1;
  height: 70px;
  padding: 1rem 1.4rem;
  z-index: 1001
}

.share .share-items a.icon-pinterest:hover {
  background-image: url("../images/icons/icon-pinterest-hover.svg")
}

.share .share-items a.icon-twitter:hover {
  background-image: url("../images/icons/icon-x-hover.svg")
}

.share .share-items a.icon-facebook:hover {
  background-image: url("../images/icons/icon-facebook-hover.svg")
}

.share .share-items a.icon-youtube:hover {
  background-image: url("../images/icons/icon-youtube-hover.svg")
}

.slider {
  position: relative
}

.slider a {
  color: #fff
}

.slider a:focus,
.slider a:hover {
  text-decoration: none
}

.slider .slide {
  width: 100%;
  height: 320px;
  background-color: #ccc;
  position: relative
}

.slider .slide img {
  width: 100%;
  height: 100%
}

.slider .slide .slider-content {
  position: absolute;
  left: 48px;
  top: 100px;
  color: #fff;
  max-width: 800px
}

.slider .slide .slider-content .slider-content-title {
  font-size: 70px;
  line-height: 0.83;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  letter-spacing: 5px;
}

.slider .slide .slider-content .slider-content-title small {
  color: #fff;
  font-size: 50%;
}

.slider .slide .slider-content .slider-content-description {
  font-size: 26px;
  letter-spacing: -0.3px;
  padding-bottom: 3rem
}

.slider ul.change-slide-container {
  position: absolute;
  right: 48px;
  bottom: 124px;
  list-style: none;
  margin-bottom: 0
}

.slider ul.change-slide-container li {
  display: inline-block
}

.slider ul.change-slide-container li a.change-slide {
  font-size: 22px;
  transition: font .3s ease;
  padding: 0 10px
}

.slider ul.change-slide-container li a.change-slide.active {
  font-size: 40px;
  font-weight: 700
}

.pr-2 {
  padding-right: 2rem
}

.pl-2 {
  padding-left: 2rem
}

.pt-2 {
  padding-top: 2rem
}

.px-2 {
  padding: 0 2rem
}

.py-2 {
  padding: 2rem 0
}

.mx-2 {
  margin: 0 2rem
}

.my-2 {
  margin: 2rem 0
}

.mt-2 {
  margin-top: 2rem
}

.mt-3 {
  margin-top: 3rem
}

.mb-2 {
  margin-bottom: 2rem
}

.mb-3 {
  margin-bottom: 3rem
}

.cx-align {
  display: flex;
  align-items: center;
}

.bx-align {
  display: flex;
  align-items: flex-end;
}

.form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 2px solid #e6e9ee;
  background: #fff;
  font-size: 18px;
  display: block
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #494949 !important;
  font-weight: 350;
  opacity: 1;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #494949 !important;
  font-weight: 350;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #494949 !important;
  font-weight: 350;
  opacity: 1;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #494949 !important;
  font-weight: 350;
  opacity: 1;
}

.form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  padding: 10px 23px 10px 20px
}

.form-control:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #232356;
  color: #494949
}

.form-control:active,
input[type="text"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="password"]:active {
  color: #494949
}

.form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select {
  height: 60px;
  width: 100%
}

.form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
  appearance: none;
  border-radius: 0
}

select.form-control,
select {
  appearance: none;
  border-radius: 0;
  background: #fff url(../images/select-arrow.png) no-repeat calc(100% - 15px) center;
  background-size: 12px 8px;
  padding: 10px 33px 10px 20px;
}

form .form-bottom {
  background-color: #fbfbfb;
  border: solid 2px #e6e9ee;
  padding: 3rem;
}

form .button-wrap {
  display: inline-block;
  width: 166px;
}

form .checkbox-wrap {
  float: right;
  margin-bottom: 2rem;
  padding-left: 0;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

textarea.form-control,
textarea {
  height: 180px;
  width: 100%;
  resize: none;
  padding: 20px;
}

textarea.form-control:focus,
textarea:focus {
  border-color: #232356;
  color: #494949
}

textarea.form-control:active,
textarea:active {
  color: #494949
}

input[type="checkbox"] {
  display: none
}

input[type="checkbox"]+label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  background: url(../images/uncheck.jpg) no-repeat left top;
  cursor: pointer;
  padding: 0 0 0 48px;
  min-height: 34px;
  margin-bottom: 15px
}

input[type="checkbox"]:checked+label {
  background: url(../images/checked.jpg) no-repeat left top
}

input[type="radio"] {
  appearance: radio;
}

.icheckbox_futurico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #494949;
  cursor: pointer;
  top: 3px;
  position: absolute !important;
  left: 0
}

.icheckbox_futurico.checked {
  background: #fff url(../images/checked.jpg) no-repeat 100% center;
  border: none
}

.checkbox-field {
  position: relative;
  padding: 0 0 0 48px;
  margin: -3px 0 0 0;
  color: #494949
}

label {
  color: #232356; /* midnight-blue */
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 20px;
  font-weight: 350;
  display: block;
  line-height: 1.08;
  margin-bottom: 12px;
}

label.sub-label {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: normal;
  margin-bottom: 14px
}

.error-state label {
  color: #d0011b
}

.error-state .checkbox-field {
  color: #494949
}

.error-state input,
.error-state textarea {
  border-color: #d0011b
}

.error-state input:focus,
.error-state textarea:focus {
  border-color: #d0011b
}

.error-state .error-message {
  display: block
}

.error-state .selectric {
  border-color: #d0011b
}

.error-state .jFiler-theme-default .jFiler-input {
  border-color: #d0011b
}

.error-state div.upload {
  border-color: #d0011b
}

.checkbox-wrap.error-state label {
  color: #d0011b
}

.error-message {
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.1px;
  color: #d02020;
  background-color: #faefef;
  padding: 20px;
  position: static !important;
  width: 100%;
  margin: 9px 0 0 0;
  z-index: 99;
  bottom: -48px;
  transition: opacity .2s ease-in;
}

.error-message.check-error,
.error-message.check-error2 {
  position: static;
  display: none;
  opacity: 1;
  margin: 0 0 20px
}

.checkbox-error {
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.1px;
  width: 100%;
  color: #d02020;
  background-color: #faefef;
  padding: 8px 0 9px 20px;
  margin: 9px 0 0 0;
  transition: opacity .2s ease-in;
  display: none;
}

.show-err .checkbox-error {
  display: block
}

.limit .limit-msg {
  display: block
}

.limit-msg {
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.1px;
  color: #d02020;
  background-color: #faefef;
  padding: 8px 0 9px 20px;
  width: 100%;
  margin: 9px 0 0 0;
  z-index: 99;
  display: none;
  transition: opacity .2s ease-in;
}

.form-group {
  margin-bottom: 34px;
  position: relative
}

.form-group>div {
  position: relative
}

.btn {
  border-radius: 0
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  min-width: 166px;
  height: 44px;
  border-radius: 0;
  border: solid 1px #232356; /* midnight-blue */
  background-color: #232356; /* midnight-blue */
  text-align: center;
  font-size: 18px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  color: #fff;
}

button.splide__pagination__page {
  min-width: 0 !important; /* fix for Gallery Slider block with dot navigation */
}

.primary-btn {
  background-color: #232356; /* midnight-blue */
}

.primary-btn:focus, .primary-btn:hover {
  background-color: #3A3869;
  border-color: #232356; /* midnight-blue */
  color: #fff;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.btn {
  border-radius: 0;
  font-size: 18px;
}

.btn.btn-white, .btn.btn-white:hover {
  color: #fff;
}

.btn.btn-xl {
  font-size: 2.8rem;
}

.btn-cta-outline, .search-form .search-submit {
  height: 44px;
  border: solid 2px #232356; /* midnight-blue */
  background-color: transparent;
  color: #232356; /* midnight-blue */
  line-height: 1.6;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.btn-cta-outline:visited, .search-form .search-submit:visited {
  color: #232356; /* midnight-blue */
}

.btn-cta-outline:focus, .btn-cta-outline:active, .btn-cta-outline:hover,
.search-form .search-submit:focus, .search-form .search-submit:active, .search-form .search-submit:hover {
  box-shadow: none;
  outline: none !important;
}

a.btn-cta-outline:hover {
  background-color: #232356; /* midnight-blue */
  color: #fff;
}

.btn-cta-outline.btn-cta-blue, .search-form .search-submit {
  background-color: #232356; /* midnight-blue */
  color: #fff;
  border: solid 1px #232356; /* midnight-blue */
  min-width: 145px;
}

a.btn-cta-outline.btn-cta-blue:hover, .search-form .search-submit:hover {
  background-color: #fff;
  border-color: #232356; /* midnight-blue */
  color: #232356; /* midnight-blue */
}

.btn-cta-outline.btn-cta-summer, html.summer .btn-cta-outline.btn-cta-season {
  background-color: #00b49d !important; /* summer-green */
  color: #fff;
  border: solid 1px #00b49d !important; /* summer-green */
  min-width: 145px;
}

.btn-cta-outline.btn-cta-winter, html.winter .btn-cta-outline.btn-cta-season {
  background-color: #990a06 !important; /* winter-red */
  color: #fff;
  border: solid 1px #990a06 !important; /* winter-red */
  min-width: 145px;
}

.btn-cta {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  font-size: 26px;
  line-height: 1rem;
  color: #494949;
}

.btn-cta .icon {
  margin-bottom: 2px;
}

.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  box-shadow: none;
}

.btn-cta:hover .icon,
.btn-cta:focus .icon,
.btn-cta:active .icon {
  background-image: url("../images/icons/icon-chevron-right-active.svg")
}

.btn-cta.btn-cta-white {
  color: #fff;
}

.btn-cta.btn-cta-white:hover,
.btn-cta.btn-cta-white:focus,
.btn-cta.btn-cta-white:active {
  color: #9e9e9e;
}

.btn-cta.btn-cta-white:hover .icon,
.btn-cta.btn-cta-white:focus .icon,
.btn-cta.btn-cta-white:active .icon {
  background-image: url("../images/icons/icon-chevron-right-gray.svg");
}

.cards-group {
  padding-bottom: 8rem;
}

.cards-group:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}

.card-item {
  background-color: #f7f7f7;
  border: solid 2px #e8e7e5;
  float: left;
  margin-left: -2px;
  margin-top: -2px;
  height: 570px;
  padding: 30px;
  max-width: 100%;
}

.card-item:hover {
  position: relative;
  z-index: 1;
  border-color: #232356;
  box-shadow: 6px 6px 20px #ccc;
  background-color: #fff;
}

.card-item a:hover,
.card-item a:focus {
  text-decoration: none;
}

.card-item .card-tag {
  font-size: 14px;
  font-weight: 700;
  padding-top: 2rem;
  line-height: 1;
  margin-bottom: 0;
  color: #9e9e9e
}

.card-item .card-image {
  overflow: hidden;
  background-color: #ececec;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.card-item .card-image .card-image-image {
  min-width: 100%;
  min-height: 100%;
}

.card-item .card-title {
  border-bottom: 3px solid transparent;
  padding: 0;
  margin-top: 27px;
  height: 42px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4.2rem;
  max-height: 4.2rem;
  max-width: 100%
}

.card-item .card-content {
  font-size: 22px;
  line-height: 21px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  color: #232356; /* midnight-blue */
  overflow: hidden;
  max-height: 130px;
  float: left
}

.card-item .card-content small {
  font-size: 50%;
}

.card-item .card-link {
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
  color: #9e9e9e;
  font-size: 22px;
  float: left;
}

.banner {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 34px 0 40px 0;
}

.banner-content {
  position: relative
}

.banner-content img {
  display: block;
  width: 100%
}

.banner-content h1 {
  position: absolute;
  top: 42.5%;
  transform: translatey(-50%);
  line-height: 0.83;
  letter-spacing: 6.5px;
  margin: 0;
  padding: 0 0 0 45px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.banner-content a {
  color: #fff
}

.selectric-wrapper {
  position: relative;
  cursor: pointer
}

.selectric-responsive {
  width: 100%
}

.selectric {
  border: 2px solid #e6e9ee;
  background: #fff;
  border-radius: 0;
  height: 60px
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 60px;
  padding: 20px 23px 10px 20px;
  font-size: 18px;
  line-height: 1;
  color: #ccc;
  font-weight: 300;
  user-select: none;
  box-sizing: border-box
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 60px;
  text-align: center;
  font: 0/0 a
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #494949
}

.selectric-open .selectric .button:after {
  border-top: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #494949
}

.selectric-focus .label {
  color: #494949
}

.selectric-open {
  z-index: 9999
}

.selectric-open .selectric {
  border-color: #232356
}

.selectric-open .selectric .label {
  color: #494949
}

.selectric-wrapper.after-close .label {
  color: #494949
}

.selectric-wrapper.first-open .label {
  color: #494949
}

.selectric-open .selectric-items {
  display: block;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

.title-field .selectric-open .selectric-items {
  min-height: 466px
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font: 0/0 a !important;
  background: none !important
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-top: none;
  z-index: -1;
  border-bottom: 2px solid #e6e9ee;
  width: 100%
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1
}

.selectric-items li {
  display: block;
  color: #232356; /* midnight-blue */
  cursor: pointer;
  padding: 21px 10px 10px 20px;
  height: 40px;
  border-top: none;
  height: 58px;
  border-left: 2px solid #e6e9ee;
  border-right: 2px solid #e6e9ee;
  letter-spacing: 0;
  line-height: 1.15;
  font-family: MrEavesModOT
}

.selectric-items li.selected {
  background: #e6e8ed;
  color: #494949
}

.selectric-items li:before {
  display: none
}

.selectric-items li:hover {
  background: #232356;
  color: #fff;
  border-color: #232356
}

.selectric-items .disabled {
  opacity: 1;
  cursor: default !important;
  color: #ccc !important;
  background: none !important;
  user-select: none
}

.selectric-items .disabled:hover {
  background: #232356 !important;
  color: #fff !important
}

.table {
  font-size: 22px;
  margin-top: 3rem;
  border-bottom: 2px solid #e8e7e5
}

.table tbody tr th {
  font-weight: 700;
  padding-left: 0
}

.table tbody tr td {
  font-family: MrEavesModOT-book
}

.table tr, .table th, .table td {
  border-width: 2px !important
}

body.single-artworks #artwork-detail {
  position: relative
}

body.single-artworks .icon-mail {
  display: block !important
}

body.single-artworks .section.section-overview {
  background-color: #fff
}

body.single-artworks .section.section-content {
  box-shadow: inset 1px 4px 15px -6px #7d7d7d
}

body.contact .section.section-inquiries {
  padding-bottom: 90px
}

body.contact .section.section-inquiries a {
  font-weight: 700;
  color: #494949
}

body.contact .section.section-image {
  height: 400px
}

body.contact .section.section-newsletter {
  background-color: #fff
}

body.contact .section.section-newsletter [type="submit"] {
  margin-top: 20px
}

body.contact .section.section-newsletter .input-group {
  display: block;
  width: 100%
}

body.contact .section.section-newsletter .newsletter-msg .msg-item {
  margin-bottom: 0
}

body.event .slider-content-title {
  margin-bottom: 40px
}

body.event .section-form-container {
  padding: 0;
  margin-top: -50px;
  position: relative;
  z-index: 1
}

body.event .section-form-container .section-subtitle {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  color: #232356; /* midnight-blue */
  text-transform: initial
}

body.event .section-form-container .event-status {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  color: #ff0000;
  margin-left: 20px;
  text-transform: uppercase
}

body.event .section-form-container .event-fully-booked {
  color: #ff0000;
  font-size: 32px;
  line-height: 3rem;
  font-weight: 700
}

body.event .section-form-container .container {
  padding: 35px;
  background-color: #fff;
  box-shadow: 1px 1px 15px #bdbdbd
}

body.single-exhibitors .icon-mail {
  display: block !important
}

body.single-exhibitors .section .content-subtitle {
  padding-top: 4rem
}

body.single-exhibitors .exhibitor-main-image {
  width: 433px;
  height: 336px;
  border: solid 2px #e8e7e5;
  padding: 24px;
  float: left;
  margin: 0 50px 35px 0;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center
}

body.single-exhibitors .exhibitor-main-image img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 6px 6px 20px #ccc;
  margin: 0 auto
}

body.single-exhibitors .map-container {
  margin-bottom: 3rem
}

body.single-exhibitors .map-container #map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

body.single-exhibitors .section.section-exhibitor-overview {
  background-color: #fff
}

body.single-exhibitors .section.section-related-exhibitors {
  box-shadow: inset 1px 4px 15px -6px #7d7d7d;
  padding-top: 10rem;
  background-color: #f7f7f7
}

body.single-exhibitors .section.section-related-exhibitors .section-subtitle {
  font-size: 40px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  line-height: 2rem;
  display: inline-block
}

body.single-exhibitors .section.section-related-exhibitors a.link,
body.single-exhibitors .section.section-related-exhibitors a.link:hover {
  color: #494949
}

body .content-area .section-hero {
  padding-top: 0;
  padding-bottom: 48px;
  padding-left: 45px;
  padding-right: 45px;
}

body .content-area .section-bio, body .content-area .section-highlights {
  padding-top: 0;
  padding-bottom: 0;
}

body .content-area .section-bio p {
  margin-bottom: 32px;
}

body .content-area .section-hero .container-hero {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 320px;
}

body.home .content-area .section-hero .container-hero {
  max-height: 550px;
}

body.page-about .content-area .section-hero .container-hero,
body.page-contact .content-area .section-hero .container-hero,
body.page-news-press .content-area .section-hero .container-hero,
body.page-advertise .content-area .section-hero .container-hero {
  max-height: 800px;
}

body.page-about .content-area .section-hero .container-hero #dummy,
body.page-contact .content-area .section-hero .container-hero #dummy,
body.page-news-press .content-area .section-hero .container-hero #dummy,
body.page-advertise .content-area .section-hero .container-hero #dummy {
  min-height: 275px;
}

body.page-contact .content-area .section-contact-us .contact-left .contact-row-1 {
  margin-top: 20px;
}

body.page-contact .content-area .section-contact-us .contact-left h1.section-title,
body.page-news-press .content-area .section-news-press .press-left h1.section-title {
  position: static;
  top: auto;
  margin-bottom: 0;
}

body .content-area .section-hero .container-hero #dummy {
  margin-top: 50%
}

body .content-area .section-hero .container-hero #hero-image-set {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

body .content-area .section-hero .container-hero #hero-image-set .temp-header {
  display: none;
}

body .content-area .section-hero .container-hero #hero-image-set .left,
body .content-area .section-hero .container-hero #hero-image-set .right {
  display: inline-block;
  position: relative;
  height: 100%
}

body .content-area .section-hero .container-hero #hero-image-set .left .image,
body .content-area .section-hero .container-hero #hero-image-set .right .image {
  height: 100%;
  width: 100%
}

body .content-area .section-hero .container-hero #hero-image-set .left1 {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 70%;
}

body .content-area .section-hero .container-hero #hero-image-set .left1 .left {
  transform: skewX(-21deg);
  width: 100%;
  overflow: hidden;
  left: -14%;
  top: 10%;
}

body .content-area .section-hero .container-hero #hero-image-set .left1 .left .image {
  transform: skewX(21deg);
  width: 120%;
  position: relative;
  left: 0px;
}

body .content-area .section-hero .container-hero #hero-image-set .right1 {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 28%;
  left: -4.5%;
  bottom: 10%;
}

body .content-area .section-hero .container-hero #hero-image-set .right1 .right {
  transform: skewX(-21deg);
  width: 180%;
  overflow: hidden;
  position: relative;
}

body .content-area .section-hero .container-hero #hero-image-set .right1 .right .image {
  transform: skewX(21deg);
  width: 154%;
  left: -30%;
  position: relative;
}

body.home .container-hero .overlay-text {
  color: #fff;
  top: -5%;
}

body.home .container-hero .overlay-text strong {
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 4.8px;
}

body .content-area .section-hero .container-hero .overlay-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 45%;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 4px;
  display: flex;
  margin-top: 58px;
  user-select: none;
}

body .content-area .section-hero .container-hero .overlay-text h1 {
  font-size: 5.5vw;
  line-height: 0.83;
  color: #232356;
  text-shadow: -1px 2px 4px rgba(255,255,255,0.6);
}

body .content-area .section-hero .container-hero .overlay-text .hero-content-title {
  font-size: 5.5vw;
  font-weight: 350;
}

.section-events-featured {
  box-shadow: inset 1px -4px 15px -6px #7d7d7d
}

.section-catalogue .divider {
  margin-bottom: 36px
}

.section-catalogue img {
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  max-width: 61%
}

.section-catalogue .image-wrapper {
  text-align: center;
}

.section-catalogue .image-wrapper .download-link-holder {
  max-width: 400px;
  text-align: left;
}

.section-catalogue .image-wrapper .download-link-holder .btn-cta {
  text-align: left;
  margin-left: 33px;
  padding-left: 0px;
}

.section-exhibitor {
  height: 320px;
  text-align: center;
  justify-content: center;
  position: relative;
  padding: 0
}

.section-exhibitor .container {
  height: 100%
}

.section-exhibitor .container .section-content {
  display: flex;
  align-items: center;
  height: 100%
}

.section-exhibitor .container .section-content .section-content-inner {
  position: relative;
  z-index: 10;
  margin: 0 auto
}

.section-exhibitor .container .section-content .section-content-inner .section-title {
  font-size: 40px;
  letter-spacing: 3.2px;
  color: #fff;
  font-weight: 700;
  text-transform: initial;
}

.section-exhibitor .container .section-content .section-content-inner .section-title-top {
  font-size: 14px;
  letter-spacing: 1.1px;
  color: #fff;
  font-weight: 700;
  text-transform: initial;
  margin: 0;
  transform: rotate(0.1deg)
}

.section-exhibitor .container .section-content .exhibitor-buttons .btn {
  display: inline-block;
  border: solid 2px #fff;
  background-color: rgba(200, 200, 200, 0.5);
  color: #fff;
  margin: 50px 10px 0
}

.section-exhibitor .container .section-content .exhibitor-buttons .btn.btn-no-bg {
  background-color: transparent
}

.section-exhibitor .container .section-content .exhibitor-buttons .btn:hover {
  background-color: #999999
}

.section-about {
  padding: 140px 0;
  position: relative
}

.section-about .container {
  display: block
}

.section-about .container>.first,
.section-about .container>.second {
  position: relative;
  padding-bottom: 5rem;
}

.section-about .container>.first.last,
.section-about .container>.second.last {
  padding-bottom: 10rem;
}

.section-about .second .line-green {
  bottom: 100px;
  left: 100%
}

.section-about .text-content {
  margin-top: 150px;
  min-height: 60px;
}

.section-about .about-team {
  font-size: 16px;
  letter-spacing: 1.2px;
}

.section-about .about-team .about-content {
  float: left;
  line-height: 1.12
}

.section-about .about-team .about-content .about-title {
  font-weight: 700;
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  position: relative;
}

.section-about .about-team .about-content p:not(.about-title) {
  margin-bottom: 0;
}

.section-about .about-team .about-image {
  float: right;
}

.section-about .about-team .about-image img {
  box-shadow: 6px 6px 20px #ccc;
}

.page .container.page-content ul,
.page .container.page-content ol {
  margin: 0;
  list-style-type: none;
  padding: 0 0 5px 30px;
}

.page .container.page-content nav ul,
.page .container.page-content nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.page .container.page-content ul li,
.page .container.page-content ol li {
  line-height: 1.08;
  letter-spacing: -.4px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  padding: 0;
  margin: 0 0 10px
}

.page .container.page-content ul li:before,
.page .container.page-content ol li:before {
  border-radius: 50%;
  content: "";
  width: 11px;
  height: 11px;
  background: #232356; /* midnight-blue */
  display: inline-block;
  margin: 0 14px 0 0
}

body.page-team .section {
  padding-bottom: 20px
}

body.page-team .primary-team {
  align-items: flex-end
}

body.page-team .primary-team .about-content {
  font-size: 26px;
  letter-spacing: 2px;
}

body.page-team .primary-team .about-content .about-title {
  font-weight: 700;
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  position: relative;
  margin-bottom: 0px
}

body.page-team .primary-team .about-content .about-title.decorator {
  display: inline-block
}

body.page-team .primary-team .about-content .about-title.decorator::before {
  content: "";
  background: url("../../../uploads/2018/07/line-green-xs.svg") no-repeat;
  top: -25px;
  left: 0;
  display: block;
  position: absolute;
  height: 15px;
  width: 15px
}

body.page-team .primary-team .about-content .about-email {
  font-weight: 700;
  color: #232356; /* midnight-blue */
  margin-left: 0px;
  line-height: 0.6;
  vertical-align: bottom
}

body.page-team .primary-team .about-content .about-email img {
  top: 7px;
  position: relative
}

body.page-team .primary-team .about-image img {
  width: 285px
}

body.page-team .section-team-members {
  background-color: #fff;
}

body.page-team .section-team-members .team-members {
  max-width: 900px;
  margin: 0 auto;
}

body.page-team .section-team-members .team-members .card-item {
  width: 25%;
  max-width: 222px;
  height: 400px;
  padding: 0px;
  background: none;
  border: none;
}

body.page-team .section-team-members .team-members .card-item p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
}

body.page-team .section-team-members .team-members .card-item p.card-content {
  height: auto;
  line-height: 1;
}

body.page-team .section-team-members .team-members .card-item p.card-title {
  white-space: normal;
  overflow: visible;
  line-height: 1;
}

body.page-team .section-team-members .team-members .card-item .card-image-border {
  padding: 14px;
  background-color: #f7f7f7;
  border: solid 2px #e8e7e5;
}

body.page-team .section-team-members .team-members .card-item:hover {
  border: none;
  box-shadow: none;
  background: none;
}

.members-container .items .member {
  background: transparent;
  border-bottom: 2px #e8e7e5 solid;
  color: #232356; /* midnight-blue */
  padding-left: 0;
  text-align: left;
  margin-top: 0;
}

.members-container .items .member .member-inner {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.members-container .items .member .member-inner p.header-title {
  border-bottom: 2px transparent solid;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1.4px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  color: #232356; /* midnight-blue */
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 350;
}

.members-container .items .member .member-inner:hover {
  text-decoration: none
}

.members-container .items .member .member-inner:focus {
  outline: none
}

.members-container .items .member:hover a.member-inner {
  text-decoration: none
}

.members-container .items .member:hover a.member-inner p.header-title {
  border-bottom: 2px #232356 solid;
  color: #232356;
  text-decoration: none
}

.slick-slider .slick-arrow {
  z-index: 1;
}

.slick-slider .slick-next {
  right: 0;
}

figure {
  text-align: center;
  flex-direction: column;
}

figcaption, .figcaption {
  color: #232356;
  font-size: .75em;
  padding-top: 6px;
}

img.map-image {
  width: 100%;
}

.map-main .map-container, p.btn-paragraph {
  text-align: center;
}

.map-main .btn {
  margin-top: 75px;
  margin-bottom: 0;
}

.map-main .btn.btn-top {
  margin-bottom: 25px;
  margin-top: 0;
}

div.overlay-text {
  flex-direction: column;
  justify-content: center;
}

div.overlay-text div.btn-flex-wrap a.btn {
  border: solid 2px #232356;
  width: 264px;
  margin-top: 22px;
}

div.overlay-text div.btn-flex-wrap a.btn:hover {
  background-color: #232356;
}

body.page-news-press .section.section-news-outer, body.page-news-press .section.section-press-coverage {
  box-shadow: inset 1px 4px 15px -6px #7d7d7d;
  padding-bottom: 0;
}

body.page-news-press .section.section-news {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 128px;
  margin-top: 48px;
}

body.page-news-press .section.section-news p.header-title {
  font-size: 32px;
  letter-spacing: 2.5px;
  color: #232356; /* midnight-blue */
  font-weight: 350;
}

img.news-logo {
  width: 50%;
  max-width: 300px;
}

.section.section-bg-lines.section-top {
  padding-top: 96px;
}
figure.exhibitor-main-image, figure.dealer-main-image {
  margin: 0;
}
.overview .side-title {
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
}
.overview a {
  color: #232356; /* midnight-blue */
}
ul.contact-info {
  list-style: none;
  padding: 0;
}
ul.contact-info span.glyphicon {
  padding-right: 6px;
  top: 4px;
}
ul.contact-info span.glyphicon-envelope {
  top: 7px;
}
ul.contact-info span.glyphicon-globe {
  top: 6px;
}

.row.section-content {
  margin-bottom: 64px;
  margin-top: 64px;
}

body.page-exhibitors .section-top .text-content {
  padding-top: 0;
  float: left;
  min-height: 60px;
}
.section-about .container>.first.pb-0, .section-about .container>.second.pb-0 {
  padding-bottom: 0;
}
body.single-exhibitors .art-works-list {
  padding-bottom: 0;
  margin: 0 auto;
}
body.single-exhibitors .cards-group {
  padding-top: 24px;
  padding-bottom: 128px;
}
.hero-content-title {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  font-size: 70px;
  letter-spacing: 5.6px;
  line-height: 0.83;
  color: #fff;
}
.hero-content-description {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  padding-bottom: 3rem;
  color: #fff;
}
body.single-artworks .section-about .container>.first {
  padding-bottom: 0;
}
body.single-artworks .section-about .container>.second {
  padding-bottom: 132px;
}
.art-works-list p.header-title {
  border-bottom: 2px transparent solid;
  display: inline-block;
  font-size: 32px;
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  color: #232356; /* midnight-blue */
  line-height: 1.35;
  margin-bottom: 20px;
  letter-spacing: 2.5px;
  font-weight: 350;
}

body.single-events .overview .side-title {
  margin-bottom: 0;
  margin-top: 24px;
}

article {
  background-color: #fff;
  padding: 24px;
}

article p {
  margin-bottom: 0;
}

article .entry-summary .search-term {
  font-weight: 700;
}

article .entry-title a {
  color: #232356; /* midnight blue */
}

body.page-search .search-form {
  margin-bottom: 10rem;
}

body.page-search .search-form label {
  display: inline-block;
}

.search-form input {
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 18px;
  letter-spacing: 1.4px;
}

.search-form .search-field {
  height: 44px;
  width: 300px;
  padding-left: 6px;
  color: #232356; /* midnight-blue */
  font-weight: 400;
}

.search-form .search-submit {
  height: 42px;
  padding-top: 6px;
}

.astm-search-menu.open .search-form {
  width: 100vw !important;
  top: 38px !important;
  right: -45px;
  padding-right: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 45px;
  background-color: #fff;
  box-shadow: 0px 5px 8px -3px rgba(35,35,86,.5);
}

.astm-search-menu .search-form label {
  /*display: inline-block;*/
  float: left;
  margin-left: 60px;
}

.astm-search-menu .search-form .search-field {
  height: 35px;
  width: 1000px !important;
  border: 0 none;
  outline: 0 none;
}

.astm-search-menu .search-form .search-submit {
  min-width: 0;
  height: 35px;
  top: 0;
  padding: 0 6px;
  left: -4px;
}

.astm-search-menu .search-close {
  background-color: #fff;
  right: 0px;
  top: 6px;
}

body>form.search-form, body.page-search .is-edit-link, .astm-search-menu .is-edit-link {
  display: none !important;
}

.suppliers-advertise {
  margin-bottom: 48px;
}

.trade-associations {
  text-align: right;
  padding-top: 24px;
}

.trade-associations a {
  margin-left: 24px;
}

.trade-associations .trade-association-logo {
  height: 70px;
}

.nav-tabs a, .nav-tabs a:link, .nav-tabs a:visited {
  color: #232356; /* midnight-blue */
}

.text-midnight {
  color: #232356 !important; /* midnight-blue */
}

.text-summer, html.summer .text-season, html.summer .section .section-title,
html.summer .section .section-title a, html.summer .section .section-title a:focus, html.summer .section .section-title a:hover,
html.summer .btn-cta:hover, html.summer .btn-cta:focus, html.summer .btn-cta:active,
html.summer body.page-privacy .content-area .section-page a,
html.summer ul.contact-info span.glyphicon,
html.summer article .entry-summary .search-term,
html.summer .card-horizontal-item a:hover .card-link,
html.summer .card-horizontal-item .card-content .card-content-right,
html.summer .card-item a:hover .card-link {
  color: #00b49d !important; /* summer-green */
}

html.summer .section-events-featured a.slider-link:hover .slider-content-title,
html.summer .card-item a:hover .card-title,
html.summer .members-container .items .member:hover a.member-inner p.header-title {
  border-color: #00b49d !important; /* summer-green */
}

.bg-summer, html.summer .bg-season {
  background-color: #00b49d !important; /* summer-green */
}

.text-winter, html.winter .text-season, html.winter .section .section-title,
html.winter .section .section-title a, html.winter .section .section-title a:focus, html.winter .section .section-title a:hover,
html.winter .btn-cta:hover, html.winter .btn-cta:focus, html.winter .btn-cta:active,
html.winter body.page-privacy .content-area .section-page a,
html.winter ul.contact-info span.glyphicon,
html.winter article .entry-summary .search-term,
html.winter .card-horizontal-item a:hover .card-link,
html.winter .card-horizontal-item .card-content .card-content-right,
html.winter .card-item a:hover .card-link {
  color: #990a06 !important; /* winter-red */
}

html.winter .section-events-featured a.slider-link:hover .slider-content-title,
html.winter .card-item a:hover .card-title,
html.winter .members-container .items .member:hover a.member-inner p.header-title {
  border-color: #990a06 !important; /* winter-red */
}

.bg-winter, html.winter .bg-season {
  background-color: #990a06 !important; /* winter-red */
}

.section-highlights .highlights-link:hover .highlights-image, .section-highlights .highlights-link:focus .highlights-image,
.section-events .events-link:hover .events-image, .section-events .events-link:focus .events-image,
.section-sponsors-partners .sponsors-link:hover .sponsors-image, .section-sponsors-partners .sponsors-link:focus .sponsors-image,
a.figure-link:hover figure.figure-image, a.figure-link:focus figure.figure-image,
.image-gallery-main a:hover img, .image-gallery-main a:focus img,
.image-gallery-sub a:hover:not(:focus) img, .image-gallery-sub a:focus img,
.entry-header a:hover img, .entry-header a:focus img,
.art-works-list .art-work-frame:hover img, .art-works-list .art-work-frame:focus img,
.section-listings .listings-link:hover .listings-image, .section-listings .listings-link:focus .listings-image {
  opacity: .65;
  text-decoration: none;
}

.section-highlights .highlights-link:hover, .section-highlights .highlights-link:focus,
.section-events .events-link:hover, .section-events .events-link:focus,
.section-listings .listings-link:hover, .section-listings .listings-link:focus,
#artwork-click-link:hover, #artwork-click-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.section-highlights .section-subtitle, .section-events .section-subtitle  {
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 2.4px;
}

.section-highlights .highlights-image, .section-events .events-image, .section-listings .listings-image {
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
}

.section-highlights .highlights-image {
  padding-top: 100%; /* square */
}

.section-events .events-image, .section-listings .listings-image {
  padding-top: 80%; /* rectangle */
}

.section-highlights .highlights-when, .section-events .events-when {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-top: 16px;
  margin-bottom: 2px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.section-highlights .highlights-title, .section-events .events-title {
  text-align: left;
  text-transform: uppercase;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
  line-height: 1;
  text-decoration: none;
}

.section-highlights .highlights-where, .section-events .events-where {
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
}

.section-listings .listings-title {
  text-align: left;
  text-transform: uppercase;
  color: #232356; /* midnight-blue */
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 20px;
  margin-bottom: 18px;
  line-height: 1;
  text-decoration: none;
}

.section-listings .listings-when, .section-listings .listings-where {
  text-align: left;
  color: #9e9e9e;
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1;
  text-decoration: none;
}

.section-listings .listings-desc {
  text-align: justify;
  color: #232356; /* midnight-blue */
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 0;
  margin-top: 18px;
  margin-bottom: 2px;
  line-height: 1;
  text-decoration: none;
}

.section-listings .listings-count {
  margin-top: 20px;
  height: 50px;
  width: 50px;
  float: right;
}

.section-listings .listings-count .law-progress-value {
  font-size: 21px;
}

.section-listings .listings-label {
  position: absolute;
  top: 15px;
  padding: 8px;
  opacity: .8;
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1;
  min-width: 125px;
  z-index: 100;
}

.section-listings .listings-label-exhibitors, .section-listings .listings-key-exhibitors {
  background-color: #fff;
  color: #232356; /* midnight-blue */
}

.section-listings .listings-label-sponsors, .section-listings .listings-key-sponsors {
  background-color: #232356; /* midnight-blue */
  color: #fff;
}

.section-listings .listings-key-exhibitors, .section-listings .listings-key-sponsors {
  border: 1px solid #232356; /* midnight-blue */
  width: 125px;
  height: 33px;
  display: inline-block;
}

.section-listings .listings-key-text {
  padding-left: 8px;
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -10px;
}

.section-listings #listings-sort {
  height: auto;
  width: auto;
  float: right;
  color: #9e9e9e;
  outline-color: #9e9e9e;
}

.section-listings #listings-sort, .section-listings #listings-sort optgroup, .section-listings #listings-sort option,
.section-events #event_menu, .section-events #event_menu optgroup, .section-events #event_menu option {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
}

.btn-container:before, .btn-container:after {
  content: " ";
  display: table;
}
.btn-container:after {
  clear: both;
}
.btn-container .btn {
  margin-bottom: 12px;
}
.btn-container-inline {
  text-align: center;
}
.btn-container-inline input[type="submit"],
.btn-container-inline input[type="reset"],
.btn-container-inline input[type="button"],
.btn-container-inline .btn {
  float: none;
  margin-left: 13px;
  margin-right: 13px;
  white-space: normal;
}
.btn-container-inline .col-xs-12 {
  width: 97%;
  width: calc( 100%  -  30px );
}
.btn-container-inline .col-xs-11 {
  width: 88.66666667%;
  width: calc( 91.66666667%  -  30px );
}
.btn-container-inline .col-xs-10 {
  width: 80.33333333%;
  width: calc( 83.33333333%  -  30px );
}
.btn-container-inline .col-xs-9 {
  width: 72%;
  width: calc( 75%  -  30px );
}
.btn-container-inline .col-xs-8 {
  width: 63.66666667%;
  width: calc( 66.66666667%  -  30px );
}
.btn-container-inline .col-xs-7 {
  width: 55.33333333%;
  width: calc( 58.33333333%  -  30px );
}
.btn-container-inline .col-xs-6 {
  width: 47%;
  width: calc( 50%  -  30px );
}
.btn-container-inline .col-xs-5 {
  width: 38.66666667%;
  width: calc( 41.66666667%  -  30px );
}
.btn-container-inline .col-xs-4 {
  width: 30.33333333%;
  width: calc( 33.33333333%  -  30px );
}
.btn-container-inline .col-xs-3 {
  width: 22%;
  width: calc( 25%  -  30px );
}
.btn-container-inline .col-xs-2 {
  width: 13.66666667%;
  width: calc( 16.66666667%  -  30px );
}
.btn-container-inline .col-xs-1 {
  width: 5.33333333%;
  width: calc( 8.33333333%  -  30px );
}

.section-actions .btn-cta-outline,
.section-actions-xs .btn-cta-outline,
.btn-cta-outline-xl {
  height: 70px;
  line-height: 1.2;
  padding-top: 12px;
  max-width: 300px;
}

.section-actions-xs .btn-cta-outline {
  margin: 0 auto;
}

.section.section-main-link {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.section-main-link .btn-cta-outline {
  font-size: 28px;
  letter-spacing: 2.3px;
  line-height: 1.35;
}

#multi-slider {
  position: relative;      /* recommended */
}

#multi-slider .MS-content {
  white-space: nowrap;     /* required */
  overflow: hidden;        /* required */
  margin: 0 25px;          /* makes room for L/R arrows */
  padding: 0;
}
#multi-slider .MS-content.MS-right-only {
  margin-left: 1%;
}
#multi-slider .MS-content.MS-left-only {
  margin-right: 1%;
}
#multi-slider .MS-content .item {
  display: inline-block;   /* required */
  position: relative;      /* required */
  vertical-align: top;     /* required */
  overflow: hidden;        /* required */
  height: 100%;            /* recommended */
  white-space: normal;     /* recommended */
  margin: 1%;
}
#multi-slider .MS-content .item.item-5 {
  width: 18%;              /* required * Determines number of visible slides */
}
#multi-slider .MS-content .item.item-4 {
  width: 23%;              /* required * Determines number of visible slides */
}
#multi-slider .MS-content .item.item-3 {
  width: 31.3%;            /* required * Determines number of visible slides */
}
#multi-slider .MS-content .item.item-2 {
  width: 48%;            /* required * Determines number of visible slides */
}
#multi-slider button {
  position: absolute;      /* recommended */
  top: 20%;
  min-width: 0;
  height: auto;
  border: 0;
  background-color: transparent;
  font-size: 80px;
  padding: 0;
}
#multi-slider button:focus {
  outline: none;
}
#multi-slider button .icon {
  width: 50px;
  height: 50px;
}
#multi-slider .MS-left {
  left: -15px;
}
#multi-slider .MS-right {
  right: -15px;
}
.multi-slider {
  position: relative;      /* recommended */
}
.multi-slider .MS-content {
  white-space: nowrap;     /* required */
  overflow: hidden;        /* required */
  margin: 0 25px;          /* makes room for L/R arrows */
  padding: 0;
}
.multi-slider .MS-content.MS-right-only {
  margin-left: 1%;
}
.multi-slider .MS-content.MS-left-only {
  margin-right: 1%;
}
.multi-slider .MS-content .item {
  display: inline-block;   /* required */
  position: relative;      /* required */
  vertical-align: top;     /* required */
  overflow: hidden;        /* required */
  height: 100%;            /* recommended */
  white-space: normal;     /* recommended */
  margin: 1%;
}
.multi-slider .MS-content .item.item-5 {
  width: 18%;              /* required * Determines number of visible slides */
}
.multi-slider .MS-content .item.item-4 {
  width: 23%;              /* required * Determines number of visible slides */
}
.multi-slider .MS-content .item.item-3 {
  width: 31.3%;            /* required * Determines number of visible slides */
}
.multi-slider .MS-content .item.item-2 {
  width: 48%;            /* required * Determines number of visible slides */
}
.multi-slider button, .image-gallery-main button, .image-gallery-main a.chevron-button {
  position: absolute;      /* recommended */
  top: 20%;
  min-width: 0;
  height: auto;
  border: 0;
  background-color: transparent;
  font-size: 80px;
  padding: 0;
  z-index: 100;
}
.multi-slider button:focus, .image-gallery-main button:focus, .image-gallery-main a.chevron-button:focus {
  outline: none;
}
.multi-slider button .icon {
  width: 50px;
  height: 50px;
}
.multi-slider .MS-left {
  left: -15px;
}
.multi-slider .MS-right {
  right: -15px;
}
.event-list .multi-slider .MS-left {
  left: -6px;
  z-index: 1000;
}
.event-list .multi-slider .MS-right {
  right: -8px;
}
body.page-events .event-list .multi-slider .MS-content .item {
  margin: 0.5%;
  width: 24%;
}
.image-gallery-main button .icon, .image-gallery-main a.chevron-button .icon {
  width: 24px;
  height: 50px;
}
.image-gallery-main .MS-left {
  left: 0;
}
.image-gallery-main .MS-right {
  right: 0;
}

body .cc-revoke, body .cc-window {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-size: 18px;
  letter-spacing: 0.8px;
}

.cherry-popup .cherry-popup-content p,
.cherry-popup.cherry-popup-wrapper .cherry-popup-close-button:hover,
.cherry-popup.cherry-popup-wrapper .cherry-popup-close-button:focus,
.boxzilla .boxzilla-close-icon {
  color: #fff;
}

.cherry-popup.cherry-popup-wrapper .cherry-popup-close-button span {
  transition-duration: 0s;
}

.cherry-popup .btn-cta-popup,
.boxzilla .btn-cta-popup {
  color: #fff;
  border: 2px solid #fff;
}

.cherry-popup .btn-cta-popup:hover, .cherry-popup .btn-cta-popup:focus,
.boxzilla .btn-cta-popup:hover, .boxzilla .btn-cta-popup:focus {
  background-color: #fff;
  color: #232356; /* midnight-blue */
  border: 2px solid #fff;
}

body .content-area .section-hero .container-hero #hero-image-set .left2 {
  position: absolute;
  height: 100%;
  width: 52%;
}

body .content-area .section-hero .container-hero #hero-image-set .left2.left-more {
  width: 74%;
}

body .content-area .section-hero .container-hero #hero-image-set .left2 .left {
  display: inline;
}

body .content-area .section-hero .container-hero #hero-image-set .left2 .left p {
  font-size: 26px;
  letter-spacing: 0;
}

body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 48px 0 48px 0;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
}

body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote p {
  text-align: right;
  font-size: 16px;
  letter-spacing: 1px;
}

body .content-area .section-hero .container-hero #hero-image-set .left2 .left-shape {
  float: right;
  height: 1px;
  width: 1px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  shape-outside: polygon(100% 0%, 100% 100%, 0% 100%);
}

body .content-area .section-hero .container-hero #hero-image-set .right2 {
  position: absolute;
  height: 100%;
  width: 54%;
  right: 0;
  top: 24px;
}

body .content-area .section-hero .container-hero #hero-image-set .right2.right-less {
  width: 32%;
}

body .content-area .section-hero .container-hero #hero-image-set .right2 .right {
  transform: skewX(-21deg);
  width: 150%;
  overflow: hidden;
  position: relative;
}

body .content-area .section-hero .container-hero #hero-image-set .right2 .right .image {
  transform: skewX(21deg);
  width: 100%;
  left: -20%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body .content-area .section-hero .container-hero #hero-image-set .right2.right-less .right .image {
  left: -32%;
}

body .content-area h1.section-title {
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 70px;
}

body .content-area .section-exhibitors,
body .content-area .section-artworks,
body .content-area .section-events,
body .content-area .section-members {
  margin-top: 24px;
}

body .content-area .section-no-title {
  padding-top: 24px;
}

body.page-exhibitors .section-actions,
body.page-artworks .section-actions,
body.page-visitorinformation .section-actions,
body.single-artworks .section-actions,
body.page-symposium .section-actions,
body.page-events .section-actions,
body.page-past-events .section-actions {
  position: absolute;
  right: 0;
  top: -24px;
}

body.page-symposium .section.section-symposium {
  padding-top: 75px;
}

body.page-symposium .section-actions {
  top: -10px;
}

body.page-exhibitors .section-actions .btn-cta-outline,
body.page-artworks .section-actions .btn-cta-outline,
body.page-visitorinformation .section-actions .btn-cta-outline,
body.page-events .section-actions .btn-cta-outline,
body.page-past-events .section-actions .btn-cta-outline {
  height: 44px;
  line-height: 1;
}

body.page-symposium .section-actions .btn-cta-outline {
  min-width: 150px;
  height: 44px;
  padding-top: 10px;
}

body.page-events .content-area h1.section-title,
body.page-past-events .content-area h1.section-title,
body.page-exhibitions .content-area h1.section-title {
  margin-bottom: 32px;
}

body .content-area .exhibitor-list {
  margin-left: -24px;
  margin-right: -24px;
}

body .content-area .exhibitor-list .exhibitor-head {
  margin: 12px 32px 12px 24px;
  display: inline-block;
  color: #232356; /* midnight-blue */
  position: relative;
  width: 144px;
}

body .content-area .exhibitor-list .exhibitor-head .exhibitor-head-char {
  margin-top: 0;
  font-weight: 700;
}

body .content-area .exhibitor-list .exhibitor-head .exhibitor-head-char span {
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 300;
}

body .content-area .exhibitor-list .exhibitor-item {
  width: 144px;
  margin: 12px 24px;
  display: inline-block;
  vertical-align: top;
}

body .content-area .exhibitor-list .exhibitor-item .exhibitor-wrap {
  overflow: hidden;
  width: 100%;
  height: 144px;
  display: flex;
  align-items: center;
}

body .content-area .exhibitor-list .exhibitor-item .exhibitor-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

body .content-area .exhibitor-list .exhibitor-item .exhibitor-title {
  text-transform: uppercase;
  text-decoration: none;
  color: #232356; /* midnight-blue */
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 12px;
}

body .content-area .exhibitor-list .exhibitor-item a:hover, body .content-area .exhibitor-list .exhibitor-item a:focus {
  text-decoration: none;
}

.width-100 {
  width: 100% !important;
}

.width-75 {
  width: 75% !important;
}

.width-50 {
  width: 50% !important;
}

.width-25 {
  width: 25% !important;
}

.font-italic {
  font-style: italic;
}

body .content-area .section-events .event-row blockquote {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 400;
  font-style: italic;
}

body .content-area .section-events .event-row blockquote p {
  text-align: right;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: normal;
}

body .content-area .section-events .event-row .event-title {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body .content-area .section-events .event-row .event-subtitle {
  font-weight: 350;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-top: 0;
}

a.figure-link {
  text-decoration: none;
}

figure.figure-image figcaption {
  text-transform: uppercase;
}

body .content-area .section-sponsors-partners h1.section-title,
body .content-area .section-symposium h1.section-title,
body .content-area .section-members h1.section-title {
  margin-bottom: 24px;
}

body .content-area .section-sponsors-partners h2.section-subtitle,
body .content-area .section-symposium h2.section-subtitle {
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.9px;
  margin-left: 24px;
  margin-top: 48px;
}

body .content-area .section-sponsors-partners .supporters-text {
  margin-left: 24px;
}

body .content-area .section-sponsors-partners .sponsors-item {
  text-align: center;
}

body .content-area .section-sponsors-partners .sponsors-item img {
  max-width: 65%
}

body .content-area .section-sponsors-partners .sponsors-info {
  font-size: 20px;
  letter-spacing: 0;
}

body .content-area .section-sponsors-partners .sponsors-info a {
  text-decoration: none;
}

body .content-area .section-art-suppliers h1.section-title {
  margin-bottom: 24px;
}

#suppliers-logo .art-work-container {
  margin-top: 48px;
  min-height: 150px;
}

#suppliers-logo .art-supplier-logo {
  max-width: 150px;
  max-height: 150px;
}

#suppliers-logo .art-work-frame {
  padding: 0;
  text-align: left;
  margin-right: 30px;
}

#suppliers-logo .art-supplier-name {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
}

#suppliers-logo .art-supplier-link, #suppliers-logo .art-supplier-email, #suppliers-logo .art-supplier-phone {
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4px;
  line-height: 1;
  display: block;
  margin-top: 8px;
}

body .content-area .section-contact-us h1.section-title {
  position: absolute;
  top: 0;
}

body .content-area .section-contact-us .contact-row-1 {
  margin-top: 48px;
}

body .content-area .section-contact-us .contact-row .contact-item {
  margin-bottom: 18px;
}

body .content-area .section-contact-us .contact-row .contact-image {
  width: 200px;
  margin-bottom: 8px;
}

body .content-area .section-contact-us .contact-row .contact-has-image {
  font-weight: 700;
}

body .content-area .section-contact-us .contact-row .contact-title {
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 4px 0 !important;
}

body .content-area .section-contact-us .contact-row .contact-name {
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 4px 0 !important;
}

body .content-area .section-contact-us .contact-row .contact-email {
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 4px 0 !important;
  color: #232356; /* midnight-blue */
  text-decoration: none;
  display: block;
}

body .content-area .section-contact-us h2.section-subtitle {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}

body .content-area .section-contact-us .contact-row.contact-board-row .contact-item {
  margin-bottom: 18px;
}

body .content-area .section-contact-us .contact-row-1.contact-board-row {
  margin-top: 0;
  margin-bottom: 0;
}

.company-info {
  margin-top: 48px;
  text-align: right;
}

.company-info p {
  font-size: 14px !important;
  letter-spacing: 0;
  margin-bottom: 4px;
}

body .content-area .section-news-press h1.section-title {
  margin-bottom: 24px;
  clear: none;
}

body .content-area .section-news-press .press-release-item {
  margin-bottom: 15px;
  line-height: 1;
}

body .content-area .section-news-press .press-release-year {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 700;
  color: #232356; /* midnight-blue */
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
  clear: none;
}

body .content-area .section-news-press .press-release-link {
  color: #232356; /* midnight-blue */
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
}

body .content-area .section-news-press .press-enquiries p {
  color: #232356; /* midnight-blue */
  font-size: 20px !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
}

body .content-area .section-news-press .press-enquiries a {
  color: #232356; /* midnight-blue */
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1;
}

body .content-area .section-news-press .press-release-link:hover,
body .content-area .section-news-press .press-release-link:focus,
body .content-area .section-news-press .press-enquiries a:hover,
body .content-area .section-news-press .press-enquiries a:focus {
  text-decoration: underline;
}

#partners-logo {
  margin: 0;
}

#partners-logo .art-works-list .art-work-frame img {
  object-position: center;
}

.section-visitor-info .visitor-info {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6;
}

body.page-subscribe p {
  font-size: 24px;
  letter-spacing: 0;
}

#mc4wp-form-1 p {
  font-size: 20px;
}

#mc4wp-form-1 p.subscribe-required {
  font-size: 16px;
  letter-spacing: 0;
}

#mc4wp-form-1 input {
  border: 1px solid #232356; /* midnight-blue */
}

body.page-advertise .content-area h1.section-title {
  clear: none;
  padding-top: 64px;
  margin-bottom: 48px;
}

body.page-advertise .content-area .left2 a {
  color: #232356; /* midnight-blue */
}

body.page-advertise .content-area .left2 a[download] {
  text-decoration: underline;
}

body .content-area .section-art-suppliers h2.section-subtitle {
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.9px;
  margin-top: 32px;
}

#suppliers-logo .art-supplier-info h3 {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  color: #232356;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 48px;
}

#suppliers-logo .art-supplier-info .art-supplier-bio {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  color: #232356;
  font-size: 16px;
  letter-spacing: 0px;
}

#suppliers-logo .art-supplier-social, #suppliers-logo .art-supplier-facebook, #suppliers-logo .art-supplier-twitter, #suppliers-logo .art-supplier-instagram, #suppliers-logo .art-supplier-youtube {
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4px;
  line-height: 1;
  margin-top: 8px;
}

body .content-area .section-exhibitors h1.section-title,
body .content-area .section-category h1.section-title,
body .content-area .section-artworks h1.section-title {
  margin-bottom: 24px;
}

body .content-area .section-exhibitors h2.section-subtitle,
body .content-area .section-category h2.section-subtitle,
body .content-area .section-page h2.section-subtitle,
body .content-area .section-artworks h2.section-subtitle {
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.9px;
  margin-top: 32px;
}

#exhibitors-logo .exhibitor-info.visible-xs {
  z-index: 1000; /* hack to fix overlap issue */
}

#exhibitors-logo h3 {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-top: 20px !important;
}

#exhibitors-logo .exhibitor-info .dealer-main-image img {
  aspect-ratio: 1/1;
}

#exhibitors-logo .exhibitor-info .exhibitor-bio,
#exhibitors-logo .exhibitor-info .exhibitor-bio p,
#exhibitors-logo figure.dealer-main-image figcaption,
#exhibitors-logo .row-dealers-3 .figcaption {
  font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
  font-weight: 350;
  color: #232356;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

#exhibitors-logo .exhibitor-info .exhibitor-bio div {
  margin-bottom: 20px;
}

#exhibitors-logo .exhibitor-social, #exhibitors-logo .exhibitor-facebook, #exhibitors-logo .exhibitor-twitter, #exhibitors-logo .exhibitor-instagram, #exhibitors-logo .exhibitor-youtube {
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4px;
  line-height: 1;
  margin-top: 8px;
}

#exhibitors-logo .exhibitor-address, #exhibitors-logo .exhibitor-access, #exhibitors-logo .exhibitor-opening, #exhibitors-logo .exhibitor-link, #exhibitors-logo .exhibitor-email, #exhibitors-logo .exhibitor-phone {
  text-align: left;
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4px;
  line-height: 1;
  display: block;
  margin-top: 8px;
}

#exhibitors-logo .exhibitor-access img {
  height: 16px;
  position: relative;
  top: -2px;
}

#exhibitors-logo .artwork-artist, #exhibitors-logo .artwork-title, #exhibitors-logo .artwork-medium, #exhibitors-logo .artwork-size, #exhibitors-logo .artwork-value, #exhibitors-logo .artwork-click, #exhibitors-logo .artwork-credit, #exhibitors-logo .artwork-publish {
  color: #232356; /* midnight-blue */
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}

#exhibitors-logo .image-link-main:hover, #exhibitors-logo .image-link-main:focus, #exhibitors-logo .image-link-main-hover {
  text-decoration: none;
  box-shadow: none;
}

#exhibitors-logo .image-link-main .image-link-inner {
  display: inline-block;
}

#exhibitors-logo .artwork-credit, #exhibitors-logo .artwork-publish {
  color: #494949;
  margin-bottom: 0;
  text-align: left;
}

#exhibitors-logo .image-link-main:hover .artwork-credit, #exhibitors-logo .image-link-main:focus .artwork-credit, #exhibitors-logo .image-link-main-hover .artwork-credit, #exhibitors-logo .image-link-main-hover img,
#exhibitors-logo .image-link-main:hover .artwork-publish, #exhibitors-logo .image-link-main:focus .artwork-publish, #exhibitors-logo .image-link-main-hover .artwork-publish, #exhibitors-logo .image-link-main-hover img {
  opacity: 0.65;
}

#exhibitors-logo .artwork-artist:empty, #exhibitors-logo .artwork-title:empty, #exhibitors-logo .artwork-medium:empty, #exhibitors-logo .artwork-size:empty, #exhibitors-logo .artwork-value:empty, #exhibitors-logo .artwork-credit:empty, #exhibitors-logo .artwork-publish:empty {
  display: none;
}

#exhibitors-logo .artwork-title {
  font-style: italic;
}

body.page-privacy .content-area p, body.page-privacy .content-area  li, body.page-privacy .content-area div,
body.page-website-terms-of-use .content-area p, body.page-website-terms-of-use .content-area li {
  font-size: 20px;
  letter-spacing: 0;
}

.image-gallery-subs .image-gallery-sub {
  display: flex;
  align-items: center;
}

.image-gallery-subs .image-gallery-sub, .image-gallery-subs .image-gallery-sizer {
  width: 30%;
}

.image-gallery-subs .image-gallery-gap {
  width: 3%;
}

.image-gallery-subs.image-gallery-subs-4 .image-gallery-sub, .image-gallery-subs.image-gallery-subs-4 .image-gallery-sizer {
  width: 22%;
}

.image-gallery-subs.image-gallery-subs-2 .image-gallery-sub, .image-gallery-subs.image-gallery-subs-2 .image-gallery-sizer {
  width: 48.5%;
}

@media (max-width: 991px) {
  .image-gallery-subs.image-gallery-subs-4 .image-gallery-sub, .image-gallery-subs.image-gallery-subs-4 .image-gallery-sizer {
    width: 30%; /* 4 -> 3 */
  }
}

@media (max-width: 767px) {
  .image-gallery-subs.image-gallery-subs-4 .image-gallery-sub, .image-gallery-subs.image-gallery-subs-4 .image-gallery-sizer,
  .image-gallery-subs.image-gallery-subs .image-gallery-sub, .image-gallery-subs.image-gallery-subs .image-gallery-sizer {
    width: 48.5%; /* 4 -> 2 */
  }
}

@media (max-width: 567px) {
  .image-gallery-subs.image-gallery-subs-4 .image-gallery-sub, .image-gallery-subs.image-gallery-subs-4 .image-gallery-sizer,
  .image-gallery-subs.image-gallery-subs-2 .image-gallery-sub, .image-gallery-subs.image-gallery-subs-2 .image-gallery-sizer,
  .image-gallery-subs.image-gallery-subs .image-gallery-sub, .image-gallery-subs.image-gallery-subs .image-gallery-sizer {
    width: 100%; /* 4 -> 1 */
  }
  .image-gallery-subs .image-gallery-gap {
    width: 0;
  }
}

.image-gallery-subs .image-gallery-cat {
  background-color: #eee;
  margin-bottom: 16px;
  padding: 16px;
  width: 100%;
}

.image-gallery-subs .image-gallery-cat-title {
  color: #232356;
  font-size: 24px;
  letter-spacing: 1.9px;
  font-weight: 350;
  line-height: 24px;
  position: absolute;
  padding: 16px 16px 24px 16px;
}

.image-link-main img {
  max-height: 500px;
}

.image-link-sub, .image-link-sub:hover:not(:focus), .image-link-sub:focus {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  width: 100%;
  box-shadow: none;
}

.image-link-sub img {
  width: 100%;
}

.image-expa-sub, .image-exte-sub {
  color: #232356; /* midnight-blue */
  background-color: white;
  text-decoration: none;
  visibility: hidden;
  height: 20px;
  position: absolute;
  right: 3px;
  bottom: 19px; /* 16+3 */
}

.image-gallery-main .image-exte-sub {
  right: 33px;
  bottom: 14px;
}

.image-zoom, .image-zoom-osd {
  cursor: zoom-in;
}

.deepzoom-container {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  cursor: zoom-in;
  z-index: 200;
}

.deepzoom-controls {
  position: fixed !important;
  top: 0;
  right: 0;
  height: 42px;
  padding-left: 6px;
  background-color: rgba(0,0,0,0.5);
  z-index: 201;
}

.deepzoom-controls .thumb-control-item {
  display: inline-block;
  height: 32px;
  margin: 5px 5px 5px 0;
}

.deepzoom-controls .thumb-control-item>a {
  display: inline-block;
  height: 32px;
  width: 32px;
}

.deepzoom-controls .thumb-control-item>input {
  display: inline-block;
  height: 32px;
  border: 0 none;
}

.deepzoom-controls .thumb-control-item-fullscreen-in {
  background-image: url("../images/icons/icon-artwork-control-fullscreen-in.svg");
}

.deepzoom-controls .thumb-control-item-fullscreen-out {
  background-image: url("../images/icons/icon-artwork-control-fullscreen-out.svg");
}

.deepzoom-controls .thumb-control-item-download {
  background-image: url("../images/icons/icon-artwork-control-download.svg");
}

.deepzoom-controls .thumb-control-item-zoom-in {
  background-image: url("../images/icons/icon-artwork-control-zoom-in.svg");
}

.deepzoom-controls .thumb-control-item-zoom-out {
  background-image: url("../images/icons/icon-artwork-control-zoom-out.svg");
}

.deepzoom-loader {
  position: fixed;
  width: 100vw;
  text-align: center;
  top: 48%;
  z-index: 201;
}

.deepzoom-loader img {
  width: 75px;
  animation: spinHorizontal 1s infinite ease-out;
}

@keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0 none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-top: -8px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 0 none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 0 none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #aaa;
  border-radius: 2px;
  border: 0 none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #aaa;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #aaa;
  border-radius: 2px;
  border: 0 none;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #aaa;
  border: 0 none;
  border-radius: 2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #aaa;
}
input[type=range]::-ms-fill-upper {
  background: #aaa;
  border: 0 none;
  border-radius: 2px;
}
input[type=range]:focus::-ms-fill-upper {
  background: #aaa;
}

body.single-exhibitors .image-expa-sub {
  right: 26px !important; /* 20+3+3 */
}

.image-expa-sub:hover, .image-expa-sub:focus, .image-exte-sub:hover, .image-exte-sub:focus,
.artwork-click a, .artwork-click a:hover, .artwork-click a:focus {
  color: #232356; /* midnight-blue */
  text-decoration: none;
  box-shadow: none;
}

#view-on-a-wall-link img {
  width: 18px;
  vertical-align: text-bottom;
}

.image-gallery-main:hover:not(:focus) .image-exte-sub, .image-gallery-sub:hover:not(:focus) .image-expa-sub, .image-gallery-sub:hover:not(:focus) .image-exte-sub {
  color: #232356; /* midnight-blue */
  visibility: visible;
}

body .content-area .section-artworks h1.section-title {
  margin-bottom: 24px;
}

body .content-area .section-artworks h2.section-subtitle {
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.9px;
  margin-top: 32px;
}

.artwork-info-item, .artwork-description, .artwork-description-header {
  color: #232356; /* midnight-blue */
  font-size: 17px;
  font-weight: 350;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.artwork-info-item .artwork-info-artist {
  font-weight: 700;
}

.artwork-info-item .artwork-info-title {
  font-style: italic;
}

body .content-area .section-map h1.section-title {
  margin-bottom: 24px;
}

.symposium-programme-row .panel-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: -4px;
}

.symposium-programme-row .panel-details {
  font-size: 20px;
  line-height: 1.3;
}

.symposium-programme-row .panel-after,
.symposium-speakers-row .speaker-name,
.symposium-speakers-row .speaker-title {
  font-size: 20px;
  font-weight: 700;
}

.symposium-programme-row .panel-after,
.symposium-speakers-row .speaker-name {
  text-transform: uppercase;
}

.symposium-speakers-row .speaker-image {
  padding: 24px;
  max-width: 260px;
}

.symposium-speakers-row .speaker-details {
  font-size: 20px;
  text-align: justify;
}

.section-title-link, .section-title-link:visited {
  text-transform: uppercase;
  color: #232356; /* midnight-blue */
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 12px;
  margin-left: 15px;
}

body .content-area .category-list {
  margin-left: -24px;
  margin-right: -24px;
}

body .content-area .category-list .category-item {
  width: 500px;
  margin: 12px 24px;
  display: inline-block;
  vertical-align: top;
}

body .content-area .category-list .category-item .category-wrap {
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

body .content-area .category-list .category-item .category-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

body .content-area .category-list .category-item .category-title {
  text-transform: uppercase;
  text-decoration: none;
  color: #232356; /* midnight-blue */
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 12px;
}

body .content-area .category-list .category-item a:hover, body .content-area .category-list .category-item a:focus {
  text-decoration: none;
}

.fancybox-container.fancybox-is-open {
  z-index: 2147483648; /* on top of catalogue */
}

button.fancybox-button {
  min-width: 0;
}

.search-seperator {
  margin-bottom: 3em;
}

.search-result-row .search-result-item {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.search-result-row article.hentry {
  margin-left: -24px;
}

.search-result-row article.hentry .entry-header {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.search-result-row article.hentry .entry-header .entry-image-wrap {
  overflow: hidden;
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 15px #bdbdbd;
}

.search-result-row article.hentry .entry-header .entry-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 175px;
}

.search-result-row article.hentry.search-result-suppliers .entry-header .entry-image,
.search-result-row article.hentry.search-result-sponsors .entry-header .entry-image,
.search-result-row article.hentry .entry-header .entry-image.entry-image-contain {
  object-fit: contain;
}

.search-result-row article.hentry h3.entry-title {
  font-size: 30px;
  letter-spacing: 2.4px;
  line-height: 1.3;
}

.search-result-row article.hentry .entry-summary {
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 0;
}

.c-cedilla {
  font-size: 0.9em;
  position: relative;
  top: 1px;
}

body.home .sponsors-link {
  display: inline-block;
  float: none;
  margin-top: 48px;
}

body.home .sponsors-link:hover, body.home .sponsors-link:focus {
  text-decoration: none;
}

body.home .sponsors-link img {
  max-width: 150px;
  max-height: 150px;
}

body.home .sponsors-link:hover img, body.home .sponsors-link:focus img {
  opacity: .65;
  text-decoration: none;
}

.viewing-rooms-list {
  list-style: none;
  padding: 0;
}

.viewing-rooms-list .viewing-rooms-item {
  padding: 4px 0;
}

.viewing-rooms-list .viewing-rooms-item .viewing-rooms-link {
  color: #232356; /* midnight-blue */
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1.4;
  line-height: 1;
}

.viewing-rooms-list .viewing-rooms-item .viewing-rooms-link:hover img,
.viewing-rooms-list .viewing-rooms-item .viewing-rooms-link:focus img {
  opacity: .65;
}

.viewing-rooms-list .viewing-rooms-item img {
  height: 16px;
  position: relative;
  top: -2px;
}

@media (max-width: 1399px) {
  #navbar_menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  #navbar_menu .dropdown-toggle {
    position: absolute;
    right: 44px;
    top: 72px;
  }
  #navbar_menu ul.dropdown-menu {
    position: absolute;
    right: 0;
    top: -12px;
    padding: 12px 0 0 0;
    margin: 0;
    height: 100vh;
    width: 80vw;
    max-width: 350px;
    font-size: 20px;
    display: block !important;
    transition: transform .4s ease .1s;
    transform: translate3d(100%,0,0);
  }
  #navbar_menu ul.sub-menu {
    margin-left: 0;
    padding-left: 0;
  }
  #navbar_menu ul.sub-menu>li>a {
    display: block;
    padding: 3px 13px 3px 35px;
    clear: both;
    white-space: nowrap;
  }
  #navbar_menu ul.sub-menu>li>a:focus, #navbar_menu ul.sub-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  body.navbar-scrolled #navbar_menu ul.dropdown-menu {
    top: 0;
  }
  #navbar_menu.open ul.dropdown-menu {
    transform: translate3d(0,0,0);
    transition: transform .4s ease .1s;
  }
  body.navbar-scrolled #navbar_menu a.dropdown-toggle {
    position: absolute;
    right: 14px;
    top: 7px;
  }
  body.navbar-scrolled header .navbar.navbar-default .navbar-right {
    margin-right: 48px;
  }
  header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu li {
    width: 100%;
    text-align: left;
    margin-left: 0 !important;
  }
  header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu .menu-item-social li {
    width: auto;
    text-align: left;
  }
  .astm-search-menu {
    display: none !important; /* hide search icon */
  }
}

@media (max-width: 1199px) {
  .section-catalogue .image-wrapper .download-link-holder {
    margin: 0 auto;
  }
  .section-catalogue .image-wrapper {
    text-align: center;
    padding-bottom: 3rem;
  }
  .section-catalogue .image-wrapper img {
    max-width: 100%;
  }
  .section-about .second .line-green {
    display: none;
  }
  .section-about .about-team.first, .section-about .about-team.second {
    display: block;
    width: 100%
  }
  .section-about .about-team.second .about-content {
    padding-top: 5rem
  }
  .section-about .about-team .about-content {
    display: block;
    width: 100%;
    padding: 3rem 0;
    text-align: center
  }
  .section-about .about-team .about-image {
    width: 100%;
    text-align: center
  }
  .section-about .about-team .about-image img {
    max-width: 100%
  }
  body.page-team .primary-team .about-image {
    width: 200px
  }
}

@media (max-width: 1091px) {
  body .content-area .section-contact-us .contact-row.contact-board-row .contact-item {
    margin-bottom: 12px;
  }
  body .content-area .section-contact-us .contact-row .contact-image {
    width: 150px;
  }
}

@media (max-width: 991px) {
  header.subpage-header>div {
    height: 98px
  }
  header.subpage-header .logo-wrap {
    width: 100px
  }
  header.subpage-header .logo-wrap img {
    width: 36px;
    display: block;
    margin: 0 auto
  }
  header.subpage-header .main-link {
    width: calc(100% - 100px);
  }
  .card-horizontal-item .card-image {
    display: none
  }
  .card-horizontal-item .card-content {
    width: 100%
  }
  body .content-area .section-hero .container-hero .overlay-text {
    font-size: 40px;
    letter-spacing: 3.2px;
    left: 55px;
  }
  body .content-area .section-hero .container-hero .overlay-text strong {
    font-size: 48px;
    letter-spacing: 3.8px;
  }
  .section-events-featured .section-container {
    display: inline-block
  }
  .section-exhibitor .container {
    width: 100%
  }
  body .content-area .section-contact-us .contact-row .contact-title,
  body .content-area .section-contact-us .contact-row .contact-name,
  body .content-area .section-contact-us .contact-row .contact-email,
  body .content-area .section-contact-us h2.section-subtitle {
    font-size: 14px !important;
  }
  body .content-area .section-contact-us .contact-row .contact-image {
    width: 100px;
  }
  body.page-team .primary-team .about-image {
    width: 285px
  }
  body.page-team .section-team-members .team-members .card-item .card-image-border {
    padding: 6px;
  }
  body.page-team .section-team-members .team-members .card-item p {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 3px;
    margin-bottom: 5px;
    height: 30px;
  }
  #multi-slider .MS-content .item.item-5 { /* -> item-4 */
    width: 23%;
  }
  #multi-slider .MS-content .item.item-4 { /* -> item-3 */
    width: 31.33%;
  }
  #multi-slider .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  .multi-slider .MS-content .item.item-5 { /* -> item-4 */
    width: 23%;
  }
  .multi-slider .MS-content .item.item-4 { /* -> item-3 */
    width: 31.33%;
  }
  .multi-slider .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  body.page-events .event-list .multi-slider .MS-content .item {
    width: 32.33%;
  }
  header .navbar.navbar-default .navbar-header .navbar-subscribe,
  header .navbar.navbar-default .navbar-header .navbar-preview {
    clear: right;
    margin-right: 50px;
  }
  .banner-content h1 {
    padding: 0 0 0 23px;
    line-height: 1;
    letter-spacing: 3px;
    top: 40.5%
  }
}

@media (max-width: 782px) {
  body.admin-bar nav.navbar-fixed-top,
  body.admin-bar div.fancybox-infobar,
  body.admin-bar div.fancybox-toolbar {
    margin-top: 46px;
  }
  body.admin-bar.navbar-scrolled nav.navbar-fixed-top {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body .content-area .section-hero {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header .navbar.navbar-default .navbar-header {
    padding: 8px 15px !important;
    height: 80px;
  }
  #main {
    margin-top: 80px; /* required with nav.navbar-fixed-top */
  }
  header .navbar.navbar-default .navbar-header .navbar-brand img {
    height: 64px;
  }
  header .navbar.navbar-default .navbar-header .navbar-subscribe,
  header .navbar.navbar-default .navbar-header .navbar-preview {
    clear: none;
    padding-top: 0;
    margin-right: 20px;
  }
  header .navbar.navbar-default .navbar-right {
    margin-right: 48px;
  }
  header .navbar.navbar-default .navbar-right p {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.8px;
  }
  #navbar_menu a.dropdown-toggle {
    position: absolute;
    right: 14px;
    top: -3px;
  }
  body.event .section-form-container {
    margin-top: 0
  }
  body.single-exhibitors .exhibitor-main-image {
    width: 100%;
    margin: 0 0 35px 0
  }
  body.single-exhibitors .map-container #map {
    margin-bottom: 0;
  }
  body.single-exhibitors .section.section-related-exhibitors {
    padding-top: 4rem
  }
  body.single-exhibitors .section.section-related-exhibitors .divider {
    margin-top: 5rem
  }
  body .content-area .section-hero .container-hero .overlay-text {
    font-size: 30px;
    letter-spacing: 2.4px;
    left: 25px;
    margin-top: 28px;
  }
  body .content-area .section-hero .container-hero .overlay-text strong {
    font-size: 36px;
    letter-spacing: 2.8px;
  }
  body .content-area .section-hero .container-hero .overlay-text .hero-content-description {
    font-size: 22px;
    letter-spacing: 1.7px;
  }
  body .content-area .section-contact-us .contact-row .contact-image {
    width: 200px;
  }
  .page .container.page-content ul li:before,
  .page .container.page-content ol li:before {
    margin: 0 9px 0 0
  }
  .page .container.page-content ul li,
  .page .container.page-content ol li {
    line-height: 1.13;
    margin: 0 0 24px
  }
  body.page-team .section-team-members .team-members .card-item {
    width: 100%;
  }
  body.page-team .section-team-members .team-members .card-item .card-image-border {
    margin: 0 auto;
    width: 285px;
  }
  ul.contact-info {
    margin-bottom: 96px;
  }
  body.page-events .event-list .multi-slider .MS-content.col-xs-10.col-xs-offset-1 {
    margin-left: 8.33333333% !important;
  }
  body.page-events .event-list .multi-slider button.MS-right {
    right: -8px;
  }
  #multi-slider .MS-content .item.item-5 { /* -> item-3 */
    width: 31.33%;
  }
  #multi-slider .MS-content .item.item-4, #multi-slider .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  .multi-slider .MS-content .item.item-5 { /* -> item-3 */
    width: 31.33%;
  }
  .multi-slider .MS-content .item.item-4, .multi-slider .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  body.page-events .event-list .multi-slider .MS-content .item {
    width: 48%;
    margin: 1%;
  }
  body .content-area .section-hero.has-alt-image .container-hero {
    height: 100%;
    max-height: none;
  }
  body .content-area .section-hero.has-alt-image .container-hero #hero-image-set {
    position: static;
  }
  body .content-area .section-hero.has-alt-image .container-hero #hero-image-set .left2 {
    width: 100%;
    position: static;
  }
  body .content-area .section-hero.has-alt-image .container-hero #hero-image-set .right2,
  body .content-area .section-hero.has-alt-image .container-hero #hero-image-set .left2 .left-shape,
  body .content-area .section-hero.has-alt-image .container-hero #dummy {
    display: none;
  }
  .width-75, .width-50, .width-25 {
    width: 100% !important;
  }
  .subpage-header>div {
    height: 98px;
  }
  .subpage-header .logo-wrap img {
    width: 36px;
    display: block;
    margin: 0 auto;
  }
  .subpage-header .logo-wrap {
    width: 100px
  }
  .subpage-header .main-link {
    width: calc(100% - 100px);
  }
  input[type="checkbox"]+label {
    padding: 0 0 0 40px
  }
  .checkbox-field {
    padding: 0 0 0 40px
  }
  .form-group {
    margin-bottom: 31px
  }
  .banner {
    padding: 22px 0 32px
  }
  .banner-content h1 {
    display: none
  }
  .banner-content h1 {
    top: 37.5%
  }
  .symposium-programme-row .panel-title, .symposium-speakers-row .speaker-name {
    margin-top: 16px;
  }
  .symposium-programme-row .panel-image, .symposium-speakers-row .speaker-image {
    padding: 0 24px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .symposium-speakers-row .speaker-image {
    padding-top: 24px;
  }
  body .content-area .exhibitor-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .content-area .exhibitor-list .exhibitor-head {
    margin: 12px 23px 12px 15px;
  }
  body .content-area .exhibitor-list .exhibitor-item {
    margin: 12px 25px;
  }
}

@media (max-width: 594px) {
  body .content-area .section-hero .container-hero .overlay-text {
    left: 15px;
    width: 220px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  body .content-area .section-hero .container-hero .overlay-text strong {
    font-size: 24px;
    letter-spacing: 1.9px;
  }
  body .content-area .section-hero .container-hero .overlay-text .hero-content-description {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

@media (max-width: 567px) {
  #multi-slider .MS-content .item.item-5, #multi-slider .MS-content .item.item-4, #multi-slider .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  .multi-slider .MS-content .item.item-5, .multi-slider .MS-content .item.item-4, .multi-slider .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  body .content-area .section .section-title .section-title-link {
    display: block;
    margin-left: 0;
  }
  html.preview-vip.preview-day header .navbar.navbar-default .navbar-header .navbar-right {
   display: none !important;
  }
  header .navbar.navbar-default .navbar-header .navbar-subscribe,
  header .navbar.navbar-default .navbar-header .navbar-preview {
    margin-right: 48px;
  }
}

@media (max-width: 500px) {
  body.page-team .section-about .first,
  body.page-team .section-about .second {
    padding-left: 0;
    padding-right: 0
  }
  body.page-team .primary-team.first,
  body.page-team .primary-team.second {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
  }
  body.page-team .primary-team.first .about-image,
  body.page-team .primary-team.second .about-image {
    margin: 0 auto
  }
  body.page-team .primary-team.first .about-content,
  body.page-team .primary-team.second .about-content {
    text-align: center;
    padding-left: 0px;
    margin-top: 50px
  }
  body.page-team .primary-team.first {
    margin-bottom: 200px;
  }
  body.page-team .primary-team.first .about-content {
    position: absolute;
    top: 366px;
    width: 100%;
  }
  figure.wp-caption {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .section {
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .section .section-subtitle {
    font-size: 30px;
  }
  h1.bg-header-text {
    font-size: 26px;
  }
  .slider a {
    font-size: 2rem
  }
  .slider .icon {
    width: 18px;
    height: 18px
  }
  .slider .slide {
    height: 300px
  }
  .slider .slide .slider-content {
    left: 15px;
    bottom: 15px;
    max-width: 100%
  }
  .slider .slide .slider-content .slider-content-title {
    font-size: 4rem
  }
  .slider .slide .slider-content .slider-content-description {
    font-size: 2.4rem;
    padding-bottom: 1rem
  }
  .slider ul.change-slide-container {
    right: 15px;
    bottom: 15px
  }
  .card-item {
    width: 100%;
    padding: 20px
  }
  .card-horizontal-item .card-content .card-event {
    text-align: left
  }
  .card-horizontal-item,
  .card-horizontal-item .card-content {
    height: initial
  }
  .card-horizontal-item .card-content .card-title {
    font-size: 22px
  }
  .card-horizontal-item .card-content .card-content-left,
  .card-horizontal-item .card-content .card-content-right {
    width: 100%;
    padding: 15px
  }
  .card-horizontal-item .card-content .card-content-right {
    position: initial;
    width: 100%;
    text-align: center;
    padding-top: 0
  }
  .card-horizontal-item .card-content .card-event {
    float: left
  }
  .card-horizontal-item .card-content .card-link {
    position: initial;
    float: right
  }
  body.single-artworks .thumb-panzoom img {
    width: 100%;
    height: 100%
  }
  body.event .section-form-container .container {
    padding: 35px 0
  }
  .section-exhibitor .section-content .section-title {
    font-size: 4rem;
  }
}

@media (max-width: 444px) {
  body .content-area .section-hero .container-hero .overlay-text {
    left: 15px;
    width: 220px;
    font-size: 18px;
    letter-spacing: 1.4px;
    margin-top: 16px;
  }
  body .content-area .section-hero .container-hero .overlay-text strong {
    font-size: 22px;
    letter-spacing: 1.7px;
  }
  body .content-area .section-hero .container-hero .overlay-text h1, body .content-area .section-hero .container-hero .overlay-text .hero-content-title {
    font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
    font-weight: 350;
    font-size: 30px;
    letter-spacing: 2.4px;
  }
  body .content-area .section-hero .container-hero .overlay-text .hero-content-description {
    font-size: 18px;
    letter-spacing: 1.4px;
  }
}

@media (max-width: 439px) {
  header .navbar.navbar-default .navbar-right {
    display: none;
  }
}

@media (max-width: 389px) {
  body .content-area .section-hero .container-hero .overlay-text {
    left: 15px;
    width: 165px;
    font-size: 16px;
    letter-spacing: 1.3px;
  }
  body .content-area .section-hero .container-hero .overlay-text strong {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  header .navbar.navbar-default .navbar-header .navbar-subscribe .btn,
  header .navbar.navbar-default .navbar-header .navbar-preview .btn {
    min-width: 0;
    font-size: .5em;
    height: 32px;
  }
}

@media (max-width: 360px) {
  body .content-area .section-hero .container-hero .overlay-text {
    left: 15px;
    width: 150px;
  }

  body .content-area .section-hero .container-hero .overlay-text h1, body .content-area .section-hero .container-hero .overlay-text .hero-content-title {
    font-family: MrEavesModOT-book, Avenir-Light, Sans-Fractions, sans-serif;
    font-weight: 350;
    font-size: 25px;
    letter-spacing: 2px;
  }

  body .content-area .section-hero .container-hero .overlay-text .hero-content-description {
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}

@media (min-width: 480px) {
  body.single-artworks #artwork-detail, body.single-artworks #artwork-detail img {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .section .container>.first {
    padding-right: 4rem;
  }
  .section .container>.second {
    padding-left: 4rem;
  }
  .card-item {
    width: 50%;
  }
  .section-events-featured .slick-list {
    overflow: visible;
  }
  .section-events-featured .container {
    padding: 0;
  }
  body .content-area .section-hero .container-hero #hero-image-set .slide {
    height: 500px;
  }
  .section-exhibitor .container .section-content .exhibitor-buttons {
    width: 550px;
  }
  .section-exhibitor .container .section-content .exhibitor-buttons .btn {
    width: 45%;
  }
  .map-main .btn {
    margin-top: 50px;
  }
  .btn-container-inline .col-sm-12 {
    width: 97%;
    width: calc( 100%  -  30px );
  }
  .btn-container-inline .col-sm-11 {
    width: 88.66666667%;
    width: calc( 91.66666667%  -  30px );
  }
  .btn-container-inline .col-sm-10 {
    width: 80.33333333%;
    width: calc( 83.33333333%  -  30px );
  }
  .btn-container-inline .col-sm-9 {
    width: 72%;
    width: calc( 75%  -  30px );
  }
  .btn-container-inline .col-sm-8 {
    width: 63.66666667%;
    width: calc( 66.66666667%  -  30px );
  }
  .btn-container-inline .col-sm-7 {
    width: 55.33333333%;
    width: calc( 58.33333333%  -  30px );
  }
  .btn-container-inline .col-sm-6 {
    width: 47%;
    width: calc( 50%  -  30px );
  }
  .btn-container-inline .col-sm-5 {
    width: 38.66666667%;
    width: calc( 41.66666667%  -  30px );
  }
  .btn-container-inline .col-sm-4 {
    width: 30.33333333%;
    width: calc( 33.33333333%  -  30px );
  }
  .btn-container-inline .col-sm-3 {
    width: 22%;
    width: calc( 25%  -  30px );
  }
  .btn-container-inline .col-sm-2 {
    width: 13.66666667%;
    width: calc( 16.66666667%  -  30px );
  }
  .btn-container-inline .col-sm-1 {
    width: 5.33333333%;
    width: calc( 8.33333333%  -  30px );
  }
  body .content-area .section-hero .alt-image {
    display: none;
  }
  .exhibitor-social .icon.icon-small {
    width: 24px;
    height: 24px;
  }
  body.page-contact .content-area .section-contact-us .contact-left,
  body.page-news-press .content-area .section-news-press .press-left {
    position: absolute;
    top: 192px;
    width: 60%;
  }
  body.page-events .event-list .multi-slider button.MS-left {
    left: -15px;
  }
}

@media (min-width: 950px) {
  footer nav.navbar-flex ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  footer nav.navbar-flex ul li {
    flex: 0 1 auto;
  }
}

@media (min-width: 992px) {
  .card-item {
    width: 33.333%;
    height: 560px
  }
  body.single-exhibitors .map-container {
    padding-right: 60px
  }
  .section-catalogue>.container>.row {
    display: flex
  }
  .section-catalogue .image-wrapper {
    margin-top: 100px
  }
  .share .share-item {
    margin-right: 0;
    margin-left: 12px
  }
  body.contact .section.section-inquiries .first {
    padding-right: 50px
  }
  body.contact .section.section-inquiries .second {
    padding-left: 50px
  }
  body .content-area .section-hero .container-hero #hero-image-set .slide {
    height: 786px;
  }
  .btn-container-inline .col-md-12 {
    width: 97%;
    width: calc( 100%  -  30px );
  }
  .btn-container-inline .col-md-11 {
    width: 88.66666667%;
    width: calc( 91.66666667%  -  30px );
  }
  .btn-container-inline .col-md-10 {
    width: 80.33333333%;
    width: calc( 83.33333333%  -  30px );
  }
  .btn-container-inline .col-md-9 {
    width: 72%;
    width: calc( 75%  -  30px );
  }
  .btn-container-inline .col-md-8 {
    width: 63.66666667%;
    width: calc( 66.66666667%  -  30px );
  }
  .btn-container-inline .col-md-7 {
    width: 55.33333333%;
    width: calc( 58.33333333%  -  30px );
  }
  .btn-container-inline .col-md-6 {
    width: 47%;
    width: calc( 50%  -  30px );
  }
  .btn-container-inline .col-md-5 {
    width: 38.66666667%;
    width: calc( 41.66666667%  -  30px );
  }
  .btn-container-inline .col-md-4 {
    width: 30.33333333%;
    width: calc( 33.33333333%  -  30px );
  }
  .btn-container-inline .col-md-3 {
    width: 22%;
    width: calc( 25%  -  30px );
  }
  .btn-container-inline .col-md-2 {
    width: 13.66666667%;
    width: calc( 16.66666667%  -  30px );
  }
  .btn-container-inline .col-md-1 {
    width: 5.33333333%;
    width: calc( 8.33333333%  -  30px );
  }
  body.page-events .event-list .multi-slider .MS-right {
    right: 5px;
  }
  #suppliers-logo .art-supplier-logo {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (min-width: 1400px) {
  #navbar_menu .menu-item-social, #navbar_menu .menu-item-dates {
    display: none;
  }
  #navbar_menu {
    position: relative;
  }
  #menu-item-11117 {
    display: none !important; /* hide Search menu on desktop */
  }
  #navbar_menu ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 6px;
    width: 100%;
    background-color: #fff;
  }
  #navbar_menu.show-sub li.this-sub ul.sub-menu,
  #navbar_menu.show-sub li.page-sub ul.sub-menu {
    box-shadow: 0px -1px 0px 0px rgba(35,35,86,1);
    display: block;
    text-align: left;
  }
  #navbar_menu ul.sub-menu li>a {
    display: inline-block;
  }
  #navbar_menu ul.sub-menu li>a:focus, #navbar_menu ul.sub-menu li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  body.navbar-scrolled header .navbar.navbar-default .navbar-header.show-sub {
    height: 115px;
  }
  header .navbar.navbar-default .navbar-header .navbar-menu .dropdown-menu {
    background-color: #fff;
    position: static;
    top: auto;
    left: auto;
    display: inline;
    float: none;
    box-shadow: none;
  }
  header .navbar.navbar-default .navbar-header a.dropdown-toggle {
    display: none;
  }
  #menu-header li.current-menu-item > a {
    background-image: url('../images/menu-arrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #navbar_menu.show-sub li.menu-item-has-children.this-sub > a,
  #navbar_menu.show-sub li.menu-item-has-children.page-sub > a {
    background-image: url('../images/menu-arrow-foot.png');
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #navbar_menu.show-sub li.menu-item-has-children.current-menu-parent > a {
    background-image: none;
  }
  #menu-footer li.current-menu-item > a {
    background-image: url('../images/menu-arrow-foot.png');
    background-repeat: no-repeat;
    background-position: center top;
  }
  body.page-events .event-list .multi-slider .MS-right {
    right: 20px;
  }
  #suppliers-logo .art-supplier-logo {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  body.event .section-form-container .section-left {
    padding-left: 130px;
    padding-right: 50px;
    width: 65%
  }
  body.event .section-form-container .section-right {
    padding-right: 15px
  }
  .icon.icon-chevron-right-thin {
    background-image: url("../images/next.png");
    background-size: contain;
  }
  .icon.icon-chevron-left-thin {
    background-image: url("../images/prev.png");
    background-size: contain;
  }
  html.summer .icon.icon-chevron-right-thin {
    background-image: url("../images/next-summer.png");
  }
  html.summer .icon.icon-chevron-left-thin {
    background-image: url("../images/prev-summer.png");
  }
  html.winter .icon.icon-chevron-right-thin {
    background-image: url("../images/next-winter.png");
  }
  html.winter .icon.icon-chevron-left-thin {
    background-image: url("../images/prev-winter.png");
  }
  #primary.new-layout .icon.icon-chevron-left-thin {
    background-image: url("../images/prev-grey.png");
  }
  #primary.new-layout .icon.icon-chevron-right-thin {
    background-image: url("../images/next-grey.png");
  }
  .font-lighten, .font-lighten p, .btn, .search-form .search-submit {
    font-family: MrEavesModOT, Avenir-Light, Sans-Fractions, sans-serif !important;
    font-weight: 300 !important;
  }
}

@media (min-width: 1200px) {
  .btn-container-inline .col-lg-12 {
    width: 97%;
    width: calc( 100%  -  30px );
  }
  .btn-container-inline .col-lg-11 {
    width: 88.66666667%;
    width: calc( 91.66666667%  -  30px );
  }
  .btn-container-inline .col-lg-10 {
    width: 80.33333333%;
    width: calc( 83.33333333%  -  30px );
  }
  .btn-container-inline .col-lg-9 {
    width: 72%;
    width: calc( 75%  -  30px );
  }
  .btn-container-inline .col-lg-8 {
    width: 63.66666667%;
    width: calc( 66.66666667%  -  30px );
  }
  .btn-container-inline .col-lg-7 {
    width: 55.33333333%;
    width: calc( 58.33333333%  -  30px );
  }
  .btn-container-inline .col-lg-6 {
    width: 47%;
    width: calc( 50%  -  30px );
  }
  .btn-container-inline .col-lg-5 {
    width: 38.66666667%;
    width: calc( 41.66666667%  -  30px );
  }
  .btn-container-inline .col-lg-4 {
    width: 30.33333333%;
    width: calc( 33.33333333%  -  30px );
  }
  .btn-container-inline .col-lg-3 {
    width: 22%;
    width: calc( 25%  -  30px );
  }
  .btn-container-inline .col-lg-2 {
    width: 13.66666667%;
    width: calc( 16.66666667%  -  30px );
  }
  .btn-container-inline .col-lg-1 {
    width: 5.33333333%;
    width: calc( 8.33333333%  -  30px );
  }
}

@media (min-width: 1400px) {
  .container-lg {
    width: 1358px;
  }
  body.page-search .search-form .search-field {
    width: 600px;
  }
}

@media (min-width: 1600px) {
  body.page-symposium .container-lg {
    width: 1552px;
  }
}

@media (min-width: 1150px) and (max-width: 1350px) {
  body .content-area .section-hero .container-hero #hero-image-set .left2 .left p, body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote {
    font-size: 24px;
  }
  body .content-area .section-news-press .press-release-item {
    margin-bottom: 13px;
    line-height: 0.9;
  }
  body .content-area .section-news-press .press-release-link {
    font-size: 19px;
    letter-spacing: 0.9px;
  }
}

@media (min-width: 1050px) and (max-width: 1149px) {
  body .content-area .section-hero .container-hero #hero-image-set .left2 .left p, body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote {
    font-size: 21px;
  }
  body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote p {
    font-size: 14px;
  }
  body .content-area .section-news-press .press-release-item {
    margin-bottom: 12px;
    line-height: 0.8;
  }
  body .content-area .section-news-press .press-release-link {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
}

@media (min-width: 950px) and (max-width: 1049px) {
  body .content-area .section-hero .container-hero #hero-image-set .left2 .left p, body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote {
    font-size: 19px;
  }
  body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote p {
    font-size: 13px;
  }
  body .content-area .section-news-press .press-release-item {
    margin-bottom: 11px;
    line-height: 0.8;
  }
  body .content-area .section-news-press .press-release-link {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
}

@media (min-width: 850px) and (max-width: 949px) {
  body .content-area .section-hero .container-hero #hero-image-set .left2 .left p, body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote {
    font-size: 17px;
    margin-bottom: 20px;
  }
  body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote p {
    font-size: 12px;
  }
  body .content-area .section-news-press .press-release-item {
    margin-bottom: 10px !important;
    line-height: 0.8;
  }
  body .content-area .section-news-press .press-release-link {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
  body .content-area .section-news-press .press-release-year {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  body .content-area .section-hero .container-hero #hero-image-set .left2 .left p, body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body .content-area .section-hero .container-hero #hero-image-set .left2 blockquote p {
    font-size: 12px;
  }
  body .content-area .section-news-press .press-release-item {
    margin-bottom: 10px !important;
    line-height: 0.8;
  }
  body .content-area .section-news-press .press-release-link {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
  body .content-area .section-news-press .press-release-year {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

/*@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 220dpi),
  only screen and (                min-resolution: 2dppx) {
  select.form-control, select {
    background: #fff url(../images/select-arrow@2x.png) no-repeat 100% center;
    background-size: 50px 8px
  }
  input[type="checkbox"]+label {
    background: url(../images/uncheck@2x.jpg) no-repeat left center;
    background-size: 32px 32px
  }
  input[type="checkbox"]:checked+label {
    background: url(../images/checked@2x.jpg) no-repeat left center;
    background-size: 32px 32px
  }
  .icheckbox_futurico.checked {
    background: #fff url(../images/checked@2x.jpg) no-repeat 100% center;
    background-size: 32px 32px
  }
}*/

#body.voaw-overlay-shown {
  overflow: hidden;
}

#body.voaw-overlay-shown #voaw-overlay {
  opacity: 1;
}

#voaw-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 17777771;
  overflow: hidden;
  background: #ddd; /* fallback */
  background: linear-gradient(45deg, #bbb, #eee);
  opacity: 0;
  transition: opacity .25s ease-out; /* fade in */
}

#voaw-overlay .voaw-overlay-close {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 18px;
  width: 18px;
  font-size: 2em;
  cursor: pointer;
  line-height: 0.25;
}

#voaw-overlay .voaw-overlay-credit {
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: .6em;
  line-height: 1;
}

#voaw-overlay .voaw-overlay-floor {
  position: fixed;
  width: 4088px;
}

#voaw-overlay .voaw-overlay-piece {
  position: fixed;
  width: auto;
  opacity: 1;
}

#voaw-overlay .voaw-overlay-piece-image, #voaw-overlay .voaw-overlay-chair-image, #voaw-overlay .voaw-overlay-plinth-image {
  height: 100%;
}

#voaw-overlay.voaw-overlay-piece-image-2d, #voaw-overlay .voaw-overlay-piece-base, #voaw-overlay .voaw-overlay-plinth-base {
  transition: box-shadow .5s ease-in; /* fade in */
}

#voaw-overlay .voaw-overlay-piece-base, #voaw-overlay .voaw-overlay-plinth-base {
  position: fixed;
  height: 0;
}

#voaw-overlay .voaw-overlay-chair, #voaw-overlay .voaw-overlay-plinth {
  position: fixed;
  width: auto;
  opacity: 0;
  transition: opacity .5s ease-in; /* fade in */
}

#body.voaw-overlay-ready #voaw-overlay .voaw-overlay-chair,
#body.voaw-overlay-shown #voaw-overlay .voaw-overlay-plinth {
  opacity: 1;
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-20.voaw-overlay-piece-2d .voaw-overlay-piece-image {
  box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.2);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-20 .voaw-overlay-piece-base {
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.6);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-20 .voaw-overlay-plinth-base {
  box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.2);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-30.voaw-overlay-piece-2d .voaw-overlay-piece-image {
  box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.3);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-30 .voaw-overlay-piece-base {
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.7);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-30 .voaw-overlay-plinth-base {
  box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.3);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-50.voaw-overlay-piece-2d .voaw-overlay-piece-image {
  box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.5);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-50 .voaw-overlay-piece-base {
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.9);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-50 .voaw-overlay-plinth-base {
  box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.5);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-60.voaw-overlay-piece-2d .voaw-overlay-piece-image {
  box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.6);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-60 .voaw-overlay-piece-base {
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,1);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-shadow-60 .voaw-overlay-plinth-base {
  box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.6);
}

#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-piece-no-shadow .voaw-overlay-piece-image,
#body.voaw-overlay-ready #voaw-overlay.voaw-overlay-piece-no-shadow .voaw-overlay-piece-base {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .multi-slider-sm button {
    display: none !important;
  }
  .multi-slider-sm .MS-content .item {
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .multi-slider-sm {
    position: relative;      /* recommended */
  }
  .multi-slider-sm .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 25px;          /* makes room for L/R arrows */
    padding: 0;
  }
  .multi-slider-sm .MS-content.MS-right-only {
    margin-left: 1%;
  }
  .multi-slider-sm .MS-content.MS-left-only {
    margin-right: 1%;
  }
  .multi-slider-sm .MS-content .item {
    display: inline-block;   /* required */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
    margin: 1%;
  }
  .multi-slider-sm .MS-content .item.item-5 {
    width: 18%;              /* required * Determines number of visible slides */
  }
  .multi-slider-sm .MS-content .item.item-4 {
    width: 23%;              /* required * Determines number of visible slides */
  }
  .multi-slider-sm .MS-content .item.item-3 {
    width: 31.3%;            /* required * Determines number of visible slides */
  }
  .multi-slider-sm .MS-content .item.item-2 {
    width: 48%;            /* required * Determines number of visible slides */
  }
  .multi-slider-sm button {
    position: absolute;      /* recommended */
    top: 20%;
    min-width: 0;
    height: auto;
    border: 0;
    background-color: transparent;
    font-size: 80px;
    padding: 0;
  }
  .multi-slider-sm button:focus {
    outline: none;
  }
  .multi-slider-sm button .icon {
    width: 50px;
    height: 50px;
  }
  .multi-slider-sm .MS-left {
    left: -15px;
  }
  .multi-slider-sm .MS-right {
    right: -15px;
  }
  .event-list .multi-slider-sm .MS-left {
    left: -6px;
    z-index: 1000;
  }
  .event-list .multi-slider-sm .MS-right {
    right: -8px;
  }
  body.page-events .event-list .multi-slider-sm .MS-content .item {
    margin: 0.5%;
    width: 24%;
  }
  body.page-events .event-list .multi-slider-sm button.MS-left {
    left: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multi-slider-sm .MS-content .item.item-5 { /* -> item-4 */
    width: 23%;
  }
  .multi-slider-sm .MS-content .item.item-4 { /* -> item-3 */
    width: 31.33%;
  }
  .multi-slider-sm .MS-content .item.item-3 { /* -> item-2 */
    width: 48%;
  }
  body.page-events .event-list .multi-slider-sm .MS-content .item {
    width: 32.33%;
  }
}
@media (min-width: 992px) {
  body.page-events .event-list .multi-slider-sm .MS-right {
    right: 5px;
  }
}
@media (min-width: 1400px) {
  body.page-events .event-list .multi-slider-sm .MS-right {
    right: 20px;
  }
}

.text-grey,
#primary.new-layout #exhibitors-logo .exhibitor-social,
#primary.new-layout #exhibitors-logo .exhibitor-facebook,
#primary.new-layout #exhibitors-logo .exhibitor-twitter,
#primary.new-layout #exhibitors-logo .exhibitor-instagram,
#primary.new-layout #exhibitors-logo .exhibitor-youtube,
#primary.new-layout #exhibitors-logo .exhibitor-address,
#primary.new-layout #exhibitors-logo .exhibitor-access,
#primary.new-layout #exhibitors-logo .exhibitor-opening,
#primary.new-layout #exhibitors-logo .exhibitor-link,
#primary.new-layout #exhibitors-logo .exhibitor-email-new,
#primary.new-layout #exhibitors-logo .exhibitor-phone-new,
#primary.new-layout #exhibitors-logo .artwork-artist,
#primary.new-layout #exhibitors-logo .artwork-title,
#primary.new-layout #exhibitors-logo .artwork-medium,
#primary.new-layout #exhibitors-logo .artwork-size,
#primary.new-layout #exhibitors-logo .artwork-value,
#primary.new-layout #exhibitors-logo .artwork-click,
#primary.new-layout .artwork-click a,
#primary.new-layout .artwork-click a:hover,
#primary.new-layout .artwork-click a:focus,
#primary.new-layout #exhibitors-logo figure.dealer-main-image figcaption,
#primary.new-layout #exhibitors-logo .row-dealers-3 .figcaption,
#primary.new-layout .artwork-info-subtitle {
  color: #9e9e9e !important;
}

#primary.new-layout #exhibitors-logo .exhibitor-email-new,
#primary.new-layout #exhibitors-logo .exhibitor-phone-new {
  background-size: 90%;
  background-position: center;
}

#primary.new-layout .artwork-info-subtitle {
  text-transform: none;
  font-weight: bold;
}

#primary.new-layout #exhibitors-logo .row-dealers-2 figure.dealer-main-image {
  margin-left: -12px;
  margin-right: -12px;
}

#primary.new-layout #exhibitors-logo figure.dealer-main-image .dealer-main-image-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}

#primary.new-layout #exhibitors-logo figure.dealer-main-image .dealer-main-image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

#primary.new-layout #exhibitors-logo .row-dealers-3 img {
  max-height: 260px;
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .figcaptions {
  padding-top: 45%;
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .dealer-main-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  margin-left: 15px;
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .dealer-main-1 .dealer-main-image-wrap {
  clip-path: polygon(0px 0px, 100% 0px, 61.6136% 100%, 0px 100%);
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .dealer-main-2 {
  position: absolute;
  top: 0;
  left: 27%;
  width: 40%;
  margin-left: 15px;
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .dealer-main-2 .dealer-main-image-wrap {
  clip-path: polygon(38.3864% 0px, 100% 0px, 61.6136% 100%, 0px 100%);
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .dealer-main-3 {
  position: absolute;
  top: 0;
  left: 54%;
  width: 40%;
  margin-left: 15px;
}

#primary.new-layout #exhibitors-logo .row-dealers-3 .dealer-main-3 .dealer-main-image-wrap {
  clip-path: polygon(38.3864% 0px, 100% 0px, 100% 100%, 0px 100%);
}

#primary.new-layout #exhibitors-logo figure.dealer-main-image figcaption,
#primary.new-layout #exhibitors-logo .row-dealers-3 .figcaption {
  text-align: left;
  font-size: 15px;
  line-height: 15px;
}

@media (max-width: 767px) {
  #primary.new-layout #exhibitors-logo figure.dealer-main-image figcaption {
    text-align: center;
  }
  /*#primary.new-layout .image-gallery-main button, #primary.new-layout .image-gallery-main a.chevron-button {
    top: 100px;
  }*/
}

@media (min-width: 768px) {
  #primary.new-layout #exhibitors-logo .col-sm-6.art-work-container.exhibitor-logo {
    padding-right: 25px;
  }
  #primary.new-layout #exhibitors-logo .col-sm-6.art-work-container.exhibitor-info {
    padding-left: 25px;
  }
}

#primary.new-layout .btn-cta-outline.btn-cta-grey, .btn-cta-outline.btn-cta-grey {
  color: #9e9e9e;
  background-color: #fff;
  border: solid 1px #9e9e9e;
  min-width: 145px;
  text-transform: none;
  line-height: 1.6;
  font-size: 18px;
}

#primary.new-layout .btn-cta-outline.btn-cta-grey:hover, .btn-cta-outline.btn-cta-grey:hover,
#primary.new-layout .btn-cta-outline.btn-cta-grey:focus, .btn-cta-outline.btn-cta-grey:focus {
  color: #fff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}

@media (min-width: 1200px) {
  #primary.new-layout #exhibitors-logo #exhibition_heading.has-buttons {
    margin-top: -50px !important;
  }
}

#primary.new-layout #exhibitors-logo h3 {
  font-size: 21px;
  letter-spacing: 1.4px;
  line-height: 1.6;
}

#primary.new-layout #exhibitors-logo .exhibitor-info .exhibitor-bio,
#primary.new-layout #exhibitors-logo .exhibitor-info .exhibitor-bio p,
#primary.new-layout #exhibitors-logo h4,
#primary.new-layout #exhibitors-logo h4 p {
  font-weight: 350 !important;
  font-size: 17px;
  letter-spacing: 0.1px;
  line-height: 24px;
}

#primary.new-layout #exhibitors-logo h4 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/*#primary.new-layout .image-gallery-main button,
#primary.new-layout .image-gallery-main a.chevron-button {
  top: 35%;
  top: calc(50% - 70px);
}*/

.exhibitor-video-link img {
  position: relative;
  top: -3px;
  width: 24px;
}

.read-more {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.read-more p:last-child {
  margin-bottom: 0 !important;
}

.read-more.read-more-fade {
  height: 200px;
}

.read-more.read-more-fade:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);
  width: 100%;
  height: 4em;
}

.read-more-link {
  display: block;
  text-align: center;
  box-shadow: none !important;
}

.read-more-link img {
  width: 50px;
  height: 24px;
}

.no-min-width {
  min-width: 0 !important;
}

#contactModal .modal-title {
  font-size: 32px;
}

#contactModal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px;
  margin-top: 0;
  float: none;
  font-size: 50px;
  font-weight: 350;
  min-width: 0;
}

#contactModal .media {
  border: 1px solid #ddd;
  font-size: 14px;
}

#contactModal .media .media-object {
  max-width: 100px;
  max-height: 100px;
}

#contactModal .modal-footer {
  font-size: 12px;
  text-align: center;
}

.full-bleed, .full_bleed, .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width, .full_width, .alignwide {
  width: calc(100vw - 90px - var(--scrollbarWidth));
  position: relative;
  left: calc(50% + 45px + var(--scrollbarWidthHalf));
  right: calc(50% + 45px + var(--scrollbarWidthHalf));
  margin-left: -50vw;
  margin-right: -50vw;
}

body.logged-in header .navbar.navbar-default .navbar-header .navbar-subscribe,
body.page-subscribe header .navbar.navbar-default .navbar-header .navbar-subscribe {
  display: none !important;
}

html.preview-vip.preview-day header .navbar.navbar-default .navbar-header .navbar-preview {
  display: inline-block !important;
}

span.btn {
  cursor: auto !important;
}

#boxzilla-36857, #boxzilla-36863 {
  background-color: rgba(35,35,86, 0.8) !important; /* midnight-blue 80% */
}

html.landing-page, html.landing-page body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #232356; /* midnight-blue */
}

html.landing-page video.landing-hero-video {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  filter: brightness(75%);
}

html.landing-page #masthead, html.landing-page #masthead .navbar-landing {
  background: none;
}

#navbar_menu_3 {
  position: absolute;
  right: 0;
  top: 0;
}
#navbar_menu_3 #icon-menu-toggle {
  background-image: url("../images/icons/icon-menu-white.svg");
  position: relative;
  left: 5px;
}
#navbar_menu_3 a.dropdown-toggle {
  position: absolute;
  right: 45px;
  top: 18px;
  display: block !important;
}
#navbar_menu_3 ul.dropdown-menu {
  position: absolute;
  right: 0;
  top: -12px;
  padding: 12px 0 0 0;
  margin: 0;
  height: 100vh;
  width: 80vw;
  max-width: 350px;
  font-size: 20px;
  display: block !important;
  transition: transform .4s ease .1s;
  transform: translate3d(100%,0,0);
}
#navbar_menu_3 ul.sub-menu {
  margin-left: 0;
  padding-left: 0;
}
#navbar_menu_3 ul.sub-menu>li>a {
  display: block;
  padding: 3px 13px 3px 35px;
  clear: both;
  white-space: nowrap;
}
#navbar_menu_3 ul.sub-menu>li>a:focus, #navbar_menu_3 ul.sub-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#navbar_menu_3.open ul.dropdown-menu {
  transform: translate3d(0,0,0);
  transition: transform .4s ease .1s;
}
#navbar_menu_3 ul.dropdown-menu li {
  width: 100%;
  text-align: left;
  margin-left: 0 !important;
}
#navbar_menu_3 ul.dropdown-menu .menu-item-social li {
  width: auto;
}

html.landing-page footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  color: #fff;
}

html.landing-page footer .footer-credits div.pull-left {
  padding-top: 40px;
}

html.landing-page footer .footer-credits div.pull-right {
  padding-top: 0;
}

html.landing-page footer .footer-sponsors .footer-sponsors-logo {
  height: 50px;
  margin-left: 20px;
  margin-bottom: 45px;
}

html.landing-page footer a, html.landing-page footer a:visited {
  background: none;
  color: #fff;
  text-decoration: none;
}

html.landing-page .wp-block-buttons {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

html.landing-page .wp-block-buttons>.wp-block-button {
  margin-left: .75em;
  margin-right: .75em;
  margin-top: 43px;
  display: block;
}

html.landing-page #primary.button-count-4 .wp-block-buttons>.wp-block-button {
  margin-left: .5em;
  margin-right: .5em;
  margin-top: 25px;
}

html.landing-page .wp-block-buttons>.wp-block-button>.wp-block-button__link {
  min-width: 250px;
  height: 86px;
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 0;
  border-width: 1px;
}

html.landing-page #primary.button-count-4 .wp-block-buttons>.wp-block-button>.wp-block-button__link {
  min-width: 305px;
  padding: .5em 1em;
}

html.landing-page .wp-block-buttons>.wp-block-button.btn-cta-landing-multi>.wp-block-button__link {
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}

html.landing-page div.white {
  min-height: 330px;
}

html.landing-page #landing_slider h1 {
  color: #fff;
  text-align: center;
  font-weight: 350;
  font-size: 3.75vw;
  transition: opacity 1s linear 1s;
  opacity: 0;
  letter-spacing: 6.2px;
}

html.landing-page #landing_slider .active h1 {
  opacity: 1;
}

html.landing-page #landing_slider img {
  transition: opacity 1s linear 1s;
  opacity: 0;
  height: 0;
  max-width: 50vw;
  display: block;
}

html.landing-page #landing_slider .active img {
  opacity: 1;
  height: auto;
}

@media (max-width: 815px) {
  html.landing-page footer .footer-credits div.pull-left {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  html.landing-page footer .footer-credits div.pull-right {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #navbar_menu_3 a.dropdown-toggle {
    right: 15px;
  }
  html.landing-page footer .footer-credits div.pull-left {
    padding-top: 0;
  }
  html.landing-page .wp-block-buttons>.wp-block-button>.wp-block-button__link {
    font-size: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 79px;
  }
  html.landing-page #landing_slider h1 {
    font-size: 6.75vw;
  }
  html.landing-page div.white {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  html.landing-page #primary.button-count-4 .wp-block-buttons>.wp-block-button {
    margin-top: 0;
  }
  html.landing-page #primary.button-count-4 .wp-block-buttons>.wp-block-button>.wp-block-button__link {
    font-size: .7em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
    height: 40px !important;
    min-height: 40px !important;
  }
  html.landing-page #primary.button-count-4 .wp-block-buttons>.wp-block-button.btn-cta-landing-multi>.wp-block-button__link {
    height: 49px;
  }
}

@media (max-width: 620px) {
  html.landing-page footer .footer-credits div.pull-right {
    width: 100%;
    padding-right: 0;
  }
  html.landing-page .wp-block-buttons>.wp-block-button {
    margin-top: 0;
  }
  html.landing-page .wp-block-buttons>.wp-block-button>.wp-block-button__link {
    font-size: .7em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px !important;
    padding-bottom: 3px !important;
    height: 40px !important;
    min-height: 40px !important;
  }
  html.landing-page .wp-block-buttons>.wp-block-button.btn-cta-landing-multi>.wp-block-button__link {
    height: 49px;
  }
}

@media (max-width: 420px) {
  html.landing-page footer .footer-sponsors-link {
    display: block !important;
  }
  html.landing-page footer .footer-sponsors-link .footer-sponsors-logo {
    margin: 0 !important;
  }
}

@media (max-height: 799px) {
  html.landing-page .section-landing {
    padding: 0;
  }
  html.landing-page .navbar.navbar-default .navbar-header .navbar-brand img {
    height: 75px;
  }
  html.landing-page #navbar_menu_3 a.dropdown-toggle {
    top: 0;
  }
  html.landing-page .wp-block-buttons>.wp-block-button {
    margin-top: 0;
  }
  html.landing-page .wp-block-buttons>.wp-block-button>.wp-block-button__link {
    font-size: .7em;
    min-width: 150px;
    min-height: 64px;
  }
}

/*
@media (max-height: 599px) {
  html.landing-page #main {
    margin-top: 78px;
  }
  html.landing-page #landing_slider h1 {
    font-size: 3.25vw;
  }
}

@media (max-height: 499px) {
  html.landing-page #main {
    margin-top: 15px;
  }
  html.landing-page #landing_slider h1 {
    font-size: 2.75vw;
  }
}*/

html.landing-page #landing_slider #slider-law-logo {
  width: 36vw;
  margin-top: -5%;
}

html.landing-page #landing_slider #slider-law-link {
  color: #fff;
  font-size: 2vw;
}

html.landing-page #landing_slider #slider-sponsor-logo {
  width: 22vw;
}

@media (max-width: 991px) {
  html.landing-page #landing_slider #slider-law-logo {
    width: 60vw;
    max-width: 60vw;
  }

  html.landing-page #landing_slider #slider-law-link {
    font-size: 3vw;
  }

  html.landing-page #landing_slider #slider-sponsor-logo {
    width: 37vw;
  }
}

#landing_video_mute {
  position: absolute;
  right: 45px;
  top: 72px;
  cursor: pointer;
}

#landing_video_mute i.icon-music {
  background-image: url("../images/icons/icon-music-white-light.svg");
  width: 32px;
  height: 32px;
  position: relative;
  top: -1px;
  left: -4px;
}

#landing_video_mute.landing-video-muted i.icon-music {
  background-image: url("../images/icons/icon-music-slash-white-light.svg");
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  left: 0px;
}

@media (max-width: 767px) {
  #landing_video_mute {
    right: 15px;
  }
  html.landing-page header .navbar.navbar-default .navbar-header .navbar-brand img {
    height: 74px;
  }
}

@media (max-height: 799px) {
  #landing_video_mute {
    top: 54px;
  }
}

.set-width-640 {
  width: 100% !important;
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-kadence-advancedbtn .kb-button.kt-button.kt-btn-size-xlarge {
  font-size: 1.1em;
}

.wp-block-kadence-advancedbtn .kb-button.kt-button.kt-btn-size-large {
  font-size: 0.9em;
}

.grecaptcha-badge, .grecaptcha-logo {
  display: none !important;
}