@charset "UTF-8";
/* CSS Document */

/*CSS Reset:*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

/* border-box so that border widths aren't added to the total width of the element: */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

sup {
        font-size: 0.83em;
        vertical-align: super;
        line-height: 0;
    }
strong {
    font-family:"bt_medium";
}   
 .responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; margin: 0px 0px 40px 0px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vimeolegend { margin-top: -40px !important;}   
img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 0;
    white-space: nowrap; 
    border: 0px;
    vertical-align:bottom;
}
.half-img {
    text-align: center;
    margin: 60px 0px 50px 0px;
}
.half-img img {
    width: 50%;
    margin: 30px 20px 20px 0px;
}
.less-space {
	margin-bottom: -14px !important;
}

@media all and (max-width: 800px) {
.half-img img {
    width: 100%;
    margin: 30px 0px 20px 0px;
}
}

.text-caption {
	font-size: 0.875em;
}
.text-larger {
    font-family:"bt_bold";
}
.text-larger-l {
    font-family:"bt_bold";
    font-size: 1.25em;
}
.t-center {
    text-align: center; 
}
.close-overlay {
    color: black;
}
.italics {
    font-style: italic;
}
ul {
    list-style: none;
}
.right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.minus-m-top {
    margin-top: 0px !important;
}
.disclaimer {
    font-size: 14px;
    color: rgba(0,0,0,0.50);
}
.footnote {
    font-size: 0.75em;
    color: rgba(0,0,0,0.50);
}
.exhibition img {
    max-width: 100%;
    height: auto !important;
}
.exhibition-gallery {
    width: 102%;
    margin-left: -1%;
    margin-top: 30px;
}
.hide { display: none; }
.line {
    border-top: 1px solid rgba(0,0,0,0.50);
    width: 94%;
    margin: 0px auto 40px auto;
}
.pi-intro {
    margin: 30px 0px 50px 0px;
}
.kit-text {
    margin: 0px 0%;
}
.support-image {
    width: 31.33%;
    margin: 0 2% 0 0;
    float: left;
}
.support-text {
    width: 64.66%;
    margin: 0 0 0 2%;
    float: right;
}
.support-section {
    margin: 70px 0px;
}
.support-section h3 {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: -8px;
}
.support-image-mobile {
    display: none;
}
.accordion-header h2 {
    border-bottom: none !important;
}
.inner-search {
    margin: 0px 3%;
}
.result {
    border-top: 1px solid rgba(0,0,0,0.20);
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
}
.result h3 {
    margin-bottom: 15px;
}
.blog img {
    max-width: 100% !important;
    height: auto !important;
}
.blogheader {
    margin-bottom: 50px !important;
}

.press-scroll {
    height: 550px;
    overflow-y: scroll;
}
.rte-img-chosen {
    text-align: left !important;
    margin: 20px 0px;
    padding: 0;
}
.rte-img-chosen img {
    width: auto !important;
}




.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; margin: 0px 0px 40px 0px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vimeolegend { margin-top: -40px !important;}

 
/* ==========================================================================
   Colors
   ========================================================================== */
 
.teal-org { background-color: rgba(95,128,137,1.00);}
.teal-light { background-color: rgba(92,142,153,1.00);}
.teal-dark { background-color: rgba(67,104,112,1.00);}

