/*+clearfix {*/
#mobile-header-search-panel:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
#mobile-header-search-panel
{
    display: block;
    *height: 1px;
}
/*+}*/
/*
Theme Name: Dunedin Fine Art Center
Theme URI: http://www.dfac.org/
Description: Custom WordPress theme for Dunedin Fine Art Center. Design by <a href="http://symphonigroup.com/" target="_blank">Symphoni</a> and programming by <a href="http://www.thinkdualbrain.com" target="_blank">Dual Brain</a> for <a href="http://symphonigroup.com/" target="_blank">Symphoni</a>
Version: 1.0
Author: <a href="http://www.ThinkDualBrain.com" target="_blank">Dual Brain</a>
Author URI: http://www.ThinkDualBrain.com
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/*///// HTML /////////////////////////////////////////////////////////////////*/
HTML, BODY
{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px!important;
    font-weight: 400;
    background-color: #FFFFFF!important;
	margin:0px!important;
    line-height: 1.5;
    /*overflow: auto;*/
    //background-image: url('images/background-texture.jpg');
    overflow-x: hidden;
}
H1
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
}
H2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
}
H3
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
}
H4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1;
}
A
{
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    text-decoration: none;
    /*color: #282828;*/
    color: #33999B;
}
A:hover
{
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    color: #353895;
}
P, UL, OL
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}
INPUT, TEXTAREA, SELECT, OPTION
{
    background-color: #FFFFFF;
    border: 0;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    text-indent: 10px;
}
/*///// General ///////////////////////////////////////////////////////////////*/
#content-wrapper .gform_wrapper .ginput_complex .ginput_right INPUT[type=text], #content-wrapper .gform_wrapper .ginput_complex .ginput_right INPUT[type=url], #content-wrapper .gform_wrapper .ginput_complex .ginput_right INPUT[type=email], #content-wrapper .gform_wrapper .ginput_complex .ginput_right INPUT[type=tel], #content-wrapper .gform_wrapper .ginput_complex .ginput_right INPUT[type=number], #content-wrapper .gform_wrapper .ginput_complex .ginput_right INPUT[type=password], #content-wrapper .gform_wrapper .ginput_complex .ginput_right SELECT
{
    width: 100% !important;
    padding-top: 16px;
    padding-bottom: 16px;
}
#content-wrapper .gform_wrapper .ginput_complex INPUT[type=text], #content-wrapper .gform_wrapper .ginput_complex INPUT[type=url], #content-wrapper .gform_wrapper .ginput_complex INPUT[type=email], #content-wrapper .gform_wrapper .ginput_complex INPUT[type=tel], #content-wrapper .gform_wrapper .ginput_complex INPUT[type=number], #content-wrapper .gform_wrapper .ginput_complex INPUT[type=password], #content-wrapper .gform_wrapper .ginput_complex SELECT
{
    width: 100% !important;
    padding-top: 16px;
    padding-bottom: 16px;
}
#content-wrapper .gform_wrapper .top_label INPUT.large, #content-wrapper .gform_wrapper .top_label SELECT.large, #content-wrapper .gform_wrapper .top_label TEXTAREA.textarea
{
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}
::-moz-selection
{
    background-color: #353895;
    color: #FFFFFF;
}
::selection
{
    background-color: #353895;
    color: #FFFFFF;
}
.block-elem
{
    display: block;
}
.inline-block
{
    display: inline-block;
    width: 100%;
}
.anim, .animated, .anim *, .animated *
{
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
}
.no-anim, .non-animated, .no-anim *, .non-animated *
{
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
#infscr-loading
{
    margin: 50px 20px;
    text-align: center;
}
#infscr-loading DIV
{
    color: #008C99;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    clear: both;
    margin: 30px 20px;
}
.btn, #sidebar .widget-container .btn, HTML #tribe-events .tribe-events-button, .checkout-button
{
    background-color: #CE6631;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover, #sidebar .widget-container .btn:hover, HTML #tribe-events .tribe-events-button:hover, .checkout-button:hover
{
    background-color: #FFCC67;
    color: #FFFFFF;
    text-decoration: none;
}
.btn.green, #sidebar .widget-container .btn.green, HTML #tribe-events .tribe-events-button, .checkout-button
{
    background-color: #33999B;
}
.btn.green:hover, #sidebar .widget-container .btn.green:hover, HTML #tribe-events .tribe-events-button:hover, .checkout-button:hover
{
    background-color: #3ABBBD;
}
#sidebar .widget-container .btn
{
    display: block;
}
.caret
{
    border-top: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.collapsed .caret
{
    border-left: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.search-form
{
    /*width: 150px;*/
}
.search-form .input
{
    border: 1px solid #C8C8C8;
    padding: 4px 10px;
    /*+border-radius: 15px;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    font-size: 0.75rem;
    width: 100%;
    color: #707576;
    /*+box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.search-form .input:focus
{
    outline: 0;
    border: 1px solid #353895;
    /*+box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.search-form .submit
{
    /*+placement: float-right 0px 0px;*/
    float: right;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: -18px;
    background-color: transparent;
    /*text-indent: -5000px;*/
    /*width: 24px;*/
    /*height: 0px;*/
    /*padding: 12px;*/
    border: 0;
    /*padding-right: 10px;*/
    padding: 0;
    margin-right: 19px;
}
.search-form .submit:before
{
    color: #B4B4B4 !important;
    font-size: 0.7rem;
    /*margin-top: 4px;*/
}
.region-title
{
    background-color: #c8c8c8;
    /*color: #282828;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 15px;
    margin-bottom: 20px;
}
/*///// Layout ////////////////////////////////////////////////////////////////*/
#wrapper
{
}
/*///// Header ///////////////////////////////////////////////////////////////*/
#desktop-header
{
    /*background-color: #FFFFFF;*/
    /*padding: 30px;*/
}
/*Toolbar*/
#desktop-header #desktop-header-toolbar
{
    /*margin-bottom: 35px;*/
    background-color: #FFCC67;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
#desktop-header #desktop-header-toolbar .quicklinks
{
    margin-bottom: 0;
}
#desktop-header #desktop-header-toolbar UL
{
    margin-bottom: 0;
    display: inline-block;
}
#desktop-header #desktop-header-toolbar .quicklinks LI
{
    display: inline-block;
}
#desktop-header #desktop-header-toolbar .quicklinks A
{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400;
    color: #282828;
}
#desktop-header #desktop-header-toolbar .quicklinks A:hover
{
    text-decoration: none;
    background-color: #FFDE9D;
}
#desktop-header #desktop-header-toolbar .social A
{
    height: 22px;
    width: 22px;
    background-color: #5C5C5C;
    border: 0;
    margin-top: 7px;
}
#desktop-header #desktop-header-toolbar .social A:before
{
    font-size: 1.8rem;
    line-height: 22px;
    color: #FFCC67;
}
#desktop-header-toolbar-right #desktop-header-social, #desktop-header-toolbar-right .phone, #desktop-header-toolbar-right #desktop-header-search
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
#desktop-header-toolbar-right .phone
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #282828;
}
/*Shortcuts*/
#desktop-header-shortcuts
{
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 20px;
}
#desktop-header-shortcuts LI
{
    border-right: 1px solid #AEADAE;
    padding: 0px 20px;
    width: 33%;
}
#desktop-header-shortcuts LI:last-child
{
    border-right: 0;
}
#desktop-header-shortcuts LI > A
{
    padding: 0;
}
#desktop-header-shortcuts LI H3
{
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #353895;
    margin-top: 5px;
    text-align: left;
    font-weight: 700;
}
#desktop-header-shortcuts LI A:hover, #desktop-header-shortcuts LI A:hover H3
{
    background-color: transparent;
    color: #5A5DC7;
}
#desktop-header-shortcuts LI P
{
    margin-bottom: 0;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}
#desktop-header-shortcuts LI .btn
{
    display: inline-block;
    font-size: 1rem;
    padding: 5px 15px;
}
#desktop-header-shortcuts LI .btn:hover
{
    background-color: #FFCC67;
    color: #FFFFFF;
}
/*Main Menu*/
#desktop-header #desktop-header-menu-row
{
    background-color: #353895;
}
#desktop-header #desktop-header-menu .menu
{
    text-align: center;
    margin-bottom: 0;
}
#desktop-header #desktop-header-menu .menu > LI
{
    /*display: inline-block !important;*/
    /*width: auto !important;*/
}
#desktop-header #desktop-header-menu LI A
{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    /*padding: 10px 15px;*/
    display: block;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 12px 33px;
    transition: background-color 500ms ease-in-out;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    white-space: nowrap;
}
#desktop-header #desktop-header-menu LI A:hover
{
    transition: background-color 100ms ease-in-out;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    -ms-transition: background-color 100ms ease-in-out;
}

#desktop-header #desktop-header-menu LI A:hover, #desktop-header #desktop-header-menu LI.open > A, #desktop-header #desktop-header-menu LI A:focus, #desktop-header #desktop-header-menu LI A[aria-expanded=true]
{
    /*[disabled]+text-shadow:0px 1px 5px #FA7E18;*/
    /*background-color: #ECECEC;*/
    /*color: #008C99;*/
    text-decoration: underline;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
    /*background-color: #595DC7; removed to get rid of blue background on hover in megamenu*/
}
#desktop-header #desktop-header-menu LI A[aria-expanded=true]
{
    /*[disabled]+text-shadow:0px 1px 5px #FA7E18;*/
    /*background-color: #ECECEC;*/
    /*color: #008C99;*/
    text-decoration: none;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
    background-color: #D06639;
}
#desktop-header #desktop-header-menu .caret
{
    /*[disabled]display:none;*/
    border-top-color: #008C99;
    border-bottom-color: #008C99;
}
#desktop-header #desktop-header-menu .dropdown-menu
{
    background-color: #ECECEC;
    margin: 0px;
    border: 0;
    /*+border-radius: 0;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    /*+box-shadow: none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
#desktop-header #desktop-header-menu .dropdown-menu LI
{
    display: block;
}
#desktop-header #desktop-header-menu .dropdown-menu LI A
{
    padding: 10px 15px;
    text-align: left;
}
#desktop-header #desktop-header-menu .menu > LI:last-child UL
{
    left: auto;
    right: 0;
}
/*Dropdowns*/
#desktop-header .dropdowns
{
    background-color: #D06639;
    color: #FFFFFF;
}
#desktop-header .dropdowns H3
{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
#desktop-header .dropdowns H4
{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.1rem;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}
#desktop-header .dropdowns A
{
    color: #FFFFFF;
}
#desktop-header .dropdowns A.read-more
{
    font-size: 0.8rem;
    text-decoration: underline;
}
#desktop-header .dropdowns P
{
    font-size: 0.85rem;
}
#desktop-header .dropdowns .dropdown
{
}
#desktop-header .dropdowns .dropdown LI
{
    margin-bottom: 18px;
}
#desktop-header .dropdowns .dropdown P
{
    margin-bottom: 5px;
}
#desktop-header .dropdowns .dropdown .entry-image
{
    margin-bottom: 10px;
}
#desktop-header .dropdowns .dropdown .col-xs-3
{
    border-left: 1px solid #E4A589;
}
#desktop-header .dropdowns .dropdown .column
{
    margin-top: 30px;
    margin-bottom: 40px;
}
#desktop-header .dropdowns .dropdown .column:first-child
{
    border-left: 0;
}
#desktop-header .dropdowns .entry-image-column
{
    padding-right: 0px !important;
}
#desktop-header .dropdowns .page-widget
{
    margin-bottom: 30px;
}
#desktop-header .dropdowns .page-widget .entry-image
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    display: block;
    padding-right: 0;
}
#desktop-header .dropdowns #dropdown-visit .locations LI .entry-image
{
    padding-right: 0;
}
#desktop-header .dropdowns #dropdown-visit .shops .entry-image
{
    height: 90px;
}
#desktop-header .dropdowns #dropdown-visit .rentals .entry-image
{
    height: 180px;
}
#desktop-header .dropdowns #dropdown-take-a-class .classes-list .entry-image
{
    height: 70px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#desktop-header .dropdowns #dropdown-take-a-class .instructors .entry-image
{
    height: 180px;
}
#desktop-header .dropdowns #dropdown-exhibits .entry-image
{
    height: 150px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#desktop-header .dropdowns #dropdown-events .entry-image
{
    height: 200px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#desktop-header .dropdowns #dropdown-kids-corner .childrens-museum .entry-image, #desktop-header .dropdowns #dropdown-kids-corner .summer-camp .entry-image
{
    height: 180px;
}
#desktop-header .dropdowns #dropdown-get-involved .entry-image
{
    height: 180px;
}
#desktop-header .dropdowns #dropdown-contact #locations-map
{
    height: 300px;
}
/*Mobile Header*/
#mobile-header
{
    background-color: #FFFFFF;
}
#mobile-header-menu
{
    background-color: #353895;
    color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 110;
    max-height: 100%;
    overflow-x: hidden;
}
#mobile-header-menu-trigger
{
    color: #FFFFFF;
    position: relative;
    display: block;
    padding: 10px;
}
#mobile-header-menu-trigger .glyphicons:before
{
    display: block;
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: -16px;
}
#mobile-header-menu #mobile-menu-body.in + #mobile-header-menu-trigger-row .trigger
{
    background-color: #5A5DC7;
}
#mobile-header-menu #mobile-menu-body H4
{
    position: relative;
    border-bottom: 1px solid #5A5DC7;
}
#mobile-header-menu #mobile-menu-body H4, #mobile-header-menu #mobile-menu-body H5
{
    margin: 0;
}
#mobile-header-menu #mobile-menu-body A
{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    display: block;
    /*
    border-bottom: 1px solid #5A5DC7;
    */
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    padding: 12px 30px;
}
#mobile-header-menu #mobile-menu-body .dropdown .caret-wrapper {
    padding: 1em 1em 0.8em 2em;
    /*
    float: right;
    position: relative;
    top: -10px;
    right: -1em;
    */
    position: absolute;
    top: 0;
    right: 15px;
}
#mobile-header-menu #mobile-menu-body .dropdown .caret
{
    display: block;
    margin-top: 0px;
}
#mobile-header-menu #mobile-menu-body .dropdown .collapsed .caret
{
    margin-top: 2px;
}
#mobile-header-menu #mobile-menu-body .sub-menu
{
}
#mobile-header-menu #mobile-menu-body .sub-menu A
{
    font-size: 1.2rem;
    padding: 10px 30px 10px 50px;
    border-bottom: 1px dotted #008C99;
}
#mobile-header-menu A:hover, #mobile-header-menu A:focus, #mobile-header-menu .current-menu-item A
{
    background-color: #5A5DC7;
    text-decoration: none;
}
#mobile-header-menu .panel-body
{
    padding: 0px;
}
#mobile-header-menu .panel-body UL
{
    margin-bottom: 0px;
}
#mobile-header-menu .panel-body .panel, #mobile-header-menu .panel-body .panel-heading
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
    background-color: rgba(216, 4, 4, 0) !important;
    border: 0px solid black;
    margin-bottom: 0;
}
/*Mobile Search*/
/*[clearfix]*/
#mobile-header-search-panel
{
    padding: 15px;
}
#mobile-header-search-panel .form
{
    margin: 0;
}
#mobile-header #mobile-logo-column
{
    padding-top: 60px;
    padding-bottom: 20px;
}
/*///// Content ///////////////////////////////////////////////////////////////*/
.section-title
{
    background-color: #e3e3e3;
    text-transform: uppercase;
    padding: 16px 0px;
}
.section-title H1
{
    color: #3F3F3F;
    line-height: 1;
    margin: 0;
}
#content
{
    padding-top: 10px;
    padding-bottom: 10px;
}
#content #content-wrapper
{
    margin-top: 15px;
    margin-bottom: 15px;
}
#content #content-wrapper ARTICLE
{
    /*background-color: #FFFFFF;*/
}
#content #content-wrapper .entry-content UL LI
{
    list-style: disc inside;
    margin-left: 10px;
    min-height: 24px;
    font-size: 1.15rem;
}
#content #content-wrapper .entry-content td{
    font-size: 1.15rem;
}
#content #content-wrapper .entry-content P
{
    margin-bottom: 20px;
    line-height: 2;
    font-size: 1.15rem;
    margin-top: 10px;
}

#content .search .input
{
    padding: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    font-size: 1.25rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#content .search .submit
{
    margin-top: -32px;
    margin-right: 30px;
}
#content .search .submit::before
{
    font-size: 1.5rem;
}
/*///// Sidebar ///////////////////////////////////////////////////////////////*/
#sidebar
{
    margin-top: 15px;
    margin-bottom: 15px;
}
#sidebar A
{
    color: #282828;
}
#sidebar A:hover
{
    color: #33999B;
    text-decoration: none;
}
#sidebar .content
{
}
#sidebar .widget-container
{
    margin-bottom: 40px;
}

#sidebar .widget-container A
{
    display: block;
    color: #282828;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.2;
    font-size: 1.2rem;
    padding: 5px 15px;
}
#sidebar .widget-container A:hover
{
    background-color: #FFE3AC;
    text-decoration: none;
}

#sidebar .widget-title
{
    margin-top: 0;
    color: #3F3F3F;
    padding: 7px 15px;
}
#sidebar .widget-title, #sidebar .widget-title A
{
    background-color: #c8c8c8;
    font-size: 1.55rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
#sidebar .widget-title:hover, #sidebar .widget-title A:hover
{
    /*background-color: #FFE3AC;*/
    text-decoration: none;
}
#sidebar .subnav A
{
    display: block;
    color: #282828;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.2;
    font-size: 1.2rem;
    padding: 5px 15px;
}
#sidebar .subnav A:hover
{
    background-color: #FFE3AC;
    text-decoration: none;
}
#sidebar .subnav .current-item, #sidebar .subnav .current_page_item > A
{
    font-weight: bold;
    background-color: #FFE3AC;
}
/*///// Footer ////////////////////////////////////////////////////////////////*/
#footer
{
    /*background-color: #FFFFFF;*/
}
#footer A
{
    color: #282828;
}
#footer .content
{
}
/*Sitemap*/
#footer #footer-sitemap-row
{
    background-color: #FFCC67;
    text-align: right;
    padding: 5px 0px;
}
#footer #footer-sitemap-row A
{
    color: #3F3F3F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url(images/icon-arrow-down.png);
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 24px;
}
#footer #footer-sitemap-links
{
    padding-top: 30px;
}
#footer #footer-sitemap-links .nav-justified > LI
{
    padding: 0px 10px;
    margin-bottom: 30px;
}
#footer #footer-sitemap-links A
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1 !important;
    display: inline-block;
    margin-bottom: 8px;
}
#footer #footer-sitemap-links .sub-menu A
{
    font-weight: normal;
}
/*Primary Row*/
#footer #footer-primary-row
{
    background-color: #eee;
    padding: 20px 0px;
}
#footer #footer-primary-row #footer-contact
{
    margin-bottom: 10px;
    border-bottom: 1px solid #808080;
    padding-bottom: 30px;
}
#footer #footer-primary-row #footer-logo
{
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
#footer #footer-primary-row H3
{
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
#footer #footer-primary-row P
{
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
}
#footer #footer-primary-row UL
{
    margin: 0 0 20px 0;
}
#footer #footer-primary-row .phone
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 400;
}
#footer #footer-primary-row .social A
{
    height: 32px;
    width: 32px;
    background-color: #353895;
    border: 0;
}
#footer #footer-primary-row .social A:before
{
    font-size: 2.8rem;
    line-height: 31px;
    color: #E3E3E3;
}
#footer #footer-primary-row #footer-newsletter
{
}
#footer #footer-primary-row #footer-awards
{
    margin-left: -15px;
    /*margin-right: -15px;*/
}
#footer #footer-primary-row #footer-awards A
{
    padding: 10px;
}
#footer #footer-primary-row #footer-awards .award-title
{
    color: #282828;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
/*Copyright*/
#footer #footer-copyright-row
{
    background-color: #353895;
    color: #FFFFFF;
    padding: 10px 0px;
    font-size: 0.95rem;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
#footer #footer-copyright-row a
{
    color: #FFFFFF;
    text-decoration: underline;
    padding-right: 20px;
}

#footer #footer-copyright-row #copyright
{
    margin: 15px 0px;
}
#footer #footer-copyright-row #credit
{
    margin: 15px 0px
}

#footer #footer-copyright-row #credit a{
    display:inline;
}

#footer address{
    font-size:1.2rem;
}
#footer-contact-hours{
    font-size:1.2rem;
}
/*///// Homepage ////////////////////////////////////////////////////////////////*/
.home
{
}
.home H2.entry-title
{
    font-size: 2rem;
    color: #3C3C3C;
    margin-top: 5px;
    padding-top:14px;
}
.home .entry-excerpt
{
    margin-bottom: 10px;
}
.home #recent-news H4
{
    margin-top: 0;
    margin-bottom: 0;
}
.home #recent-news H4 A
{
    color: #282828;
    font-weight: 700;
}
.home .slideshow .dualbrain-slide
{
    width: 100%;
}
.home .slideshow .dualbrain-slide .dualbrain-slide-content
{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 20px 30px 30px;
    width: 100%;
    /*margin-bottom: -218px;*/
    /*transition: all 1000ms ease-in-out;*/
    /*-webkit-transition: all 1000ms ease-in-out;*/
    /*-moz-transition: all 1000ms ease-in-out;*/
    /*-o-transition: all 1000ms ease-in-out;*/
    /*-ms-transition: all 1000ms ease-in-out;*/
}
.home .slideshow .dualbrain-slide .dualbrain-slide-content H1, .home .slideshow .dualbrain-slide .dualbrain-slide-content H2
{
    margin: 0 0 5px 0;
    font-size: 1.2rem;
}
.home .slideshow .dualbrain-slide .dualbrain-slide-content .read-more
{
    color: #FFF;
    text-decoration: underline;
}
.home .slideshow .cycle-slide-active .dualbrain-slide-content
{
    /*margin-bottom: 0;*/
}
.home .slideshow .dualbrain-slide
{
    margin: -27px 31px 0 0;
    position: absolute;
    right: 0;
    z-index: 100;
	margin-top:5px!important;
	border:0px solid red!Important;
}
.home .slideshow .dualbrain-pager SPAN
{
    display: inline-block;
    height: 14px;
    width: 14px;
    text-indent: -5000px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.55);
    /*+border-radius: 50%;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
}
.home .slideshow .dualbrain-pager SPAN.cycle-pager-active
{
    background-color: #FFFFFF;
}
/*///// Events  ////////////////////////////////////////////////////////////////*/
.tribe-events-back
{
    display: none;
}

#tribe-events-bar
{
    margin-bottom: 0 !important;
}
#tribe-bar-views .tribe-bar-views-list
{
    columns: auto !important;
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
}
#tribe-bar-views .tribe-bar-views-list LI
{
    list-style: none !important;
    margin: 0 !important;
}
#sidebar .tribe-events-list-widget-events
{
    background-image: url(images/icon-calendar.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 80px;
    font-weight: 100;
    margin-top: 15px;
}
#sidebar .tribe-events-list-widget-events .entry-title
{
    font-weight: bold;
    margin-bottom: 5px;
}
#sidebar .tribe-events-list-widget-events .entry-title A
{
    padding: 0;
}
#sidebar .tribe-events-list-widget-events .duration
{
    font-weight: 400;
    line-height: 1.25;
}
.tribe-events-notices LI
{
    list-style: none !important;
}
.single-tribe_events header.entry-header
{
    display: block !important;
}
.single-tribe_events header.entry-header .entry-title
{
    font-size: 2.833rem;
    font-weight: 700;
    margin-top: 0;
}
.single-tribe_events header.entry-header .entry-meta
{
    columns: 1 !important;
    -webkit-columns: 1 !important;
    border-bottom: 0;
}
.single-tribe_events header.entry-header .entry-meta LI
{
    display: block;
    margin-bottom: 10px;

    color: #282828;
    font-size: 1.5rem;
    line-height: 1.25;
}
.single-tribe_events header.entry-header .entry-meta LI STRONG
{
}
.single-tribe_events header.entry-header .entry-meta LI SPAN
{
}
.single-tribe_events .tribe-events-cal-links
{
    margin-top: 20px;
}
.single-tribe_events ARTICLE .entry-venue
{
    margin: 50px 0px;
}
.single-tribe_events ARTICLE .entry-venue .entry-venue-map > DIV
{
    height: 250px !important;
}
.single-tribe_events ARTICLE .entry-venue .entry-venue-details
{
    font-size: 1.5rem;
}
.single-tribe_events ARTICLE .entry-venue .entry-venue-details H3
{
    margin-top: 0;
}
.single-tribe_events ARTICLE .entry-venue .entry-venue-details DD
{
    margin-bottom: 15px;
}
/*///// Exhibits  ////////////////////////////////////////////////////////////////*/
.exhibits ARTICLE
{
    margin-bottom: 30px;
}
.exhibits ARTICLE .entry-title A
{
    color: #282828;
}
.exhibits .exhibits-list{
    margin-top: -60px;
}
.exhibits .exhibits-list ARTICLE .entry-title
{
    min-height: 80px;
    position: relative;
    font-size: 1.75rem;
}
.exhibits .exhibits-list ARTICLE .entry-title A
{
    bottom: 0;
    position: absolute;
}
.exhibits ARTICLE .entry-date
{
    /*background-image: url('images/icon-calendar-small.png');*/
    /*background-position: center left;*/
    /*background-repeat: no-repeat;*/
    /*padding-left: 21px;*/
}
.exhibits ARTICLE .entry-excerpt
{
    height: 123px;
}

.exhibits ARTICLE .entry-footer .read-more
{
    font-size: 1rem;
    width: 100%;
}
.exhibits ARTICLE .entry-image
{
    background-position: center;
    background-size: cover;
    width:100%;
}
ARTICLE.exhibit.single .entry-header .entry-details LI {
    font-size: 1.5rem;
}
ARTICLE.exhibit.single .entry-header .entry-details LI STRONG {
    display: inline-block;
    width: 110px;
}
/*///// Kids Corner  ////////////////////////////////////////////////////////////////*/
/*.kids-corner .entry-content img{
    width:100%;
} */

figure.gallery-item {
    display: inline-block;
    margin: 5px;
}

/*///// Classes  ////////////////////////////////////////////////////////////////*/
.class-article
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.class-article .entry-image
{
    background-position: center;
    background-size: cover;
}
.class-article .entry-title
{
    margin-bottom: 0;
}
.class-article .entry-title A
{
    margin-bottom: 0;
    color: #282828;
}
.class-article .entry-title A:hover
{
    color: #33999B;
    text-decoration: none;
}
/*///// News  ////////////////////////////////////////////////////////////////*/
.posts.loop
{
}
.posts.loop A
{
    color: #282828;
    
}
.posts.loop ARTICLE
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ACACAC;
}
.posts.loop ARTICLE:not(.category-blog) .entry-title
{
    margin-top: 0;
}
.posts.loop ARTICLE .entry-date
{
    margin-bottom: 10px;
    line-height: 1;
}
.posts.loop ARTICLE .entry-excerpt P
{
    margin-bottom: 2px !important;
    margin-top: 0 !important;
}
.posts.loop ARTICLE .read-more
{
    color: #33999B;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    line-height: 1;
}
/*///// Blog  ////////////////////////////////////////////////////////////////*/
.category-blog-template ARTICLE
{
}
.category-blog-template ARTICLE .entry-date
{
    background-image: url('images/icon-calendar-small.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 21px;
}
.category-blog-template ARTICLE .entry-image
{
    background-position: center;
    background-size: cover;
}
.category-blog-template ARTICLE .entry-excerpt
{
    margin-bottom: 30px;
}
.category-blog-template ARTICLE .entry-excerpt P
{
    line-height: 1.5 !important;
}
.category-blog-template ARTICLE .read-more
{
    display: block !important;
    color: #33999B;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    padding: 15px 0px;
}
.category-blog-template ARTICLE .read-more:hover
{
    color: #353895;
}
ARTICLE.single .entry-meta
{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D8D5;
}
ARTICLE.single .entry-date
{
    background-image: url('images/icon-calendar-small.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 21px;
    display: inline-block;
    margin-right: 20px;
}
ARTICLE.single .entry-author
{
    background-image: url('images/icon-author.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 21px;
    display: inline-block;
}
/*///// Social Sharing  ////////////////////////////////////////////////////////////////*/
.ssba
{
    color: #626262;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 20px;
    padding-top: 15px;
}
.ssba A
{
    display: inline-block;
    margin-right: 7px;
}
/*///// Cold Fusion Forms  ////////////////////////////////////////////////////////////////*/
TABLE
{
    background-color: transparent !important;
}
TABLE>thead>tr>th,
TABLE>tbody>tr>th,
TABLE>tfoot>tr>th,
TABLE>thead>tr>td,
TABLE>tbody>tr>td,
TABLE>tfoot>tr>td
{
    padding: 10px !important;
    border-width: 0 !important;
}

TABLE td.subheader
{
    font-size: 2rem;
}
TABLE .red
{
    color: #FF0000;
}
TABLE FORM
{
    background: #ffcc67;
    padding: 10px;
}
TABLE INPUT[type="text"],
TABLE INPUT[type="password"]
{
    background-color: #FFFFFF;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    text-indent: 10px;
    padding: 8px !important;
}

.donate_form
{
    background: #ffcc67;
    padding: 10px;
}

.wpcf7-form .radio input[type=radio]
{
    position: relative;
    margin: 0;
}
.wpcf7-form-control-wrap .wpcf7-list-item{
    display:block;
}
.wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"]{
    display:inline;
    width:auto;
    margin-right:10px;
}
.wpcf7-form input[type=file]
{
    text-indent: 0;
}

/* -------------- CUSTOM SYMPHONI CREATED STYLES -------------------- */

article.category-press figure {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 160px;
    max-width: 160px;
    min-height: 200px;
}

/*article.category-press figure.gallery-item figcaption{
    min-height: 50px;
}*/

.logo {
    margin: 0 auto;
}

.location_contact_information {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 1.15rem;
    margin-top: 10px;
}

.google-map {
    width: 100%;
    height: 500px;
}

.donate-widget img {
    width: 100%;
}


@media (max-width: 1200px) {
    #desktop-header #desktop-header-menu LI A {
        padding: 12px 19px;
    }
}
/*///// END ////////////////////////////////////////////////////////////////*/

#accordion{}
#accordion .orange-panel-title{
    padding: 30px;
    background-color: orange;
    margin-bottom: 10px;
    color: #444;
    display: block;
}
#accordion .panel-title h3{

}
#accordion a[aria-expanded="true"].panel-title h3{
    color:white;
}


#take-a-class .entry-photo, #donate .entry-photo{
    height: 238px;

}
#take-a-class .entry-photo a, #donate .entry-photo a{
    display:block;
    overflow:hidden;
}
#take-a-class .entry-photo a img, #donate .entry-photo a img{
    height: 100%;
    width: auto;
    position: relative;
    max-width:none;
    left:-50%}


/*MEGAMENU STYLING*/
#mega-menu-wrap-main {
    background: #353895;
}
/*MEGAMENU focused menu bar link*/
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus {
    background: #D06639;
}
/*MEGAMENU menu bar link*/
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    /* padding: 10px 15px; */
    display: block;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 12px 15px;
    transition: background-color 500ms ease-in-out;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    white-space: nowrap;
}
/*MEGAMENU Dropdown container*/
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #D06639;
    box-shadow: 999px 0px 0px 0px #D06639,-999px 0px 0px 0px #D06639;
    padding-top: 30px;
    padding-bottom: 30px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-title{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: baseline;
    white-space: normal;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-p{
    font-size: 0.85rem;
    margin: 0 0 10px;
    color:white;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.5;

    padding: 0;
    border: 0;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-link{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.8rem;
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: 400;
}
.mm-subtitle{}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-event{
    width:32%;
    border-left: 1px solid #E4A589;
    padding-left: 10px;
    float:left;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    display: block;
    clear: none;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-2col-container{
    margin:0;
    padding:0;
    padding-bottom:25px;
    overflow: hidden;
    display:block;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-2col-container__img{
    float: left;
    width:127px;
    height:70px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .mm-2col-container__p{
    color:white;
    font-weight:bold;
    float: left;
    font-size:14px;
    width: 110px;
    padding-left: 12px;
    white-space: normal;
}
.mm-full-img{}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget{
    border-left: 1px solid #E4A589;
    padding-left: 10px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu  li:first-of-type .textwidget{
    border-left: none;
}

/* ACCORDION REQUIRED STYLES */

.accordion__item{
    margin-bottom: 5px;
}
.accordion__item__content {
    transition: height .12s linear;
    overflow: hidden;
    height:auto;
    position:absolute;
    visibility:hidden;
    background-color:white;
}
.accordion__item__content p a {
    transition: none;
}

.accordion__item__content.open {
    position:static;
    visibility:visible;
}

.accordion__item__label{
    background-color: #353895;
    display: block;
    text-decoration:none;
    padding: 15px 30px;
    color: white;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.accordion__item__label:hover{
    text-decoration: none;

}
.take-a-class .accordion__item__label{
    padding-right: 28px;
    font-size:1.5rem;
}


@media(max-width:767px){
    .take-a-class .accordion__item__label{
        font-size:1rem;
        padding: 8px 30px;
    }
    .take-a-class .accordion__item__label:after{
        content:none;
    }
}


.accordion__item__label:hover{
    color:white
}
.accordion__item__label::after{
    content: "+";
    float: right;
    font-size: 4rem;
    line-height: 2rem;
}
.accordion__item__label.selected{
    color:white;
}
.accordion__item__label.selected::after{
    content: "-";
    float: right;
    font-size: 4rem;
    line-height: 2rem;
}
.accordion__item.friend .accordion__item__label{
    background-color:#353895;
}

.accordion__item.patron .accordion__item__label{
    background-color:#CE6631;
}

.accordion__item.contributor .accordion__item__label{
    background-color:#FFCC67;
}

.accordion__item.individual .accordion__item__label{
    background-color:#31999C;
}

.accordion__item.family .accordion__item__label{
    background-color:#309D4E;
}

.accordion__item.sterling .accordion__item__label{
    background-color:#C9C9C9;
}

.accordion__item ul {
 -webkit-column-count: 1 !important;
}
.accordion__item ul li{
    list-style:none;
    width:100%;

    display:block;
}
.accordion__item ul.plusbefore {

}
.accordion__item ul.plusbefore li {

}
.accordion__item ul.plusbefore li:before {
    content:'+ ';
    color: #CE6631;
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main #mega-menu-main li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item-has-children > a.mega-menu-link:after{
    content:none;
}

input[type=submit]{
    background-color: #33999B;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 8px 20px;
}

.entry-excerpt {
    padding: 20px 0;
}