/* ## Baseline Normalize - test the pipeline
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body {margin: 0;}

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

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

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

[hidden], template {display: none;}

a {background: 0 0;}
a:active, a:hover {outline: 0;}

abbr[title] {border-bottom: 1px dotted;}

b, strong, .strong {font-weight: 700;}
mark {background: #ff0; color: #333;}
small {font-size: 80%;}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}

img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; }

button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0; }
button {overflow: visible; }
button, select {text-transform: none; }
button, html input[type=button], input[type=reset], input[type=submit] {-webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] {cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0; }

input {line-height: normal; }
input[type=checkbox], input[type=radio] {box-sizing: border-box; padding: 0; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {height: auto; }
input[type=search] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {-webkit-appearance: none; }
fieldset {border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; }
legend {border: 0; padding: 0; }
textarea {overflow: auto; }
optgroup {font-weight: 700; }
table {border-collapse: collapse; border-spacing: 0; }
td, th {padding: 0; }
h1 {font-size: 2em; margin: 0.67em 0; }
dfn, em, .em {font-style: italic; }

p {-webkit-hyphens: none; -epub-hyphens: none; -moz-hyphens: none; hyphens: none; }
pre {margin: 0; white-space: pre-wrap; }
code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em; }

q {quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before, q:after {content: ''; content: none; }

dl, menu, ol, ul {margin: 1em 0; }
dd {margin: 0; }
menu {padding: 0 0 0 40px; }
ol, ul {padding: 0; list-style-type: none; }
nav ul, nav ol {list-style: none; list-style-image: none; }

figure {margin: 0; }
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend {border: 0; /* 1 */ padding: 0; /* 2 */ }

button, input, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }
button, input {line-height: normal; }
button, select {text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
button[disabled], html input[disabled] {cursor: default; }
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0; }
textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

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

* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.image-replacement, .ir {text-indent: 100%; white-space: nowrap; overflow: hidden; }

a {background: transparent; }
a:focus {outline: thin dotted; }
a:active, a:hover {outline: 0; }

.clearfix, .cf {zoom: 1; }
.clearfix:before, .clearfix:after, .cf:before, .cf:after {content: ""; display: table; }
.clearfix:after, .cf:after {clear: both; }


/******************************************************************

 Typography Styles

******************************************************************/