.teal { background-color: rgba(92,142,153,1.00);}
.darkgrey { background-color: #19375F;}
.mediumgrey { background-color: rgba(163,148,135,1.00);}
.lightgrey { background-color: rgba(194,181,168,1.00);}
.brown { background-color: rgba(71,34,0,1.00);}
.yellow { background-color: rgba(255,249,220,1.00);}
.offwhite { background-color: rgba(230,230,220,1.00);}
.offwhite2 { background-color: hsla(360, 100%, 100%, 1);}

.t-teal-dark {color: rgba(67,104,112,1.00);}
.t-teal {color: rgba(96,145,145,1.00);}
.t-darkgrey {color: rgba(96,96,91,1.00);}
.t-mediumgrey {color: rgba(163,148,135,1.00);}
.t-lightgrey {color: rgba(194,181,168,1.00);}
.t-brown {color: #19375F;}
.t-yellow {color: rgba(255,249,220,1.00);}
.t-dark {color: rgba(0,0,0,0.80);}

.t-red {color: rgba(172,25,20,1.00);}
.t-blue, .t-blue a {color: rgba(25,75,111,1.00);}
.t-lightbrown {color: rgba(162,112,74,0.80);}

.t-blue {color: hsla(196, 100%, 47%, 1);}
.t-magenta {color: hsla(300, 100%, 50%, 1);}
.t-red {color: hsla(330, 100%, 50%, 1);}
.t-orange {color: hsla(14, 100%, 50%, 1);}
.t-yellow {color: hsla(48, 100%, 50%, 1);}
.t-green {color: hsla(171, 100%, 50%, 1);}

.navy { background-color: #19375F; }
.lavender { background-color: #F0EDEB; }
.stone { background-color: #F2F2F5; }
.scarlet { background-color: #BE8C0F; }

.t-navy { color: #19375F; }



/* ==========================================================================
   Some general layout rules
   ========================================================================== */

body {
    font-family:'bt_regular';
    background-color: #19375F;
    font-size: 1.125em;
    color: rgba(0,0,0,0.80);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-top: 145px;
}
a {
    color: #BE8C0F;
    text-decoration: none;
}
a:hover {
    color: #000;
}

.blurred {
    position: relative;
}
.blur {
    -webkit-filter: blur(7px); /* Safari */
    filter: blur(7px);
}
.blur-1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
.wwu h2 {
    font-size: 1.8em !important;
    margin: 1.00em 0px .75em 0px !important;
    padding-top: .75em !important;
}
.e-news-sign a {
    text-decoration: underline;
    color: white;
}
.resto-caption {
    font-size: 0.85em;
    color: rgba(0,0,0,0.50);
    margin: -5px 0 15px 0px !important;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.30);
}  
.grid {
    font-size: 1em;
}
.navcolumn {
    font-size: 1em;
}
i {
    margin: 3px 0px 3px 0px;
}

footer i {
    margin: 3px 3px 3px 0px !important;
    padding: 0px;
}

h1 {
    font-family:"rd_bold";
    font-size: 2.95em;
    line-height: 1em;
    margin: 10px 0px 0em 0px;
    letter-spacing: -0.02em;
}
h2 {
    font-family:"rd_bold";
    font-size: 2.25em;
    margin: 0px 0px .75em 0px;
    letter-spacing: -0.015em;
}
.inner-main-right h2 {
    font-family:"rd_bold";
    font-size: 2.25em;
    margin: 30px 0px .75em 0px;
    text-align: left;
}
h3 {
    font-family:"rd_bold";
    font-size: 1.8em;
    margin: 0px 0px .65em 0px;
    line-height: 1.185em;
}
.leader h3 {
    font-family:"rd_bold";
    font-size: 1.0em;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding-bottom: 5px;
    margin-top: 2.5em;
    text-transform: uppercase;
}
.leader p {
    margin: 0px 0px 1em 0px;
    line-height: 1.20em;
}
h4 {
    font-weight: bold;
}
.visit h3 {
    font-family:"rd_bold";
     font-size: 1.125em;
}
.visit b {
    font-family:"rd_bold";
    font-weight: normal;
}
p {
    margin: 0px 0px 1em 0px;
    line-height: 1.40em;
}
.italic {
    font-style: italic; 
}

.bold {
    font-family:"bt_bold" !important;
}
.boxdates {
    
}
.button {
    display: block;
    margin-top: 10px;
    line-height: 1.4em;
}
.more a {
    background-color: #BE8C0F;
    padding: 5px 7px 4px 7px !important;
    color: white;
    font-size: 0.875em;
    font-family:'bt_medium';
    letter-spacing: normal;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.more a:hover {
    background-color: #19375F;
}
.more-2 a {
    background-color: #BE8C0F;
    padding: 5px 9px 4px 9px;
    color: white;
    font-size: 0.875em;
    font-family:"bt_regular";
    letter-spacing: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.more-2 a:hover {
    background-color: #19375F;
}
.slider-more a {
    background-color: #BE8C0F;
    padding: 5px 7px 4px 7px;
    color: white;
    font-size: 16px;
    font-family:"bt_regular";
    letter-spacing: normal;
    text-transform: uppercase;
}
.slider-more a:hover {
    background-color: #19375F;
}
.more-slide {

}
.more-slide a {
    background-color: #BE8C0F;
    padding: 8px 7px 7px 7px !important;
    line-height: normal;
    margin-left: 0px;
    margin-top: 0px !important;
    margin-bottom: -15px;
    color: white;
    font-size: 16px;
    font-family:"bt_medium";
    letter-spacing: normal;
    text-transform: uppercase;
    display: inline-block !important;
    -webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
text-shadow: none !important;
box-shadow: 3px 3px 10px hsla(0, 0%, 0%, 0.5);
}
.more-slide a:hover {
    background-color: #19375F;
}
.page-headers {
    /*text-transform: uppercase;*/
    margin: 0px 3% 25px 3%;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.50); 
}
h2.page-headers {
    /*text-transform: uppercase;*/
    margin: 20px 3% 20px 3%;
    border-bottom: none;    
}
.page-headers-exh {
    margin: -10px 3% 20px 3%;
    padding: 0px 0px 15px 0px;
    border-bottom: none;    
}
.visit h1, .about h1 {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.50);
}
.about-headers {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.50);
}
.press-headers {
    margin: 0px 0px 25px 0px !important;
    padding: 0px 0px 15px 0px !important;
    border-bottom: 1px solid rgba(0,0,0,0.50);
}
.press-header1 {
    margin: 0px 0px 25px 0px !important;
    padding: 0px 0px 15px 0px !important;
    border-bottom: 1px solid rgba(0,0,0,0.50);
}



/* ==========================================================================
   Contact
   ========================================================================== */
.contact-box {
    border-top: 1px dotted rgba(0,0,0,0.50);
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
}
.contact-left {
    margin: 0 2% 15px 0%;
    width: 46%;
    float: left;
}
.contact-right {
    margin: 0 0% 15px 2%;
    width: 46%;
    float: right;
}


/* ==========================================================================
   Fluid grid rules
   ========================================================================== */

.one-unit {
    width: 4.333%;
    margin: 0% 3%;
    float: left;    
    min-height: 50px;
}
.two-unit {
    width: 10.667%;
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.three-unit {
    width: 19%;
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.four-unit {
    width: calc(33.333% - 30px);
    margin: 0% 15px;
    float: left;
    min-height: 50px;
}
.five-unit {
    width: 35.666%;
    margin: 0% 3%;
    float: left;    
}
.six-unit {
    width: 42%;
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.seven-unit {
    width: 52.333%;
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.eight-unit {
    width: 60.666%; 
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.nine-unit {
    width: 69%; 
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.ten-unit {
    width: 77.333%; 
    margin: 3%;
    float: left;
}
.eleven-unit {
    width: 85.666%; 
    margin: 0% 3%;
    float: left;
    min-height: 50px;
}
.twelve-unit {
    width: 94%; 
    margin: 0% 3%;
    min-height: 50px;
}

.one-unit, 
.two-unit, 
.three-unit,
.four-unit,
.five-unit, 
.six-unit,
.seven-unit,
.eight-unit,
.nine-unit,
.ten-unit,
.eleven-unit,
.twelve-unit {
    
}




/* ======================================================
   Nav
   ====================================================== */
 
.topnav {
    font-size: 0.875em;
    /*background-color: rgba(60,105,105,1.00);*/
    background-color: #19375F;
    font-family:"bt_medium";
    /*text-transform: uppercase;*/
    letter-spacing: 0.005em;

}
.inner-topnav {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 0;
    height: 100px;
}
.inner-topnav-right {
    width: 50%;
    float: right;
    margin: 9px 3% 0 0;
    padding: 0 0 0 0;
    text-align: right;
}
.inner-topnav-right a {

}
.inner-topnav-left {
    width: 180px;
    float: left;
    margin: -4px 0 0 3%;
    padding: 0 0 0 0;
}
.tn-blog-press {
    font-size: 0.875em;
    float: right;
    margin: 1px 7px 0 0;
}
.tn-blog-press a {
    color: rgba(255,255,255,0.60);
    display: inline-block;
    padding: 0px 0 0 11px;
    float: none;
}
.tn-search {
    font-size: 0.875em;
    float: right;
    margin: -1px 5px 0 11px;
    border-left: 1px solid rgba(255,255,255,0.50);
    border-right: 1px solid rgba(255,255,255,0.50);
    padding-right: 11px;
}
.tn-search a {
    color: rgba(255,255,255,0.60);
    display: inline-block;
    padding: 0px 0 0 11px;
    float: none;
}
.tn-search a:hover {
    color: rgba(255,255,255,1.00);
}

.tn-blog-press a:hover {
    color: white;
} 
.tn-social {
    font-size: 1.4em;
    float: right;
    margin: 0px 0 0 0px;
    position: relative;
}
.tn-social i {
    font-size: 1em;
    display: inline-block;
    margin: 0 0px 0 9px;
    padding: 2px 0 0 0;
    float: none;
}
.tn-social a {
    color: rgba(255,255,255,0.80);
}
.tn-social a:hover {
    color: rgba(255,255,255,0.99);
}
.trip {
    margin-right: 130px;
    
}
.tn-enews {
    color: rgba(255,255,255,0.99);
    float: right;
    background-color: #BE8C0F;
    width: 115px;
    padding: 20px 5px 5px 5px;
    line-height: 10px;
    text-align: left;
    position: absolute;
    top: -20px;
    right: 0px;
}
.tn-enews a {
    color: rgba(255,255,255,0.80);
    font-size: 11px !important;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.1em;
    font-family:"bt_bold";
}
.tn-enews a:hover {
    color: rgba(255,255,255,1.00);
}

.hide-mobile { display: block; }
.hide-desktop { display: none; }


@media screen and (max-width:800px) {
.inner-topnav-right {
    margin: 9px 2.5% 0 0;
}
.tn-social {
    width: 100%;
}
.tn-social i {
    font-size: 0.75em;
    margin: 0 0px 0 7px;
}
.trip {
    margin-right: 0px;
}
.hide-mobile { display: none; }
.hide-desktop { display: block;}
.tn-enews {
    float: right;
    width: auto; 5px;
    line-height: 10px;
    text-align: left;
    position: static;
    display: block !important;
    padding: 20px 10px 5px 0px !important;
    margin: -20px 0px 0px 15px !important;
}
.tn-enews a {
    font-size: 1.10em !important; 
}

}


#cssmenu ul {
    
}

nav {
    margin: 0px;
    z-index: 999;
    background-color: #19375F;
    transition: top 0.5s ease-out;
    position: fixed;
    width: 100%;
    top:0;
    height: auto;
    font-family:"bt_medium";
    /*text-transform: uppercase;*/
}
.inner-nav {
    width: 85%;
    max-width: 1130px;
    margin: 0px auto 0px auto;
    padding: 0px 0% 0px 0%;
    /*background-color: red;*/
    border-top: 1px solid #dbd9f0;
}


.fa-bars {
    font-size: 1.8em !important;
    font-weight: 100;
    margin: 15px 0px 0px 0px !important;
}
.nav-up {
    top: -150px;
}
.social-mobile {
    display: none !important;
}


@media all and (max-width: 960px) {

.nav-up {
    top: -320px;
}
nav {
    height: auto;
    
}
.section-down {
    margin-top: 100px !important;
}

.nav-down {

}

}





/* ======================================================
   SUB NAV
   ====================================================== */

#subnav {
    /*margin-top: -30px;*/
    background-color: #F0EDEB;
    padding: 60px 15px 15px 15px;
    margin-top: -60px;
}
#subnav ul {
    line-height: 1.125em;
    list-style: none;
}
#subnav li {
    margin: 8px 0px 8px 0px;
} 
.subnav-headers {
    border-bottom: 1px solid rgba(0,0,0,0.40);
    padding: 0px 0px 9px 0px;
    margin: 0px 0px 10px 0px;
}
.subnav-headers-exh {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 0px 0px 9px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 1.125em;
    font-family:"bt_medium";
}
#subnav, #subnav  a {
    color: #19375F;
}
#subnav a:hover {
    color: rgba(0,0,0,1.00);
}

#subnav ul ul {
    list-style: disc;
    font-size: 0.875em;
    margin-left: 18px;
}
#subnav ul ul li {
    margin: 6px 0px 6px 0px;
}
.bottom-sub {
    margin: 0px 3% 20px 3%;
}







/* ======================================================
   MAIN SECTIONS
   ====================================================== */
   
.section-down {
    margin-top: 100px;
}
.downspace {
    margin-top: 100px;
}
.boxes {
    width: calc(94% + 30px);
    margin: 0px auto;
}
section {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    /*min-height: 300px;*/
}
.inner-section-enews {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto -50px auto;
    padding: 50px 0px 0px 0px;
}
.inner-section {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 60px 0px 60px 0px;
}
.inner-section-home {
    width: 90%;
    max-width: 1180px;
    margin: 0px auto 0px auto;
    padding: 30px 0px 0px 0px;
}
.inner-section-bottom {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 60px 0px;
}
.inner-section-np {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto -70px auto;
    padding: 0px 0px 0px 0px;
}
.inner-section-acc1 {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 60px 0px 0px 0px;
}
.inner-section-acc2 {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.main-left {
    width: 22%;
    margin: 0px 0% 0% 3%;
    float: left;
    /*min-height: 50px;*/
}
.main-left-exh {
    width: 19%;
    margin: 0px 3% 0% 3%;
    float: left;
    /*min-height: 50px;*/
}
.main-right {
    width: 69%; 
    margin: 0px 3% 0% 3%;
    float: right;
    min-height: 50px;
}

/* half widths: 
.main-right-cont > div:nth-child(odd) {
    width: 47%;
    float: left;
}
.main-right-cont > div:nth-child(even) {
    width: 47%;
    float: right;
} */

.inner-main-right {
    margin: 0px 0%;
}
footer {
position: static;
  right: 0;
  bottom: 0;
  left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000000;
    color: rgba(255,255,255,0.80);
    font-family:"bt_regular";
}
.inner-footer {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 60px 0px 60px 0px;
    /*min-height: 100px;*/
    font-size: 0.75em;
    color: rgba(255,255,255,0.60);
}







/* ======================================================
   COLLECTION HIGHLIGHTS
   ====================================================== */
#highlights {
    margin: 0 2%;
}

.item {
    float: left;
    line-height: 0px;   
    position: relative;
    line-height: 0px;
    margin: 1%;
    position: relative;
    width: 31.33%;
}
/*.gutter-sizer-hl { width: 1%; }
.grid-sizer-hl {
  width: 31.33%;
}
.width1 {
    width: 18%;     
}
.width2 {
    width: 38%;
}
.width3 {
    width: 58%;
}*/

.hovertext a {
    position: absolute;
    width: 100%;
    height: 100%;   
    text-decoration: none;
    background-image: url(https://driehausmuseum.org/img/dark.png);
    opacity:0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-transition:opacity 0.5s ease-in-out;
    -moz-transition:opacity 0.5s ease-in-out;
    -o-transition:opacity 0.5s ease-in-out;
    transition:opacity 0.5s ease-in-out;
    z-index: 99;
}
.hovertext a:hover {
    opacity:1;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out; 
    -o-transition:opacity 0.3s ease-in-out;  
    transition:opacity 0.3s ease-in-out;
    z-index: 99;    
}
.hovertext p {
    position: absolute;
    padding: 10px 10px 10px 20px;
    bottom: 0px;
    font-size: 1em;
    color: #FFF;
    z-index: 999;
    zoom: 1;
    filter: alpha(opacity=100);
    left: -1px;
}
.hl-text {
    padding: 15px 15px;
    background-color: rgba(255,255,255,0.50);
}
.hoverdiv {
    position: relative;
}

.ootm {
    margin: 0 0 70px 0;
}
.ootm-video {
    width: 94%;
    margin: 0 3%;
    float: none;
    position: relative;
}
.ootm-text-video{
    width: 94%;
    margin: 0 3%;
    float: none;
}
.ootm-image-one{
    width: 44%;
    margin: 0 3%;
    float: left;
    position: relative;
}
.ootm-text-one{
    width: 46%;
    margin: 0 2%;
    float: right;
}
.ootm-image{
    width: 27.333%;
    margin: 0 3%;
    float: left;
    position: relative;
}
.ootm-text{
    width: 62.66%;
    margin: 0 2%;
    float: right;
}
.ootm h3 {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/* ======================================================
   HOME
   ====================================================== */

.inner-slider {
    width: 100%;
    margin: 0px auto 0px auto;
}
.boxheaders {
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    
}
.home-i {
    font-size: 0.875em;
    font-family:"bt_regular";
}
.home-info {
    border-bottom: 1px solid rgba(255,255,255,0.30);
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
}
.h-info {
    width: 19%;
    margin: 0px 3%;
    float: left;
}
.h-info ul {
    line-height: 1.25em;
}
.home-box1 {
    width: calc(33.33% - 30px);
    margin: 0% 15px 0px 15px;
    float: left;
    min-height: 50px;
}
.home-box2 {
    width: calc(25% - 30px);
    margin: 0% 15px;
    float: left;
    min-height: 50px;
}
.home-box-info {
      padding: 0px 15px;
}
.box-info {
      padding: 2px 15px;
}
.home-line {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 30px 0 0 0;
    margin: 0px 1% 0 1%;
    clear: both;
}
.space-1 {
    height: 30px;
    clear: both;
}





/* ======================================================
   HOME 2
   ====================================================== */

.home2-box1 {
    width: 46%;
    margin: 0% 2% 30px 2%;
    float: left;
    min-height: 50px;
    position: relative;
}
.homehover a {
    position: absolute;
    width: 100%;
    height: 100%;   
    text-decoration: none;
    background-image: url(https://driehausmuseum.org/img/home-ol.png);
    background-repeat:repeat;
    background-position: 0px 0px;
    background-size:100% 100%;
    opacity:1;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-transition:opacity 0.7s ease-in-out;
    -moz-transition:opacity 0.7s ease-in-out;
    -o-transition:opacity 0.7s ease-in-out;
    transition:opacity 0.7s ease-in-out;
    z-index: 99;
}
.homehover a:hover {
    opacity:0;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out; 
    -o-transition:opacity 0.3s ease-in-out;  
    transition:opacity 0.3s ease-in-out;
    z-index: 99;    
}
.home-headers {
    font-size: 2.25em;
    position: relative;
    top: 35%;
    left: 0%;
    color: white;
    line-height: 36px;
    text-align: center;
}
.infoBlockHome {
    position: absolute;
    /*margin: auto auto auto auto;*/
    width: 100%;
    /*max-width: 1100px;*/
    /*min-height: 100px;*/
    bottom: -1px !important;
    right: 0px;
    padding: 5px 0 0 0 !important;
    margin: 0 0 0px 0 !important;
    overflow: hidden;
    /*background-color: hsla(231, 26%, 20%, 0.7);*/
}
.slider-copy {
    width: 86%;
    margin: 0px auto;
    max-width: 1140px;
    padding: 0px 0px 20px 0px;
    text-shadow: 1px 1px 10px #000;
 line-height: 0em;
}
.infoBlockHome h3 {
    font-size: 3em;
    color: rgba(255,255,255,0.99);
    margin-bottom: 0px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1em;
}

.home-intro {
    margin: 0px 3%;
}
.home-intro h2 {
    margin: 0px 0px;
}
.sfright h3, .sfright span { float: right !important; text-align: right !important; }
.sfright span { clear:both; margin-bottom: 0px;}




.img-float-left {
    float: left;
    margin-right: 3%;
}
.img-float-right {
    float: right;
    margin-left: 3%;
}

.support ul {
    list-style: disc;
}
.support ul li {
    margin: 0 0 .3em 18px;
}

/* ======================================================
   About
   ====================================================== */
   
.hilight-block {
    display: block;
    font-family:"bt_regular";
} 
.main-right h2 {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 0 0 12px 0;
    margin-bottom: 20px;
}
.visit-image {
    width: 29.33%;
}
.visit-image-mobile {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    display: none;
}
.visit-imagetext {
    width: 66.66%;
}
.firsthead {
    margin-top: 0px !important;
}
.visit {
    padding: 0 0 50px 0;
}
.visit ul {
    list-style: disc;
}
.visit ul li {
    margin: 0 0 15px 18px;
}
.image-wide {
    width: 100%;
    float: none;
    margin: 0 0% 0px 0;
    padding-bottom: 20px;
}
.image-narrow {
    width: 30.33%;
    height: 100%;
    float: right;
    margin: 0 0% 0px 3%;
}
.visit-section {
    margin: 0 0 50px 0;
}
.visit-text {
    float: left;
    width: 66.66%;
}
.visit h2, .visit h3 {
    clear: both;    
}
.visit h3 {
    margin-top: 30px;
}
.visit h2 {
    margin-top: 0px;
}
.subnav-headers {
    margin-top: 0px !important;
}
.about-left {
    width: 47%;
    float: left;
    margin-right: 3%;
}
.about-right {
    width: 47%;
    float: left;
    margin-left: 3%;
}
.audiotour {
    font-size: 1.5em;
}



#RestSlider {
    width: 94%;
    margin: 0px auto 90px auto;
}
#RestSlider .rsNav {
    position: absolute;
    bottom: 0px !important;
    /*padding-top: 0!important;*/
    background-color: rgba(0,0,0,0.00);
} 

.aboutspace {
    height: 1px;
}
.about-2 {
    margin-top: 40px !important;
}

/* ======================================================
   History SLIDER
   ====================================================== */
   
#HistorySlider {
    width: 100%;
    margin: 120px auto 0px auto;
}
#HistorySlider .rsNav {
    position: absolute;
    top: -70px;
    bottom: auto;
    /*padding-top: 0!important;*/
    background-color: #F0EDEB;
    color: #19375F;
}
#HistorySlider .rsThumbsHor {
  height: 44px;
  width: 100%;
  /*max-width: 1200px;*/
  padding: 0;
  font-size: 1em; 
}
#HistorySlider .rsImg {
    margin-bottom: 0px;
    background: black;
}
#HistorySlider .rsArrowIcn {        
display: none ;
}
.history-text {
    margin: 10px auto 20px auto;
    color: black;
}
.history-text h2 {
    margin: 0px 0 10px 0;
    text-align: left;
}
.history-text h2 span {
    color: #19375F;
    padding: 3px 0px;
    /*color: white;*/
     font-weight: bold;
}
.history-text h3 {
    margin: 0 0 15px 0;
}
.history-source {
    font-size: 0.875em;
    font-style: italic;
    display: block;
    margin: 0 0 15px 0;
}
.ht-left {
    float: left;
}
.ht-right {
    float: right;
    width: 84%;
    border-left: 1px solid #19375F !important;
    padding: 0 0 0 30px;
    margin: 7px 0 0px 0;
}
.history-text p {
    margin: 15px 0 0 0;
}
.rsDefault .rsThumb. .rsNavSelected {
  background: #19375F !important;
  background-color: #19375F !important;
  color: #FFF !important;
}
#HistorySlider .rsNavSelected {
  background: #19375F !important;
  background-color: #19375F !important;
  color: #FFF !important;
}
.rsDefault .rsThumb {
  background: #F0EDEB !important;
   color: #19375F !important;
   border-right: 2px solid #FFF !important;
}
.rsDefault .rsThumb:hover  {
    background: #19375F !important;
    color: white !important;
} 
#HistorySlider > .rsContent {
  display:block;
}
#HistorySlider .rsThumb {
  width: 75px;
  height: 44px;
  cursor: pointer;
   margin: 0px 0px;
   padding: 0px 5px 0px 5px;   
}
#HistorySlider .rsTmb {
  text-align: center;
  margin-top: 11px;
  /*font-weight: bold;*/
}
#HistorySlider .rsThumb i {
  font-style: normal;
  /*font-weight: bold;*/
}
.history-year {
    font-size: 3em;
    margin: 0 0 0 -1px !important;
    border-bottom: none !important;
}

