/*
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dbqmuseumofart
Domain Path: /languages/
Tags:

DBQMuseumOfArt is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
  5.1 - Links
  5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
  10.1 - Posts and pages
  10.2 - Asides
  10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
  12.1 - Captions
  12.2 - Galleries
--------------------------------------------------------------*/
/* 0.0 - Vars */
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */

  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */

  box-sizing: border-box;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */

}
body strong {
  color: #000000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
p {
  color: #666666;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
}
body:last-child,
button:last-child,
input:last-child,
select:last-child,
textarea:last-child,
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  font-size: 28px;
  color: black;
}
h2 {
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
  cursor: pointer;
}
h4 ~ p {
  1display: none;
}
h4 span,
h4 a {
  font-size: 14px;
}
h5 {
  display: block;
  float: left;
  font-weight: bold;
}
h5 a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
}
h5 a:hover,
h5 a:active,
h5 a:visited {
  color: white;
}
#primary input[type="submit"] {
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#primary input[type="submit"]:hover,
#primary input[type="submit"]:active,
#primary input[type="submit"]:visited {
  color: white;
}
h6 {
  font-size: 11px;
  margin-top: 15px;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0;
  padding: 20px;
  margin-bottom: 20px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote ul {
  margin: 0 0 0 25px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  clear: both;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */

  max-width: 100%;
  /* Adhere to container width. */

}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */

}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #666666;
}
a:visited {
  color: #666666;
}
a:active,
a:hover,
a:focus {
  color: #000;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  float: left;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* Small menu */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content & Layout
--------------------------------------------------------------*/
.top-bar {
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e6e6e6));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #e6e6e6 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.top-bar .top-bar-content {
  text-align: right;
  line-height: 35px;
}
.top-bar .top-bar-content a {
  text-decoration: none;
}
#masthead {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
#masthead h5 {
  position: absolute;
  right: 0px;
  top: 70px;
}
#masthead .header-image {
  width: 180px;
  height: 51px;
  display: block;
}
#masthead .site-branding {
  position: relative;
}
#masthead .site-branding h1 {
  float: left;
}
#masthead .site-branding #search {
  position: absolute;
  top: 0;
  right: 150px;
}
#masthead .site-branding #search input.search-submit {
  border: none;
  background-color: #ccc;
  background-image: none;
  box-shadow: none;
  color: white;
  text-shadow: none;
  font-weight: bold;
  border-radius: 0;
  padding: 9px 6px 8px 7px;
}
#masthead .site-branding .hours {
  float: right;
  position: relative;
}
#masthead .site-branding .hours em {
  font-style: normal;
  font-weight: bold;
}
#masthead .site-branding .hours p {
  line-height: 1;
  margin-bottom: 7px;
}
#masthead #site-navigation {
  height: 40px;
  height: 190px;
  border-top: 1px solid #d1d1d1;
  background: url('/assets/visit_banner.jpg') no-repeat;
  background-position: 0px 40px;
  transition: height 300ms;
}
#masthead #site-navigation.expanded {
  height: 190px;
  transition: height 300ms;
}
#masthead #site-navigation > div > ul > li > .sub-menu > li {
  position: relative;
  top: 5px;
}
#masthead #site-navigation > div > ul > li > .sub-menu > li.second-column.art {
  padding-top: 8px;
}
#masthead #site-navigation > div > ul .nav-visit.selected {
  transition: border 0.5s ease-in;
  -moz-transition: border 0.5s ease-in;
  -webkit-transition: border 0.5s ease-in;
  border-bottom: 5px solid #179896;
}
#masthead #site-navigation > div > ul .nav-visit > ul,
#masthead #site-navigation > div > ul .nav-visit .second-column {
  background: #179896;
  background: rgba(23, 152, 150, 0.7);
}
#masthead #site-navigation > div > ul .nav-education.selected {
  transition: border 0.5s ease-in;
  -moz-transition: border 0.5s ease-in;
  -webkit-transition: border 0.5s ease-in;
  border-bottom: 5px solid #933d94;
}
#masthead #site-navigation > div > ul .nav-education > ul,
#masthead #site-navigation > div > ul .nav-education .second-column {
  background: #933d94;
  background: rgba(147, 61, 148, 0.7);
}
#masthead #site-navigation > div > ul .nav-education > ul {
  height: 144px;
}

