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

* {
  box-sizing: border-box;
}


.centering_box, .notfound404, .search-results .pageinfo {
  max-width: 100%;
}

iframe {
    max-width: 100%;
}

.onepage {
    max-width: 100%;
    padding: 0 3%;
    width: 100%;
   
}

.home .herospot-outer {

}

#footer {
    padding: 1em;
    width: 100%;
    max-width: 100%;
    clear: both;
    margin-top: 120px;
    border: none;
}

.centering_box:not('#container') {
  
}


/* header */

#header {
    padding: .25em 0;
    width: 100%;
    position: relative;
    height: 118px;
    padding-bottom: 0;
}

.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;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    height: auto;
    position: fixed;
        top: 0;
        z-index: 555;
}


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

.header_inner .logo {
    width: 70%;
    height: auto;
        position: relative;
}

.header_inner .logo a,
.header_inner .logo img {
    display: block;
    margin: auto;
}

.header_inner nav.searcher {
    width: 15%;
    padding-top: 0;
    text-align: right;
    padding-right: 1em;
}

.header_inner .sink_dropdown li {
    list-style: none;
    float: none;
    height: auto;
}

.logo {
    width: 70%;

}

.logo img {
   width: 80px;
   height: auto;
   padding: 5px;
}

.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;
}

.socialmedia {
  padding: 5px 10px;
      text-align: center;
      background: #eaeaea;
      margin: 0;
      background: #939fb1;
      top: 119px;
      z-index: 10;
      position: absolute;
      right: 0;
}

.mailing-list-social .socialmedia {
    position: relative;
    top: auto;
    background: #fff;
    padding: 0;
}

.socialmedia svg {
  width: 12px;
}

.secondary-menu {
  display: block;
  position: fixed;
      top: 76px;
      z-index: 999;
}
.secondary-menu {

  background: #655F79;
  padding: 7px;
  margin-top: 5px;
  /*font-size: 3vw;*/
  white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    overflow-y: hidden; /* 2.5 */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
    width: 100%;
    font-size: 14px;
}

.secondary-menu::-webkit-scrollbar {
  display: none; }

.secondary-menu .sink_dropdown {
  display: flex;
  justify-content: space-between;
}

.secondary-menu:before {
  content: 'more >';
  background: #dcc9cf;
  font-size: 9px;
  margin-top: -7px;
  padding: 1px 5px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  z-index: 99999;
}

.secondary-menu ul li a {
  color: #fff;
}

body .secondary-menu .sink_dropdown > li {
  height: auto;
}

.secondary-menu .sink_dropdown li ul.sub-menu {
    min-width: 180px;
    padding: 5px;
   
}

.sink_dropdown > li > a{
  color: #333;
}

/* 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,
.topmenu ul li,
.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;
}


/* margin adjustments */

.search_container {
    margin-bottom: 1.2em;
    padding: 0;
}


/* padding adjustments */

.content,
.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 {
    background-position: center center;
}


/* 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:0;
  /*  min-height: 100vh;*/
    margin-top: 0;
}

.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);*/
    height: calc(100vw / 1.66);
    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;
}

/* 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;
    top: 120px;
    border-bottom: 5px solid #ccc;
}

.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*/