@font-face {
  font-family: 'Asheville art museum';
  src: url("lib/fonts/Asheville-Art-Museum.eot") format("embedded-opentype"), url("lib/fonts/Asheville-Art-Museum.woff") format("woff"), url("lib/fonts/Asheville-Art-Museum.ttf") format("truetype"), url("lib/fonts/Asheville-Art-Museum.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

/* Extend */
.blockletters {
  text-transform: uppercase;
  font-family: sans-serif;
  letter-spacing: .05em;
}

/******************************************************************

 WordPress Styles

******************************************************************/
/* # Base Styles
/*------------------------------------------------------- */
/* ## WordPress */
img {
  max-width: 100%;
  height: auto;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  display: block;
  margin: 0 auto 20px;
}

.alignright {
  display: block;
  margin: 0 auto 20px;
}

a.alignleft,
a.alignnone,
a.alignright {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/****************** Site Specific Styles ******************/
/* # Media Queries
/*------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  /******************** Template Styles *********************/
  .alignleft, img.alignleft {
    display: inline-block;
    float: left;
    margin: 0 24px 24px 0;
  }

  .alignright, img.alignright {
    margin: 0 0 24px 24px;
    display: inline-block;
    float: right;
  }

  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

}
/* end of media query */

/******************************************************************
> Imported Default Webflow Stylesheet

Place stuff from components.css WF file here IF needed

******************************************************************/
/*@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {

  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
} */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.single .content-sidebar-wrap {
	margin-bottom: 50px;
}

/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

.callout-heading {
  font-size:  38px;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  clear: both;
}

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 5px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error,
.w-file-upload-success {
  display: flex;
}

.w-file-upload-state--hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 8px 40px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjQ0NDIiBkPSJNMTUgMzBhMTUgMTUgMCAxIDEgMC0zMCAxNSAxNSAwIDAgMSAwIDMwem0wLTNhMTIgMTIgMCAxIDAgMC0yNCAxMiAxMiAwIDAgMCAwIDI0eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0wIDE1QTE1IDE1IDAgMCAxIDE1IDB2M0ExMiAxMiAwIDAgMCAzIDE1SDB6Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE1IDE1IiB0bz0iMzYwIDE1IDE1IiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=");
  background-position: 12px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: 20px;
  height: 20px;
  display: flex;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding-top: 12px;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px 8px 40px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTUuOTIgNS4wMmE0LjUgNC41IDAgMCAxIC4wOCA4Ljk1VjE0SDRhNCA0IDAgMSAxIDAtOCA2IDYgMCAwIDEgMTEuOTItLjk4ek0xMSA5aDNsLTQtNS00IDVoM3YyaDJWOXoiLz48L3N2Zz4=");
  background-position: 12px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.w-file-upload-label-error {
  border: 1px solid #ea384c;
}

.w-icon-file-upload {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.w-icon-file-upload-svg {
  width: 100%;
  height: 100%;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

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

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

/*.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
} */

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

/******************************************************************

> Imported Webflow Stylesheet

******************************************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 20px;
  font-family: museo-slab, sans-serif;
}

/*
* > Baseline Styles
*/
dd, dt, abbr[title] {
  border-bottom: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.spacer {
  clear: both;
  height: 20px;
}

.clear {
  clear: both;
}

/*
* > Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: museo-sans, sans-serif;
  color: #747474;
  line-height: 130%;
  font-weight: bold;
}

h1,
.entry-header .entry-title {
  font-family: museo-sans, sans-serif;
  color: #f5ac1c;
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
}

.archive-title,
.page .entry-header {
  display: block;
  max-width: 1200px;
  text-align: center;
  margin: 0px auto 10px;
}

h2 {
  font-size: 38px;
  font-weight: 300;
}

.section-headings {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 120%;
  text-align: center;
}

h3 {
  font-size: 30px;
}

h4,
h2.h4,
h3.h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #d89300;
}

h2.h4,
h3.h4 {
  font-weight:  bold;
}

h5 {
  font-family: museo-slab, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 300;
}

h6 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p,
.paragraph-text {
  margin-bottom: 20px;
  font-family: museo-slab, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 150%;
  hyphens: none;
}

.paragraph-text {
  margin-bottom: 10px;
}

.reversed-light-gray,
.paragraph-text-reversed-light-gray p {
  color: #d8d8d8;
}

.aam.single-tribe_events .single-event-title,
.single-post .entry-header .entry-title {
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  color: #747474;
  line-height: 1.3;
}

.event-details .entry-meta {
  margin-bottom: 10px;
}

._2nd-level-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 28px;
  line-height: 100%;
  font-weight: 300;
}

._2nd-level-h3,
.program-intro .archive-title,
.lead-text p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: museo-slab, sans-serif;
  color: #747474;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}

.lead-text p {
  line-height: 170%;
}

.program-intro .archive-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}

.section-titles {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  font-family: museo-sans, sans-serif;
  /* color: #747474; altered for accessibility */
  color:  #646464;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-titles.heading-exhibitions {
  margin-right: 20px;
  margin-left: 20px;
}

.section-titles.section-titles-reversed {
  border-bottom-color: #747474;
  color: #b9b9b9;
}

.text-block-5 {
  font-family: 'Asheville art museum', sans-serif;
  color: rgba(255, 255, 255, 0.41);
  font-size: 36px;
  line-height: 100%;
}

.heading-7 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

.footer h4.heading-7 {
  color: #b9b9b9;
}

.dropdown-list-visit .visit-dropdown-hours {
  color:  #717171;
}

.dropdown-list-visit .heading-7,
.dropdown-list-visit .visit-dropdown-hours-icon {
  color:  #5e5e5e;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: museo-sans, sans-serif;
  color: #d8d8d8;
  font-size: 20px;
  line-height: 100%;
}

.style-label {
  padding-top: 40px;
  font-weight: bold;
}

/* Links */
.text-link-block .text-link {
  display: inline-block;
  margin-right: 5px;
  font-family: museo-sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #d8930c;
  text-decoration: none;
}

.text-link-block:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.text-link-block:active {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.text-link-block.text-link-block-reversed {
  color: #fff;
}

.text-link-block.text-link-block-reversed.text-link-block-right-justified {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-link-block.text-link-block-gray {
  color: #747474;
}

.text-link-arrow {
  display: inline-block;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 14px;
}

a {
  color: #444;
  font-weight: 700;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  /* changed for accessibility color: #b9b9b9; */
  color: #f5f5f5;
}

.link:hover {
  color: #f5ac1c;
}

.link:active {
  color: #d8930c;
}

/*
* > Images
*/
/*
* > Misc
*/
/*
* > Site Header *
*/
.main-animated-logo-link {
  position: relative;
  width: 200px;
  height: 55px;
}

.museum {
  position: absolute;
  left: 65px;
  top: 29px;
  height: 23px;
  margin-right: 10px;
}

.asheville {
  position: absolute;
  left: 17px;
  height: 23px;
  margin-right: 10px;
}

.artgold {
  position: absolute;
  top: 29px;
  height: 23px;
  margin-right: 10px;
}

/*
* > Navigation
*/
.navbar {
  position: relative;
  z-index: 1000;
  height: auto;
  padding: 50px 70px 25px;
  background-color: #fff;
}

.secondary-nav-block {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-nav-links {
  padding: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-sans, sans-serif;
  /*color: #afafaf;*/
  color:  #747474;
  font-size: 11px;
  line-height: 100%;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-nav-links:hover {
  color: #000;
}

.secondary-nav-links:active {
  color: #747474;
}

.hours {
  display: inline-block;
  text-decoration: none;
}

.main-nav-drop-down-headings {
  display: block;
  margin-top: 40px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  font-family: museo-sans, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav-sublinks {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: museo-slab, sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
}

.main-nav-sublinks:hover {
  background-color: #d8d8d8;
}

.main-nav-sublinks:active {
  background-color: #bebdbd;
}

.search-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-field {
  margin-bottom: 0px;
  font-family: museo-slab, sans-serif;
  font-size: 16px;
}

.search-button {
  width: 100%;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8 transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Asheville art museum', sans-serif;
  color: #747474;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-button:hover {
  border-color: #f5ac1c;
  color: #d8930c;
}

.search-button:active {
  background-color: #f5ac1c;
  color: #fff;
}

.main-nav-link-arrows {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 12px;
}

.nav-div {
  position: relative;
  top: 10px;
  display: inline-block;
  height: auto;
  float: right;
}

.flyout-search-column-1 {
  width: 80%;
}

.flyout-search-column-2 {
  width: 20%;
}

.main-nav-links-explore {
  margin-right: 20px;
  padding: 0px;
  border: 1px solid transparent;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  text-decoration: none;
}

.main-nav-links-visit {
  margin-right: 20px;
  padding: 0px;
  border: 1px solid transparent;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  /* changed for accessibility color: #747474; */
  color:  #5f5f5f;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-toggle-visit {
  padding: 10px;
  color: #747474;
}

.main-nav-links-support {
  margin-right: 20px;
  padding: 0px;
  border: 1px solid transparent;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-toggle-support {
  padding: 10px;
  color: #747474;
}

.dropdown-toggle-explore {
  padding: 10px;
  color: #747474;
}

.main-nav-link-arrow-explore {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 12px;
}

.w-dropdown-toggle {
  transition: all transform 0.75s ease-in-out;
}

.w-dropdown-toggle:hover,
.w-dropdown-toggle.w--open {
  background: #f5ac1c;
  color: #fff;
  transition: all transform 0.75s ease-in-out;
}

.w-dropdown-toggle .main-nav-arrow {
  transform: rotate(0);
  transition: transform 0.75s ease;
  /*transition: rotate ease-in-out .75s;*/
}

.w-dropdown-toggle.w--open .main-nav-arrow {
  transform: rotate(180deg);
}

.secondary-nav-link-search {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Asheville art museum', sans-serif;
  /* changed for accessibility color: #afafaf; */
  color: #747474;
  font-size: 11px;
  line-height: 100%;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-nav-link-search:hover {
  color: #000;
}

.secondary-nav-link-search:active {
  color: #747474;
}

.flyout-search-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #f6f6f6;
  box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.37);
  -webkit-transform: translate(350px, 0px);
  -ms-transform: translate(350px, 0px);
  transform: translate(350px, 0px);
}

.search-close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #747474;
  border-radius: 100%;
  background-color: #f6f6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #747474;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.search-close-button:hover {
  border-color: #f5ac1c;
  color: #f5ac1c;
}

.search-close-button:active {
  background-color: #f5ac1c;
  color: #fff;
}

.dropdown-list-explore {
  width: 900px;
}

.dropdown-list-explore.w--open {
  left: -394px;
  top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f5ac1c;
  background-color: #f6f6f6;
  box-shadow: 0 10px 26px -3px rgba(0, 0, 0, 0.65);
}

.main-nav-drop-down-text {
  display: inline-block;
  margin-right: 10px;
}

.main-nave-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav-drop-down-heading-links {
  position: relative;
  left: -5px;
  display: block;
  margin-top: 20px;
  padding: 5px 0px 5px 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.main-nav-drop-down-heading-links:hover {
  background-color: #d8d8d8;
}

.main-nav-drop-down-heading-links:active {
  background-color: #bebdbd;
}

.main-nav-drop-down-headings-link-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d8d8d8;
  font-family: museo-sans, sans-serif;
  /* color: #777; changed for accessibility */
  color:  #747474;
  font-size: 14px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

._33-col._33-col-explore-right img {
  margin-bottom: 10px;
}

.explore-menu-feature-title {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
}

.dropdown-list-visit {
  width: 900px;
}

.dropdown-list-visit.w--open {
  left: -315px;
  top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f5ac1c;
  background-color: #fff;
  box-shadow: 0 10px 26px -3px rgba(0, 0, 0, 0.65);
}

.hours-link-block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d8930c;
  text-decoration: none;
}

.hours-link-block-flex:hover {
  color: #000;
}

.hours-link-block-flex:active {
  color: #747474;
}

.hours-icon {
  margin-right: 5px;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 11px;
  line-height: 100%;
}

.hours-text {
  font-family: museo-sans, sans-serif;
  font-size: 11px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.visit-dropdown-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-dropdown-hours-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 14px;
}

.visit-dropdown-hours {
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: museo-slab, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.visit-dropdown-hours .link {
  color: #717171;
}

.visit-dropdown-sections {
  margin-bottom: 30px;
}

.visit-dropdown-sections.visit-dropdown-sections-bottom {
  margin-bottom: 0px;
}

.dropdown-list-support {
  width: 900px;
}

.dropdown-list-support.w--open {
  left: -378px;
  top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f5ac1c;
  background-color: #fff;
  box-shadow: 0 10px 26px -3px rgba(0, 0, 0, 0.65);
}

.text-block-8 {
  margin-bottom: 9px;
}

/*
* > Objects
*/
.button {
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid #f5ac1c;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 13px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #f5ac1c;
  background-color: #f5ac1c;
  color: #fff;
}

.button:active {
  background-color: #d8930c;
  color: #fff;
}

.button.become-member-button {
  position: relative;
  bottom: -7px;
}

.button.enews-button {
  margin-left: 10px;
}

.button.button-with-margins {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.button-centering {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

/*
* > Layout
*/
._33-col,
.artwork-grid-item,
.post-type-archive-art .content .entry {
  width: 33.333%;
}

._33-col._33-col-explore-left {
  padding: 10px 30px 30px;
  background-color: #fff;
}

._33-col._33-col-explore-left._33-col-main-nav-dropdown-list-right {
  padding: 25px;
  background-color: #f6f6f6;
}

._33-col._33-col-exhibits,
._33-col.post-event {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%;
}

._33-col.post-event a .paragraph-text {
	font-weight: 300;
}

._33-col._33-col-footer-links {
  text-align: right;
}

._33-col._33-col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._33-col._33-col-padding-left {
  padding-left: 30px;
}

._33-col._33-col-left {
  padding-right: 20px;
}

._33-col._33-col-center {
  padding-right: 10px;
  padding-left: 10px;
}

._33-col._33-col-right {
  padding-left: 20px;
}

._33-col._33-col-explore-center {
  padding: 10px 30px 30px;
  background-color: #fff;
}

._33-col._33-col-explore-center._33-col-main-nav-dropdown-list-right {
  padding: 25px;
  background-color: #f6f6f6;
}

._33-col._33-col-explore-right {
  padding: 25px;
}

._70-col {
  width: 70%;
}

._70-col._70-col-padding-right {
  padding-right: 10px;
}

._30-col {
  width: 30%;
}

.generic-flex-box,
.artwork-grid,
.post-type-archive-art .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.generic-flex-box.article-flexbox {
  margin-bottom: 50px;
}

.generic-flex-box.flexbox-anchor-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-col, .one-half {
  width: 50%;
}

._50-col._50-col-latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  background-color: #000;
}

._50-col._50-col-upcoming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  background-image: -webkit-linear-gradient(270deg, #fff 58%, rgba(255, 255, 255, 0.68) 86%, rgba(232, 232, 232, 0.35)), url("../images/Perf-art-grey.jpg");
  background-image: linear-gradient(180deg, #fff 58%, rgba(255, 255, 255, 0.68) 86%, rgba(232, 232, 232, 0.35)), url("../images/Perf-art-grey.jpg");
  background-position: 0px 0px, 0px 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._50-col._50-col-dropdown {
  padding: 0px 20px 20px;
}

._50-col._50-col-dropdown._50-col-visit-dropdown-left {
  padding-top: 0px;
  color: #fff;
}

._50-col._50-col-dropdown._50-col-visit-dropdown-right {
  padding: 30px;
  background-color: #f6f6f6;
}

._50-col._50-col-padding-right {
  padding-right: 10px;
}

._50-col._50-col-left {
  padding-right: 20px;
}

._50-col._50-col-right {
  padding-left: 20px;
}

.events-single .breadcrumb-section {
  display: none !important;
}

.page .entry {
  position: relative;
}

.paragraph-text.paragraph-3-column,
.paragraph-3-column,
.textwrap3 {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30pt;
  column-gap: 30pt;
  -webkit-column-rule: 1px solid #d8d8d8;
  column-rule: 1px solid #d8d8d8;
}

.paragraph-text.paragraph-2-column,
.textwrap2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: 1px solid #d8d8d8;
  column-rule: 1px solid #d8d8d8;
}

._25-col {
  width: 25%;
}

._25-col._25-col-right-margin {
  padding-right: 30px;
}

._25-col._25-col-center-padding {
  padding: 2px;
}

._65-col {
  width: 65%;
}

._65-col._65-col-right {
  padding-left: 20px;
}

._35-col {
  width: 35%;
}

._35-col._35-column-left {
  padding-right: 20px;
}
h4.event-sponsors {
      padding-top: 25px;
}
.events-single .logo-container, .single-exhibitions .logo-container {
      flex-wrap: wrap;
}
.events-single .tribe_events.entry .logo-container .logo-image img {
      width: 100%;
}
.events-single .tribe_events.entry .logo-container .logo-image {
      padding: 10px 25px;
}
.post-type-archive-tribe_events.events-list .logo-container {
      display: flex;
      justify-content: space-evenly;
      padding-bottom: 30px;
      flex-wrap: wrap;
}
.post-type-archive-tribe_events.events-list .logo-container img {
    padding: 5px 10px;
}
.page-template-page_child_program .logo-container {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.page-template-page_child_program .logo-container .logo-image {
    padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
      .events-single .tribe_events.entry .logo-container .logo-image {
            width: 50% !important;
      }
}
@media only screen and (max-width: 659px) {
      .events-single .tribe_events.entry .logo-container .logo-image {
            width: 100% !important;
            padding: 10px 100px;
      }
}
/*
* > Tables
*/

/*TinyMCE*/
.entry-content table {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #fff;
}
.entry-content td, .entry-content th {
    padding: 20px;
    text-align: center;
    border: 2px solid #fff;
}
.entry-content td:first-child {
    font-weight: bold;
}
.entry-content th, .entry-content td:first-child {
    background-color: rgb(243, 199, 122);
}
.entry-content th:first-child {
    background-color: transparent;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
}
.entry-content tr:nth-child(even) {
    background-color: rgb(221, 221, 221);
}
/*Responsive TinyMCE Table*/
.entry-content .ml-responsive-table {
    border: 2px solid #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content dl.ml-grid {
    margin: 0 !important;
}
.entry-content dd.ml-value.ml-table:first-of-type {
    font-weight: bold;
    padding-top: 10px;
    background-color: rgb(243, 199, 122);
}
.entry-content .ml-responsive-table dt:first-child {
    padding-top: 0px;
    padding: 0;
    display: none;
}
.entry-content dd.ml-value.ml-table:last-child {
    margin-bottom: 0;
}


/*
* > Home
*/
.homepage-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  z-index: 100;
  margin-top: -12px;
}

.home .news-post img {
  width: 100%;
  margin-bottom: 10px;
}

.slide-2-text-flex-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-2-text-area {
  width: 50%;
  padding: 30px 29px;
  background-color: rgba(245, 172, 28, 0.78);
  background-image: -webkit-linear-gradient(270deg, rgba(216, 147, 12, 0), #f5ac1c), url("../images/Perf-art.png");
  background-image: linear-gradient(180deg, rgba(216, 147, 12, 0), #f5ac1c), url("../images/Perf-art.png");
  background-position: 0px 0px, 50% 50%;
  text-align: right;
}

.schwarzkopf-image {
  position: relative;
  top: -90px;
  width: 100%;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  color: #747474;
  font-size: 13px;
}

.upcoming-event {
  display: block;
  margin-bottom: 30px;
  height: 100%;
  max-width: 100%;
}

.homepage-section-2 .upcoming-event {
  height: auto;
}

.call-to-action-div {
  padding: 100px 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(245, 172, 28, 0.61), rgba(245, 172, 28, 0.61)), url("../images/Perf-art.png"), -webkit-linear-gradient(270deg, #d8930c, #d8930c);
  background-image: linear-gradient(180deg, rgba(245, 172, 28, 0.61), rgba(245, 172, 28, 0.61)), url("../images/Perf-art.png"), linear-gradient(180deg, #d8930c, #d8930c);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.call-to-action-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  line-height: 140%;
  font-size: 32px;
  font-weight: bold;
}

.call-to-action-subheading {
  margin-top: 0px;
  font-family: museo-slab, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}

.homepage-exhibitions-section {
  position: relative;
  z-index: 2;
  padding: 100px 70px;
}

.cta-text-reversed p {
  margin-bottom: 40px;
  font-family: museo-slab, sans-serif;
  color: #fff;
}

.slider-arrow-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow {
  width: 30px;
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-arrow:hover {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.slider-arrow:active {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.slider-arrow.slider-arrow-left {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-arrow.slider-arrow-left:hover {
  opacity: 1;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.slider-arrow.slider-arrow-left:active {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

/* Single Posts */
.single-art .entry .image-wrapper,
.single-post .entry .image-wrapper,
.events-single .image-wrapper {
  width: 50% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
}

.single-art .entry .entry-wrapper,
.single-post .entry .entry-wrapper,
.events-single .event-details {
  width: 50% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f0f0f0;
}
/*.single-post .entry .entry-wrapper {
      padding-top: 20px;
}*/
.single-blog-cat a {
    padding-left: 0;
    margin-right: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: museo-sans, sans-serif;
    color: #747474;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}
span.single-blog-cat {
    margin-bottom: 10px;
    line-height: 22.5px;
}

.single-art .entry .image-wrapper .post-gallery,
.single-post .entry .image-wrapper .post-gallery,
.events-single .image-wrapper .post-gallery {
	margin: 0 auto;
	/*max-width: 810px;*/
}

.single-art .entry .image-wrapper img,
.single-post .entry .image-wrapper img,
.events-single .image-wrapper img {
  width: 100% !important;
}

/*.aam.events-single #tribe-events-content .event-details a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-slab, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  text-decoration: underline;
} */

.image-wrapper .caption {
  margin-top: 10px;
  font-family: museo-sans, sans-serif;
  color: #444;
  font-size: 13px;
  text-align: left;
}

.events-single .event-details {
  padding: 30px;
}

.aam.single-tribe_events .tribe-events-content,
.aam.single-tribe_events .related-events-module {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f0f0f0;
}

.aam.events-archive.events-gridview #tribe-events-content table .type-tribe_events,
.aam #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  /*background: #f5ac1c; */
  background: #fff;
}

.aam #tribe-events-content table.tribe-events-calendar .type-tribe_events .tribe-events-month-event-title a,
.aam #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
  color: #747474;
}

.aam #tribe-events .tribe-events-button,
.aam #tribe-events .tribe-events-button:hover,
.aam #tribe_events_filters_wrapper input[type=submit],
.aam .tribe-events-button, .tribe-events-button.tribe-active:hover,
.aam .tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.aam .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.aam .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #f5ac1c;
}

.aam .recurring-info-tooltip,
.aam .tribe-events-calendar .tribe-events-tooltip,
.aam .tribe-events-shortcode.view-week .tribe-events-tooltip,
.aam .tribe-events-week .tribe-events-tooltip {
  border: 1px solid #747474;
  background: #fff;
}

.event-venue-organizer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f0f0f0;
  padding: 20px 30px;
}

.event-venue-organizer .event-organizer-details {
  width: 25%;
}

.event-venue-organizer .event-venue-details {
  width: 30%;
}

.event-venue-organizer .tribe-events-meta-group-gmap {
  width: 45%;
}

.aam.events-list .tribe-events-loop,
.aam.single-tribe_organizer .tribe-events-loop,
.aam.single-tribe_venue .tribe-events-loop,
.aam.tribe-events-day .tribe-events-loop,
.aam .tribe-events-organizer .tribe-events-organizer-meta {
	max-width: 100%;
}

.aam.single-tribe_organizer .tribe-events-loop,
.aam.single-tribe_venue .tribe-events-loop {
	margin-left: -20px;
	margin-right: -20px;
}

.aam.single-tribe_events .related-events-module .related-events {
  border-top: 1px solid #909090;
  padding-top: 30px;
}

.single-event-nav,
.aam #tribe-events-footer .tribe-events-sub-nav,
.aam #tribe-events-header .tribe-events-sub-nav {
  padding: 30px 0;
}

#tribe-events-footer .tribe-events-sub-nav li.previous-event {
  float: left;
  margin-right: 5px;
  text-align: left;
}

#tribe-events-footer .tribe-events-sub-nav li.next-event {
  float: right;
  margin-left: 5px;
  text-align: right;
}

#tribe-events-footer .tribe-events-sub-nav li.previous-event a,
#tribe-events-footer .tribe-events-sub-nav li.next-event a {
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
}

.aam.events-single #tribe-events-content a:not(.button) {
	text-decoration: underline;
}

.aam.events-list .post-event a,
._33-col-exhibits a,
.related-events-div .post-event a,
.post-event a {
  font-weight: 300;
}

.aam .tribe-events-calendar .tribe-events-tooltip .tribe-event-categories {
  margin-left: -5px;
}

.aam #tribe-events-content .event-cats a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .5px;
  text-decoration: none;
}

#tribe-events-footer .tribe-events-sub-nav li.previous-event a:hover,
#tribe-events-footer .tribe-events-sub-nav li.next-event a:hover,
.aam #tribe-events-content a:not(.button):hover {
  color: #f5ac1c;
}

.aam .tribe-events-page-title {
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
  margin-top: 15px;
}

.aam .tribe-events-page-title span.sep {
  font-family: 'Asheville art museum', sans-serif;
  display: inline-block;
  position: relative;
  bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
}

.aam .recurring-info-tooltip,
.aam .tribe-events-calendar .tribe-events-right .tribe-events-tooltip,
.aam .tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,
.aam .tribe-events-week .tribe-events-right .tribe-events-tooltip {
  padding: 15px;
}

.aam #tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title a {
  font-size: 15px;
}

.tribe-events-tooltip h3 {
  font-size: 20px;
}

.venue-location .tribe-country-name {
  position: absolute;
  top: -10000px;
  visibility: hidden;
}

.venue-location .tribe-events-gmap {
  margin-left: 10px;
}

.evemts-list .post-event .entry-meta {
  margin-bottom: 5px;
}

/* Exhibitions */
.archive-description {
  position: relative;
  z-index: 4;
  padding: 50px 70px 0px;
}

.program-intro .archive-description {
  padding: 30px 0;
}

.single-tribe_events .event-type {
  padding: 20px 0;
}

.single-tribe_events .archive-description {
  padding: 0;
}

.single-tribe_events .archive-title {
  text-align: left;
  font-family: museo-sans, sans-serif;
  color: #717171;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.taxonomy-loop {
  padding: 70px 0;
}

.exhibit-div {
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(186, 186, 186, 0);
  background-color: #f6f6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.exhibit-div:hover {
  border-color: #b9b9b9;
  background-color: #fff;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.exhibit-div:active {
  background-color: #fff;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.exhibition-headings {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.exhibition-headings:hover {
  color: #f5ac1c;
}

.exhibition-headings:active {
  color: #d8930c;
}

.exhibition-header {
  position: relative;
  overflow: hidden;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.exhibitions-title-overlay {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: #f5ac1c;*/
  background: transparent;
}

.image-citation {
  display: block;
  padding: 8px 20px;
}

.image-citation .exhibition-citation-text {
  font-family: Arial,sans-serif;
  letter-spacing: 0.5px;
  color: #747474;
  font-size: 13px;
  font-size: 1.3rem;
}

.exhibition-details-blocks,
.details-blocks {
  margin-bottom: 20px;
}

.exhibition-detail-titles,
.detail-titles,
.event-label {
  font-family: museo-sans, sans-serif;
  /* color: #b9b9b9; - altered for accessibility */
  color:  #717171;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.exhibition-detail-text {
  font-family: museo-slab, sans-serif;
  color: #444;
}

.event-meta dl {
  margin: 0;
}

.the-event-details .details,
.event-organizer-details .details,
.event-venue-details .details {
  margin-bottom: 5px;
  font-family: museo-slab, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 130%;
}

.the-event-details .details a,
.event-organizer-details .details a,
.event-venue-details .details a {
  color: #444;
}

.related-events-div {
  margin-top: 50px;
}

.related-events-div.events-by-tag {
  background: #f0f0f0;
  margin-bottom: 80px;
}

.related-events-div.events-by-tag .section-title-wrap {
  padding: 30px 20px 0;
}

.related-events-div.events-by-tag .post-event {
  margin-bottom: 0;
}

.related-events-div .more-events {
  padding: 10px 0 30px;
  text-align: center;
}

.article-image {
  width: 100%;
  margin-bottom: 20px;
}

.sample-works-image {
  width: 100%;
  margin-bottom: 20px;
}

.artwork-details-div {
  width: 100%;
  /*min-height: 150px;*/
  margin-bottom: 30px;
  text-align: center;
}

.artwork-id-info {
  font-family: museo-sans, sans-serif;
  color: #444;
  font-size: 13px;
  text-align: left;
}

.artwork-id---artist-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d8930c;
  font-weight: 700;
  text-decoration: underline;
}

.artwork-id---artist-link:hover {
  color: #f5ac1c;
}

.artwork-id---artist-link:active {
  color: #d8930c;
}

.artwork-id---artwork-link {
  color: #444;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.artwork-id---artwork-link.w--current {
  color: #747474;
}

.artwork-id---artwork-link.w--current:hover {
  color: #444;
}

.artwork-id---artwork-link.w--current:active {
  color: #000;
}

/*Exhibition Sponsors*/
.sponsor-div.exhibition-page {
      margin-top: 50px;
      margin-bottom: 50px;
}
.sponsor-div.exhibition-page .section-title-wrap {
      padding: 30px 20px 0;
}
.logo-container {
      display: flex;
      justify-content: space-evenly;
      padding-bottom: 30px;
}
/*.single-exhibitions .logo-container {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
}*/
.single-exhibitions .logo-container img {
      width: 100%;
}
.single-exhibitions .logo-container .logo-image {
      width: 50%;
      padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
      .single-exhibitions .logo-container .logo-image {
            width: 100%;
            padding: 15px;
      }
}
@media only screen and (max-width: 767px) {
      .single-exhibitions .logo-container .logo-image {
            width: 50%;
            padding: 25px;
      }
}
@media only screen and (max-width: 468px) {
      .single-exhibitions .logo-container .logo-image {
            width: 50%;
            padding: 10px;
      }
      .logo-container {
            flex-direction: column;
            margin: 0 auto;
      }
      .logo-container img {
            margin: 0 auto;
            padding: 15px 0;
            max-width: 100%;
      }
}
/* Entry Meta */
.event-time-date,
.entry-meta .entry-time,
.aam #tribe-events-content .event-tags {
  margin-bottom: 10px;
  font-family: museo-slab, sans-serif;
  color: #646464;
  /* altered from #747474 for accessibility */
  font-size: 16px;
  font-weight: 300;
}

.aam #tribe-events-content .event-tags {
  padding-bottom: 15px;
}

.homepage-section-2 .upcoming-event .event-cats {
  margin-left: -5px;
}

.entry-tags a,
.aam .event-cats a,
.aam #tribe-events-content .event-tags a,
.aam.events-single #tribe-events-content .event-cats a {
  position: relative;
  margin-right: 5px;
  padding: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: museo-sans, sans-serif;
  /* color: #747474; altered for accessibility */
  color: #646464;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.aam #tribe-events-content .event-tags a {
      display: inline-block;
}

.entry-tags a:hover,
.aam .event-cats a:hover,
.aam #tribe-events-content .event-cats a:hover,
.aam #tribe-events-content .event-tags a:hover {
  background-color: #f5ac1c;
  color: #fff;
}

.entry-tags a:active,
.aam .event-cats a:active,
.aam #tribe-events-content .event-cats a:active,
.aam #tribe-events-content .event-tags a:active {
  background-color: #d8930c;
  color: #fff;
}

.entry-tags.tags-reversed a {
  color: #b9b9b9;
}

.entry-tags.tags-reversed a:hover {
	color: #fff;
}

.home .news-post .entry-tags.tags-reversed {
	margin-left: -5px;
}

.aam .tribe-events-page-title a,
.aam .tribe-events-page-title a:hover {
  color: #f5ac1c;
  text-decoration: none;
}

/* Forms */
.form-block {
  width: 100%;
}

/* Disclaimer */
.disclaimer-text-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #b9b9b9;
  text-decoration: none;
}

.disclaimer-text-link-block:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.disclaimer-text-link-block:active {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}



/* Home page special Announcement - Header */
.special-announcement-div {
  display: none;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: darkred;
}

.announcement-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #747474;
  border-radius: 100%;
  background-color: #f6f6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #747474;
  text-decoration: none;
}

.announcement-close-button:hover {
  border-color: #f5ac1c;
  color: #f5ac1c;
}

.announcement-close-button:active {
  background-color: #f5ac1c;
  color: #fff;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.announcement-text {
  font-family: museo-sans, sans-serif;
  color: #fff;
  line-height: 120%;
  font-weight: 700;
}

/* Misc */
.news-heading-link {
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #8a8a8a;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.news-heading-link:hover {
  color: #f5ac1c;
}

.news-heading-link:active {
  color: #d8930c;
}

.exhibit-text-info {
  padding: 25px;
}

.exhibit-image-div {
  width: 30%;
  padding-right: 20px;
}

.inline-text-link-div {
  display: inline-block;
  margin-right: 20px;
}

.div-block-15 {
  width: 500px;
  text-align: right;
}

.image-4 {
  margin-bottom: 18px;
}

.new-dates {
  margin-bottom: 5px;
  font-family: museo-slab, sans-serif;
  color: #929292;
  font-size: 16px;
}

.news-post {
  margin-bottom: 50px;
}

.exhibition-images {
  width: 100%;
  margin-bottom: 10px;
}

.newsletter-form-field {
  font-family: museo-slab, sans-serif;
}

/* Events */
.aam #tribe-events-bar {
  padding-top: 30px;
}

.aam #colorbox,
.aam #cboxOverlay,
.aam #cboxWrapper {
  z-index: 99999;
}