#HistorySlider .rsThumbsArrow {
    background: #19375F !important;
}




/* ======================================================
   Restauration SLIDER
   ====================================================== */
   
#RestaurationSlider {
    width: 100%;
    margin: 120px auto 0px auto;
}
#RestaurationSlider .rsNav {
    position: absolute;
    top: -70px;
    bottom: auto;
    /*padding-top: 0!important;*/
    background-color: ;
}
#RestaurationSlider .rsThumbsHor {
  height: 44px;
  width: 100%;
  /*max-width: 1200px;*/
  padding: 0;
  font-size: 1em; 
}
#RestaurationSlider .rsImg {
    margin-bottom: 0px;
    background: black;
}
#RestaurationSlider .rsArrowIcn {       
display: none ;
}
.restauration-text {
    margin: 10px auto 20px auto;
    color: black;
}
.restauration-text h2 {
    margin: 0px 0 10px 0;
    text-align: left;
}
.restauration-text h2 span {
    color: #19375F;
    padding: 3px 0px;
    /*color: white;*/
     font-weight: bold;
}
.restauration-text h3 {
    margin: 0 0 15px 0;
}
.restauration-source {
    font-size: 0.875em;
    font-style: italic;
    display: block;
    margin: 0 0 15px 0;
}
.ht-left {
    float: left;
}
#RestaurationSlider .ht-right {
    float: right;
    width: 84%;
    border-left: 0px solid #19375F;
    padding: 0 0 0 30px;
    margin: 7px 0 0px 0;
}
.restauration-text p {
    margin: 15px 0 0 0;
}
#RestaurationSlider .rsDefault .rsThumb.rsNavSelected {
  background: #19375F !important;
  color: white !important;
}
#RestaurationSlider .rsDefault .rsThumb {
  background: #F0EDEB;
   color: #19375F;
   border-right: 2px solid #fff;
}
.rsDefault .rsThumb:hover  {
    background: #7f6a5e;
} 
#RestaurationSlider > .rsContent {
  display:block;
}
#RestaurationSlider .rsThumb {
 /* width: 90px;*/
  height: 44px;
  cursor: pointer;
   margin: 0px 0px;
   padding: 0px 0px !important;   
}
#RestaurationSlider .rsTmb {
  text-align: center;
  margin-top: 11px;
  /*font-weight: bold;*/
    width: 175px;
}
#RestaurationSlider .rsThumb i {
  font-style: normal;
  /*font-weight: bold;*/
}
.restauration-year {
    font-size: 3em;
    margin: 0 0 0 -5px !important;
    border-bottom: none !important;
    border-left: none !important;
}