.sink_dropdown > li.hover > ul, .sink_dropdown li li.hover ul {
    position: static;
    transform: translateY(0px);
    margin-left: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top_teaser {
    position: relative;
    font-size: .8em;
    height: auto;
}

.top_teaser .flexible {
  padding: .5em;
  margin-bottom: 0;
}

.top_teaser .flexible h1 {
    color: #fff;
    font-size: 1.3em;
    margin: auto;
    letter-spacing: .02em;
    text-align: center;
    font-weight: 100;
    line-height: 1.2;
}

.top_teaser .flexible nav {
    position: relative;
    margin: auto;
    padding: .5em;
  
    margin-top: 5px;
    width: 100%;
    border-radius: 3px;
    right: inherit;
}

.top_teaser .flexible nav select {
  min-width: 0;
  background: white;
  text-align: center;
  padding: 5px;
  margin: auto;
  width: 100%;
}

article.archive_post {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.onearea {
  width: 100%;
  min-height: calc(100vw / 1);
}

.gw-feeds {
  text-align: center; 
}

.listview .readmore {
  justify-content: center;
}

.archive_post .featimg {
  margin-right: 0;
      width: auto;
    margin-bottom: 1em;
}

.gw-feeds-more .col {
  width: 100%;
}

.gw-feeds-more .col a {
  font-size: 1.2em;
}

.gw-feeds-more .col {

    border-right: none;
    border-bottom: 1px solid rgb(151, 136, 135);
}

.gw-feeds-more .col:last-child {
  border: none;
}

.gw-feeds-more {
  border-bottom: none;
}

.gw-explore-more header h1,
.gw-explore-more .inner {
  padding: 1em;
  font-size: 20px;
}

.gw-explore-more .inner ul li {
  font-size: 20px;
}

.home #footer {
  margin-top: 0;
}

.socialink-module {
  padding: 1em;
}

.single-tribe_events .socialink-module {
  padding: 0;
}

.socialink-module.module-heroimage,
.socialink-module.module-staggered {
  padding: 0;
  margin-left: -1em;
    margin-right: -1em;
    box-sizing: content-box;
}

.socialink-module.module-staggered {
    margin-left: 0;
    margin-right: 0;
}

.socialink-module.module-heroimage .modheader {
  padding: 0 2em;
}

.socialink-module.module-staggered h1 {
  padding: .8em;
}

.module-staggered .item .bodycontainer {
    padding: 0;
    width: 64%;
}

.onepage.show-sidebar .socialink-module.module-basic-text {
    padding: 0;
}

.socialink-module h1 {
    margin-bottom: .2em;
}

.module-staggered .item:nth-child(even) .imagecontainer {
  margin-left: 2%;
}
.module-staggered .item {
  flex-direction: row;
}

.module-staggered .item .imagecontainer {
  width: 33%;
  margin-right: 2%;
}

.socialink-module.module-heroimage

.socialink-module h1 {
    color: inherit;
    margin-bottom: 1em;
    font-size: 2em;
    line-height: 1.1;
}
.subfooter .flexible>div,
.events_content {

  width: 100%;
}

.socialink-module.grid .module_inner {
  justify-content: space-between;
}

.archive_post.gridview {
  width: 48%;
  margin: 0;
}

.hero-none .pageinfo {
  margin-top: 0;
}

.onepage.show-sidebar .content {
  flex-direction: column;
}

.onepage.show-sidebar .content>article {
  padding-right: 0;
  margin-bottom: 1.5em;
}

.memberfiltering .filterselect select {
    font-size: .9em;
    padding: .25em;
    width: 100%;
    background: #fff;
    margin-bottom: 1.5em;
}

.single-tribe_events .sidebar {
  margin-top: 2em;
}

.hero-none .pageinfo, .hero-none .content .tribe-events-single{
  margin-top: 0;
}

.onearea:hover .bottom {
  margin-top: -9em;
}

.subfooter .flexible>div.submenu a {
  color: #111;
}

.footermenu {
  display: none;
}

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

.cancel_search {
 
    padding-right: 2%;
}

body .sink_dropdown > li {
  display: block;
}

.onepage.show-sidebar .content>article {
  width: 100%;
}

.sink_dropdown li ul.sub-menu li {
  margin-left: 0;
}
.sink_dropdown li ul.sub-menu li.mobile_only {
  display: block
}

.scrolling.header_offset .sidebar  {
  position: relative;
  right: auto;
  background: #fff;
  transition: all .3s ease;
  max-width: none;
  top: auto;
  height: auto;
  overflow-y: auto;
  margin-top: 2em;
  bottom: auto;
}

.scrolling.header_offset.single-tribe_events .sidebar  {
    top: auto;
}

.single-tribe_events .tribe-related-events, .single-tribe_events .tribe-events-back,
#tribe-events-footer {
    width: 100%;
    max-width: 100%;
}

.tribe-events-single ul.tribe-related-events li {
    margin-bottom: 12px;
    padding: 10px 0;
    background: transparent;
    border: none;
}

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
  background: #696767;
}

.sink_dropdown > li.hover > ul {
	visibility: visible;
	opacity: 1 !important;
}
.sink_dropdown li > ul,
.sink_dropdown > li:hover > ul.submenu {
	opacity: 0 !important;
	transition: none;
}

.sink_dropdown > li.hover > ul.sub-menu li {
	display: block;
}
.sink_dropdown > li > ul {
	
}

.onepage.show-sidebar .socialink-module {
  width: 100%;
}




