* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

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

* {
    outline: none
}

.clear {
    clear: both;
    height: 0
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.center {
    text-align: center
}

.animated {
    -webkit-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    transition: all .2s linear 0
}

.d_table {
    display: table
}

.d_row {
    display: table-row
}

.d_cell {
    display: table-cell
}

.mob_show {
    display: none
}

html {
    height: 100%
}

body {
    height: 100%;
    font-family: 'exo_2medium';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #2b2c2c
}

header, section, footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.wrapper {
    max-width: 1260px;
    min-width: 320px;
    margin: 0 auto;
    padding: 60px 0
}

header {
    background: url(../img/black_dash.png) repeat scroll 0 0;
    border-bottom: 2px solid #202121;
    z-index: 1000;
}

header + section {
    z-index: 990;
}

header .wrapper {
    padding-left: 30px
}

.top_line .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-flow: row nowrap;
}
.top_line .wrapper .pull_left {
    flex: 1 1 auto;
}
.top_line .wrapper .pull_right {
    flex: 1 1 auto;
}

header .top_line {
    background: #00edd4;
    border-bottom: 2px solid #05cfba
}

.top_line ul {
    display: flex;
    flex-wrap: wrap;
}

.top_line ul li {
    /*float: left;*/
    margin-right: 20px;
    flex: 1 1 auto;
}


.top_line ul li:last-child {
    margin-right: 0
}

.top_line ul li a, .top_line ul li span {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #01524a;
    text-decoration: none;
    padding: 0
}

.top_line ul li span {
    padding-bottom: 5px
}

.top_line ul li a i {
    display: inline-block;
    padding-top: 10px;
    font-size: 15px;
    line-height: 10px;
    font-family: 'exo_2bold';
    color: #1b1c1c
}

.top_line ul li b {
    display: inline;
    font-family: 'exo_2semi_bold';
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
    background: url(../img/admission.png) no-repeat scroll right 8px
}

.top_line ul li b a {
    background: none !important
}

.top_line ul li a.single {
    font-size: 17px;
    line-height: 1;
    font-family: 'exo_2extra_bold';
    color: #1b1c1c
}

.top_line ul li a.single.first {
    margin-left: 18px
}

.top_line ul li.active a.single {
    background: url(../img/single_active.png) repeat-x scroll left top
}

.wrapper.nav {
    padding-top: 45px;
    padding-bottom: 45px
}

#nav {
    display: block
}

.nav-togle {
    display: none
}

.nav ul {
    /*display: block;*/
    /*margin: 0 0 0 35px*/
}

.nav ul li {
    /*float: left;*/
    /*margin-right: 20px;*/
    /*position: relative*/
}

.nav ul li.no_rm {
    margin-right: 0
}

.nav ul li a {
    /*display: inline-block;*/
    /*font-size: 26px;*/
    /*line-height: 30px;*/
    /*font-family: 'exo_2extra_bold';*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*border-bottom: 1px solid #00edd4;*/
    /*padding: 7px 29px 7px 0;*/
    /*background: url(../img/nav_arrow.png) no-repeat scroll right center*/
}

.nav ul li a.no_link {
    border-bottom: none;
    color: #b4c4c6;
    padding-right: 0;
    background: none
}