.prevnext button, input[type="submit"], input[type="reset"] {
    background: none !important;
    color: #19375F;
    border: none;
    padding: 0! important;
    font: inherit;
    cursor: pointer;
    outline: inherit !important;
    margin: 0 0px 0 10px;
}
.prevnext {
    text-align: right;
    border-top: 1px solid rgba(0,0,0,0.30);
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
    clear: both;
}
.prevnext button:hover {
    color: black !important;
}





/* ======================================================
   SLIDER
   ====================================================== */
.rsNav {
    position: absolute;
    bottom: 0px;
    bottom: -50px !important;
    /*padding-top: 0!important;*/
    background-color: rgba(0,0,0,0.00);
} 
.rsImg {
}
   

#homeSlider .rsThumbsHor {
  height: 44px;
  width: 100%;
  /*max-width: 1200px;*/
  padding: 0;
  font-size: 1em;
  
}
.rsDefault .rsThumb.rsNavSelected {
  background: rgba(163,148,135,1.00);
  color: rgba(255,255,255,1.00);
}
.rsDefault .rsThumb {
  background: rgba(255,255,255,0.10);
   color: rgba(255,255,255,0.60)
}
#homeSlider > .rsContent {
  display:block;
}
#homeSlider .rsThumb {
  width: 90px;
  height: 44px;
  cursor: pointer;
   margin: 0px 0px;
   padding: 0px 20px;
    
}
.border-left {
    border-left: 1px solid rgba(255,255,255,0.30);
}
#homeSlider .rsTmb {
  text-align: center;
  margin-top: 11px;
  /*font-weight: bold;*/
}
#homeSlider .rsThumb i {
  font-style: normal;
  /*font-weight: bold;*/
}

