@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont-webfont.eot');
    src: url('../fonts/droidsans-webfont-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/droidsans-webfont-webfont.woff') format('woff'),
            url('../fonts/droidsans-webfont-webfont.ttf') format('truetype'),
            url('../fonts/droidsans-webfont-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold-webfont-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/droidsans-bold-webfont-webfont.woff') format('woff'),
            url('../fonts/droidsans-bold-webfont-webfont.ttf') format('truetype'),
            url('../fonts/droidsans-bold-webfont-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont-webfont.eot');
    src: url('../fonts/roboto-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/roboto-regular-webfont-webfont.woff') format('woff'),
            url('../fonts/roboto-regular-webfont-webfont.ttf') format('truetype'),
            url('../fonts/roboto-regular-webfont-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
            url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
            url('../fonts/bebasneue_bold-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* general reset */
body{
    margin:0;
    color:#626161;
    font:14px/21px droid_sansregular, Arial, Helvetica, sans-serif;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: none;
}
strong {
    font:13px/20px droid_sansbold, Arial, Helvetica, sans-serif;
}
body, body * {max-height: 1000000px;}
img{border-style:none;}
a{
    text-decoration:none;
    color:#457bb3;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
    font:100% Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
}
form,
fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
input[type="image"]{padding:0;border:none;}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea{-webkit-appearance:none;}
header, footer, article, section, hgroup, nav, figure, figcaption{display:block;}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding:0;
    border:0;
    margin:0;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus,
input[type="button"]:focus {outline:none;}
figure{
    margin:0;
    padding:0;
}
:focus, :active {outline:0 !important;}
/* general settings */
#wrapper{
    width:1103px;
    padding:0 13px 20px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#main{
    width: 100%;
    padding: 0 0 20px;
}
#main:after{
    content:"";
    display:block;
    clear:both;
}
#sidebar{
    float: left;
    width: 179px;
    padding: 62px 0 0;
}
.logo{
    display:block;
    width:175px;
    height:143px;
    background:url(../images/logo.png);
    text-indent:-9999px;
    overflow:hidden;
    margin: 0 0 12px 3px;
}
.logo a{
    display:block;
    height:100%;
}
.add-nav{
    border-top: 1px solid #9b9b9b;
    margin:0 -6px 0 0;
    padding:17px 0 0 2px;
    list-style:none;
    text-transform: uppercase;
    font: 19px/22px robotoregular, Arial, Helvetica, sans-serif;
}
.add-nav li{
    padding: 0 0 6px;
    width: 100%;
    vertical-align: top;
}
.add-nav li:after{
    content:"";
    display:block;
    clear:both;
}
.add-nav a{
    color: #686868;
    display:inline-block;
    position: relative;
    margin-right: -5px;
}
.add-nav>li:hover>a,
.add-nav a:hover,
.add-nav .active a{
    text-decoration: none;
    color: #000;
    margin-left: -13px;
    padding-left: 13px;
    background: url(../images/corner.png) 0 4px no-repeat;
}
.add-nav ul{
    font:14px/16px 'droid_sansregular', Arial, Helvetica, sans-serif;
    padding:7px 0 0;
    margin:0 0 -3px;
    list-style:none;
    text-transform:none;
}
#connected-to-gallery ul{display: none;}
.add-nav ul a{
    color:#686868;
}
.add-nav .active ul a{
    background:none;
    margin:0;
    padding:0;
    color:#686868;
}
.add-nav ul a:hover,
.add-nav ul .active a{
    background:none;
    margin:0;
    padding:0;
    color:#000;
    text-decoration: none;
}
.add-nav ul .active a{
    color:#457bb3;
}
#content{
    float: right;
    width: 877px;
    padding: 11px 0 0;
}
#nav{
    margin:0;
    padding:0 0 6px 1px;
    list-style:none;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}
#nav li{
    float: left;
    padding: 0 24px 5px 0;
}
#nav a{color: #686868;}
#nav a:hover,
#nav .active a{
    text-decoration: none;
    color: #457bb3;
}
.slideshow-holder{
    position: relative;
    width: 877px;
    height: 397px;
    margin: 0 0 25px;
}
.slideshow{
    position: relative;
    width: 877px;
    height: 397px;
    margin: 0 0 15px;
}
.slideshow-holder .slideshow{margin-bottom: 0;}
.slideshow .slideset{position: relative;}
.slideshow .slide{
    position: absolute;
    width: 877px;
    height: 397px;
    z-index: 1;
}
.slideshow .slide.active{z-index: 2;}
.text-slideshow{
    position: absolute;
    top: 48px;
    left: -23px;
    overflow: visible !important;
    z-index:3;
    background: url(../images/bg-text2.png) 100% 0 repeat;
}
.text-slideshow .slideset{
    position: relative;
    width:100%;
    height:100%;
}
.text-slideshow.submenu-active .slideset{
    position: absolute;
    left:-9999px;
    top:-9999px;
}
.text-slideshow .text-slide{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:1;
}
.text-slideshow .text-slide.active{z-index:2;}
.text-slideshow.js-computing-sizes .text-slide{
    width:1000px;
    height:500px;
}
.slideshow img,
.post img{display: block;}
.text-slideshow .text-box,
.slideshow .text-box,
.post .text-box{
    position: absolute;
    top: 48px;
    left: -23px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 140px 10px 43px;
    max-width: 740px;
}
.gallery .text-box{
    z-index:3;
    width:auto;
    max-width:1000px;
}
.text-slideshow .text-box{
    float: left;
    
    position: static;
    left:auto;
    top:auto;
}
.slideshow.gallery .text-box .inner{
    min-width:0;
}
.slideshow.gallery .text-box .title-box{
    max-width:600px;
}
.slideshow.gallery .text-box .title{
    max-width:325px;
}
.slideshow .text-box .bg,
.post .text-box .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-text.png) 100% 0 no-repeat;
    font-size: 0;
}
.text-slideshow .decor,
.slideshow .text-box .bg span,
.post .text-box .bg span{
    position: absolute;
    left: 1px;
    bottom: -22px;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(../images/sprite.png) 0 0 no-repeat;
}
.text-slideshow .text-box .holder,
.slideshow .text-box .holder,
.post .text-box .holder{
    position: relative;
    float: left;
    z-index: 1;
    
    padding: 5px 0;
    
}
.text-slideshow .text-box .holder{
    width:1000px;
    height:auto;
}
.text-slideshow.js-computing-sizes .text-box .holder{width:auto;}
.text-slideshow .text-box .title-box,
.slideshow .text-box .title-box,
.post .text-box .title-box{
    float: left;
    padding: 0 17px 0 0;
    max-width: 350px;
    position: relative;
}
.chop-corner{
border-color: transparent transparent rgba(0, 0, 0, .75) rgba(0, 0, 0, .75);
border-style: solid;
border-width: 36px;
height:0;
width:0;
position:absolute;
top:0px;
right:-1px;
}
.text-slideshow .text-box .title,
.slideshow .text-box .title,
.post .text-box .title{
    display: block;
    font: 40px/45px bebas_neueregular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: -2px;    
    max-width: 325px;
    color: #FFFFFF;    
}
.text-slideshow .text-box.with-subtitle .title,
.slideshow .text-box.with-subtitle .title,
.post .text-box.with-subtitle .title{
    display: block;
    font: 35px/40px bebas_neueregular, Arial, Helvetica, sans-serif;
}