/* MAIN-MENU */
.main-menu {
    list-style-type: none;
    margin: 0 0 0 35px;
    padding: 0 0 0 0;
    float: left;
}
.main-menu > li {
    margin: 0 30px 0 0;
    float: left;
    position: relative;
}
.main-menu > li:last-of-type {
    margin: 0 0 0 0;
}
.main-menu > li > h3 {
    display: block;
    position: relative;
}
.main-menu > li > h3::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #00edd4;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.main-menu > li > h3 > label {
    font-family: 'exo_2extra_bold';
    font-size: clamp(18px, 2.5vw, 21px);
    line-height: 50px;
    display: block;
    padding: 0 20px 0 0;
}
.main-menu > li > h3 > label:hover {
    cursor: pointer;
}
.main-menu > li > h3 > label::after {
    content: '';
    background-image: url('/assets/components/rpm/images/icon-medium-arrow-right.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 6px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.main-menu > li.active > h3::after {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.main-menu > li.active > h3 > label {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.main-menu > li.active > h3 > label::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.main-menu > li > h3 > label > a {
    color: #FFF;
    text-decoration: none;
}

.main-menu .menu-list {
    background-color: rgba(36,37,37, 1.0);
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 20px 30px;
    border-bottom: 1px solid #00edd4;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}
.main-menu .menu-list > li {
    margin: 0 0 0 0;
    padding: 8px 0 8px 0;
}
.main-menu .menu-list > li > h4 {
    font-family: 'exo_2extra_bold';
    font-size: 20px;
    color: #b7c3c6;
    white-space: nowrap;
    margin: 0 0 4px 0;
}
.main-menu .menu-list > li > h4 > a {
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}
.main-menu .menu-list > li a {
    font-family: 'exo_2extra_bold';
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}
.main-menu .menu-list > li > ul {
    list-style-type: none;
    /*margin: 0 0 30px 0;*/
}
.main-menu .menu-list > li > ul > li {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 220px;
    padding: 4px 0 4px 20px;
    overflow: hidden;
}


.main-menu .menu-list.columns {
    columns: 2;
    column-gap: 30px;
}
.main-menu .menu-list.columns > li {
    width: 100%;
    display: block;
    break-inside: avoid;
}
.main-menu .menu-list.nowrap > li {
    white-space: nowrap;
}

.main-menu .menu-toggle-checkbox {
    position: absolute;
    display: none;
}

.main-menu .menu-toggle-checkbox:checked + .menu-list {
    margin-bottom: 12px;
    display: block;
}


.pull-left.logo.small {
    display: none;
}
.pull-left.logo.large {
    display: block;
}



.btn_cyan_40 {
    background: url(../img/btn_cyan_40.png) no-repeat scroll right center;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #56d6c9;
    font-size: 17px;
    line-height: 20px;
    padding: 10px 43px 10px 28px;
    text-shadow: 0 1px 1px #139c8d
}

.btn_cyan_35 {
    background: url(../img/btn_cyan_35.png) no-repeat scroll right center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 37px 9px 23px;
    text-shadow: 0 1px 1px #139c8d;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.btn_cyan_35.disabled {
    background: url(../img/btn_grey_35.png) no-repeat scroll right center;
    text-shadow: 0 1px 1px #7b7c7c;
    opacity: 0.76;
    pointer-events: none !important;
    cursor: default;
    transition: all 0.3s ease-in-out;
}

.btn_gray_35 {
    background-color: #969e9e;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 23px;
    text-shadow: 0 1px 1px #7b7c7c;
}

.lets_go {
    margin-top: 5px;
}

.home_banner {
    text-align: center;
    /*max-height: 770px;*/
    /*overflow: hidden;*/
    position: relative;
}

.home_banner .banner-slide {
    position: relative;
}

.home_banner .slideshow_slides {
    overflow: hidden;
    max-width: 1300px;
}

.home_banner img.clifford {
    display: block;
    margin: 0 auto;
    width: 1600px;
}

.clifford_mobile {
    display: none;
}

.line {
    position: absolute;
    left: 0;
    height: 35px;
    width: 100%;
}

.red_square {
    background: url(../img/red_square.png) repeat scroll 0 0;
    bottom: 0;
}

.wrapper.abs {
    width: 1260px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -630px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 100;
}

.access_wrapper {
    padding: 0;
}

.banner_desc {
    width: 340px;
    height: 500px;
    background-color: rgba(231, 37, 96, 0.8);
    text-align: left;
    padding: 30px;
    position: relative;
}

.banner_desc.for.educators {
    background-color: rgba(0, 182, 219, 0.8);
}

.banner_desc.for.educators p {
    opacity: .7;
    color: #fff;
}

.banner_desc.for.groups {
    background-color: rgba(170, 34, 188, 0.8);
}

.banner_desc.for.everyone,
.banner_desc_museum.for.members,
.banner_desc.for.members {
    background-color: rgba(48, 17, 102, 0.8);
}

.banner_desc_news {
    background-color: rgba(53, 56, 56, 0.8);
}

.banner_desc.for.news-alt {
    background-color: rgba(53,56,56, 0.8);
}

.banner_desc.for.everyone p, .banner_desc.for.members p, .banner_desc.for.news-alt p {
    opacity: .7;
    color: #fff;
}

.banner_desc p {
    color: #ffabc5;
}

.banner_desc h1 {
    margin-top: 35px;
    font-family: 'exo_2extra_bold';
    font-size: 42px;
    line-height: 54px;
}

.btn_red_45 {
    background: url(../img/btn_red_45.png) no-repeat scroll right center;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #d92339;
    font-family: 'exo_2bold';
    font-size: 20px;
    line-height: 23px;
    padding: 11px 50px 11px 35px;
    text-shadow: 0 1px 1px #ab1729;
}

.banner_desc .btn_red_45 {
    display: block;
    position: absolute;
    bottom: 20px;
    right: -30px;
}

.gray_dash {
    background: url(../img/gray_dash.png) repeat scroll 0 0;
}

.velvet_dash {
    background: url(../img/velvet_dash.png) repeat scroll 0 0;
}

.black_dash {
    background: url(../img/black_dash.png) repeat scroll 0 0;
}

.black_square {
    background: url(../img/black_square.png) repeat scroll 0 0;
}

.pink_square {
    background: url(../img/pink_square.png) repeat scroll 0 0;
}

.cyan_stripes {
    background: url(../img/cyan_stripes.png) repeat scroll 0 0;
}

.cyan_dot {
    background: url(../img/cyan_dot.png) repeat scroll 0 0;
}

.blue_stripes {
    background: url(../img/blue_stripes.png) repeat scroll 0 0;
}

.line.red {
    background-color: rgba(231, 37, 96, 0.4);
}

.line.cyan {
    background-color: rgba(0, 212, 242, 0.4);
}

.line.dark_cyan {
    background-color: rgba(0, 237, 212, 0.5);
}

.line.velvet {
    background-color: rgba(48, 17, 102, 0.4);
}

.line.dark_velvet {
    background-color: rgba(48, 17, 102, 0.7);
}

.line.top {
    top: 0
}

.w25 {
    width: 25%;
    float: left;
    height: 450px;
    overflow: hidden;
}

.w20 {
    width: 20%;
    float: left;
}

.w75 {
    width: 75%;
}

.museum_news {
    display: block;
    width: 188px;
    background: #e6fdfb;
    position: absolute;
    top: 172px;
    right: 0;
    border-left: 20px solid #00edd4;
    border-top: 20px solid #00edd4;
    border-bottom: 20px solid #00edd4;
    padding: 20px;
    color: #000;
}

.museum_news h3 {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 15px;
}

.museum_news p {
    font-family: 'exo_2bold';
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 15px;
}

.museum_news a.lets_go {
    font-family: "exo_2medium";
}

.wrapper.offset_top .w25 {
    margin-top: -110px;
    position: relative;
}

.home_page .bxsl .w25 {
    margin: 0;
}

.wrapper.offset_top .w25 img {
    width: auto;
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .wrapper.offset_top .w25 img {
        width: 100%;
        height: auto;
        margin-bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.wrapper.offset_top .w25 {
    border-right: 2px solid transparent;
}

.banner_desc_museum,
.banner_desc_news {
    position: absolute;
    top: 0;
    left: 10px;
    width: 183px;
    height: 365px;
    text-align: left;
    padding: 20px;
}

.banner_desc_news .btn_cyan_35,
.banner_desc_museum .btn_red_45 {
    position: absolute;
    bottom: 20px;
    right: -30px;
}

.banner_desc_news p, .banner_desc_museum p {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 15px;
    opacity: .7;
}

.banner_desc_news h1, .banner_desc_museum h1 {
    font-family: 'exo_2bold';
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 15px;
}

.see_past {
    color: #fff;
    font-family: 'exo_2semi_bold';
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    padding: 17px 37px 17px 28px;
    background: url(../img/white_arrow.png) no-repeat scroll 147px center rgba(206, 208, 208, 0.4);
    display: inline-block;
}

.see_touring {
    color: #fff;
    font-family: 'exo_2semi_bold';
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    padding: 17px 37px 17px 28px;
    background: url(../img/white_arrow.png) no-repeat scroll 167px center rgba(206, 208, 208, 0.4);
    display: inline-block;
}

.wrapper.offset_top .bottom_btns {
    padding: 16px 0 65px;
    position: relative;
    z-index: 1;
}

.btn_black_35 {
    position: relative;
    background: url(../img/btn_black_35.png) no-repeat scroll right center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 50px 9px 36px;
    text-shadow: 0 1px 1px #000;
    z-index: 3;
    display: inline-block;
}

.btn_black_45 {
    position: relative;
    background: url(../img/btn_black_45.png) no-repeat scroll right center;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #000;
    font-family: "exo_2bold";
    font-size: 20px;
    line-height: 23px;
    padding: 10px 50px 10px 35px;
    text-shadow: 0 1px 1px #000;
}

.bottom_btns .pull-right {
    position: relative
}

.btn_border_left {
    display: inline-block;
    border: 9px solid rgba(206, 208, 208, 0.4);
    width: 136px;
    height: 50px;
    position: absolute;
    top: 67px;
    left: 23px;
    z-index: 2;
}

.btn_border {
    display: inline-block;
    border: 9px solid rgba(206, 208, 208, 0.4);
    width: 136px;
    height: 50px;
    position: absolute;
    top: 67px;
    right: 23px;
    z-index: 2;
}

.bottom_btns .btn_group.left {
    position: absolute;
    top: 16px;
    left: 0;
}

.bottom_btns .btn_group.left .btn_black_35 {
    background: url(../img/btn_black_35_left.png) no-repeat scroll left center transparent;
    border-right: 1px solid #222424;
    border-left: none;
    padding: 9px 36px 9px 50px;
}

.bottom_btns .btn_group.left .btn_border {
    left: 23px;
}

.bottom_btns .btn_group.right {
    position: absolute;
    top: 16px;
    right: 0;
}

.cyan_square {
    background: url(../img/cyan_square.png) repeat scroll 0 0;
}

.slider {
    position: relative;
    max-width: 570px;
}

.slide {
    background-color: #fff;
    max-width: 570px;
    padding: 0 36px 36px;
}

.slide img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.slider .slider_nav {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.slider_nav a {
    display: inline-block;
}

.slider_nav a img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.slider_nav a.prev {
    display: none;
    margin-left: -23px;
}

.slider_nav a.next {
    margin-right: -23px;
}

.tr-slider a.prev, .tr-slider a.next {
    display: block;
}

.slide h3 {
    font-family: 'exo_2bold';
    font-size: 18px;
    line-height: 22px;
    padding: 7px 0;
    color: #000;
}

.wrapper.slider_wrap {
    position: relative;
    padding: 70px 0 115px 100px;
    z-index: 1;
}

.slider_wrap .gallery_img {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    z-index: 1;
}

.slider_wrap .gallery_img img {
    display: block;
    margin: 0;
    padding: 0;
}

.gallery_img {
    z-index: 2;
}

.slider {
    z-index: 3;
}

.gallery_img.img_1 {
    top: 190px;
    left: -40px;
    display: none;
}

.gallery_img.img_2 {
    top: 425px;
    left: -110px;
    display: none;
}

.gallery_img.img_3 {
    top: 80px;
    right: 260px;
    display: none;
}

.gallery_img.img_4 {
    top: 92px;
    right: 0;
    display: none;
}

.gallery_img.img_5 {
    top: 330px;
    right: -35px;
    display: none;
}

.gallery_img.img_6 {
    top: 555px;
    right: 120px;
    display: none;
}

.slider_caption {
    position: relative;
    max-width: 540px;
    z-index: 9;
    padding: 135px 0 0 40px;
}


.feature-slider-controls {
    
}
.feature-slider-controls .btn-prev,
.feature-slider-controls .btn-next {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 36px;
    height: 72px;
    display: block;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    z-index: 999999;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.feature-slider-controls .btn-prev:hover,
.feature-slider-controls .btn-next:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.feature-slider-controls .btn-prev {
    background-image: url('/assets/components/rpm/images/icon-arrow-left.png');
    left: 24px;
}
.feature-slider-controls .btn-next {
    background-image: url('/assets/components/rpm/images/icon-arrow-right.png');
    right: 24px;
}


h1.section_header {
    font-family: 'exo_2black_italic';
    font-size: 62px;
    line-height: 78px;
    font-style: normal;
}

.slider_caption h1 {
    color: #00d2f0;
}

.slider_caption h1 span {
    background-color: #fff;
    padding: 5px 20px;
}

.slider_caption p {
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    padding: 20px;
    margin-right: 50px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.cyan_square .slider_caption p .btn_wrap {
    display: block;
    padding: 5px 20px 25px;
    position: absolute;
    top: 100%;
    left: 0;
}

.red_link {
    color: #e72560;
    text-decoration: none;
    font-family: 'exo_2bold';
}

.btn_cyan_35 .inst_cyan {
    display: inline-block;
    background: url(../img/instagram_cyan.png) no-repeat scroll left center;
    padding-left: 25px
}

.slider_caption .btn_wrap {
    display: inline-block;
    background-color: #fff;
    padding: 15px 0 10px
}

.line.bottom {
    bottom: 0
}

section.dark_blue {
    background-color: rgba(49, 37, 74, 0.5)
}

section.dark_violet {
    background: url(../img/dark_violet_tile.png) repeat scroll 0 0
}

section.dark_cyan {
    background-color: rgba(0, 237, 212, 0.5)
}

.member {
    font-family: 'exo_2bold';
    font-size: 17px;
    line-height: 22px;
    padding: 30px 0
}

.member a {
    margin-left: 28px
}

.wrapper.collection {
    padding: 80px 0
}

.wrapper.collection h1 {
    color: #e72560;
    padding-right: 300px;
    line-height: 62px;
    margin-bottom: 30px
}

.collection_box {
    max-width: 1195px;
    margin-bottom: 90px;
    position: relative
}

.collection_box .art_box {
    position: absolute;
    top: -68px;
    right: -68px;
    width: 246px;
    height: 246px;
    background-color: rgba(53, 56, 56, 0.8);
    padding: 20px
}

.collection_box .art_box h2 {
    color: #8f9393;
    font-size: 14px;
    line-height: 24px;
    padding-top: 3px
}

.collection_box .art_box a {
    position: absolute;
    bottom: 18px;
    right: -30px;
    padding-left: 27px;
    padding-right: 44px
}

.wrapper.collection .collection_box:last-child {
    margin-bottom: 0
}

.wrapper.offset_top.no_m .w25 {
    margin-top: 0
}

.wrapper.experience {
    padding: 70px 0 100px
}

@media screen and (max-width: 767px) {
    .wrapper.experience {
        padding: 50px 10px 60px
    }
}

.experience > h1 {
    color: #00edd4;
    padding: 0 300px 30px 30px
}


/* EVENTS-PROGRAMS */
.wrapper.events-programs {
    padding: 70px 0 100px
}

.events-programs .section_header-container {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}
.events-programs .section_header-container .page_title {
    
}
.events-programs .section_header-container .dates_filters {
    
}

.events-programs h1.section_header {
    color: #00edd4;
    line-height: 62px;
    padding: 0 30px 30px 30px
}

.events-programs .add-content {
    margin: 60px 0 0 0;
}

.events-programs .dates_filters {
    background-color: rgba(230,253,251, 1.0);
    border: 5px solid rgba(0,237,212, 1.0);
}
.events-programs .dates_filters .inner {
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters .inner {
        padding: 20px;
        flex-flow: column nowrap;
        align-items: flex-end;
    }
}
@media screen and (max-width: 1160px) {
    .events-programs .dates_filters .inner {
        padding: 15px 10px;
        flex-flow: row wrap;
    }
}

.events-programs .dates_filters .label {
    font-family: "exo_2bold";
    font-size: 18px;
    color: rgba(0,0,0, 1.0);
    line-height: 1;
    margin: 0 12px 0 0;
}
.events-programs .dates_filters input {
    border-right: 1px solid #FFFFFF;
}
.events-programs .dates_filters input[readonly] {
    background-color: #FFFFFF !important;
    width: 180px;
    /*width: calc(100% - 35px);*/
    /*min-width: 170px;*/
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters input[readonly] {
        width: calc(100% - 35px);
    }
}
@media screen and (max-width: 1160px) {
    .events-programs .dates_filters input[readonly] {
        width: 164px;
    }
}

.events-programs .dates_filters .filter-from {
    margin: 0 12px 0 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters .filter-from {
        margin: 0 0 12px 0;
        align-items: center;
    }
}

.events-programs .dates_filters .filter-to {
    margin: 0 12px 0 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters .filter-to {
        margin: 0 0 12px 0;
        align-items: center;
    }
}

.events-programs .dates_filters .filter-keywords {
    margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters .filter-keywords {
        margin: 0 0 12px 0;
    }
}

.events-programs .dates_filters .filter-keywords input[type="text"] {
    width: 210px;
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters .filter-keywords input[type="text"] {
        width: calc(100%) !important;
    }
}
@media screen and (max-width: 1160px) {
    .events-programs .dates_filters .filter-keywords input[type="text"] {
        width: 135px;
    }
}

.events-programs .dates_filters .filter-button {
    margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
    .events-programs .dates_filters .filter-button {
        margin: 0 0 24px 0;
    }
}

.events-programs .dates_filters .filters {
    margin-left: auto;
}

.events-programs input {
    border-top: none;
    border-left: 1px solid #def4f2;
    border-right: 1px solid #def4f2;
    border-bottom: 2px solid #d0e3e1;
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
    box-sizing: border-box;
    font-family: 'exo_2medium';
    color: #969e9e;
    font-size: 18px;
    line-height: 22px;
    resize: none;
}
@media screen and (max-width: 767px) {
    .events-programs input {
        padding: 10px;
    }
}

.events-programs input:focus {
    outline: none !important;
    border-color: #00edd4;
    box-shadow: none;
}

.events-programs input.to-date,
.events-programs input.from-date {
    background-image: url('/assets/components/rpm/images/icons/icon-date-select-calendar.png');
    background-position: 94% 50%;
    background-repeat: no-repeat;
}

.events-programs .filter-toggle {
    display: block;
}
@media screen and (max-width: 1160px) {
    .events-programs .filter-toggle {
        margin-top: 8px;
    }
}

.events-programs .filter-toggle .btn_inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.events-programs .filter-toggle .btn-label {
    vertical-align: middle;
    white-space: nowrap;
}
.events-programs .filter-toggle .btn-icon {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.events-programs .calendar-limit {
    font-family: 'exo_2regular';
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0px;
}
@media screen and (max-width: 767px) {
    .events-programs .calendar-limit {
        line-height: 1.25;
        bottom: -45px;
    }
}


.events-programs .filter-panel {
    background-color: rgba(230,253,251, 1.0);
    border: 5px solid rgba(0,237,212, 1.0);
    border-top: 0 none;
    margin: 0 0 0 -5px;
    padding: 10px 20px 20px 20px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 200;
}

.events-programs .filter-panel.active {
    visibility: visible;
    opacity: 1;
}
.events-programs .filter-panel > .inner {
    position: relative;
}
@media screen and (max-width: 767px) {
    .events-programs .filter-panel > .inner {
        padding: 5px 0 10px 0;
    }
}

.events-programs .filter-panel .close-panel {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgba(0,0,0, 1.0);
    line-height: 1;
    text-decoration: none;
    padding: 6px;
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
}

.events-programs .filter-panel ul {
    list-style-type: none;
    column-count: 4;
}
@media screen and (max-width: 767px) {
    .events-programs .filter-panel ul {
        list-style-type: none;
        column-count: 2;
    }
}
.events-programs .filter-panel ul > li {
    color: #666666;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 38px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .events-programs .filter-panel ul > li {
        padding-left: 28px;
    }
}

.events-programs .filter-panel ul > li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: -38px;
    background-color: #fff;
    border: 1px solid rgba(0,237,212, 1.0);
    border-radius: 0px;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .events-programs .filter-panel ul > li input[type="checkbox"] {
        width: 10px;
        height: 10px;
        margin-left: -30px;
        padding: 10px;
        background-color: #fff;
        border: 1px solid rgba(0,237,212, 1.0);
        border-radius: 0px;
        vertical-align: middle;
        -webkit-appearance: checkbox;
        appearance: checkbox;
        cursor: pointer;
    }
}
.events-programs .filter-panel ul > li .filter-item-label {
    font-family: 'exo_2bold';
    font-weight: normal;
    color: #333;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .events-programs .filter-panel ul > li .filter-item-label {
        font-family: 'exo_2regular';
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        cursor: pointer;
    }
}


.events-programs .section-list {
    list-style-type: none;
    margin: 40px 0 0 0;
    padding: 0 0 0 0;
}
.events-programs .section-list > li {
    border-bottom: 1px solid rgba(57,38,92, 1.0);
    clear: both;
}
.events-programs .section-list > li .capper {
    
}
.events-programs .section-list > li .capper > a {
    color: rgba(255,255,255, 1.0);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.events-programs .section-list > li .capper > a.active {
    color: #00edd4;
    transition: all 0.3s ease-in-out;
}
.events-programs .section-list > li > .capper > a > img {
    width: 100%;
    max-width: 165px;
    height: auto;
    margin: 10px 30px 10px 0;
    border: 5px solid rgba(255,255,255, 1.0);
}
@media screen and (max-width: 767px) {
    .events-programs .section-list > li > .capper > a > img {
        max-width: 125px;
        margin: 10px 20px 10px 0;
    }
}

.events-programs .section-list > li > .capper > a > h3 {
    font-family: 'exo_2black_italic';
    font-size: 52px;
    font-style: normal;
    line-height: 62px;
    margin: 0 20px 0 0;
    display:inline-block;
}
@media screen and (max-width: 1160px) {
    .events-programs .section-list > li > .capper > a > h3 {
        font-size: 46px;
    }
}

.events-programs .section-list > li > .capper > a > h3 > .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 12px;
    border-color: transparent transparent transparent rgba(0,237,212, 1.0);
    margin: 0 0 0 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
    .events-programs .section-list > li > .capper > a > h3 > .arrow {
        border-width: 9px 0 9px 7px;
        margin: 0 0 0 5px;
    }
}

.events-programs .section-list > li .capper > a.active > h3 > .arrow {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.events-programs .section-list > li .section_slider_wrapper {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.events-programs .section-list > li .section_slider_wrapper.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.events-programs .section-list > li .section_slider_wrapper .carousel {
    margin-bottom: 10px;
    padding: 0 0 0 0;
}


.events-programs .section-list > li .section_slider_wrapper .carousel .section_slider_items_cards img {
    width: auto;
    min-width: 313px;
    height: 100%;
    display: block;
    position: relative;
}
@media screen and (max-width: 767px) {
    .events-programs .section-list > li .section_slider_wrapper .carousel .section_slider_items_cards img {
        width: 100%;
        height: auto;
        margin-bottom: 1px;
    }
}

.events-programs .section-list > li .section_slider_wrapper .carousel .section_slider_items_cards .w25 {
    width: auto;
    float: none;
    user-select: none;
}


@media screen and (max-width: 767px) {
    .wrapper.events-programs {
        padding: 50px 10px 60px
    }
    .events-programs .section-list > li > .capper > a > h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 8px 0 0;
    }
}








.cyan_stripes .experience > h1 {
    color: #00d4f2
}

.shows > h1 {
    color: #00d4f2;
    padding: 0 300px 30px 30px
}

.banner_desc_museum.red_desc {
    background-color: rgba(231, 37, 96, 0.8)
}

.banner_desc_museum.everyone {
    background-color: rgba(48, 17, 102, 0.8)
}

.banner_desc_museum.groups {
    background-color: rgba(170, 34, 188, 0.8)
}

.banner_desc_museum.educators {
    background-color: rgba(0, 182, 219, 0.8)
}

.banner_desc_museum.kids {
    background-color: rgba(231, 37, 96, 0.8)
}

.no_img.everyone, .no_img.members {
    background-color: rgba(48, 17, 102, 1);
    width: 100%;
    height: 100%
}

.no_img.groups {
    background-color: rgba(170, 34, 188, 1);
    width: 100%;
    height: 100%
}

.no_img.educators {
    background-color: rgba(0, 182, 219, 1);
    width: 100%;
    height: 100%
}

.no_img.kids {
    background-color: rgba(231, 37, 96, 1);
    width: 100%;
    height: 100%
}

.banner_desc_museum.light_velvet_desc {
    background-color: rgba(204, 35, 198, 0.8)
}

.img_details {
    position: relative;
    max-width: 631px;
    height: 232px;
    margin: 10px auto 0;
    z-index: 1;
    text-align: left
}

.img_details img {
    position: relative;
    max-width: 605px;
    z-index: 3
}

.img_details .color_box {
    position: absolute;
    width: 284px;
    height: 208px;
    right: 0;
    bottom: 0;
    background-color: #00edd4;
    z-index: 2
}

.img_details .btn_box {
    position: absolute;
    bottom: 26px;
    right: 26px;
    width: 234px;
    height: 160px;
    background-color: #f0f3f8;
    z-index: 4;
    padding: 20px
}

.img_details .btn_box p {
    color: #000;
    font-family: 'exo_2bold';
    font-size: 17px;
    line-height: 22px
}

.img_details .btn_box a {
    position: absolute;
    bottom: 18px;
    right: -26px
}

.wrapper.shows, 
.wrapper.aboretum {
    padding: 70px 0 100px;
}

.w25 .bottom_btns {
    margin-right: -20px;
}

.banner_desc_news .btn_black_45, 
.banner_desc_museum .btn_black_45 {
    position: absolute;
    bottom: 20px;
    right: -30px
}

.gray_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5b5e5e
}

.red_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e72560
}

.velvet_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #301166
}

.cyan_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00d4f2
}

.w25.active .banner_desc_news, .w25.active .banner_desc_museum {
    background: none
}

.aboretum > h1 {
    color: #301166;
    padding: 0 300px 30px 30px
}

.w25.h_auto {
    height: auto
}

footer {
    background: url(../img/footer_bg.png) repeat scroll 0 0
}

footer .wrapper {
    padding: 85px 0 0 20px
}

footer .logo {
    padding-top: 20px
}

footer .logo, footer .email_box {
    margin-right: 80px
}

footer .links {
    width: 160px
}

footer .email_box {
    width: 210px;
    height: 170px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    position: relative;
    box-sizing: border-box
}

footer .email_box h3 {
    color: #00edd4;
    font-family: 'exo_2bold';
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 12px 0;
}

footer .email_box h3 a {
    color: #00edd4;
    text-decoration: none;
}

footer .email_box p {
    font-size: 13px;
    color: #b5c5c5;
}

footer .email_box > a.email-link {
    position: absolute;
    right: -23px;
    bottom: 20px;
}

footer .email_box a.box-link {
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    clear: both;
    position: relative;
    transition: all 0.3s ease-in-out;
}
footer .email_box a.box-link:hover {
    color: #00edd4;
    transition: all 0.3s ease-in-out;
}

footer .email_box a.box-link::after {
    content: '';
    background-image: url('/assets/components/rpm/images/icon-small-arrow-right.png');
    background-repeat: no-repeat;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

footer .links a {
    display: block;
    color: #FFF;
    font-family: 'exo_2semi_bold';
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
footer .links a:hover {
    color: #00edd4;
    transition: all 0.3s ease-in-out;
}

footer .links .big {
    font-family: 'exo_2bold';
    font-size: 22px;
    line-height: 26px;
    color: #00edd4;
    transition: all 0.3s ease-in-out;
}
footer .links .big:hover {
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

footer .phone {
    display: inline-block;
    background: url(../img/white_dash.png) repeat scroll 0 0;
    font-family: 'exo_2extra_bold_italic';
    font-size: 62px;
    line-height: 64px;
    color: #232424;
    padding: 20px 60px;
    margin-top: 70px;
}

footer .social {
    margin-top: 50px
}

footer .social a, 
.event_desc .social a {
    display: block;
    float: left;
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    margin-right: 40px;
    position: relative;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat
}

footer .social a.fb, .event_desc .social a.fb {
    background-image: url(../img/fb.png)
}

footer .social a.inst {
    background-image: url(../img/instagram.png)
}

footer .social a.tw, .event_desc .social a.tw {
    background-image: url(../img/twitter.png)
}

footer .social a.yt {
    background-image: url(../img/youtube.png)
}

footer .social a.pin {
    background-image: url(../img/pin.png)
}

footer .social a.flkr {
    background-image: url(../img/flickr.png)
}

footer .social a.trip {
    background-image: url(../img/trip_adv.png)
}

footer .social a:last-of-type {
    margin-right: 0;
}

footer .map {
    max-width: 600px;
    margin-top: 70px
}

footer .map .img_details {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto
}

footer .map .img_details img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

footer .map .img_details .color_box {
    left: -105px;
    bottom: -25px;
    width: 294px;
    height: 206px
}

footer .map .img_details .btn_box {
    width: 245px;
    height: 157px;
    left: -81px;
    bottom: 0
}

footer .copy {
    text-align: center;
    margin-top: 55px;
    padding-bottom: 10px;
    color: #7c8182;
    font-family: 'exo_2regular';
    font-size: 13px;
    line-height: 14px
}

footer .copy a {
    color: #16b9a6;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
footer .copy a:hover {
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

footer .handcrafted {
    display: table;
    width: 100%;
    height: 108px;
    background: #fff;
    text-align: center
}

footer .handcrafted .wrap {
    display: table-cell;
    vertical-align: middle
}

footer .handcrafted .wrap img {
    display: inline
}

.nav ul .sub_nav {
    display: none;
    position: absolute;
    z-index: 999;
    background: url(../img/black_dash.png) repeat scroll 0 0 transparent;
    left: -45px;
    padding-top: 40px;
    margin-left: 0;
    padding-bottom: 15px;
    width: auto
}

.nav ul .sub_nav li {
    margin-right: 0;
    float: none;
    width: 270px;
    padding: 13px 45px
}

.nav ul .sub_nav li a {
    text-decoration: none;
    border-bottom: none;
    background: none;
    padding: 0;
    border-bottom: 1px solid transparent
}

.nav ul .sub_nav li a:hover {
    border-bottom: 1px solid #00EDD4;
    color: #00EDD4
}

.open:hover .sub_nav {
    display: block
}

.p_show, m_show {
    display: none
}

.m_center.img_h {
    overflow: hidden
}

.banner_thumbs {
    display: block;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    z-index: 9;
    height: 75px;
    overflow: hidden
}

.banner_thumbs a img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

.banner_thumbs a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    margin-left: -4px
}

.banner_thumbs a i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1);
    background-color: rgba(109, 32, 55, 0.45)
}

.banner_thumbs a.active i, .banner_thumbs a:hover i {
    -webkit-box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0)
}

.event_desc .left_col {
    width: 205px;
    margin-right: 18px
}

.event_desc .center_col {
    width: 820px
}

.event_desc .right_col {
    width: 180px
}

.wrapper.event_desc {
    padding: 75px 0 95px
}

.event_desc .info_box {
    background: url(../img/cyan_square.png) repeat scroll 0 0;
    padding: 20px;
    color: #000;
    margin-bottom: 20px;
    min-height: 150px;
    font-family: "exo_2bold";
    font-size: 18px;
    line-height: 22px
}

.event_desc .info_box.no-start.no-end {
    display: none;
}
.event_desc .info_box.no-end-time.no-start-time.hide-date-range {
    display: none;
}
.event_desc .info_box.ev_t.no-end-time.no-start-time {
    display: none;
}

.event_desc .info_box h4 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: 'exo_2medium'
}

.event_desc .info_box h4 + br {
    display: none
}

.event_desc .info_box p {
    font-family: 'exo_2bold';
    font-size: 18px;
    line-height: 22px
}

.cost_info_box p {
    white-space: pre-line
}

.event_desc .white_box, .arb_explore .white_box, .book_galleries .white_box {
    background-color: #fff;
    padding: 20px;
    color: #000;
    margin-bottom: 20px
}

.event_desc .white_box h2 {
    font-family: 'exo_2bold';
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0
}

.event_desc .white_box h2 p {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0
}

.event_desc .white_box h3 {
    color: #E72560;
    font-family: "exo_2extra_bold_italic";
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0
}

.event_desc .white_box p, .book_galleries .white_box p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px
}

.event_desc .white_box p:last-child, .book_galleries .white_box p:last-child {
    padding-bottom: 0
}

.event_desc .sponsor {
    margin-bottom: 20px
}

.event_desc .sponsor h2 {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    font-family: 'exo_2extra_bold_italic';
    font-size: 22px;
    line-height: 26px;
    color: #e72560
}

.event_desc .sponsor p {
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 20px
}

.event_desc .social {
    margin-bottom: 20px;
    clear: both
}

.event_desc .social h3 {
    display: inline-block;
    width: 90px;
    height: 50px;
    text-align: center;
    padding: 0;
    font-family: 'exo_2bold';
    font-size: 18px;
    line-height: 50px;
    color: #9fa8a8;
    background-color: rgba(53, 56, 56, 0.8);
    margin: 0;
    float: left
}

.event_desc .social a {
    display: inline-block;
    margin-left: 7px;
    margin-right: 0;
    float: left
}

.event_desc .contact {
    background-color: rgba(53, 56, 56, 0.8);
    margin-bottom: 20px;
    padding: 20px
}

.event_desc .contact.no-phone.no-email {
    display: none;
}

.event_desc .contact h3 {
    font-family: 'exo_2bold_italic';
    font-size: 24px;
    line-height: 28px;
    color: #00edd4;
    padding-bottom: 18px
}

.event_desc .contact p {
    font-family: 'exo_2medium_italic';
    font-size: 18px;
    line-height: 22px;
    color: #9fa8a8;
    padding-bottom: 10px
}

.event_desc .contact a {
    font-family: 'exo_2bold';
    font-size: 14px;
    line-height: 18px;
    color: #00ae9c;
    text-decoration: none
}

.museum_news.event {
    top: 75px
}

section.h_35 {
    height: 35px
}

.banner_desc.velvet {
    background-color: rgba(48, 17, 102, 0.8)
}

.banner_desc.velvet p {
    color: #fff;
    opacity: .8
}

.banner_desc.section_top {
    /*margin-top: -110px;*/
    margin-top: -80px;
    margin-bottom: 20px
}

.offset_banner .center_col {
    margin-top: -410px;
    padding-left: 155px
}

.offset_banner .right_col {
    margin-top: -410px
}

.wrapper.find_things {
    padding: 15px 13px 18px
}

.wrapper.find_things > p {
    text-align: center
}

.wrapper.find_things > p span {
    font-family: "exo_2extra_bold";
    font-size: 22px;
    color: #b0c2c2;
    text-align: center;
    padding-right: 13px
}

.bottom_btns.event {
    display: none;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -115px;
    left: 0
}

.wrapper.event_desc .right_col.left, .wrapper.event_desc .video {
    display: none
}

.wrapper.event_desc .video h2 {
    padding: 0 0 10px;
    font-family: 'exo_2extra_bold_italic';
    font-size: 22px;
    line-height: 26px;
    color: #e72560
}

.wrapper.join_support, .wrapper.membership {
    padding: 50px 50px 50px 30px
}

.join_support h1 {
    color: #301166;
    line-height: 54px
}

.join_support p {
    color: #301166;
    font-family: 'exo_2black_italic';
    font-size: 24px;
    line-height: 28px;
    padding-top: 30px
}

.wrapper.membership {
    padding: 50px 0 100px
}

.membership h2 {
    font-family: 'exo_2black_italic';
    font-size: 52px;
    color: #301166;
    line-height: 56px;
    padding-bottom: 40px;
    padding-left: 20px
}

.membership.museum_news {
    top: 147px
}

.membership .w25, .giving .w25 {
    height: 140px;
    margin-bottom: 2px
}

.membership .w25 p, .giving .w25 p {
    display: block;
    background: #fff;
    padding: 20px;
    color: #242525;
    font-size: 18px;
    line-height: 22px;
    margin-right: 2px;
    height: 100%
}

.membership .w25 p a, .giving .w25 a {
    display: inline-block;
    margin-top: 15px;
    color: #00ae9c;
    font-family: 'exo_2bold';
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding-right: 13px;
    background: url(../img/cyan_arrow_right.png) no-repeat scroll right center
}

.wrapper.member_levels {
    padding: 75px 0 100px
}

.member_levels h2 {
    font-family: 'exo_2black_italic';
    font-size: 52px;
    color: #e72560;
    line-height: 56px;
    padding-bottom: 40px;
    padding-left: 20px;
    width: 75%;
    float: left
}

.member_levels h4 {
    float: left;
    width: 70%;
    color: #00edd4;
    font-family: 'exo_2black_italic';
    font-size: 22px;
    line-height: 28px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 767px){
    .member_levels h4 {
        width: 100%;
        margin: 0 0 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

.member_levels .w20 {
    display: table-cell;
    float: none;
    background-color: rgba(53, 56, 56, 0.8);
    padding: 30px 30px 120px;
    position: relative;
    border-right: 3px solid rgba(0, 0, 0, 0.4);
    border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.member_levels .w20 .btn_cyan_35 {
    position: absolute;
    bottom: 45px;
    right: 17px;
    z-index: 5;
}

.member_levels .w20 p {
    color: #9fa8a8;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px
}

.member_levels .w20 p.price {
    color: #e72560;
    font-size: 28px;
    line-height: 32px;
    font-family: 'exo_2black_italic'
}
.member_levels .w20.hasimg p.price,
.member_levels .w20.hasimg p.datepub {
    color:#FFFFFF;
    text-shadow: 0 1px 1px rgba(53, 56, 56, 0.8);
}

.member_levels .w20 p.title span {
    font-size: 13px;
    line-height: 15px;
    display: block
}

.member_levels .w20 p.title {
    color: #e72560;
    font-size: 28px;
    line-height: 32px;
    font-family: 'exo_2medium_italic'
}

.member_levels .contact {
    float: right;
    width: 300px;
    padding: 20px;
    background-color: rgba(53, 56, 56, 0.8);
    border-right: 3px solid rgba(0, 0, 0, 0.7);
    margin-bottom: 20px
}

.member_levels .contact h3 {
    font-family: 'exo_2bold_italic';
    font-size: 24px;
    line-height: 26px;
    color: #e72560;
    padding-bottom: 25px
}

.member_levels .contact p, .volunteering .contact p, .book_galleries .contact p {
    color: #9fa8a8;
    font-size: 18px;
    line-height: 20px;
    font-family: 'exo_2medium_italic'
}

.member_levels .contact p a, .member_levels .w20 p a.inner, .giving .donors p a, .giving .w33 p a, .volunteering .contact p a, .volunteering .oppt a, .join_form p.select a,.rpm_form p.select a, .book_galleries .contact p a {
    display: inline-block;
    color: #00ae9c;
    font-family: 'exo_2bold';
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding-right: 13px;
    background: url(../img/cyan_arrow_right.png) no-repeat scroll right center
}

a[href^=tel] {
    padding-right: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
    background-image: none !important
}

.member_levels .star {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(53, 56, 56, 0.8);
    margin-top: 3px;
    color: #9fa8a8;
    font-size: 14px;
    line-height: 20px;
    max-width: 820px
}

.member_levels .star span, .member_levels .w20 p span {
    color: #e72560
}

.member_levels .separator {
    height: 130px
}


.member_levels .grid-wrap {
    margin-bottom: -3px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.member_levels .grid-wrap .w20 {
    width: auto;
}

@media screen and (max-width: 767px){
    .member_levels .grid-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


.wrapper.faq {
    padding: 75px 0 100px
}

.faq h2 {
    font-family: 'exo_2black_italic';
    font-size: 52px;
    color: #00d4f2;
    line-height: 56px;
    padding-bottom: 40px;
    padding-left: 20px
}

.faq .question, .employment .question {
    display: inline-block;
    position: relative;
    width: auto;
    background-color: #fff;
    padding: 20px 60px 20px 20px;
    color: #00d4f2;
    font-size: 24px;
    line-height: 26px;
    font-family: 'exo_2bold_italic';
    margin-bottom: 28px
}

.faq .tab_item .tab_link {
    color: #00d4f2;
    font-size: 24px;
    line-height: 26px;
    font-family: 'exo_2bold_italic'
}

.faq .answer, .employment .answer {
    position: absolute;
    right: -815px;
    top: 0;
    width: auto;
    max-width: 815px;
    font-family: 'exo_2medium';
    color: #242525;
    font-size: 18px;
    line-height: 22px;
    padding: 20px;
    background-color: #fff
}

.faq .question .toggle, .employment .question .toggle {
    color: #00d4f2;
    font-size: 54px;
    font-family: 'exo_2medium';
    text-decoration: none;
    position: absolute;
    right: 16px;
    top: 17px
}

.wrapper.giving, .wrapper.volunteering {
    padding: 75px 0 100px
}

.giving h2, .volunteering h2, .book_galleries h2 {
    font-family: 'exo_2black_italic';
    font-size: 52px;
    color: #301166;
    line-height: 56px;
    padding-bottom: 40px;
    padding-left: 20px;
    width: 75%;
    float: left
}

.giving .donors, .volunteering .contact, .book_galleries .contact {
    float: right;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border-right: 3px solid #fff;
    margin-bottom: 20px
}

.giving .donors h3, .volunteering .contact h3, .book_galleries .contact h3 {
    font-family: 'exo_2bold_italic';
    font-size: 24px;
    line-height: 26px;
    color: #301166;
    padding-bottom: 25px
}

.w33 {
    float: left;
    width: 33.33%
}

.giving .w33 {
    margin-bottom: 27px
}

.giving .w33 h3, .giving h3.w_head {
    color: #301166;
    font-family: 'exo_2black_italic';
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    width: auto;
    background-color: #fff;
    padding: 10px 20px
}

.giving .w33 p {
    position: relative;
    color: #242525;
    font-family: 'exo_2bold_italic';
    font-size: 24px;
    line-height: 26px;
    width: auto;
    background-color: #fff;
    padding: 30px 20px;
    margin-right: 2px;
    height: 175px
}

.giving .w33 p span {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 20px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #757a7a;
    font-family: 'exo_2medium'
}

.giving .w33 p span.phone, .white_box span.phone {
    font-family: 'exo_2medium_italic';
    font-size: 18px
}

.giving .star {
    color: #757a7a;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 14px
}

.volunteering .oppt {
    width: 820px;
    display: block;
    background: #fff;
    padding: 20px;
    color: #242525;
    font-size: 18px;
    line-height: 22px;
    margin-right: 2px;
    height: 100%
}

/*.volunteering .contact {
    width: 820px;
    display: block;
    background: #fff;
    padding: 20px;
    color: #242525;
    font-size: 18px;
    line-height: 22px;
    margin-right: 2px;
    height: 100%
}*/

.volunteering .oppt p {
    padding-bottom: 18px
}

.volunteering h2 {
    padding-left: 20px
}

.giving .w25 {
    position: relative
}

.giving .w25 a {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.rpm_form ,
.join_form {
    max-width: 820px;
    background-color: #e6fdfb;
    border: 20px solid #00edd4;
    padding: 20px
}

.rpm_form h1 ,
.join_form h1 {
    font-size: 15px;
    color: #000;
    padding-bottom: 13px
}

.rpm_form p.select ,
.join_form p.select {
    font-family: 'exo_2extra_bold';
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding-left: 36px;
    padding-bottom: 10px
}

.rpm_form p.select a ,
.join_form p.select a {
    padding-left: 10px
}

.rpm_form p.note ,
.join_form p.note {
    font-family: 'exo_2semi_bold';
    color: #000;
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 7px
}

.rpm_form input, .rpm_form textarea ,
.join_form input, .join_form textarea {
    width: 100%;
    border-top: none;
    border-left: 1px solid #def4f2;
    border-right: 1px solid #def4f2;
    border-bottom: 2px solid #d0e3e1;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'exo_2medium';
    color: #969e9e;
    font-size: 18px;
    line-height: 22px;
    resize: none
}

.rpm_form input[type="submit"]{
    background: url(../img/btn_cyan_35.png) no-repeat scroll right center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 37px 9px 23px;
    text-shadow: 0 1px 1px #139c8d;
    border:none;
    width:auto;
    margin:20px 0 0 0;
    cursor:pointer;
}
.rpm_form input[type="submit"]:disabled{
    background: url(../img/btn_grey_35.png) no-repeat scroll right center;
}

.rpm_form_container .content{
    padding: 0 30px 30px 30px;
    color: #00edd4;
    font-family: 'exo_2black_italic';
    font-size: 24px;
    line-height: 28px;
    max-width: 820px;
}

.s_count, .s_count1 {
    width: 75px;
    border-top: none;
    border-left: 1px solid #def4f2;
    border-right: 1px solid #def4f2;
    border-bottom: 2px solid #d0e3e1;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'exo_2medium';
    color: #969e9e;
    font-size: 18px;
    line-height: 22px;
    resize: none
}

.s_count1 {
    padding: 5px
}

#via_paypal_form .select1 {
    padding-left: 0
}

#via_paypal_form .select2 {
    padding-left: 80px
}

.rpm_form .separator,
.join_form .separator {
    height: 10px
}

.rpm_form .hr,
.join_form .hr {
    height: 3px;
    background-color: #000;
    margin: 2px 1px 10px
}

.rpm_form ::-webkit-input-placeholder,
.join_form ::-webkit-input-placeholder {
    font-family: 'exo_2medium';
    color: #969e9e;
    font-size: 18px;
    line-height: 22px
}

.rpm_form :-moz-placeholder,
.join_form :-moz-placeholder {
    font-family: 'exo_2medium';
    color: #969e9e;
    opacity: 1;
    font-size: 18px;
    line-height: 22px
}

.rpm_form ::-moz-placeholder,
.join_form ::-moz-placeholder {
    font-family: 'exo_2medium';
    color: #969e9e;
    opacity: 1;
    font-size: 18px;
    line-height: 22px
}

.rpm_form :-ms-input-placeholder,
.join_form :-ms-input-placeholder {
    font-family: 'exo_2medium';
    color: #969e9e;
    font-size: 18px;
    line-height: 22px
}

.about_header {
    padding: 50px 0
}

.about_header h1 {
    color: #00edd4;
    padding-left: 30px
}

.white_box .quote {
    float: right;
    background-color: #fff;
    width: 620px;
    padding: 20px;
    margin-right: -220px
}

.white_box .quote h1, .book_reviews .quote h1 {
    font-family: 'exo_2bold';
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;
    padding-left: 23px;
    position: relative
}

.white_box .quote h1:before, .book_reviews .quote h1:before {
    content: '���';
    display: block;
    height: 170px;
    font-size: 52px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.white_box .quote h1 span, .book_reviews .quote h1 span {
    font-size: 52px;
    line-height: 10px;
    vertical-align: -18px
}

.white_box .quote p, .book_reviews .quote p {
    padding-left: 23px;
    font-family: 'exo_2bold_italic';
    font-size: 18px;
    line-height: 22px;
    color: #00ae9c
}

.white_box_header {
    color: #e72560;
    font-family: "exo_2black_italic";
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    width: auto;
    background-color: #FFF;
    padding: 13px 20px
}

.white_box .download, .our_people .w25 .white_box a, .event_desc .contact a {
    display: inline-block;
    color: #00ae9c;
    font-family: "exo_2bold";
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding-right: 13px;
    background: transparent url(../img/cyan_arrow_right.png) no-repeat scroll right center
}

.our_people .w25 .white_box a {
    padding-left: 13px
}

.white_box p a {
    color: #00ae9c;
    text-decoration: none
}

.white_box .resrc {
    display: inline-block;
    padding-bottom: 10px
}

.wrapper h1.sub_header {
    font-family: "exo_2black_italic";
    font-size: 52px;
    line-height: 62px;
    padding-left: 20px
}

.our_people .sub_header, .employment .sub_header {
    color: #301166;
    padding-bottom: 30px
}

.our_people .w25 {
    height: auto
}

.our_people .w25 h3 {
    color: #301166;
    font-family: "exo_2black_italic";
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    width: auto;
    background-color: #FFF;
    padding: 10px 20px
}

.our_people .w25 h3.no_header {
    visibility: hidden
}

.our_people .w25 .white_box {
    background-color: #fff;
    color: #242525;
    padding: 20px;
    margin-right: 2px
}

.our_people .w25 .white_box h1 {
    color: #301166;
    font-family: 'exo_2extra_bold_italic';
    font-size: 18px;
    line-height: 22px
}

.our_people .w25 .white_box h2 {
    font-family: 'exo_2extra_bold';
    font-size: 18px;
    line-height: 22px
}

.our_people .w25 .white_box p {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px
}

.our_people .w25 .white_box p span {
    font-family: 'exo_2medium_italic';
    color: #757a7a
}

.employment .question.active {
    width: 445px
}

.employment .question {
    margin-bottom: 23px;
    font-family: 'exo_2black_italic';
    padding-top: 15px;
    padding-bottom: 15px;
    color: #301166
}

.employment .question a.toggle {
    color: #301166;
    top: 13px
}

.employment .answer h1 {
    color: #301166;
    font-family: "exo_2extra_bold_italic";
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 13px
}

.employment .answer p {
    padding-bottom: 15px
}

.wrapper.unlim_access {
    padding-top: 0;
    padding-bottom: 0
}

.white_box span.phone {
    color: #757a7a;
    padding-right: 15px
}

.wrapper.no_p {
    padding-bottom: 0;
    padding-top: 0
}

.arb_explore > h1 {
    color: #00d4f2;
    padding-left: 20px;
    padding-bottom: 20px
}

.arb_explore > h2, .arb_explore > p {
    padding-left: 20px;
    color: #000;
    font-size: 32px;
    line-height: 36px
}

.arb_explore h2 {
    font-family: 'exo_2black';
    padding-bottom: 20px
}

.w50 {
    width: 50%;
    float: left
}

.arb_explore .white_box_header {
    font-family: 'exo_2bold_italic';
    color: #00d4f2
}

.arb_explore .white_box.mr {
    margin-right: 16px
}

.arb_explore .white_box p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px
}

.museum .museum_news {
    top: 170px
}

.museum .w820, .plan_getting_here .w820 {
    width: 100%;
    max-width: 820px
}

.museum .phone_big {
    display: inline-block;
    background: transparent url(../img/cyan_dash.png) repeat scroll 0 0;
    font-family: "exo_2extra_bold_italic";
    font-size: 62px;
    line-height: 64px;
    color: #f0fcfc;
    padding: 20px 60px;
    margin-bottom: 30px
}

.w20.hide {
    visibility: hidden
}

.museum_price .w20 {
    padding: 30px
}

.experience .separator_60 {
    height: 60px
}

.plan_visit_header h1 {
    padding-left: 20px;
    color: #00edd4
}

.w33.hours {
    padding-right: 50px
}

.w33.hours h2 {
    padding-left: 20px;
    color: #000;
    font-size: 32px;
    line-height: 36px
}

.w33.hours p {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    padding-left: 20px
}

.w33.hours p:last-child {
    padding-bottom: 35px
}

.separator70 {
    height: 70px
}

.plan_getting_here > h1 {
    color: #301166;
    padding-bottom: 20px
}

.plan_getting_here .w820 h1 {
    color: #301166
}

.plan_getting_here .w820 p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px
}

.plan_getting_here .w820 .white_box {
    background-color: #FFF;
    padding: 20px;
    color: #000;
    margin-bottom: 20px
}

.current_news .w20 {
    border-bottom: 3px solid rgba(0, 0, 0, 0.4)
}
.current_news .w20 > img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.member_levels.current_news .w20 p.price,
.member_levels.current_news .w20 p.datepub {
    position: relative;
    z-index: 2;
}
.member_levels.current_news .w20 p.price {
    font-family: 'exo_2extra_bold';
}
.member_levels.current_news .w20 p.price.hasimg:after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    top: -30px;
    left: -15px;
    display: block;
    height: calc(100% + 60px);
    background-color: rgba(53, 56, 56, 0.8);
    z-index: -1;
}

.exhibit_view {
    padding-top: 100px;
    padding-bottom: 100px
}

.exhibit_view > h1 {
    color: #301166;
    padding-left: 30px;
    padding-bottom: 40px
}

.wrapper.exhibit_desc .video {
    display: block;
    padding-top: 10px
}

.wrapper.exhibit_desc .video img {
    max-width: 640px
}

.wrapper.book_header {
    padding-left: 30px;
    padding-bottom: 30px
}

.book_header h1, .book_header h3, .book_galleries .white_box_header, .book_galleries .white_box h3 {
    color: #301166
}

.book_header h1 {
    line-height: 60px
}

.book_header h3 {
    font-family: 'exo_2black_italic';
    font-size: 24px;
    line-height: 28px;
    padding-top: 25px
}

.book_galleries {
    padding-top: 90px;
    padding-bottom: 90px
}

.book_galleries .w50 {
    width: 620px
}

.book_galleries .w50 .white_box {
    height: 312px;
    overflow: hidden
}

.book_galleries .w50.book_slider {
    height: 370px;
    position: relative
}

.book_galleries .w50.pull-right {
    float: right
}

.book_galleries .w50 .w25 {
    padding-right: 30px;
    height: auto
}

.book_galleries .white_box_header, .book_galleries .white_box h3 {
    font-family: 'exo_2bold_italic'
}

.book_galleries .white_box h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px
}

.book_galleries .w50.book_slider .banner_thumbs {
    bottom: 0;
    text-align: center
}

.book_galleries .book_slider .fpo {
    font-family: 'exo_2black';
    font-size: 79px;
    line-height: 90px;
    color: #ff00e4;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    width: 100%
}

.book_galleries .book_slider .banner_img_wrap img {
    width: 100%;
    border: 1px solid #000
}

.gallery_separator {
    height: 90px
}

.book_galleries .note_center {
    max-width: 830px;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: #fff;
    color: #757a7a;
    font-size: 14px;
    line-height: 18px;
    margin-top: -30px
}

.book_reviews {
    padding-top: 90px
}

.book_reviews .w50 {
    max-width: 620px
}

.book_reviews .w50.pull-right {
    float: right
}

.book_reviews .w50.offset_110 {
    padding-top: 110px
}

.book_reviews .quote {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 45px
}

.book_reviews .quote p {
    color: #00d4f2
}

.book_galleries .contact {
    width: 25%
}

.book_banner .banner_img_wrap img {
    border: 0;
    margin: 0 auto;
    padding: 0;
    display: block
}

.book_banner .slider_nav, .book_slider .slider_nav {
    display: none
}

.home_page #exgib_slid {
    padding-bottom: 0
}

.home_page .black_dash .bx-wrapper {
    margin-top: -170px;
    margin-bottom: 0;
    z-index: 99
}

.home_page .museum_news.event {
    z-index: 99;
}

.tabs_wrapper.employment .tab_link {
    color: #301166
}

.current_news sup {
    font-size: 12px;
    vertical-align: super
}

.bottom_btns.w1 {
    max-width: 315px;
    margin: 0 auto
}

.bottom_btns.w2 {
    max-width: 630px;
    margin: 0 auto
}

.bottom_btns.w3 {
    max-width: 945px;
    margin: 0 auto
}

.bottom_btns.w4 {
    max-width: 345px
}

.slider .slide a {
    text-decoration: none
}

.slider_caption p > a {
    color: #00ae9c;
    text-decoration: none
}

.slider_caption p .btn_wrap a {
    color: #fff
}

.book_galleries .gallery_separator {
    height: 85px
}

.book_slider .floor_description p {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1001;
    bottom: 35px;
    left: 54px;
    line-height: 18px;
    font-size: 14px;
    color: #757a7a;
    padding: 7px 20px;
    font-family: "exo_2bold_italic"
}

.wrapper.event_desc .white_box p strong {
    font-family: 'exo_2bold';
    font-weight: 400
}

.wrapper.event_desc .white_box p em {
    font-family: 'exo_2medium_italic'
}

.event_date {
    position: absolute;
    display: block;
    bottom: 70px
}

.w25.arbo_center {
    overflow: hidden
}

.w25.arbo_center img {
    height: 100%;
    width: auto
}

#slide_descr_1 .slide_description .center_col h1,
#slide_descr_1 .slide_description .center_col h2,
#slide_descr_1 .slide_description .center_col h3,
#slide_descr_1 .slide_description .center_col h4 {
    font-family: "exo_2bold";
}

