/*
Theme Name:	Madison Children's Museum
Theme URI:		http://madisonchildrensmuseum.org
Version:       2.0
Author:        KW2
Author URI:	http://kw2ideas.com
*/

/*  =========================================================================
    External Fonts
    ========================================================================= */
    @import url("//hello.myfonts.net/count/283b62");
    
    @font-face {
        font-family:'Avenir';
        src:url('fonts/avenir-heavy.eot');
        src:url('fonts/avenir-heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/avenir-heavy.woff') format('woff'),
        url('fonts/avenir-heavy.ttf') format('truetype'),
        url('fonts/avenir-heavy.svg#svgFontName') format('svg');
    }

    @font-face {
        font-family:'Mathlete';
        src:url('fonts/mathlete-skinny.eot');
        src:url('fonts/mathlete-skinny.eot?#iefix') format('embedded-opentype'),
            url('fonts/mathlete-skinny.woff') format('woff'),
            url('fonts/mathlete-skinny.ttf') format('truetype'),
            url('fonts/mathlete-skinny.svg#svgFontName') format('svg');
    }

/*  =========================================================================
    HTML5 Boilerplate CSS
    ========================================================================= */
    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; }
    audio, canvas, video { display:inline-block; *display:inline; *zoom:1; }
    audio:not([controls]) { display:none; }
    [hidden] { display:none; }

    html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
    html, button, input, select, textarea { font-family:'Arial',sans-serif; font-weight:normal; font-style:normal; color:#2e2e2f; }
    body { margin:0; font-size:1em; line-height:1.4em; }

    h1, h2, h3, h4, h5 { padding:0; margin:0; }

    a { color:#849f3f; text-decoration:none; }
    a:hover { color:#f79d44; }
    a:hover, a:focus, a:active { outline:0; border:none; }

    p { padding:0; margin:0 0 15px 0; }
    b, strong { font-weight:bold; }
    blockquote { margin:1em 40px; }
    dfn { font-style:italic; }
    hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
    ins { background:#ff9; color:#000; text-decoration:none; }
    mark { background:#ff0; color:#000; font-style:italic; font-weight:bold; }
    pre, code, kbd, samp { font-family:monospace, serif; _font-family:'courier new', monospace; font-size:1em; }
    pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }
    q { quotes:none; }
    q:before, q:after { content:""; content:none; }
    small { font-size:85%; }

    sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
    sup { top:-0.5em; }
    sub { bottom:-0.25em; }

    ul, ol { margin:0; padding:0; }
    dd { margin:0 0 0 40px; }

    img { border:0; -ms-interpolation-mode:bicubic; vertical-align:middle; }
    img.full { width:100%; }

    svg:not(:root) { overflow:hidden; }

    figure { margin:0; }

    form { margin:0; }
    fieldset { border:0; margin:0; padding:0; }
    label { cursor:pointer; }
    legend { border:0; *margin-left:-7px; padding:0; white-space:normal; }
    button, input, select, textarea { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle; }
    button, input { line-height:normal; }
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; *overflow:visible; }
    button[disabled], input[disabled] { cursor:default; }
    input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; *width:13px; *height:13px; }
    input[type="search"] { -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance:none; }
    button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
    textarea { overflow:auto; vertical-align:top; resize:vertical; }
    input:valid, textarea:valid {  }
    input:invalid, textarea:invalid { background-color:#f0dddd; }

    table { border-collapse:collapse; border-spacing:0; }
    td { vertical-align:top; }

    .chromeframe { margin:0.2em 0; background:#ccc; color:black; padding:0.2em 0; }

/* ==========================================================================
    Primary Structure
    ========================================================================= */
    * { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
    html { width:100%; height:100%; font-size:62.5%; background-color:#fff; color:#2e2e2f; }
    body { width:100%; height:100%; position:relative; font-size:12px; font-size:1.6rem; line-height:20px; line-height:2.3rem; letter-spacing:0em; margin:0; padding:0; }

    .main { clear:both; background:#fdfdfd url('img/texture-lighttile.png'); }
    .vise { clear:both; width:960px; padding:0 10px; margin:0 auto; }

    .col.sidenav { float:left; width:20%; background:#bac139 url('img/texture-greentile.png') repeat-y top center; padding:0; margin:0 0 20px 0; border-top:5px solid #bac139; }
    .col.body { float:left; width:80%; background-color:#fff; padding:25px; -moz-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); -webkit-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); margin-bottom:20px; }
    .col.sidebar { float:left; width:24%; margin-bottom:20px; }
    .col.sidebar .box { clear:both; float:right; width:92%; background-color:#fff; padding:15px 15px 0px 15px; -moz-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); -webkit-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); margin-bottom:20px; }
    .col.fullleft { float:left; width:76%; }
    .col.fullleft ul,
    .col.fullleft ol { padding-left:20px; }
    .col.fullleft ul.sidenav,
    .col.fullleft ul.children { padding-left:0; }

/*  =========================================================================
    Modular Elements
    ========================================================================= */
    h1 { color:#e47323; font-family:'Avenir','Arial',sans-serif; font-size:35px; font-size:3.5rem; line-height:38px; line-height:3.8rem; margin-bottom:15px; }
    h2 { color:#e47323; font-size:18px; font-size:2.4rem; line-height:20px; line-height:2.4rem; margin-bottom:10px; }
    h3 { color:#e47323; font-size:1.8rem; margin-bottom:5px; }
    h4 { color:#e47323; font-size:1.2rem; margin-bottom:3px; }^M
    strong { color:#e47323; font-weight:bold; }

    .button { display:block; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2rem; line-height:52px; height:52px; letter-spacing:0em; color:#fff; -moz-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); background-color:#849F3F; background-image:linear-gradient(bottom, #849F3F 50%, #849F3F 100%); background-image:-o-linear-gradient(bottom, #849F3F 50%, #849F3F 100%); background-image:-moz-linear-gradient(bottom, #849F3F 50%, #849F3F 100%); background-image:-webkit-linear-gradient(bottom, #849F3F 50%, #849F3F 100%); background-image:-ms-linear-gradient(bottom, #849F3F 50%, #849F3F 100%); background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5, #849F3F),color-stop(1, #849F3F)); border:none; }
    .button:hover { color:#fff; background-color:#c2e16d; background-image:linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-o-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-moz-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-ms-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #B6BD38), color-stop(1, #C2CB46)); }
    .button.backless { color:#4e4b4c; text-align:left; background:transparent; background-image:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; line-height:42px; height:42px; }
    a.button.backless:hover { color:#82a03e; }

    ::-webkit-input-placeholder { font-style:italic; font-weight:bold; color:#999; }
    :-moz-placeholder { font-style:italic; font-weight:bold; color:#999; }
    ::-moz-placeholder { font-style:italic; font-weight:bold; color:#999; }
    :-ms-input-placeholder { font-style:italic; font-weight:bold; color:#999; }

    .rule.brick { width:100%; height:30px; background:#fff url('img/texture-brick.png'); -moz-box-shadow:4px 4px 5px rgba(0,0,0,0.17); -webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.17); box-shadow:4px 4px 5px rgba(0,0,0,0.17); }
    hr { background-image:url('img/rule-horizontal.png'); border:medium none; height:3px; margin-bottom:25px; margin-top:25px; }
    .body ul, .body ol { margin:0 0 15px 25px; }


    .eventlink { display:block; font-size:12px; font-size:1.2rem; line-height:22px; line-height:2.2rem; color:#333; padding:10px; }
    .eventlink .title { color:#7a5287; font-weight:bold; }
    .eventlink .time { font-weight:bold; }
    a:hover .eventlink,
    a:hover.eventlink { background-color:#eee; color:#333; -moz-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); }
    a:hover .eventlink .title,
    a:hover.eventlink .title { color:#f79d44 }

    .eventinfo { clear:both; padding-bottom:15px; }
    .eventinfo .image { width:25%; float:left; }
    .eventinfo .image img { width:100%; height:auto; }
    .eventinfo .description { width:70%; float:right; }
    .eventinfo .description.full { width:100%; float:none; }
    .eventinfo .description h2 { margin-bottom:0; }
    .eventinfo .description p.date { font-weight:bold; margin-bottom:0; color:#7a5287; }

    #marquee-thumbnails .itemwindow { position:relative; background-color:#fff; -moz-box-shadow:inset 4px 4px 5px rgba(0,0,0,0.17); -webkit-box-shadow:inset 4px 4px 5px rgba(0,0,0,0.17); box-shadow:inset 4px 4px 5px rgba(0,0,0,0.17); overflow:hidden; }
    #marquee-thumbnails .itemwindow a.arrow { position:absolute; top:0; width:60px; height:130px; }
    #marquee-thumbnails .itemwindow a.arrow.left { left:0; }
    #marquee-thumbnails .itemwindow a.arrow.left div { position:absolute; width:20px; height:20px; top:50%; left:50%; margin:-10px 0 0 -10px; background-image:url('img/button-arrow-sprite.png'); background-repeat:no-repeat; background-position:top left; }
    #marquee-thumbnails .itemwindow a:hover.arrow.left div { background-position:bottom left; }
    #marquee-thumbnails .itemwindow a.arrow.right { right:0; }
    #marquee-thumbnails .itemwindow a.arrow.right div { position:absolute; width:20px; height:20px; top:50%; left:50%; margin:-10px 0 0 -10px; background-image:url('img/button-arrow-sprite.png'); background-repeat:no-repeat; background-position:top right; }
    #marquee-thumbnails .itemwindow a:hover.arrow.right div { background-position:bottom right; }
    #marquee-thumbnails .itemwindow .itemlist { width:99999px; padding:15px 0 15px 15px; }
    #marquee-thumbnails .itemwindow .itemlist a.item { position:relative; float:left; width:250px; height:100px; margin-right:15px; overflow:hidden;}
    #marquee-thumbnails .itemwindow .itemlist a.item .screen { display:none; position:absolute; top:0; left:0; width:250px; height:100px; background-color:rgba(0,0,0,0.6); }
    #marquee-thumbnails .itemwindow .itemlist a:hover.item .screen { display:block; }
    #marquee-thumbnails .itemwindow .itemlist a.item .screen .caption { position:absolute; bottom:0; color:#fff; padding:10px; }
    #marquee-thumbnails .itemwindow .itemlist a.item .screen .caption h2,
    #marquee-thumbnails .itemwindow .itemlist a.item .screen .caption p { color:#fff; margin-bottom:0; }

    .form-required { float:right; padding:10px 25px 0 0; }
    .form-required span { line-height:16px; color:#000000; }
    form.wpcf7-form { width:110%; margin-left:-25px; }
    form.wpcf7-form .box { width:100%; padding-top:35px; }
    form.wpcf7-form input.button { border:medium none; display:block; margin:0 auto; position:relative; top:20px; padding:0 20px; }
    form.wpcf7-form .containter-button-submit { height:70px; margin-bottom:0 !important; }
    form.wpcf7-form input[type="text"],
    form.wpcf7-form input[type="email"],
    form.wpcf7-form input[type="tel"],
    form.wpcf7-form input[type="date"],
    form.wpcf7-form textarea,
    form.wpcf7-form select { padding-left:5px; font-size:14px; width:100%; -webkit-box-shadow:inset 2px 2px 3px 3px rgba(212, 212, 212, .3); box-shadow:inset 2px 2px 3px 3px rgba(212, 212, 212, .3); background:#fff; border:none; }
    form.wpcf7-form input[type="text"],
    form.wpcf7-form input[type="email"],
    form.wpcf7-form input[type="tel"],
    form.wpcf7-form input[type="date"],
    form.wpcf7-form select { height:30px; }
    form.wpcf7-form textarea,
    form.wpcf7-form select { padding-top:5px }
    form.wpcf7-form select { width:110%; background:transparent; }
    form.wpcf7-form .styled-select { overflow:hidden; width:100%; background:url(img/down-arrow-select-input.jpg) no-repeat right #fff; }
    form.wpcf7-form input[type="text"].wpcf7-not-valid,
    form.wpcf7-form input[type="email"].wpcf7-not-valid,
    form.wpcf7-form input[type="tel"].wpcf7-not-valid,
    form.wpcf7-form textarea.wpcf7-not-valid { border:2px solid #f49e34; }
    form.wpcf7-form .element{ display:block; margin:0 auto; margin-bottom:20px; width:80%; }
    form.wpcf7-form label { color:#e47323; font-weight:bold; display:block; text-align:left; padding-bottom:10px; padding-top:5px; }
    form.wpcf7-form .wpcf7-not-valid-tip-no-ajax { color:#f49e34; padding-left:5px; font-weight:700; font-style:italic; display:block; }
    form.wpcf7-form span.required { color:#000000; }
    form.wpcf7-form .submit { width:100%; background-color:transparent; text-align:center; padding:25px; }
    form.wpcf7-form .submit input[type="submit"] { display:block; font-family:'Avenir','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2.2rem; line-height:52px; height:52px; color:#fff; -moz-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); background-color:#849f3f; background-image:linear-gradient(bottom, #849f3f 50%, #849f3f 100%); background-image:-o-linear-gradient(bottom, #849f3f 50%, #849f3f 100%); background-image:-moz-linear-gradient(bottom, #849f3f 50%, #849f3f 100%); background-image:-webkit-linear-gradient(bottom, #849f3f 50%, #849f3f 100%); background-image:-ms-linear-gradient(bottom, #849f3f 50%, #849f3f 100%); background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5, #849f3f),color-stop(1, #849f3f)); border:none; width:200px; margin:0 auto; }
    form.wpcf7-form .submit input[type="submit"]:hover { color:#fff; background-color:#b6bd38; background-image:linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-o-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-moz-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-ms-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #B6BD38), color-stop(1, #C2CB46)); }
    .wpcf7-response-output { color:#fff; background-color:#f49e34; padding:5px 10px; }
    .wpcf7-response-output.wpcf7-display-none { display:none; }



    #frame-form .fsPage { width:100%; }
    #frame-form .fsBody { margin:0; }
    #frame-form .fsForm { border:none; margin:0; }
    #frame-form .fsForm input { -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; }
    #frame-form .fsFieldFocused { background-color:transparent; }
    #frame-form .fsForm .fsPage label { display:none; }
    #frame-form .fsForm .fsRowBody { padding:0; }
    #frame-form .fsForm .fsRowBody input[type=text],
    #frame-form .fsForm .fsRowBody input[type=email] { width:100%; max-width:100%; font-family:'Arial',sans-serif; color:#2e2e2f; font-size:12px; font-size:1.2rem; font-weight:normal;  background-image:none; padding:5px; border:1px solid #999; margin:0 0 10px 0; }
    #frame-form .fsForm .fsSubmit { background-color:#fff; padding:0; margin:0; }
    #frame-form .fsForm .fsSubmit input[type=submit] { display:block; width:100%; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2.8rem; line-height:52px; height:52px; letter-spacing:0.1em; color:#fff; -moz-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); background-color:#7a5287; background-image:linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-o-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-moz-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-webkit-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-ms-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5, #7A5287),color-stop(1, #825c8f)); border:none; }
    #frame-form .fsForm .fsSubmit input[type=submit]:hover { color:#fff; background-color:#b6bd38; background-image:linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-o-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-moz-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-ms-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #B6BD38), color-stop(1, #C2CB46)); }
    #frame-form .fsForm div.fsError { border:none; background-color:#f79d44; color:#fff; margin:10px 0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; }
    #frame-form .fsForm .fsRowBody.fsValidationError { background-color:transparent !important; }
    #frame-form .fsForm .fsValidationError input { border:1px solid #f79d44; }

/*  =========================================================================
    Layout Specific
    ========================================================================= */  
    .header { padding-top:30px; }
    .header .logo { float:left; width:310px; height:43px; margin-left:-10px; padding-top:5px; }
    .header .logo h1 { display:none; }
    .header .upper { float:right; padding-top:16px; }
    .header .upper .menu-utility-navigation-container { float:left; margin-right:10px; }
    .header .upper .menu-utility-navigation-container ul { list-style:none; list-style-image:none; margin:0; padding:0; }
    .header .upper .menu-utility-navigation-container ul li { float:left; }
    .header .upper .menu-utility-navigation-container ul li a { display:block; font-family:'Avenir','Arial',sans-serif; font-size:14px; font-size:1.4rem; line-height:14px; color:#4e4b4c; text-transform:lowercase; padding:10px 10px; }
    .header .upper .menu-utility-navigation-container ul li a:hover { color:#f79d44; background-color:#eee; }
    /*.header .upper .menu-utility-navigation-container ul li.current-menu-item a { font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; font-size:22px; font-size:2.2rem; letter-spacing:0.05em; background-color:#f79d44; color:#fff; -moz-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); }*/
    .header .upper .search-form { position:relative; background-color:#fff; float:right; width:160px; height:32px; border:1px solid #ccc; }
    .header .upper .search-form input[type=search] { position:absolute; z-index:9; left:0; width:140px; font-size:14px; font-size:1.4rem; height:30px; line-height:30px; font-style:none; background-image:transparent url('img/blank.gif'); padding:0 5px; border:0; border-color:transparent; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=false,ShadowOpacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=false,ShadowOpacity=0)"; zoom: 1; }
    .header .upper .search-form input[type=search]:hover,
    .header .upper .search-form input[type=search]:focus,
    .header .upper .search-form input[type=search]:active { outline:0 !important; border:0; border-color:transparent; }
    .header .upper .search-form input[type=submit] { position:absolute; z-index:10; right:0px; background:transparent url('img/icon-search.png') no-repeat center center; cursor:pointer; width:30px; height:30px; border:none; }
    .header .fill { clear:both; width:100%; height:30px; }
    .header .alert { clear:both; padding:15px 0; }
    .header .alert .box { color:#4e4b4c; background-color:#ffbe00; padding:5px 10px; }
    .header .alert .box p { margin:0; }
    .header .alert .box h4 { color:#4e4b4c; }
    .header .alert .box a { color:#4e4b4c; text-decoration:underline; }
    .header .hours { clear:right; float:right; font-family:'Avenir','Arial',sans-serif; font-size:14px; font-size:1.4rem; line-height:38px; color:#f79d44;  }
    .header #main-nav { clear:left; float:left; position:relative; list-style:none; list-style-image:none; padding:0; margin:0; }
    .header #main-nav li { float:left; }
    .header #main-nav li a { display:block; font-family:'Avenir','Arial',sans-serif; font-size:18px; font-size:1.8rem; line-height:18px; color:#4e4b4c; text-transform:lowercase; padding:10px 15px; }
    .header #main-nav li a:hover { color:#f79d44; background-color:#eee; }
    .header #main-nav li.current_page_item > a,
    .header #main-nav li.current_page_ancestor > a { font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; font-size:30px; font-size:2.0rem; line-height:30px; line-height:3.0rem; letter-spacing:0em; background-color:#f79d44; color:#fff; -moz-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); padding:4px 15px; }
    .header #main-nav li:hover > a { color:#f79d44; background-color:#eee; }
    .header #main-nav li:hover ul { display:block; list-style:none; list-style-image:none; margin:0; padding:0; }
    .header #main-nav ul { display:none; position:absolute; width:200px; background-color:#fff; border-top:5px solid #f79d44; z-index:100000;  -moz-box-shadow:8px 8px 8px rgba(0,0,0,0.17); -webkit-box-shadow:8px 8px 8px rgba(0,0,0,0.17); box-shadow:8px 8px 8px rgba(0,0,0,0.17); }
    .header #main-nav ul li { float:none; }
    .header #main-nav ul li a { font-family:'Avenir','Arial',sans-serif; font-size:14px; font-size:1.4rem; line-height:14px; color:#424242; }

    .mobile-header { display:none; width:100%; }
    .mobile-header .logo { float:left; width:255px; padding:10px;}
    .mobile-header .logo img { width:100%; height:auto; }
    .mobile-header .hours { font-family:'Avenir','Arial',sans-serif; text-align:center; font-size:13px; font-size:1.3rem; line-height:48px; color:#f79d44; }
    .mobile-header .menu-toggle { float:right; display:block; width:50px; height:40px; }
    .mobile-header .menu-toggle div { width:50px; height:40px; background-image:url('img/menu-toggle-sprite.png'); background-repeat:no-repeat; background-position:center top; background-size:50px 80px; margin-top:7px; }
    .mobile-header .menu-toggle.on div { background-position:center bottom; }
    .mobile-header .menu-window { display:none; position:absolute; width:100%; height:200%; overflow-x:hidden; overflow-y:visible; }
    .mobile-header .alert { clear:both; padding:15px 0; }
    .mobile-header .alert .box { color:#4e4b4c; background-color:#ffbe00; padding:5px 10px; }
    .mobile-header .alert .box p { margin:0; }
    .mobile-header .alert .box a { color:#4e4b4c; text-decoration:underline; }
    .mobile-header .menu {  position:absolute; z-index:150; width:300%; }    
    .mobile-header .menu .tier-1 li.search { background-color:#eee; padding:10px; }
    .mobile-header .menu .tier-1 li.search .search-form { width:100%; background-color:#fff; height:50px; -moz-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); }
    .mobile-header .menu .tier-1 li.search .search-form input[type=search] { float:left; width:75%; font-size:14px; font-size:1.4rem; line-height:1.4; font-style:italic; background:transparent; padding:15px 8px; border:none; }
    .mobile-header .menu .tier-1 li.search .search-form input[type=submit] { float:right; background:transparent url('img/icon-search.png') no-repeat center center; cursor:pointer; width:20%; height:50px; border:none; }
    .mobile-header .menu .tier-1,
    .mobile-header .menu .tier-2,
    .mobile-header .menu .tier-3 { float:left; width:33.333333%; position:relative; }
    .mobile-header .menu .tier-2,
    .mobile-header .menu .tier-3 { height:48px; }
    .mobile-header .menu .tier-1,
    .mobile-header .menu .tier-1 li { position:relative; list-style:none; list-style-image:none; margin:0; padding:0; }
    .mobile-header .menu .tier-1 li a { display:block; color:#4e4b4c; font-size:13px; font-size:1.3rem; line-height:48px; font-weight:bold; text-align:center; background-image: linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -o-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -moz-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -webkit-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -ms-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #DFDFDE),color-stop(1, #F1F1F0));  }
    .mobile-header .menu .tier-1 li a:hover { background-color:#4e4b4c; background-image:none; color:#fff;}
    .mobile-header .menu .tier-1 li.parent a.arrow { position:absolute; right:0; width:20%; height:48px; }
    .mobile-header .menu .tier-2,
    .mobile-header .menu .tier-2 li,
    .mobile-header .menu .tier-2 li ul { list-style:none; list-style-image:none; margin:0; padding:0; }
    .mobile-header .menu .tier-2 > li { position:absolute; width:100%; }
    .mobile-header .menu .tier-2 > li > a { display:block; background-color:#c1c1bf; color:#fff; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2.8rem; letter-spacing:0.1em; line-height:48px; }
    .mobile-header .menu .tier-2 > li > a:hover { background-color:#4e4b4c; background-image:none; color:#fff;}
    .mobile-header .menu .tier-2 li ul li { position:relative; }
    .mobile-header .menu .tier-2 li ul li a { display:block; color:#4e4b4c; font-size:13px; font-size:1.3rem; line-height:48px; font-weight:bold; text-align:center; background-image: linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -o-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -moz-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -webkit-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -ms-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #DFDFDE),color-stop(1, #F1F1F0));}
    .mobile-header .menu .tier-2 li ul li a:hover { background-color:#4e4b4c; background-image:none; color:#fff;}
    .mobile-header .menu .tier-2 li.parent > a.arrow { position:absolute; right:0; width:20%; height:48px; }
    .mobile-header .menu .tier-2 li.child > a.arrow { position:absolute; left:0; width:20%; height:48px; }
    .mobile-header .menu .tier-3,
    .mobile-header .menu .tier-3 li,
    .mobile-header .menu .tier-3 li ul { list-style:none; list-style-image:none; margin:0; padding:0; }
    .mobile-header .menu .tier-3 > li { position:relative; width:100%; }
    .mobile-header .menu .tier-3 > li > a { display:none; }
    .mobile-header .menu .tier-3 > li > ul > li { position:absolute; width:100%; }
    .mobile-header .menu .tier-3 > li > ul > li > a { display:block; background-color:#c1c1bf; color:#fff; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2.8rem; letter-spacing:0.1em; line-height:48px; }
    .mobile-header .menu .tier-3 > li > ul > li > a:hover { background-color:#4e4b4c; background-image:none; color:#fff;}
    .mobile-header .menu .tier-3 li ul li ul li a { display:block; color:#4e4b4c; font-size:13px; font-size:1.3rem; line-height:48px; font-weight:bold; text-align:center; background-image: linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -o-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -moz-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -webkit-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -ms-linear-gradient(bottom, #DFDFDE 0%, #F1F1F0 100%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #DFDFDE),color-stop(1, #F1F1F0));  }
    .mobile-header .menu .tier-3 li ul li ul li a:hover { background-color:#4e4b4c; background-image:none; color:#fff;}
    .mobile-header .menu .tier-3 li.child > a.arrow { position:absolute; left:0; width:20%; height:48px; }

    .sidenav li { display:none; }
    .sidenav li.current_page_item,
    .sidenav li.current_page_ancestor,
    .sidenav li.current_page_item ul li,
    .sidenav li.current_page_ancestor ul li { display:block; }
    .sidenav li a { display:block; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; color:#fff; font-size:30px; font-size:2.0rem; line-height:30px; line-height:3.0rem; letter-spacing:0em; padding:10px 15px 5px 15px; }
    .sidenav ul li a { display:block; font-family:'Arial',sans-serif; color:#424242; font-size:14px; font-size:1.4rem; line-height:14px; line-height:1.4rem; padding:10px 15px; }
    .sidenav ul li a:hover { color:#fff; }
    .sidenav ul li.current_page_ancestor > a { font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; font-size:30px; font-size:2.0rem; line-height:30px; line-height:3.0rem; letter-spacing:0em; background-color:transparent; color:#fff;  padding:5px 15px; }
    .sidenav ul li.current_page_item > a,
    .sidenav ul li.current_page_parent > a { font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; font-size:22px; font-size:1.7rem; line-height:22px; line-height:2.2rem; letter-spacing:0em; background-color:#f79d44; color:#fff; -moz-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 1px 2px 2px rgba(0,0,0,0.22); padding:5px 15px; }
    .sidenav li ul { padding:0; margin:0; }
    .sidenav li ul li ul li a { font-size:12px; font-size:1.2rem; line-height:12px; line-height:1.2rem; font-weight:bold; padding:10px 15px 10px 25px;}
    .sidenav li ul li ul li.current_page_item > a { font-family:'Arial',sans-serif; color:#fff; font-size:12px; font-size:1.2rem; line-height:12px; line-height:1.2rem; font-weight:bold; background-color:transparent; padding:10px 15px 10px 25px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}


    .home #marquee { clear:both; width:100%; height:510px; background:#f2f2f2; }
    .home #marquee .royalSlider { width:100%; height:510px; }
    .home #marquee .royalSlider .rsContent { position:relative; }
    .home #marquee .royalSlider .rsContent .screen { position:absolute; z-index:10; width:100%; height:510px; top:0 left:0; }
    .home #marquee .royalSlider .rsContent .screen .caption { position:absolute; width:100%; bottom:0; display:block; }
    .home #marquee .royalSlider .rsContent .screen .caption h1 { font-size:60px; font-size:6.0rem; line-height:65px; line-height:6.5rem; color:#fff; margin-bottom:5px; }
    .home #marquee .royalSlider .rsContent .screen .caption p { font-size:18px; font-size:1.8rem; line-height:20px; line-height:2.0rem; letter-spacing:0.1em; color:#fff; }
    .home #marquee .royalSlider .rsContent .screen .caption .arrow { display:inline-block; width:20px; height:20px; background-image:url('img/button-arrow-sprite.png'); background-repeat:no-repeat; background-position:top right; vertical-align:middle; margin-left:10px; }
    .home #marquee .royalSlider .rsContent .screen:hover .caption p { color:#f49e34;}
    .home #marquee .royalSlider .rsContent .screen:hover .caption .arrow { background-position:bottom right; }

    .home .mobile-marquee { display:none; }
    .home .mobile-marquee a img { margin-bottom:5px; }
    .home .mobile-marquee a { display:block; color:#2e2e2f; border-top:10px solid #7a5287; }
    .home .mobile-marquee a .caption { padding:0 10px; }
    .home .mobile-marquee a .caption h1 { margin-bottom:0; }
    .home .mobile-marquee a .caption .arrow { display:inline-block; width:10px; height:10px; background-image:url('img/button-arrow-sprite.png'); background-repeat:no-repeat; background-position:top right; background-size:20px 20px; vertical-align:middle; margin-left:2px; }
    .home .mobile-marquee a:hover { border-color:#f79d44; }
    .home .mobile-marquee a:hover .caption h1 { color:#f79d44; }
    .home .mobile-marquee a:hover .caption .arrow { background-position:bottom right; }

    .rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs { background-color:#f2f2f2; }

    .home .main { background-repeat:no-repeat; background-position:center center; background-size:cover; background-attachment:fixed; -moz-box-shadow:4px 4px 5px rgba(0,0,0,0.17); -webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.17); box-shadow:4px 4px 5px rgba(0,0,0,0.17); }
    .home .main .vise { padding:0; }
    .home .main #marquee-thumbnails { width:100%; padding:0 10px; }
    .home .main #marquee-thumbnails .box { background:#fdfdfd url('img/texture-lighttile.png'); padding:10px; }
    .home .main .col { float:left; width:33.333%; padding:10px; margin-bottom:30px; }
    .home .main .col .box { background-color:#fff; -moz-box-shadow:4px 4px 5px rgba(0,0,0,0.17); -webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.17); box-shadow:4px 4px 5px rgba(0,0,0,0.17); }
    .home .main .col .content { color:#666; line-height:1.75em; padding:15px; }
    .home .main .col h3 { display:block; height:100px; color:#f79d44; font-size:18px; font-size:1.8rem; letter-spacing:0.1em; font-weight:normal; text-transform:lowercase; line-height:100px; text-align:center; background-color:#eee; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.2); margin:0; }
    .home .main .col.specialevents h3 { background:#eee url('img/icon-star.png') no-repeat 15px 15px; }
    .home .main .col.specialevents img { width:100%; height:auto; }
    .home .main .col.intro h3 span { display:none; }
    .home .main .col.intro h3 img { width:224px; margin:0 auto 0 auto; }
    .home .main .col.intro .content { text-align:center; font-size:14px; font-size:1.4rem; color:#575656; }
    .home .main .col.intro .content strong { color:#e47323; font-family:'Avenir','Arial',sans-serif; font-size:15px; font-size:1.5rem; font-weight:400 !important; letter-spacing:-0.01em; } 
    .home .main .col.intro .content p { margin-bottom:0px; color:#575656; font-size:12px; font-size:1.2rem; line-height:22px; line-height:2.2rem; padding:0 15px; }
    .home .main .col.intro .button.visit_DISABLED span { padding-left:40px; background:transparent url('img/button-icon-ball.png') no-repeat left center; }
    .home .main .col.intro .button.tickets span { padding-left:45px; background:transparent url('img/button-icon-ticket.png') no-repeat left center; }
    .home .main .col.today h3 { background:#eee url('img/icon-sun.png') no-repeat 15px 15px; }
    .home .main .col.today .button.calendar span { padding-left:40px; background:transparent url('img/button-icon-calendar.png') no-repeat left center; }
    .today img { display:none; }
    .today p.noresults { padding:15px 10px 0 10px; }
    
    .exhibit .sidenav { height:440px; margin-bottom:0; }
    .exhibit #marquee { position:relative; float:left; width:80%; height:440px; background:#f2f2f2; }
    .exhibit #marquee .royalSlider { width:100%; height:440px; }
    .exhibit #marquee .caption { display:none; }
    .exhibit #marquee .caption.here { display:block; }
    .exhibit .main { background-repeat:no-repeat; background-position:center center; background-size:cover; background-attachment:fixed; -moz-box-shadow:4px 4px 5px rgba(0,0,0,0.17); -webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.17); box-shadow:4px 4px 5px rgba(0,0,0,0.17); }
    .exhibit .main .col.info { float:left; width:80%; background-color:transparent; padding:0; }
    .exhibit .main .col.info .content { background:#fdfdfd url('img/texture-lighttile.png'); padding:0; margin-bottom:20px; }
    .exhibit .main .col.info .content.intro { padding:20px; }
    .exhibit .main .col.info .content.intro #marquee-thumbnails {}
    .exhibit .main .col.info .content.intro #marquee-thumbnails { margin-bottom:20px; }
    .exhibit .main .col.info .content.intro #marquee-thumbnails .itemwindow a.arrow { height:160px; }
    .exhibit .main .col.info .content.intro #marquee-thumbnails .itemwindow .itemlist a.item { width:225px; height:130px; }


    .exhibit .main .col.info .content.intro #marquee-thumbnails .thumbnails  { height:130px; background-color:#fff; -moz-box-shadow:inset 0px 0px 5px rgba(0,0,0,0.43); -webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,0.43); box-shadow:inset 0px 0px 5px rgba(0,0,0,0.43); }
    .exhibit .main .col.info .content.ages { float:left; width:49%; }
    .exhibit .main .col.info .content.events { float:right; width:49%; }
    .exhibit .main .col.info .content.ages h2,
    .exhibit .main .col.info .content.events h2 { display:block; color:#f79d44; font-size:18px; font-size:1.8rem; letter-spacing:0.1em; font-weight:normal; text-transform:lowercase; text-align:center; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.2); padding:0; margin:0; line-height:100px; }
    .exhibit .main .col.info .content.events .box { padding:0; -moz-box-shadow:0; -webkit-box-shadow:0; box-shadow:0; }

    .exhibit .main .col.info .box { background-color:#fff; padding:20px; }
    .exhibit .sidebar { width:20%; }
    .exhibit .sidebar .sponsorlist { width:90%; -moz-box-shadow:8px 8px 8px rgba(0,0,0,0.17); -webkit-box-shadow:8px 8px 8px rgba(0,0,0,0.17); box-shadow:8px 8px 8px rgba(0,0,0,0.17); }
    .exhibit .sidebar .sponsorlist.banner { margin-bottom:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
    .exhibit .sidebar .flagend { float:right; width:90%; margin-bottom:30px; }
    .exhibit .sidebar .flagend img { width:100%; height:auto; }

    .sidebar .box.sponsorlist h3 { font-family:'Avenir','Arial',sans-serif; text-align:center; color:#2e2e2f; font-size:14px; font-size:1.4rem; letter-spacing:-0.1em; font-weight:bold; text-transform:lowercase; padding:15px 0 30px 0; }
    .sidebar .box.sponsorlist .sponsor { display:block; width:100%; max-width:100px; margin:0 auto 30px auto; }
    .sidebar .box.sponsorlist .sponsor img { width:100%; height:auto; }
    .sidebar .box hr { margin:5px 0; }
    .sidebar .box.specialevents,
    .sidebar .box.today { padding:0; }
    .sidebar .box.specialevents h3,
    .sidebar .box.today h3 { display:block; height:100px; color:#f79d44; font-size:18px; font-size:1.8rem; letter-spacing:0.1em; font-weight:normal; text-transform:lowercase; line-height:100px; text-align:center; background-color:#eee; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.2); margin:0; }
    .sidebar .box.specialevents h3 { background:#eee url('img/icon-star.png') no-repeat 15px 15px; }
    .sidebar .box.specialevents img { width:100%; height:auto; }
    .sidebar .box.today h3 { background:#eee url('img/icon-sun.png') no-repeat 15px 15px; }
    .sidebar .box.today .button.calendar { width:100%; }
    .sidebar .box .box.widget { float:none; width:auto; margin-bottom:0; }

    .page-template-page-exhibitlisting-php .col.body { width:80%; }
    .page-template-page-exhibitlisting-php .image-table { display:table; float:right; width:80%; list-style:none; list-style-image:none; margin:0; padding:5px; }
    .page-template-page-exhibitlisting-php .image-table li { display:table-cell; float:left; width:25%; list-style:none; list-style-image:none; margin:0; padding:0; padding:5px;}
    .page-template-page-exhibitlisting-php .image-table li a { display:block; height:130px; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:1.8rem; line-height:130px; letter-spacing:0em; color:#fff; background-color:rgba(0,0,0,0.65); text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5), -2px -2px 4px rgba(0, 0, 0, 0.25); }
    .page-template-page-exhibitlisting-php .image-table li a:hover { color:#f79d44; }

    .cpt-listing { margin-bottom:20px; }
    .cpt-listing .archives { float:left; }
    .cpt-listing .pagination { float:right; }

    #floorplan .tabs { border-bottom:8px solid #7a5287; }
    #floorplan .tabs a { display:block; float:left; width:33.333%; color:#7a5287; text-align:center; font-size:16px; font-size:1.6rem; line-height:48px; height:48px; font-weight:bold; padding:0 2px; overflow:hidden; }
    #floorplan .tabs a:hover { background-color:#eee; }
    #floorplan .tabs a.here { background-color:#7a5287; color:#fff; }
    #floorplan .window { width:100%; overflow:hidden; }
    #floorplan .window .itemlist { width:300%; }
    #floorplan .window .itemlist .item { position:relative; float:left; width:33.333%; }
    #floorplan .window .itemlist .item img { width:100%; height:auto; }
    #floorplan .window .itemlist .item .image-linklist a { position:absolute; display:block; width:6%; height:3%; background:transparent url('img/blank.gif'); }
    #floorplan .window .itemlist .item .image-linklist a:hover { background-color:rgba(255,255,255,0.5); }
    #floorplan .window .itemlist .item .page-linklist a { position:absolute; display:block; width:6%; height:3%; background:transparent url('img/blank.gif'); }
    #floorplan .window .itemlist .item .page-linklist a:hover { background-color:rgba(255,255,255,0.5); }

    .footer { clear:both; position:relative; background-color:#fff; -moz-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); -webkit-box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); box-shadow:inset 1px 1px 8px rgba(0,0,0,0.17); }
    .footer .col { float:left; width:33.333%; }
    .footer .col.left { padding-right:15px; }
    .footer .col.left .logo { display:block; width:310px; margin:15px 0 15px -10px; }
    .footer .col.left .logo img { width:100%; height:auto; }
    .footer .col.left .address { color:#f79d44; font-family:'Avenir','Arial',sans-serif; font-size:14px; font-size:1.4rem; line-height:14px; line-height:1.4rem; margin-bottom:15px; white-space:nowrap; }
    .footer .col.left .button { width:165px; margin-bottom:30px; }
    .footer .col.left #google_translate_element { margin-bottom:20px; }
    .footer .col.center { padding:25px 0 0 7.5%; }
    .footer .col.center a.button.contact { padding-left:30px; background-image:url('img/icon-mail-sprite.png'); background-repeat:no-repeat; background-position:top left; }
    .footer .col.center a:hover.button.contact { background-position:bottom left; }
    .footer .col.center div.button.phone { padding-left:30px; background-image:url('img/icon-phone-sprite.png'); background-repeat:no-repeat; background-position:top left; margin-bottom:10px; }
    .footer .col.center .social a.icon { display:block; float:left; width:30px; height:30px;  margin-right:10px; }
    .footer .col.center .social a.icon img { width:100%; height:auto; }
    /*   
    .footer .col.center .social a.icon span { display:none; }
    .footer .col.center .social a.icon.facebook { background-position:0px 0px; }
    .footer .col.center .social a:hover.icon.facebook { background-position:0px -30px; }
    .footer .col.center .social a.icon.youtube { background-position:0px -60px; }
    .footer .col.center .social a:hover.icon.youtube { background-position:0px -90px; }
    .footer .col.center .social a.icon.twitter { background-position:0px -120px; }
    .footer .col.center .social a:hover.icon.twitter { background-position:0px -150px; }
    .footer .col.center .social a.icon.flickr { background-position:0px -180px; }
    .footer .col.center .social a:hover.icon.flickr { background-position:0px -210px; }
    */
    .footer .col.right .newsletter-signup { float:right; width:80%; padding-top:30px; }
    .footer .col.right .newsletter-signup p { color:#f79d44; font-family:'Avenir','Arial',sans-serif; font-size:14px; font-size:1.4rem; line-height:14px; line-height:1.4rem; margin-bottom:10px; }

    #subfooter { width:100%; background-color:#eee; padding:20px 0; }
    #subfooter .vise { font-size:11px; font-size:1.1rem; line-height:11px; line-height:1.1rem; }


    .col.body table { width:100%; }
    .col.body table th { background-color:#e47323; color:#fff; font-weight:bold; text-align:left; border-left:3px solid #fff; height:28px; font-size:13px; padding-left:4px; }
    .col.body table th strong { color:#fff; }
    .col.body table th:first-child { border-left:none; }
    .col.body table th.header-first { width:145px;}
    .col.body table th.header-second {}
    .col.body table th.header-third {}
    .col.body table td { background-color:#efefef; border-bottom:3px solid #fff; border-left:3px solid #fff; padding:4px; }
    .col.body table td:first-child { font-weight:bold; font-size:16px; color:#e47323; border-left:none; }
    .col.body img.alignleft { clear:both; float:left; margin:0 10px 10px 0; }
    .col.body img.alignright { clear:both; float:right; margin:0 0 10px 10px; }

    .admission .disclaimer { color:#7A5287; font-style:italic; }
    .admission #buy-tickets { width:265px; margin-bottom:30px; margin-top:20px; }
    .admission #buy-tickets .icon-button { background-image:url("img/button-icon-ticket.png"); float:left; height:17px; left:12px; position:relative; top:13px; width:30px; }

    .listing-grid { width:31%; float:left; margin-bottom:20px; margin:0 1%; }
    .listing-grid .img { background-color:#eee; margin-bottom:5px; padding:5px;}
    .listing-grid .img:hover { background-color:#f79d44; }
    .listing-grid img { width:100%; height:auto; }
    .listing-grid p { text-align:center; }
    .listing-grid p a { text-decoration:underline; }

    .image-grid { float:left; width:33%; padding:5px; }
    .image-grid img { width:100%; height:auto; }

    .woocommerce .button { float:right; padding:0 10px; margin-left:10px; }
    .woocommerce-error { margin-bottom:40px; }
    #wc_paypaladv_iframe { margin-left:-15px; }

    .icon-cross { width:60px; height:60px; background:transparent url('img/icon-close-sprite.png') no-repeat left top; -webkit-transition:none !important; transition:none !important; margin:10px 10px 0 0;}
    .icon-cross:hover { width:60px; height:60px; background:transparent url('img/icon-close-sprite.png') no-repeat left bottom; }

    .woocommerce-message { background:#ffbe00; border:none; color: #7a5287; margin:0 0 10px 0; padding: 8px 35px 8px 14px; text-shadow:none; -webkit-border-radius:0; border-radius:0; }
    .shop_table { width:100%; }
    .shop_table th { color:#7a5287; }
    .shop_table th,
    .shop_table td { text-align:left; padding-bottom:10px; }
    .shop_table th.product-subtotal,
    .shop_table td.product-subtotal,
    .shop_table th.product-total,
    .shop_table td.product-total,
    .shop_table tr.total td { text-align:right; }
    .shop_table a.remove { display:block; background-color:#f00; color:#fff; text-align:center; }
    .shop_table td.actions { padding-top:10px;}

    form.checkout .box { background-color:#7a5287; padding:25px; margin-bottom:25px; }
    form.checkout input.button { border:medium none; display:block; margin:0 auto; position:relative; top:20px; padding:0 20px; }
    form.checkout .containter-button-submit { height:70px; margin-bottom:0 !important; }
    form.checkout input[type="text"],
    form.checkout input[type="email"],
    form.checkout input[type="tel"],
    form.checkout input[type="date"],
    form.checkout textarea,
    form.checkout select { padding-left:5px; font-size:14px; width:100%; -webkit-box-shadow:inset 2px 2px 3px 3px rgba(212, 212, 212, .3); box-shadow:inset 2px 2px 3px 3px rgba(212, 212, 212, .3); background:#fff; border:none; }
    form.checkout input[type="text"],
    form.checkout input[type="email"],
    form.checkout input[type="tel"],
    form.checkout input[type="date"],
    form.checkout select { height:30px; }
    form.checkout textarea,
    form.checkout select { padding-top:5px }
    form.checkout select { color:#7a5287; width:50%; background:#fff; }
    form.checkout .styled-select { overflow:hidden; width:100%; background:url(img/down-arrow-select-input.jpg) no-repeat right #fff; }
    form.checkout input[type="text"].wpcf7-not-valid,
    form.checkout input[type="email"].wpcf7-not-valid,
    form.checkout input[type="tel"].wpcf7-not-valid,
    form.checkout textarea.wpcf7-not-valid { border:2px solid #f49e34; }
    form.checkout .element{ display:block; margin:0 auto; margin-bottom:20px; width:80%; }
    form.checkout label { color:#FFFFFF; display:block; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; font-size:30px; text-align:left; padding-bottom:10px; padding-top:5px; }
    form.checkout .wpcf7-not-valid-tip-no-ajax { color:#f49e34; padding-left:5px; font-weight:700; font-style:italic; display:block; }
    form.checkout .required { color:#f79d44; }
    form.checkout .submit { width:100%; background-color:transparent; text-align:center; padding:25px; }
    form.checkout .submit input[type="submit"] { display:block; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2.8rem; line-height:52px; height:52px; letter-spacing:0.1em; color:#fff; -moz-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); background-color:#7a5287; background-image:linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-o-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-moz-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-webkit-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-ms-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5, #7A5287),color-stop(1, #825c8f)); border:none; width:200px; margin:0 auto; }
    form.checkout .submit input[type="submit"]:hover { color:#fff; background-color:#b6bd38; background-image:linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-o-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-moz-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-ms-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #B6BD38), color-stop(1, #C2CB46)); }

    form.checkout .box h1 { clear:both; padding-top:40px; color:#fff; }

    #place_order { margin-bottom:25px; }

    .woocommerce ul.order_details,
    .woocommerce ul.order_details li { list-style:none; padding:0; margin:0; }
    .woocommerce ul.order_details li.order { display:block; color:#7a5287; font-family:'Avenir','Arial',sans-serif; font-size:35px; font-size:3.5rem; line-height:38px; line-height:3.8rem; }
    .woocommerce ul.order_details li.method { display:none; }

/*  =========================================================================
    Media Queries
    ========================================================================= */
    @media (max-width:960px){
        body { line-height:16px; line-height:1.6rem; }
        .vise { width:100%; }

        .header .upper .menu-utility-navigation-container ul li a { font-size:12px; font-size:1.2rem; line-height:12px; padding:10px 5px; }
        .header #main-nav li a { font-size:14px; font-size:1.4rem; padding:10px; }
        .header #main-nav li.current_page_item > a,
        .header #main-nav li.current_page_ancestor > a { font-size:25px; font-size:2rem; }
        .header #main-nav ul li a { font-size:12px; font-size:1.2rem; line-height:12px; }
        .header .upper .search-form { width:100px; }
        .header .upper .search-form input[type=search] { width:60px; padding:7px 4px;}
        .header .hours { font-size:12px; font-size:1.2rem; }
        
        .page-template-page-exhibitlisting-php .image-table li { width:33%; }

        .footer .col.left .address { font-size:12px; font-size:1.2rem; }

        .animation { display:none; }

    }

    @media (max-width:760px){
        .col.sidebar, 
        .col.sidebar .box,  
        .col.fullleft { clear:both; float:none; width:100%; }
        .col.body { width:80%; }

        .header .upper,
        .header .hours { clear:both; float:none; }
        .header .fill { display:none; }

        .home .main .col,
        .footer .col { clear:both; float:none; width:100%; }
        .footer .col.left { padding:0; }
        .footer .col.left .logo { width:50%; }
        .footer .col.center { padding:25px 0 0 0; }
        .footer .col.right .newsletter-signup { float:none; width:100%; }

        .page-template-page-exhibitlisting-php .image-table li { width:50%; }
        .exhibit .main .col.info { width:100%; }
    }

    @media (max-width:480px){
        body { width:100%; overflow-x:hidden; }
        .vise { padding:0; }
        .col.body { width:100%; }
        .col.sidenav { display:none; }
        .col.fullleft .top { height:300px; }
        .header { display:none !important; }
        .mobile-header { display:block; }

        .home #marquee,
        .home #marquee-thumbnails { display:none; }
        .home .mobile-marquee { display:block; }


        .page-template-page-exhibitlisting-php .col.body,
        .page-template-page-exhibitlisting-php .image-table { float:none; width:100%; }
        .exhibit #marquee,
        .exhibit #marquee .royalSlider { width:100%; height:300px; }
        .exhibit .main .vise { padding:0 10px; }
        .exhibit .main .col.info .content.ages,
        .exhibit .main .col.info .content.events { float:none; width:100%; }
        .exhibit .sidebar .flagend { float:none; width:100%; }
        .page-template-page-imagegallery-php .image-grid { width:50%; }
        form.wpcf7-form { width:100%; margin:0; }

        .footer .col.left .logo { width:75%; margin:15px auto; }
        .footer .col.left .address { text-align:center; }
        .footer .col.left .button { width:100%; margin-bottom:0; }
        .footer .col.left #google_translate_element { position:absolute; bottom:0; }
        .footer .col.center { padding:0; }
        .footer .col.center a.button.backless { display:block; font-family:'Avenir','Mathlete','Arial Narrow',sans-serif; text-align:center; font-size:28px; font-size:2.8rem; line-height:42px; height:42px; letter-spacing:0.1em; color:#fff; -moz-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); -webkit-box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); box-shadow:inset 2px 2px 2px rgba(0,0,0,0.22); background-color:#7a5287; background-image:linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-o-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-moz-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-webkit-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-ms-linear-gradient(bottom, #7A5287 50%, #825c8f 100%); background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5, #7A5287),color-stop(1, #825c8f)); }
        .footer .col.center a:hover.button.backless { color:#fff; background-color:#b6bd38; background-image:linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-o-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-moz-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-ms-linear-gradient(bottom, #B6BD38 50%, #C2CB46 100%); background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, #B6BD38), color-stop(1, #C2CB46)); }
        .footer .col.center a.button.contact { background-image:none; padding:0; }
        .footer .col.center div.button.phone { background-image:none; padding:0; text-align:center; }
        .footer .col.center .social { width:290px; padding-left:10px; margin:0 auto; }
        .footer .col.center .social a.icon { display:block; float:left; width:60px; height:60px; background-image:url('img/icon-social-sprite.png'); background-repeat:no-repeat; background-size:60px 480px; margin-right:10px; }
        .footer .col.center .social a.icon span { display:none; }
        .footer .col.center .social a.icon.facebook { background-position:0px 0px; }
        .footer .col.center .social a:hover.icon.facebook { background-position:0px -60px; }
        .footer .col.center .social a.icon.youtube { background-position:0px -120px; }
        .footer .col.center .social a:hover.icon.youtube { background-position:0px -180px; }
        .footer .col.center .social a.icon.twitter { background-position:0px -240px; }
        .footer .col.center .social a:hover.icon.twitter { background-position:0px -300px; }
        .footer .col.center .social a.icon.flickr { background-position:0px -360px; }
        .footer .col.center .social a:hover.icon.flickr { background-position:0px -420px; }
        .footer .col.right .newsletter-signup { padding-bottom:50px; }
        .footer .col.right .newsletter-signup p { text-align:center; }
        #subfooter .vise { padding:0 10px; }
    }

/*  =========================================================================
    CSS Animations
    ========================================================================= */
    .animation.home { position:absolute; z-index:1000; width:87px; height:116px; top:175px; background:transparent url('img/animation-home-bug.png') no-repeat center center; }

    .animation.artstudio { cursor:pointer; position:absolute; margin-top:-300px; margin-left:-100px; width:112px; height:112px; z-index:1000; }
    .animation.artstudio .twine .ball { position:absolute; z-index:1010; width:112px; height:112px; background:transparent url('img/animation-artstudio-twine-ball.png') no-repeat center center; }
    .animation.artstudio .twine .string { position:absolute; z-index:1005; bottom:5px; right:50px; width:1px; height:24px; background:transparent url('img/animation-artstudio-twine-string.png') no-repeat top left; }

    .animation.communityconcourse { cursor:pointer; position:absolute; top:-60px; width:59px; height:59px; z-index:1000; background:transparent url('img/animation-communityconcourse-ball.png') no-repeat center center; }

    .animation.possibleopolis { cursor:pointer; position:absolute; width:299px; height:600px; top:-600px; z-index:1000; background:transparent url('img/animation-possibleopolis-cow.png') no-repeat center center; }

    .animation.urbgarden { cursor:pointer; position:absolute; right:15px; top:500px; width:200px; height:150px; z-index:1000; }
    .animation.urbgarden .chicken { position:relative; width:200px; height:150px; }
    .animation.urbgarden .chicken .body { position:absolute; margin-left:0; margin-top:0; width:193px; height:104px; z-index:1010; background:transparent url('img/animation-urbgarden-chicken-body.png') no-repeat top left; }
    .animation.urbgarden .chicken .leg.front { position:absolute; margin-left:90px; margin-top:90px; width:30px; height:48px; z-index:1005; }
    .animation.urbgarden .chicken .leg.front .image { width:30px; height:48px; background:transparent url('img/animation-urbgarden-chicken-leg-front.png') no-repeat top left; }
    .animation.urbgarden .chicken .leg.back { position:absolute; margin-left:115px; margin-top:95px; width:35px; height:37px; z-index:1000; }
    .animation.urbgarden .chicken .leg.back .image { width:35px; height:37px; background:transparent url('img/animation-urbgarden-chicken-leg-back.png') no-repeat top left; }

    .animation.wildernest { position:absolute; left:0; bottom:0; width:300px; height:1px; z-index:1000; }
    .animation.wildernest div { cursor:pointer; }
    .animation.wildernest .carrot { position:absolute; left:40px; width:69px; height:203px; z-index:1010; margin-top:-0; background:transparent url('img/animation-wildernest-carrot.png') no-repeat top left; }
    .animation.wildernest .watermelon { position:absolute; left:75px; width:122px; height:232px; z-index:1006; margin-top:-0; background:transparent url('img/animation-wildernest-watermelon.png') no-repeat top left; }
    .animation.wildernest .corn { position:absolute; left:140px; width:79px; height:154px; z-index:1008; margin-top:-0; background:transparent url('img/animation-wildernest-corn.png') no-repeat top left; }
    .animation.wildernest .eggplant { position:absolute; left:165px; width:105px; height:172px; z-index:1004; margin-top:-0; background:transparent url('img/animation-wildernest-eggplant.png') no-repeat top left; }

    .grecaptcha-badge { display:none; }

/*  =========================================================================
    Helper Classes
    ========================================================================= */
    .ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; *line-height:0; }
    .ir br { display:none; }
    .hidd en { display:none !important; visibility:hidden; }
    .visuallyhidden { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto; }
    .invisible { visibility:hidden; }
    .cf:before, .cf:after, .box:before, .box:after, .vise:before, .vise:after  { content:""; display:table; }
    .cf:after, .box:after, .vise:after { clear:both; }
    .cf, .box, .vise { *zoom:1; }
    .touch .display-mouse, .mouse .display-touch { display:none; }
    .mouse .display-mouse, .touch .display-touch { display:block; }

/*  =========================================================================
    Print Styles
    ========================================================================= */
    @media print {
        * { background:transparent !important; color:black !important; box-shadow:none !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; } /* Black prints faster:h5bp.com/s */
        a, a:visited { text-decoration:underline; }
        pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
        thead { display:table-header-group; } /* h5bp.com/t */
        tr, img { page-break-inside:avoid; }
        img { max-width:100% !important; }
        @page { margin:0.5cm; }
        p, h2, h3 { orphans:3; widows:3; }
        h2, h3 { page-break-after:avoid; }
    }


.tribe-events-calendar-list__event-featured-image-wrapper { order: 5; }
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
    font-size: 3rem;
    line-height: 3rem;
}
