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

iframe {
    max-width: 100%;
}

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

.page .onepage {
    padding: 0;
}

.page .content,
.page .socialink-module {
    padding: 1em 2em;
}

#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;
    margin: 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;
}

.header_inner nav,
.header_inner div {}

.header_inner .topmenu.searcher {
    order: 2;
}

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

.header_inner nav.searcher {
   
    padding-top: 0;
}

.logo {
    width: 70%;
      margin-left: 0;
      margin-right: auto;
}

.logo img {
    height: auto;
    max-width: 120px;
    width: 100%;

}

.header-menu-top {
    width: calc(100% - 150px);
}

.header-menu-top .topheader-bottomline .menu_nav {
    order: 3;
}

.header_inner .socialmedia {
    margin-right: 1em;
}


/* burger time */

.burger-wrap {

width: 50px;
padding: 0;
}

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

#init_header_menu {
    display: none;
}

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

#init_header_menu: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;
}

#init_header_menu: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;
}

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



.burger-time label { 

}

.sink_dropdown_container ul { display: none; }

#init_header_menu:checked + .add-heat ul#menu-main { 

}

.sink_dropdown_container ul.mobile_expanded {
    display: block;
    position: absolute;
    padding: 1em;
    z-index: 999; 
    left: 0;
    right: 0;
    
    top: 175px;
}