#slide_descr_1 .slide_description .center_col p {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 25px !important;
}

#slide_descr_1 .slide_description .center_col p:last-of-type {
    padding-bottom: 0 !important;
}

#slide_descr_1 h2 {
    padding-bottom: 15px
}

.news_top {
    border-top: 1px solid #000
}

.top_line .second li {
    /*align-self: center;*/
}
.top_line .second li a {
    padding-top: 10px
}

.bottom_btns {
    display: none
}

#exgib_slid_control {
    display: block
}

#exgib_slid_control .btn_group {
    display: none
}

.featured_ex #exgib_slid_control {
    margin-top: -80px;
    z-index: 999;
    width: 425px;
    margin-left: auto;
    margin-right: auto
}

.filter_collapsed {
    display: none
}

@media screen and (max-width: 1024px) {
    .museum.book_reviews .w50 {
        width: 95%;
        max-width: 95%
    }

    .book_reviews .quote h1 {
        padding-left: 23px;
        position: relative
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
}

@media screen and (max-width: 1610px) {
    .home_page #exgib_slidr_1 {
        padding-bottom: 15px
    }

    .membership.museum_news {
        top: -40px
    }

    .museum_news.event {
        top: -40px
    }

    .home_page .museum_news.event {
        top: 0
    }

    .home_banner img.clifford {
        width: 100%
    }

    .gallery_img.img_5 {
        right: 0
    }

    .collection_box {
        max-width: 90%
    }

    header .wrapper {
        padding: 0 15px
    }

    .top_line ul li a i {
        line-height: 16px
    }

    .top_line ul li a b {
        display: none
    }

    .top_line ul li a, .top_line ul li span {
        font-size: 11px;
        line-height: 15px
    }

    .top_line ul li a.single {
        font-size: 15px;
        /*line-height: 33px*/
    }

    .nav > ul {
        margin: 0;
        float: right;
        width: 90%;
        margin-left: 2%
    }

    .nav > ul li, .nav > ul a {
        padding-bottom: 10px
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }

    header .logo {
        width: 8%
    }

    .banner_desc p, .banner_desc_new p, .banner_desc_museum p {
        font-size: 12px;
        line-height: 16px
    }

    .banner_desc p.event_date, .banner_desc_news p.event_date, .banner_desc_museum p.event_date {
        text-transform: none
    }

    .banner_desc h1 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 15px
    }

    .w25 {
        height: auto
    }

    .museum_news {
        position: relative;
        float: right;
        top: 0;
        right: 0;
        width: 300px;
        text-align: left;
        margin-bottom: 60px
    }

    .wrapper.offset_top .bottom_btns {
        padding-bottom: 20px
    }

    .slider_wrap .slider {
        margin-top: 40px
    }

    .wrapper.collection h1 {
        padding-left: 30px
    }

    .banner_desc_news,
    .banner_desc_museum {
        height: 87%
    }

    .img_details {
        margin: 0 auto;
        margin-top: 50px
    }

    footer .logo, footer .email_box {
        margin-right: 50px
    }

    footer .email_box {
        width: 15%
    }

    footer .links {
        width: 15%;
        float: none;
        float: left
    }

    footer .phone_social, footer .map {
        float: none;
        margin: 0 auto;
        text-align: center
    }

    footer .map {
        max-width: 500px;
        margin-top: 60px
    }

    footer .social.p_show {
        padding-top: 40px;
        text-align: center
    }

    footer .social a {
        float: none;
        display: inline-block
    }
}