#content #masthead .nav-about .sub-menu li a {
  line-height: .8em;
}
#masthead #site-navigation > div > ul .nav-art.selected,
#masthead #site-navigation > div > ul .nav-about.selected {
  transition: border 0.5s ease-in;
  -moz-transition: border 0.5s ease-in;
  -webkit-transition: border 0.5s ease-in;
  border-bottom: 5px solid #9a973b;
}
#masthead #site-navigation > div > ul .nav-art > ul,
#masthead #site-navigation > div > ul .nav-about > ul,
#masthead #site-navigation > div > ul .nav-art .second-column,
#masthead #site-navigation > div > ul .nav-about .second-column {
  background: #9a973b;
  background: rgba(154, 151, 59, 0.7);
}
#masthead #site-navigation > div > ul .nav-participate.selected {
  transition: border 0.5s ease-in;
  -moz-transition: border 0.5s ease-in;
  -webkit-transition: border 0.5s ease-in;
  border-bottom: 5px solid #fc9827;
}
#masthead #site-navigation > div > ul .nav-participate > ul,
#masthead #site-navigation > div > ul .nav-participate .second-column {
  background: #fc9827;
  background: rgba(252, 152, 39, 0.7);
}
#masthead #site-navigation li.current-menu-item:not(.current-menu-parent):before {
  content: "•";
  font-size: 22px;
  position: absolute;
  left: 5px;
  color: white;
  top: -4px;
}
#masthead #site-navigation li.current-menu-item:not(.current-menu-parent).second-column:before {
  top: 2px;
}
#masthead #site-navigation ul.nav-menu > li {
  text-align: center;
  width: 148px;
  height: 40px;
  line-height: 40px;
}
#masthead #site-navigation ul.nav-menu > li > ul {
  min-height: 190px;
  display: none;
}
#masthead #site-navigation ul.nav-menu > li:hover > ul {
  display: block;
}
#masthead #site-navigation ul.nav-menu > li li a {
  color: white;
}
#masthead #site-navigation ul.nav-menu > li li a[href]:hover {
  font-weight: bold;
}
#masthead #site-navigation ul.sub-menu li {
  text-transform: uppercase;
  text-align: left;
  height: auto;
  line-height: normal;
  padding: 5px 0 7px 15px;
}

#masthead #site-navigation .nav-education ul.sub-menu li {
  padding: 2px 0 4px 15px;
}

#masthead #site-navigation .nav-education ul.sub-menu .second-column li {
  padding: 6px 0 10px 15px;
}

#masthead #site-navigation ul.sub-menu li a {
  padding: 0;
  height: auto;
  line-height: 0.9;
  width: 133px;
}
#masthead #site-navigation .sub-menu ul.sub-menu {
  box-shadow: none;
}
#masthead #site-navigation .sub-menu li .sub-menu li {
  background: transparent;
  box-shadow: none;
}
#masthead #site-navigation .art.second-column {
  position: relative;
  top: -110px;
  left: 163px;
  background-color: rgba(147, 61, 148, 0.7);
}
#masthead #site-navigation .nav-art > .sub-menu {
  height: 144px;
}
#masthead #site-navigation .nav-art > .sub-menu li a {
  width: 118px;
}
#masthead #site-navigation .nav-art > .sub-menu > li:first-child > a {
  padding: 0px 0px 6px 0px !important;
}
#masthead #site-navigation .nav-art > .sub-menu .second-column li:before {
  left: -12px;
}
#masthead #site-navigation .second-column {
  min-height: 190px;
}
#masthead #site-navigation .nav-art .second-column {
  position: relative;
  top: -126px;
  left: 148px;
  background: rgba(154, 151, 59, 0.7);
}
#masthead #site-navigation .nav-art .second-column > a {
  display: none;
}
#masthead #site-navigation .nav-art .second-column .sub-menu > li {
  padding-left: 0;
}
#masthead #site-navigation .nav-education > .sub-menu > li > a {
  padding: 0px 0px 6px 0px !important;
}
#content > aside,
#content > #primary,
#content > .two-column.side-bar {
  display: inline-block;
  vertical-align: top;
}
#content > #primary {
  width: 575px;
  display: inline-block;
  float: left;
}
#content > #primary .conserve-row h3 {
  font-weight: bold;
  font-size: 15px;
}
#content .two-column.side-bar {
  margin-left: 50px;
}
#content aside.main-sidebar {
  width: 220px;
  /*text-align: center;*/
  min-height: 365px;
  border-left: 1px solid #9E9E9E;
  padding-left: 20px;
  float: right;
}
#content aside.main-sidebar h1 {
  font-size: 16px;
  font-weight: bold;
}
#content aside.main-sidebar .duration {
  font-weight: normal;
}