.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,
.panel-circles {
    -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,
.silo,
.circle-container {
    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 and set 100% widths  */

.sidebar,
.content,
.topmenu ul,
.topmenu ul li,
.footermenu .col,
.sitecredits,
.sinkcredits,
.menu_indicator,
.footer_inner .socialmedia,
.tagline,
header .search_container,
.col,
.content .flexible.related_grid_inner article.archive_post, 
.onepage .socialink-module.module-addcontent.view-grid article.archive_post {
    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;
}

.search_container .flexible {
    justify-content: flex-start;
    align-items: center;
    flex-direction: revert;
    font-size: .8em;
    margin-bottom: 0;
}



/* margin adjustments */

.search_container {
    margin-bottom: 1.2em;
}


/* padding adjustments */

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

.socialink-module.module-heroimage {
    padding: 0;
}


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

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

section.socialink-module .textholder {
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

section.socialink-module.module-threecol .onecolumn.textholder {
    max-width: 300px;
}


/* 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: 1em;
    margin-top: 0;
}

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

.menu-blockified > ul > li {
    display: block;
    margin-top: 10px;
}

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

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

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;
    /* padding-left: 1em;
    padding-right: 1em; */
}

.page .pageinfo h1 {
    padding-left: 1em;
    padding-right: 1em;
}

    .archive .pageinfo h1,
      .search .pageinfo h1 {
  font-size: 1.5em;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
}

article.archive_post.view-list h2 {
    font-size: 1.5em;
}

.pageinfo h2 {
    padding-left: 1em;
    padding-right: 1em;
}

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

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

.slideshow_area div.slide {
    background-position: center center;
    background-size: cover;
    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;
}

.content .flexible.related_grid_inner article.archive_post,
.onepage .socialink-module.module-addcontent.view-grid article.archive_post {
    margin-bottom: 2em;
}

article.archive_post {
    flex-direction: row;
}

.onepage .socialink-module.module-addcontent.view-list article.archive_post .featimg,
.archive article.archive_post {
    width:  100px;
}

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

.socialink-module.module-repeated .flexible.nw {
    flex-direction: row;
}

main.singlepage.metadata-exists section.content {
    flex-direction: column;
}

main.singlepage.metadata-exists section.content .main-content,
main.singlepage.metadata-exists section.content .metadatum {
    width: 100%;
}

main.singlepage.metadata-exists section.content .main-content {
    margin-bottom: 2em;
}

main.singlepage.metadata-exists section.content .metadatum {
    margin-left: 0;
}

.circle-container {
    height: auto;
    width: 300px;
    margin: auto;
}

.circle-container::before {
    margin-left: 0;
}

.circle-container-inner {

  width: 300px;
  height: 300px;
  max-width: 300px !important;
}

.page .socialink-module.module-repeated {
    flex-direction: row;
    flex-wrap: wrap;
}

.page .socialink-module.module-repeated .module_img {
    width: 25%;
    margin-right: 1%;
}

.page .socialink-module.module-repeated .module_text {
    width: 70%;
}

.page .socialink-module.module-repeated .onerow {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.page .socialink-module.module-repeated .onerow:nth-child(2n) {
    flex-direction: row-reverse;
}

.module-addcontent .module_inner {
    flex-direction: column;
}

.module-addcontent .module_inner article {
    text-align: center;
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
}

.onepage .socialink-module.module-addcontent.view-grid article.archive_post {

    display: flex;
    align-items: flex-start;
}

article.archive_post.view-list {
    flex-direction: column;
}

.search article.archive_post,
.archive article.archive_post {
    flex-direction: column;
    width: 100%;
}

.footermenu-inner.flexible {
  align-items: flex-start;
  max-width: 98%;
  justify-content: flex-start;
}

#footer .menu_horizontal li {
    margin-left: 0;
    height: auto;
}

.footermenu-inner.flexible {
    font-size: .7em;
}

.sinkcredits {
    margin-top: 10px;
}

.topheader-bottomline {
padding-top: 0;
  display: flex;
  flex-wrap: wrap;

  justify-content: flex-end;
  align-items: center;
  font-size: .7em;
  font-weight: 800;
  margin-right: 1em;
}

 .home .herospot.main {
  height: calc(100vh - 170px);
  height: calc(100vh - 232px);
}

.hero-slideshow .herospot.main,
.home.hero-slideshow .herospot.main {
/*     height: calc(100vw / 2.5);   */
    min-height: calc(100vw / 2.5); 
/*     height: 100vh; */
    height: calc(100vh - 232px);
}

.home .herospot.main .caption_container {
    width: 100%;
    font-size: 2.5vw;
    padding: 1em;
}

.hero-slideshow.home .herospot.main > div {
   height: calc(100vw / 2.5); 
   height: calc(100vh - 232px);
}
.slideshow_area div.slide,
.slideshow_area .slide .slideshow-meta-data, .herospot > div.slideshow-meta-data {
   height: calc(100vh - 232px);
}
.content-silos.flexible {
    margin-top: 0;
}


.content-silos.flexible > .silo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.content-silos.flexible > .silo:last-child, .panel-buttons > a:last-child {
    margin-right: auto;
}

.sink_cfields.fld-panel_bottom_header_link > a {
    background-position: 25px center;
  background-size: 49px;
  text-align: right;
  display: block;
  padding-right: 10px;
  padding-left: 0;

}

.fld-welcome_statement {
    padding: 0 2em;
}

.fp-section {
    padding: 2em;
}

.panel-featureds > .feat-item {
  width: 100px;
  height: 100px;
  border-radius: 100em;
  border: 5px solid #fff;
  overflow: hidden;
  margin-bottom: 10px;
}


.section-people h1 {
    font-size: 1.7em;
}

.panel-buttons {
    flex-direction: column;
}

.panel-buttons a {
    display: inline-block;
    margin-bottom: 10px;
}

.fp-section.section-people {
    padding-bottom: 7em;
}

.section-featured-media {
    padding-top: 12em;
    padding-bottom: 10em;
}

.section-featured-media img {
    max-width: 100%;
}


.fp-section.section-bottom {
  background-image: linear-gradient(135deg, #FCDDEC 0%, #DDEFFC 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 10%);
  padding-top: 11em;
  margin-top: -10em;
  padding-bottom: 6em;
}

.circle-container {
    margin-bottom: 20px;
}

.panel-buttons .button {
    margin:  auto;
    margin-bottom: 20px;
}

.circle-container.circle-2 {
    margin-right: auto;
}

.module-threecol .onecolumn {
    width: 100%;
    max-width: 100%;
}

.module-threecol .onecolumn:last-child {
    margin-right: auto;
}

.herospot {
    height: 60vh;
}

.hero-slideshow .herospot {
    height: calc(100vw / 2.5);
}

.page .socialink-module.module-repeated .module_img {
  width: 35%;
  margin-right: 1%;
  min-width: 0;
}

.page .socialink-module.module-repeated .module_text {
  width: 63%;
}

.page article.archive_post h2 {
    text-align: left;
}

.single .content.flexible article,
.single .content.flexible aside {
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    float: none;
}

.grid-menus-inner {
    column-count:2;
}

.archive_post .featimg {
    width:100%;
}

.menu-blockified > ul > li {
    width:100%;
    margin:0;
}

.topheader-topline {
  border-bottom: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 10px;
}

.topheader-topline .socialink-gtrans-container,
.topheader-topline .socialmedia {
    margin-bottom: 10px;
}

.footer_inner .menu_horizontal ul {
    flex-direction: column;
    align-items: flex-start;
}

.metadatum {
  width: 100%;
  float: none;
}

.socialink-body-scrolled #header {
    position: relative;
}

.grid-menus-inner {
    grid-template-columns: 1fr;
}

.socialink-body-scrolled .scroll_only.btn {
  padding: 2em;
  
  position: relative;
  height: auto;
  margin: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    width: 150px;

}

.socialink-body-scrolled .scroll_only.btn a {
   
}


.wp-playlist-light {
    max-width: 100%;
    overflow: hidden;
}

.home .wp-playlist .mejs-container {
  min-width: 90vw !important;
  min-height: calc(100vw / 3) !important;
  overflow: hidden;
}


.sink_dropdown_container {
  z-index: 99999;
}

.slick-dots li button:hover {
    box-shadow: none;
}

.home .wp-playlist-light {
    max-width: 100%;
}

.herospot.main.herospot-uniqueimage {
  height: calc(100vw / 1.7);
}

.menu-grid-item {
   margin-bottom: 10px;
   margin-top: 10px;
}


.factsheets-template-default .pageinfo h1 {
    padding-left: 0;
    padding-right: 0;
}

.mobile_only,
.menu-blockified > ul > li ul li.mobile_only,
.sink_dropdown li ul li.mobile_only {
    display: block;
}

.footermenu .mobile_only,
.footermenu.menu-blockified > ul > li ul li.mobile_only {
    display: none;
}

.slideshow_area {
  height: auto;
}

.footer_inner.footermenu-main {
    padding: 1em;
}

.search_container .search_input {
    font-size: 1em;
}

/* clone adjust */

.sink_cfields.fld-panel_bottom_header_link > a {
    text-align: center;
}

.subfooter .col {
    width:100%;
}

#header .logo {
  margin-top: 0;
  width: 100%;
  max-width: 250px;
}

.home .sink_cfields h2 + div {
    max-width: 100%;
}

.section-featured-media {
    margin-top: -8em;
}



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

ul#menu-main li.button {
    background-color: #1c4e62;
}

.sink_dropdown_container .sink_dropdown li ul {
  background: #ffffff30;
  box-shadow: 5px 5px 0 #00000017;
  width: 92%;
}

.socialink-body-scrolled .scroll_only.btn {
  background: none repeat scroll 0 0 #01881C;
}


.sink_dropdown_container ul.mobile_expanded {
    top:112px;
}