@media screen and (max-width: 1280px) {
    .faq .answer, .employment .answer {
        position: absolute;
        right: -500px;
        top: 0;
        width: auto
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
}

@media screen and (max-width: 1259px) {
    .offset_banner .right_col, .offset_banner .center_col {
        margin-top: -285px;
        padding-left: 0
    }

    .banner_desc {
        width: 185px;
        height: 365px;
        padding: 20px;
        margin-left: 10px
    }

    .book_galleries .w50, .book_reviews .w50 {
        float: none !important;
        margin: 0 auto
    }

    .book_reviews .w50.offset_110 {
        padding-top: 0
    }

    .member_levels .contact, .giving .donors, .volunteering .contact {
        width: 25%
    }

    .wrapper.abs {
        width: 100%;
        margin-left: 0;
        left: 0
    }

    .wrapper.event_desc {
        padding-left: 20px;
        padding-right: 20px
    }

    .wrapper.event_desc .left_col {
        width: 17%;
        margin-right: 2%
    }

    .wrapper.event_desc .center_col {
        width: 65%;
        margin-right: 2%
    }

    .wrapper.event_desc .right_col {
        width: 14%
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
    
}

.top_line .wrapper .pull_right {
    float: right
}

@media screen and (max-width: 1160px) {
    .top_line .second li a {
        /*padding-top: 9px*/
    }

    .top_line .pull_left, .top_line .pull_right {
        float: none;
        clear: both
    }

    .top_line ul li {
        /*width: 32%;*/
        margin-right: 1%
    }

    .top_line ul li a.single.first {
        margin-left: 0
    }

    .top_line ul.second {
        border-top: 1px solid #00c1ae
    }
    .top_line ul.second li {
        /*width:22%;*/
    }

    .top_line .wrapper {
        padding: 0;
        flex-flow: column nowrap;
    }

    header .top_line {
        border-bottom: 0
    }

    .top_line ul {
        padding: 0 15px
    }

    .top_line ul.second {
        height: 51px;
        background-color: #00c1ae
    }

    .top_line ul li b {
        padding-left: 0
    }

    .top_line ul li b a {
        padding-top: 0;
        padding-bottom: 10px
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .slider_wrap .slider_caption {
        padding-top: 10px
    }

    .arbo_desc .wrapper.event_desc .center_col, .about_desc .wrapper.event_desc .center_col {
        width: 100%;
        margin-right: 0;
        padding-top: 25px
    }

    .about_desc .wrapper.event_desc .center_col .quote {
        margin-right: 0
    }

    h1.section_header {
        font-size: 60px
    }

    .membership .w25, .giving .w25 {
        height: 160px
    }

    .book_banner .banner_img_wrap img {
        width: 100%
    }

    .book_reviews .quote h1:before {
        height: 215px !important
    }

    .wrapper.membership, .wrapper.member_levels, .wrapper.faq, .wrapper.giving, .wrapper.volunteering, .arb_explore.museum, .plan_getting_here, .book_galleries {
        padding-left: 1%;
        padding-right: 1%
    }

    .member_levels .w20 {
        padding: 20px 20px 100px
    }

    .giving .w33 h3, .giving h3.w_head {
        padding: 10px 20px
    }

    .giving .w33 p {
        padding: 20px
    }

    .giving .w33 p span {
        left: 20px
    }

    .wrapper.event_desc .left_col {
        width: 27%;
        margin-right: 2%
    }

    .wrapper.event_desc .center_col {
        width: 45%;
        margin-right: 2%
    }

    .wrapper.event_desc .right_col {
        width: 24%
    }

    .book_inquire .wrapper.event_desc .center_col {
        width: 65%
    }

    .p_hide {
        display: none
    }

    .p_show {
        display: block
    }
    
    
    .main-menu > li {
        margin: 0 20px 0 0;
    }
    .main-menu > li > h3 > label {
        font-size: clamp(18px, 2.5vw, 21px);
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
    
}

@media screen and (max-width: 1023px) {
    .top_line ul li b {
        display: block;
        width: 60px
    }
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .mob_show {
        display: block
    }

    .giving .w25 a {
        position: static;
        padding-left: 10px
    }

    .membership .w25, .giving .w25 {
        height: auto
    }

    .w20.hide {
        display: none !important
    }

    .member_levels.museum_price .w20 {
        padding-bottom: 10px
    }

    .member_levels.museum_price {
        padding-bottom: 75px
    }

    .employment .question.active {
        width: auto
    }

    .employment {
        height: auto
    }

    .wrapper {
        padding-left: 1%;
        padding-right: 1%
    }

    .membership .w25, .member_levels .w20, .giving .w33, .giving .w25, .volunteering .oppt, .faq .question, .employment .question {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0
    }

    .membership .w25 p, .giving .w25 p, .giving .w33 p {
        margin-right: 0
    }

    .member_levels .contact, .member_levels .w20 {
        border-right: 0
    }

    .faq .answer, .employment .answer {
        position: relative;
        right: 0;
        width: 100%;
        padding: 20px 0 0
    }

    .member_levels .w20 {
        margin-bottom: 3px
    }

    .event_desc .social h3, .offset_banner .event_desc .social h3 {
        width: 70px
    }

    .m_hide {
        display: none
    }

    .museum_exhibit .w25.m_hide, .planet_exhibit .w25.m_hide, .arbo_exhibit .w25.m_hide, .bx-viewport .w25.m_hide, .w25.m_hide {
        display: block
    }

    .wrapper.collection h1 {
        margin-bottom: 100px
    }

    .experience > h1, .wrapper.collection h1, .shows > h1, .aboretum > h1 {
        padding-right: 30px
    }

    .collection_box {
        max-width: 87%
    }

    .collection_box .art_box {
        height: 165px
    }

    .w25.m_center {
        float: none;
        margin: 0 auto;
        width: 315px;
        height: 450px
    }

    .w25.arbo_center {
        width: 25%
    }

    .bottom_btns.m_center {
        width: 315px;
        margin: 0 auto
    }

    .m_center.h_auto {
        height: auto
    }

    .m_center.img_h {
        overflow: hidden
    }

    .m_center.img_h img {
        height: 450px;
        width: auto
    }

    footer .logo {
        height: 400px
    }

    footer .email_box, footer .links {
        width: 185px;
        margin-bottom: 20px
    }

    footer .links {
        padding-left: 20px
    }

    .upcoming_events .w25 {
        margin-bottom: 15px
    }

    .upcoming_events .w25.last {
        margin-bottom: 0
    }

    .museum_price .w20 {
        display: table-cell;
        float: none;
        width: 25%;
        border-right: 3px solid rgba(0, 0, 0, 0.7)
    }
    
    
    .pull-left.logo.small {
        display: none;
    }
    .pull-left.logo.large {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .museum_price .w20 {
        display: block;
        width: 100%;
        border: 0
    }

    .top_line ul li a.single {
        font-size: 10px
    }
    
    .top_line ul li:nth-of-type(1),
    .top_line ul li:nth-of-type(2),
    .top_line ul li:nth-of-type(3) {
        flex: 1;
    }
    
    .top_line ul li:nth-of-type(3) {
        margin-right: 0;
    }
    
    .top_line ul li:nth-of-type(4) {
        padding-top: 10px;
        flex: 0 0 100%;
    }
    
    .top_line ul li b {
        background: url(../img/admission.png) no-repeat scroll right 50%;
        width: auto;
        display: inline-block;
        clear: both;
    }
    
    .top_line ul li b a {
        padding: 0;
        display: block;
    }

    .nav > ul {
        margin: 0;
        float: none;
        width: 96%;
        margin-left: 2%
    }

    .nav ul li {
        margin-right: 0 !important;
    }
    
    .nav ul li, .nav ul a {
        padding-bottom: 0 !important;
    }
    
    .pull-left.logo.small {
        display: block;
    }
    .pull-left.logo.large {
        display: none;
    }
    
    .main-menu {
        margin-bottom: 12px !important;
    }
    .main-menu > li {
        display: block;
        float: none;
    }
    
    .main-menu .menu-list {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }
    .main-menu .menu-list.columns {
        columns: auto;
        column-gap: normal;
    }
    
    .main-menu .menu-list > li > ul {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    .main-menu .menu-list > li > ul > li {
        max-width: 320px;
    }

    #nav .SumoSelect p span, .nav ul li a.no_link {
        font-size: 19px !important
    }
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
    .home_page .wrapper.abs .banner_desc {
        height: 240px
    }

    .wrapper.offset_top .bx-viewport .w25, .arbo_conteiner .w25, .w25.arbo_center {
        height: 300px !important
    }

    .w25 .banner_desc_news, .w25 .banner_desc_museum, .w25 .banner_desc {
        width: 140px;
        height: 260px
    }

    .banner_desc p, .banner_desc_news p, .banner_desc_museum p {
        bottom: 65px;
        font-size: 10px;
        line-height: 12px;
        padding-bottom: 5px
    }

    .banner_desc_news h1, .banner_desc_museum h1, .banner_desc h1 {
        font-family: 'exo_2bold';
        font-size: 14px;
        line-height: 16px
    }

    .banner_desc_news .btn_cyan_35, .banner_desc_museum .btn_red_45, .banner_desc .btn_red_45 {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 37px 4px 22px
    }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
    .arbo_conteiner .w25 {
        float: left;
        width: 75%
    }

    .w25.arbo_center {
        width: 25%;
        height: 300px !important
    }
}

@media screen and (max-width: 767px) {
    .slideshow .wrapper {
        padding: 0
    }

    .slideshow .banner_desc {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0
    }

    .slideshow .banner_desc h1, .banner_desc.section_top h1 {
        margin-top: 10px;
        line-height: 26px
    }

    .slideshow .wrapper.abs {
        position: static
    }

    .banner_desc.section_top {
        display: block !important;
        width: 108%;
        height: auto;
        padding: 20px;
        padding-right: 30px;
        margin-left: -10px;
        margin-top: -120px
    }

    #filter {
        display: none;
        width: 100%;
        clear: both;
        overflow: hidden
    }

    .filter_collapsed {
        display: block;
        padding: 15px;
        color: #fff;
        font-family: 'exo_2extra_bold';
        font-size: 21px;
        line-height: 21px;
        overflow: hidden
    }

    .filter_collapsed i {
        display: inline-block;
        margin-left: 7px;
        background: url(../img/find_things.png) no-repeat scroll right center transparent;
        width: 7px;
        height: 16px
    }

    .home_page #filter {
        display: block
    }

    .home_page .filter_collapsed {
        display: none
    }

    .focused .SumoSelect, .focused .no_link {
        opacity: .3
    }

    .focused .SumoSelect.active-focus {
        opacity: 1
    }

    .home_page .top_line ul.first {
        display: flex;
    }

    .home_banner.gray_dash {
        overflow: hidden
    }

    .wrapper.collection {
        overflow-x: hidden
    }

    .our_people .w25.m_flow, .w25.m_flow .white_box {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .bx-viewport ul li, .bx-wrapper {
        width: 320px !important
    }

    .book_reviews .quote h1:before {
        height: 295px !important
    }

    .wrapper.book_reviews {
        padding-top: 55px !important;
        padding-bottom: 35px
    }

    .book_reviews .quote {
        margin-bottom: 20px
    }

    .book_galleries .note_center {
        margin-top: 15px
    }

    .book_galleries h2, .book_venue h2, .wrapper.book_reviews h1.sub_header {
        padding-left: 10px
    }

    .book_galleries .contact, .book_galleries .note_center, .book_venue .contact, .book_venue .oppt, .book_reviews .quote {
        padding: 10px
    }

    .book_galleries .w50.book_slider {
        height: auto
    }

    .book_galleries .w50.book_slider img {
        width: 100%;
        height: auto;
        display: block;
        border: 0;
        margin: 0;
        padding: 0
    }

    .book_galleries .w50.book_slider .banner_thumbs, .book_galleries .book_slider .fpo {
        display: none
    }

    .book_galleries .gallery_separator {
        height: 15px
    }

    .book_galleries .w50 .white_box {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .wrapper.book_galleries, .book_galleries .white_box_header, .book_galleries .w50 .white_box, .wrapper.book_venue, .wrapper.book_reviews {
        padding-left: 10px;
        padding-right: 10px
    }

    .book_galleries h2, .book_galleries .contact, .book_galleries .w50, .book_galleries .w50 .w25 {
        float: none;
        width: 100%
    }

    .book_banner .slider_nav, .book_slider .slider_nav {
        display: block;
        height: 36px;
        background: url(../img/red_square.png) repeat scroll 0 0;
        position: relative;
        overflow-x: hidden
    }

    .book_banner .slider_nav a img, .book_slider .slider_nav a img {
        display: none !important
    }

    .book_banner .slider_nav a.prev, .book_slider .slider_nav a.prev {
        display: block;
        margin-left: 0
    }

    .book_banner .slider_nav a.next, .book_slider .slider_nav a.next {
        margin-right: 0
    }

    .book_inquire .wrapper.event_desc {
        padding-top: 20px;
        padding-bottom: 35px
    }

    .book_inquire .wrapper.event_desc .contact {
        display: block;
        padding: 10px
    }

    .book_banner .banner_thumbs, .book_banner .line.red_square, .book_inquire .line.red {
        display: none
    }

    .wrapper.book_header {
        padding: 20px
    }

    .book_banner.book_banner .banner_img_wrap img {
        width: 100%
    }

    .book_banner.book_banner, .home_banner.book_banner .banner_img_wrap {
        height: auto
    }

    .w33.hours {
        padding-right: 0;
        float: none;
        width: 100%
    }

    .plan_visit_header {
        padding: 25px 10px
    }

    .plan_visit_header h1 {
        padding-left: 10px
    }

    .arb_explore.museum {
        padding-top: 25px
    }

    .upcoming_events .w25 {
        border-left: 2px solid transparent
    }

    .arb_explore {
        padding: 55px 10px
    }

    .arb_explore .white_box.mr {
        margin-right: 0
    }

    .aboretum .w25, .arb_explore .w50 {
        width: 100% !important;
        float: none;
        height: auto;
        border: none !important
    }

    .our_people .w25 .white_box {
        margin-right: 0
    }

    .our_people .w25 h3.no_header {
        display: none
    }

    .our_people, .employment {
        padding-left: 1%;
        padding-right: 1%
    }

    .wrapper {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .our_people .w25 {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }

    .about_header h1 {
        padding-left: 0
    }

    .white_box .quote {
        width: auto;
        margin-right: 0;
        padding-left: 27px;
        overflow: hidden
    }

    .white_box .quote h1:before, .book_reviews .quote h1:before {
        height: 330px
    }

    .rpm_form p.select,
    .join_form p.select {
        padding-left: 20px
    }

    .rpm_form ,
    .join_form {
        border: 10px solid #00edd4;
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px
    }

    .rpm_form input, .rpm_form textarea,
    .join_form input, .join_form textarea {
        padding: 15px
    }

    .rpm_form .separator,
    .join_form .separator {
        height: 10px !important
    }

    .rpm_form p.select a,
    .join_form p.select a {
        padding-left: 0
    }

    .member_levels.no_line {
        padding-top: 20px !important
    }

    .member_levels h2, .member_levels .contact, .giving h2, .volunteering h2, .giving .donors, .volunteering .contact {
        float: none;
        width: 100%
    }

    .wrapper.join_support, .about_header {
        padding: 20px
    }

    .wrapper.member_levels, .wrapper.faq, .wrapper.giving, .wrapper.volunteering {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .wrapper.membership {
        padding-top: 20px;
        padding-bottom: 55px
    }

    .membership .w25, .giving .w25 {
        height: auto
    }

    .faq .question, .employment .question {
        padding: 13px 60px 13px 13px;
        margin-bottom: 15px
    }

    .member_levels .w20 {
        padding: 30px 10px 100px
    }

    .member_levels .separator {
        height: 35px
    }

    .member_levels .contact, .wrapper.member_levels {
        padding-left: 10px;
        padding-right: 10px
    }

    .wrapper.member_levels h2 {
        padding-left: 10px
    }

    .giving .w33 {
        margin-bottom: 3px
    }

    .giving h3.w_head {
        margin-top: 17px
    }

    .giving .w33 p {
        height: auto;
        padding-bottom: 70px
    }

    .giving .w25 p {
        padding-bottom: 60px
    }

    .membership h2, .member_levels h2, .faq h2, .giving h2, .volunteering h2, .wrapper h1.sub_header, .book_galleries h2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 20px
    }

    .wrapper.event_desc.no_slider {
        padding-top: 55px
    }

    .event_desc .right_col, .event_desc .center_col {
        margin-top: 0
    }

    .banner_desc.section_top {
        display: none
    }

    .wrapper.event_desc .video {
        display: block
    }

    .event_desc .info_box {
        height: auto;
        min-height: 10px
    }

    .event_desc .white_box {
        padding: 10px
    }

    .wrapper.event_desc .contact {
        /*display: none*/
    }

    .wrapper.event_desc .right_col, .wrapper.event_desc .left_col, .wrapper.event_desc .center_col, .book_inquire .wrapper.event_desc .center_col {
        float: none;
        width: 100%
    }

    .wrapper.event_desc .right_col.right {
        display: none
    }

    .wrapper.event_desc .right_col.left {
        display: block
    }

    .bottom_btns.event {
        display: block
    }

    .wrapper.event_desc {
        padding: 50px 10px 60px
    }

    .wrapper.find_things {
        display: block
    }

    .event_desc .social h3 {
        width: 90px
    }

    header {
        border-bottom: 0
    }

    .top_line {
        display: none
    }

    .home_page .top_line {
        display: block
    }

    .top_line ul li {
        /*width: 30%;*/
        margin-right: 3%;
    }

    .top_line ul li a i {
        line-height: 15px
    }

    .top_line ul li a span {
        display: block;
        line-height: 15px !important
    }

    header .logo, header .logo img {
        width: 42px;
        float: left
    }

    header .logo {
        margin: 10px 0 5px 15px
    }

    .wrapper.nav {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid #000
    }

    .nav-togle {
        display: block;
        float: right;
        background: url(../img/nav_togle.png) no-repeat scroll 23px center #00c1ae;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        line-height: 20px;
        font-family: 'exo_2bold';
        padding: 15px 23px 15px 48px
    }

    .nav_opened {
        background-image: url(../img/nav_close.png)
    }

    .nav ul.top_nav {
        background: url(../img/black_dash.png) repeat scroll 0 0 transparent;
        width: 100%;
        margin-left: 0;
        padding: 30px 15px
    }

    .nav ul li a {
        font-size: 23px;
        line-height: 26px
    }

    .nav ul li a.no_link {
        font-size: 21px;
        line-height: 26px
    }

    .featured_ex #exgib_slid_control {
        width: 100%
    }

    .see_past {
        margin-top: 80px;
        margin-bottom: 20px
    }

    .btn_border {
        width: 135px
    }

    .gallery_img {
        display: none
    }

    h1.section_header {
        font-size: 36px !important;
        line-height: 38px !important
    }

    footer .wrapper {
        padding: 62px 3px 0
    }

    footer .phone, .museum .phone_big {
        font-size: 44px;
        line-height: 48px;
        margin: 20px 3px;
        padding: 3px 20px;
        margin: 0 auto
    }

    .museum .phone_big {
        display: block
    }

    footer .logo {
        margin-left: 15px;
        height: 35px;
        float: left
    }

    footer .logo, footer .logo img {
        width: 42px;
        margin-right: 0
    }

    footer .email_box, footer .links {
        float: right;
        margin-right: 50px
    }

    .wrapper.slider_wrap {
        padding: 23px 0 60px
    }

    .slide img {
        width: 100%;
        height: auto
    }

    .collection_box {
        width: 250px;
        height: 280px;
        margin-right: auto;
        margin-left: auto
    }

    .collection_box .img_box {
        overflow: hidden
    }

    .collection_box .img_box img {
        width: 1192px;
        height: 280px
    }

    .collection_box .art_box {
        right: -20px
    }

    .slide {
        padding: 0 23px 23px
    }

    .slider {
        width: 275px;
        margin: 0 auto;
        float: none
    }

    .slider_nav a.prev {
        margin-left: -22px;
        overflow: hidden;
        width: 44px;
        height: 36px;
        background: url(../img/prev_mobile.png) no-repeat scroll 0 0
    }

    .slider_nav a.next {
        margin-right: -22px;
        overflow: hidden;
        width: 44px;
        height: 36px;
        background: url(../img/next_mobile.png) no-repeat scroll 0 0
    }

    .slider_nav a img {
        display: none
    }

    .slider_caption {
        max-width: 100% !important;
        margin-bottom: 50px
    }

    .slider_caption.pull-left {
        float: none;
        padding-left: 10px;
        padding-right: 10px
    }

    .slide h3 {
        font-size: 13px;
        line-height: 11px
    }

    .slider_caption h1.section_header {
        line-height: 46px !important
    }

    .slider_caption p {
        margin-top: 20px;
        margin-right: 0;
        font-size: 13px;
        line-height: 18px
    }

    .cyan_square .slider_caption p .btn_wrap {
        padding: 8px 10px 15px
    }

    .member a {
        display: block;
        width: 130px;
        margin: 0 auto;
        margin-top: 15px;
        margin-left: 135px
    }

    footer .social.p_show a {
        margin-right: 15px;
        margin-bottom: 15px
    }

    footer .social.p_show {
        text-align: left;
        padding-left: 20px
    }

    footer .copy {
        margin-top: 30px
    }

    .btn_cyan_40.lets_go {
        background: url(../img/btn_cyan_35.png) no-repeat scroll right center;
        font-size: 14px;
        line-height: 17px;
        padding: 9px 37px 9px 23px
    }

    .wrapper.collection, .wrapper.experience, .wrapper.shows, .wrapper.aboretum {
        padding: 55px 0 60px
    }

    .experience > h1, .shows > h1, .aboretum > h1, .wrapper.collection h1, .exhibit_view > h1 {
        padding: 0 20px 20px
    }

    .wrapper.collection h1 {
        margin-bottom: 75px
    }

    .slider_caption h1.section_header {
        font-size: 34px !important
    }

    .slider_wrap .slider {
        margin-top: 23px
    }

    .slider_caption p {
        padding: 10px
    }

    .slider_caption .btn_wrap {
        padding: 5px 10px 18px
    }

    .img_details {
        width: 317px
    }

    .img_details .color_box {
        width: 275px
    }

    .img_details .btn_box {
        width: 225px
    }

    .img_details .img_box {
        overflow: hidden
    }

    .img_details img {
        height: 220px;
        width: auto;
        margin-left: -321px;
        margin-top: -14px
    }

    footer .map {
        margin-top: 25px
    }

    footer .map .img_details .color_box {
        left: 0
    }

    footer .map .img_details .btn_box {
        left: 24px
    }

    footer .map .img_box {
        width: 210px;
        margin-left: 102px
    }
}

.bxsl .w25.m_hide,
.bxsl2 .w25.m_hide,
.bxsl22 .w25.m_hide,
.bxsl3 .w25.m_hide,
.bxsl1 .w25.m_hide {
    width: 100% !important
}

.bxsl,
.bxsl2,
.bxsl22,
.bxsl3,
.bxsl1 {
    user-select:none;
}

.noresult {
    background: red;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 50px
}

#exgib_slid1, #exgib_slid2, #exgib_slid3, #curnews_slid2 {
    padding: 0 !important
}

.wrapper.offset_top.center .bx-wrapper {
    background: none !important;
    border: 0 !important;
    box-shadow: none
}

#exgib_slid3.wrapper.offset_top.center .bx-wrapper {
    margin: 0 auto !important
}

#exgib_slid.wrapper.offset_top .w25 {
    margin-top: 0
}

.slideshow_slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto
}

.slideshow_slides {
    overflow: hidden;
    padding: 0
}

.line.red_square {
    z-index: 999
}

.home_page .line.red_square {
    z-index: 99
}

.banner_thumbs {
    z-index: 999
}

.slide_description {
    display: none;
    clear: left;
    text-align: left
}

.slide_descr_container .slide_description:first-child {
    display: block
}

.cycle-sentinel .slide_descr_container {
    display: none
}

.tab_item {
    display: inline-block;
    position: relative;
    width: auto;
    background: #fff;
    padding: 15px 60px 15px 20px;
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 26px;
    font-family: 'exo_2black_italic';
    margin-bottom: 22px;
    width: 430px
}

.tab_item.active {
    width: 445px;
    padding-right: 75px
}

.tab_item .tab_link {
    display: block;
    text-decoration: none;
    word-break: normal
}

.tab_item .tab_link::after {
    display: block;
    content: "+";
    font-size: 54px;
    font-family: 'exo_2medium';
    text-decoration: none;
    position: absolute;
    right: 16px;
    top: 13px;
    width: 30px;
    text-align: center
}

.tab_item.active .tab_link::after {
    content: "-";
    width: 30px;
    right: 31px
}

.tabs_container_mob {
    float: left;
    position: relative
}

.tabs_container_full {
    margin-left: 445px
}

.tab_content {
    display: none;
    font-family: 'exo_2medium';
    color: #242525;
    font-size: 18px;
    line-height: 22px;
    padding: 20px;
    background-color: #fff
}

.tabs_container_mob .tab_content {
    padding: 20px 0 0
}

.tabs_container_full .active {
    display: block
}

.tab_content h1 {
    color: #301166;
    font-family: "exo_2extra_bold_italic";
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 13px
}

.employment .tab_content ul, .faq .tab_content ul, .employment .tab_content ol, .faq .tab_content ol {
    padding-bottom: 15px;
    padding-left: 30px;
    list-style: inherit
}

.employment .tab_content ol, .faq .tab_content ol {
    list-style: decimal
}

.employment .tab_content ul li, .faq .tab_content ul li, .employment .tab_content ol li, .faq .tab_content ol li {
    padding-bottom: 5px
}

.employment .tab_content p, .faq .tab_content p {
    padding-bottom: 0
}

.employment .tab_content p.phone, .faq .tab_content p.phone {
    padding-top: 15px
}

.faq .tab_content p.phone {
    font-family: "exo_2medium_italic";
    color: #757A7A
}

.faq .tab_content p.phone a {
    color: #00AE9C;
    font-family: "exo_2bold";
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding-right: 13px;
    background: transparent url(../img/cyan_arrow_right.png) no-repeat scroll right center
}

.faq .tab_content p a {
    color: #00D4F2;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .minimal_slider .btn_border {
        top: 0
    }

    .tabs_container_mob {
        float: none
    }

    .tabs_container_full {
        display: none
    }

    .tab_item {
        width: 100% !important
    }

    .tab_item.active .tab_content {
        display: block
    }
}