.text-slideshow .text-box a:hover,
.slideshow .text-box a:hover,
.post .text-box a:hover{
    text-decoration: none;
}
.text-slideshow .text-box .inner,
.slideshow .text-box .inner,
.post .text-box .inner{
    float: left;
    min-width: 230px;
    max-width: 250px;
    min-height: 31px;
    background: url(../images/divider.png) 0 7px no-repeat;
    padding: 3px 0 0 20px;
}
.submenu-holder{
    overflow:hidden;
    width:1000px;
}
.submenu-holder ul{
    float:left;
    margin:0;
    padding:10px 140px 10px 20px;
    list-style:none;
}
.submenu-holder li{
    float:left;
    margin:0 30px;
}
.submenu-holder a{color:#fff;}
.slide2 .text-box{padding-right: 146px;}
.slide2 .text-box .bg{background: url(../images/bg-text1.png) 100% 0 no-repeat;}
.slide2 .text-box .holder{height: 65px;}
.slide2 .text-box .title-box{background: url(../images/divider2.png) 100% 8px no-repeat;}
.slide2 .text-box .inner{margin-top: 15px;}
.slide2 .hover-block{top: 145px;}
.slide3 .text-box .title-box{padding-right: 22px;}
.slide3 .text-box .inner{min-width: 260px;}
#content .text-slideshow .text-box p,
#content .slideshow .text-box p,
#content .post .text-box p
{margin: 0;}
.hover-block{
    position: absolute;
    top: 127px;
    left: 3px;
    width: 676px;
    max-height: 193px;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 36px 45px 20px 75px;
    display: none;
    z-index:11;
}
.text-slide .hover-block{
    top:100%;
    left:25px;
    margin-top: 2px;
}
.slideshow-holder.hover .hover-block,
.slide.hover .hover-block,
.post.hover .hover-block{display: block;}
.hover-block a{color: #fff;}
.hover-block .col{
    float: left;
    width: 105px;
    padding: 0 6px 0 0;
}
.hover-block .subtitle{
    display: block;
    color: #87aed6;
    text-transform: uppercase;
    font: 26px/29px bebas_neueregular, Arial, Helvetica, sans-serif;
}
.hover-block .text-holder{
    overflow: hidden;
    padding-top: 1px;
}
#exhibitions-excerpt p{
    font-size: 14px !important;
}
.hover-block .text-frame{
    max-height:125px;
    overflow:hidden;
    margin:0 0 14px;
}
#content .hover-block p{margin: 0 0 18px;}
.hover-block .more,
.hover-box .more{
    color: #87aed6;
    text-transform: uppercase;
    font: 26px/29px bebas_neueregular, Arial, Helvetica, sans-serif;
}
.pagination{
    padding:0;
    margin:0;
    list-style:none;
    position:absolute;
    z-index:5;
    overflow:hidden;
    height:18px;
    left:16px;
    bottom:11px;
}
.pagination li:first-child:nth-last-child(1) {
    display: none;
}

.pagination li{
    float:left;
    margin:0 5px 0 0;
}
.pagination a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    width:18px;
    height:18px;
    background:url(../images/switcher.png) no-repeat;
}
.pagination li.active a,
.pagination a:hover{
    background-position:-23px 0
}
#content h1{
    text-transform: uppercase;
    color: #575757;
    font: 33px/37px bebas_neueregular, Arial, Helvetica, sans-serif;
    margin: 0 0 14px;
}
#content .heading{
    overflow: hidden;
    padding: 0 0 12px;
    margin: 0 0 17px;
    border-bottom: 1px dotted #0c0c0c;
}
#content .heading h1{
    float: left;
    margin: 0;
    max-width: 470px;
}
.view-link{
    float: right;
    max-width: 370px;
    color: #a4a8ab;
    text-transform: uppercase;
    font: 24px/29px bebas_neueregular, Arial, Helvetica, sans-serif;
    background: url(../images/sprite-ico.png) 0 1px no-repeat;
    min-height: 26px;
    padding: 0 0 0 43px;
    margin: 5px 0 0;
}
.main-boxes{
    overflow: hidden;
    margin:0 -21px 0 0;
}
.main-box{
    display:inline-block;
    vertical-align:top;
    position: relative;
    max-width: 281px;
    margin:0 14px 22px 0;
}
.holder .main-box {
    margin:0 12px 22px 0;
}
*+html .holder .main-box{
    margin-right:15px;
}
*+html .main-box{
    display:inline;
    margin-right:11px;
}
.holder .hover-box .col{
    width:87px;
}
.corner{
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 26px;
    background: url(../images/sprite.png) -23px 0 no-repeat;
    z-index: 1;
}
.main-box img{display: block;}
.main-box .text{
    background: url(../images/bg-text2.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 150px;
    overflow: hidden;
    padding: 5px 15px 5px 12px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}
.main-box .text a{color: #fff;}
#content .main-box h2{
    font: 20px/22px bebas_neueregular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding:0 5px 0 0;
    border:none;
    color:#fff;
}
.main-box .date{
    margin: 5px 0 0;
    font-style: normal;
}
.hover-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 20px 8px 10px 11px;
    font-size: 11px;
    line-height: 17px;
    display: none;
}
.main-box.hover .hover-box{display: block;}
.hover-box a{color: #fff;}
.hover-box .col{
    float: left;
    width: 90px;
    padding: 0 5px 0 0;
}
#content .hover-box h3{
    display: block;
    color: #87aed6;
    text-transform: uppercase;
    font: 20px/24px bebas_neueregular, Arial, Helvetica, sans-serif;
    margin: 0;
}
.hover-box .text-holder{
    overflow: hidden;
    padding-top: 1px;
}
.hover-box .text-frame{
    height:100px;
    overflow:hidden;
}
#content .hover-box .text-frame p{
    font: 12px/14px droid_sansregular, Arial, Helvetica, sans-serif;
}
#content .hover-box p{margin: 0 0 11px;}
.hover-box .more{
    font-size: 20px;
    line-height: 24px;
}
.post{
    position:relative;
    margin:0 0 14px;
}
.archive{
    padding:10px 0 0;
    margin:0 0 25px;
    height:1%;
    list-style:none;
    border-bottom:2px solid #c2c2c2;
    font: 25px/37px bebas_neueregular, Arial, Helvetica, sans-serif;
    text-align:center;
}
.archive:after{
    content:'';
    display:block;
    clear:both;
}
.archive.collection{
    margin:0 0 15px;
}
.archive li{
    float:left;
}
.archive li:before {
    content: "" !important;
}
.archive a{
    display:block;
    min-width:75px;
    padding:5px 15px 10px;
    color:#454545;
}
.archive li.active,
.archive li:hover{
    margin:0 0 -2px;
}
.archive li.active a,
.archive a:hover{
    color:#457bb3;
    background:#fff;
    border:2px solid #c2c2c2;
    border-color:#c2c2c2 #c2c2c2 #fff;
    margin:0 -2px 0;
    padding:3px 15px 10px;
    text-decoration:none;
    position:relative;
}
.archive li.active:first-child a,
.archive li:first-child a:hover{
    margin-left:0;
    padding-left:13px;
}
ul.date,
.alphabet{
    overflow:hidden;
    padding:0;
    margin:0;
    list-style:none;
    font: 25px/37px bebas_neueregular, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}