#content aside.main-sidebar .entry-title {
    margin: 0;
}
#content aside.main-sidebar .entry-title a {
  font-size: 16px;
  text-decoration: none;
  color: #454545;
}
#content aside.main-sidebar ol {
  margin: 30px 10px;
}
#content aside.main-sidebar p,
#content aside.main-sidebar strong,
#content aside.main-sidebar em {
  color: #424242;
}
#content aside.main-sidebar p {
  margin: 0;
}
#content aside.main-sidebar hr {
  width: 10px;
  height: 10px;
  background: #666;
  margin: 20px auto;
}
#theMap {
  height: 190px;
  max-width: 380px;
}
#theMap img {
  max-width: none;
}
.entry-header {
  display: none;
}

body.archive .entry-header {
    display: block;
    margin-top: 40px;
}
body.archive .entry-header a{
  color: black;
  font-size: 22px;
  text-decoration: none;
}

body.archive .entry-header a:hover {
  text-decoration: underline;
}
.home footer.entry-footer {
  display: none;
}
.search .entry-header {
  display: block;
}
#page {
  background: #fff;
  /*width: 940px;*/
  margin: 0 auto;
}
.spinner-container {
  position: relative;
  min-height: 410px;
}
.spinner-container .spinner-image {
  position: absolute;
  z-index: 2;
}
.spinner-container .spinner-image aside {
  background-image: url('/assets/purple_bg.png');
  position: absolute;
  padding: 20px;
}
.spinner-container .spinner-image aside h1,
.spinner-container .spinner-image aside h2,
.spinner-container .spinner-image aside p,
.spinner-container .spinner-image aside strong {
  color: white;
}
.spinner-container .spinner-image aside h2 {
  font-size: 20px;
}
.spinner-container .spinner-image aside p {
  font-size: 16px;
  margin-bottom: 10px;
}
.spinner-container .spinner-image aside content {
  position: absolute;
  bottom: 0;
  right: 11px;
  left: 20px;
}
.spinner-container .indicators {
  height: 30px;
  width: 30px;
  top: 86%;
  position: relative;
  left: -20px;
}
.spinner-container .indicators .ind {
  height: 10px;
  width: 10px;
  background: #9A9A9A;
  margin: 5px 0;
  transition: all 0.5s ease-in;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.spinner-container .indicators .ind.active {
  transition: all 0.5s ease-in;
  background: #933d94;
}
#colophon {
  background: #933d94;
  color: white;
  padding: 5px 55px;
  max-width: 830px;
  margin: 0 auto;
}
#colophon .social-buttons {
  float: left;
}
#colophon .social-buttons a {
  color: white;
  font-size: 20px;
  margin-right: 5px;
}
#colophon .social-buttons a.Twitter {
  background-position: -24px 0;
}
#colophon .social-buttons a.Pinterest {
  background-position: -48px 0;
}
#colophon .social-buttons a.Flickr {
  background-position: -94px 0;
}
#colophon .social-buttons a.Instagram {
  background-position: -70px 0;
}
#colophon .contact {
  float: right;
}
#content {
  padding: 20px 55px;
  padding-bottom: 60px;
  max-width: 940px;
  margin: 0 auto;
}
.top-bar-content {
  width: 940px;
  margin: 0 auto;
  padding-right: 55px;
}
.spinner-container {
  height: 410px;
}
.spinner-container .spinner-image aside {
  height: 240px;
  width: 265px;
  left: 20px;
  top: 150px;
}
.home #content > #primary {
  width: 43%;
  float: left;
  padding: 10px 10px 0 0;
  height: 170px;
}
.home .button-links {
  float: right;
}
.home .button-links a {
  position: relative;
  display: inline-block;
}
.home .button-links a span {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: white;
  top: 70px;
  width: 80px;
  text-align: center;
  left: 40px;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 10px;

  bottom: 0px;
left: 10px;
right: 0px;
top: 14px;
padding: 50px 33px;
display: block;
width: 140px;
height: 140px;
}
.home .button-links a img {
  margin-left: 10px;
  margin-top: 14px;
  position: relative;
}

.home .button-links a img:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.home .button-links a:nth-child(1) span {
  background-color: rgba(255, 135, 0, 0.69);
}

.home .button-links a:nth-child(2) span {
  background-color: rgba(32, 160, 165, 0.56);
}