.sposorimg {
    width: 200px
}

.img_box .c1, .img_box .c2, .img_box .c3, .img_box .c4 {
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    height: 280px;
    text-align: left
}

.img_box .c1, .img_box .c2, .img_box .c3 {
    border-right: 1px solid #000
}

.img_box .c1 {
    width: 46%
}

.img_box .c2, .img_box .c3, .img_box .c4 {
    width: 18%
}

.img_box .c1 img, .img_box .c2 img, .img_box .c3 img, .img_box .c4 img, .img_box .r1 img, .img_box .r2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.img_box .c1 img.active, .img_box .c2 img.active, .img_box .c3 img.active, .img_box .c4 img.active, .img_box .r1 img.active, .img_box .r2 img.active {
    z-index: 8
}

.img_box .r1, .img_box .r2 {
    width: 100%;
    height: 50%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.img_box .r1 img {
    bottom: 0;
    left: 0
}

.img_box .r2 img {
    top: 0;
    left: 0
}

.img_box .r1 {
    border-bottom: 1px solid #000
}

@media screen and (max-width: 1024px) {
    .img_box .c1, .img_box .c2, .img_box .c3, .img_box .c4 {
        height: 215px
    }
}

@media screen and (max-width: 768px) {
    .img_box .c1, .img_box .c2, .img_box .c3, .img_box .c4 {
        height: 155px
    }
}

@media screen and (max-width: 767px) {
    .book_desc .w25 h3 {
        padding-top: 20px
    }

    .book_desc .white_box {
        margin-bottom: 0
    }

    .book_slider .floor_description p {
        left: 0;
        bottom: 0
    }

    .home_page .experience .img_details {
        margin-top: 0
    }

    .wrapper.offset_top .mus_butns {
        padding-bottom: 65px
    }

    .img_box .c2 {
        height: 280px;
        width: 100%
    }

    .img_box .c1 img {
        width: auto
    }

    .img_box .c1, .img_box .c3, .img_box .c4 {
        display: none
    }
}

.collection_box .art_box {
    z-index: 9
}

.white_box img {
    max-width: 100%
}

.sposortext {
    color: #000;
    line-height: 27px
}

.img_fpo {
    position: absolute;
    top: 100%;
    left: 30%;
    font-size: 30px;
    color: green;
    font-weight: 900
}

#sec_grey {
    position: relative
}

