/****
Responsive Stylesheet, 767px max.
****/

iframe {
    max-width: 100vw;
}

.onepage {
    max-width: 100%;
    padding: 1em;
    width: 100%;
}

#footer {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.centering_box:not('#container') {
    max-width: 95% !important;
}


/* header */

#header {
    padding: .25em 0;
    width: 100%;
    position: relative;
}

.desktop_only {
    display: none;
}

.mobile_only {
    display: block;
}

.header_inner.mobile_only {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.header_inner nav,
.header_inner div {}

.header_inner nav.menu_nav {
    width: 15%;
    padding-top: 0;
}

.header_inner nav.searcher {
    width: 15%;
    padding-top: 0;
    display: flex;
    margin-right: 10px;
}

.logo {
    width: 70%;
}

.logo img {
    height: auto;
    max-width: 120px;
    width: 100%;
    background: #f2f2f2;
}

/* burger time */

.burger-wrap {
padding: 10px;
}

.burger-container {
  width: 30px;
  height: 26px;
  position: relative;
  margin: 10px;
  cursor: pointer;
      margin-bottom: 0;
}

.burger-container span {
  background: #323b43;
  display: block;
  position: absolute;
  height: 5px;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);

  opacity: 1;
  width: 100%;
}

.burger span {
  border-radius:10px;
  left: 0;
}

.burger span:nth-child(1) {
  top: 0px;
}

.burger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 10px;
}

.burger span:nth-child(4) {
  top: 20px;
}

#btnControl {
    display: none;
}

#btnControl:checked + .add-heat label > div > span:nth-child(1) {
  
  width: 0%;
  left: 50%;
}

#btnControl:checked + .add-heat label > div > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

#btnControl:checked + .add-heat label > div > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

#btnControl:checked + .add-heat label > div > span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



.burger-time label { 

}

.burger-time ul#menu-main { display: none; }

#btnControl:checked + .add-heat ul#menu-main { 
    display: block;
        background: #fff;
        position: absolute;
        padding: 1em;
        z-index: 999;
        left: 0;
        right: 0;
        border-bottom: 5px solid #000;
        z-index: 9999;
}

.burger-time label:active .add-heat ul#menu-main { display: none;  }

.burger-time .text_assist {
    font-size: 11px;
    line-height: 2;
    text-align: center;
    display: block;
    width: 50px;
}

/* end burger service*/

ul#menu-main li {
    list-style: none;
    margin-left: 0;
    margin-bottom: .5em;

}

.mobile_expansion:checked + label .text_assist {
    margin-top: 20px;
    margin-top: 20px;
    margin-left: -9px;
}

.mobile_expand {
    background: none repeat scroll 0 0 #f2f2f2;
    left: 0;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    position: absolute;
    top: 73px;
    width: 100%;
    z-index: 50;
}

input#mobile_expand_search {
    height: 0;
    width: 0;
}

.mobile_expand.right {
    right: 0;
    left: inherit;
}

.mobile_expand input {
    padding: 1em;
    width: 100%;
    border: 0;
    border-top: 2px solid #111;
}

.mobile_expand ul {
    margin-bottom: 0;
}

.mobile_expand li {
    list-style: outside none none;
}

.mobile_expand li a {}


/* flexbox redirect */

.flexible,
.topmenu ul,
.topmenu li,
.storymodule:nth-child(even) .flexible {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.flexible.twocol > div,
.flexible.twocol > .col,
.flexible.leftweighted .col:first-child,
section.socialink-module .flexible.twocol.imagecolumns > div.imgholder,
section.socialink-module .flexible.twocol.imagecolumns > div.textholder,
section.socialink-module.module-key-statistic p,
.archive_post .mainpost,
.content article.archive_post.grid_type,
.filter_containers .filterselectors .tablefilter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


/* full width and margin bottom only (useful for flex items) */

.flexible,
.topmenu li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}


/* clear floats  */

.sidebar,
.content,
.topmenu ul,

.footermenu .col,
.sitecredits,
.sinkcredits,
.menu_indicator,
.footer_inner .socialmedia,
.tagline,
header .search_container,
.col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

nav {
    float: none;
}


/* center text */

.logo,
.menu_indicator,
.search_container {
    text-align: center;
}


/* center block level items */

.logo {
    margin: auto;
    width: 43%;
    min-width: 150px;
}

.searcher .socialmedia {
    display: none;
}


/* margin adjustments */

.search_container {
    margin-bottom: 1.2em;
}


/* padding adjustments */

.storymodule .textholder,
section.socialink-module.module-key-statistic .textholder,
section.socialink-module.imagecolumns .textholder,
section.socialink-module.module-membergreeting .textholder {
    padding: 1em;
}

.fp_section.add_modules {
    padding: .5em;
}

.home .onepage,
section.socialink-module .textholder {
    padding: 0;
}


/* width adjustments */

.search_container input {
    width: 80%;
}


/* increase font size */

.mobile_friendly {
    font-size: 1.5em;
}


/* unconstrain height */

.slideshow img {
    height: auto;
}


/* bg position */

.herospot, .herospot .slideshow_area div.slide {
    background-position: center center;
    height: calc(100vw *0.71);
}


/* other, more specific rules */

.home .herospot .fp_layout {
    top: 0;
}

.home .herospot .fp_layout .cappy {
    font-size: .5em;
}