ul.date{
    margin:0 0 26px;
}
.decades {
    font-size: 18px;
}
.letter .decades {
    font-size: 28px;
}
.date li{
    float:left;
    margin:0 25px 0 0;
}
.alphabet a,
.date a{
    color:#848484;
    border-bottom:2px solid transparent;
}
.alphabet li.active a,
.alphabet a:hover,
.date li.active a,
.date a:hover{
    color:#457bb3;
    text-decoration:none;
    border-color:#457bb3;
}
.alphabet li{
    float:left;
    margin:0 11px 0 0;
}
.alphabet{
    padding:0 0 27px;
}
.letter, .year-label{
    text-transform:uppercase;
    font:80px/80px bebas_neueregular, Arial, Helvetica, sans-serif;
    color:#457bb3;
    display:block;
}
.year-label {
    font:60px/60px bebas_neueregular, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
.open-close{
    padding:0;
    margin:-1px 0 19px;
    list-style:none;
    font:16px/17px 'droid_sansregular', Arial, Helvetica, sans-serif;
    color:#000;
}
.open-close li{
    border-top:1px solid #c6c6c6;
    overflow:hidden;
    padding:12px 0 14px;
}
.open-close li:first-child{
    border:none;
}
.open-close .bio {
    margin: -20px 0 10px 0;
}
.open-close .more,
.open-close .less{
    float:right;
    color:#457bb3;
    font-size:14px;
    font:14px/17px 'droid_sansregular', Arial, Helvetica, sans-serif;
    text-transform:none;
    cursor:pointer;
}
.open-close .less{
    display:none;
}

.open-close .artist-name{
    font:16px/17px 'droid_sansregular', Arial, Helvetica, sans-serif;
    color:#000;
}
.open-close .artist-name:hover{
    text-decoration: none;
}


.open-close li.active .less{
    display:block;
}
.open-close li.active .more{
    display:none;
}
.open-close .artist-list{
    padding:45px 0 0;
}
.open-close .artist-list.no-gap {
    padding:0;
}

.medium-list .open-close .artist-list{
    padding:15px 0 0;   
}
.medium-list .letter{
    font:50px/50px bebas_neueregular, Arial, Helvetica, sans-serif;
}


.open-close .artist-list article{
    overflow:hidden;
    padding:0 0 30px;
}
.open-close .artist-list .text-block{
    font-size:14px;
    line-height:21px;
    color:#626161;
}
#content .open-close .text-block p{
    margin:0 0 9px;
}
#content .open-close .text-block p.with-bar{
    margin:5px 0 5px;
    border-bottom:1px solid #a0a0a0;
    padding:0 0 5px;
}
#content .open-close header{
    border:none;
    font-size:16px;
    color:#000;
    margin:0;
    padding:0;
    overflow:hidden;
}
#content .open-close .artist-list h2{
    font:16px/21px 'droid_sansregular', Arial, Helvetica, sans-serif;
    text-transform:none;
    color:#000;
    margin:0;
    padding:0;
    border:none;
    font-weight:normal;
}
.open-close li.active .artist-list .more{
    color:#457bb3;
    display:inline;
    float:none;
    text-transform:none;
    font:14px/21px 'droid_sansregular', Arial, Helvetica, sans-serif;
}
.open-close .artist-list .date{
    font-style:normal;
    display:block;
    margin:0 0 6px;
    border-bottom:1px solid #a0a0a0;
    padding:0 0 10px;
}
.open-close .artist-list .date.no-bar{
    border-bottom:none;
    padding:0 0 0;
}

.open-close .artist-list .name{
    display:inline-block;
    margin:0 0 18px;
    font-size:14px;
    color:#000;
}
.open-close .artist-list img{
    display:block;
}
.open-close .artist-list .image{
    position:relative;
    float:left;
    margin:4px 29px 8px 0;
}
.open-close .artist-list .image-collection-list {
    position:relative;
    float:left;
    margin:4px 0 8px 0;
}
.open-close .artist-list .image .corner{
    background:url(../images/corner-2.png) no-repeat 0 -1px;
    width:37px;
    height:34px;
}
#content p{
    margin:0 0 22px;
    font:14px/21px droid_sansregular, Arial, Helvetica, sans-serif;
}
#content p strong {    
    font:14px/21px droid_sansbold, Arial, Helvetica, sans-serif;
}

#twocolumns{
    overflow:hidden;
    padding:2px 0 0;
    margin-bottom: 80px;
}
#twocolumns .content ul {
    margin-top: 10px;
    padding-left: 0px;
    list-style: none;
}
#twocolumns .content ul li:before {  
    content: "· ";  
}
#twocolumns .content h2.bordered, #content .aside h2.bordered, #content .box-holder h2  {
    font:25px/28px 'bebas_neueregular' ,Arial,Helvetica,sans-serif;
    color:#4c4c4c;
    text-transform:uppercase;
    margin:0 0 15px;
    padding:7px 0 9px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}
#twocolumns .content h2.bordered, #content .education-details h2,
#twocolumns .content section {
    margin-top: 40px;
}
#content p:last-child{
    margin-bottom: 0;
}
#twocolumns .content:first-child h2:first-child, #content:first-child .education-details h2:first-child, #twocolumns .content:first-child section:first-child{
    margin-top: 0;
}

#twocolumns .content h2.bordered.cleartop, #content .aside h2.bordered.cleartop {
    margin-top: 35px;
}
#twocolumns .content h2.bordered.cleartop:first-child, #content .aside h2.bordered.cleartop:first-child {
    margin-top: 0px;
}