#slide_descr_grey, .slid_descr_text {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1001;
    bottom: 35px;
    line-height: 20px;
    font-size: 14px;
    color: #757a7a;
    padding: 7px 20px;
    left: 0;
    font-family: 'exo_2bold_italic'
}

.emergency_closing p {
    background: #f01832;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'exo_2extra_bold';
    text-shadow: 1px 1px 0 rgba(176, 0, 21, 1);
    margin-bottom: -2px;
    padding: 17px
}

.sprite_animation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.sprite_set {
    display: none;
    width: 1600px;
    height: 100%;
    margin-left: -800px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden
}

.sprite_set.flipped {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.sprite_set img {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 1610px) {
    .sprite_set {
        width: 100%;
        margin: 0;
        left: 0
    }
}

.home_banner.gray_dash .bx-wrapper {
    margin: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    background: transparent
}

.arbo_center {
    display: inline-block !important;
    float: none !important
}

.arbo_conteiner {
    text-align: center !important
}

@media screen and (max-width: 640px) {
    .featured_ex #exgib_slid_control {
        z-index: 1
    }

    .current_news {
        padding-top: 25px !important
    }

    .clifford_mobile {
        display: block
    }

    .slideshow, .slideshow_slide {
        width: 100%
    }

    .slideshow_slide img {
        width: 100%;
        height: auto
    }

    .home_banner img.clifford {
        height: 450px;
        width: auto
    }

    .home_page .black_dash .bx-wrapper {
        margin-top: 0
    }

    .home_page #exgib_slid {
        padding-top: 0
    }

    .home_page .museum_news.event {
        display: block;
        top: 3px;
    }

    .access_wrapper {
        padding: 0
    }
}