.vidholder .indicative {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.vidholder {
    margin-top: -2em;
}

.vidholder .titular {
    font-size: .8em;
    margin-top: -1em;
}

.fp_section.add_icons {
    margin-bottom: 1em;
}

.storymodule .flexible {
    margin-top: -15px;
    margin-bottom: -2px;
}

.storymodule-connect {
    height: 80px;
}

.storymodule .animated svg {
    width: 80%;
    height: 70px;
    margin: auto;
    display: block;
}

.storymodule h2 {
    font-size: 2em;
}

.subfooter {
    color: #fff;
    padding: 1em;
    height: 100vh;
    margin-top: 2em;
}

.menu-blockified > ul {
    display: block;
    margin-top: 2em;
}

.menu-blockified > ul > li > a {
    margin-bottom: 0;
}

.menu-blockified > ul > li:first-child > a {
    margin-bottom: 1em;
}

footer ul.sub-menu {
    margin-bottom: 1em;
}

.footerdonate h5 {
    padding: 0 26px;
}

.footerdonate {
    margin-bottom: 2em;
}

.sitecredits p {
    margin-top: 1em;
}

.pageinfo h1 {
    font-size: 2em;
}

section.socialink-module.module-key-statistic {
    margin-left: -2em;
    margin-right: -2em;
}

.slideshow_area.herospot {
    background-position: center center;
    background-size: cover;
    height: 400px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slideshow_area div.slide {
    background-position: center center;
    background-size: 100%;
    height: 400px;
    height: calc((100vw / 2.36) + 233px);
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.slidecaption {
    bottom: 0;
    width: 100%;
}

.slide_nav {
    display: none;
}

.metadatum .meta_item .lbl {
    display: block;
}

.results_container {
    background: transparent;
}

.results_container .mainpost {
    background: #fff;
}

nav.socialink-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: .6em;
}

.logged-in .subfooter .socialmedia,
.subfooter .socialmedia {
    height: auto;
    margin-top: 15px;
}


.button.b-lighthousered, .b-lighthousered  {
    margin-top: 1em;
    width: 100%;
}

.grants_full .col.grant-column,
.plugin-filterserver .filtering_controls .filtersection1>div {
    width: 100%;
}

.topmenu .socialmedia li  {
    width: auto;
    margin-bottom: 0;
}

#footer .topmenu {
    flex-direction: row;
    justify-content: center;
}

.footer_inner .col.left {
    text-align: center;
}

.footerlogos.logo_asf  {
    margin:auto;
}

.footertext {
    padding: 1em;
}

.sinkcredits p {
    font-size: .8em;
    text-align: center;
    margin-top: .5em;
}

.footer_inner {
    padding-bottom: 0;
}

.fp-caption {
    position: absolute;
    background: #fff;
    padding: 1em;
    width: 95%;
    bottom: 10px;
    font-size: .7em;
}

.homepage_columns .fp_col,
article.archive_post.gridview {
    width: 100%;
}

.homepage_columns .fp_col h2 + a {
    min-height: none;
}

.homepage_columns .fp_col h2 {

    padding: .5em;
    margin-bottom: 0;
}

.socialink-module.module-addcontent.grid > .centering_box {
    flex-wrap: wrap;
}

.plugin-filterserver .filtering_controls .filtersection {
    margin-bottom: 2em;
    flex-wrap: wrap;
} 

.plugin-filterserver .filtering_controls .filtersection1>div {
    margin-bottom: 2em;
}

article.archive_post.gridview .text {
    width: 100%;
}


.search_container .flexible {
    flex-direction: row;
}

.module_inner.columns_holder {
    flex-direction: column;
}

.container_inner .control_ps p:last-child {
    margin-bottom: 1em;
    font-size: .8em;
}

.herospot-special-inner .single-product-featured {
   width: 100%;
       left: 0;
       bottom: auto;
       position: relative;
       margin-bottom: 2em;
       border-bottom: 5px solid #000;
}

.homepage_columns.upcoming-items .upcoming-single {
    width:  100%;
    padding:  1em;
    margin-bottom: 1em;
}

.homepage_columns.upcoming-items .upcoming-single p {
    margin-bottom: 0;
}

.homepage_columns.upcoming-items .upcoming-single h1 {
    margin-bottom: 2px;
    font-size: 1.4em;
}

footer .footer_calendar {
    padding:  1em;
}

table.tribe-mini-calendar,
table {
    max-width: 100%;
}
.footer_calendar .calendar_inner .calview {
    width:  100%;
    overflow:  scroll;
}

.footer_calendar .calendar_inner .todayview {
    width:  100%;
}

.copy .text h1 {
    font-size: 2.6em;
}

#maincontent section.socialink-module.module0:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

article.archive_post.gridview:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#footer {
    margin-top: 1em;
}

.container_inner .pageinfo.popped_out>.centering_box .inner {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 1em;
    width: auto;
    max-width: 100%;
    word-break: break-word;
    right: 10px;
    font-size: .6em;
}

.onepage .exhibition_tabs .overview-introduction .blackbox {
    width:  100%;
}

.onepage .exhibitions_related {
    padding: 0;
    margin-top: 2em;
} 

.tribe-events-notices {
    background: #eaeaea;
    border-radius: 0;
    border: 1px solid #777;
    color: #777;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    /* text-shadow: 0 1px 0 #fff; */
}

.text .tribe-events-schedule h2 {
    font-size: 1.2em;
    margin-top: 0;
    color:  #000;
}

.tribe-events-sub-nav,
.tribe-events-sub-nav .tribe-events-nav-next, 
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous
{
    display: flex;
}

.onepage .overview-introduction .blackbox {
    width:  100%;
}