.aam .datepicker.dropdown-menu {
  z-index: 999999 !important;
}
#tribe-events-content-wrapper {
	padding: 0 30px;
}

.tribe-events-loop,
.events-list .tribe-events-loop,
.flex-row.tribe-events-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
 -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  width: inherit;
  max-width: inherit;
}

.post-event {
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

/* Events Month View */
.aam .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-width: 100%;
  max-height: 100%;
}

.aam .tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb {
  padding: 2px 0 8px;
}

.aam .tribe-events-calendar .tribe-events-tooltip {
  padding: 2px 10px;
}

.aam .tribe-events-tooltip .tribe-events-event-body {
  padding: 0;
}

.aam .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  padding-bottom: 6px;
}

/* Pages */
._2nd-level-header-animated {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ac1c;
  background-image: url("lib/images/Perf-art.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  font-family: museo-sans, sans-serif;
  color: #fff;
}

._2nd-level-header-animated._2nd-level-header-collections {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #e29700;
  background-image: url("lib/images/Perf-art.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

/* More Misc - to keep order */
.heading-9 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 42pt;
  line-height: 100%;
  font-weight: 300;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-block-2 {
  width: 100%;
}

.div-block-18 {
  position: relative;
  z-index: 2;
}

.text-field {
  height: 60px;
  font-family: museo-slab, sans-serif;
  font-size: 20px;
}

.collection-search-submit-button {
  width: 100%;
  height: 60px;
  border: 2px solid #f5ac1c;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #f5ac1c;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-search-submit-button:hover {
  background-color: #f5ac1c;
  color: #fff;
}

.collection-search-submit-button:active {
  background-color: #d8930c;
}

.hide-show-search-options {
  overflow: hidden;
}

.advanced-search-checkbox {
  font-family: museo-slab, sans-serif;
  color: #fff;
}

.checkbox-field {
  margin-bottom: 20px;
}

.hide-show-search-options-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-21 {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.date-range-field {
  height: 30px;
  margin-bottom: 5px;
  font-family: museo-slab, sans-serif;
  color: #646464;
}

.section,
.page .entry-content {
  position: relative;
  z-index: 4;
  padding: 50px;
}

.page-template-default.page-id-755 .entry,
.page.page-id-755 .entry-content {
  padding: 50px 0;
}

.page.page-id-755 .entry-content .section {
  padding-left: 100px;
  padding-right: 100px;
}

.page-intro,
.flex-row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content-box {
  position: relative;
  z-index: 2;
}

.section.education-sections-adult {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
}

.section.education-sections-families {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f6f6f6;
}

.section.education-sections-educators {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: transparent;
}

.section.section-50px-top-padding,
.archive .taxonomy-loop {
  padding-top: 50px;
}

.container-with-70px-bottom-padding,
.blog .content-sidebar-wrap .content,
.search .content-sidebar-wrap .content,
.archive .content-sidebar-wrap .content,
.archive.category .content-sidebar-wrap .content,
.archive .taxonomy-loop {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.blog .content-sidebar-wrap .content .generic-flex-box,
.archive .content-sidebar-wrap .content .generic-flex-box,
.search .content-sidebar-wrap .content .generic-flex-box {
  /*background: #f0f0f0;
  padding: 20px 0; */
  margin: 60px 0;
}

.image-7 {
  margin-top: 20px;
}

.divider {
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #d8d8d8;
}

.breadcrumbs,
.breadcrumbs-events {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}

.breadcrumbs span,
.breadcrumbs-events span {
  display: inline-block;
  position: relative;
  color: #909090;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 100%;
}

.tribe-events-month .tribe-events-sub-nav a span {
  display: none;
}

.tribe-events-month .tribe-events-sub-nav .tribe-events-nav-previous a:before {
  content: "<";
  margin-right: 5px;
}

.tribe-events-month .tribe-events-sub-nav .tribe-events-nav-next a:after {
  content: ">";
  margin-left: 5px;
}

.noshow {
  display: none;
}

.breadcrumbs span .sep,
.breadcrumbs-events span .sep,
.tribe-events-sub-nav span.sep {
  bottom: -2px;
  margin-right: 6px;
  margin-left: 6px;
  font-family: 'Asheville art museum', sans-serif;
  color: #747474;
}

.tribe-events-sub-nav span.sep,
.tribe-events-month .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.tribe-events-month .tribe-events-sub-nav .tribe-events-nav-next a:after {
  font-size: 11px;
  line-height: 100%;
  bottom: -2px;
  font-family: 'Asheville art museum', sans-serif;
  color: #646464;
}

.breadcrumbs a,
.breadcrumbs .breadcrumb_last,
.breadcrumbs-events a,
.breadcrumbs-events .breadcrumb_last {
  font-family: Arial,sans-serif;
  letter-spacing: 0.5px;
  text-decoration: underline;
  color: #747474;
}

.breadcrumbs .breadcrumb_last {
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs-events a:hover {
  color: #444;
}

.breadcrumbs a:active,
.breadcrumbs-events a:active {
  color: #000;
}

.div-block-22 {
  display: inline-block;
}

.text-block-9 {
  display: inline-block;
  margin-right: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
}

.text-block-10 {
  position: relative;
  bottom: -2px;
  display: inline-block;
  font-family: 'Asheville art museum', sans-serif;
  line-height: 100%;
}

.link-block-3 {
  padding: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.link-block-3:hover {
  background-color: #d8930c;
}

.link-block-3:active {
  background-color: #be8007;
}

.sample-art-blocks {
  position: relative;
  width: 25%;
}

.sample-art-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.sample-art-text {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.sample-art-artist-link {
  color: #f5ac1c;
  text-decoration: underline;
}

.sample-art-title-link {
  color: #f6f6f6;
  font-style: italic;
  text-decoration: underline;
}

._2nd-level-title-headings {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.single-exhibitions ._2nd-level-title-headings {
  display: block;
   -webkit-animation: down 1.5s ease-out;
  animation: down 1.5s ease-out;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  z-index: 5;
  opacity: 0;
  }


@-webkit-keyframes down {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0px, 300px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
    -webkit-transform-style: preserve-3d;
  }
}

@keyframes down {
  0% {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 300px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
    transform-style: preserve-3d;
  }
}

.container-with-no-bottom-padding {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-with-no-bottom-padding.container-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout-div {
  padding: 100px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(216, 147, 12, 0.5), rgba(216, 147, 12, 0.5)), url("lib/images/Perf-art.png"), -webkit-linear-gradient(270deg, #d8930c, #d8930c);
  background-image: linear-gradient(180deg, rgba(216, 147, 12, 0.5), rgba(216, 147, 12, 0.5)), url("lib/images/Perf-art.png"), linear-gradient(180deg, #d8930c, #d8930c);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-attachment: scroll, fixed, scroll;
}

.callout-images {
  width: 100%;
}

.callout-heading {
  margin-top: 0px;
  font-family: museo-sans, sans-serif;
  color: #f6f6f6;
  font-size: 42px;
  line-height: 120%;
  font-weight: 300;
}

.single .entry,
.single-art .entry {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*flex-wrap: wrap;*/
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.single.single-exhibitions .entry {
  width: 100%;
}

.single.single-exhibitions .entry-content {
  margin: 0 auto;
  width: 100%;
}

/*.site-inner {
  padding: 50px;
}*/
.single-post .content,
.single-art .content,
.page-template-default .entry,
.events-single .tribe-events-single#tribe-events-content,
.blog .site-inner .content-sidebar-wrap,
.category .site-inner .content-sidebar-wrap,
.tag .site-inner .content-sidebar-wrap,
.search .site-inner .content-sidebar-wrap {
  position: relative;
  z-index: 4;
  padding: 50px;
}

.single-post .content,
.single-art .content {
  padding-bottom: 100px;
  padding-top: 80px;
}

.image-vertical {
  margin-bottom: 10px;
}

.artwork-citation-div {
  margin-top: 80px;
}

.artwork-artist-link {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-slab, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
}

.artwork-artist-link:hover {
  color: #d8930c;
}

.artwork-artist-link:active {
  color: #f5ac1c;
}

.lightbox-link {
  width: 100%;
  text-align: center;
}

.artwork-link-block {
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.artwork-link-block:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.artwork-link-block:active {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.artwork-related-works-div {
  margin-top: 30px;
}

.breadcrumb-section,
.breadcrumbs-events {
  position: relative;
  z-index: 4;
  padding-right: 70px;
  padding-left: 70px;
}

.main-mobile-logo-link {
  width: 175px;
  float: left;
}

.text-block-12 {
  font-family: museo-slab, sans-serif;
  line-height: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.aam #tribe-events-content .social-icons {
  padding: 0 0 20px;
}

.text-block-13,
.aam #tribe-events-content .social-icons a.social-icon .icon {
  text-decoration: none;
}

.artwork-sharing-link-block,
.aam #tribe-events-content .social-icons a.social-icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding-top: 2px;
  border: 1px solid #b9b9b9;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Asheville art museum', sans-serif;
  color: #b9b9b9;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

.artwork-sharing-link-block:hover,
.aam #tribe-events-content .social-icons a.social-icon:hover {
  border-color: #f5ac1c;
  background-color: #f5ac1c;
  color: #fff;
}

.artwork-sharing-link-block:active,
.aam #tribe-events-content a.social-icons .social-icon:active {
  background-color: #d8930c;
}

.darken-collection-search {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 97, 5, 0.65);
  opacity: 0;
}
/* added */

.slider-div-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-div-flexbox .slide-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
}

.home .main-animated-logo-link img.asheville {
  animation: asheville .5s ease-in-out;
}

.home .main-animated-logo-link img.artgold {
    animation: artgold 500ms ease-in-out;
}

.home .main-animated-logo-link img.museum {
  animation: museum 500ms ease-in-out;
}

@-webkit-keyframes asheville {
  0% {
    transform: translate3d(0px, -50px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
  }
}

@keyframes asheville {
  0% {
    transform: translate3d(0px, -50px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes artgold {
  0% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-70px, 0px, 0px);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
  }
}

@keyframes artgold {
  0% {
    transform: translate3d(-70px, 0px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes museum {
  0% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(70px, 0px, 0px);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
  }
}

@keyframes museum {
  0% {
    transform: translate3d(70px, 0px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-style: preserve-3d;
  }
}

.moulthrop-image {
  position: relative;
  top: -40px;
  width: 100%;
}

.slide-3-text-flex-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-3-text-area {
  width: 50%;
  padding: 30px 29px;
  background-color: rgba(245, 172, 28, 0.78);
  background-image: -webkit-linear-gradient(270deg, rgba(245, 172, 28, 0), #f5ac1c), url("lib/images/Perf-art.png");
  background-image: linear-gradient(180deg, rgba(245, 172, 28, 0), #f5ac1c), url("lib/images/Perf-art.png");
  background-position: 0px 0px, 50% 50%;
}

.text-link-callout-white {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.second-level-heading-container {
  width: 800px;
  text-align: center;
}

._2nd-level-header-3,
.archive-descripton,
.page .entry-header {
  position: relative;
  z-index: 4;
  padding: 50px 70px 0px;
}

._2nd-level-header-image,
.entry-header-image,
.lead-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ac1c;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-box {
  margin-bottom: 50px;
}

.page-intro {
  margin-bottom: 75px;
}

.anchor-navigation-div {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-id-4238 .entry.post-4238 .anchor-navigation-div {
  display: none !important;
}

.education-program-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.education-program-link-blocks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-8 {
  position: absolute;
  width: 100%;
}

.program-overlay {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(216, 147, 12, 0.9);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.program-overlay img {
  top: 0px;
  left: 0px;
}

.program-overlay:hover {
  background-color: rgba(245, 172, 28, 0.5);
}

.program-overlay:active {
  background-color: rgba(245, 172, 28, 0.7);
}

.education-program-link-titles {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}

.education-section-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.education-section-header-images {
  width: 100%;
}

.program-headings {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: museo-sans, sans-serif;
  /* color: #747474; * altered for accessibility */
  color: #646464;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.program-subheadings {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: museo-slab, sans-serif;
  color: #646464;
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
}

.graident-top-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 400px;
  background-image: -webkit-linear-gradient(270deg, #e2e2e2, rgba(255, 255, 255, 0) 64%);
  background-image: linear-gradient(180deg, #e2e2e2, rgba(255, 255, 255, 0) 64%);
}

.page-bottom {
  position: relative;
  z-index: 1;
  height: 300px;
  margin-top: -299px;
  background-image: -webkit-linear-gradient(270deg, #fff, rgba(255, 255, 255, 0.35)), url("../images/Perf-art-grey.jpg");
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.35)), url("../images/Perf-art-grey.jpg");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.secondary-nav-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exhibition-header-images {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.photo-caption {
  font-family: museo-sans, sans-serif;
  color: #444;
  font-size: 13px;
  text-align: left;
}

/* Buy Tickets Button */
.buy-tickets-div {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ac1c;
  text-align: center;
  display: none !important;
}

.buy-tickets-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5ac1c;
  border-radius: 100%;
  background-color: #000;
  box-shadow: -6px 6px 30px 0 transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #fff;
  text-decoration: none;
}

.buy-tickets-link:hover {
  background-color: #f5ac1c;
  box-shadow: -6px 6px 30px 0 rgba(0, 0, 0, 0.63);
  -webkit-transform: scale(1.05) rotate(3deg);
  -ms-transform: scale(1.05) rotate(3deg);
  transform: scale(1.05) rotate(3deg);
}

.buy-tickets-link:active {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.buy-tickets-div-left-justified {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8930c;
  text-align: center;
}

.buy-tickets-link-left-justified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5ac1c;
  border-radius: 100%;
  background-color: #000;
  box-shadow: -6px 6px 30px 0 transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #fff;
  text-decoration: none;
}

.buy-tickets-link-left-justified:hover {
  background-color: #f5ac1c;
  box-shadow: -6px 6px 30px 0 rgba(0, 0, 0, 0.63);
  -webkit-transform: scale(1.05) rotate(3deg);
  -ms-transform: scale(1.05) rotate(3deg);
  transform: scale(1.05) rotate(3deg);
}

.buy-tickets-link-left-justified:active {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.back-to-top-link {
  position: absolute;
  top: -50px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #333333;
  text-decoration: none;
}

.back-to-top-link:hover {
  background-color: #f5ac1c;
  color: #fff;
}

.back-to-top-link:active {
  background-color: #d8930c;
}

.back-to-top-text {
  display: inline-block;
  font-size: 11px;
  line-height: 120%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.back-to-top-arrow {
  display: inline-block;
  margin-right: 3px;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 20px;
}

.div-block-23 {
  padding-top: 63px;
  padding-bottom: 63px;
}



.aam .tribe-events-notices {
  display: none;
}

/*
* > Blog/Archives
*/

.archive-pagination,
.pagination {
  clear: both;
}

.archive-pagination {
  text-align: center;
}

.archive-pagination ul {
  padding: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
    background-color: #f5ac1C;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
    text-decoration: none;
    margin: 0 10px;
}

.archive-pagination li.active a {
  background: #000;
  /*color: #747474;
  border: 2px solid #f5ac1c;
  padding: 6px 10px;*/
}
.post-tags a {
      position: relative;
      margin-right: 5px;
      padding: 5px;
      -webkit-transition: background-color 200ms ease;
      transition: background-color 200ms ease;
      font-family: museo-sans, sans-serif;
      color: #646464;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.5px;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
}
/*.post-tags a:first-child {
    margin-left: -5px;
}*/
.post-tags a:hover {
    outline: 0;
    background-color: #f5ac1c;
    color: #fff;
}

/*html.w-mod-js *[data-ix="slider-interactionfrom-right"] {
  opacity: 0;
  -webkit-transform: translate(1000px, 0px);
  -ms-transform: translate(1000px, 0px);
  transform: translate(1000px, 0px);
}

html.w-mod-js *[data-ix="scroll-move-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="scroll-move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="scroll-move-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="scroll-move-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="sample-art-hover"] {
  opacity: 0;
}*/
/* *****************************************************************
> Nav Styles

*****************************************************************

/******************************************************************
> Nav Styles

******************************************************************/
/* # Base Styles
/*------------------------------------------------------- */
/******************** Template Styles *********************/
/* > Webflow Nav Styles */
.header-right {
  display: block;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.menu-toggle {
  display: none;
}

.nav-primary {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.nav-primary .menu-toggle {
  display: block;
  outline: 0;
}
.nav-primary .sub-menu-toggle {
  top: 12px;
  right: 0;
  /* margin-right: 20px; */
  overflow: visible;
  width: 2em;
  height: 2.5em;
  padding: 0px 45px 35px 20px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative;
  float: right;
  margin: 27px 20px 0 -15px;
  height: 1.2em;
  padding: 1px 6px;
}
.nav-primary .sub-menu-toggle:before {
  content: '\f347';
  font: normal 2.2rem/2.6rem 'dashicons';
  transition: all .2s ease-in-out;
}
.nav-primary .sub-menu-toggle.activated:before {
  content: '\f343';
}
.nav-primary .sub-menu {
  display: none;
  padding-left: 0;
  z-index: 5000;
}

.menu-item {
  display: inline-block;
}
.menu-item a {
  display: block;
  padding: 38px 18px;
  transition: color 400ms ease;
  float: left;
}
.menu-item a:hover {
  height: auto;
  overflow: visible;
}
.menu-item a:last-of-type {
  padding-right: 18px;
}
.menu-item:hover .sub-menu {
  display: block;
  position: absolute;
  width: auto;
}
.menu-item:hover .sub-menu .menu-item {
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}
.menu-item:hover .sub-menu a {
  float: none;
  display: block;
  width: auto;
}

.sub-menu {
  display: none;
}
.sub-menu .menu-item {
  display: block;
}
.sub-menu .menu-item a {
  padding: 14px 20px;
}
.sub-menu .menu-item a:hover {
  border-bottom-style: none;
}

/*
* > Footer
*/
.footer {
  position: relative;
  z-index: 5;
  padding: 100px 150px 70px;
  background-color: #000;
}

.footer-headings {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  color: #b9b9b9;
  font-size: 20px;
  line-height: 100%;
}

h3.footer-headings {
  text-transform: uppercase;
}

.footer .menu {
  margin: 0;
  padding: 0;
}

.footer .menu .menu-item {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.footer .menu .menu-item a {
  font-family: museo-sans, sans-serif;
  color: #b9b9b9;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  padding: 0;
  float: none;
  font-weight: 300;
}

.footer .menu .menu-item a:hover {
  color: #f5ac1c;
}

.footer .menu .menu-item a:active {
  color: #d8930c;
}

.footer-hours-location-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b9b9b9;
}

.footer-contact-links {
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: museo-slab, sans-serif;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 150%;
}

.footer-support-message {
  margin-bottom: 16px;
  padding-right: 45px;
  font-family: museo-slab, sans-serif;
  color: #d8d8d8;
  font-weight: 300;
}

.site-footer {
  background: #000;
  position: relative;
  z-index: 5;
  padding: 0 150px 10px;
}

.site-footer .footer-disclaimer-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyright-text {
  font-family: museo-sans, sans-serif;
  color: #b9b9b9;
  font-size: 12px;
}

.footer-disclaimer-text-links {
  display: inline-block;
  margin-right: 5px;
  font-family: museo-sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-disclaimer-text-links-arrow {
  display: inline-block;
  font-family: 'Asheville art museum', sans-serif;
  font-size: 12px;
}

.footer-social-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #747474;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Asheville art museum', sans-serif;
  color: #b9b9b9;
  font-size: 18px;
  text-decoration: none;
}

.footer-social-link-block:hover {
  border-color: #f5ac1c;
  background-color: #f5ac1c;
  color: #000;
}

.footer-social-link-block:active {
  background-color: #d8930c;
  color: #fff;
}

.footer-social-links-inline {
  display: inline-block;
  margin-right: 15px;
}

.footer-divider {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #444;
}

.footer-logo {
  width: 200px;
}

@media (max-width: 991px) {
  /* >  Nav 991px */
  .header-right {
    z-index: 900;
    padding-right: 0px;
    float: none;
  }

  .menu-toggle {
    display: block;
    padding: 18px 18px 9px;
  }
  .menu-toggle:before {
    content: '\f333';
  }

  .menu-toggle.w--open {
    background-color: #5c2946;
    color: #475161;
  }

  .nav-primary,
  .nav-primary .sub-menu {
    display: none;
    overflow: visible;
  }

  .nav-primary {
    width: 100%;
    padding-right: 0;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5000;
  }
  .nav-primary .genesis-nav-menu {
    padding-left: 0;
  }
  .nav-primary .menu-item {
    position: relative;
    display: block;
  }
  .nav-primary .menu-item a {
    padding: 10px 0px 10px 40px;
    text-align: left;
    float: none;
    display: inline-block;
  }
  .nav-primary .menu-item:hover .sub-menu {
    display: none;
    position: relative;
    top: 0;
  }
  .nav-primary .sub-menu-toggle {
    position: absolute;
    margin: auto;
    float: none;
    padding: 0px 40px 35px 20px;
  }

  .sub-menu .menu-item {
    padding: 0;
  }
  .sub-menu .menu-item a {
    padding: 10px 40px;
    text-align: left;
  }

  .site-footer {
    padding: 0 50px 10px;
  }
}
@media (max-width: 767px) {
  /* > Webflow Nav 767px */
  .menu-item a {
    margin-right: 0px;
  }

  /* > Custom Nav 991px */
}
/******************* OLD Mobile First Template Styles ********************

.menu-toggle:before {
	content: '\f333';
	color: #fff;
	font-size: 40px;
	font-family: "dashicons";
	line-height:1;
}

.nav-primary,
.nav-primary .sub-menu {
	display: none;
	overflow: visible;
}

.nav-primary {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5000;
}

.nav-primary {
	padding-right: 0;
}

.nav-primary .sub-menu-toggle {
  top: 10px;
}

.nav-primary .menu-item {
	position: relative;
}

.menu-item.menu-item-reservations a {
  background-color: #475161;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #fff;
  &:hover {
  	background-color: #e7e5e2;
    color: #475161;
  }
}

.nav-primary .sub-menu-toggle {
	background:transparent;
	position: absolute;
  top: 12px;
  right: 0;
  margin: auto;
  margin-right: 20px;
  overflow: visible;
  width: 1em;
  height: 2.5em;
  padding: 0px 45px 35px 20px;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

.nav-primary .sub-menu {
	display: none;
}

.nav-primary .sub-menu-toggle:before {
	content: '\f347';
	font: normal 2.2rem/2.6rem 'dashicons';
	transition: all .2s ease-in-out;
}

.nav-primary .sub-menu-toggle.activated:before {
	content: '\f343';
}

	.menu-toggle {
		display: block;
		outline: 0;
	}




@media screen and (min-width: 991px) {

	.nav-primary {
		display: flex;
		justify-content: flex-end;
	  position: relative;

	  .genesis-nav-menu {
	  	display: flex;
	  	padding-left: 0;
	  }

	  .menu-item {

	  	a {
	  		float: left;
	  	}

	  	&:hover {
	  		height: auto;
	  		overflow: visible;

	  		.sub-menu {
					display: block;
					position: absolute;
					top: 93px;
					width: auto;

					.menu-item {
						margin-right: auto;
						margin-left: auto;
						white-space: nowrap;
					}

					a {
						float: none;
						display: block;
						width: auto;
					}

				}
	  	}
	  }

		.sub-menu-toggle {
			position: relative;
			float: right;
			margin: 22px 20px 0 -15px;
			height: 1.2em;
			padding: 1px 6px;
		}
	}

	.menu-toggle {
		display: none;
	}

}

@media screen and (min-width: 1263px) {
	.nav-primary .menu-item:hover .sub-menu {
		top: 97px;
	}
} */
/******************************************************************
> Custom Layout Styles

******************************************************************/
.site-inner {
  min-height: 95vh;
  position: relative;
  z-index: 50;
}

/*.artwork-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.artwork-grid-item {
	max-width: 30%;
}

.artwork-grid-item:nth-of-type(4),
.artwork-grid-item:nth-of-type(5) {
	max-width: 48.5%;
}*/
/*.artwork-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}

.artwork-grid-item {
  width: 32%;
  overflow: hidden;
  order: 1;
}

.artwork-grid-item:nth-of-type(2),
.artwork-grid-item:nth-of-type(5),
.artwork-grid-item:nth-of-type(8) {
  order: 1;
}

.artwork-grid-item:nth-of-type(3),
.artwork-grid-item:nth-of-type(6),
.artwork-grid-item:nth-of-type(9) {
  order: 2;
}
*/
/*.artwork-grid {
  column-count: 3;
  column-gap: 0;
  margin-left: -15px;
  margin-right: -15px;
}*/

.artwork-grid-item {
  break-inside: avoid;
  padding: 15px;
}

/*
* > Flex Content
*/
.row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.row.flex-row-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  /* text-align: right; */
}

.row.flex-row {
  padding: 20px;
  background-color: #f0f0f0;
}

.flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrap .wp-caption {
  max-width: 100% !important;
}

.one-half {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.one-half.left {
  padding-left: 0px;
  float: left;
}

.one-half.right {
  padding-right: 0px;
  float: right;
}

.one-third {
  width: 33.3333%;
  padding-right: 20px;
  padding-left: 20px;
}

.full-width {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.two-thirds {
  width: 66.6666%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.one-third-two {
  width: 33.3333%;
  padding-right: 20px;
  padding-left: 20px;
}

.one-fourth {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}

.one-fourth.first {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d8d8d8;
  padding: 30px;
}

.gallery-item {
  width: 16.666666667%;
  padding: 10px;
}

.aam.single-tribe_events .tribe-events-content .gallery-item {
  width: 50%;
}

.image-wrapper .gallery-item {
  width: 33.333333334%;
}

.aam #tribe-events-pg-template .tribe-events-content ol li, 
.aam #tribe-events-pg-template .tribe-events-content ul li, 
.aam .tribe-events-after-html ol li, 
.aam .tribe-events-after-html ul li, 
.aam .tribe-events-before-html ol li, 
.aam .tribe-events-before-html ul li {
  margin: 0 0 8px;
}


.heading-12 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  background-image: -webkit-linear-gradient(270deg, #e4e4e4 61%, #c5c5c5);
  background-image: linear-gradient(180deg, #e4e4e4 61%, #c5c5c5);
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.colorbox:hover {
  border-bottom-style: none;
}

/******************************************************************
> Form Styles

******************************************************************/
/******************************************************************
> Custom Dev Styles

******************************************************************/
/** Header Styles **/
a, button {
  outline: 0;
}
a:hover, a:focus, a:visited, button:hover, button:focus, button:visited {
  outline: 0;
}

button:active {
  background-color: transparent;
}

/** > Custom Content Styles **/
.entry-content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio) {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}

/** > Custom Footer Styles **/
/** > Custom Homepage **/
/** > Custom Blog Index Styles **/
/** Temp Webflow Fixes **/
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.site-title,
.site-description {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus,
.site-title:focus,
.site-description:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* ## Slider
------------------------------------------- */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 30px;
  height: 30px;
  z-index: 440000;
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: .8;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .8;
}

.slick-prev:before {
  content: url(../images/Arrow-Left.svg);
}

.slick-next:before {
  content: url(../images/Arrow-Right.svg);
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.hero-slider {
  /*background-color: #f5ac1c;*/
}

.slick-slider {
  height: 100%;
}

.slickslides {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  white-space: nowrap;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slide-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  height: 75vh;
  white-space: normal;
  text-align: left;
}

.slick-slide .flex-wrap {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  padding-left: 70px;
  padding-right: 70px;
}

.slick-slide .flex-wrap.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slick-slide .slide-text-block {
  width: 50%;
  padding: 30px;
  background-color: rgba(245, 172, 28, 0.78);
  background-image: -webkit-linear-gradient(270deg, rgba(245, 172, 28, 0), #d8930c), url("../images/Perf-art.png");
  background-image: linear-gradient(180deg, rgba(245, 172, 28, 0), #d8930c), url("../images/Perf-art.png");
  background-position: 0px 0px, 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  white-space: normal;
}

.slick-slide .flex-wrap.right .slide-text-block {
  text-align: right;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.slide-text {
  margin-bottom: 15px;
  font-family: museo-slab, sans-serif;
  color: #fff;
  font-size: 16px;
  white-space: normal;
}

.home-slides-h1 {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 2.1vw;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 5px;
}

.home-slides-h1:hover {
  text-decoration: underline;
}

/******************************************************************
> Media Query Styles

******************************************************************/
/* > IE Styles */
@media (max-width: 1365px) {
  .blog .buy-tickets-div,
  .category .buy-tickets-div,
  .tag .buy-tickets-div {
    margin-top: -30px;
  }

  .blog .content,
  .category .content,
  .tag .content {
    padding-top: 60px;
  }
}
@media (max-width: 1279px) {
  .entry-header .entry-title,
  .archive-title,
  .page .entry-header {
    max-width: 760px;
  }

  .education-program-link-blocks {
    height: 100px;
  }

  .education-program-link-titles {
    font-size: 18px;
  }

  /*.entry-tags a,
  .page-template-default.aam .event-cats a {
    left: 0;
    margin-right: 0;
    padding: 3px 8px;
    display: block;
    width: auto;
  } */

  .aam #tribe-events-pg-template,
  .aam .tribe-events-pg-template {
    max-width: 980px;
  }

  .aam .recurring-info-tooltip,
  .aam .tribe-events-calendar .tribe-events-tooltip,
  .aam .tribe-events-shortcode.view-week .tribe-events-tooltip,
  .aam .tribe-events-week .tribe-events-tooltip {
    z-index: 999999999;
  }
}
@media (max-width: 991px) {

  .navbar {
    padding: 40px 30px 20px;
  }

  .button.enews-button {
    width: 100%;
    margin-left: 0px;
  }

  .main-nav-drop-down-headings {
    margin-top: 25px;
  }

  .dropdown-list-explore,
  .dropdown-list-visit,
  .dropdown-list-support {
    width: 700px;
  }

  .w-dropdown-list {
    min-width: 400px;
    max-width: 700px;
  }

  .footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  ._33-col._33-col-explore-left {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  ._33-col._33-col-exhibits {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._33-col._33-col-explore-center {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  ._70-col._70-col-newsletter-text-field {
    width: 100%;
  }

  ._30-col._30-col-newsletter-signup {
    width: 100%;
  }

  .main-nav-link-arrows {
    margin-left: 5px;
  }

  .nav-div {
    top: 5px;
  }

  .slider-flex-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-slides-h1 {
    font-size: 3vw;
  }

	/* added */

  .slick-slide .slide-text-block {
    width: 100%;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, rgba(185, 128, 16, 0.25), #f5ac1c), url("../images/Perf-art.png");
    background-image: linear-gradient(180deg, rgba(185, 128, 16, 0.25), #f5ac1c), url("../images/Perf-art.png");
    background-position: 0px 0px, 0px 0px;
  }

  .slick-slide .flex-wrap {
  	padding-right: 0;
  	padding-left: 0;
  	display: block;
  	overflow: hidden;
  	height: auto;
  }

    .slider-div-flexbox {
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; */
    display: block;
  }

  .slider-div-flexbox .slider-img {
  	height: 60%;
  }

  /* end added */

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .generic-flex-box.article-flexbox {
    margin-bottom: 40px;
  }

  ._50-col._50-col-latest-news {
    padding: 30px;
  }

  ._50-col._50-col-upcoming {
    padding: 30px;
  }

  ._50-col._50-col-artwork {
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._50-col.entry-wrapper {
    padding: 20px 10px;
  }

  .section-titles.heading-exhibitions {
    margin-right: 10px;
    margin-left: 10px;
  }

  .exhibition-headings {
    font-size: 18px;
  }

  .news-heading-link {
    font-size: 20px;
  }

  .paragraph-text.paragraph-3-column {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .paragraph-text.paragraph-2-column {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .exhibit-text-info {
    padding: 20px;
  }

  .buy-tickets-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }

  .buy-tickets-link {
    width: 110px;
    height: 110px;
    padding: 11px;
  }

  .slide-2-text-flex-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-2-text-area {
    width: 100%;
    padding-bottom: 20px;
  }

  .schwarzkopf-image {
    top: 0px;
  }

  .homepage-exhibitions-section {
    padding: 60px 30px 80px;
  }

  .dropdown-list-explore.w--open {
    left: -242px;
    width: 750px;
  }

  .main-nav-drop-down-text {
    margin-right: 5px;
  }

  .main-nav-drop-down-heading-links {
    margin-top: 20px;
  }

  .text-block-6 {
    display: none;
  }

  .call-to-action-div {
    padding: 70px 50px;
  }

  .call-to-action-heading {
    font-size: 30px;
  }

  .call-to-action-subheading {
    font-size: 20px;
  }

  .visit-dropdown-hours-icon {
    font-size: 13px;
  }

  .heading-7 {
    font-size: 13px;
  }

  .dropdown-list-support.w--open {
    left: -430px;
  }

  .footer-logo {
    width: 150px;
  }

  ._25-col._25-col-right-margin {
    width: 50%;
    margin-bottom: 20px;
  }

  ._25-col._25-col-center-padding {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-headings {
    font-size: 18px;
  }

  .footer-text-links {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .footer-contact-links {
    font-size: 13px;
  }

  .footer-contact-links .link {
    font-weight: 300;
  }

  .footer-support-message {
    padding-right: 30px;
    font-size: 13px;
  }

  .announcement-text {
    font-size: 13px;
  }

  ._2nd-level-header-animated._2nd-level-header-collections {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-9 {
    font-size: 36pt;
  }

  .div-block-21 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    padding: 50px 30px;
  }

  .section.education-sections-adult {
    padding: 50px 30px;
  }

  .section.education-sections-families {
    padding: 50px 30px;
  }

  .section.education-sections-educators {
    padding: 50px 30px;
  }

  .section.section-50px-top-padding {
    padding: 30px 30px 50px;
  }

  .sample-art-blocks {
    width: 50%;
  }

  .main-nav-links-support {
    margin-right: 15px;
  }

  .main-nav-link-arrow-explore {
    margin-left: 5px;
    font-size: 11px;
  }

  .exhibition-header {
    height: 450px;
  }

  .exhibitions-title-overlay {
    padding-right: 60px;
    padding-left: 60px;
  }

  .exhibition-detail-titles {
    color: #a1a1a1;
  }

  .heading-10,
  .entry-title,
  .content-box h3 {
    margin-top: 5px;
  }

  .breadcrumb-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .moulthrop-image {
    top: -90px;
  }

  .slide-3-text-flex-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-3-text-area {
    width: 100%;
  }

  ._2nd-level-header-3,
  .archive-description,
  .page .entry-header {
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .h1-page-titles,
  .archive-title,
  .page .entry-header .entry-title {
    font-size: 36px;
  }

  ._2nd-level-header-image,
  .entry-header-image,
  .lead-image {
    height: 300px;
  }

  .program-headings {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .program-subheadings {
    margin-bottom: 30px;
  }

  .buy-tickets-div-left-justified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }

  .buy-tickets-link-left-justified {
    width: 110px;
    height: 110px;
    padding: 11px;
  }
}
@media (max-width: 767px) {

  .slide-wrapper {
    height: 650px;
  }

  .slider-div-flexbox .slider-img {
    height: 50%;
  }

  .navbar {
    padding: 50px 20px 10px;
  }

  .button.become-member-button {
    display: none;
  }

  .secondary-nav-block {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .secondary-nav-links {
    display: block;
  }

  .footer {
    padding-top: 40px;
  }

  ._33-col,
  .artwork-grid-item {
    width: 100%;
  }

  .artwork-grid {
    column-count: 1;
  }

  ._33-col._33-col-explore-left {
    width: 50%;
  }

  ._33-col._33-col-explore-left._33-col-main-nav-dropdown-list-right {
    display: none;
    width: 100%;
  }

  ._33-col._33-col-exhibits {
    width: 100%;
    padding: 0px;
  }

  ._33-col._33-col-footer-links {
    text-align: center;
  }

  ._33-col._33-col-footer {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._33-col._33-col-padding-left {
    padding-left: 0px;
  }

  ._33-col._33-col-left._33-col-left-art {
    padding-right: 0px;
  }

  ._33-col._33-col-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._33-col._33-col-right {
    padding-left: 0px;
  }

  ._33-col._33-col-newsletter-signup {
    margin-bottom: 30px;
  }

  ._33-col._33-col-explore-center {
    width: 50%;
  }

  ._33-col._33-col-explore-center._33-col-main-nav-dropdown-list-right {
    display: none;
    width: 100%;
  }

  ._33-col._33-col-explore-right {
    display: none;
  }

  .home-slides-h1 {
    font-size: 4vw;
  }

  .generic-flex-box.article-flexbox {
    margin-bottom: 30px;
  }

  .generic-flex-box.sample-artwork-section {
    display: none;
  }

  ._50-col._50-col-latest-news {
    width: 100%;
  }

  ._50-col._50-col-upcoming {
    width: 100%;
  }

  ._50-col._50-col-left._50-col-left-art {
    width: 100%;
    padding-right: 0px;
  }

  ._50-col._50-col-right._50-col-right-art {
    width: 100%;
    padding-left: 0px;
  }

  ._50-col._50-col-artwork {
    width: 100%;
    padding: 20px;
  }

  ._50-col._50-col-artwork-info,
  ._50-col.entry {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-titles.heading-exhibitions {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-text.paragraph-3-column {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .buy-tickets-div {
    display: none;
  }

  .slide-2-text-area {
    padding-top: 20px;
  }

  .homepage-exhibitions-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .dropdown-list-explore.w--open {
    left: -128px;
    width: 450px;
  }

  .main-nav-drop-down-headings-link-text {
    font-size: 13px;
  }

  .upcoming-event {
    margin-bottom: 40px;
  }

  .call-to-action-div {
    padding: 50px 30px;
  }

  .dropdown-list-visit.w--open {
    left: -265px;
    width: 450px;
  }

  .dropdown-list-support.w--open {
    left: -344px;
    width: 450px;
  }

  .footer-logo {
    width: 200px;
  }

  ._25-col {
    width: 50%;
  }

  ._25-col._25-col-right-margin {
    width: 100%;
    padding-right: 0px;
  }

  ._25-col._25-col-footer {
    margin-bottom: 20px;
  }

  .footer-discalimer-flexbox {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .div-block-15 {
    text-align: center;
  }

  ._2nd-level-header-animated._2nd-level-header-collections {
    background-size: cover;
  }

  .heading-9 {
    font-size: 28pt;
  }

  .text-field {
    height: 50px;
    font-size: 18px;
  }

  .collection-search-submit-button {
    height: 50px;
  }

  .section {
    padding: 50px 30px;
  }

  .section.education-sections-adult {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.education-sections-families {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.education-sections-educators {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-50px-top-padding {
    padding-bottom: 40px;
  }

  ._2nd-level-h3 {
    margin-bottom: 10px;
  }

  ._65-col._65-col-right {
    width: 100%;
    padding-left: 0px;
  }

  ._35-col._35-column-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .main-nav-links-explore {
    margin-right: 5px;
  }

  .main-nav-links-visit {
    margin-right: 5px;
  }

  .main-nav-links-support {
    margin-right: 0px;
  }

  ._2nd-level-title-headings {
    font-size: 6vw;
  }

  .exhibition-header {
    height: 300px;
  }

  .main-mobile-logo-link {
    width: 130px;
  }

  .moulthrop-image {
    top: -70px;
  }

  ._2nd-level-header-3,
  .archive-descripton,
  .page .entry-header {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-page-titles,
  .archive-title,
  .page .entry-header .entry-title {
    font-size: 28px;
  }

  ._2nd-level-header-image {
    height: 225px;
    margin-bottom: 15px;
  }

  .education-program-link-blocks {
    height: 120px;
  }

  .education-program-link-titles {
    font-size: 18px;
  }

  .program-headings {
    font-size: 28px;
  }

  .program-subheadings {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .secondary-nav-links-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .buy-tickets-div-left-justified {
    display: none;
  }

  /* Single Posts */
  .single-art .entry .image-wrapper,
  .single-post .entry .image-wrapper,
  .events-single .image-wrapper {
    width: 100% !important;
    padding: 20px;
  }

  .single-art .entry .entry-wrapper,
  .single-post .entry .entry-wrapper,
  .events-single .event-details {
    width: 100% !important;
    padding: 60px 30px 30px;
  }

  #tribe-events-content-wrapper {
	 padding: 0;
  }

  .tribe-events-loop, .events-list .tribe-events-loop, .flex-row.tribe-events-loop {
	  width: unset;
	  max-width: 800px;
  }

  .post-event {
    width: 50%;
  }

  .single-post .content,
  .single-art .content,
  .page-template-default .entry,
  .events-single .tribe-events-single#tribe-events-content,
  .blog .site-inner .content-sidebar-wrap,
  .category .site-inner .content-sidebar-wrap,
  .tag .site-inner .content-sidebar-wrap,
  .search .site-inner .content-sidebar-wrap {
    padding: 50px 40px;
  }

  .section,
  .page .entry-content {
    padding: 30px;
  }

  .site-footer {
    padding: 0 20px 10px;
  }

  .site-footer .footer-disclaimer-flexbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


.event-venue-organizer {
  display: block;
}

  .event-venue-organizer .event-organizer-details,
  .event-venue-organizer .event-venue-details {
    width: 50%;
    float: left;
  }

  .event-venue-organizer .tribe-events-meta-group-gmap {
    width: 100%;
    float: none;
    clear: both;
  }

  .single-tribe_events .tribe-events-venue-map {
    width: 100%;
  }

  .aam .tribe-events-sub-nav li a {
    background: none;
  }


}
@media (max-width: 600px) {

  .tribe-events-loop, .events-list .tribe-events-loop, .flex-row.tribe-events-loop {
	  margin: 0;
  }

  .post-event {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

   .dropdown-list-explore,
  .dropdown-list-visit,
  .dropdown-list-support {
    width: 400px;
  }

  .w-dropdown-list {
    min-width: 400px;
    max-width: 400px;
  }

  .single-post .content,
  .single-art .content,
  .page-template-default .entry,
  .events-single .tribe-events-single#tribe-events-content,
  .blog .site-inner .content-sidebar-wrap,
  .category .site-inner .content-sidebar-wrap,
  .tag .site-inner .content-sidebar-wrap,
  .search .site-inner .content-sidebar-wrap {
    padding: 30px 20px;
  }

  .section,
  .page .entry-content {
    padding: 20px;
  }

}
@media (max-width: 479px) {

  .dropdown-toggle-explore,
  .dropdown-toggle-visit,
  .dropdown-toggle-support {
    padding: 8px 4px;
    font-size: 15px;
  }

  .main-nav-link-arrows {
    margin-left: 0;
  }

  .w-dropdown-list {
    z-index: 1000;
  }

  .navbar {
    padding: 30px 10px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .secondary-nav-block {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .secondary-nav-links {
    display: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._33-col._33-col-explore-left {
    width: 100%;
    padding-bottom: 0px;
  }

  ._33-col._33-col-explore-center {
    width: 100%;
    padding-top: 0px;
  }

  ._70-col._70-col-padding-right {
    width: 100%;
    padding-right: 0px;
  }

  ._30-col {
    width: 100%;
  }

.flex-wrap {
  flex-wrap: wrap;
}

.one-half {
  width: 100%;
}

.one-third {
  width: 100%;
}

  .nav-div {
    top: 0px;
    float: none;
  }

  .home-slides-h1 {
    font-size: 6vw;
  }

  .slider-1-text-block {
    padding: 20px;
  }

  .generic-flex-box.article-flexbox {
    margin-bottom: 20px;
  }

  ._50-col._50-col-latest-news {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._50-col._50-col-upcoming {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._50-col._50-col-dropdown {
    width: 100%;
  }

  ._50-col._50-col-dropdown._50-col-visit-dropdown-left {
    width: 100%;
  }

  ._50-col._50-col-dropdown._50-col-visit-dropdown-right {
    width: 100%;
  }

  ._50-col._50-col-artwork {
    padding: 10px;
  }

  ._50-col._50-col-artwork-info,
  ._50-col.entry {
    padding: 10px;
  }

  .section-titles {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .text-link-block {
    color: #d8930c;
  }

  .secondary-nav-link-search {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-2-text-area {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-exhibitions-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-list-explore.w--open {
    left: -8px;
    width: 300px;
  }

  .call-to-action-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-to-action-heading {
    font-size: 24px;
  }

  .call-to-action-subheading {
    font-size: 18px;
  }

  .entry-tags a {
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .dropdown-list-visit.w--open {
    left: -112px;
    width: 300px;
  }

  .link {
    color: #747474;
  }

  .dropdown-list-support.w--open {
    left: -196px;
    width: 300px;
  }

  ._25-col._25-col-center-padding {
    width: 100%;
  }

  ._25-col._25-col-footer {
    width: 100%;
    text-align: center;
  }

  .footer-hours-location-titles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-support-message {
    padding-right: 0px;
  }

  ._2nd-level-header-animated._2nd-level-header-collections {
    padding-top: 40px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 24pt;
  }

  .div-block-21 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.education-sections-adult {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.education-sections-families {
    padding: 40px 20px;
  }

  .section.education-sections-educators {
    padding: 30px 20px;
  }

  .section.section-50px-top-padding {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bread-crumb-div {
    text-align: center;
  }

  .main-nav-links-explore {
    margin-right: 10px;
  }

  .main-nav-links-visit {
    margin-right: 10px;
  }

  ._2nd-level-title-headings {
    font-size: 7vw;
  }

  .exhibition-header {
    height: 225px;
  }

  .exhibitions-title-overlay {
    padding-right: 30px;
    padding-left: 30px;
  }

  .artwork-artist-link {
    font-size: 16px;
  }

  .heading-10,
  .entry-title,
  .content-box h3 {
    font-size: 24px;
  }

  .main-mobile-logo-link {
    display: block;
    width: 150px;
    margin: 10px auto;
    float: none;
  }

  .slider-div-flexbox {
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; */
    display: block;
  }

  .moulthrop-image {
    top: 0px;
  }

  .h1-page-titles,
  .archive-title,
  .page .entry-header .entry-title {
    font-size: 24px;
  }

  ._2nd-level-header-image {
    height: 150px;
  }

  .education-program-link-blocks {
    height: 100px;
  }

  .education-program-link-titles {
    font-size: 14px;
  }

  .program-headings {
    font-size: 24px;
  }

  .graident-top-background {
    height: 500px;
  }

  .secondary-nav-links-div {
    width: auto;
  }
}


.aam #fancybox-close:hover span, 
.aam #fancybox-next:hover span, 
.aam #fancybox-prev:hover span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.aam .fancy-ico span {
    position: relative;
    border-radius: 50%;
    background: #000;
    box-shadow: none;
    transition: transform .25s ease-in-out;
  }

/* Gutes -----------------------------
-------------------------------------- */
.wp-block-group {
  padding: 24px 0;
}

.wp-block-group .wp-block-image {
 
}

.wp-block-separator {
  color: #f5ac1c;
  opacity: .8;
  width: 30%;
  margin: 60px auto;
}

.wp-block-ub-content-toggle-accordion-title {
  text-transform: none;
}

.is-layout-flow li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}



/* 
-----> Black Mountain College --------
-------------------------------------- */

/* Archive Page */
.bmc-timeline-entry {
  width: 100%;
}

.bmc-timeline-entry .year-detail,
.bmc-timeline-entry .year-title,
.bmc-timeline-entry .vertical-line .marker {
  opacity: 0;
}

.bmc-timeline-entry:first-child .year-detail,
.bmc-timeline-entry:first-child .year-title,
.bmc-timeline-entry:first-child .vertical-line .marker,
.no-js .bmc-timeline-entry .year-detail,
.no-js .bmc-timeline-entry .year-title,
.no-js .bmc-timeline-entry .vertical-line .marker {
  opacity: 1;
}

.bmc-timeline-entry.in-view .year-title,
.bmc-timeline-entry.in-view .year-detail,
.bmc-timeline-entry.in-view .vertical-line .marker {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .bmc-timeline-entry.in-view .vertical-line .marker {
    transition: opacity .25s ease;
  }
  .bmc-timeline-entry.in-view .year-title {
    transition: opacity .5s ease;
  }
  .bmc-timeline-entry.in-view .year-detail {
    transition: opacity .5s ease;
  }
}

.year-wrapper {
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  column-gap: 40px;
  width: 100%;
}

.vertical-line {
  background: #747474;
}

.vertical-line .marker {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 20px;
  margin-left: -6px;
  margin-right: -6px;
  background-color: #f5ac1c;
}

.year-title .button {
  padding: 12px 14px;
  font-size: 16px;
  font-size: 1.6rem;
}

.year-detail {
  max-width: 100%;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.even .year-detail {
  justify-content: flex-end;
}

.year-detail .detail-block {
  max-width: 360px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.even .year-detail .detail-block {
  align-items: flex-end;
}

.odd .year-title,
.even .year-detail {
  text-align: right;
}

.odd .year-detail img {
  border-left: 5px solid #f5ac1c;
}

.even .year-detail img {
  border-right: 5px solid #f5ac1c;
}


h3.bmc-heading {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #747474;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

/*@keyframes bmctime {
  0% {
    transform: scale(0, .025);
  }
  50% {
    transform: scale(1, .025);
  }
}*/

/* Single BMC Post */
.single-bmc .content {
  padding: 70px 0;
  width: 56vw;
  max-width: 75em;
  margin: 0 auto;
  /*background-color: #f0f0f0;*/
}

.single-bmc .container-with-no-bottom-padding.bmc-nav {
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-bottom: 1px solid #747474;
}

.bmc-page .container-with-no-bottom-padding.bmc-nav {
  padding-bottom: 50px;
}

.bmc-page .container-with-no-bottom-padding.bmc-nav .anchor-navigation-div {
  margin-top: 0;
}

.page.bmc-page .entry-content {
  padding-top: 20px;
}

.single-bmc h2,
.single-bmc h3,
.single-bmc h4,
.single-bmc h5,
.single-bmc p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.single-bmc p {
  margin-bottom: 24px;
}

.single-bmc p {
  font-size: 17px;
  line-height: 1.4;
}

.single-bmc h2 {
  color: #f5ac1c;
}

.centerheading {
  text-align: center;
}

.single-bmc .entry-title {
  margin-bottom: 40px;
}

.aam .wp-block-ub-content-toggle {
  padding: 15px 0;
}

.single-bmc li {
  font-size: 17px;
  padding-bottom: 8px;
  line-height: 1.4;
}

.single-bmc ol,
.single-bmc ul {
  margin-bottom: 24px;
}

.aam .modern-footnotes-footnote {
  font-weight: 700;
  padding-left: 2px;
}

.bmc-child-page .centerheading {
  color: #f5ac1c;
}

.aam .modern-footnotes-footnote a {
  /*color: #f5ac1c;*/
  font-weight: 700;
}

/* End Black Mountain College -------- */

/* Events Calendar Updated Styles */
:root {
    --tec-color-text-primary: #333;
    --tec-color-text-primary-light: rgba(20,24,39,.62);
    --tec-color-text-secondary: #747474;
    --tec-color-text-disabled: #d5d5d5;
    --tec-color-icon-primary: #747474;
    --tec-color-icon-primary-alt: #747474;
    --tec-color-icon-secondary: #bababa;
    --tec-color-icon-active: #000;
    --tec-color-icon-disabled: #bababa;
    --tec-color-icon-focus: #f5ac1c;
    --tec-color-icon-error: #da394d;
    --tec-color-event-icon: #000;
    --tec-color-event-icon-hover: #f5ac1c;
    --tec-color-accent-primary: #f5ac1c;
    --tec-color-link-accent-hover: #444;
    --tec-color-border-default: #d5d5d5;
    --tec-color-border-secondary: #e4e4e4;
    --tec-color-border-tertiary: #7d7d7d;
    --tec-color-border-hover: #747474;
    --tec-color-border-active: #333;
    --tec-color-background: #fff;
    --tec-color-background-events: transparent;
    --tec-color-background-transparent: hsla(0,0%,100%,.6);
    --tec-color-background-secondary: #f7f6f6;
    --tec-color-background-messages: rgba(20,24,39,.07);
    --tec-color-background-secondary-hover: #f0eeee;
    --tec-color-background-error: rgba(218,57,77,.08);
    --tec-color-box-shadow: rgba(0,0,0,.14);
    --tec-color-box-shadow-secondary: rgba(0,0,0,.1);
    --tec-color-scroll-track: rgba(0,0,0,.25);
    --tec-color-scroll-bar: rgba(0,0,0,.5);
    --tec-color-background-primary-multiday: rgba(245,172,28,.24);
    --tec-color-background-primary-multiday-hover: rgba(245,172,28,.34);
    --tec-color-background-secondary-multiday: rgba(20,24,39,.24);
    --tec-color-background-secondary-multiday-hover: rgba(20,24,39,.34);
    --tec-color-accent-primary-week-event: rgba(245,172,28,.1);
    --tec-color-accent-primary-week-event-hover: rgba(245,172,28,.2);
    --tec-color-accent-primary-week-event-featured: rgba(245,172,28,.04);
    --tec-color-accent-primary-week-event-featured-hover: rgba(245,172,28,.14);
	--tec-color-background-events-bar-submit-button: #666;
    --tec-color-background-events-bar-submit-button-hover: var(--tec-color-button-primary);
	--tec-border-radius-default: 0;
	--tec-font-family-sans-serif: museo-sans, sans-serif;
	--tec-color-background-events-bar-submit-button-hover: var(--tec-color-button-primary);
    --tec-color-background-events-bar-submit-button-active: #d8930c;
	--tec-color-text-events-bar-submit-button-active: #fff;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn {
	text-transform: uppercase;
}
.tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:focus {
	outline: 2px solid #d8930c !important;
	outline-offset: -2px !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none;
}
#tribe-events-pg-template {
	max-width: 1200px !important;
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 15px !important;
    line-height: 1.7 !important;
}
#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1 {
    font-size: 21px;
    line-height: 1.5;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
}
#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2 {
    font-size: 18px;
    line-height: 1.6;
	font-family: museo-sans, sans-serif;
    color: #747474;
	font-weight: 300;
}
#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3 {
    font-size: 16px;
    line-height: 1.8;
	font-family: museo-sans, sans-serif;
    color: #747474;
}
#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4 {
    font-size: 14px;
    line-height: 1.8;
	font-family: museo-sans, sans-serif;
    color: #747474;
}
#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5 {
    font-size: 13px;
    line-height: 1.8;
	font-family: museo-sans, sans-serif;
    color: #747474;
	font-weight: 300;
}
#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6 {
    font-size: 12px;
    line-height: 1.8;
	font-family: museo-sans, sans-serif;
    color: #747474;
	font-weight: 300;
}
#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6 {
    margin: 24px 0;
}
.single-tribe_events .tribe-events-venue-map {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin: 20px 4% 2% 0;
    padding: 5px;
    vertical-align: top;
    width: 90%;
    zoom: 1;
}
.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
	max-height: none !important;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
	border-top: none !important;
}
.single-tribe_events #tribe-events-footer li, .single-tribe_events #tribe-events-header li {
    width: 48%;
}
.tribe-events-content a:not(.button),
.tribe-events-content a:not(.button):active, .tribe-events-content a:not(.button):focus, .tribe-events-content a:not(.button):hover {
	border-bottom: none !important;
}
.tribe-events-content .button {
	border: 2px solid #f5ac1c;
}
.tribe-events-content .button:hover {
	color: #fff;
	border: 2px solid #f5ac1c;
}
@font-face {
  font-family: 'Asheville art museum';
  src: url("../fonts/Asheville-Art-Museum.eot") format("embedded-opentype"), url("../fonts/Asheville-Art-Museum.woff") format("woff"), url("../fonts/Asheville-Art-Museum.ttf") format("truetype"), url("../fonts/Asheville-Art-Museum.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}