.h35 {
    height: 35px
}

.privacy h4 {
    font-family: 'exo_2bold';
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px
}

.privacy p {
    font-family: 'exo_2medium';
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px
}

.unic_pdf {
    padding-right: 33px;
    background: transparent url(../img/unic_pdf.png) no-repeat scroll right top
}

@media screen and (max-width: 767px) {
    .tab_item.active .tab_link::after {
        right: 17px
    }

    .tabs_container_mob a {
        word-break: break-all
    }

    .home_banner.gray_dash {
        overflow: visible
    }

    .home_page .home_banner.gray_dash {
        overflow: hidden
    }

    .btn_border {
        top: 0
    }

    .btn_black_35.btn_prev {
        left: 10px
    }

    .btn_black_35.btn_next {
        right: 10px
    }

    .no_gallery .event_desc .banner_desc {
        margin-top: -85px
    }
}

.minimal_slider {
    z-index: 999
}

.minimal_slider .slider_nav {
    display: block;
    height: 36px;
    background: url(../img/red_square.png) repeat scroll 0 0;
    position: relative
}

.minimal_slider .banner_thumbs, .minimal_slider .line.red_square {
    display: none
}

.minimal_slider .slider_nav a.prev, .minimal_slider .slider_nav a.next {
    display: block;
    margin: 0
}