.rsSlideTitle {
  font-size: 1.5em;
  padding: 11px 13px 14px;
  background: #c00;
  /*background: rgba(220,0,0,0.6);*/
  color: #FFF;
  font-weight: normal;
  margin: 0;
  line-height: 21px;
}
.rsFirstSlideTitle {
  left: 13%;
  top: 74px;

}
.rsSecondSlideTitle {
 left: 13%;
  top: 124px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
  .rsSlideTitle {
    font-size: 1.125em;
    padding: 10px 12px 12px;
  }
  .rsFirstSlideTitle {
    left: 8%;
    top: 54px;
  }
  .rsSecondSlideTitle {
   left: 8%;
    top: 99px;
  }
  #homeSlider .rsThumb {
    font-size: 12px;
    /*width: 115px;*/
    height: 44px;
    cursor: pointer;
  }
  #homeSlider .rsTmb {
   margin-top: 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
 .royalSlider {
    height: 400px !important;
  }
  #RestSlider.royalSlider {
    height: auto !important;
  }
}
  @media screen and (min-width: 0px) and (max-width: 550px) {
  .royalSlider {
    height: 400px !important;
  }
    .rsSlideTitle {
    font-size: 0.875em;
    padding: 8px 10px 8px;
  }
   .rsFirstSlideTitle {
      left: 24px;
      top: 24px;
    }
    .rsSecondSlideTitle {
     left: 24px;
      top: 63px;
    }
 }





.infoBlock {
    position: absolute;
    margin: auto auto auto auto;
    width: 86%;
    max-width: 1100px;
    top: 0%; left: 0; bottom: 0; right: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.info-more {
    font-size: 1em;
    background-color: #BE8C0F;
    color: rgba(255,255,255,0.80);
    line-height: 1.3em;
    padding: 2px 12px;
    text-transform: uppercase;
    font-family:"bt_regular";
}
.info-1 {
    top: 40%;
}
.right {
    text-align: right;
}
.infoBlock h3 {
    font-size: 3em;
    color: rgba(255,255,255,0.80);
}
.slidertext-black {
    background-color: rgba(0,0,0,0.60);
    line-height: 1.4em;
    padding: 5px 12px;
}



/* ======================================================
   Past Present
   ====================================================== */

.past-present {
    padding: 0px 1.5% 100px 1.5% !important;
}
.papres-pre {
    width: 49%;
    float: left;
}
.papres-pre-img {
    position: relative;
}
.papres-pa {
    width: 49%;
    float: right;
}
.papres-text {
    padding-top: 20px;
    clear: both;
}
.papres-text p {
    padding-bottom: 0px !important;
}
.past-present p {
    margin: 20px 0 0 0;
}
.accordion {
    margin-top: 50px;
}
#accordion h3, #accordion2 h3 {
    font-size: 1.125em;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
#accordion h2, #accordion2 h2 {
    padding: 15px 35px 15px 15px;
    line-height: 20px;
    font-size: 1.5em;
    margin: 0;
    font-family: 'rd_bold';
}

.lbhover a {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    background-image: url(https://driehausmuseum.org/img/work-ol-2.png);
    background-repeat:repeat;
    background-position: 0px 0px;
    background-size:100% 100%;
    opacity:0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-transition:opacity 0.7s ease-in-out;
    -moz-transition:opacity 0.7s ease-in-out;
    -o-transition:opacity 0.7s ease-in-out;
    transition:opacity 0.7s ease-in-out;
    z-index: 99;    
}
.lbhover a:hover {
    opacity:1;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out; 
    -o-transition:opacity 0.3s ease-in-out;  
    transition:opacity 0.3s ease-in-out;
    z-index: 99;    
}
.lbhover i {
    text-align: center;
    top: 40%;
    position: absolute;
    display: block;
    width: 100%;
    font-size: 1.5em;
}

@media screen and (max-width: 800px) {
.past-present {
    padding: 0px 0.5% 60px 0.5% !important;
}
.papres-pre {
    width: 100%;
    float: none;
   margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.20);
}
.papres-pa {
    width: 100%;
    float: none;
}

}


/* ======================================================
   History
   ====================================================== */ 
.history img {
    width: 100%;
    height: auto;
}

.image-full {
    width: 100%;
    float: none;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 10px 0px;
}
.image-half {
    width: 50%;
    float: none;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 10px 0px;
}
.image-half-left {
    width: 50%;
    float: left;
    padding: 15px 30px 15px 0px;
    margin: 0px 0px 10px 0px;
}
.image-half-right {
    width: 50%;
    float: right;
    padding: 15px 0px 15px 30px;
    margin: 0px 0px 10px 0px;
}
.caption {
    background-color: rgba(255,255,255,0.80);
    font-size: smaller;
    margin: 0;
    padding: 20px 20px 20px 20px;
    line-height: 1.3em;
}
.blog-center {
	text-align: center;
    margin: 0px auto;
}
   
   
/* ======================================================
   Exhibition
   ====================================================== */ 
  
.exhibtion-banner {
    position: relative;
 } 
 .exhibtion-overlay {
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.60);
    z-index: 3;
    position: absolute;
    margin: auto;
    bottom: 0%; 
    left: 0%;
    right: 0%;
    padding: 0 0 20px 0;
 }
 .exhibtion-overlay-text {
    width: 90%;
    max-width: 1200px;
    padding: 0 0%;
    margin: 0px auto 0px auto;
 }
  .exhibtion-overlay-text-inner {
    margin: 0px 3%;
 }
.exhibtion-overlay-text h1 {
    font-size: 2.5em;
}
.banner-date {
    margin: 0px 0% 0px 0%;
    color: white;
    padding-top: 10px;
    display: block;
 }
 .exhibtion-headers {
    border-bottom: 1px solid rgba(0,0,0,0.50);
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 20px 0px !important;
    text-transform: ;
 } 
 .exhibitions-headers {
    margin: 10px 0px 0px 0px;
    font-size: 1.8em;
    line-height: 1.1em;
    /*border-bottom: 1px solid rgba(0,0,0,0.30);*/
    padding-bottom: 0px;
}
 .exhibition-date {
    display: block;
    margin: 0px 0px 20px 0px;
    /*color: rgba(0,0,0,0.50);*/
 }
 .exhibition-image {
    margin: 0px 0px 40px 0px;
 }
 .exhibition-logos {
    width: 240px;
    display: block;
    margin-bottom: 20px;
 }
 .exhibit-id {
    background-color: rgba(255,255,255,0.80);
    color: black;
    padding: 10px 9px 5px 9px;
    margin: -3px 0px 0px 0px;
    text-transform: uppercase;
    font-family:"bt_regular";
    font-size: 0.875em;
}