#twocolumns .content h2.bordered-top, #content .aside h2.bordered-top {
    border-bottom: none;
}
#twocolumns .content h2 .h2-link {
    font:22px/30px 'bebas_neueregular' ,Arial,Helvetica,sans-serif;
    color:#a4a8ab;
    float: right;
}
#twocolumns .content h2 .h2-download {
    background: url(../images/download-ico.png) no-repeat center left;
    padding-left: 40px;
}
.content-two-columns .c1 {
    display: inline-block;
    width: 50%;
    padding-right: 30px;
    vertical-align: top;

}
.content-two-columns .c2 {
    display: inline-block;
    vertical-align: top;
    max-width: 44%;
}
.content-two-columns h4:first-child{
    margin: 15px 0 0 0;
}
.content-two-columns h4{
    font-size: 14px;
    font-family: droid_sansregular, Arial, Helvetica, sans-serif;
    color: #457bb3;
    font-weight: normal;
    margin: 25px 0 0 0;
}
.fixed-heading {
    clear: both;
    display: block;
}
.donors-block {
    display: block;
    margin-bottom: 25px;;
}
    
.content-col {
    width:641px;
}
.content{
    width:641px;
    float:left;
}
.content.breakflow {
    float: none;
}
.content.large {
    width:877px;
}
.content .image-holder{
    overflow:hidden;
    font-size:12px;
    line-height:20px;
    color:#626161;
    padding:6px 0 1px;
    width:641px;
}
.content .image-holder img{
    vertical-align:top;
    border:1px solid #b8b8b8;
    margin:0 0 3px;
}
.content .image-holder p{
    text-align:right;
}
.content .video-holder{
    margin:-4px 0 12px;
}
.content .video-holder img{
    vertical-align:top;
}

#staffboard .department, #staffboard .staff.board {
    width: 40%;
    margin: 0 0 15px 0;
    vertical-align: top;
}
#staffboard .staff.board {

}

#staffboard .staff.board {
    margin: 0 0 5px 0;
}

#staffboard .department h3, .content#staffboard .staff {
    text-transform:none;
    font:14px/21px 'droid_sansregular', Arial, Helvetica, sans-serif;
    color: #457bb3;
}
#staffboard .staff {
    color: #000000;
    margin: 0 0 5px 0;
}
#staffboard .staff.main-admin {
    margin-bottom: 25px;
}
#staffboard .staff .jobtitle {
    color: #626161;
    margin-bottom: 10px;
}
#staffboard .staff.board .jobtitle {
    margin-bottom: 5px;
}

.working-hours{
    padding:21px 0 0;
}
.working-hours dl{
    margin:0;
}
.working-hours dt{
    float:left;
    width:168px;
    margin:0 10px 0 0;
    font:22px/26px 'bebas_neueregular' ,Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    color:#848484;
}
.working-hours dd{
    overflow:hidden;
    margin:0 0 26px;
}
.working-hours .note{
    padding:0 0 0 180px;
    margin:-3px 0 0;
}
#content .events h2{
    margin:0 0 23px;
}
.events{
    padding:0 0 18px;
}
.events article{
    overflow:hidden;
    margin:0 0 26px;
}
.events .image{
    float:left;
    margin:4px 22px 0 0;
    position:relative;
}
.events .image img{
    vertical-align:top;
}
.events .text-block{
    overflow:hidden;
}
.events-link-container {
    margin-bottom: 15px;
}
#content .events p{
    margin:0 0 4px;
}
#content .events .heading{
    border:none;
    font-size:16px;
    color:#000;
    margin:0;
    padding:0;
}
#content .events h3{
    font-size:16px;
    line-height:21px;
    margin:0;
    font-weight:normal;
}
.events .image .corner {
    background: url("../images/corner-2.png") no-repeat 100% -1px;
    height:34px;
    width:37px;
}
.events .more{
    color:#457bb3;
    float:none;
    text-transform:none;
    font:14px/21px 'droid_sansregular', Arial, Helvetica, sans-serif;
}
.events .date{
    font-style:normal;
    display:block;
    margin:0 0 6px;
    border-bottom:1px solid #a0a0a0;
    padding:0 0 10px;
}
.events .name{
    display:inline-block;
    margin:0 0 14px;
    font-size:14px;
    color:#000;
}
#content h2, #content .education-details.links h3{
    font:23px/25px 'bebas_neueregular' ,Arial,Helvetica,sans-serif;
    color:#848484;
    text-transform:uppercase;
    margin:0 0 15px;
    padding:7px 0 0;
}
.aside{
    width:207px;
    float:right;
    color:#000;
}
#twocolumns.inverse .content {
    float:right;
}
#twocolumns.inverse .aside {
    float:left;
}
#content .aside h2{
    margin:0 0 12px;
}
.publications{
    margin:0 0 42px;
}
.publication{
    line-height:19px;
    padding:0 0 14px;
}
.publication .title{
    display:block;
    font-size:16px;
    line-height:18px;
    color:#000;
    padding:3px 0 5px;
}
.publication .by{
    display:block;
    color:#000;
    font-size:14px;
    line-height:16px;
    margin:0 0 6px;
}
.publication .by a{
    color:#000;
    display:inline;
    margin:0;
}
.publication img{
    vertical-align:top;
    max-width: 100%;
    margin-top: 20px;
}
#content .aside .exhibitions {
    padding-top: 9px;
    margin-bottom: 25px;
}
#content .aside .publication p{
    margin:0 0 5px;
    color:#626161;
}
.publication a{
    display:inline-block;
    margin:0 0 12px;
}
.aside .box-holder.contact p {
    padding: 0 0 3px;
}
.aside .box-holder p{
    margin:0 0 31px;
    13px/20px droid_sansregular, Arial, Helvetica, sans-serif
    font-style: normal;
    line-height: 22px;
    padding: 0 0 9px;
}
.aside address{
    font-style:normal;
    line-height:22px;
    padding:0 0 9px;
}
.doc{
    font-size:16px;
    line-height:21px;
    display:inline-block;
    margin:9px 0 20px;
}
#content .program h2{
    margin:0 0 15px;
}
#content .program p{
    margin:0;
}

.inlined-blocks {
    display: inline-block;
    max-width: 325px;
    vertical-align: top;
}
.sponsors{
    padding:11px 0 12px;
    margin:0;
    list-style:none;
    text-align:center;
}
.sponsors li{
    margin:38px 0 0;
}
.sponsors li:first-child{
    margin:0;
}
.sponsors a{
    display:inline-block;
}
.sponsors img{
    vertical-align:top;
}
.edition{
    color:#000;
}
.edition span{
    display:block;
}
.meta{
    padding:12px 0 1px;
    margin:0;
    list-style:none;
    overflow:hidden;
}
.meta.blue li {
    color: #457bb3;
}
.meta li{
    float:left;
    /*color: #457bb3;*/
    float:left;
    /*border-left: 1px solid #457bb3;*/
    border-left: 1px solid #626161;
    line-height: 18px;
    padding:0 10px;
}
.meta li:before {
    content: "" !important;
}
.meta li:first-child{
    border-left:none;
    padding-left:0;
}