.home .button-links a:nth-child(3) span {
  background-color: rgba(161, 165, 0, .5);
}

.home .sponsor {
  position: relative;
  left: 90px;
  top: -16px;
}
.home .sponsor img {
  position: relative;
  left: 5px;
  top: 9px;
}
#content aside.side-bar {
  float: left;
  width: 350px;
  position: relative;
  top: 50px;
  left: 30px;
}
#content aside.side-bar content a,
#content aside.side-bar content p strong {
  width: 110px;
  font-weight: normal;
  display: inline-block;
  color: #666666;
}
#content aside.side-bar content em {
  font-style: normal;
}
#content aside.side-bar content h3 {
  padding-left: 10px;
}
#content aside.side-bar content p {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
}
#content aside.side-bar .staff-images {
  width: 350px;
  float: right;
  margin-top: 20px;
}
#content aside.side-bar .staff-images p {
  float: left;
  margin-right: 75px;
  font-size: 12px;
}
#content aside.side-bar .staff-images span {
  display: block;
}
#content section.directions.side-bar {
  position: relative;
  left: 20px;
  width: 380px;
  display: inline-block;
  float: left;
}
#content section.directions.side-bar .sponsor {
  padding: 16px 16px 24px 16px;
  background-color: #D9F0F0;
  margin-top: 22px;
  font-weight: bold;
  color: black;
}
#content section.directions.side-bar .sponsor img {
  float: right;
  position: relative;
  top: 10px;
}
#content > #primary.mission-page {
  width: 230px;
  float: left;
}
#content > #primary.two-column,
#content > #primary.directions {
  width: 195px;
  float: left;
  display: inline-block;
}
#content > #primary.exhibitions .image-column {
  width: 130px;
  margin-right: 10px;
}
#content > #primary.exhibitions .details {
  width: 510px;
  font-family: Cabin;
}
#content > #primary.exhibitions .details .title p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
#content > #primary.exhibitions .details .date {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin: 0;
}
#content > #primary.exhibitions .details .sponsor p {
  font-style: italic;
  font-size: 14px;
  margin: 0;
  color: #000;
}
#content > #primary.exhibitions .details article {
  margin-top: 20px;
}
#content > #primary.exhibitions .exhibit-content {
  margin: 20px 0;
}
#content > #primary.exhibitions .exhibit-content > div {
  display: inline-block;
  vertical-align: top;
}
#content #primary.aotw .aotw-image {
  float: left;
  width: 160px;
  margin-right: 20px;
}
#content #primary.upcoming .upcoming-row {
  clear: both;
  margin-top: 10px;
}
#content #primary.upcoming .upcoming-row .column {
  float: left;
}
#content #primary.upcoming .upcoming-row .column.when {
  width: 20%;
}
#content #primary.upcoming .upcoming-row .column.title {
  width: 45%;
  margin: 0 5%;
}
#content #primary.upcoming .upcoming-row .column.gall {
  width: 25%;
}
#content #primary.conservation .conserve-row {
  margin: 20px 0;
}
#content #primary.conservation .conserve-row > * {
  display: inline-block;
}
#content #primary.conservation .conserve-row .left-column {
  max-width: 25%;
}
#content #primary.conservation .conserve-row .conserve-content {
  max-width: 70%;
  vertical-align: top;
  padding-left: 10px;
}
#content #primary.conservation .conserve-row h5 {
  float: none;
  margin-top: 5px;
}
#content #primary.conservation .conserve-row h5 a {
  text-align: center;
}
#content #primary.membership-page p {
  float: left;
  min-width: 125px;
  margin-bottom: 10px;
}
#content #primary.membership-page hr + p + p {
  max-width: 510px;
}

