/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/* When tables should stack cells */
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f2ae3edd-5d73-4aec-a472-0d65ea4561ff&fontids=5664067,5664070,5664077,5664081,5664085,5664089,5664093,5664098,5664103,5664107,5664111,5664115,5664119,5664121,5664128,5664150");
/* When tables should stack cells */
/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/* collection search */
/* collection view */
/***************/
/*** Members ***/
/***************/
/**************/
/*** Events ***/
/**************/
/*******************/
/*** Exhibitions ***/
/*******************/
/*******************/
/*** Collections ***/
/*******************/
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/*******************/
/*** Carousel ***/
/*******************/
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #d9d9d9;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #d9d9d9;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #a6a6a6;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.pagination ul.pagination {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  background: none;
  font-size: 0.9em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: black;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: black;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: black;
  background-color: transparent;
}
@font-face {
  font-family: "Helvetica Neue LT W05 45 Light";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664085/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664085/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff') format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05_75 Bold";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664150/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664150/7b415a05-784a-4a4c-8c94-67e9288312f5.woff') format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05 65 Medium";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664103/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664103/7802e576-2ffa-4f22-a409-534355fbea79.woff') format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff') format("woff");
}
p {
  margin: 0em 0em 1em 0em;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
}
strong {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 768px) {
  a:hover {
    color: black;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
  margin-top: 0;
}
h1,
h2 {
  font-size: 2.2em;
  line-height: 1.2em;
}
@media handheld,only screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 1.7em;
  }
}
h3,
h4 {
  font-size: 1.5em;
}
h5,
h6 {
  font-size: 1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
.dark-grey-text {
  color: #5f6062 !important;
}
.dark-grey-text span,
.dark-grey-text span:first-of-type {
  color: #5f6062 !important;
}
.black-text {
  color: black !important;
}
.black-text span,
.black-text span:first-of-type {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text span,
.white-text span:first-of-type {
  color: white !important;
}
.grey-text {
  color: #b1b4b6 !important;
}
.grey-text span,
.grey-text span:first-of-type {
  color: #b1b4b6 !important;
}
.black-underline {
  border-bottom: 2px solid black;
  padding-bottom: 1px;
}
.grey-underline {
  border-bottom: 2px solid #b1b4b6;
  padding-bottom: 1px;
}
.move-up {
  margin-top: -8px;
}
.small-text {
  font-size: 92%;
  line-height: 1.4em;
}
.content-small-text {
  font-size: 13px;
  line-height: 16px;
}
.small-margin {
  margin: 0em 0em 0.5em 0em;
}
.mobile-only {
  display: none !important;
}
@media handheld,only screen and (max-width: 560px) {
  .mobile-only {
    display: block !important;
  }
}
.desktop-only {
  display: block !important;
}
@media handheld,only screen and (max-width: 560px) {
  .desktop-only {
    display: none !important;
  }
}
table {
  border: 1px solid black;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid black;
}
@media handheld,only screen and (max-width: 768px) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid black;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: black;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.75em 1em;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead tr {
    background-color: black;
  }
}
table thead tr td,
table thead tr th {
  color: #e6e6e6;
  background-color: black;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid black;
}
@media handheld,only screen and (max-width: 768px) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: black;
  background-color: #ebebeb;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: black;
  background-color: transparent;
  border: none;
  padding: 0.1em 1.5em 0.1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: black;
  background-color: transparent;
  font-weight: bold;
}
table.table-small {
  margin: 0.4em 0;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-small {
    width: auto;
    table-layout: auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table.table-small tr {
    display: table-row;
  }
}
table.table-small tr td {
  padding: 0;
}
table.table-small tr td:nth-of-type(1) {
  padding-right: 14px;
}
table.table-small tr td:nth-of-type(2) {
  padding-right: 3px;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-small tr td {
    display: table-cell;
    text-align: left;
  }
}
table.table-small tr:first-of-type td {
  padding-top: 8px;
}
table.table-small tr:last-of-type td {
  padding-bottom: 8px;
}
hr {
  color: black;
  background: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 1px;
  margin: 1em 0;
}
hr.alt-hr {
  border-top: 0;
}
hr.black-hr {
  background-color: black;
  height: 3px;
  border: 0;
}
hr.grey-hr {
  border-color: lightgray;
  border-top: none;
}
blockquote {
  color: black;
  background: #f7f7f7;
  font-size: 1.1em;
  border-radius: 0px;
  margin: 1.5em auto;
  padding: 1.5em;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: white;
  background-color: black;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 0.5em 0.5em;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  background-color: white;
  border-color: black;
  text-decoration: none;
}
.button-disabled {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: white;
  background-color: black;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 0.5em 0.5em;
  cursor: pointer;
  background-color: grey;
  cursor: initial;
}
.button-disabled .button-arrow {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-disabled img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-disabled:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  background-color: white;
  border-color: black;
  text-decoration: none;
}
.button-disabled.disabled {
  background-color: grey;
  cursor: initial;
  pointer-events: none;
}
.button-disabled:hover {
  color: white;
  background-color: grey;
}
.button.disabled {
  background-color: grey;
  cursor: initial;
  pointer-events: none;
}
.button-alt {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: white;
  background-color: black;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 0.5em 0.5em;
  cursor: pointer;
  color: black;
  background-color: white;
}
.button-alt .button-arrow {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  background-color: white;
  border-color: black;
  text-decoration: none;
}
.button-alt.disabled {
  background-color: grey;
  cursor: initial;
  pointer-events: none;
}
.button-alt:hover {
  color: white;
  background-color: black;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.columns-one-half {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-third {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-quarter {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-two-thirds {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-three-quarters {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 768px) {
  .no-split {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#google-map {
  position: relative;
}
#google-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
#google-map-overlay.inactive {
  display: none;
}
.video-container {
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin: 35px 0px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 14.666666666667%;
  width: 15%;
  display: block;
}
@media handheld,only screen and (max-width: 768px) {
  .custom-select {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .custom-select {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .custom-select {
    width: 50%;
  }
}
.custom-select.field,
.custom-select .field {
  position: relative;
}
.custom-select.field::before,
.custom-select .field::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 25px;
  font-weight: lighter;
  pointer-events: none;
  display: inherit;
  border-left: 1px solid black;
  height: 100%;
  padding: 0 5px;
  line-height: 32px;
}
.custom-select select {
  width: 100%;
  border: 1px solid black;
  padding: 0.25em 0.25em;
  height: 2em;
  font-size: inherit;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.custom-select select option.disabled {
  background-color: lightgray;
  pointer-events: none;
}
@media handheld,only screen and (max-width: 768px) {
  .custom-select select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: transparent;
  }
}
.arrow-right::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  margin: 0.5em;
}
.arrow-left::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
  margin: 0.5em;
}
.arrow-up::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  margin: 0.5em;
}
.arrow-down::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f063";
  margin: 0.5em;
}
.black-banner {
  display: block;
  background: black;
  color: white;
  padding: 4em;
  margin: 25px 0px 10px 0px;
  position: relative;
  text-align: center;
}
.black-banner h1 {
  color: white !important;
  text-transform: unset;
}
.black-banner h1 span,
.black-banner h1 span:first-of-type {
  color: white !important;
}
.black-banner .button {
  background: black;
  color: white;
  border: 2px solid white;
  text-transform: unset;
  padding: 0.5em 1em;
}
#entry-popup {
  max-height: 0px;
  height: 100%;
  padding: 0px;
  position: fixed;
  z-index: 999;
  background: black;
  opacity: 0.9;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  color: white;
  transition: all 0.5s ease;
}
#entry-popup.opened {
  max-height: 100%;
  padding-top: 15%;
}
#entry-popup p {
  text-align: center;
  position: relative;
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  font-size: 1.5em;
  line-height: 1.5em;
  width: 900px;
}
@media screen and (max-width: 1250px) {
  #entry-popup p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #entry-popup p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#entry-popup p:first-of-type {
  margin-top: 2em;
}
@media handheld,only screen and (max-width: 768px) {
  #entry-popup p {
    width: 100%;
    font-size: 1em;
    line-height: 1em;
  }
}
#entry-popup .toggle-icon {
  cursor: pointer;
  transform: rotate(-90deg);
}
#entry-popup .toggle-icon::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  transform: rotate(-45deg);
  font-size: 1.5em;
}
h1 {
  position: relative;
}
h1 .download-link {
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  line-height: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  h1 .download-link {
    display: none;
  }
}
.you-might-also-like .cta-flex {
  justify-content: normal;
}
.media-thumbnail {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail:hover .media-caption {
  opacity: 1;
}
.media-thumbnail .media-caption {
  position: absolute;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  bottom: 0;
  clear: both;
  display: block;
  color: white;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0px;
  padding: 1em;
  transition: all 0.5s ease;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.media-gallery > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 16px;
  }
  .media-gallery > * {
    font-size: 16px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  border-radius: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    /* IE7 */
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    /* IE7 */
    font-size: 16px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 31.333333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    /* IE7 */
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    /* IE7 */
    font-size: 16px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
.media-gallery .media-thumbnail .media-caption {
  pointer-events: none;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 25px 35px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/cairnsregionalgallery/images/shadowbox/i-chevron-left.svg'), none;
  background-position: left 10px top 50%;
}
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-image: url('../../include/resources/cairnsregionalgallery/images/shadowbox/i-chevron-right.svg'), none;
  background-position: right 10px top 50%;
}
@media handheld,only screen and (max-width: 768px) {
  .masonry-grid {
    height: auto !important;
  }
}
.masonry-grid .masonry-grid-item {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .masonry-grid .masonry-grid-item img {
    width: 100%;
  }
}
.gallery-masonry-grid >.media-thumbnail.grid-item,
.gallery-masonry-grid >.grid-item,
.masonry-grid >.media-thumbnail.grid-item,
.masonry-grid >.grid-item {
  overflow: visible;
  width: 23%;
}
.gallery-masonry-grid >.media-thumbnail.grid-item--width2,
.gallery-masonry-grid >.grid-item--width2,
.masonry-grid >.media-thumbnail.grid-item--width2,
.masonry-grid >.grid-item--width2 {
  width: 48%;
}
.gallery-masonry-grid >.media-thumbnail.grid-item--width3,
.gallery-masonry-grid >.grid-item--width3,
.masonry-grid >.media-thumbnail.grid-item--width3,
.masonry-grid >.grid-item--width3 {
  width: 73%;
}
.gallery-masonry-grid .masonry-grid-item .media-thumbnail,
.masonry-grid .masonry-grid-item .media-thumbnail {
  width: 100%;
}
.gallery-masonry-grid .masonry-grid-item .media-thumbnail img,
.masonry-grid .masonry-grid-item .media-thumbnail img {
  width: 100%;
}
.gallery-masonry-grid .media-caption,
.masonry-grid .media-caption {
  pointer-events: none;
}
@media handheld,only screen and (max-width: 768px) {
  .gallery-masonry-grid .media-caption,
  .masonry-grid .media-caption {
    pointer-events: auto;
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form h1:first-of-type,
.page-region form h2:first-of-type,
.page-region form h3:first-of-type,
.page-region form h4:first-of-type,
.page-region form h5:first-of-type,
.page-region form h6:first-of-type {
  margin-top: 1em;
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: black;
  background: transparent;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  border: 0px solid black;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 8em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: black;
  background: transparent;
  font-family: "Helvetica Neue LT W05 55 Roman";
  border-bottom: 0px solid black;
  padding: 0.75em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  color: black;
  background-color: transparent;
  width: 7em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 8em;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: -1em;
  right: 0em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: black;
  background: white;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  width: 100%;
  max-width: 100%;
  border: 1px solid black;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 100%;
  }
}
.page-region form .form-row input[type=text]:focus,
.page-region form .form-row input[type=password]:focus,
.page-region form .form-row select:focus,
.page-region form .form-row textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #737373;
  box-shadow: 0px 0px 2px #737373;
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 100%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: white;
  background-color: black;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 0.5em 0.5em;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  background-color: white;
  border-color: black;
  text-decoration: none;
}
.page-region form .form-row .submit.disabled {
  background-color: grey;
  cursor: initial;
  pointer-events: none;
}
.page-region form .form-row .submit:hover {
  color: black;
  background-color: white;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#user_pass_login_form {
  width: 40%;
}
@media handheld,only screen and (max-width: 768px) {
  #user_pass_login_form {
    max-width: 100%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
#enquiry_form {
  max-width: 50%;
}
@media handheld,only screen and (max-width: 768px) {
  #enquiry_form {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Helvetica Neue LT W05 45 Light";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664085/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664085/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff') format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05_75 Bold";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664150/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664150/7b415a05-784a-4a4c-8c94-67e9288312f5.woff') format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05 65 Medium";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664103/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664103/7802e576-2ffa-4f22-a409-534355fbea79.woff') format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url('../../include/resources/cairnsregionalgallery/fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2') format("woff2"), url('../../include/resources/cairnsregionalgallery/fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff') format("woff");
}
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
a#collections_search_toggle_link {
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid #b1b4b6;
  cursor: pointer;
  margin: 20px 0;
}
a#collections_search_toggle_link:hover {
  text-decoration: none;
}
.collections-search-form.hidden {
  display: none;
}
.collections-search-form .created_range-field {
  margin-left: 15px !important;
}
.collections-search-form .created_range-field,
.collections-search-form .created_from-field,
.collections-search-form .created_to-field {
  width: 25% !important;
}
.collection-artwork-result {
  border: 1px solid red;
  margin-bottom: 15px;
}
.collection-artwork-result .image-placeholder {
  width: 230px;
  height: 230px;
}
.pagination-wrapper-collections {
  float: right;
}
.pagination-wrapper-collections .pagination {
  margin: 0;
}
.pagination-wrapper-collections .pagination ul.pagination li a {
  color: #000;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 14px;
}
.pagination-wrapper-collections .pagination ul.pagination li span.disabled {
  color: #000;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}
.collection-artwork h2.subtitle {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.35em;
  font-weight: lighter;
  color: #221F20;
}
.collection-artwork h2.subtitle a {
  color: inherit;
}
.collection-artwork-info > .artwork-info-field {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  margin-bottom: 5px;
}
.collection-artwork-info > .artwork-info-field > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .collection-artwork-info > .artwork-info-field {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.collection-artwork-info > .artwork-info-field > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .collection-artwork-info > .artwork-info-field {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.collection-artwork-info > .artwork-info-field > .artwork-info-label {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 14.666666666667%;
  font-family: "Helvetica Neue LT W05 65 Medium";
  color: #BBBDBF;
}
@media handheld,only screen and (max-width: 768px) {
  .collection-artwork-info > .artwork-info-field > .artwork-info-label {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .collection-artwork-info > .artwork-info-field > .artwork-info-label {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.collection-artwork-info > .artwork-info-field > .artwork-info-value {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 81.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .collection-artwork-info > .artwork-info-field > .artwork-info-value {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .collection-artwork-info > .artwork-info-field > .artwork-info-value {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.collection-artwork-info > .artwork-info-field > .artwork-info-value > p {
  margin-bottom: 1em;
}
.artwork-image-wrapper {
  margin: 0 0 28px 0;
}
.artwork-image-wrapper .artwork-image {
  text-align: center;
}
.artwork-image-wrapper .artwork-image .media-thumbnail {
  margin: 0;
}
.artwork-image-wrapper .artwork-image img {
  max-width: 90%;
  width: auto;
  max-height: 100vh;
}
.collection-artwork-story {
  margin: 30px 0 50px 0;
}
form#renew_membership_form label,
form#new_membership_form label,
form#donate_form label,
form#foundation_membership_form label,
form#foundation_donate_form label,
form#collections_search_form label {
  width: 100%;
  float: none;
}
form#renew_membership_form .field,
form#new_membership_form .field,
form#donate_form .field,
form#foundation_membership_form .field,
form#foundation_donate_form .field,
form#collections_search_form .field {
  margin-left: 0;
}
form#renew_membership_form .block div.full-width,
form#new_membership_form .block div.full-width,
form#donate_form .block div.full-width,
form#foundation_membership_form .block div.full-width,
form#foundation_donate_form .block div.full-width,
form#collections_search_form .block div.full-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.full-width,
  form#new_membership_form .block div.full-width,
  form#donate_form .block div.full-width,
  form#foundation_membership_form .block div.full-width,
  form#foundation_donate_form .block div.full-width,
  form#collections_search_form .block div.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.full-width,
  form#new_membership_form .block div.full-width,
  form#donate_form .block div.full-width,
  form#foundation_membership_form .block div.full-width,
  form#foundation_donate_form .block div.full-width,
  form#collections_search_form .block div.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form#renew_membership_form .block div.one-third,
form#new_membership_form .block div.one-third,
form#donate_form .block div.one-third,
form#foundation_membership_form .block div.one-third,
form#foundation_donate_form .block div.one-third,
form#collections_search_form .block div.one-third {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.one-third,
  form#new_membership_form .block div.one-third,
  form#donate_form .block div.one-third,
  form#foundation_membership_form .block div.one-third,
  form#foundation_donate_form .block div.one-third,
  form#collections_search_form .block div.one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.one-third,
  form#new_membership_form .block div.one-third,
  form#donate_form .block div.one-third,
  form#foundation_membership_form .block div.one-third,
  form#foundation_donate_form .block div.one-third,
  form#collections_search_form .block div.one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form#renew_membership_form .block div.two-thirds,
form#new_membership_form .block div.two-thirds,
form#donate_form .block div.two-thirds,
form#foundation_membership_form .block div.two-thirds,
form#foundation_donate_form .block div.two-thirds,
form#collections_search_form .block div.two-thirds {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.two-thirds,
  form#new_membership_form .block div.two-thirds,
  form#donate_form .block div.two-thirds,
  form#foundation_membership_form .block div.two-thirds,
  form#foundation_donate_form .block div.two-thirds,
  form#collections_search_form .block div.two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.two-thirds,
  form#new_membership_form .block div.two-thirds,
  form#donate_form .block div.two-thirds,
  form#foundation_membership_form .block div.two-thirds,
  form#foundation_donate_form .block div.two-thirds,
  form#collections_search_form .block div.two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form#renew_membership_form .block div.one-half,
form#new_membership_form .block div.one-half,
form#donate_form .block div.one-half,
form#foundation_membership_form .block div.one-half,
form#foundation_donate_form .block div.one-half,
form#collections_search_form .block div.one-half {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.one-half,
  form#new_membership_form .block div.one-half,
  form#donate_form .block div.one-half,
  form#foundation_membership_form .block div.one-half,
  form#foundation_donate_form .block div.one-half,
  form#collections_search_form .block div.one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  form#renew_membership_form .block div.one-half,
  form#new_membership_form .block div.one-half,
  form#donate_form .block div.one-half,
  form#foundation_membership_form .block div.one-half,
  form#foundation_donate_form .block div.one-half,
  form#collections_search_form .block div.one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
form#renew_membership_form .memberform-donate-fields input#donation_field,
form#new_membership_form .memberform-donate-fields input#donation_field,
form#donate_form .memberform-donate-fields input#donation_field,
form#foundation_membership_form .memberform-donate-fields input#donation_field,
form#foundation_donate_form .memberform-donate-fields input#donation_field,
form#collections_search_form .memberform-donate-fields input#donation_field {
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  border: 1px solid black;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
form#renew_membership_form .memberform-donate-fields .validation-advice,
form#new_membership_form .memberform-donate-fields .validation-advice,
form#donate_form .memberform-donate-fields .validation-advice,
form#foundation_membership_form .memberform-donate-fields .validation-advice,
form#foundation_donate_form .memberform-donate-fields .validation-advice,
form#collections_search_form .memberform-donate-fields .validation-advice {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.event-content {
  margin: 2.2em 0;
  margin-bottom: 60px;
  position: relative;
}
.event-dates hr:first-of-type {
  display: none;
}
.event-dates .custom-select {
  width: 100%;
  margin-left: 0;
  margin-bottom: 1em;
}
.event-dates .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2em;
}
.event-dates .custom-select select option {
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2em;
  outline: none;
  padding: 0.5em;
}
.event-dates .custom-select select option.disabled {
  text-decoration: line-through;
}
.event-dates .custom-select select option:hover {
  background-color: black;
  color: white;
}
.event-dates #view-future-events {
  display: block;
  background-color: #e8e8e8;
  text-align: center;
  text-decoration: underline;
  border: none;
  margin-top: 1em;
}
.event-dates #view-future-events:hover {
  color: black;
}
#event-dates-modal {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 50%;
  background: transparent;
  max-height: 500px;
}
#event-dates-modal .event-dates {
  z-index: 7;
  background: white;
  width: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  max-height: 500px;
  border: 1px solid lightgray;
  border-radius: 5px;
  box-shadow: 5px;
  padding: 10px;
}
#event-dates-modal .event-dates hr:first-of-type {
  display: none;
}
#event-dates-modal .event-dates .event-date {
  margin: 0 25%;
  line-height: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#event-dates-modal .event-dates #calEventTimes .event-time {
  margin: 1em 25%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