.meta li p {
    line-height: 18px !important;
}
a.get {
    font: 14px/20px droid_sansregular, Arial, Helvetica, sans-serif;
}
.padination{
    padding:0;
    margin:0 0 48px;
    list-style:none;
    overflow:hidden;
}
.padination li{
    float:left;
    background:url(../images/sep.png) no-repeat 0 4px;
    padding:0 10px;
}
.padination li:first-child{
    background:none;
    padding-left:0;
}
.request-btn{
    display: inline-block;
    margin:5px 0 4px;
    padding:1px 16px;
    border: 0;
    cursor:pointer;
    color: #fff;
    text-transform: uppercase;
    line-height:22px;
    background: #000;
    border-radius: 3px;
    -webkit-box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
    box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
}
.links dl{
    margin:0 0 35px;
}
.links dt{
    color:#000;
    min-width:27px;
    margin:0 3px 0 0;
    float:left;
}
.links dd{
    overflow:hidden;
}
.support-box{
    padding:0 0 27px;
}
.support-list{
    padding:25px 0 0 8px;
    margin:0 -13px 0 0;
    list-style:none;
}
.support-list li{
    display:inline-block;
    margin:0 22px 10px 8px;
}
.support-list a{
    display:block;
}
.support-list img{
    vertical-align:top;
}
*+html .support-list li{
    display:inline;
    margin-right:23px;
}
.links .title{
    font:22px/26px 'bebas_neueregular' ,Arial,Helvetica,sans-serif;
    margin:0 0 20px;
    color:#848484;
    display:block;
    text-transform:uppercase;
}
#content .links h2{
    margin:0 0 17px;
}
#content .links h3{
    font-size:16px;
    line-height:21px;
    margin:0 0 1px;
    font-weight:normal;
    color:#000;
}
.theory-list dt{
    min-width:58px;
}
.artist-posts{
    padding:14px 0 42px;
    margin:0;
    list-style:none;
}
.artist-posts article{
    overflow:hidden;
    padding:0 0 11px;
}
.artist-posts .text-area{
    margin:0 0 -9px;
    display: none;
}
.artist-posts .image{
    float:left;
    margin:0 20px 22px 0;
    position:relative;
}
.artist-posts .more,
.artist-posts .less{
    color:#457bb3;
    text-transform:none;
}
.artist-posts .less{
    display:none;
}
.artist-posts a:hover .less{
    text-decoration:underline;
}
.artist-posts .active .less{
    display:inline-block;
}
.artist-posts .active .more{
    display:none;
}
.artist-posts h3{
    font-size:16px;
    line-height:21px;
    font-weight:normal;
    margin:0;
}
.artist-posts header{
    overflow:hidden;
    font-size:16px;
    line-height:23px;
    color:#000;
    margin:0 0 11px;
    padding:0 0 12px;
    border-bottom:1px solid #cbcbcb;
}
.artist-posts img{
    vertical-align:top;
}
*+html .artist-posts .text-area{
    display:inline !important;
}
*+html .artist-posts .active .text-area{
    display:inline !important;
}
*+html .artist-posts .text-area p{
    display:inline;
    width:100%;
}
*+html .artist-posts .text-area p+p{
    display:inline-block;
    vertical-align:top;
    padding:21px 0 0;
}
.gallery-list{
    padding:0;
    margin:0 0 12px;
    list-style:none;
    overflow:hidden;
    font:25px/28px 'bebas_neueregular',Arial,Helvetica,sans-serif;
}
.gallery-list a{
    color:#777777;
    line-height: 30px;
}

.gallery-list a:hover, .gallery-list li.active a{
    color: #457bb3;
    text-decoration: none;
    border-bottom: 2px solid #457bb3;
}