#content #primary.membership-page .foot h5 a {
  display: inline-block;
  margin: 0 1em 1em 0;
}
#content #primary.board-page ul {
  -webkit-column-width: 160px;
  -moz-column-width: 160px;
  column-width: 160px;
  height: 223px;
  margin: 0;
}
#content .frm_forms .frm_top_container {
  width: 30%;
  float: left;
  clear: none;
  margin-right: 3%;
}
#content .frm_forms .frm_top_container.title,
#content .frm_forms .frm_top_container.nametitle,
#content .frm_forms .frm_top_container.billingtitle {
  width: 10%;
}
#content .frm_forms .frm_top_container.middlei,
#content .frm_forms .frm_top_container.billingmiddlei,
#content .frm_forms .frm_top_container.middleinitial {
  width: 17%;
}
#content .frm_forms .frm_top_container.adopttype {
  width: 63%;
}
#content .frm_forms .frm_top_container.artwork {
  clear: both;
  width: 63%;
}
#content .frm_forms .frm_top_container.amount,
#content .frm_forms .frm_top_container.total,
#content .frm_forms .frm_top_container.adoptworkphone,
#content .frm_forms .frm_top_container.household {
  clear: both;
}
#content .frm_forms.with_frm_style input.auto_width,
#content .frm_forms.with_frm_style select.auto_width,
#content .frm_forms.with_frm_style textarea.auto_width {
  width: 100%;
}
#content .frm_forms .with_frm_style label.frm_primary_label {
  font-family: 'Cabin', Arial, sans-serif;
  font-size: 14px;
}
/* Newsletter & PR Page */
.post-90 .entry-content p,
.post-892 .entry-content p {
  display: inline-block;
  margin: 35px;
  text-align: center;
  width: 29%;
  vertical-align: top;
}
.post-90 .entry-content p img,
.post-892 .entry-content p img {
  border: 2px solid #A1A1A1;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
}
.controls {
  position: relative;
  top: 45%;
}
.controls > div {
  background-size: 100%;
  height: 16px;
  width: 16px;
  position: relative;
}
.controls .next {
  background-image: url('/assets/arrow-right.png');
  float: right;
  left: 26px;
  cursor: pointer;
}
.controls .prev {
  background-image: url('/assets/arrow-left.png');
  float: left;
  left: -26px;
  cursor: pointer;
}
#mobile-nav {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .spinner-container .spinner-image aside {
    top: 65px;
  }
  .home #content > #primary {
    width: auto;
  }
  .home .sponsor {
    position: relative;
    left: 0;
    top: -16px;
    float: right;
  }
  .home .button-links {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-bar-content {
    width: auto;
    max-width: 940px;
  }
  #masthead #site-navigation ul.nav-menu > li {
    width: 17%;
  }
  #page {
    max-width: 940px;
    width: auto;
  }
  #content section.directions.side-bar {
    left: 0;
    max-width: 700px;
    width: auto;
  }
  #content section.directions.side-bar #theMap {
    max-width: 700px;
    height: 300px;
  }
  #content aside.main-sidebar {
    width: 100%;
    border: none;
    padding-top: 30px;
    padding-left: 0;
  }
  #content > #primary {
    max-width: 655px;
    width: auto;
  }
  #content > #primary.directions {
    width: auto;
  }
  #content > #primary.exhibitions .details {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .alignright {
    float: none;
    margin-left: 0;
  }
  .top-bar-content {
    padding-right: 10px;
  }
  #content {
    padding: 20px 10px;
  }
  #content aside.side-bar {
    width: auto;
    position: static;
  }
  #content aside.side-bar .staff-images {
    width: auto;
  }
  #content aside.side-bar content h3,
  #content aside.side-bar content p {
    padding-left: 0;
  }
  #content #masthead {
    margin-bottom: 0;
  }
  #content #masthead .site-branding {
    margin-bottom: 65px;
  }
  #content #masthead .site-branding #search {
    display: none;
  }
  #content #masthead > h5 {
    display: none;
  }
  #content #masthead #site-navigation {
    display: none;
  }
  #content #masthead #mobile-nav {
    display: block;
    clear: both;
    color: white;
  }
  #content #masthead #mobile-nav ul {
    list-style-type: none;
  }
  #content #masthead #mobile-nav > div > ul {
    margin-left: 0;
  }
  #content #masthead #mobile-nav > div > ul > li {
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    max-height: 0;
    overflow: hidden;
  }
  #content #masthead #mobile-nav > div > ul > li.expanded {
    max-height: 300px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
  }
  #content #masthead #mobile-nav > div > ul > li > .sub-menu {
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    max-height: 0;
  }
  #content #masthead #mobile-nav > div > ul > li > .sub-menu.expanded {
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    max-height: 285px;
  }
  #content #masthead #mobile-nav a {
    color: white;
    text-decoration: none;
    padding: 6px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 16px;
  }
  #content #masthead #mobile-nav > button[type="button"] {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: white;
    border-radius: 0;
    line-height: 16px;
    font-size: 16px;
    border-bottom: 3px solid white;
  }
  #content #masthead #mobile-nav .nav-art .second-column {
    position: relative;
    left: -20px;
  }
  #content #masthead #mobile-nav .second-column.hidden > a {
    display: none;
  }
  #content #masthead #mobile-nav .nav-art,
  #content #masthead #mobile-nav .nav-about {
    background: #9a973b;
  }
  #content #masthead #mobile-nav .nav-visit {
    background: #179896;
  }
  #content #masthead #mobile-nav .nav-participate {
    background: #fc9827;
  }
  #content #masthead #mobile-nav .nav-education {
    background: #933d94;
  }
  #content > #primary.two-column {
    width: auto;
  }
  #content #primary.aotw + aside.main-sidebar {
    display: none;
  }
  #content #primary.conservation .conserve-row .left-column {
    max-width: 100%;
  }
  #content #primary.conservation .conserve-row .conserve-content {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  #content #primary.conservation .conserve-row .conserve-content ul {
    margin-left: 20px;
  }
  #content .two-column.side-bar {
    margin-left: 0;
  }
  #content .frm_forms .frm_top_container {
    width: 100% !important;
  }
  #content #primary.board-page ul {
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
    height: auto;
  }
  .spinner-container {
    display: none;
  }
  .home #content {
    padding-bottom: 40px;
  }
  .home #content > #primary {
    width: auto;
    height: auto;
  }
  .home #content > #primary .sponsor {
    position: static;
  }
  .home .button-links {
    text-align: center;
  }
  #colophon {
    padding: 5px 10px;

  }
  #colophon .contact {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #content .site-branding .hours {
    display: none;
  }
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.foot {
  clear: both;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
10.4 Theming
--------------------------------------------------------------*/
body #colophon,
body hr,
body h5 a,
body #primary input[type="submit"] {
  background-color: #933d94;
}
body .header-image {
  background-image: url('/assets/logo_purple.png');
  background-repeat: no-repeat;
}
body .site-branding .hours em {
  color: #933d94;
}
body .upcoming-row {
  border-top: #933d94 1px solid;
}
body .upcoming-row:first-of-type {
  border-top: transparent;
}
body blockquote ul li {
  list-style-type: none;
}
body blockquote ul li:before {
  color: #933d94;
  content: "•";
  position: relative;
  left: -7px;
  font-size: 18px;
  margin-left: -7px;
}
body #mobile-nav > button {
  background: #933d94;
}
body.Home #colophon,
body.Education #colophon,
body.Home hr,
body.Education hr,
body.Home h5 a,
body.Education h5 a,
body.Home #primary input[type="submit"],
body.Education #primary input[type="submit"] {
  background-color: #933d94;
}
body.Home .header-image,
body.Education .header-image {
  background-image: url('/assets/logo_purple.png');
  background-repeat: no-repeat;
}
body.Home .site-branding .hours em,
body.Education .site-branding .hours em {
  color: #933d94;
}
body.Home .upcoming-row,
body.Education .upcoming-row {
  border-top: #933d94 1px solid;
}
body.Home .upcoming-row:first-of-type,
body.Education .upcoming-row:first-of-type {
  border-top: transparent;
}
body.Home blockquote ul li,
body.Education blockquote ul li {
  list-style-type: none;
}
body.Home blockquote ul li:before,
body.Education blockquote ul li:before {
  color: #933d94;
  content: "•";
  position: relative;
  left: -7px;
  font-size: 18px;
  margin-left: -7px;
}
body.Home #mobile-nav > button,
body.Education #mobile-nav > button {
  background: #933d94;
}
body.Visit #colophon,
body.events-single #colophon,
body.events-archive #colophon,
body.Visit hr,
body.events-single hr,
body.events-archive hr,
body.Visit h5 a,
body.events-single h5 a,
body.events-archive h5 a,
body.Visit #primary input[type="submit"],
body.events-single #primary input[type="submit"],
body.events-archive #primary input[type="submit"] {
  background-color: #179896;
}
body.Visit .header-image,
body.events-single .header-image,
body.events-archive .header-image {
  background-image: url('/assets/logo_teal.png');
  background-repeat: no-repeat;
}
body.Visit .site-branding .hours em,
body.events-single .site-branding .hours em,
body.events-archive .site-branding .hours em {
  color: #179896;
}
body.Visit .upcoming-row,
body.events-single .upcoming-row,
body.events-archive .upcoming-row {
  border-top: #179896 1px solid;
}
body.Visit .upcoming-row:first-of-type,
body.events-single .upcoming-row:first-of-type,
body.events-archive .upcoming-row:first-of-type {
  border-top: transparent;
}
body.Visit blockquote ul li,
body.events-single blockquote ul li,
body.events-archive blockquote ul li {
  list-style-type: none;
}
body.Visit blockquote ul li:before,
body.events-single blockquote ul li:before,
body.events-archive blockquote ul li:before {
  color: #179896;
  content: "•";
  position: relative;
  left: -7px;
  font-size: 18px;
  margin-left: -7px;
}
body.Visit #mobile-nav > button,
body.events-single #mobile-nav > button,
body.events-archive #mobile-nav > button {
  background: #179896;
}
body.Participate #colophon,
body.Participate hr,
body.Participate h5 a,
body.Participate #primary input[type="submit"] {
  background-color: #fc9827;
}
body.Participate .header-image {
  background-image: url('/assets/logo_orange.png');
  background-repeat: no-repeat;
}
body.Participate .site-branding .hours em {
  color: #fc9827;
}
body.Participate .upcoming-row {
  border-top: #fc9827 1px solid;
}
body.Participate .upcoming-row:first-of-type {
  border-top: transparent;
}
body.Participate blockquote ul li {
  list-style-type: none;
}
body.Participate blockquote ul li:before {
  color: #fc9827;
  content: "•";
  position: relative;
  left: -7px;
  font-size: 18px;
  margin-left: -7px;
}
body.Participate #mobile-nav > button {
  background: #fc9827;
}
body.Participate blockquote {
  background-color: #FFF0DA;
}
body.Participate blockquote ul li:before {
  color: #fc9827;
  content: "•";
  position: relative;
  left: -7px;
  font-size: 18px;
  margin-left: -7px;
}
body.Art #colophon,
body.About-Us #colophon,
body.Art hr,
body.About-Us hr,
body.Art h5 a,
body.About-Us h5 a,
body.Art #primary input[type="submit"],
body.About-Us #primary input[type="submit"] {
  background-color: #799610;
}
body.Art .header-image,
body.About-Us .header-image {
  background-image: url('/assets/logo_green.png');
  background-repeat: no-repeat;
}
body.Art .site-branding .hours em,
body.About-Us .site-branding .hours em {
  color: #799610;
}
body.Art .upcoming-row,
body.About-Us .upcoming-row {
  border-top: #799610 1px solid;
}
body.Art .upcoming-row:first-of-type,
body.About-Us .upcoming-row:first-of-type {
  border-top: transparent;
}
body.Art blockquote ul li,
body.About-Us blockquote ul li {
  list-style-type: none;
}
body.Art blockquote ul li:before,
body.About-Us blockquote ul li:before {
  color: #799610;
  content: "•";
  position: relative;
  left: -7px;
  font-size: 18px;
  margin-left: -7px;
}
body.Art #mobile-nav > button,
body.About-Us #mobile-nav > button {
  background: #799610;
}
body.Art blockquote,
body.About-Us blockquote {
  background-color: #EBEAD7;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */

  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}