.report-template-subsite {

}

.report-template-subsite.onepage {
    padding: 0;
}
.report-template-subsite .logo {
    margin:  inherit;
    right: 0;
    top: 0;
width: 100px;
height: 100px;
}

.report-template-subsite .logo img {
    width:  inherit;
    height:  inherit;
    padding:  inherit;

}
.scrolling .report-template-subsite .logo {
    height:  0;
    width: 0;
    padding: 0;
    border: 0;
    opacity: 0;
}

.logged-in .report-template-subsite .logo {
    top:  40px;
}

.report-template-subsite .menu-open {
  position: fixed;
  top: 151px;
  z-index: 1000;
  right: 10px;
}

.report-module,
.report-module .inner-container-first,
.report-module.module-map {
    min-height: 100vh;
    height:  auto;
}


.report-module .module-infographics {
    flex-direction: column;
    border: none;
}

.report-module .one-infographic {
    border-right: 0;
    border-bottom: 2px dotted #fdefc5;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}


.report-module.expandable-on .property-expansion_text {
    padding: 1em;
}

.report-module .property-basic_text > div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 55px;
}

.report-module .vid_container,
.report-module .slideshow_area, .report-module .slideshow_area div.slide {
    height: 100vh;
    background-size: cover;
}

.report-module .vid_container video {
    height:  100vh;
    width: auto;
}

.module-more-button button {
    min-width: 100%;
}

footer.ann-report-footer {
    padding:  1em;
}

.report-module.module-map .inner-container-first {
    background-size: cover;
    min-height: 100vh;
    height: auto;
}

.report-module.moduletype-introductory .property-expansion_text {
    bottom: 100px;
}

.module-more-button {
   bottom: 40px;
    margin: auto;
    left: 5%;
    width: 90%;
    position: absolute;
}

.module-less-button {}

.module-less-button button {
 
}

.module-less-button button, .module-more-button button {
    min-width: 0;
    padding: 10px 30%;
}
.report-module.expandable-on.expanded .module-less-button {
    display: block;
}

.report-module.moduletype-quote {
    max-height: none;
}

.report-menu.expanded {
    padding: 1em;
}

.report-menu .inner {
    display: block;
}

.report-menu .report-row {
    font-size: .8em;
}

.report-menu .report-row.report-row-secondary ul {
    flex-direction: column;
}

.report-module.moduletype-introductory .property-expansion_text h1 {
    font-size: 2em;
}

.report-module.module-map .property-basic_text > div {
    padding-bottom: 0;
}

.report-module.module-map .property-basic_text {

  font-size: 1em;
  bottom: 0;
  left: 1em;
}

.report-module .property-header h1 {
    font-size: 2em;
}

.report-module .inner-container-first {
    padding:  2em;
}

.report-module.background-image-mobile-on .container-desktop-only {
    display: none;
}

.report-module .container-mobile-only {
    display: block;
}


.ann-report .buttonize_links ul {
    flex-direction: column;
    text-align: center;
}

.ann-report .buttonize_links ul li {
    margin: 0;
    margin-bottom: 10px;
}

.scrolling .report-template-subsite .menu-open {
    position: relative;
}

.report-menu h1 {
    font-size: 4vw;
    width: 70%;
    margin-top: 38px;
    margin-bottom: 13px;
}

body.menu-opened .ann-report .close-nav {
 
  top: 148px;
  right: 10px;
}

.logged-in .report-menu {
  top: 0;
}

.report-menu {
  position: absolute;
  height: auto;
  max-height: none;
}

body.scrolling.menu-opened .ann-report .close-nav {

  top: 10px;

}

.report-menu .buttonize_links ul {
    flex-direction: column;
    text-align: center;
}

.report-row-primary {
    column-count: 1;
}

.report-menu ul li {
    text-align: center;
}

.alignright, img.alignright,
.alignleft, img.alignleft {
    float: none;
    margin: 0;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.scrolling .menu-open {
    display: none;
}

.report-module.expandable-on.bg-video-on.expanded .property-expansion_text {
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

.report-module.expandable-on.expanded .property-expansion_text {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0;
    margin-top: -55px;
}

.report-module.background-color-on .property-basic_text {
    column-count: 1 !important;
}

.onepage.show-sidebar .content .contentblockswrap {
    padding-right: 0;
    width: 100%;
}