.gallery-list li:before{
    content: "" !important;    
}
.gallery-list li{
    display: inline;
    margin:0 30px 0 0;
}
.article-list article{
    padding:30px 0 33px;
    clear: both;
}
.article-list article .image{
    float:left;
    margin:3px 31px 30px 0;
    position:relative;
}
.article-list article .image img{
    vertical-align:top;
}
.article-list h3{
    font-size:16px;
    line-height:21px;
    font-weight:normal;
    margin:0;
}
.article-list article.programs header h3, .article-list article.educations header h3 {
    margin-bottom: 0 !important;
}
.article-list header{
    overflow:hidden;
    font-size:16px;
    line-height:23px;
    color:#000;
    margin:0 0 15px;
    padding:0 0 7px;
    border-bottom:1px solid #cbcbcb;
}
.article-list .date{
    font-style:normal;
}
.article-list .meta{
    padding:0 0 4px;
}
#content .article-list p{
    margin:0 0 12px;
}
#content .article-list .meta li p {
    margin: 0;
}
.more-info{
    display: inline-block;
    margin:5px 0 4px;
    padding:1px 16px;
    border: 0;
    cursor:pointer;
    color: #fff;
    text-transform: uppercase;
    line-height:22px;
    background: #000;
    border-radius: 3px;
    -webkit-box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
    box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
}
.aside .image-holder{
    margin:-2px 0 19px;
    display:block;
}
#content .aside p{
    margin:0 0 12px;
    color: #626161
}
#content .support-box.area .doc{
    margin:0 0 35px;
}
#content .support-box.area h2{
    margin:0 0 13px;
}
.btn-all{
    display: inline-block;
    margin:5px 0 17px;
    padding:1px 16px;
    border: 0;
    cursor:pointer;
    color: #fff;
    text-transform: uppercase;
    line-height:22px;
    background: #000;
    border-radius: 3px;
    -webkit-box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
    box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
}
.phones-block{
    border-bottom:1px solid #cbcbcb;
    padding: 0 0 12px;
    margin:0 0 6px;
    font-size:16px;
}
.phones-block .number{
    display:block;
    font-weight:normal;
    font-size:14px;
}
.contacts{
    padding:9px 0 0;
}
.contacts article{
    overflow:hidden;
    position:relative;
    margin:0 0 30px;
}
.contacts .image{
    float:left;
    margin:0 30px 10px 0;
    padding:4px 0 0;
    position:relative;
}
.contacts h3{
    font-size:16px;
    line-height:21px;
    font-weight:normal;
    overflow:hidden;
    color:#000;
    margin:0 0 6px;
    padding:0 0 8px;
    border-bottom:1px solid #a0a0a0;
}
.contacts .image img{
    display:block;
}
.contacts address{
    font:14px/20px droid_sansregular, Arial, Helvetica, sans-serif;
    margin:0 0 17px;
}
.contacts dl{
    margin:0 0 12px;
}
.contacts dt{
    float:left;
    margin:0 3px 0 0;
}
.contacts dd{
    margin:0;
    display:inline;
}
.holiday-list{
    margin:0 0 10px;
    padding:9px 0 0;
}
.holiday-list dt{
    float:left;
    color:#000;
    margin:0 4px 0 0;
}
.holiday-list dd{
    overflow:hidden;
    color:#626161;
    margin:0;
}
.contact-list{
    overflow:hidden;
    padding:9px 0 0;
}
.contact-list-holder{
    overflow:hidden;
    border-bottom:1px solid #757575;
    margin:0 -40px 13px 0;
    color:#000;
}
.contact-block{
    display:inline-block;
    vertical-align:top;
    width:209px;
    margin:0 120px 40px 0;
}
.contact-block span{
    display:block;
}
.contact-block-holder{
    padding:0 0 11px;
    border-bottom:1px solid #cbcbcb;
    color:#000;
    margin:0 0 10px;
}
*+html .contact-block{
    display:inline;
    margin-right:123px;
}
.contact-block h3{
    font-size:16px;
    line-height:21px;
    font-weight:normal;
    color:#000;
    margin:0 0 1px;
}
#content .box-holder.section{
    margin:0 0 32px;
}
.aside .contact-block{
    margin:0;
    padding:0 0 12px;
}
.box-holder.contact{
    margin:0;
    padding:0 0 18px;
}
#content .box-holder.section h2{
    margin:0 0 14px;
}
#content .box-holder.section p{
    font-size:16px;
    line-height:22px;
    margin:0 0 9px;
}
.events-list{
    padding:9px 0 29px;
}
.events-list article{
    overflow:hidden;
    padding:30px 0 0;
}
.events-list article:first-child{
    padding:0;
}
#content .events-list article p{
    margin:0 0 12px;
}
.events-list .more{
    color:#457bb3;
    display:inline;
    float:none;
    text-transform:none;
    font:14px/21px 'droid_sansregular', Arial, Helvetica, sans-serif;
}
.events-list header{
    font-size:16px;
    line-height:21px;
    color:#000;
}
.events-list .date{
    font-style:normal;
    display:block;
    margin:0 0 6px;
    border-bottom:1px solid #a0a0a0;
    padding:0 0 10px;
    color:#000;
    letter-spacing:-1px
}
.events-list .name{
    display:inline-block;
    margin:0 0 10px;
    font-size:14px;
    color:#000;
}
.events-list img{
    display:block;
}
.events-list .image{
    position:relative;
    float:left;
    margin:4px 29px 8px 0;
    max-width: 281px;
}
.events-list .image img{
    max-width: 100%;
}
.events-list .image .corner{
    background:url(../images/corner-2.png) no-repeat 0 -1px;
    width:37px;
    height:34px;
}
.events-list .text-block{
    overflow:hidden;
}
#content h3{
    font-size:16px;
    line-height:21px;
    color:#000;
    font-weight:normal;
    margin:0 0 10px 0;
}
#content .events header{
    border:none;
    font-size:16px;
    color:#000;
    margin:0;
    padding:0;
    overflow:hidden;
    letter-spacing:-1px;
}
.exhibitions{
    padding:21px 0 0;
    overflow:hidden;
}
.exhibitions article{
    margin:0 0 42px;
}
.exhibitions .image{
    display:block;
    position:relative;
    margin:0 0 6px;
}
.exhibitions .image img{
    display:block;
}
.exhibitions .image:hover .hover-box{
    display:block;
}
.exhibitions .hover-box .text-frame{
    height:50px;
    overflow:hidden;
}
.exhibitions .date{
    font-style:normal;
    display:block;
    margin:0 0 5px;
    border-bottom:1px solid #a0a0a0;
    padding:0 0 8px;
    color:#000;
    letter-spacing:-1px;
}
.exhibitions header{
    font-size:16px;
    line-height:23px;
    color:#000;
}
.exhibitions .name{
    font-size:14px;
}

#calendar-exhibition .exhibitions header h3{
    margin-bottom: 0;
    margin-top: 10px;
}