.eventDescription { text-align: center; }

div.kimbiaDiv {
  top: 155px;
  margin-bottom: 160px;
}

/*! Gray v1.4.2 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}




/* Special Exhibitions */

body.single-special_exhibition #content {
  max-width: none;
  padding: 0;
}


body.single-special_exhibition #content #primary,
body.single-special_exhibition #content .special-news,
body.single-special_exhibition #content .special-comments,
body.single-special_exhibition #content .special-links {
  padding-left: 10px;
  padding-right: 10px;
}

body.single-special_exhibition #content p {
  color: #333;

}

body.single-special_exhibition #content #masthead,
body.single-special_exhibition #content #primary,
body.single-special_exhibition #content .special-news,
body.single-special_exhibition #content .special-comments,
body.single-special_exhibition #content .special-buttons,
body.single-special_exhibition #content .special-links {
  max-width: 830px;
  margin: 20px auto;
}

body.single-special_exhibition #content .special-buttons {
  max-width: 940px;
}

body.single-special_exhibition #colophon {
  /*width: 940px;*/
  max-width: 940px;
  margin: 20px auto;
}

body.single-special_exhibition #content .special-hint {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  text-decoration: none;
  color: #933d94;
}

body.single-special_exhibition #content .special-links {
  margin-top: 40px;
}
body.single-special_exhibition #content .special-links a {
  display: inline-block;
  width: 30%;
  margin: 10px;
  color: black;
  text-decoration: none;
  color: #933D94;
  vertical-align: top;
}
body.single-special_exhibition #content .special-links a:before {
  content: '– ';
}
body.single-special_exhibition #content .special-links > p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
body.single-special_exhibition #content .special-links > div {
  border-top: 1px solid black;
}