.minimal_slider .bottom_btns {
    display: block
}

.minimal_slider #slide_descr_grey, .minimal_slider .slid_descr_text {
    bottom: 0
}

.minimal_slider + .black_square .line.red.top {
    display: none
}

.red_alert {
    text-align: center;
    background-color: red;
    padding: 20px
}

.black_square.book_inquire .white_box_book_mh h2, .black_square.book_inquire .white_box_book_mh p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.black_square.book_inquire .white_box_book_mh p {
    margin-bottom: 20px !important;
}
.black_square.book_inquire .white_box_book_mh p:last-of-type {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 375px) {
    footer .email_box, footer .links {
        width: 60%
    }
}

.velvet_dash .line.red {
    height: auto;
    position: static
}
.velvet_dash.rec_news .line.red {
    height: 35px;
    position: absolute;
}

.home_page section.cyan_dot {
    padding-bottom: 70px
}

.wrapper100 {
    position: relative
}

header .wrapper100 .logo {
    position: relative;
    z-index: 999
}

#spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .75)
}

#spinner i, #spinner img {
    display: block;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/spinner.png) center no-repeat;
    animation: spinner 1s linear infinite;
    -webkit-animation: spinner 1s linear infinite
}

#spinner img {
    background: none;
    border: 0
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

header .top_line .wrapper .pull_right {
    float: none
}

@media screen and (max-width: 767px) {
    .home_page section.home_banner {
        /*display: none*/
    }

    .home_page .featured_ex .wrapper {
        padding-top: 0
    }
}

.w25.m_center.arbo_center {
    width: 24%
}

.SlectBox {
    width: 200px;
    padding: 5px 8px
}

.SelectClass {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: 0 0 2px #7799D0;
    border-color: #7799D0
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url(http://www.readingpublicmuseum.org/css 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.SumoSelect > .optWrapper {
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -100;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect > .optWrapper.open {
    top: 35px;
    visibility: visible;
    opacity: 1;
    z-index: 1000
}

.SumoSelect > .optWrapper > .options {
    list-style: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: auto;
    border-radius: 2px
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect > .optWrapper > .options > li {
    padding: 6px;
    margin: 0;
    border-bottom: 1px solid #F3F3F3;
    position: relative
}

.SumoSelect > .optWrapper > .options > li:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper > .options > li:last-child {
    border-bottom: none;
    border-radius: 0 0 2px 2px
}

.SumoSelect > .optWrapper > .options > li:hover {
    background-color: #E4E4E4
}

.SumoSelect > .optWrapper > .options > li.sel {
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper > .options > li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect > .optWrapper > .options > li span {
    display: none
}

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect > .optWrapper > .options > li.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect > .optWrapper > .options > li.disabled * {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect > .optWrapper.multiple > .options > li {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect > .optWrapper.multiple > .options > li span, .SumoSelect .select-all > span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect > .optWrapper.multiple > .options > li span i, .SumoSelect .select-all > span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
    margin: 0
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect > .optWrapper.isFloating > .options > li {
    padding: 12px 6px
}

.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
    padding-left: 35px
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect > .optWrapper.multiple > .options > li.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px
}

.SumoSelect .select-all > span i {
    cursor: pointer
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc
}

.SumoSelect > .optWrapper > .options > li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

@media screen and (max-width: 640px) {
    #nav .SumoSelect p span {
        font-size: 21px;
        line-height: 26px
    }
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/bxslider/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    background: url(../img/btn_black_35_left.png) no-repeat scroll left center transparent;
    position: absolute;
    left: 0;
    top: 66px;
    width: 121px;
    height: 35px;
    padding: 9px 36px 9px 50px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/btn_black_35.png) no-repeat scroll right center;
    position: absolute;
    right: 0;
    top: 66px;
    width: 121px;
    height: 35px
}

.bx-controls-direction {
    padding: 16px 0 65px;
    position: relative;
    z-index: 1
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.disabled {
    pointer-events: none
}

.btn-prev[aria-disabled="true"],
.btn-next[aria-disabled="true"],
.bx-controls-direction [aria-disabled="true"],
.bx-controls-direction .disabled {
    visibility: hidden
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.bx-controls, .bx-controls-direction, .bx-controls-direction > div {
    position: relative
}

.bx-controls .btn_border, .bx-controls .btn_border_left, .bx-controls .bx-next, .bx-controls .bx-prev {
    top: 0
}

@font-face {
    font-family: 'exo_2bold';
    src: url(http://www.readingpublicmuseum.org/css 'fonts/exo2/exo2-bold-webfont.eot');
    src: url(fonts/exo2/exo2-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-bold-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-bold-webfont.woff) format("woff"), url(fonts/exo2/exo2-bold-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-bold-webfont.svg#exo_2bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2semi_bold';
    src: url(fonts/exo2/exo2-semibold-webfont.eot);
    src: url(fonts/exo2/exo2-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-semibold-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-semibold-webfont.woff) format("woff"), url(fonts/exo2/exo2-semibold-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-semibold-webfont.svg#exo_2semi_bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2extra_bold';
    src: url(fonts/exo2/exo2-extrabold-webfont.eot);
    src: url(fonts/exo2/exo2-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-extrabold-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-extrabold-webfont.woff) format("woff"), url(fonts/exo2/exo2-extrabold-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-extrabold-webfont.svg#exo_2extra_bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2medium';
    src: url(fonts/exo2/exo2-medium-webfont.eot);
    src: url(fonts/exo2/exo2-medium-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-medium-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-medium-webfont.woff) format("woff"), url(fonts/exo2/exo2-medium-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-medium-webfont.svg#exo_2medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2black_italic';
    src: url(fonts/exo2/exo2-blackitalic-webfont.eot);
    src: url(fonts/exo2/exo2-blackitalic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-blackitalic-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-blackitalic-webfont.woff) format("woff"), url(fonts/exo2/exo2-blackitalic-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-blackitalic-webfont.svg#exo_2black_italic) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2regular';
    src: url(fonts/exo2/exo2-regular-webfont.eot);
    src: url(fonts/exo2/exo2-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-regular-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-regular-webfont.woff) format("woff"), url(fonts/exo2/exo2-regular-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-regular-webfont.svg#exo_2regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2extra_bold_italic';
    src: url(fonts/exo2/exo2-extrabolditalic-webfont.eot);
    src: url(fonts/exo2/exo2-extrabolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-extrabolditalic-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-extrabolditalic-webfont.woff) format("woff"), url(fonts/exo2/exo2-extrabolditalic-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-extrabolditalic-webfont.svg#exo_2extra_bold_italic) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2bold_italic';
    src: url(fonts/exo2/exo2-bolditalic-webfont.eot);
    src: url(fonts/exo2/exo2-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-bolditalic-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-bolditalic-webfont.woff) format("woff"), url(fonts/exo2/exo2-bolditalic-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-bolditalic-webfont.svg#exo_2bold_italic) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2medium_italic';
    src: url(fonts/exo2/exo2-mediumitalic-webfont.eot);
    src: url(fonts/exo2/exo2-mediumitalic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-mediumitalic-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-mediumitalic-webfont.woff) format("woff"), url(fonts/exo2/exo2-mediumitalic-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-mediumitalic-webfont.svg#exo_2medium_italic) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'exo_2black';
    src: url(fonts/exo2/exo2-black-webfont.eot);
    src: url(fonts/exo2/exo2-black-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/exo2/exo2-black-webfont.woff2) format("woff2"), url(fonts/exo2/exo2-black-webfont.woff) format("woff"), url(fonts/exo2/exo2-black-webfont.ttf) format("truetype"), url(fonts/exo2/exo2-black-webfont.svg#exo_2black) format("svg");
    font-weight: 400;
    font-style: normal
}

#nav > li {
    height: 50px
}

.SlectBox {
    width: auto;
    padding: 5px 0
}

.SumoSelect > .CaptionCont {
    font-size: 26px;
    line-height: 34px;
    font-family: 'exo_2extra_bold';
    color: #fff;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #00edd4 !important;
    border-radius: 0;
    cursor: pointer
}

.SumoSelect > .CaptionCont > label {
    width: 16px;
    pointer-events: none
}

.SumoSelect > .CaptionCont > label > i {
    background: url(/img/nav_arrow.png) center no-repeat
}

.SumoSelect > .CaptionCont > span {
    cursor: pointer
}

.SumoSelect > .optWrapper {
    width: 320px;
    padding: 20px 0 5px 15px;
    left: -45px;
    top: 55px;
    background: url(/img/black_dash.png) 0 0;
    border: 0;
    box-shadow: none
}

.SumoSelect > .optWrapper > .options > li {
    width: 250px;
    padding: 5px 0 13px !important;
    font-size: 26px;
    line-height: 30px;
    font-family: 'exo_2extra_bold';
    color: #fff;
    border: 0;
    border-radius: none
}

.SumoSelect > .optWrapper.open {
    top: 50px
}

.SumoSelect > .optWrapper > .options > li:hover {
    background: none
}

.SumoSelect > .optWrapper > .options > li label {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.SumoSelect > .optWrapper > .options > li:hover label {
    color: #00edd4;
    border-bottom: 1px solid #00edd4 !important
}

.SumoSelect > .optWrapper > .options > li.selected {
    display: none
}

.banner_desc p, .banner_desc_news p, .banner_desc_museum p {
    text-transform: uppercase
}

.banner_desc p.event_date, .banner_desc_news p.event_date, .banner_desc_museum p.event_date {
    text-transform: none;
    padding-right: 20px
}

.wrapper.offset_top .w25 {
    height: 431px
}
@media screen and (max-width: 767px) {
    .wrapper.offset_top .w25 {
        height: 431px;
        margin-bottom: 1px;
    }
}

#nav .SumoSelect > .optWrapper {
    padding: 45px 10px 5px 45px
}

.bx-viewport .w25 {
    overflow: hidden
}

.bx-viewport .w25 img {
    height: 100%;
    width: auto;
    min-width: 313px
}

.white_box .quote h1:before, .book_reviews .quote h1:before {
    /*display:none;*/
    content: '“';
}



/* ADD-ON STYLES */
.news-archive-groups {
    list-style-type: none;
    padding: 60px 0;
}

.news-archive-groups .year-container {
    /*background-color: rgba(0, 121, 0, 0.5);*/
    margin: 0 auto 40px auto;
    padding: 0 0 0 0;
    display: block;
    clear: both;
    position: relative;
}

.news-archive-groups .year-container h3.year-heading {
    font-family: 'exo_2bold_italic';
    font-size: 32px;
    line-height: 1;
    color: #00d4f2;
    margin: 0 0 12px 0;
}

.news-archive-groups .year-container .year-container-group {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    position: relative;
    clear: both;
}

.news-archive-groups .year-container .news-group {
    padding: 0 !important;
}

.news-archive-groups .year-container .year-container-group .year-group-item {
    vertical-align: top;
    white-space: normal;
    height: 431px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.news-archive-groups .year-container .year-container-group .year-group-item .w25 {
    width: auto;
    min-width: 320px;
    float: none;
}

.news-archive-groups .year-container .year-container-group .year-group-item img {
    width: auto;
    min-width: 313px;
    height: 100%;
    display: block;
    position: relative;
}

.slider-controls {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.slider-controls .btn_border {
    top: 0;
}
.slider-controls .btn_border_left {
    top: 0;
}

.slider-controls .btn-prev,
.slider-controls .btn-next {
    width: 121px;
    position: relative;
}

.slider-controls .btn-prev[disabled],
.slider-controls .btn-next[disabled] {
    display: none;
}

.slider-controls .btn_group.left[aria-disabled="true"],
.slider-controls .btn_group.right[aria-disabled="true"] {
    display: none;
}

.slider-controls .bx-prev {
    background: url(../img/btn_black_35_left.png) no-repeat scroll left center transparent;
    position: absolute;
    left: 0;
    width: 121px;
    height: 35px;
    padding: 9px 36px 9px 50px;
}


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

    .news-archive-groups .year-container {
        width: 320px !important;
    }

}

@media screen and (max-width: 1023px) and (min-width: 767px) {

    .news-archive-groups .year-container .year-container-group .year-group-item .w25 {
        height: 300px !important;
    }

}