.exh-box-full {
    width: 100%;    
    margin: 0px 0% 90px 0%;
    min-height: 50px;
}
.exh-box-half {
    width: 44%; 
    margin: 0% 3%;
    min-height: 50px;
    float: left;
}
.travelling-now {
    margin-top: -20px !important;
}
.travelling {
    margin: -60px 3% 0px 3%;
    /*border-right: 1px dotted rgba(0,0,0,0.30);*/
    /*border-left: 1px dotted rgba(0,0,0,0.30);*/
}
.travel-line {
    border-bottom: 1px dotted rgba(0,0,0,0.30);
}
.travel-header {
    margin: 70px 0 20px 0%;
    padding: 15px 0 0 0%;
    border-top: 1px solid rgba(0,0,0,0.30);
    clear:both;
}
.travel-box p, .travel-box-right  {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: .875em;
}
.travel-box {
    width: 33.33%;
    float: left;
    padding: 3px 2% 3px 2%;
    border-right: 1px solid #b1b1ac;
    border-bottom: 1px solid #b1b1ac;
    border-top: 1px solid #b1b1ac;
    margin: -1px 0 0px 0;
    /*background-color: rgba(0,0,0,0.09);*/
}
.box-left {
    border-left: 1px solid #b1b1ac; 
}
.travel-image {
    width: 33.33%;
    float: left;
    margin-right: 2%;
}
.travel-line {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 10px 0 0 0;
    margin: -40px 3% 60px 3%;
    clear: both;
}
   

/* ======================================================
   Programs
   ====================================================== */
   
.filters {
    margin: 0px 3% 30px 3%;
    padding: 4px 13px;
    background-color: #F0EDEB;
}
.filters span {
    letter-spacing: 1px;
    margin-bottom: 4px;
    display: block;
}
.filters  li {
    display: inline-block;
    margin: 0 13px 0px 0;
    line-height: 1.2em;
    font-size: 0.80em;
    font-family:"bt_regular";
}
.filters  li a {
    color: #19375F;
}
.filters  li a:hover {
    color: #000;
}
.event-id {
    display: block;
    background-color: #19375F;
    color: white;
    padding: 10px 15px 5px 15px;
    margin: -3px 0px 0px 0px;
    text-transform: uppercase;
    font-family:"bt_medium";
    font-size: 0.875em;
}
.program-space {
    margin: 50px 0px;
}
.event-headers {
    margin: 8px 0px 10px 0px;
    font-size: 1.65em;
    line-height: 1.2em;
}
.event-info {
    margin: 9px 0 9px 0;
    padding: 0 0 0px 0;
}
.event-date {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: 1.20em;
}
.event-time {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 6px 0px;
    position: relative;
    line-height: 1.20em;
}
.share {
    position: absolute;
    right: 0px;
    color: rgba(96,145,145,1.00);
}
.program-box {
    margin-bottom: 30px !important;
    background-color: #F0EDEB;
}
.share-event {
    border-bottom: 1px solid rgba(0,0,0,0.30);
    margin: 0px 0 11px 0;
    padding: 0px 0 10px 0;
}
.detail-headers {
    padding: 0px 0px 0px 0px  !important;
    margin: 15px 0px 15px 0px !important;
    border: none !important;
}
.detail-info {
    border-top: 1px solid rgba(0,0,0,0.30);
    border-bottom: 1px solid rgba(0,0,0,0.30);
    margin: 7px 0 11px 0;
    padding: 7px 0 15px 0;
}
.detail-date {
    border-top: 1px solid rgba(0,0,0,0.50);
    border-bottom: 1px solid rgba(0,0,0,0.50);
    display: block;
    padding: 12px 0px 14px 0px;
    margin: 12px 0px 20px 0px;
}
.detail-id {
    background-color: rgba(0,0,0,0.50);
    display: block;
    color: white;
    padding: 9px 9px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-family:"bt_regular";
    font-size: 0.875em;
}
.detail-ticket {
    border-top: 1px solid rgba(0,0,0,0.30);
    border-bottom: 1px solid rgba(0,0,0,0.30);
    display: block;
    padding: 12px 0px 16px 0px;
    margin: 30px 0px 20px 0px;
}
.detail-buy {
    color: #FFF;
    margin-right: 5px;
}
.detail-buy a {
    background-color: #BE8C0F;
    padding: 5px 7px 4px 7px;
    color: white;
    font-size: 0.875em;
    font-family:"bt_regular";
    letter-spacing: normal;
    text-transform: uppercase;
    display: inline;
}
.detail-buy a:hover {
    background-color: #19375F;
}
.related-section {
    background-color: rgba(194,181,168,1.00);
}

.related-type {
    /*text-transform: uppercase;
    font-family: 'ProximaNovabold';*/
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}
.related-headers {
    font-size: 1.5em;
    line-height: 1em;
    margin: 7px 0px 0px 0px;
}
.related p {
    line-height: 1.25em;
    
}
.related-date {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.30);
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 6px 0px;
    margin: 9px 0px;
    font-size: 0.875em;
    line-height: 1.125em;
}
.related-id {
    display: block;
    background-color: rgba(0,0,0,0.50);
    color: white;
    padding: 7px 9px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-family:"bt_regular";
    font-size: 12px;
}
.related-box {
    margin: 0px 0px 40px 0px;
}

.morearrow {
    margin: 0 0 0 3px;
}
.e-news-text {
    margin: 10px 3% 0px 3%;
    background-color: #19375F;
    color: white;
    padding: 4px 10px;
    font-size: 16px;
}


/* ======================================================
   Press
   ====================================================== */

.press-acc {
    margin-top: 20px !important;
}
.press-acc p, .press-gallery h3 {
    margin-left: 1% !important;
}
.press-box {
    width: 31.33%;
    float: left;
    margin: 1% 1% 30px 1%;
   height: 450px;
}

.press-box p {
    font-size: 0.875em;
    margin: 10px 0 0 0;
}
.press-gallery {
    border-top: 1px solid rgba(0,0,0,0.30);
    padding-top: 5px;

}
.download a {
    background-color: rgba(25,55,95,1.00);
    padding: 5px 7px 4px 7px;
    color: white;
    font-size: 0.875em;
    font-family:"bt_medium";
    text-transform: uppercase;
    display: block;
}
.download a:hover {
    background-color: rgba(0,0,0,0.99);
}
.p-release span {
    display: block;
}
.p-release {
    font-size: 1em;
    line-height: 1.4em;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding-bottom: 15px;
    margin-top: 15px;
}
.p-date {
    
}
.p-title {
    font-family:"bt_medium";
}
.p-more a {
    /*background-color: rgba(96,145,145,1.00);*/
    padding: 0px;
    color: #BE8C0F;
    font-size: 1em;
    font-family:"bt_regular";
    text-transform: uppercase;
}
.p-more a:hover {
    color: #000;
}


/* ======================================================
   bottoms
   ====================================================== */
 
 h4 {
    margin-bottom: 1em;
 }
 .bottoms h3 {
    font-size: 1.5em;
    margin: 10px 0 10px 0;
 }
 .bottoms p {
    font-size: 1em;
    line-height: 1.4em;
 }
  .bottoms .event-date {
    font-size: 1em;
    line-height: 1.5em;
 }

 
   
   
/* ======================================================
   Join
   ====================================================== */  
   
.intro-full {
    margin: 0px 3% 40px 3%;
} 
.intro-right {
    float: right;
    width: 47%;
}
.intro-left {
    float: left;
    width: 47%;
}
 .member-box {
    margin-bottom: 50px;
 }
 .member-box h3 {
    border-bottom: 1px solid rgba(0,0,0,0.40);
    padding: 0 0 5px 0;
    margin: 10px 0 10px 0;
 }
   
.h-info {
    color: rgba(255,255,255,0.80);
}   

/* ======================================================
   FOOTER
   ====================================================== */

footer, footer a {
    /*height: 300px;*/
    color: rgba(255,255,255,0.60);
}
footer a:hover {
    color: rgba(255,255,255,1.00);
}
.footer-col {
    width: 19%;
    margin: 0px 3%;
    float: left;
    min-height: 50px;
}
footer ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    line-height: 18px;
    color: rgba(255,255,255,0.60);
}
footer i {
    margin: 10px 3px 0px 3px;
}
.footericon {
    font-size: 1.125em !important;
}
.f-border-top {
    border-top: 1px solid rgba(255,255,255,0.30);
}