body.single-special_exhibition #content .special-links,
body.single-special_exhibition #content .special-hint,
body.single-special_exhibition #content .special-sponsor,
body.single-special_exhibition #content .banner-container,
body.single-special_exhibition #content #primary {
  text-align: center;
}

body.single-special_exhibition #content .special-sponsor {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 3em;
}

body.single-special_exhibition #content #primary {
  max-width: 830px;
  display: block;
  float: none;
  width: auto;
  /*max-width: 830px;*/

}

body.single-special_exhibition #content h4,
.special-buttons > a {
  text-transform: uppercase;
}

.banner-controls {
  height: 20px;
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 4;
}
.banner-controls .banner-ind {
  height: 10px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  background: white;
  opacity: 0.7;
  margin: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.banner-controls .banner-ind.active {
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.7);
  opacity: 1.0;
}

body.single-special_exhibition #content .banner-container .banner-images {
  width: 100%;
  padding-top: 56%;
  position: relative;
}

body.single-special_exhibition #content .banner-container .banner-images .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

body.single-special_exhibition #content .banner-container .banner-images a {
  display: block;
}

body.single-special_exhibition #content .banner-container .banner-content {
  position: absolute;
  width: 100%;
  padding: 20%;
  top: 0;
  color: white;
  z-index: 3;
}
body.single-special_exhibition #content .banner-container .banner-content h1,
body.single-special_exhibition #content .banner-container .banner-content h2,
body.single-special_exhibition #content .banner-container .banner-content h3 {
  color: white;
  text-transform: uppercase;
}