#event-dates-modal .event-dates .mooECal {
  font-family: "Helvetica Neue LT W05 55 Roman";
  background-color: white;
  color: black;
  font-size: 1.2em;
  border: none;
}
#event-dates-modal .event-dates .mooECal tr,
#event-dates-modal .event-dates .mooECal th,
#event-dates-modal .event-dates .mooECal td {
  background-color: white;
  color: black;
  border: none;
  text-align: center;
  padding: 10px;
  font-size: 1em;
}
#event-dates-modal .event-dates .mooECal tr span,
#event-dates-modal .event-dates .mooECal th span,
#event-dates-modal .event-dates .mooECal td span {
  font-size: 1em;
  color: black;
}
#event-dates-modal .event-dates .mooECal .weekDay,
#event-dates-modal .event-dates .mooECal .monthDay,
#event-dates-modal .event-dates .mooECal .dayDay {
  font-size: 1em;
}
#event-dates-modal .event-dates .mooECal .weekDay:hover,
#event-dates-modal .event-dates .mooECal .monthDay:hover,
#event-dates-modal .event-dates .mooECal .dayDay:hover {
  cursor: pointer;
}
#event-dates-modal .event-dates .mooECal .bookable {
  background-color: white;
}
#event-dates-modal .event-dates .mooECal .selected {
  font-size: 2.5em;
}
#event-dates-modal .event-dates .mooECal .liPrevCal,
#event-dates-modal .event-dates .mooECal .liNextCal {
  font-size: 2em;
}
#event-dates-modal .event-dates .mooECal .liPrevCal a:hover,
#event-dates-modal .event-dates .mooECal .liNextCal a:hover {
  text-decoration: none;
}
#event-dates-modal .event-dates .mooECal .liPrevCal {
  float: left;
  transform: rotate(90deg);
}
#event-dates-modal .event-dates .mooECal .liPrevCal .aPrevCal::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}
#event-dates-modal .event-dates .mooECal .liNextCal {
  transform: rotate(-90deg);
}
#event-dates-modal .event-dates .mooECal .liNextCal .aNextCal::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}
.eventbooking-event {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  margin-bottom: 40px;
}
.eventbooking-event > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.eventbooking-event > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.eventbooking-event .eventbooking-event-image {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event .eventbooking-event-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event .eventbooking-event-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-event .eventbooking-event-image .media-thumbnail {
  margin: 0;
}
.eventbooking-event .eventbooking-event-text {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event .eventbooking-event-text {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event .eventbooking-event-text {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-event .eventbooking-event-text h4 {
  margin: 0;
}
.eventbooking-event .eventbooking-event-text h4 a:hover {
  text-decoration: none;
}
.eventbooking-event .eventbooking-event-text h4.eventbooking-event-date,
.eventbooking-event .eventbooking-event-text h4.eventbooking-event-age,
.eventbooking-event .eventbooking-event-text h4.eventbooking-event-category {
  display: inline-block;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-event .eventbooking-event-text h4.eventbooking-event-date,
  .eventbooking-event .eventbooking-event-text h4.eventbooking-event-age,
  .eventbooking-event .eventbooking-event-text h4.eventbooking-event-category {
    margin-top: 12px !important;
  }
}
.eventbooking-event .eventbooking-event-text h4.eventbooking-event-date {
  text-transform: uppercase;
}
.eventbooking-event .eventbooking-event-text p {
  margin: 0;
}
.eventbooking-event .eventbooking-event-text p.eventbooking-event-description {
  margin-top: 10px;
}
.eventbooking-event .eventbooking-event-text p.eventbooking-event-price .eventbooking-event-price-wrapper .line:last-of-type {
  display: none;
}
.eventbooking-event .eventbooking-event-text .eventbooking-event-buttons {
  margin-top: 13px;
}
.eventbooking-wrapper h2 {
  line-height: 1.15em;
}
.eventbooking-wrapper h2 .eventbooking-event-price-wrapper .line:last-of-type {
  display: none;
}
.eventbooking-wrapper .eventbooking-content {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper .eventbooking-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper .eventbooking-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper .eventbooking-details {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper .eventbooking-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper .eventbooking-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper .eventbooking-details hr {
  margin: 0.85em 0;
}
.eventbooking-wrapper .eventbooking-details hr:first-of-type {
  margin-top: 0.5em;
}
.eventbooking-wrapper .eventbooking-details .social-share {
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px 14px 0;
}
.eventbooking-wrapper .eventbooking-details .icon-link {
  padding: 8px 0;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eventbooking-wrapper .eventbooking-details .icon-link .text,
.eventbooking-wrapper .eventbooking-details .icon-link .image-wrapper {
  vertical-align: middle;
  display: inline-block;
}
.eventbooking-wrapper .eventbooking-details .icon-link .text {
  width: 76%;
}
.eventbooking-wrapper .eventbooking-details .icon-link .image-wrapper {
  width: 20%;
  text-align: right;
}
.eventbooking-wrapper .eventbooking-details .icon-link:hover {
  padding: 8px 0 8px 12px;
  background-color: white;
  text-decoration: none;
}
.eventbooking-wrapper form .eventbooking {
  max-width: 70%;
}
.eventbooking-wrapper form .eventbooking h3 {
  margin: 1em 0 0 0;
}
.eventbooking-wrapper form .eventbooking h4 {
  margin: 1em 0;
}
.eventbooking-wrapper form .eventbooking label {
  width: 100%;
  float: none;
}
.eventbooking-wrapper form .eventbooking .field {
  margin-left: 0;
}
.eventbooking-wrapper form .block div.full-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper form .block div.one-third {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper form .block div.two-thirds {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper form .block div.one-half {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper form .block div.one-quarter {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form .block div.one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper form #booking_summary {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  border: none;
  margin-left: 0px;
  font-size: 16;
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form #booking_summary {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .eventbooking-wrapper form #booking_summary {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.eventbooking-wrapper form #booking_summary tr {
  border-bottom: none;
}
.eventbooking-wrapper form #booking_summary tr td {
  width: 100%;
  background-color: transparent;
  font-size: inherit;
  padding-left: 0px;
}
.eventbooking-wrapper form #booking_summary tr:last-of-type {
  border-top: 1px solid grey;
}
.event-list {
  text-align: center;
}
.event-list .select-event-categories {
  cursor: pointer;
  text-align: left;
}
.event-list .event-categories {
  display: flex;
  flex-direction: row;
  max-width: 60%;
  flex-wrap: wrap;
  margin-bottom: 2.2em;
  text-align: left;
}
@media handheld,only screen and (max-width: 768px) {
  .event-list .event-categories {
    max-width: 100%;
  }
}
.event-list .event-categories .event-category {
  margin: 1em;
  margin-left: 0px;
}
.event-list .event-categories .event-category label {
  font-family: "Helvetica Neue LT W05 65 Medium";
  border: 1px solid black;
  padding: 0.5em;
  text-transform: capitalize;
  background-color: white;
  color: black;
  cursor: pointer;
}
.event-list .event-categories .event-category input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.event-list .event-categories .event-category input:checked + label {
  background-color: black;
  color: white;
}
.event-list .scroll {
  font-size: 2em;
}
.event-list .scroll:hover {
  cursor: pointer;
}
.event-list .event-page {
  text-align: left;
}
.exhibition-list,
.exhibition-grid,
.collections-list-search,
.collections-list-related {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  font-size: unset;
}
.exhibition-list > *,
.exhibition-grid > *,
.collections-list-search > *,
.collections-list-related > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list,
  .exhibition-grid,
  .collections-list-search,
  .collections-list-related {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.exhibition-list > *,
.exhibition-grid > *,
.collections-list-search > *,
.collections-list-related > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list,
  .exhibition-grid,
  .collections-list-search,
  .collections-list-related {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.exhibition-list .custom-select,
.exhibition-grid .custom-select,
.collections-list-search .custom-select,
.collections-list-related .custom-select {
  margin-bottom: 2.2em;
}
.exhibition-list .scroll,
.exhibition-grid .scroll,
.collections-list-search .scroll,
.collections-list-related .scroll {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list .scroll,
  .exhibition-grid .scroll,
  .collections-list-search .scroll,
  .collections-list-related .scroll {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list .scroll,
  .exhibition-grid .scroll,
  .collections-list-search .scroll,
  .collections-list-related .scroll {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition-list .exhibition-list-thumb,
.exhibition-list .collection-list-thumb,
.exhibition-grid .exhibition-list-thumb,
.exhibition-grid .collection-list-thumb,
.collections-list-search .exhibition-list-thumb,
.collections-list-search .collection-list-thumb,
.collections-list-related .exhibition-list-thumb,
.collections-list-related .collection-list-thumb {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list .exhibition-list-thumb,
  .exhibition-list .collection-list-thumb,
  .exhibition-grid .exhibition-list-thumb,
  .exhibition-grid .collection-list-thumb,
  .collections-list-search .exhibition-list-thumb,
  .collections-list-search .collection-list-thumb,
  .collections-list-related .exhibition-list-thumb,
  .collections-list-related .collection-list-thumb {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list .exhibition-list-thumb,
  .exhibition-list .collection-list-thumb,
  .exhibition-grid .exhibition-list-thumb,
  .exhibition-grid .collection-list-thumb,
  .collections-list-search .exhibition-list-thumb,
  .collections-list-search .collection-list-thumb,
  .collections-list-related .exhibition-list-thumb,
  .collections-list-related .collection-list-thumb {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition-list .exhibition-list-thumb .image-section,
.exhibition-list .collection-list-thumb .image-section,
.exhibition-grid .exhibition-list-thumb .image-section,
.exhibition-grid .collection-list-thumb .image-section,
.collections-list-search .exhibition-list-thumb .image-section,
.collections-list-search .collection-list-thumb .image-section,
.collections-list-related .exhibition-list-thumb .image-section,
.collections-list-related .collection-list-thumb .image-section {
  position: relative;
}
.exhibition-list .exhibition-list-thumb .image-section .image-overlay,
.exhibition-list .collection-list-thumb .image-section .image-overlay,
.exhibition-grid .exhibition-list-thumb .image-section .image-overlay,
.exhibition-grid .collection-list-thumb .image-section .image-overlay,
.collections-list-search .exhibition-list-thumb .image-section .image-overlay,
.collections-list-search .collection-list-thumb .image-section .image-overlay,
.collections-list-related .exhibition-list-thumb .image-section .image-overlay,
.collections-list-related .collection-list-thumb .image-section .image-overlay {
  transition: 0.2s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.05);
  z-index: 15;
}
.exhibition-list .exhibition-list-thumb .collection-list-title,
.exhibition-list .collection-list-thumb .collection-list-title,
.exhibition-grid .exhibition-list-thumb .collection-list-title,
.exhibition-grid .collection-list-thumb .collection-list-title,
.collections-list-search .exhibition-list-thumb .collection-list-title,
.collections-list-search .collection-list-thumb .collection-list-title,
.collections-list-related .exhibition-list-thumb .collection-list-title,
.collections-list-related .collection-list-thumb .collection-list-title {
  margin: 0.6em 0 1em 0;
}
.exhibition-list .exhibition-list-thumb .collection-list-title h5:not(:last-child),
.exhibition-list .collection-list-thumb .collection-list-title h5:not(:last-child),
.exhibition-grid .exhibition-list-thumb .collection-list-title h5:not(:last-child),
.exhibition-grid .collection-list-thumb .collection-list-title h5:not(:last-child),
.collections-list-search .exhibition-list-thumb .collection-list-title h5:not(:last-child),
.collections-list-search .collection-list-thumb .collection-list-title h5:not(:last-child),
.collections-list-related .exhibition-list-thumb .collection-list-title h5:not(:last-child),
.collections-list-related .collection-list-thumb .collection-list-title h5:not(:last-child) {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
.exhibition-list .exhibition-list-thumb .collection-list-title .collection-list-artists,
.exhibition-list .collection-list-thumb .collection-list-title .collection-list-artists,
.exhibition-grid .exhibition-list-thumb .collection-list-title .collection-list-artists,
.exhibition-grid .collection-list-thumb .collection-list-title .collection-list-artists,
.collections-list-search .exhibition-list-thumb .collection-list-title .collection-list-artists,
.collections-list-search .collection-list-thumb .collection-list-title .collection-list-artists,
.collections-list-related .exhibition-list-thumb .collection-list-title .collection-list-artists,
.collections-list-related .collection-list-thumb .collection-list-title .collection-list-artists {
  color: #87898B;
  font-size: 0.85em;
}
.exhibition-list .exhibition-list-thumb .exhibition-list-title,
.exhibition-list .collection-list-thumb .exhibition-list-title,
.exhibition-grid .exhibition-list-thumb .exhibition-list-title,
.exhibition-grid .collection-list-thumb .exhibition-list-title,
.collections-list-search .exhibition-list-thumb .exhibition-list-title,
.collections-list-search .collection-list-thumb .exhibition-list-title,
.collections-list-related .exhibition-list-thumb .exhibition-list-title,
.collections-list-related .collection-list-thumb .exhibition-list-title {
  margin: 0.6em 0 0.3em 0;
}
.exhibition-list .exhibition-list-thumb a:hover,
.exhibition-list .collection-list-thumb a:hover,
.exhibition-grid .exhibition-list-thumb a:hover,
.exhibition-grid .collection-list-thumb a:hover,
.collections-list-search .exhibition-list-thumb a:hover,
.collections-list-search .collection-list-thumb a:hover,
.collections-list-related .exhibition-list-thumb a:hover,
.collections-list-related .collection-list-thumb a:hover {
  text-decoration: none;
}
.exhibition-list .exhibition-list-thumb a:hover .image-overlay,
.exhibition-list .collection-list-thumb a:hover .image-overlay,
.exhibition-grid .exhibition-list-thumb a:hover .image-overlay,
.exhibition-grid .collection-list-thumb a:hover .image-overlay,
.collections-list-search .exhibition-list-thumb a:hover .image-overlay,
.collections-list-search .collection-list-thumb a:hover .image-overlay,
.collections-list-related .exhibition-list-thumb a:hover .image-overlay,
.collections-list-related .collection-list-thumb a:hover .image-overlay {
  background: rgba(0,0,0,0.25);
}
.exhibition-list .exhibition-list-thumb .media-thumbnail,
.exhibition-list .collection-list-thumb .media-thumbnail,
.exhibition-grid .exhibition-list-thumb .media-thumbnail,
.exhibition-grid .collection-list-thumb .media-thumbnail,
.collections-list-search .exhibition-list-thumb .media-thumbnail,
.collections-list-search .collection-list-thumb .media-thumbnail,
.collections-list-related .exhibition-list-thumb .media-thumbnail,
.collections-list-related .collection-list-thumb .media-thumbnail {
  margin: 0;
  width: 100%;
}
.exhibition-list .exhibition-list-thumb .media-thumbnail img,
.exhibition-list .collection-list-thumb .media-thumbnail img,
.exhibition-grid .exhibition-list-thumb .media-thumbnail img,
.exhibition-grid .collection-list-thumb .media-thumbnail img,
.collections-list-search .exhibition-list-thumb .media-thumbnail img,
.collections-list-search .collection-list-thumb .media-thumbnail img,
.collections-list-related .exhibition-list-thumb .media-thumbnail img,
.collections-list-related .collection-list-thumb .media-thumbnail img {
  width: 100%;
}
.exhibition-list a.has-media,
.exhibition-grid a.has-media,
.collections-list-search a.has-media,
.collections-list-related a.has-media {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list a.has-media,
  .exhibition-grid a.has-media,
  .collections-list-search a.has-media,
  .collections-list-related a.has-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list a.has-media,
  .exhibition-grid a.has-media,
  .collections-list-search a.has-media,
  .collections-list-related a.has-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition-list a.no-media,
.exhibition-grid a.no-media,
.collections-list-search a.no-media,
.collections-list-related a.no-media {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list a.no-media,
  .exhibition-grid a.no-media,
  .collections-list-search a.no-media,
  .collections-list-related a.no-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition-list a.no-media,
  .exhibition-grid a.no-media,
  .collections-list-search a.no-media,
  .collections-list-related a.no-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition-list a p.exhibition-list-date,
.exhibition-grid a p.exhibition-list-date,
.collections-list-search a p.exhibition-list-date,
.collections-list-related a p.exhibition-list-date {
  font-size: 0.9em;
}
.exhibition .exhibition-view-title {
  margin: 0px;
}
.exhibition .exhibition-view-subtitle {
  text-transform: none;
  margin: 0;
  margin-top: 0.5em;
}
.exhibition .exhibition-view-date {
  font-family: "Helvetica Neue LT W05 65 Medium";
  margin-bottom: 0.6em;
}
.exhibition .exhibition-content {
  margin: 2.2em 0;
  margin-bottom: 60px;
}
.exhibition .exhibition-content .cta-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.exhibition .exhibition-content .cta-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block .cta {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  position: relative;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block .cta.full-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block .cta.half-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.half-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.half-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block .cta.quarter-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.quarter-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.quarter-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block .cta.third-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.third-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.third-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.exhibition .exhibition-content .cta-block .cta.full-width,
.exhibition .exhibition-content .cta-block .cta.half-width,
.exhibition .exhibition-content .cta-block .cta.quarter-width,
.exhibition .exhibition-content .cta-block .cta.third-width {
  margin: 0 0 0 2%;
}
.exhibition .exhibition-content .cta-block .cta.full-width.with-margins,
.exhibition .exhibition-content .cta-block .cta.half-width.with-margins,
.exhibition .exhibition-content .cta-block .cta.quarter-width.with-margins,
.exhibition .exhibition-content .cta-block .cta.third-width.with-margins {
  margin: 60px 0 0 2%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.full-width,
  .exhibition .exhibition-content .cta-block .cta.half-width,
  .exhibition .exhibition-content .cta-block .cta.quarter-width,
  .exhibition .exhibition-content .cta-block .cta.third-width {
    margin: 2% 0 0 0 !important;
  }
}
.exhibition .exhibition-content .cta-block .cta a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.exhibition .exhibition-content .cta-block .cta a .cta-heading,
.exhibition .exhibition-content .cta-block .cta a .cta-title,
.exhibition .exhibition-content .cta-block .cta a .cta-artist,
.exhibition .exhibition-content .cta-block .cta a .cta-date {
  margin: 0px;
  margin-bottom: 0.25em;
}
.exhibition .exhibition-content .cta-block .cta a .cta-heading {
  border-bottom: 2px solid #d3d5d6;
  font-size: 34px;
  line-height: 31px;
  margin-bottom: 2px;
}
@media handheld,only screen and (max-width: 900px) {
  .exhibition .exhibition-content .cta-block .cta a .cta-heading {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 3px;
  }
}
.exhibition .exhibition-content .cta-block .cta a .cta-text {
  display: block;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta a .cta-text {
    min-height: 6px;
  }
}
.exhibition .exhibition-content .cta-block .cta a .cta-text .cta-date {
  font-size: 0.9em;
}
.exhibition .exhibition-content .cta-block .cta a .image-section {
  position: relative;
}
.exhibition .exhibition-content .cta-block .cta a .image-section .image-overlay {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.05);
  z-index: 15;
}
.exhibition .exhibition-content .cta-block .cta a .media-thumbnail {
  background: black;
  position: relative;
  z-index: 10;
}
.exhibition .exhibition-content .cta-block .cta a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0;
}
.exhibition .exhibition-content .cta-block .cta a .media-thumbnail.media-size-call-to-action img {
  border: none;
  border-radius: 0px;
  padding: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
    width: 100%;
  }
}
.exhibition .exhibition-content .cta-block .cta a:hover .image-overlay {
  background: rgba(0,0,0,0.25);
}
.exhibition .exhibition-content .cta-block .cta.video-layout .image-section .video-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2060%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%2060%2040%2030%200%200%200%2060%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  margin: -30px 0 0 -30px;
}
.exhibition .exhibition-content .cta-block .cta.text-overlay-layout .image-section {
  height: 400px;
}
.exhibition .exhibition-content .cta-block .cta.text-overlay-layout .media-thumbnail {
  height: 100%;
  width: 100%;
  margin: 0;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
}
.exhibition .exhibition-content .cta-block .cta.text-overlay-layout a {
  overflow-wrap: anywhere;
}
.exhibition .exhibition-content .cta-block .cta.text-overlay-layout .cta-title {
  position: absolute;
  left: 0.25em;
  bottom: 0.1em;
  margin: 0px;
  max-width: 50%;
  color: white;
  font-size: 60px;
  line-height: 0.78em;
  z-index: 20;
}
@media handheld,only screen and (max-width: 900px) {
  .exhibition .exhibition-content .cta-block .cta.text-overlay-layout .cta-title {
    font-size: 52px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.text-overlay-layout .cta-title {
    font-size: 65px;
    max-width: unset;
  }
}
@media handheld,only screen and (max-width: 320px) {
  .exhibition .exhibition-content .cta-block .cta.text-overlay-layout .cta-title {
    font-size: 58px;
  }
}
.exhibition .exhibition-content .cta-block .cta.new-layout {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 0px;
  margin-bottom: 1.5em;
}
.exhibition .exhibition-content .cta-block .cta.new-layout .cta-text {
  padding-top: 0px;
  margin-top: 10px;
}
.exhibition .exhibition-content .cta-block .cta.new-layout .cta-text .cta-title,
.exhibition .exhibition-content .cta-block .cta.new-layout .cta-text .cta-date {
  text-transform: unset;
}
.exhibition .exhibition-content .cta-block .cta.image-right a:hover .image-overlay,
.exhibition .exhibition-content .cta-block .cta.image-left a:hover .image-overlay {
  background: transparent;
}
.exhibition .exhibition-content .cta-block .cta.image-right a:hover .cta-link span,
.exhibition .exhibition-content .cta-block .cta.image-left a:hover .cta-link span {
  color: black;
  background: white;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section {
  background: black;
  height: 300px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-right a .image-section,
  .exhibition .exhibition-content .cta-block .cta.image-left a .image-section {
    height: 350px;
  }
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .media-thumbnail,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .media-thumbnail {
  width: 35%;
  height: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .media-thumbnail img,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .media-thumbnail img {
  width: 100%;
  height: 100%;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  color: white;
  padding: 40px;
  max-width: 50%;
  margin: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text,
  .exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text {
    max-width: 65%;
    padding: 20px;
  }
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text span,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text span {
  display: block;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text span span,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text span span {
  display: inline;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-title,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-title {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
  font-size: 2.2em;
  line-height: 1.2em;
  position: relative;
  margin: 0px;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-title:first-of-type,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-title:first-of-type {
  margin-top: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-title,
  .exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-title {
    font-size: 1.7em;
  }
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-title .download-link,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-title .download-link {
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  line-height: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-title .download-link,
  .exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-title .download-link {
    display: none;
  }
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-blurb,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-blurb {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
  font-size: 1.5em;
  margin: 0px;
  font-family: "Helvetica Neue LT W05 55 Roman";
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-blurb:first-of-type,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-blurb:first-of-type {
  margin-top: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-blurb,
  .exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-blurb {
    font-size: 1.4em;
  }
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-link,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-link {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
  font-size: 1.5em;
  margin: 0px;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-link:first-of-type,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-link:first-of-type {
  margin-top: 0;
}
.exhibition .exhibition-content .cta-block .cta.image-right a .image-section .cta-text .cta-link span,
.exhibition .exhibition-content .cta-block .cta.image-left a .image-section .cta-text .cta-link span {
  transition: all 0.5s ease;
  border: 1px white solid;
  padding: 0.25em 0.5em;
}
.exhibition .exhibition-content .cta-block .cta.image-left .cta-text {
  right: 0px;
  text-align: right;
  padding-left: 15%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-left .cta-text {
    padding-left: 0px;
  }
}
.exhibition .exhibition-content .cta-block .cta.image-right .media-thumbnail {
  margin-left: 65% !important;
}
.exhibition .exhibition-content .cta-block .cta.image-right .cta-text {
  left: 0px;
  text-align: left;
  padding-right: 15%;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content .cta-block .cta.image-right .cta-text {
    padding-right: 0px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .exhibition .exhibition-content .cta-block {
    flex-direction: column;
  }
}
.exhibition .exhibition-content .cta-block .cta {
  display: inline-flex;
}
@media handheld,only screen and (max-width: 768px) {
  .exhibition .exhibition-content {
    margin-top: 0px;
  }
  .exhibition .exhibition-content .cta-block {
    padding: 0;
  }
}
.content-cell form#collections_search_form .block > .form-row > .field select.large-style,
.content-cell form#collections_search_form .block > .form-row > .field input.large-style {
  font-family: "Helvetica Neue LT W05 65 Medium";
  font-size: 22px;
}
.content-cell form#collections_search_form .block > .form-row > .field select.heading-style,
.content-cell form#collections_search_form .block > .form-row > .field input.heading-style {
  font-family: "Helvetica Neue LT W05 65 Medium";
  text-transform: uppercase;
  font-size: 22px;
}
.collections-list-search,
.collections-list-related {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.collections-list-search > *,
.collections-list-related > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .collections-list-search,
  .collections-list-related {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.collections-list-search > *,
.collections-list-related > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .collections-list-search,
  .collections-list-related {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.collections-list-search .collection-list,
.collections-list-related .collection-list {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  margin-bottom: 60px;
}
@media handheld,only screen and (max-width: 768px) {
  .collections-list-search .collection-list,
  .collections-list-related .collection-list {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .collections-list-search .collection-list,
  .collections-list-related .collection-list {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .collections-list-search .collection-list,
  .collections-list-related .collection-list {
    margin-bottom: 45px;
    border-bottom: 0;
  }
}
.collections-list-search .collection-list .collection-list-thumb,
.collections-list-related .collection-list .collection-list-thumb {
  width: 100%;
  margin: 0 0 3px 0;
}
@media handheld,only screen and (max-width: 500px) {
  .collections-list-search .collection-list .collection-list-thumb img,
  .collections-list-related .collection-list .collection-list-thumb img {
    width: 100%;
  }
}
.collections-list-search .collection-list .collection-list-text,
.collections-list-related .collection-list .collection-list-text {
  width: 100%;
  margin: 0;
}
.collections-list-search .collection-list .collection-list-text .collection-list-title,
.collections-list-related .collection-list .collection-list-text .collection-list-title {
  border: none;
}
.collections-list-search .collection-list .collection-list-text .collection-list-title:hover,
.collections-list-related .collection-list .collection-list-text .collection-list-title:hover {
  text-decoration: none;
}
.collections-list-search .collection-list .collection-list-text .collection-list-title h3,
.collections-list-related .collection-list .collection-list-text .collection-list-title h3 {
  margin-top: 0;
  font-size: 1.35em;
  border-bottom: 2px solid #b1b4b6;
}
.collections-list-search .collection-list .collection-list-text .collection-list-title h6,
.collections-list-related .collection-list .collection-list-text .collection-list-title h6 {
  border: none;
  margin-top: 0.4em;
}
.collections-list-search .collection-list .collection-list-text.no-media:before,
.collections-list-related .collection-list .collection-list-text.no-media:before {
  content: '';
  background: rgba(0,0,0,0.04);
  display: block;
  height: 295px;
  margin-bottom: 30px;
}
@media handheld,only screen and (max-width: 768px) {
  .collections-list-search .collection-list .collection-list-text.no-media:before,
  .collections-list-related .collection-list .collection-list-text.no-media:before {
    display: none;
  }
}
.cta-block,
.cta-flex {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cta-block > *,
.cta-flex > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block,
  .cta-flex {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block > *,
.cta-flex > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block,
  .cta-flex {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta,
.cta-flex .cta {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  position: relative;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta,
  .cta-flex .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta,
  .cta-flex .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.full-width,
.cta-flex .cta.full-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.full-width,
  .cta-flex .cta.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.full-width,
  .cta-flex .cta.full-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.half-width,
.cta-flex .cta.half-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.half-width,
  .cta-flex .cta.half-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.half-width,
  .cta-flex .cta.half-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.quarter-width,
.cta-flex .cta.quarter-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.quarter-width,
  .cta-flex .cta.quarter-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.quarter-width,
  .cta-flex .cta.quarter-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.third-width,
.cta-flex .cta.third-width {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.third-width,
  .cta-flex .cta.third-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.third-width,
  .cta-flex .cta.third-width {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.full-width,
.cta-block .cta.half-width,
.cta-block .cta.quarter-width,
.cta-block .cta.third-width,
.cta-flex .cta.full-width,
.cta-flex .cta.half-width,
.cta-flex .cta.quarter-width,
.cta-flex .cta.third-width {
  margin: 0 0 0 2%;
}
.cta-block .cta.full-width.with-margins,
.cta-block .cta.half-width.with-margins,
.cta-block .cta.quarter-width.with-margins,
.cta-block .cta.third-width.with-margins,
.cta-flex .cta.full-width.with-margins,
.cta-flex .cta.half-width.with-margins,
.cta-flex .cta.quarter-width.with-margins,
.cta-flex .cta.third-width.with-margins {
  margin: 60px 0 0 2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.full-width,
  .cta-block .cta.half-width,
  .cta-block .cta.quarter-width,
  .cta-block .cta.third-width,
  .cta-flex .cta.full-width,
  .cta-flex .cta.half-width,
  .cta-flex .cta.quarter-width,
  .cta-flex .cta.third-width {
    margin: 2% 0 0 0 !important;
  }
}
.cta-block .cta a,
.cta-flex .cta a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cta-block .cta a .cta-heading,
.cta-block .cta a .cta-title,
.cta-block .cta a .cta-artist,
.cta-block .cta a .cta-date,
.cta-flex .cta a .cta-heading,
.cta-flex .cta a .cta-title,
.cta-flex .cta a .cta-artist,
.cta-flex .cta a .cta-date {
  margin: 0px;
  margin-bottom: 0.25em;
}
.cta-block .cta a .cta-heading,
.cta-flex .cta a .cta-heading {
  border-bottom: 2px solid #d3d5d6;
  font-size: 34px;
  line-height: 31px;
  margin-bottom: 2px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta a .cta-heading,
  .cta-flex .cta a .cta-heading {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 3px;
  }
}
.cta-block .cta a .cta-text,
.cta-flex .cta a .cta-text {
  display: block;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta a .cta-text,
  .cta-flex .cta a .cta-text {
    min-height: 6px;
  }
}
.cta-block .cta a .cta-text .cta-date,
.cta-flex .cta a .cta-text .cta-date {
  font-size: 0.9em;
}
.cta-block .cta a .image-section,
.cta-flex .cta a .image-section {
  position: relative;
}
.cta-block .cta a .image-section .image-overlay,
.cta-flex .cta a .image-section .image-overlay {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.05);
  z-index: 15;
}
.cta-block .cta a .media-thumbnail,
.cta-flex .cta a .media-thumbnail {
  background: black;
  position: relative;
  z-index: 10;
}
.cta-block .cta a .media-thumbnail.media-size-call-to-action,
.cta-flex .cta a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0;
}
.cta-block .cta a .media-thumbnail.media-size-call-to-action img,
.cta-flex .cta a .media-thumbnail.media-size-call-to-action img {
  border: none;
  border-radius: 0px;
  padding: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta a .media-thumbnail.media-size-call-to-action img,
  .cta-flex .cta a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
    width: 100%;
  }
}
.cta-block .cta a:hover .image-overlay,
.cta-flex .cta a:hover .image-overlay {
  background: rgba(0,0,0,0.25);
}
.cta-block .cta.video-layout .image-section .video-icon,
.cta-flex .cta.video-layout .image-section .video-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2060%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%2060%2040%2030%200%200%200%2060%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  margin: -30px 0 0 -30px;
}
.cta-block .cta.text-overlay-layout .image-section,
.cta-flex .cta.text-overlay-layout .image-section {
  height: 400px;
}
.cta-block .cta.text-overlay-layout .media-thumbnail,
.cta-flex .cta.text-overlay-layout .media-thumbnail {
  height: 100%;
  width: 100%;
  margin: 0;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
}
.cta-block .cta.text-overlay-layout a,
.cta-flex .cta.text-overlay-layout a {
  overflow-wrap: anywhere;
}
.cta-block .cta.text-overlay-layout .cta-title,
.cta-flex .cta.text-overlay-layout .cta-title {
  position: absolute;
  left: 0.25em;
  bottom: 0.1em;
  margin: 0px;
  max-width: 50%;
  color: white;
  font-size: 60px;
  line-height: 0.78em;
  z-index: 20;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta.text-overlay-layout .cta-title,
  .cta-flex .cta.text-overlay-layout .cta-title {
    font-size: 52px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.text-overlay-layout .cta-title,
  .cta-flex .cta.text-overlay-layout .cta-title {
    font-size: 65px;
    max-width: unset;
  }
}
@media handheld,only screen and (max-width: 320px) {
  .cta-block .cta.text-overlay-layout .cta-title,
  .cta-flex .cta.text-overlay-layout .cta-title {
    font-size: 58px;
  }
}
.cta-block .cta.new-layout,
.cta-flex .cta.new-layout {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 0px;
  margin-bottom: 1.5em;
}
.cta-block .cta.new-layout .cta-text,
.cta-flex .cta.new-layout .cta-text {
  padding-top: 0px;
  margin-top: 10px;
}
.cta-block .cta.new-layout .cta-text .cta-title,
.cta-block .cta.new-layout .cta-text .cta-date,
.cta-flex .cta.new-layout .cta-text .cta-title,
.cta-flex .cta.new-layout .cta-text .cta-date {
  text-transform: unset;
}
.cta-block .cta.image-right a:hover .image-overlay,
.cta-block .cta.image-left a:hover .image-overlay,
.cta-flex .cta.image-right a:hover .image-overlay,
.cta-flex .cta.image-left a:hover .image-overlay {
  background: transparent;
}
.cta-block .cta.image-right a:hover .cta-link span,
.cta-block .cta.image-left a:hover .cta-link span,
.cta-flex .cta.image-right a:hover .cta-link span,
.cta-flex .cta.image-left a:hover .cta-link span {
  color: black;
  background: white;
}
.cta-block .cta.image-right a .image-section,
.cta-block .cta.image-left a .image-section,
.cta-flex .cta.image-right a .image-section,
.cta-flex .cta.image-left a .image-section {
  background: black;
  height: 300px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-right a .image-section,
  .cta-block .cta.image-left a .image-section,
  .cta-flex .cta.image-right a .image-section,
  .cta-flex .cta.image-left a .image-section {
    height: 350px;
  }
}
.cta-block .cta.image-right a .image-section .media-thumbnail,
.cta-block .cta.image-left a .image-section .media-thumbnail,
.cta-flex .cta.image-right a .image-section .media-thumbnail,
.cta-flex .cta.image-left a .image-section .media-thumbnail {
  width: 35%;
  height: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-block .cta.image-right a .image-section .media-thumbnail img,
.cta-block .cta.image-left a .image-section .media-thumbnail img,
.cta-flex .cta.image-right a .image-section .media-thumbnail img,
.cta-flex .cta.image-left a .image-section .media-thumbnail img {
  width: 100%;
  height: 100%;
}
.cta-block .cta.image-right a .image-section .cta-text,
.cta-block .cta.image-left a .image-section .cta-text,
.cta-flex .cta.image-right a .image-section .cta-text,
.cta-flex .cta.image-left a .image-section .cta-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  color: white;
  padding: 40px;
  max-width: 50%;
  margin: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-right a .image-section .cta-text,
  .cta-block .cta.image-left a .image-section .cta-text,
  .cta-flex .cta.image-right a .image-section .cta-text,
  .cta-flex .cta.image-left a .image-section .cta-text {
    max-width: 65%;
    padding: 20px;
  }
}
.cta-block .cta.image-right a .image-section .cta-text span,
.cta-block .cta.image-left a .image-section .cta-text span,
.cta-flex .cta.image-right a .image-section .cta-text span,
.cta-flex .cta.image-left a .image-section .cta-text span {
  display: block;
}
.cta-block .cta.image-right a .image-section .cta-text span span,
.cta-block .cta.image-left a .image-section .cta-text span span,
.cta-flex .cta.image-right a .image-section .cta-text span span,
.cta-flex .cta.image-left a .image-section .cta-text span span {
  display: inline;
}
.cta-block .cta.image-right a .image-section .cta-text .cta-title,
.cta-block .cta.image-left a .image-section .cta-text .cta-title,
.cta-flex .cta.image-right a .image-section .cta-text .cta-title,
.cta-flex .cta.image-left a .image-section .cta-text .cta-title {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
  font-size: 2.2em;
  line-height: 1.2em;
  position: relative;
  margin: 0px;
}
.cta-block .cta.image-right a .image-section .cta-text .cta-title:first-of-type,
.cta-block .cta.image-left a .image-section .cta-text .cta-title:first-of-type,
.cta-flex .cta.image-right a .image-section .cta-text .cta-title:first-of-type,
.cta-flex .cta.image-left a .image-section .cta-text .cta-title:first-of-type {
  margin-top: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-right a .image-section .cta-text .cta-title,
  .cta-block .cta.image-left a .image-section .cta-text .cta-title,
  .cta-flex .cta.image-right a .image-section .cta-text .cta-title,
  .cta-flex .cta.image-left a .image-section .cta-text .cta-title {
    font-size: 1.7em;
  }
}
.cta-block .cta.image-right a .image-section .cta-text .cta-title .download-link,
.cta-block .cta.image-left a .image-section .cta-text .cta-title .download-link,
.cta-flex .cta.image-right a .image-section .cta-text .cta-title .download-link,
.cta-flex .cta.image-left a .image-section .cta-text .cta-title .download-link {
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  line-height: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-right a .image-section .cta-text .cta-title .download-link,
  .cta-block .cta.image-left a .image-section .cta-text .cta-title .download-link,
  .cta-flex .cta.image-right a .image-section .cta-text .cta-title .download-link,
  .cta-flex .cta.image-left a .image-section .cta-text .cta-title .download-link {
    display: none;
  }
}
.cta-block .cta.image-right a .image-section .cta-text .cta-blurb,
.cta-block .cta.image-left a .image-section .cta-text .cta-blurb,
.cta-flex .cta.image-right a .image-section .cta-text .cta-blurb,
.cta-flex .cta.image-left a .image-section .cta-text .cta-blurb {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
  font-size: 1.5em;
  margin: 0px;
  font-family: "Helvetica Neue LT W05 55 Roman";
}
.cta-block .cta.image-right a .image-section .cta-text .cta-blurb:first-of-type,
.cta-block .cta.image-left a .image-section .cta-text .cta-blurb:first-of-type,
.cta-flex .cta.image-right a .image-section .cta-text .cta-blurb:first-of-type,
.cta-flex .cta.image-left a .image-section .cta-text .cta-blurb:first-of-type {
  margin-top: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-right a .image-section .cta-text .cta-blurb,
  .cta-block .cta.image-left a .image-section .cta-text .cta-blurb,
  .cta-flex .cta.image-right a .image-section .cta-text .cta-blurb,
  .cta-flex .cta.image-left a .image-section .cta-text .cta-blurb {
    font-size: 1.4em;
  }
}
.cta-block .cta.image-right a .image-section .cta-text .cta-link,
.cta-block .cta.image-left a .image-section .cta-text .cta-link,
.cta-flex .cta.image-right a .image-section .cta-text .cta-link,
.cta-flex .cta.image-left a .image-section .cta-text .cta-link {
  font-weight: normal;
  font-family: "Helvetica Neue LT W05 65 Medium";
  line-height: 1.1em;
  margin: 1em 0;
  font-size: 1.5em;
  margin: 0px;
}
.cta-block .cta.image-right a .image-section .cta-text .cta-link:first-of-type,
.cta-block .cta.image-left a .image-section .cta-text .cta-link:first-of-type,
.cta-flex .cta.image-right a .image-section .cta-text .cta-link:first-of-type,
.cta-flex .cta.image-left a .image-section .cta-text .cta-link:first-of-type {
  margin-top: 0;
}
.cta-block .cta.image-right a .image-section .cta-text .cta-link span,
.cta-block .cta.image-left a .image-section .cta-text .cta-link span,
.cta-flex .cta.image-right a .image-section .cta-text .cta-link span,
.cta-flex .cta.image-left a .image-section .cta-text .cta-link span {
  transition: all 0.5s ease;
  border: 1px white solid;
  padding: 0.25em 0.5em;
}
.cta-block .cta.image-left .cta-text,
.cta-flex .cta.image-left .cta-text {
  right: 0px;
  text-align: right;
  padding-left: 15%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-left .cta-text,
  .cta-flex .cta.image-left .cta-text {
    padding-left: 0px;
  }
}
.cta-block .cta.image-right .media-thumbnail,
.cta-flex .cta.image-right .media-thumbnail {
  margin-left: 65% !important;
}
.cta-block .cta.image-right .cta-text,
.cta-flex .cta.image-right .cta-text {
  left: 0px;
  text-align: left;
  padding-right: 15%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.image-right .cta-text,
  .cta-flex .cta.image-right .cta-text {
    padding-right: 0px;
  }
}
.cta-flex {
  display: flex;
  justify-content: space-between;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-flex {
    flex-direction: column;
  }
}
.cta-flex .cta {
  display: inline-flex;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 73%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #404040;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #404040;
}
.news-wrapper .news-posts-list .news-post:last-child {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #404040;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: "Helvetica Neue LT W05 65 Medium";
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: black;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 100%;
}
.search-wrapper .search input.search-button {
  background-color: black;
}
.search-wrapper .search input.search-button:hover {
  background-color: white;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.carousel {
  position: relative;
  width: fit-content;
  display: inline-block;
  text-align: center;
}
.carousel .carousel-panels {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 0;
  display: inline-block;
  margin-right: -17px;
  width: 100%;
  padding: 0;
}
.carousel .carousel-panels .carousel-panel {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-right: 17px;
}
.carousel .carousel-panels .carousel-panel a {
  display: block;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  position: relative;
}
.carousel .carousel-panels .carousel-panel a img {
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.carousel .carousel-panels .carousel-panel a .image-overlay {
  transition: 0.2s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.05);
  z-index: 15;
}
.carousel .carousel-panels .carousel-panel .media-caption {
  white-space: break-spaces;
  text-align: left;
}
.carousel .carousel-panels .carousel-panel:hover .image-overlay {
  background: rgba(0,0,0,0.5);
}
@media handheld,only screen and (max-width: 768px) {
  .carousel .carousel-panels {
    margin-right: unset;
  }
  .carousel .carousel-panels .carousel-panel {
    width: 100%;
    margin-right: 8px;
  }
  .carousel .carousel-panels .carousel-panel img {
    width: 100%;
  }
}
#carousel-right {
  right: -20px;
  transform: rotate(-90deg);
}
@media handheld,only screen and (max-width: 768px) {
  #carousel-right {
    right: 0px;
  }
}
#carousel-left {
  left: -20px;
  transform: rotate(90deg);
}
@media handheld,only screen and (max-width: 768px) {
  #carousel-left {
    left: -5px;
  }
}
#carousel-right,
#carousel-left {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  z-index: 16;
}
#carousel-right:hover,
#carousel-left:hover {
  text-decoration: none;
}
#carousel-right::before,
#carousel-left::before {
  font-size: 25px;
  color: black;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}
@media handheld,only screen and (max-width: 768px) {
  #carousel-right::before,
  #carousel-left::before {
    color: white;
  }
}
.recently-viewed-carousel {
  display: block;
  width: 102%;
  text-align: left;
}
.recently-viewed-carousel #carousel-left {
  left: -25px;
}
.recently-viewed-carousel #carousel-right {
  right: 0px;
}
.recently-viewed-carousel .carousel-panels {
  max-width: 100% !important;
}
.recently-viewed-carousel .carousel-panels .carousel-panel {
  margin-right: 0px;
  white-space: normal;
}
.taipan-contentpanel-block,
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-navregion {
  bottom: 50px !important;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion {
  z-index: 40;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  height: 523px;
  opacity: 0.4;
  transition: opacity 0.5s 0.25s;
}
@media handheld,only screen and (min-width: 1500px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
    height: 750px;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
    height: 400px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
    height: 780px;
    width: 100%;
  }
}
@media handheld,only screen and (max-height: 900px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
    height: 500px;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
    height: 280px;
  }
}
@media handheld,only screen and (max-width: 450px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
    height: 240px;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel.taipan-contentpanel-panel-current,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel.taipan-contentpanel-panel-current {
  opacity: 1;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel.taipan-contentpanel-panel-current .panel-section .panel-inner,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel.taipan-contentpanel-panel-current .panel-section .panel-inner {
  background-color: #d3d5d6;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel.taipan-contentpanel-panel-current .panel-section .panel-inner .panel-constrain,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel.taipan-contentpanel-panel-current .panel-section .panel-inner .panel-constrain {
  opacity: 1;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-image,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
@media handheld,only screen and (max-width: 560px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-image,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-image {
    background-position: top -30px center;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section .panel-inner,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section .panel-inner {
  margin: 0px;
  overflow: hidden;
  pointer-events: auto;
  background-color: #fff;
  display: block;
  width: 1200px !important;
  max-width: 100%;
  margin: 0 auto;
  height: 27px;
  border-radius: 0 0 4px 4px;
  transition: background-color 0.5s 0.25s;
}
@media handheld,only screen and (max-width: 1200px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section .panel-inner,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section .panel-inner {
    border-radius: 0;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section .panel-inner .panel-constrain,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-section .panel-inner .panel-constrain {
  opacity: 0;
  transition: opacity 0.5s 0.25s;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  height: 27px;
  padding: 3px 0;
}
@media screen and (max-width: 1250px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 1120px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 80%;
  }
}
@media handheld,only screen and (max-width: 800px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 88%;
  }
}
@media handheld,only screen and (max-width: 600px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 80%;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  vertical-align: middle;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block > *,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block > *,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block:before,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block:before {
  content: '';
  height: 21px;
  width: 1px;
  display: inline-block;
  vertical-align: top;
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
  text-transform: uppercase;
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  max-width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side {
  font-family: "Helvetica Neue LT W05 65 Medium";
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side p,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side p {
  line-height: 16px;
  margin-bottom: 0;
  padding-top: 3px;
}
@media handheld,only screen and (max-width: 600px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side p,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side p {
    padding-top: 2px;
  }
}
.taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side:first-of-type,
.taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side:first-of-type {
  padding-right: 40px;
}
@media handheld,only screen and (max-width: 800px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side:first-of-type,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side:first-of-type {
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 800px) {
  .taipan-contentpanel-block#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side:last-of-type,
  .taipan-contentpanel-panelset#hero-panels > .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .side-by-side:last-of-type {
    display: none;
  }
}
.taipan-contentpanel-block.no-js.transition-horizontal,
.taipan-contentpanel-block.no-js.transition-vertical,
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-block.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-block.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  width: 1200px;
  max-width: 100%;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  z-index: 40;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  position: relative !important;
  width: 1200px !important;
  max-width: 100%;
  margin: 0 auto;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
  display: none !important;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid black;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 24px 10px;
  width: 24px;
  height: 10px;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2210px%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2210px%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-block.nav-horizontal,
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul {
  height: 54px;
  border-radius: 0 0 4px 4px;
  position: relative;
}
@media handheld,only screen and (max-width: 1200px) {
  .taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul,
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul {
    border-radius: 0;
  }
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type {
  display: inline-block !important;
  position: absolute;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 44px;
  height: 44px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type {
  left: 60px;
  top: 0;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a {
  background-image: url('../../include/resources/cairnsregionalgallery/images/i-arrow-left-grey.svg');
}
@media handheld,only screen and (max-width: 1200px) {
  .taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type,
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type {
    left: 15px;
  }
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type {
  right: 60px;
  top: 0;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a {
  background-image: url('../../include/resources/cairnsregionalgallery/images/i-arrow-right-grey.svg');
}
@media handheld,only screen and (max-width: 1200px) {
  .taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type,
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type {
    right: 15px;
  }
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.taipan-contentpanel-panel:nth-of-type(even) {
  background-color: white;
}
.taipan-contentpanel-panel:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.taipan-contentpanel-panel:first-of-type {
  background-color: white;
}
.taipan-contentpanel-panel.grey-background {
  background-color: #f0f0f0;
}
.taipan-contentpanel-panel.white-background {
  background-color: white;
}
.taipan-contentpanel-panel.hero .panel-cell {
  height: 40vh;
  display: flex !important;
  align-items: center;
}
.taipan-contentpanel-panel.hero .panel-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.taipan-contentpanel-panel.exhibition-hero,
.taipan-contentpanel-panel.collection-hero,
.taipan-contentpanel-panel.showcase-hero,
.taipan-contentpanel-panel.event-hero {
  overflow: visible !important;
}
.taipan-contentpanel-panel.exhibition-hero .panel-cell,
.taipan-contentpanel-panel.collection-hero .panel-cell,
.taipan-contentpanel-panel.showcase-hero .panel-cell,
.taipan-contentpanel-panel.event-hero .panel-cell {
  height: 75vh;
}
.taipan-contentpanel-panel.exhibition-hero .panel-image,
.taipan-contentpanel-panel.collection-hero .panel-image,
.taipan-contentpanel-panel.showcase-hero .panel-image,
.taipan-contentpanel-panel.event-hero .panel-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.taipan-contentpanel-panel.exhibition-hero .panel-image .panel-overlay,
.taipan-contentpanel-panel.collection-hero .panel-image .panel-overlay,
.taipan-contentpanel-panel.showcase-hero .panel-image .panel-overlay,
.taipan-contentpanel-panel.event-hero .panel-image .panel-overlay {
  position: absolute;
  opacity: 0.5;
  color: black;
  top: 100%;
  font-size: 0.85em;
}
.taipan-contentpanel-panel.exhibition-hero .panel-constrain,
.taipan-contentpanel-panel.collection-hero .panel-constrain,
.taipan-contentpanel-panel.showcase-hero .panel-constrain,
.taipan-contentpanel-panel.event-hero .panel-constrain {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 0 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-panel.exhibition-hero .panel-constrain,
  .taipan-contentpanel-panel.collection-hero .panel-constrain,
  .taipan-contentpanel-panel.showcase-hero .panel-constrain,
  .taipan-contentpanel-panel.event-hero .panel-constrain {
    padding: 0px;
  }
}
.taipan-contentpanel-panel.collection-hero .panel-image {
  background-size: contain;
}
.taipan-contentpanel-panel.map-hero .panel-image {
  background-size: auto;
}
@media handheld,only screen and (min-width: 1920px) {
  .taipan-contentpanel-panel.map-hero .panel-image {
    background-size: cover;
  }
}
.taipan-contentpanel-panel.narrow-hero .panel-image {
  height: 370px;
}
@media handheld,only screen and (min-width: 1500px) {
  .taipan-contentpanel-panel.narrow-hero .panel-image {
    height: 450px;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .taipan-contentpanel-panel.narrow-hero .panel-image {
    height: 330px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-panel.narrow-hero .panel-image {
    height: 290px;
  }
}
@media handheld,only screen and (max-height: 900px) {
  .taipan-contentpanel-panel.narrow-hero .panel-image {
    height: 290px;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .taipan-contentpanel-panel.narrow-hero .panel-image {
    height: 280px;
  }
}
@media handheld,only screen and (max-width: 450px) {
  .taipan-contentpanel-panel.narrow-hero .panel-image {
    height: 190px;
  }
}
.taipan-contentpanel-panel.featured-hero .panel-image {
  height: 88vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.taipan-contentpanel-panel.featured-hero .text-overlay {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .taipan-contentpanel-panel.featured-hero .text-overlay {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .taipan-contentpanel-panel.featured-hero .text-overlay {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.taipan-contentpanel-panel.featured-hero .text-overlay h1 {
  position: absolute;
  color: white;
  line-height: 1em;
  bottom: 0px;
}
.taipan-contentpanel-panel.footer {
  height: 240px;
  margin-bottom: 46px;
}
.taipan-contentpanel-panel.footer .panel-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media handheld,only screen and (max-width: 560px) {
  .taipan-contentpanel-panel.footer {
    height: 140px;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .taipan-contentpanel-panel.footer {
    height: auto;
    min-height: 140px;
    margin-bottom: 0;
  }
}
.taipan-contentpanel-panel.footer .panel-constrain {
  padding: 0;
}
.taipan-contentpanel-panel.footer .panel-constrain p {
  text-transform: uppercase;
  font-size: 94px;
  line-height: 80px;
  font-family: "Helvetica Neue LT W05 65 Medium";
}
@media handheld,only screen and (max-width: 560px) {
  .taipan-contentpanel-panel.footer .panel-constrain p {
    font-size: 65px;
    padding: 10px;
    display: block;
  }
}
.taipan-contentpanel-panel.footer .panel-constrain p a {
  color: white;
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category-wrapper,
.list-product-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category,
.list-category-wrapper .list-product,
.list-product-wrapper .list-category,
.list-product-wrapper .list-product {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.list-category-wrapper .list-category a,
.list-category-wrapper .list-product a,
.list-product-wrapper .list-category a,
.list-product-wrapper .list-product a {
  text-decoration: none;
}
.list-category-wrapper .list-category .list-category-inner,
.list-category-wrapper .list-category .list-product-inner,
.list-category-wrapper .list-product .list-category-inner,
.list-category-wrapper .list-product .list-product-inner,
.list-product-wrapper .list-category .list-category-inner,
.list-product-wrapper .list-category .list-product-inner,
.list-product-wrapper .list-product .list-category-inner,
.list-product-wrapper .list-product .list-product-inner {
  overflow: hidden;
}
.list-category-wrapper .list-category .list-category-inner .media-thumbnail,
.list-category-wrapper .list-category .list-product-inner .media-thumbnail,
.list-category-wrapper .list-product .list-category-inner .media-thumbnail,
.list-category-wrapper .list-product .list-product-inner .media-thumbnail,
.list-product-wrapper .list-category .list-category-inner .media-thumbnail,
.list-product-wrapper .list-category .list-product-inner .media-thumbnail,
.list-product-wrapper .list-product .list-category-inner .media-thumbnail,
.list-product-wrapper .list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title,
.list-category-wrapper .list-category .list-category-inner .product-card-title,
.list-category-wrapper .list-category .list-product-inner .category-card-title,
.list-category-wrapper .list-category .list-product-inner .product-card-title,
.list-category-wrapper .list-product .list-category-inner .category-card-title,
.list-category-wrapper .list-product .list-category-inner .product-card-title,
.list-category-wrapper .list-product .list-product-inner .category-card-title,
.list-category-wrapper .list-product .list-product-inner .product-card-title,
.list-product-wrapper .list-category .list-category-inner .category-card-title,
.list-product-wrapper .list-category .list-category-inner .product-card-title,
.list-product-wrapper .list-category .list-product-inner .category-card-title,
.list-product-wrapper .list-category .list-product-inner .product-card-title,
.list-product-wrapper .list-product .list-category-inner .category-card-title,
.list-product-wrapper .list-product .list-category-inner .product-card-title,
.list-product-wrapper .list-product .list-product-inner .category-card-title,
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  display: block;
  font-family: "Helvetica Neue LT W05 65 Medium";
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category {
    /* IE7 */
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    /* IE7 */
    font-size: 16px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: black;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: black;
}
.list-product-wrapper .list-product {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    /* IE7 */
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    /* IE7 */
    font-size: 16px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: black;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: black;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    /* IE7 */
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    /* IE7 */
    font-size: 16px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 98%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: black;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: "Helvetica Neue LT W05 65 Medium";
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: "Helvetica Neue LT W05 65 Medium";
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: black;
  background-color: white;
  border: 1px solid black;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 16px;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 16px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    /* IE7 */
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    /* IE7 */
    font-size: 16px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 48%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: black;
  font-family: "Helvetica Neue LT W05 65 Medium";
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    /* IE7 */
    display: inline-block;
    *display: inline;
    /* IE7 */
    /* IE7 */
    *zoom: 1;
    /* IE7 */
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  color: black;
  background: white;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  width: auto;
  max-width: 100%;
  border: 1px solid black;
  border-radius: 0px;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: white;
  background-color: black;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 0.5em 0.5em;
  cursor: pointer;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  background-color: white;
  border-color: black;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.disabled {
  background-color: grey;
  cursor: initial;
  pointer-events: none;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 768px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: black;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.25em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
  bottom: 0px;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region {
    padding-top: 53px;
  }
}
.header-section {
  z-index: 1;
}
.header-section.show-search .search-wrapper {
  top: 0;
}
.header-section.show-search .search-shadow {
  visibility: visible;
  opacity: 1;
}
.header-section.show-mega .mega-wrapper {
  top: 0;
  visibility: visible;
  opacity: 1;
}
@media handheld,only screen and (max-width: 767px) {
  .header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
  }
}
.header-wrapper {
  background: black;
  margin-bottom: -2.3em;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper {
    margin-bottom: 0em;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper {
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    margin-bottom: 0px;
  }
}
.header-wrapper .header-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: white;
  border-radius: 0px;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 1250px) {
  .header-wrapper .header-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .header-wrapper .header-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 920px) {
  .header-wrapper .header-constrain {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain {
    padding: 14px 0 0 11px;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1011px) {
  .header-wrapper .header-constrain .header-block {
    padding: 30px 0 3px 0;
  }
}
@media handheld,only screen and (max-width: 920px) {
  .header-wrapper .header-constrain .header-block {
    padding: 3px 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block {
    padding: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block {
    display: inline-block;
    width: auto;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    width: auto;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell a {
  color: white;
  display: block;
  width: fit-content;
}
.header-wrapper .header-constrain .header-block .logo-cell a:hover {
  text-decoration: none;
}
.header-wrapper .header-constrain .header-block .logo-cell a .logo {
  margin-left: -4px;
}
@media handheld,only screen and (max-width: 920px) {
  .header-wrapper .header-constrain .header-block .logo-cell a .logo {
    width: 550px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .logo-cell a .logo {
    width: 180px;
    margin-left: 6px;
  }
}
.search-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.9);
  top: -100%;
}
@media handheld,only screen and (max-width: 767px) {
  .search-wrapper {
    z-index: 0;
    top: -100vh;
    height: 100vh;
  }
}
.search-wrapper .search-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
}
@media screen and (max-width: 1250px) {
  .search-wrapper .search-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .search-wrapper .search-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .search-wrapper .search-constrain {
    padding: 0 19px;
  }
}
.search-wrapper .search-constrain .search-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.search-wrapper .search-constrain .search-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.search-wrapper .search-constrain .search-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.search-wrapper .search-constrain .search-block .search-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
  padding: 150px 0 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block .search-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .search-wrapper .search-constrain .search-block .search-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .search-wrapper .search-constrain .search-block .search-cell {
    padding: 100px 0 0 0;
  }
}
.search-wrapper .search-constrain .search-block .search-cell .search .heading {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: white;
  font-family: "Helvetica Neue LT W05 65 Medium";
}
@media handheld,only screen and (max-width: 560px) {
  .search-wrapper .search-constrain .search-block .search-cell .search .heading {
    font-size: 44px;
    line-height: 44px;
  }
  .search-wrapper .search-constrain .search-block .search-cell .search .heading .dark-grey-text {
    display: none;
  }
}
.search-wrapper .search-constrain .search-block .search-cell .search .search-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -110px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 560px) {
  .search-wrapper .search-constrain .search-block .search-cell .search .search-toggle {
    top: -84px;
    right: 4px;
  }
}
.search-wrapper .search-constrain .search-block .search-cell .search .search-toggle .line {
  width: 50px;
  height: 2px;
  background: white;
  position: absolute;
  top: 24px;
  right: -6px;
}
@media handheld,only screen and (max-width: 560px) {
  .search-wrapper .search-constrain .search-block .search-cell .search .search-toggle .line {
    width: 36px;
  }
}
.search-wrapper .search-constrain .search-block .search-cell .search .search-toggle .line:nth-of-type(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-wrapper .search-constrain .search-block .search-cell .search .search-toggle .line:nth-of-type(2) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-wrapper .search-constrain .search-block .search-cell .search form {
  position: relative;
}
.search-wrapper .search-constrain .search-block .search-cell .search form .search-icon {
  position: absolute;
  left: -5px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-image: url('../../include/resources/cairnsregionalgallery/images/i-search-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.search-wrapper .search-constrain .search-block .search-cell .search form input {
  outline: none;
  -webkit-appearance: none;
  font-family: "Helvetica Neue LT W05 55 Roman";
  font-weight: 300;
}
.search-wrapper .search-constrain .search-block .search-cell .search form input:focus {
  outline: none;
}
.search-wrapper .search-constrain .search-block .search-cell .search form .search-field {
  width: 100%;
  border: none;
  background-color: transparent;
  color: white;
  padding: 0;
  font-size: 26px;
  padding-left: 34px;
  height: 78px;
}
@media handheld,only screen and (max-width: 560px) {
  .search-wrapper .search-constrain .search-block .search-cell .search form .search-field {
    font-size: 16px;
  }
}
.search-wrapper .search-constrain .search-block .search-cell .search form .search-button {
  position: absolute;
  top: 19px;
  right: 0;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 14px;
  font-size: 18px;
  height: auto;
}
.search-shadow {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  visibility: hidden;
  opacity: 0;
}
.nav-wrapper {
  background-color: rgba(0,0,0,0.9);
  overflow-x: clip;
}
.nav-wrapper.no-panels {
  border-bottom: 2px solid #d3d5d6;
}
.nav-wrapper .nav-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: white;
  border-radius: 0px;
}
@media screen and (max-width: 1250px) {
  .nav-wrapper .nav-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .nav-wrapper .nav-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain {
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  z-index: 6;
  white-space: nowrap;
  position: relative;
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: left;
    margin-top: 53px;
    position: unset;
  }
  .nav-wrapper .nav-constrain .nav-block.open .toggle-icon-line {
    transform: rotate(45deg);
  }
  .nav-wrapper .nav-constrain .nav-block.open .toggle-icon-line:first-child {
    transform: rotate(-45deg) translate(-5px,5px);
  }
  .nav-wrapper .nav-constrain .nav-block.open .toggle-icon-line:last-child {
    opacity: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: white;
  background: transparent;
  padding: 26px 0;
  cursor: pointer;
  text-align: right;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    position: absolute;
    right: 43px;
    top: 15px;
    padding: 0;
    width: 20%;
    text-align: center;
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  color: white;
  background-color: transparent;
  font-size: 24px;
  margin-bottom: 4px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c9";
  font-weight: 300;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
    right: 0px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: white;
  width: 25px;
  height: 3px;
  margin-bottom: 4px;
  transition: all 0.5s ease;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 6.3333333333333%;
  width: auto;
  margin-left: 17px;
  padding: 15px 0 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle.show-mega .toggle-icon::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-size: 27px;
  margin-right: 4px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle.show-mega .toggle-icon-line {
  transform: rotate(45deg);
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle.show-mega .toggle-icon-line:first-child {
  transform: rotate(-45deg) translate(-5px,5px);
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle.show-mega .toggle-icon-line:last-child {
  opacity: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
    display: inline-block;
    margin-left: 1.2em;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
    display: inline-block;
    margin-left: 1.2em;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
    display: none;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle.mega-toggle {
    display: none;
    width: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover {
  color: white;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: white;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 89.666666666667%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .c-mobile-menu {
  display: none;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .c-mobile-menu {
    display: block;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .c-desktop-menu {
    display: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    max-height: 0px;
    display: block;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-toggle .toggle-icon::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    font-size: 27px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    max-height: 1200px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-icon-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 6.3333333333333%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-icon-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-icon-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 6.3333333333333%;
  width: auto;
  margin-left: 17px;
  text-align: right;
  padding: 15px 0 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .search-icon-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .search-icon-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon {
  font-size: 20px;
  cursor: pointer;
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon .search-icon-line {
  display: block;
  background-color: white;
  width: 9px;
  height: 3px;
  margin-bottom: 4px;
  transition: all 0.5s ease;
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon .search-icon-line:first-of-type {
  background-color: black;
  height: 19px;
  width: 19px;
  border: 3px solid white;
  border-radius: 50%;
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon .search-icon-line:nth-child(2) {
  transform: rotate(42deg) translate(5px,-15px);
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon.show-search::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-size: 27px;
  font-weight: 300;
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon.show-search .search-icon-line {
  width: 25px;
  height: 3px;
  margin-bottom: 4px;
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon.show-search .search-icon-line:first-of-type {
  height: 3px;
  width: 23px;
  border: none;
  border-radius: 0;
  transform: rotate(-45deg) translate(-9px,4px);
  background-color: white;
}
.nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon.show-search .search-icon-line:nth-child(2) {
  height: 3px;
  width: 23px;
  transform: rotate(45deg) translate(-1px,4px);
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .search-icon-cell {
    display: inline-block;
    margin-left: 1.2em;
  }
}
@media handheld,only screen and (max-width: 560px) {
  .nav-wrapper .nav-constrain .nav-block .search-icon-cell {
    display: inline-block;
    margin-left: 1.2em;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block .search-icon-cell {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0;
    width: 20%;
    text-align: center;
  }
  .nav-wrapper .nav-constrain .nav-block .search-icon-cell .search-icon {
    background-position: center;
    height: 45px;
    display: inline-block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  border-right: 0 solid transparent;
  padding: 0em;
  margin: 0em;
  position: relative;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: white;
  background: black;
  font-size: 22px;
  text-decoration: none;
  padding: 0.75em 1.2em 0.75em 0;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  /*
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (max-width: 920px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 22px;
    padding-right: 30px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
    padding: 3px 14px 3px 0;
    display: block;
    vertical-align: top;
    background-color: transparent;
    font-size: 20px;
    text-transform: uppercase;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li.current > a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a {
  color: white;
  background-color: black;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
  /*
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
}
.nav-wrapper .nav-constrain .nav-block ul li:last-child a {
  padding-right: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li.linked ul {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block ul li.open ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li.open ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  background: white;
  display: block;
  height: auto;
  margin: 0 -100vw;
  padding: 0 100vw;
  position: absolute;
  box-shadow: 0 0 13px -7px gray;
  right: auto;
  visibility: hidden;
  z-index: 20;
  right: 0px;
  text-align: left;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    position: static;
    left: 0px;
    top: auto;
    visibility: visible;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  text-align: left;
  border: none;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
    background-color: none;
    border: 0;
    background: transparent;
  }
  .nav-wrapper .nav-constrain .nav-block ul li ul li > * {
    font-size: 16px;
  }
  .nav-wrapper .nav-constrain .nav-block ul li ul li > * {
    font-size: 16px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 767px) and handheld,only screen and (max-width: 767px) and only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 767px) and handheld,only screen and (max-width: 767px) and only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: black;
  background-color: white;
  padding: 11px 13px;
  line-height: 21px;
  font-size: 18px;
  /*
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: @navPaddingHorizontal * 2;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: @navPaddingHorizontal;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 10px 20px;
    color: white;
    background-color: transparent;
    text-transform: none;
    font-family: "Helvetica Neue LT W05 55 Roman";
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-of-type a {
  padding-right: 8px;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a {
  color: black;
  background-color: white;
  /*
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a {
    color: black;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li.current > a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 3.6em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
@media handheld,only screen and (min-width: 768px) {
  .nav-wrapper.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
  }
}
.mega-wrapper {
  z-index: 4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.9);
  top: -100%;
}
@media handheld,only screen and (max-width: 767px) {
  .mega-wrapper {
    display: none;
  }
}
.mega-wrapper .nav-wrapper {
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.mega-wrapper .mega-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  padding: 10em 0;
}
@media screen and (max-width: 1250px) {
  .mega-wrapper .mega-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .mega-wrapper .mega-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mega-wrapper .mega-constrain .mega-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  position: relative;
}
.mega-wrapper .mega-constrain .mega-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .mega-wrapper .mega-constrain .mega-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.mega-wrapper .mega-constrain .mega-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .mega-wrapper .mega-constrain .mega-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.mega-wrapper .mega-constrain .mega-block .logo-text {
  margin-left: 2%;
}
.mega-wrapper .mega-constrain .mega-block .mega-toggle {
  display: none !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 560px) {
  .mega-wrapper .mega-constrain .mega-block .mega-toggle {
    top: -84px;
    right: 4px;
  }
}
.mega-wrapper .mega-constrain .mega-block .mega-toggle .line {
  width: 50px;
  height: 2px;
  background: white;
  position: absolute;
  top: 24px;
  right: -6px;
}
@media handheld,only screen and (max-width: 560px) {
  .mega-wrapper .mega-constrain .mega-block .mega-toggle .line {
    width: 36px;
  }
}
.mega-wrapper .mega-constrain .mega-block .mega-toggle .line:nth-of-type(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mega-wrapper .mega-constrain .mega-block .mega-toggle .line:nth-of-type(2) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-by-side {
  display: inline-block;
  vertical-align: top;
}
.filters {
  display: inline-block;
  width: auto;
  margin: 14px 0 0 -2px;
  min-height: 145px;
}
@media handheld,only screen and (max-width: 768px) {
  .filters {
    min-height: 0px;
  }
}
.filters h1,
.filters h2,
.filters h3,
.filters h4,
.filters h5,
.filters h6 {
  margin: 2px 0 0 0;
  display: block;
  width: auto;
  cursor: pointer;
  line-height: 27px;
  font-size: 22px;
}
.filters h1 a,
.filters h2 a,
.filters h3 a,
.filters h4 a,
.filters h5 a,
.filters h6 a {
  color: black;
  border: 1px solid transparent;
  padding: 2px 4px 0px 3px;
  border-radius: 2px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.filters h1 a.current,
.filters h1 a:hover,
.filters h2 a.current,
.filters h2 a:hover,
.filters h3 a.current,
.filters h3 a:hover,
.filters h4 a.current,
.filters h4 a:hover,
.filters h5 a.current,
.filters h5 a:hover,
.filters h6 a.current,
.filters h6 a:hover {
  border-color: #5f6062;
  text-decoration: none;
}
.filters:hover h1 a.current,
.filters:hover h2 a.current,
.filters:hover h3 a.current,
.filters:hover h4 a.current,
.filters:hover h5 a.current,
.filters:hover h6 a.current {
  border-color: transparent;
}
.filters:hover h1 a:hover,
.filters:hover h2 a:hover,
.filters:hover h3 a:hover,
.filters:hover h4 a:hover,
.filters:hover h5 a:hover,
.filters:hover h6 a:hover {
  border-color: #5f6062;
}
.advanced-search-wrapper {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
}
@media screen and (max-width: 1250px) {
  .advanced-search-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .advanced-search-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.advanced-search-wrapper .search-results {
  margin-bottom: 60px;
}
.advanced-search-wrapper .search-results .search-result h2 {
  margin: 1em 0 0.2em 0;
}
.content-wrapper {
  background: white;
  position: relative;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: black;
  border-radius: 0px;
  padding: 60px 0;
}
@media screen and (max-width: 1250px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    padding: 40px 12px;
  }
}
.content-wrapper .content-constrain .content-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .content-block,
.content-wrapper .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell,
.content-wrapper .content-constrain .content-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell.content-cell,
.content-wrapper .content-constrain .content-block .panel-cell.content-cell,
.content-wrapper .content-constrain .panel-block .content-cell.content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell.content-cell,
.content-wrapper .panel-constrain .content-block .content-cell.content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell.content-cell,
.content-wrapper .panel-constrain .panel-block .content-cell.content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell.content-cell {
  margin-bottom: 60px;
}
.content-wrapper .content-constrain .content-block .content-cell .sidebar-wrap ul.sidebar,
.content-wrapper .content-constrain .content-block .panel-cell .sidebar-wrap ul.sidebar,
.content-wrapper .content-constrain .panel-block .content-cell .sidebar-wrap ul.sidebar,
.content-wrapper .content-constrain .panel-block .panel-cell .sidebar-wrap ul.sidebar,
.content-wrapper .panel-constrain .content-block .content-cell .sidebar-wrap ul.sidebar,
.content-wrapper .panel-constrain .content-block .panel-cell .sidebar-wrap ul.sidebar,
.content-wrapper .panel-constrain .panel-block .content-cell .sidebar-wrap ul.sidebar,
.content-wrapper .panel-constrain .panel-block .panel-cell .sidebar-wrap ul.sidebar {
  width: 31.53% !important;
}
.content-wrapper .content-constrain .content-block .content-cell ul.sidebar,
.content-wrapper .content-constrain .content-block .panel-cell ul.sidebar,
.content-wrapper .content-constrain .panel-block .content-cell ul.sidebar,
.content-wrapper .content-constrain .panel-block .panel-cell ul.sidebar,
.content-wrapper .panel-constrain .content-block .content-cell ul.sidebar,
.content-wrapper .panel-constrain .content-block .panel-cell ul.sidebar,
.content-wrapper .panel-constrain .panel-block .content-cell ul.sidebar,
.content-wrapper .panel-constrain .panel-block .panel-cell ul.sidebar {
  float: right;
  margin: 15px 0 0 30px;
  width: 31.53%;
}
.content-wrapper .content-constrain .content-block .content-cell ul.sidebar li,
.content-wrapper .content-constrain .content-block .panel-cell ul.sidebar li,
.content-wrapper .content-constrain .panel-block .content-cell ul.sidebar li,
.content-wrapper .content-constrain .panel-block .panel-cell ul.sidebar li,
.content-wrapper .panel-constrain .content-block .content-cell ul.sidebar li,
.content-wrapper .panel-constrain .content-block .panel-cell ul.sidebar li,
.content-wrapper .panel-constrain .panel-block .content-cell ul.sidebar li,
.content-wrapper .panel-constrain .panel-block .panel-cell ul.sidebar li {
  display: block;
}
.content-wrapper .content-constrain .content-block .content-cell ul.sidebar li a,
.content-wrapper .content-constrain .content-block .panel-cell ul.sidebar li a,
.content-wrapper .content-constrain .panel-block .content-cell ul.sidebar li a,
.content-wrapper .content-constrain .panel-block .panel-cell ul.sidebar li a,
.content-wrapper .panel-constrain .content-block .content-cell ul.sidebar li a,
.content-wrapper .panel-constrain .content-block .panel-cell ul.sidebar li a,
.content-wrapper .panel-constrain .panel-block .content-cell ul.sidebar li a,
.content-wrapper .panel-constrain .panel-block .panel-cell ul.sidebar li a {
  display: block;
  background-color: #d3d5d6;
  border-radius: 4px;
  padding: 4px 5px 3px 6px;
  color: black;
  font-size: 16px;
  font-weight: 300;
}
.content-wrapper .content-constrain .content-block .content-cell ul.sidebar li a:hover,
.content-wrapper .content-constrain .content-block .panel-cell ul.sidebar li a:hover,
.content-wrapper .content-constrain .panel-block .content-cell ul.sidebar li a:hover,
.content-wrapper .content-constrain .panel-block .panel-cell ul.sidebar li a:hover,
.content-wrapper .panel-constrain .content-block .content-cell ul.sidebar li a:hover,
.content-wrapper .panel-constrain .content-block .panel-cell ul.sidebar li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell ul.sidebar li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell ul.sidebar li a:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell ul.sidebar,
  .content-wrapper .content-constrain .content-block .panel-cell ul.sidebar,
  .content-wrapper .content-constrain .panel-block .content-cell ul.sidebar,
  .content-wrapper .content-constrain .panel-block .panel-cell ul.sidebar,
  .content-wrapper .panel-constrain .content-block .content-cell ul.sidebar,
  .content-wrapper .panel-constrain .content-block .panel-cell ul.sidebar,
  .content-wrapper .panel-constrain .panel-block .content-cell ul.sidebar,
  .content-wrapper .panel-constrain .panel-block .panel-cell ul.sidebar {
    display: none;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav,
.content-wrapper .content-constrain .content-block .panel-cell .subnav,
.content-wrapper .content-constrain .panel-block .content-cell .subnav,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav,
.content-wrapper .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  color: white;
  background-color: black;
  font-size: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 0.5em 0.5em;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a .button-arrow {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  background-color: white;
  border-color: black;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.disabled,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.disabled,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.disabled,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.disabled,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.disabled,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.disabled,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.disabled,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.disabled {
  background-color: grey;
  cursor: initial;
  pointer-events: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: black;
}
@media handheld,only screen and (max-width: 560px) {
  .footer-wrapper {
    border-top: 0px;
  }
}
.footer-wrapper .footer-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: white;
  padding: 60px 0;
}
@media screen and (max-width: 1250px) {
  .footer-wrapper .footer-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .footer-wrapper .footer-constrain {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 25px;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  padding: 10px;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    padding: 0px;
  }
}
.footer-wrapper .footer-constrain .footer-block h5 {
  font-size: 28px;
}
.footer-wrapper .footer-constrain .footer-block a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell {
  /* IE7 */
  /* IE7 */
  display: inline-block;
  *display: inline;
  /* IE7 */
  /* IE7 */
  /* IE7 */
  /* IE7 */
  *zoom: 1;
  /* IE7 */
  /* IE7 */
  font-size: 16px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 98%;
  text-align: left;
  padding-top: 60px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell p {
  display: inline;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell br {
  display: none;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell h1,
.footer-wrapper .footer-constrain .footer-block .footer-cell h2,
.footer-wrapper .footer-constrain .footer-block .footer-cell h3,
.footer-wrapper .footer-constrain .footer-block .footer-cell h4,
.footer-wrapper .footer-constrain .footer-block .footer-cell h5,
.footer-wrapper .footer-constrain .footer-block .footer-cell h6 {
  color: white;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell table tr td,
.footer-wrapper .footer-constrain .footer-block .footer-cell table tr th {
  color: white;
}
.footer-wrapper .footer-constrain .footer-block .hours-cell table tr td {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .hours-cell table {
    margin: 8px auto 10px auto;
    border-top: 1px solid #d3d5d6;
    border-bottom: 1px solid #d3d5d6;
    margin: 0 auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell table {
    margin: 0 auto;
  }
}
.footer-wrapper .footer-constrain .footer-block .contact-cell table tr td {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .contact-cell table tr td {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-block .contact-cell table tr:nth-of-type(2) td {
  padding-left: 2px;
}
.nav-mega {
  margin-left: 2%;
}
.nav-mega ul {
  width: 100%;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
  column-count: 4;
}
@media handheld,only screen and (max-width: 767px) {
  .nav-mega ul {
    column-count: 2;
    display: block;
    height: auto;
  }
  .nav-mega ul li {
    margin-bottom: 0px;
  }
}
.nav-mega ul li {
  text-align: left;
  break-inside: avoid-column;
  display: block;
  color: white;
}
.nav-mega ul li.about-section {
  margin-bottom: 2em;
}
.nav-mega ul li.about-section li {
  margin-bottom: 0.25em;
}
.nav-mega ul li.current > a {
  text-decoration: none;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.nav-mega ul li a {
  background: none;
  text-decoration: none;
  display: block;
  color: white;
  padding: 0.75em 1.2em 0.2em 0;
  text-transform: capitalize;
  pointer-events: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 16px;
}
.nav-mega ul li a:hover {
  text-decoration: none !important;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.nav-mega ul li a.shop {
  pointer-events: auto;
}
.nav-mega ul li a.shop:hover {
  text-decoration: underline !important;
}
.nav-mega ul li.social-cell a {
  pointer-events: auto;
}
.nav-mega ul li ul {
  display: block;
  height: auto;
  visibility: visible;
  width: auto;
  position: relative;
  background: none;
  text-align: left;
  box-shadow: none;
  left: 0px;
  column-count: 1;
}
.nav-mega ul li ul li {
  display: block;
}
.nav-mega ul li ul li a {
  font-family: "Helvetica Neue LT W05 55 Roman";
  color: white;
  background: none;
  font-weight: normal;
  padding: 0px;
  font-size: 18px;
  pointer-events: auto;
}
.nav-mega ul li ul li a:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.logo-text {
  color: white;
  font-size: 30px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W05 65 Medium";
  display: block;
  width: 0;
  overflow: visible;
  z-index: 201;
  position: relative;
  text-decoration: none;
}
.logo-text svg {
  height: 25px;
}
@media handheld,only screen and (max-width: 767px) {
  .logo-text svg {
    height: 16px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .logo-text {
    font-size: 16px;
    line-height: 16px;
    padding-left: 4px;
    width: unset;
  }
}
.logo-text:hover {
  text-decoration: none;
}
.social-cell .facebook,
.social-cell .instagram,
.social-cell .twitter,
.social-cell .youtube {
  padding: 0px;
  font-size: 1.6em;
  display: inline-block;
  margin: 0.75em 0.8em 0 0;
  font-family: "Font Awesome 5 Brands";
  color: white;
}
@media handheld,only screen and (max-width: 768px) {
  .social-cell .facebook,
  .social-cell .instagram,
  .social-cell .twitter,
  .social-cell .youtube {
    font-size: 1.5em;
    margin: 1em 0.5em 0 0;
  }
}
.social-cell .facebook.facebook::before,
.social-cell .instagram.facebook::before,
.social-cell .twitter.facebook::before,
.social-cell .youtube.facebook::before {
  content: "\f39e";
}
.social-cell .facebook.instagram::before,
.social-cell .instagram.instagram::before,
.social-cell .twitter.instagram::before,
.social-cell .youtube.instagram::before {
  content: "\f16d";
}
.social-cell .facebook.twitter::before,
.social-cell .instagram.twitter::before,
.social-cell .twitter.twitter::before,
.social-cell .youtube.twitter::before {
  content: "\f099";
}
.social-cell .facebook.youtube::before,
.social-cell .instagram.youtube::before,
.social-cell .twitter.youtube::before,
.social-cell .youtube.youtube::before {
  content: "\f167";
}
.page-banner {
  background-color: white !important;
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  padding: 0 0;
}
@media screen and (max-width: 1250px) {
  .page-banner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .page-banner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .page-banner {
    padding: 40px 12px;
  }
}