/* SEARCH */
.searcharea {
    margin-top: 15px;
    margin-bottom: 15px;
}
.search li {
    margin: 30px 0px;
    line-height: 1.5em;
}
.search h2 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 10px;
}
.search h3{
    font-weight: 700;
    margin: 30px 0px;
}
.search a, search a:visited {
    color: black;
}
.search a:hover {
    color: #999;
}
.search p {
    font-weight: 300;
}
.keyw {
    font-weight: 300;
}
.sbtn {
    padding: 6px 4px 5px 4px;
    background-color: rgba(255,255,255,0.60);
    border: none;
    cursor: pointer;
    width: 20%;
    float: right;
    height: 30px;
}
.skeyw {
    padding: 5px 3px 6px 3px;
    background-color: rgba(255,255,255,0.60);
    border: none;
    width: 79%;
    font-size: 14px;
    height: 30px;
}
.fsearch {
    margin: 7px 0px 3px 0px;
}

.inner-footer p {
    margin-top: 10px;
}
.footer-sep {
    border-top: 1px solid rgba(255,255,255,0.30)!important;
    margin: 7px 0px 0px 0px;
    padding: 7px 0px 0px 0px;
}






/* ==========================================================================
   Blog
   ========================================================================== */
.blogback {
    background-image: url(https://driehausmuseum.org/img/seamless_paper_texture.png); 
}
.blogbox {
    width: 27.333%;
    margin: 0px 3% 60px 3%;
    padding: 20px 2%;
    float: left;
    background-color: #F0EDEB;
}
.grid-sizer { width: 27.333%; }
.gutter-sizer { width: 33.333%; }


.blog-more a {
    background-color: #BE8C0F;
    padding: 5px 9px 5px 7px;
    color: white;
    font-size: 0.875em;
    font-family:"bt_regular";
    text-transform: uppercase;
}
.blog-more a:hover {
    background-color: #19375F;
}
.backarrow {
    margin: 0 4px 0 0;
}
.blog-full {
    width: 72%; 
    margin: 0% 0.5%;
    padding: 20px 2%;
    float: left;
    background-color: rgba(255,255,255,0.70);
}
.blog-right {
    width: 19%;
    margin: 10px 3%;
    float: right;
    font-size: 0.85em;
}
.blog-right-recent li {
    font-family:"bt_medium";
    line-height: 20px;
    margin-bottom: 16px !important;
}
.reg {
    font-family:"bt_regular";
}
.blog-caption {
    font-size: 0.875em;
    margin: 0px 0px 25px 0px;
    line-height: 1.25em;
    color: rgba(0,0,0,0.50);
    text-align: left;
}
.blog-full img {
    margin: 0px 0px 15px 0px;
}
.blog-full p {
    line-height: 1.6em;
}
.blog-headers {
    /*border-top: 1px solid rgba(0,0,0,0.30);*/
    padding-top: 0px;
    margin: 10px 0 25px 0;
}
.blog-date {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.30);
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 6px 0px;
    margin: 9px 0px;
    position: relative;
}
.bottom-blog {
    margin: -50px auto 0px auto;
    
}
.bottom-blog h3 {
    margin: 0px 3% 20px 3%;
    border-top: 1px solid rgba(0,0,0,0.50);
    padding-top: 10px;
}
.bottom-categories ul {
    column-count: 4;
    margin: 0px 3%;
    padding-bottom: 30px;
}
.blog-full h3 {
    margin-top: 1.75em !important;
}
.blog-quote {
    font-size: 1.25em;
    font-style: italic;
    color: rgba(0,0,0,0.50);
    border-left: 1px solid rgba(0,0,0,0.50); 
    border-right: 1px solid rgba(0,0,0,0.50); 
    padding: 0 20px 0 20px;
    line-height: 1.3em;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
 
 
@media all and (max-width: 1200px) {
 .home-box1 {
    width: calc(33.33% - 30px);
    margin: 0% 15px 0px 15px;
}
.home-box2 {
    width: calc(50% - 30px);
    margin: 0% 15px 30px 15px;
}
.space-1 {
display: none;
}
}
 
 
 
 
 @media all and (max-width: 980px) {
 .inner-nav {
    width: 85%;
}

}
   
   

@media all and (max-width: 960px) {

.blogbox {
    margin: 0px 3% 40px 3%;
}
.history-year {
    font-size: 3em;
}
.contact-left {
    margin: 0 0% 15px 0%;
    width: 100%;
    float: none;
}
.contact-right {
    margin: 0 0% 15px 0%;
    width: 100%;
    float: none;
}
.ootm-image-one{
    width: 94%;
    margin: 0 3% 20px 3%;
    float: left;
}
.ootm-text-one{
    width: 94%;
    margin: 0 2%;
    float: right;
}
.ootm-image{
    width: 94%;
    margin: 0 3% 20px 3%;
    float: left;
}
.ootm-text{
    width: 94%;
    margin: 0 2%;
    float: right;
}


}



@media all and (max-width: 800px) {
.exhibtion-banner {
   /* height: 300px;*/
 }
 .hide-mobile {
    display: none;
}

.blogbox {
    width: 44%;
    padding: 20px 3% 20px 3%;
}
.grid-sizer { width: 44%; }
.gutter-sizer { width: 50%; }

.main-left {
    width: 94%;
    margin: 0% 3% 15px 3%;
    float: none;
    clear:both;
}
.main-left-exh {
    width: 94%;
    margin: -50px 3% 50px 3%;
    float: none;
    clear:both;
}
.main-right {
    width: 94%;
    margin: 0% 3%;
    float: none;
}
#subnav {
    margin: 50px 0 0 0;
}
.inner-section-bottom #subnav {
    margin: 0px 3% 0 3%;
}
.four-unit {
    width: calc(50% - 30px);
    margin: 0% 15px;
}
.nine-unit {
    width: 94%; 
    margin: 0% 3%;
    float: none;
}
.three-unit {
    width: 100%;    
    margin: 0% 0%;
    float: none;    
}
.bottoms .three-unit {
    width: 44%; 
    margin: 20px 3%;
    float: left;
}

.related-box {
    width: 27.333%;
    float: left;
    margin: 0px 3%;
}
.related-type {
    margin: 50px 3% 20px 3%;
}
.home-box1 {
    width: calc(100% - 30px);
    margin: 0% 15px 30px 15px;
    float: none;
    padding-bottom: 5px;
}
.home-box2 {
    width: calc(50% - 30px);
    margin: 0% 15px 30px 15px;
    padding-bottom: 5px;
}
.h-info {
    width: 44%;
    margin: 0px 3%;
    float: left;
    height: 190px;
}
.footer-col {
    width: 44%;
    margin: 0px 3% 40px 3%;;
    float: left;
}
.blog-right {
    width: 96%;
    margin: 0% 2% 40px 2%;
    float: none;
}
.blog-full {
    width: 100%; 
    margin: 0% 0%;
    padding: 20px 4%;
    float: none;
}
.exh-box-half {
    width: 94%; 
    margin: 0% 3%;
    float: none;
}
.home2-box1 {
    width: 96%;
    margin: 0% 2% 30px 2%;
    float: left;
    min-height: 50px;
    position: relative;
}
.home-intro h2 {
    font-size: 2em; 
}
.ht-left {
    float: none;
}
.ht-right {
    float: none;
    width: 100%;
    border-left: none !important;
    padding: 0 0 0 0px;
    margin: 0px 0 0px 0;
}
.history-text p {
    margin: 15px 0 0 0;
}
/*
#m-menu {
    width:100%;
    margin: 0px 0% 0px 0%;
}
#m-nav ul {
    width:100%;
}
*/
 .inner-nav {
    width: 85%;
}


.item {
    width: 48%;
}



.grid-sizer-hl {
  width:  48%;
}
.width1 {
    width: 48%;     
}
.width2 {
    width: 48%;
}
.width3 {
    width: 48%;
}
.infoBlockHome h3 {
    width: 100%;
    font-size: 2.5em;
}


.home-line {
    padding: 0px 0 0 0;
}


}