body.single-special_exhibition #content h4 {
  color: #933d94;
}

body.single-special_exhibition #content .banner-container .banner-content h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: .3em;
}

body.single-special_exhibition #content .banner-container {
  position: relative;
  margin: 20px auto;
}

body.single-special_exhibition #content .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.special-buttons > a {
  display: inline-block;
  max-width: 33.3%;
  font-size: 30px;
  position: relative;
  line-height: 0;
}
.special-buttons > a span {
  position: absolute;
  display: block;
  text-align: center;
  padding: 40% 5%;
  font-weight: bold;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
}

.special-buttons > a > img {
  position: relative;
}

.special-buttons > a:nth-child(1) span {
  background-color: rgba(255, 135, 0, 0.69);
}

.special-buttons > a:nth-child(2) span {
  background-color: rgba(32, 160, 165, 0.56);
}

.special-buttons > a:nth-child(3) span {
  background-color: rgba(161, 165, 0, 0.5);
}

@media only screen and (max-width: 720px) {
  body.single-special_exhibition #content .banner-container .banner-content {
    padding: 10%;
  }
  body.single-special_exhibition #content .banner-container .banner-content h1 {
    font-size: 36px;
  }

  body.single-special_exhibition #content .banner-container .banner-content h2 {
    font-size: 20px;
  }
  body.single-special_exhibition #content .special-buttons a {
    font-size: 22px;
  }

  body.single-special_exhibition #content .special-links a {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  body.single-special_exhibition #content .special-buttons a {
    display: block;
    font-size: 30px;
    max-width: 100%;
  }

  body.single-special_exhibition #content .banner-container .banner-content h1 {
    font-size: 28px;
  }

  body.single-special_exhibition #content .banner-container .banner-content h2 {
    font-size: 16px;
  }

  body.single-special_exhibition #content .banner-container .banner-images {
    padding-top: 100%;
  }
}

#swipebox-title {
  /*padding: 50px;*/
}

/* Blog */
body.blog .entry-header {
  display: block;
}

body.blog time.updated {
  display: none;
}

body.blog .post {
  margin-bottom: 60px;
}


div.purple.peeker {
  font-size: 16px;
  color: white;
  background: #933d94;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 40px;
  z-index: 10;
}

div.purple.peeker > a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;

}

#content > #primary.beaver-builder-template {
  width: auto;
  display: block;
  float: none;
}


.page-template-beaver-builder-template {
	padding: 0;
    margin: 0;

}

.page-template-beaver-builder-template #content {
   width: auto;
   max-width: none;
padding-left: 0;
padding-right: 0;
}

.page-template-beaver-builder-template #masthead {
max-width: 940px; margin: 0 auto;
}


.page-template-beaver-builder-template #colophon {
	max-width: none;
}