.filter{
    padding:3px 0 0;
    margin:0;
    list-style:none;
    height:1%;
    font:25px/28px 'bebas_neueregular',Arial,Helvetica,sans-serif;
}
.filter:after{
    content:'';
    display:block;
    clear:both;
}
.filter>li{
    float:left;
    text-transform:uppercase;
    margin:0 60px 0 0;
    position:relative;
    padding:17px 32px 14px;
    min-width:147px;
}
.filter .program{
    padding-left:44px;
    padding-right:16px;
}
.filter>li>a{
    color:#626161;
    padding:0 20px 0 0;
    background:url(../images/arrows.png) no-repeat 100% -64px;
}
.filter>li.active,
.filter>li:hover{
    background:#eaeaea;
    border:none;
    z-index:12;
    cursor:pointer;
    padding-bottom:17px;
    margin-bottom:-4px;
}
.filter>li.active>a,
.filter>li:hover>a{
    text-decoration:none;
    border:none;
    color:#457bb3;
    background-position:100% 10px;
}
.filter>li.active ul,
.filter>li:hover ul{
    display:block;
}
.filter ul{
    display:none;
    cursor:default;
    position:absolute;
    width:130px;
    left:0;
    top:100%;
    z-index:11;
    background:#eaeaea;
    padding:16px 33px 36px 44px;
    margin:0;
    list-style:none;
    font:16px/21px droid_sansregular,Arial,Helvetica,sans-serif;
    letter-spacing:-1px;
    text-transform:none;
}
.filter ul li{
    padding:0 0 7px;
}
.filter ul li a{
    color:#000;
}
.filter>li.active .calendar-holder,
.filter>li:hover .calendar-holder{
    display:block;
}
.calendar-holder{
    display:none;
    background:#eaeaea;
    position:absolute;
    z-index:11;
    top:62px;
    left:0;
    width:619px;
    padding:14px 4px 17px 18px;
    overflow:hidden;
    cursor:default;
}
.calendar-frame{
    margin:0 -80px 0 0;
    position:relative;
    overflow:hidden;
}
.calendar-frame .cal-switcher {
    position: relative;
    padding-left: 14px;
    margin-top: -13px;
    padding-bottom: 10px;
}
.calendar-frame .cal-switcher .prev, 
.calendar-frame .cal-switcher .next{
    color: #858585;
    text-decoration: none;
    font-size: 12px;
}
.calendar-frame .close{
    position:absolute;
    background:url(../images/close.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    width:14px;
    height:12px;
    top:8px;
    right:98px;
    z-index:13;
}
.calendar {
    width:264px;
    float:left;
    margin:0 40px 0 0;
    color:#6c6c6c;
}
.calendar .mounth,
.calendar .year{
    font-family:'bebas_neueregular',Arial,Helvetica,sans-serif;
    font-size:21px;
    line-height:24px;
    font-weight:normal;
    display:block;
    margin-bottom:17px;
}
.calendar .mounth{
    float:left;
    margin:0 5px 0 14px;
}
.calendar table {
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    font-size:21px;
    line-height:32px;
}
.calendar table th{
    color:#858585;
    font-size:17px;
    line-height:24px;
    font-weight:normal;
}
.calendar table td {padding:0;}
.calendar td, .calendar th {
    text-align:center;
    padding:0;
    line-height:40px;
}
.calendar td.date {color:#bcbcbc;}
.calendar td a {
    color:#87aed6;
}
.calendar td a.selected {
    text-decoration: underline;
    color: #6c6c6c;
}

#footer{
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding: 0 0 20px;
}
#footer:after{
    content:"";
    display:block;
    clear:both;
}
.footer-area{
    float: right;
    width: 876px;
}
.menu{
    margin:0 0 34px;
    padding:21px 0;
    list-style:none;
    overflow: hidden;
    text-transform: uppercase;
    font: 23px/27px bebas_neueregular, Arial, Helvetica, sans-serif;
    color: #848484;
    border: solid #b7b7b7;
    border-width: 1px 0;
}
.menu li{
    float: left;
    padding-right: 34px;
}
.menu a{color: #848484;}
.footer-cols{overflow: hidden;}
.footer-cols .col{
    float: left;
    width: 110px;
    padding-right: 10px;
}
.footer-cols .col.small{ width: 68px; }
.footer-cols .item02{width: 179px;}
.footer-cols .item03{width: 132px;}
.footer-cols .item04{width: 72px;}
.footer-cols .item05{width: 71px;}
.footer-cols .item06{width: 69px;}
.footer-cols h2{
    font: 14px/17px droid_sansregular, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 8px;
}
.footer-cols h2 a{
    color:#000;
}
.footer-cols ul{
    margin:0;
    padding:0;
    list-style:none;
    font-size: 12px;
    line-height: 15px;
}
.footer-cols ul a{color: #626161;}
.side-box{
    float: left;
    width: 178px;
    padding: 16px 0 0;
}
.side-box h2{
    text-transform: uppercase;
    font: 25px/29px bebas_neueregular, Arial, Helvetica, sans-serif;
    color: #a4a8ab;
    margin: 0;
}
.head-box{
    border: 1px dotted #000;
    padding: 8px 10px 7px;
    text-align: center;
    margin: 0 0 17px;
}
.social{
    margin:0 0 10px;
    padding:0;
    list-style:none;
    overflow: hidden;
}
.social li{
    float: left;
    margin: 0 0 0 19px;
}
.social li:first-child{margin-left: 0;}
.social a{
    width: 42px;
    height: 54px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.social .facebook{background: url(../images/sprite-social.png) 0 0 no-repeat;}
.social .twitter{background: url(../images/sprite-social.png) -61px 0 no-repeat;}
.social .vimeo, .social .instagram{background: url(../images/sprite-social.png) -122px 0 no-repeat;}
.newsletter h3{
    font: 14px/17px droid_sansregular, Arial, Helvetica, sans-serif;
    color: #4b4b4b;
    margin: 0 -5px 12px 0;
}
.newsletter legend{display: none;}
.newsletter .txt{
    width: 100%;
    padding: 0 0 7px;
}
.newsletter .txt:after{
    content:"";
    display:block;
    clear:both;
}
.newsletter input[type="text"]{
    float: left;
    margin:0;
    padding:4px 7px;
    background: #fff;
    border: 1px solid #a7a7a7;
    font-size: 14px;
    line-height: 17px;
    height: 17px;
    width: 162px;
    vertical-align: top;
}
.newsletter input[type="submit"]{
    display: block;
    margin:0;
    padding:0;
    border: 0;
    cursor:pointer;
    color: #fff;
    font-size: 14px;
    font-family: droid_sansregular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 106px;
    height: 24px;
    background: #000;
    border-radius: 3px;
    -webkit-box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
    box-shadow: -1px -1px 0 #aaa, 0 1px 0 #ccc;
}
.skip a{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.skip a:focus{
    position:static;
    width:auto;
    height:auto;
}

#memberships p, #memberships ul{
    margin: 0 0 5px 0;
}
#memberships ul {
    padding-left: 0px;
    list-style: none;
}
#memberships ul li:before {  
    content: "· ";  
}
#memberships h4{
    font-size: 14px;
    font-family: droid_sansregular, Arial, Helvetica, sans-serif;
    color: #457bb3;
    font-weight: normal;
    margin: 25px 0 0 0;
}

#memberships h4:first-child{
    margin: 15px 0 0 0;
}

.btn-black {
    display: inline-block;
    padding: 3px 20px;
    margin: 15px 0;
    font-size: 14px;
    font-family: droid_sansregular, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 5px;
}
#contact-list h3 {
    margin-bottom: 0;
}
.smaller {
    font-size: 12px;
}

.category-listing a {
    display: block;
}

#shop-item {
    font:16px/24px droid_sansregular, Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 269px;
    height: auto;
    margin: 0 25px 22px 0;
    vertical-align: top;
}
#shop-item.last {
    margin: 0 0 22px 0;
}
#shop-item .img-wrapper {
    text-align: center;
}
#shop-item .img-wrapper a img {
    max-width: 100%;
}
#shop-item h3 {
    border-bottom: 1px solid #a0a0a0;
}
#shop-item h3, #shop-item h3 a, #shop-item h3 a:hover{
    color: #000000;
    padding: 15px 0 10px;
    text-decoration: none;
}
#shop-item .price, #shop-item-details .price, #related-shop-item .price{
    font-size: 14px;
}
#shop-item p {
    margin-bottom: 10px;
}

#twocolumns #shop-item-details .cover {
    float: right;
    max-width: 340px;
    height: auto;
    padding: 5px 0 15px 30px;
}
#twocolumns #shop-item-details h3 {
    margin-bottom: 40px;
}
#twocolumns #shop-item-details h3, #twocolumns #shop-item-details p {
    font:14px/20px droid_sansregular, Arial, Helvetica, sans-serif;
}
#twocolumns #shop-item-details h3:empty {
    display: none;
}

#twocolumns #shop-item-details .price{
    margin-bottom: 0px;
}
#related-shop-item:last-child {
    border-bottom: none;
}
#related-shop-item {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #757575;
}
#related-shop-item img {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
}
#related-shop-item h3 a, #related-shop-item p {
    font:14px/18px droid_sansregular, Arial, Helvetica, sans-serif;
    color: #000000;
}
#content .aside #related-shop-item p {
    color: #626161;
    margin-bottom: 3px;
}

#content p.media-credits {
    font-size: 12px;
    margin-top: -25px;
}