@media all and (max-width: 600px) {
body {
    font-size: 1.0em;
}
.more-slide a {
    font-size: 15px;
}
.inner-section {
    padding: 25px 0px 60px 0px;
}
h1 {
    font-size: 2.667em;
    line-height: 1em;
}
h2 {
    font-size: 2.25em !important;
    margin: 0px 0px .75em 0px;
}
#accordion h2, #accordion2 h2 {
    padding: 14px 35px 14px 15px !important;
    line-height: 1.0em !important;
    font-size: 1.6em !important;
    margin: 0;
}
.page-headers-exh {
    margin: 10px 3% 20px 3%;
    padding: 0px 0px 15px 0px;
    border-bottom: none;    
}

.support-image {
    width: 100%;
    margin: 0 0% 30px 0;
    float: none;
    display: none;
}
.support-text {
    width: 100%;
    margin: 0 0 0 0%;
    float: none;
}
.support-image-mobile {
    display: block;
    width: 100%;
    margin: 0 0% 20px 0;
}
.related-box {
    width: 44%;
    float: left;
    margin: 0px 3%;
}
.infoBlockHome h3 {
    font-size: 2em;

}
.infoBlock h3 {
    font-size: 2em;
}
.slidertext-black {
    background-color: rgba(0,0,0,0.60);
    line-height: 1.5em;
    padding: 5px 12px;
}
.info-1 {
    top: 25%;
}
/* half widths: */
.main-right-cont > div:nth-child(odd) {
    width: 100%;
    float: none;
    height: auto !important;
    /*background: blue;*/
}
.main-right-cont > div:nth-child(even) {
    width: 100%;
    float: none;
    height: auto !important;
    /*background: red;*/
}
.bottom-categories ul {
    column-count: 2;
}
.intro-right {
    float: none;
    width: 100%;
}
.intro-left {
    float: none;
    width: 100%;
}

.tn-social {
    float: none;
    margin-bottom: 5px;
}
.tn-search {
    font-size: 0.875em;
    border-right: none;
    padding-right: 0px;
    margin: -1px 0px 0 11px;
}
.tn-search a {
    float: none;
}
.tn-enews {
    font-size: 0.875em;
    margin: 10px 0 0 0;
}
.travel-box {
    width: 100%;
    float: left;
    padding: 3px 2% 3px 2%;
    border-right: 0px dotted rgba(0,0,0,0.30);
    border-bottom: 0px dotted rgba(0,0,0,0.30);
    border-top: 0px dotted rgba(0,0,0,0.30);
    margin: 0px 0 0px 0;
    /*background-color: rgba(0,0,0,0.09);*/
}
.box-left {
    border-left: 0px dotted rgba(0,0,0,0.30);
    border-top: 1px dotted rgba(0,0,0,0.30);
    margin-top: 15px;
}

.travel-image {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-bottom: 20px;
}
.travel-box p, .travel-box-right  {
    font-size: 1em;
}
.image-half-right, .image-half-left, .image-half  {
    float: none;
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
}


}




@media all and (max-width: 550px) {
.press-box {
    width: 48%;
    margin: 1%;
}
.blogbox {
    width: 94%;
    margin: 0px 3% 60px 3%;
    padding: 20px 5%;
    float: none;
}

.grid-sizer { width: 94%; }
.gutter-sizer { width: 100%; }
.home-box2 {
    width: calc(100% - 30px);
    margin: 0% 15px 50px 15px;
    float: none;
}
.h-info {
    width: 94%;
    margin: 0% 3% 30px 3%;
    float: none;
    height: auto;
}
.four-unit {
    width: 96%;
    margin: 0% 2%;
}
.boxes {
    width: 98%;
}
.related {
    margin-top: 100px;
}
.related-box {
    width: 94%;
    float: none;
    margin: 0px 3% 50px 3%;
}

.inner-topnav-right {
    width: auto;
}
.social-mobile {
    display: block !important;
}


.grid-sizer-hl {
  width:  98%;
}
.width1 {
    width: 98%;     
}
.width2 {
    width: 98%;
}
.width3 {
    width: 98%;
}
.visit-image {
    width: 29.33%;
    display: none;
}
.visit-image-mobile {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    display: block;
}
.visit-imagetext {
    width: 100%;
    margin-top: 20px;
}
.tn-enews span {
    display: none;
}
.footer-col {
    width: 94%;
    margin: 0px 3% 40px 3%;;
    float: none;
}

}



@media all and (max-width: 440px) {
.inner-topnav {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 0 0px 0;
    height: 75px;
}

body {
    padding-top: 120px;
}
.section-down {
    margin-top: 75px;
}
.downspace {
    margin-top: 75px;
}

.inner-topnav-left {
     width: 130px;
}
}


@media all and (max-width: 414px) {
.home-intro h2 {
    font-size: 1.6em; 
}
 .inner-nav {
    width: 85%;
}



}



@media all and (max-width: 375px) {
.inner-topnav {
    height: 50px;
}
body {
    padding-top: 95px;
}
.inner-topnav-right {
    width: 50%;
    float: right;
    margin: 0px 3% 0 0;
    padding: 0 0 0 0;
    text-align: right;
}
.tn-social i {
    font-size: 0.625em;
    margin: 0 0px 0 5px;
}

.tn-blog-press {
    margin: 1px 2px 0 0;
}
.tn-blog-press a {
    color: rgba(255,255,255,0.60);
    display: inline-block;
    padding: 0px 0 0 6px;
    float: none;
}
.tn-social {
    float: none;
    margin-bottom: 5px;
}
.tn-search {
    padding-right: 0px;
    margin: -1px 0px 0 7px;
    padding: 0px 0 0 0px;
}
.tn-search a {
    float: none;
}
.tn-enews {
    font-size: 0.875em;
    margin: 7px 0 0 0;
}
.tn-enews {
    padding: 20px 7px 5px 0px !important;
    margin: -15px 0px 0px 10px !important;
}

}





@media all and (max-width: 320px) {

.inner-topnav-left {
    width: 35%;
    float: left;
    margin: -4px 0 0 3%;
    padding: 0 0 0 0;
}
.inner-topnav-right {
    margin: -4px 2% 0 0;
    padding: 0 0 0 0;
    width: 60%;
}

}

























/* ==========================================================================
   Saved for Later
   ========================================================================== */


/* ======================================================
   SELECT MENU
   ====================================================== */

#m-nav ul {
    line-height: 1.125em;
}
#m-nav li {
    margin: 8px 0px 8px 0px;
} 
.m-nav-headers {
    border-bottom: 1px solid rgba(0,0,0,0.40);
    padding: 0px 0px 9px 0px;
    margin: 0px 0px 10px 0px;
}
#m-nav, #m-nav  a {
    color: rgba(96,96,91,1.00);
}
#m-nav  a:hover {
    color: rgba(0,0,0,1.00);
}


@media screen and (max-width: 800px) {
    

#m-menu {
    width:94%;
    display: block;
    /*background:#ddd;
    text-align: right;
    /*aligning the above "left" will make the 3 lines appear on the left*/
    padding: 5px 0px;
    margin: 0px 3% 0px 3%;
    border-top: 1px solid rgba(0,0,0,0.40);
    border-bottom: 1px solid rgba(0,0,0,0.40);
}
.subnav {
    
}

#m-nav.js {
    display: none;
}
#m-nav ul {
    width:94%;
    margin: 11px auto;
}
#m-nav li {
    width:100%;
    margin: 5px 0px 5px 0px;
}
.m-header {
    float: left;
    margin-top: 0px;
}
.m-bars {
    float: right !important;
    margin: 0px 0% 0px 0px !important;
    padding: 0px !important;
}
.hide-m {
    display: none;
}
}

@media screen and (min-width: 800px) {
#m-menu {
    display: none;
}
}



.inner-nav, nav {
	background-color: #8580b4 !important;
    border-top: none !important;
}
#cssmenu {
	border-top: none !important;
}
.tipnav, .innter-topnav {
	border: none !important;
}

