/****
Responsive Stylesheet, 767px max.
****/
* {
	box-sizing: border-box;
}
body {
    /*background: teal;*/
}

iframe {
    max-width: 100vw;
}

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

#footer {
    padding: 1em;
    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: #00bff3;
    color: #fff;
}

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

	.mobile_navigation.flexible {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		        flex-direction: row;
		        padding: 0;
		        align-items: center;
		        border-top: 1px solid #fff;
		        margin-top: 1em;
		        padding-top: 1em;
	}

.logo {
    width: 70%;
}

.logo img {
   height: auto;
	max-width: 88vw;
	width: 100%;
}

.text_assist {
   font-size: 10px;
   margin-top: 1.3em;
   display: block;
   text-align: center;
   letter-spacing: .1em;
}

.mobile_expansion + label {
	color: #fff;
	font-size: 10px;
}

.searcher .mobil_expansion  {
	border: 0;
	 width: 24px;
}

.mobile_expansion:checked + label {
	
	 width: 24px;
	height: 24px;
	
}

.mobile_expansion + label.mobile_expand_search {
    border: none;
    width: 24px;
    border: 0;
    border-radius: 0;
}

.mobile_expansion:checked + label .text_assist {
    
    margin-top: 24px;
    margin-left: -7px;
}

.mobile_expand {
  left: 0;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 50;
}

#mobile_menu {
	background: #333;
	min-height: calc(100vh - 182px);
	padding: 0;
	top: 182px;
}

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 {}

.sink_dropdown > li  a {
    display: block;
    height: inherit;
    padding: 1em 2em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7em;
    border-bottom: 1px solid #444;
}

#mobile_menu .sink_dropdown li li a {

    background: transparent;
}


/* flexbox redirect */

.flexible,
.topmenu ul,
.topmenu li,
.storymodule:nth-child(even) .flexible,
.hero_inner,
.sasrc_flexible, .aboutcopy, .maincopy, 
.maincopy.category-blog,
.grid-view > .gridpost, .grid-view {
    -webkit-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,
.homehero .top .left,
.homehero .top .wrapper.right,
.related_contents.grid-view > .gridpost.square-grid,
.footer_inner.flexible > div, .footer_inner.flexible > nav,
.sasrc_flexible .flexleft, 
.aboutcopy .pageinfo, .maincopy .pageinfo, 
.maincopy.category-blog .pageinfo,
.sasrc_flexible .flexright, .aboutcopy .text, .maincopy .text, .maincopy.category-blog .text,
.grid-view > .gridpost, .grid-view > div,
.snk_cf7_row.flexible .cf7_fld_snk {
    width: 100%;
    -webkit-flex-basis: 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;
   
}

.header_inner > .logo  {
	 margin-top: 1em;
}
/* margin adjustments */

.search_container {
    margin-bottom: 1.2em;
}


/* 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: 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;
    flex-direction: row;
    font-size: .6em;
}

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

.home section {
	min-height: 0;
}

.homehero .hero_inner,
.maincaption.inactive,
.homehero .top,
.homehero .bottom,
.homehero .top .wrapper,
.homehero .top .wrapper.left,
.homehero .top .wrapper.right,
.home .herospot.embiggened,
.maincaption.offset-active.active .bottom, 
.maincaption.offset-active.active.scroll_assist,
.archive_post.pt-webinar header {
	display: block;
	height: auto;
	border: 0;
}

.maincaption.offset-active.active.scroll_assist {
	margin-bottom: 0;
	padding-bottom: 2em;
}

.herospot {
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%;
    max-height: none;
    padding: 1em;
    overflow: visible;
}

.homehero .top h1,
.homehero .top p {
	text-align: center;
	padding: 20px;
	max-width: none;
	border-left: 0;
	border-right:0;
}

.scroll_assist a {
	
	margin: auto;
}

.home a.button_impt {
    font-size: .8em;
    letter-spacing: .09em;
    padding: 5px 25px;
    min-width: 200px;
    width: 100%;
    margin: 5px auto;
    display: block;
    min-width: 0;
}

section.mid .inner p {
	line-height: 1.75;
	font-size: .7em;
}

.scroll_assist {
	position: relative;
	bottom: auto;
}

.missioncaption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.hero_inner > div {
	height: auto;
}

.homehero .bottom .button {
    margin-right: 0;
    width: 90%;
    margin: 1em auto;
}

@-webkit-keyframes downer {
    0% {
     -webkit-transform: translateY(0);
             transform: translateY(0);
     opacity: 1;    
 }

 100% { 
     -webkit-transform: translateY(0); 
             transform: translateY(0);
     opacity: 1;
     -webkit-transition: all 1s ease;
     transition: all 1s ease;
 }
}

@keyframes downer {
    0% {
     -webkit-transform: translateY(0);
             transform: translateY(0);
     opacity: 1;    
 }

 100% { 
     -webkit-transform: translateY(0); 
             transform: translateY(0);
     opacity: 1;
     -webkit-transition: all 1s ease;
     transition: all 1s ease;
 }
}

.grid-view .gridpost .mainpost {
	padding: 1em;
}

.footerlogo {
	margin-top: 1.53em;
	margin-bottom: 1.53em;
}

.footermenu ul {
	margin-top: 2em;
}

.footermenu ul li,
.sitecredits p,
.sasrc_flexible .flexleft h1, 
.aboutcopy .pageinfo h1, 
.maincopy .pageinfo h1, 
.maincopy.category-blog .pageinfo h1 {
	text-align: center;
}

.ppl-section h1 {
	font-size: 1.5em;
}

.grid-view {
	display: block;
}

.grid-view .gridpost .featimg {
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    height: 220px;
}

.slick-list {
	overflow-y: visible;
}

.sites {
	min-height: 300vh;
	padding: 1em;
}

.sites img {
	display: none;
}

.slideshow_area {
    max-height: none;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}

.hero_inner h1 {
	font-size: 2.5em;
}

.topic_search_header .search_inner {
   
    width: 90%;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 2em;
}

.topic_search_header .topic_search_term {
	width: 86%;
}

.topic_search_header .topic_search_term {
	font-size: 1.2em;
}

.topic_search_header .searchmenow {
    margin-right: 0;
    padding-right: 0;
}

h1 {
    font-size: 2.25em;
}

.archive_post .sink_event_metadata {
	padding: 0;
}

.snk_cf7_row.flexible .cf7_fld_snk {
	margin-bottom: 10px;
}

.wpcf7 textarea {
	min-width: none;
}

.branding-bar {
    height: 40px;
}

.branding-bar .center-name h3 {
    font-size: .8em;
}