.program-activities, program-details {
    margin: 30px 0 50px;
}

.program-activities .cost p{
    /*color: #457bb3;*/
    font: 13px/20px droid_sansregular, Arial, Helvetica, sans-serif;
}
.program-activities .dates{
    padding:0;
    margin:0 0 15px;
    padding-bottom: 15px;
    list-style:none;
    overflow:hidden;
    border-bottom: 1px dotted; #000000;
    border-right: 1px solid transparent;
}
.program-activities .dates li:before{
    content: "" !important;
}
.program-activities .dates li{
    /*color: #457bb3;*/
    float:left;
    border-left: 1px solid #626161;
    line-height: 18px;
    padding:0 10px;
}
.program-activities .dates li:first-child{
    border-left: none;
    padding-left:0;
}

.program-activity {
    margin: 20px 0 40px;
}

.program-activities.one-off {
    margin-top: 30px !important;
    margin-bottom: 0;
}

.program-activities.one-off .program-activity {
    margin-bottom: 0;
}

#content .education-cost p {
    /*color: #457bb3;*/
    font: 13px/20px droid_sansregular, Arial, Helvetica, sans-serif;
}

.education-details {
    margin-top: 40px;
}

.gallery-list:empty {
   display: none;
}

#education-listing .gallery-list, #program-listing .gallery-list{
    margin-bottom:30px;
}

#education-listing .article-list article, #program-listing .article-list article {
    padding-top: 0;
}

.shopitem-status {
    font-size: 14px;
    display: block;
}

.flash.label {
    font:12px/14px droid_sansregular, Arial, Helvetica, sans-serif;
    display: block;
    margin:5px 0 15px;
    padding:5px 16px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    line-height:22px;
    background: #e74c3c;
    border-radius: 3px;
    text-align: center;
}

.press-login {
    text-align: center;
    width: 100%;
}
#loginForm, #requestForm {
    margin-top: 10px;
    width: 350px;
    text-align: left;
    display: inline-block;
}
#loginForm .form-group label, #requestForm .form-group label {
    font: 22px/30px bebas_neueregular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    min-width: 130px;
    display: inline-block;
    vertical-align: top;
    color: #848484;
}
#requestForm .form-group label span {
    font-size: 15px;
    color: #000000;
    vertical-align: top;
    line-height: 23px;
    padding: 0 4px;
}

#loginForm input, #requestForm input, #loginForm input, #requestForm textarea {
    border: 1px solid #a7a7a7;
    font:12px/14px droid_sansregular, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    width: 178px;
    margin-bottom: 10px;
}
#loginForm .more-info, #requestForm .more-info {
    width: 200px;
    margin-top: 10px;
    margin-left: 133px;
}
.press-logout {
    font:12px/14px droid_sansregular, Arial, Helvetica, sans-serif;
    float: right;
    line-height: 30px;
}
.request-password {
    margin-top: 20px;
    float: right;
    margin-right: 17px;
}
#content p.press-instruction {
    font:14px/16px droid_sansregular, Arial, Helvetica, sans-serif;
}

#content p.form-errors {
    font:11px/12px droid_sansregular, Arial, Helvetica, sans-serif;
    margin: -5px 0 5px 0;
}
.message {
    font-size: 12px;
    line-height: 14px;
    display: none;
}

.digital-gallery-images-wrapper {
    margin: 0 14px 22px 0;
    width: 281px;
    display: inline-block;
    vertical-align: top;
}
.digital-gallery-images-wrapper img{
    width: 100%;
}

.videos-wrapper {
    margin: 0 12px 22px 0;
    width: 435px;
    display: inline-block;
    vertical-align: top;
}
.videos-wrapper iframe{
    width: 100%;
}
#content .videos-wrapper h3 {
    margin: 15px 0 0;
    font: 22px/30px bebas_neueregular, Arial, Helvetica, sans-serif;
}
#content .videos-wrapper p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 15px;
}

.content .stacked-img {
    display: inline-block;
    padding: 0 10px 14px 0;
}
.content .stacked-img img {    
    vertical-align: top;
    max-width: 313px;
}

.content .stacked-img:nth-child(even) {
    padding-right: 0;
}

#twocolumns.collection-item {
    overflow: visible;
}
.collection-item-details {
    margin-right: 30px;
}
.collection-item-controls {
    position: relative;
    display: inline-block;
    width: 85px;
    vertical-align: top;
}
.collection-item-controls a {
    display: block;
    margin-bottom: 10px;
}
.collection-item-details {
    position: relative;
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
.collection-viewer {
    position: relative;
    display: inline-block;
}
.collection-item-image {
    position: relative;
    display: inline-block;
    max-width: 434px;
    vertical-align: top;
    margin-right: 20px;
}
.collection-item-image img {
    max-width: 435px;
    max-height: 500px;
    padding-bottom: 20px;
}
#content .collection-item-details h1 {
    font-size: 26px;
    line-height: 28px;
}
#content .collection-item-details p {
    margin-bottom: 14px;
}
.collection-item-details p span:first-letter {
    text-transform: capitalize;
}

#viewer3d .mfp-figure {
    margin: 0 auto;
}
.collection-item-3d-wrapper {
    margin: 0 auto;
}
.collection-item-3d-wrapper .spritespin-stage img, .collection-item-3d-wrapper .spritespin-stage {
    line-height: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto !important;
    max-height: 800px !important;
    height: 100% !important;
}

/*
.collection-viewer .viewer3d-container {
    display: none;
    cursor: col-resize;
}*/


.trigger-3d-viewer.close {
    display: none;
}
.thumb-wrapper {
    clear: both;
}
.text-block.break {
    clear: both;
}
.collection-search {
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    border-bottom: solid #b7b7b7;
    border-width: 1px 0;
    font-size: 14px;
}

.search-form-wrapper {
    display: none;
}

.search-form-wrapper.open {
    display: block;
}

#searchForm {
    margin-top: 10px;
}
#searchForm .form-group {
    display: inline-block;
}
#searchForm .form-group label, #searchForm .form-group label {
    display: block;
    color: #848484;
}
#searchForm .form-group label span {
    font-size: 15px;
    color: #000000;
    vertical-align: top;
    line-height: 23px;
    padding: 0 4px;
}

#searchForm input, #searchForm input {
    border: 1px solid #a7a7a7;
    font:12px/14px droid_sansregular, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    width: 220px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#searchForm .more-info, #searchForm .more-info {
    width: 100px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 142px;
}

.mfp-title {
    margin: 5px 0 15px;

}
.mfp-title p{
    margin: 5px 0 0 0;
    font:11px/16px droid_sansregular, Arial, Helvetica, sans-serif;
}
.mfp-figure:after {
    background: none !important;
    box-shadow: none !important;
}

.opener-toggle {
    margin-top: 15px;
    display: block;
}
