/*
Theme Name: PERIL Research
Description: Custom theme built for perilresearch.com
Version: 1.0
*/
/*
Colors:
#414e4a Outer Space
#5d4d6a English Violet
#bcacc3 Thistle
#b44418 Rust
#f4d06f Jasmine
#f6fae5 Beige
#bbd05e Yellow Green
#4c98a9 Blue (munsell)
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
h1 {
	font-size:  40px;
}
h2 {
	font-size:  35px;
}
h3 {
	font-size:  30px;
	line-height: 1em;
}
h4 {
	font-size:  25px;
}
h5 {
	font-size:  20px;
}
h6 {
	font-size:  15px;
}

a {
	color:  #4c98a9;
	transition: color 100ms linear;
}
a:hover {
	color: #4c98a9;
}
@-webkit-keyframes nextArrow {
	0% {
  	transform:  translateY(0);
  }
  50% {
  	transform:  translateY(10px);
  }
 	100% {
  	transform:  translateY(0);
  }
}
@keyframes nextArrow {
  0% {
  	transform:  translateX(0);
  }
  50% {
  	transform:  translateY(10px);
  }
	100% {
  	transform:  translateY(0);
  }
} 

@-webkit-keyframes slipRight {
	0% {
  	transform:  translateX(0);
  }
  100% {
  	transform:  translateX(200px);
  }
}
@keyframes slipRight {
  0% {
  	transform:  translateX(0);
  }
  100% {
  	transform:  translateX(200px);
  }
} 
@-webkit-keyframes slipLeft {
	0% {
  	transform:  translateX(0);
  }
  100% {
  	transform:  translateX(-200px);
  }
}
@keyframes slipLeft {
  0% {
  	transform:  translateX(0);
  }
  100% {
  	transform:  translateX(-200px);
  }
}
@-webkit-keyframes highlightSlide {
	0% {
  	width: 0;
  }
  100% {
  	width: 100%;
  }
}
@keyframes highlightSlide {
  0% {
  	width: 0;
  }
  100% {
  	width: 100%;
  }
}
@-webkit-keyframes highlightSlidePeriod {
	0% {
  	width: 0;
  }
  100% {
  	width: calc(100% - 17px);
  }
}
@keyframes highlightSlidePeriod {
  0% {
  	width: 0;
  }
  100% {
  	width: calc(100% - 17px);
  }
}

@-webkit-keyframes highlightSlidePeriodMobile {
	0% {
  	width: 0;
  }
  100% {
  	width: calc(100% - 11px);
  }
}
@keyframes highlightSlidePeriodMobile {
  0% {
  	width: 0;
  }
  100% {
  	width: calc(100% - 11px);
  }
}
@-webkit-keyframes menuSlideFromLeft {
	0% {
  	left: -100vw;
  }
 	100% {
  	left:  0;
  }
}
@keyframes menuSlideFromLeft {
  0% {
  	left: -100vw;
  }
 	100% {
  	left:  0;
  }
}
@-webkit-keyframes menuSlideFromRight {
	0% {
  	right: -100vw;
  }
 	100% {
  	right:  0;
  }
}
@keyframes menuSlideFromRight {
  0% {
  	right: -100vw;
  }
 	100% {
  	right:  0;
  }
}
 

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
   background-image:  url('/wp-content/themes/peril/images/topo7.svg?t=2');
  background-size: 275px;
  /*background-attachment: fixed;*/ 
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html, body {
	font-family: 'Lato', sans-serif;
	margin:  0;
	color:  #222;
}
html {
	margin-top: 0 !important;
	background:  linear-gradient(157deg, #414e4a 0%,#414e4a 100%);
	background: #eee;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	line-height: 1.1em;
}
.site-title {
	position:  absolute;
	left:  -9999999px;
}
header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: transparent;
    /*background: linear-gradient(180deg, rgba(0,0,0,.5) 20%, transparent 75%, transparent 100%);*/
    transition: background 150ms linear;
}
header nav {
	display:  flex;
	align-items: flex-end;
	width:  100%;
	padding: 0px 15px 0 0;
}
header .site-title-wrap {
	max-width: 300px;
/*	padding:  10px 15px 15px 15px;
*/	background: #382c41;
	margin: 30px 0 0 30px;
	transition: margin 150ms linear;
}
header .site-title-wrap a {
  font-size: 43px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  line-height: 1em;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: bold;
/*  border-bottom: solid 2px #5d4d6a;
*/  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
header .site-title-wrap p {
	color: #aaa;
	line-height: 1.05em;
	font-size: 16px;
}
header#site-header.scrolled .site-title-wrap {
	margin: 0 15px;
}
header.scrolled .site-title-wrap {
	background-color: #111;
}


header#site-header.scrolled nav .menu-top-menu-container ul li a {
	color: #fff;
}
header .nav-menu-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /*align-self: center;*/
  padding-right: 15px;
  padding-bottom: 0;
}
header#site-header.scrolled .nav-menu-wrap {
	padding-bottom: 0;
}

img {
	max-width:  100%;
}
header nav .menu-top-menu-container {
	flex: 1;
}

body header nav .menu-top-menu-container ul {
	background: #382c41;
	transition: background 100ms linear;
}
header#site-header.scrolled nav .menu-top-menu-container > ul {
	background: transparent;
	padding-right: 0;
}

header nav .menu-top-menu-container ul,.menu-footer-menu-container ul,.menu-social-menu-container ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0 15px;
}
.menu-footer-menu-container ul,.menu-social-menu-container ul {
	align-items: center;
}
header nav .menu-top-menu-container ul li,.menu-footer-menu-container ul li,.menu-social-menu-container ul li {
	margin: 0 5px;
    padding: 0;
    font-size: 16px;
    list-style-type: none;
    position: relative;
}
header nav .menu-top-menu-container ul li a,.menu-footer-menu-container ul li a,.menu-social-menu-container ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
}
header nav .menu-top-menu-container ul li {
	margin: 0;
}
header nav .menu-top-menu-container ul li a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.02em;
	position: relative;
	padding: 10px 15px;
	background: transparent;
	transition: background 100ms linear;
}
footer .menu-top-menu-container ul li a {
	position: relative;
  z-index: 1;
  padding: 10px;
}
header nav .menu-top-menu-container ul li a:before,
footer .menu-top-menu-container ul li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	background: #4c98a9;
	transition: height 100ms linear;
}
header nav .menu-top-menu-container ul li a:hover:before,
footer .menu-top-menu-container ul li a:hover:before {
	height: 100%;
}

header nav .menu-top-menu-container ul li a,.menu-footer-menu-container ul li a,.menu-social-menu-container ul li a {
	display: block;
  position:relative;
  z-index: 1;
}
header nav .menu-top-menu-container ul li.menu-item:hover,.menu-footer-menu-container ul li.menu-item a:hover,.menu-social-menu-container ul li.menu-item a:hover {
  color: #333;
}
header nav .menu-top-menu-container ul li.menu-item:after,.menu-footer-menu-container ul li.menu-item a:after,.menu-social-menu-container ul li.menu-item a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all 200ms;
  border-radius:  2px;
}


header nav .menu-top-menu-container ul li.menu-item:hover:after,.menu-footer-menu-container ul li.menu-item a:hover:after,.menu-social-menu-container ul li.menu-item a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}


header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu {
	position: absolute;
	right: 0;
	top: 100%;
	padding: 0;
	padding-bottom: 10px;
	background: #222;
	opacity: 0;
	transition: opacity 100ms linear;
	visibility: hidden;
	z-index: 2;
}
header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}
header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li {
	margin:  0;  
	white-space: nowrap;
	width: 100%;
}
header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.divider {
	color: #fff;
  padding-left: 15px;
  font-size: 17px;
  padding: 5px 15px;
  background: rgba(240,240,240,.06);
}



.cta {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    color: #010024;
    text-decoration: none;
}

.top-ctas {
	padding-right: 0px;
}

.cta.top-cta {
	line-height: 1.1em;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 35px 15px 15px;
	background: transparent;  
  padding-bottom: 5px;
  padding-left: 0;
  position: relative;
  z-index: 1;
  padding-right: 0;
  transition: all 100ms linear;
}
.cta.top-cta:after {
	content: '';
	  position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: -3px;
	left: 0;
	border-bottom: solid 2px rgba(220,220,220,.4);
	transition: border 100ms linear;
	z-index: -1;
}
.cta.top-cta i,.cta.content-cta i {
	position: absolute;
	top: 33%;
	right: -30px;
	transition: right 100ms linear;
}

.btn-wrapper {
	background-color: #b44418;
	padding: 0px;
margin-bottom: 4px;
}

.cta.top-cta.cta-donate {
	color: #ffffff;
	margin-right: 40px;
    margin-bottom: 10px;
	padding-top: 0px;
}

a.cta.top-cta.cta-donate:hover {
	color: #4c98a9;
}


.cta.top-cta.cta-donate i {
	top: 15%;
}
.cta.top-cta:hover i,.cta.content-cta:hover i {
	right: -35px;
}
header#site-header.scrolled .cta.top-cta {
	margin: 4px 45px 10px 15px;
  color: #fff;
  font-weight: normal;
}
header#site-header.scrolled .cta.top-cta:hover {
	color: #bcacc3;
}

.cta.content-cta {
    padding: 10px 0;
    font-size: 25px;
    font-weight: bold;
    align-self: flex-start;
    margin-right: 50px;
    position: relative;
    margin-bottom: 10px;
}


header nav .menu-top-menu-container ul li a.cta,.menu-footer-menu-container ul li a.cta {
	/*background: linear-gradient(45deg, #1d8ccf, #1d8ccf);*/
	background:  #8ac43d;
    padding: 10px 15px;
    border-radius: 2px;
    margin-bottom:  0;
}
header nav .menu-top-menu-container ul li a.cta, .menu-footer-menu-container ul li a.cta {
	color:  #010024;
}
.mobile-nav-icon,.mobile-back {
    display: none;
}
.right-menu {
	display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1090px) {
	.cta.top-cta,header#site-header.scrolled .cta.top-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #4c98a9;
		margin: 0;
		padding: 15px;
		padding-bottom: 20px;
		border-top: solid 2px #3c8899;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}
	header#site-header.scrolled .cta.top-cta:hover {
		color: #fff;
	}
	footer .cta.top-cta {
		position: relative;
		background: none;
		border: none;
		padding: 10px;
	}
	.bottom-ctas {
		padding: 0;
	}
	.cta.top-cta:after {
		display: none;
	}
	.cta.top-cta.cta-donate,
	footer .cta.top-cta {
		display: none;
	}
	footer .cta.top-cta.cta-donate {
		display: block;
		margin: 10px auto;
	}
	.cta.top-cta i {
		position: relative;
		right: -2px;
		top: 1px;
		padding: 0;
	}
	footer .cta.top-cta i {
		right: 0;
	}
	footer .cta.top-cta:hover i {
		right: -5px;
	}
	header#site-header .site-title-wrap {
		margin: 15px 0 0 15px;
	}
	header#site-header.scrolled .site-title-wrap {
		margin: 0;
	}
	#post-content.layouts .layout-blocks .post-blocks .post-block-wrap {
		width: 50% !important;
		min-width: 50% !important;
	}
	header nav .menu-top-menu-container {
		visibility: hidden;
		opacity: 0;
		position: fixed;
	    top: 0;
	    left: -99999px;
		bottom: auto;
    right: auto;
		transition: transform,opacity 100ms linear;
	}
	.mobile-nav-icon {
	    display: block;
	    color: #222;
	    font-size: 40px;
	    position: absolute;
	    top: 7px;
	    right: 20px;
	    z-index: 11;
	}
	header .nav-menu-wrap {
		padding-right: 0;
	}
	header#site-header.scrolled .mobile-nav-icon {
		color: #fff;
	}
	.mobile-nav-icon.close {
		right: -170px;
	}
	body.mobile-active header nav .menu-top-menu-container {
		opacity:  1;
		visibility: visible;
		left: 0;
		bottom: 0;
		right: 0;
	    display: block;
	    width: 100%;
	    height: 100%;
	    z-index: 10;
	    background: rgba(30,30,30,1);
	    justify-content: center;
	    overflow: scroll;

	}
	body.mobile-active header nav .menu-top-menu-container ul {
		display:  flex;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: flex-start;
    justify-content: center;
    padding: 30px 0;
    min-height: 100%;
    transition: background 100ms linear;
	}

	body.mobile-active header nav .menu-top-menu-container > ul,
	body.mobile-active header#site-header.scrolled nav .menu-top-menu-container > ul {
		background: transparent;
		position: relative;
	}
body.mobile-active header nav .menu-top-menu-container:before,
body.mobile-active header nav .menu-top-menu-container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*background: linear-gradient(135deg, rgba(240,240,240,.94) 0%,rgba(240,240,240,.96) 50%,rgba(240,240,240,.94) 100%);*/
	opacity: 1;
}
body.mobile-active header nav .menu-top-menu-container:after {
	background-image:  url('/wp-content/themes/peril/images/topo7-white3.svg');
	z-index: -2;
	opacity: .02;
	background-size: 275px;
}

	body.mobile-active header nav .menu-top-menu-container ul li {
		font-size: 30px;
		margin: 0;
		color: #fff;
	}
	body.mobile-active header nav .menu-top-menu-container ul li .cta {
		display: block;
		margin-top: 10px;
	}
	body.mobile-inactive .mobile-nav-icon {
		animation-direction: reverse;
	}
	body.mobile-active .mobile-nav-icon {
		animation-direction: forwards;
	}
	body.mobile-active .mobile-nav-icon {
		-webkit-animation-name: slipRight;
	  animation-name: slipRight;
	  -webkit-animation-duration: 300ms;
	  animation-duration: 300ms;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	}
	body.mobile-active .mobile-nav-icon.close {
		-webkit-animation-name: slipLeft;
	  animation-name: slipLeft;
	  color: #fff;
	}
	body.mobile-inactive .mobile-nav-icon.close {
		animation-direction: reverse;
		color: #fff;
	}

	header nav .menu-top-menu-container ul > li.menu-item.menu-item-has-children:hover:after {
		border-color:  transparent;
		display: none;
	}
	/*header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > a {
		padding-bottom: 0;
	}*/
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu {
		visibility: visible;
		position: static;
		opacity: 1;
		background: transparent;
	}
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.has-description a span {
		align-self: center;
	}
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.has-description a span.menu-item-description {
		font-size: 16px;
		line-height: 17px;
	}

	body.mobile-active header nav .menu-top-menu-container ul.sub-menu {
		display: flex;
		align-items: flex-end;
		padding: 0;
		width: 100%;
	}
	body.mobile-active header nav .menu-top-menu-container > ul > li > a,
	body.mobile-active header nav .menu-top-menu-container ul.sub-menu li a {
	    font-size: 30px;
	    background: #382c41;
	    padding: 15px 35px;
	    margin-bottom: 5px;
	}
	body #mission {
		flex-direction: column;
	}
	body #mission .report-main, body #mission .focus-areas {
		width: 100%; 
	}

	footer .right-menu .menu-footer-menu-container {
		min-width: 305px;
	}
	footer .right-menu .menu-footer-menu-container ul {
		text-align: right;
		padding: 0 0 5px 5px;
	}
}

.slideshow-controls {
	position: absolute;
	bottom: 50px;
	width: 100%;
	z-index: 1;
	left: 0;
}

.slideshow-controls .next {
	position: absolute;
	right: 30px;
}
.slideshow-controls .previous {
	position: absolute;
	right: 70px;
}
.slideshow-controls .previous,
.slideshow-controls .next {
	z-index: 1;
	outline: none;
	border: none;
	background: none;
	color: #fff;
	font-size: 20px;
	transition: color	100ms linear;
}
.slideshow-controls .previous:hover,
.slideshow-controls .next:hover {
	color: #4c98a9;
	cursor: pointer;
}


.swiper-slide {
  height: auto;
}

#top-banner,
#top-banner .swiper-container-topper  .swiper-slide .top-banner-image {
	position: relative;
}
#top-banner .swiper-container-topper  .swiper-slide .top-banner-image a.img {
	width: 100%;
}
#top-banner .swiper-container-topper  .swiper-slide .top-banner-image img {
	position: relative;
	z-index: 2;
	width: 100%;
	max-height: 400px;
    object-fit: contain;
}
#top-banner h2 {
	line-height: 1em;
	margin-bottom: 10px;
}

#top-banner .swiper-container-topper  .swiper-slide {
	
    width: 100vw;
    padding: 30px 50px;
    padding-top: 90px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y:  hidden;
    flex-wrap: wrap;
}
.swiper-container-topper  .swiper-slide .slide-inner {
	/*min-height: 50vh;*/
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}
.swiper-container-topper  .swiper-slide .slide-inner .content-cta {
	color: #eee;
	margin-top: 20px;
}
.swiper-container-topper  .swiper-slide .slide-inner .content-cta:hover i {
	color: #4c98a9;
}

#top-banner .swiper-container-topper  .swiper-slide p {
	font-size:  20px;
}

#top-banner .swiper-container-topper  .swiper-slide .background {
	background-size: cover;
    position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	transform: scale(1.2);
	z-index: -1;
    overflow: hidden;
    background-position: 50% 50%;
    opacity: .7;
}
#top-banner .swiper-container-topper  .swiper-slide .top-banner-text {
	padding: 50px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

/* About Credit */
.about-divide {
	height: 3px;
	margin: 0;
  border: none;
  background: transparent;
  width: 100%;
}

    
#index-banner {
	width: 100vw;
    padding: 30px 50px;
    padding-top: 90px;
}
#index-banner h1 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	margin-top: 30px;
	line-height: 52px;
    margin-bottom: 20px;
} 
#index-banner p {
	font-size: 20px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#index,#post-content.resources {
	position: relative;
}

#index:before,.video-outer:before,.image-outer:before,.top-banner-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
    background-position: 50% 50%;
    opacity: .5;
    background-size: contain;
}

#index .blocks-inner {
	display: flex;
    flex-wrap: wrap;
    padding: 0 15px 100px 15px;
}
#index .blocks-inner .block {
	width: 33.33%;
    padding: 25px;
    position: relative;
    padding-bottom: 20px;
}


#index .blocks-inner .block .block-meta {
	text-align: center;
    background: #222;
    padding: 5px 10px;
    position: absolute;
    line-height: 30px;
    bottom: 0;
    right: 15px;
    max-width: 75%;
}
#index .blocks-inner .block .block-meta p {
	font-size: 15px;
    line-height: 19px;
    margin-top: 1px;
    color: #888;
    transition: color 100ms linear;
}
#index .blocks-inner .block img {
	width:  100%;
	height: 100%;
  object-fit: cover;
}
#index .blocks-inner .block a {
	color:  #fff;
	text-decoration: none;
	transition: color 100ms linear;
}
/*#index .blocks-inner .block a:hover {
	color: #88c53e;
}*/
#index .blocks-inner .block a:hover .block-meta p {
	color:  #fff;
}


#index .blocks-inner .block:nth-child(3n+1) {  /* or 4n+1 */
    transform: translateY(30px);
}
#index .blocks-inner .block:nth-child(3n+3) {  /* or 4n+1 */
    transform: translateY(30px); 
}

@media screen and (max-width: 1035px) {
	#index .blocks-inner .block {
		width:  50%;
	}
}
@media screen and (max-width: 678px) {
	#index .blocks-inner .block {
		width:  100%;
	}
	#index .blocks-inner .block:nth-child(3n+1),
	#index .blocks-inner .block:nth-child(3n+3) {
		transform:  none;
	}
	#index-banner {
		padding-left:  30px;
		padding-right:  30px;
	}
}

#next-block .frame,#about .about-right .frame,#mission .report-main .frame {
	position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding: 40px 50px 50px 50px;
}
#mission .report-main .frame {
	padding: 50px 50px 40px 50px;
}
#next-block .frame {
	max-width: 100%;
}
#next-block .frame p {
	max-width: unset;
}

#next-block .frame p.small {
	margin-top: 0;
}

#next-block {
	padding: 70px 15px;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    cursor:  pointer;
    position: relative;
        background-size: cover;
    z-index: 0;
    background-position: 50% 50%;
}


#about .about-right {
	cursor: unset;
}

#next-block h3 {
    font-size: 40px;
}
#next-block p {
	margin-bottom: 10px;
	max-width:  800px;
	margin: 10px auto;
}

#next-block .small {
	font-size: 17px;
	font-weight: bold;
}
#next-block h3 i {
	padding-left:  0;
	transition:  padding 100ms linear;
}
#next-block:hover h3 i {
	padding-left:  5px;
}

#page-banner {
	padding: 50px;
	padding-top: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 65vh;
}
#page-banner .text-outer, #page-banner .image-outer {
	max-width: 700px;
}
body.page #page-banner,
body.archive #page-banner,
body.single #page-banner {
	min-height: 35vh;
	padding-bottom: 30px;
	align-items: flex-end;
	justify-content: flex-start;
}
body.page #page-banner .text-outer,
body.archive #page-banner .text-outer,
body.single #page-banner .text-outer {
	text-align:  left;
	width:  100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 0;
	position: relative;
}
body.page #page-banner .text-outer h1,
body.archive #page-banner .text-outer h1,
body.single #page-banner .text-outer h1 {
	margin-bottom: 0;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
body.page #page-banner.audience-page .text-outer h1 {
	max-width: 75%;
}
body.page #page-banner .text-outer svg {
	position: absolute;
  width: 120px;
  bottom: -30px;
  right: -5px;
  opacity: .5;
  z-index: 0;
}
body.page.page-id-49 #page-banner .text-outer svg,
body.page.page-id-55 #page-banner .text-outer svg,
body.page.page-id-57 #page-banner .text-outer svg path {
	fill: #fff;
}
body.page.page-id-57 #page-banner .text-outer svg {
	bottom: -25px;
}

#page-banner h1,.post-block h2,#next-block h3 {
	line-height: 1em;
  margin-bottom: 20px;

}
#page-banner h1 {
	margin-top: 20px;
}
#next-block h3 {
	margin: 0;
	line-height: 1.2em;
}

#page-banner p {
	margin-bottom: 20px;
}
#page-banner .tagline p {
	margin-top: 10px;
	margin-bottom:  10px;
	font-size: 20px;
}
#page-banner .tagline p span.subheading-highlight {
  padding: 0 5px 4px 5px;
  display: inline-block;
  line-height: 1.2em;
}
#page-banner .award {
	font-size: 20px;
}
#page-banner .text-outer .small {
	font-size: 13px;
	text-transform: uppercase;
  padding-left: 2px;
  margin-bottom: 2px;
}
#page-banner .button-list, #top-banner .actions, #mission a.cta {
	margin-top:  20px;
}
#page-banner .button-list a, #top-banner .actions a, #mission a.cta {
	display: inline-block;
	margin-right: 20px;
	color: #010024;
	transition: color,box-shadow 200ms linear;
}
#page-banner .button-list .cta, #peril-popup .peril-popup-inner .button-list .cta {
	margin-right: 50px;
	margin-bottom: 5px;
}
#page-banner .button-list .cta:hover {
	color: #4c98a9;
}
#mission a.cta {
	margin-right: 0;
	margin-top: 0;
}
li.cta-wrap a {
	color: #010024;
	transition: color,box-shadow 200ms linear;
}
a.cta {
	transition: color,box-shadow 200ms linear;
}
/*#page-banner .button-list a:hover,#top-banner .actions a.cta:hover, li:hover .cta, #mission a.cta:hover {
	color: #fff;
	box-shadow: inset 0 -3.25em 0 0 #208ccb;
}*/
header nav .menu-top-menu-container ul li:hover a.cta,.menu-footer-menu-container ul li:hover a.cta {
	color:  #fff;
}

a.social {
	font-size: 20px;
}
.menu-social-menu-container ul li.menu-item a.social.facebook:after {
	border-color:  #3b5998;
}
.menu-social-menu-container ul li.menu-item a.social.twitter:after {
	border-color:  #1da1f2;
}
.menu-social-menu-container ul li.menu-item a.social.instagram:after {
	border-color:  #C13584;
}


/* Division menu */
header nav .menu-top-menu-container ul li ul li.has-description a {
	display: flex;
	flex-direction: column;
}
header nav .menu-top-menu-container ul li ul li a span:first-child {
	border-bottom: solid 2px #5d4d6a;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 3px;
  line-height: 1em;
  padding-bottom: 2px;
  border-bottom-color: #5d4d6a;
}
header nav .menu-top-menu-container ul li ul li.has-description a span:first-child {
	border-bottom-color: #4c98a9;
}

header nav .menu-top-menu-container ul li ul li a:hover span:first-child {
	border-color: #ccc;
}

header nav .menu-top-menu-container ul li.resource-subnav ul li a span:first-child {
	margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 0;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}
header nav .menu-top-menu-container ul li.resource-subnav ul li.community-members a span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.government-policymakers a span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.victims-survivors a span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.parents-caregivers a span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.educators a span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.faith-smb a span:first-child {
  border-color: #333;
  margin-left: 15px;
}

header nav .menu-top-menu-container ul li.resource-subnav ul li.parents-caregivers a:hover span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.educators a:hover span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.faith-smb a:hover span:first-child {
	border-color: rgba(0,0,0,.3);
}
header nav .menu-top-menu-container ul li.resource-subnav ul li.community-members a:hover span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.government-policymakers a:hover span:first-child,
header nav .menu-top-menu-container ul li.resource-subnav ul li.victims-survivors a:hover span:first-child {
	border-color: rgba(255,255,255,.3);
}

header nav .menu-top-menu-container > ul > li > ul.sub-menu li.has-description a span.menu-item-description {
	word-wrap: break-word;
  white-space: initial;
  font-size: 15px;
  line-height: 16px;
  color: #aaa;
}
header nav .menu-top-menu-container > ul > li > ul.sub-menu li.has-description a:hover span.menu-item-description {
	color: #fff;
}
header nav .menu-top-menu-container > ul > li.how-we-work-subnav > ul.sub-menu,
header nav .menu-top-menu-container > ul > li.interactive-subnav > ul.sub-menu {
	width: 230px;
}
header nav .menu-top-menu-container > ul > li.menu-item.menu-item-has-children.interactive-subnav > ul.sub-menu {
	padding-top: 5px;
}
header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children.interactive-subnav ul li.has-description a span:first-child {
	border-bottom-color: #f4d06f;
}
header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children.interactive-subnav ul li.has-description a:hover span:first-child {
	border-bottom-color: #ccc;
}



#post-content {
	padding:  30px;
	background: #fff;
	min-height: 20vh;
}
body.page #post-content {
	min-height: 55vh;
}

body.page #post-content.has-next {
	min-height: 20vh;
}

#post-content.layouts {
	padding: 30px 0;
}
#post-content.layouts p {
	margin-bottom: 20px;
	font-size: 16px;
  line-height: 28px;
}

#post-content.layouts blockquote,#about blockquote {
/*	text-align: center;*/
  padding: 40px 20px;
  /*margin: 25px auto;*/
  position: relative;
  max-width: 800px;
}
#about blockquote {
	text-align: left;
	padding: 0;
	margin: 10px auto;
	margin-bottom: 30px;
}
#post-content.layouts blockquote p,
#post-content.layouts .layout-mega_list .list-item .content blockquote p {
	font-size: 25px !important;
  line-height: 32px !important;
}
#post-content.layouts blockquote p:first-of-type,#about blockquote p:first-of-type {
	font-style: italic;
	font-weight: bold;
}
/*#post-content.layouts blockquote:before,
#post-content.layouts blockquote:after {
	content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  transition: border 100ms linear;
}
#post-content.layouts blockquote:before {
	top: 0;
  left: 0;
  border-top: solid 3px #8ac43d;
  border-left: solid 3px #8ac43d;
}
#post-content.layouts blockquote:after {
	bottom: 0;
  right: 0;
  border-bottom: solid 3px #8ac43d;
  border-right: solid 3px #8ac43d;
}*/

#post-content.layouts h1,
#post-content.layouts h2,
#post-content.layouts h3,
#post-content.layouts h4,
#post-content.layouts h5,
#post-content.layouts h6 {
	line-height: 1.1em;
/*	margin-top: 10px;
  margin-bottom: 5px;*/
    margin-top: 25px;
    margin-bottom: 15px;
}
#post-content.layouts h5,
#post-content.layouts h6 {
	margin-top: 20px;
}

#post-content.layouts .layout-text,
#post-content.layouts .layout-outline_box,
#post-content.layouts .layout-spotlight_box,
#post-content.layouts .layout-color_blocks {
	max-width: 1400px;
	padding:  15px 50px;
	color:  #333;
	margin: 0 auto;
}
#post-content.layouts .layout-outline_box {
	margin: 50px auto;
}
#post-content.layouts .layout-spotlight_box {
	margin: 20px auto;
}
#post-content.layouts .layout-text {
	padding-bottom: 0;
}




#post-content.layouts h2, #news-featured .news h2,
#resource-content.team-members h2,
body.single-resource #post-content h2 {
	font-size: 30px;
	padding-bottom: 8px;
  border-bottom: solid 2px #4c98a9;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 20px;
}
 #news-featured .news h2 {
 	align-self: flex-start;
 	margin: 0;
 }
#post-content.layouts .layout-mega_list h2 {
	margin-bottom: 25px;
}
#post-content.layouts .layout-text a,
#post-content.layouts .layout-outline_box a,
#post-content.layouts .layout-spotlight_box a,
#post-content.layouts .layout-two_column a {
	color: #2b5862;
}
#post-content.layouts .layout-text a:hover,
#post-content.layouts .layout-outline_box a:hover,
#post-content.layouts .layout-spotlight_box a:hover,
#post-content.layouts .layout-two_column a:hover {
	color: #4c98a9;
}
#post-content.layouts .layout-outline_box {
	padding: 5px 25px 30px 25px;
}
#post-content.layouts .layout-spotlight_box {
	padding: 15px 25px 5px 25px;
}
#post-content.layouts .layout-text ul,
#post-content.layouts .layout-two_column ul,
#post-content.layouts .layout-outline_box ul,
#post-content.layouts .layout-spotlight_box ul,
#post-content.layouts .layout-text ol,
#post-content.layouts .layout-two_column ol,
#post-content.layouts .layout-outline_box ol,
#post-content.layouts .layout-spotlight_box ol {
    margin: 0 0 10px 0;
}
#post-content.layouts .layout-text ul li,
#post-content.layouts .layout-two_column ul li,
#post-content.layouts .layout-outline_box ul li,
#post-content.layouts .layout-spotlight_box ul li,
#post-content.layouts .layout-text ol li,
#post-content.layouts .layout-two_column ol li,
#post-content.layouts .layout-outline_box ol li,
#post-content.layouts .layout-spotlight_box ol li {
    margin-bottom: 10px;
    font-size: 16px;
}
#post-content.layouts .layout-text ul li ul,
#post-content.layouts .layout-two_column ul li ul,
#post-content.layouts .layout-outline_box ul li ul,
#post-content.layouts .layout-spotlight_box ul li ul,
#post-content.layouts .layout-text ol li ul,
#post-content.layouts .layout-two_column ol li ul,
#post-content.layouts .layout-outline_box ol li ul,
#post-content.layouts .layout-spotlight_box ol li ul,
#post-content.layouts .layout-text ol li ol,
#post-content.layouts .layout-two_column ol li ol,
#post-content.layouts .layout-outline_box ol li ol,
#post-content.layouts .layout-spotlight_box ol li ol {
    margin: 10px 0;
}
#post-content.layouts .layout-two_column h4.highlight-title {
	padding: 5px 10px 8px 10px;
  display: inline-block;
}
    


#post-content.layouts .layout-two_column .cta.content-cta {
	font-size: 21px;
}

#post-content.layouts .layout-outline_box .outline-box-inner
 {
 	overflow: auto;
	border: solid 5px #111;
  padding: 5px 25px;
}
#post-content.layouts .layout-spotlight_box .spotlight-box-inner {
	border: solid 5px #5d4d6a;
  padding: 5px 25px;
}
#post-content.layouts .layout-outline_box .outline-box-inner h2 {
	margin-top: 15px;
}
#post-content.layouts .layout-spotlight_box .spotlight-box-inner h2 {
	border-bottom: none;
	line-height: 1.3em;
}
#post-content.layouts .layout-spotlight_box .spotlight-box-inner h2 span {
	position: relative;
	z-index: 1;
	display: inline-block;
}
#post-content.layouts .layout-spotlight_box .spotlight-box-inner h2 span.spotlight-label {
	margin-right: 10px;
}
@media screen and (max-width: 700px) {
	#post-content.layouts .layout-spotlight_box .spotlight-box-inner h2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#post-content.layouts .layout-spotlight_box {
		padding-top: 5px;
		margin-top: 0;
	}
	#post-content.layouts .layout-two_column .text-left,
	#post-content.layouts .layout-two_column .text-right {
		margin-bottom: 35px;
	}
}
body #post-content.layouts .layout-spotlight_box .spotlight-box-inner h2 span:before {
	height: 3px;
	bottom: 1px;
}

/* Spotlight */


#post-content.layouts .layout-callout_box {
	display: flex;
	flex-direction:  row;
	margin: 0;
	border: none;
}
#post-content.layouts .layout-callout_box .text {
	padding: 30px;
}
#post-content.layouts .layout-callout_box .text h3 {
	margin-bottom: 20px;
}
#post-content.layouts .layout-callout_box .text {
	max-width: 1400px;
	padding:  30px 15px 30px 15px;
	margin: 0 auto;
}
#post-content.layouts .layout-callout_box .text.has-media {
	padding: 0;
	display: flex;
	align-items: flex-start;
	width: 100%;
}
#post-content.layouts .layout-callout_box .text.has-media .img-container {
  width: 50%;
  background-size: cover;
  height: 100%;
  background-position: center center;
}
#post-content.layouts .layout-callout_box .text.has-media .text-inner {
	width: 100%;
	padding: 30px 50px;
	flex: 1;
	max-width: 700px;
}
#post-content.layouts .layout-callout_box:nth-of-type(2n+1) .text.has-media {
	flex-direction: row;
}
#post-content.layouts .layout-callout_box:nth-of-type(2n+1) .text.has-media .text-inner {
	padding-right: 65px;
}
#post-content.layouts .layout-callout_box:nth-of-type(2n+2) .text.has-media {
	flex-direction: row-reverse;
}
#post-content.layouts .layout-callout_box:nth-of-type(2n+2) .text.has-media .text-inner {
	padding-left: 65px;
}

#post-content.layouts .layout-two_column {
	display: flex;
	width: 100%;
	padding: 20px 50px;
	background: #fff;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}
#post-content.layouts .layout-two_column p:last-of-type {
	margin-bottom: 0;
}
#post-content.layouts .layout-two_column h4 {
	margin-bottom: 10px;
}
#post-content.layouts .layout-two_column .text-left,
#post-content.layouts .layout-two_column .text-right {
	padding: 0 30px;
	width: 50%;
	display: flex;
}
#post-content.layouts .layout-two_column .text-left {
	justify-content: flex-end;
	padding: 0 15px 0 0;
}
#post-content.layouts .layout-two_column .text-right {
	justify-content: flex-start;
	padding: 0 0 0 15px;
}
#post-content.layouts .layout-two_column .text-left .text {
	text-align: left;
	max-width: 655px;
  width: 100%;
  padding-right: 15px;
}
#post-content.layouts .layout-two_column .text-right .text {
	text-align: left;
	max-width: 655px;
	width: 100%;
}
#post-content.layouts .layout-two_column .section-title-wrap,
body.single-resource .section-title-wrap.section-title {
	width: 100%;
	padding: 0;
}
#post-content.layouts .layout-two_column .section-title-wrap h2,
body.single-resource .section-title-wrap.section-title h2 {
	margin-bottom: 20px;
	margin-top: 0;
}

body.single-division, body.single-project {
	#post-content.layouts > div {
		max-width: 1100px;
		margin: 0 auto;

	}

	.layout-image_grid {
		margin: 50px auto;
	}

}

.layout-team_members, .layout-image_grid {
	max-width: 1400px !important;
}

@media screen and (max-width: 850px) {
	#post-content.layouts .layout-two_column .section-title-wrap {
		padding: 0;
	}
	#post-content.layouts .layout-two_column {
		flex-direction: column;
		padding: 0 30px;

	}
	#post-content.layouts .layout-two_column .text-left, 
	#post-content.layouts .layout-two_column .text-right {
		width: 100%;
		padding: 0;
	}
	#post-content.layouts .layout-two_column .text-left, #post-content.layouts .layout-two_column .text-right .text,
	#post-content.layouts .layout-two_column .text-left, #post-content.layouts .layout-two_column .text-left .text {
		max-width: 100%;
	}
	#post-content.layouts .layout-two_column .text-left .text {
		padding-right: 0;
	}
}


#post-content.layouts .layout-blocks {
	padding: 30px;
}
#post-content.layouts .layout-blocks .post-blocks {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#post-content.layouts .layout-blocks .post-blocks .post-block-wrap {
	width: 33.33%;
	min-width: 33.33%;
	padding: 15px;
	flex: 1;
}
#post-content.layouts .layout-blocks .post-blocks .post-block {
	flex-direction: column;
	height: 100%;
}
#post-content.layouts .layout-blocks .post-blocks .post-block .text {
	padding: 15px;
}
#post-content.layouts .layout-blocks .post-blocks .post-block img {
	height: 250px;
	width: 100%;
  object-fit: cover;
}
#post-content.layouts .layout-blocks .post-blocks .post-block .text a {
	display: block;
	text-decoration: none;
}
#post-content.layouts .layout-blocks .post-blocks .post-block .text a i {
	font-size: 15px;
	padding-left: 5px;
	position: relative;
	top: 1px;
	transition: padding 100ms linear;
}
#post-content.layouts .layout-blocks .post-blocks .post-block .text a:hover i {
	padding-left: 10px;
}
#post-content.layouts .layout-blocks .subheading {
	margin-bottom: 0;
}
#post-content.layouts .layout-blocks .block-text {
	padding-top: 20px;
}

/* Report */
#post-content.layouts .layout-blocks .post-blocks .post-block.report-download .text a {
	display: inline-block;
	width: 50%;
}


body.page #post-content.resources {
	background:  transparent;
	min-height: 0;
	margin: 0 auto 30px auto;
}
#post-content.resources .post-blocks {
	flex-direction:  row;
	flex-wrap:  wrap;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
#post-content.resources .post-blocks .post-block {
	width: 33.33%;
	margin-bottom: 15px;
	margin-top: 15px;
}
#post-content.resources h2 {
	font-size: 25px;
	margin-bottom: 20px;
}

.wpforms-container-full {
	max-width:  500px;
}
.wpforms-container-full input {
	max-width:  100% !important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
	display: block;
	margin: 0 auto;
}

.social-share {
	padding-top:  20px;
	padding-bottom:  20px;
	background: #fff;
}
.social-share h5 {
	margin: 0;
    color: #111;
    font-size: 18px;
    text-align: center;
}
.social-share {
	text-align: center;
}
.social-share div {
	display: inline-block;
}
.social-share a i {
	font-size: 40px;
    color: #1d8cce;
    padding: 10px 20px;
    -webkit-text-stroke-width: 0.5pt;
    -webkit-text-stroke-color: #3c3c3c;
    opacity: 1;
    transition: opacity 100ms linear;
}
.social-share .facebook a i {
	color: #3b5998;
}
.social-share .twitter a i {
	color: #1da1f2;
}
.social-share .linkedin a i {
	color: #007bb5;

}
.social-share a:hover {
	opacity: 0.8;
}
body.page-template-template-resources .social-share,
body.page-template-template-evidence .social-share,
body.page-template-default .social-share {
	background: #fff;
	margin: 0;
	padding: 20px;
}

.text-outer {
	padding: 10px 30px 10px 15px;
}
#page-banner .text-outer .type {
	margin-bottom:  5px;
}
.video-outer,.text-outer,.image-outer {
	width:  50%;
}
.top-banner-image,.image-outer {
	padding:  65px 0;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
}
.video-outer {
	padding:  65px 0;
	position: relative;
}
.image-outer img {
	z-index: 1;
  position: relative;
  padding: 30px;
}

/* Resource */
body.single-resource #page-banner.has-media {
	align-items: center;
}
body.single-resource #page-banner.has-media .text-outer {
	max-width: 700px;
}
body.single-resource .image-outer {
	padding: 20px 0;
}
body.single-resource .image-outer img {
	max-width: 300px;
  max-height: 400px;
  object-fit: contain;
}


#top-banner .swiper-container-topper  .swiper-slide .top-banner-text {
	width:  38%;
	padding: 20px;
	max-width: 650px;
}
#top-banner .swiper-container-topper  .swiper-slide .top-banner-image {
	width: 62%;
	max-width: 750px;
}
@media screen and ( min-width: 1400px ) {

}
@media screen and ( max-width: 900px ) {
	#top-banner .swiper-container-topper  .swiper-slide .slide-inner {
		min-height: 80vh;
		flex-direction: column;
	}
	#top-banner .swiper-container-topper  .swiper-slide .slide-inner .top-banner-text,
	#top-banner .swiper-container-topper  .swiper-slide .slide-inner .top-banner-image {
		width: 100%;
	}
}
@media screen and (max-width: 725px) {
	#post-content.layouts .layout-blocks .post-blocks .post-block-wrap {
		width: 100% !important;
		padding: 0;
	}
	#post-content.layouts .layout-blocks .post-blocks {
		flex-direction: column;
	}
}
/* @media screen and ( max-width: 650px ) { */
@media screen and ( max-width: 825px ) {

	#home-top .right, 
	#about .about-right {
		flex-direction: column;
	}




	#top-banner .swiper-container-topper  .swiper-slide .slide-inner .top-banner-text {
		display: block;
	}
	#post-content.layouts .layout-two_column .text-left,
#post-content.layouts .layout-two_column .text-right {
	width: auto;
	overflow: hidden;
}
	#mission .report-main .frame {
		padding: 40px 30px 30px 30px;
	}
	
	
	#top-banner .swiper-container-topper  .swiper-slide .top-banner-text,
	#top-banner .swiper-container-topper  .swiper-slide .top-banner-image {
		width:  100%;
	}
	#page-banner {
		flex-direction: column-reverse;
		padding-left: 30px;
		padding-right: 30px;
	}
	#post-content.layouts .layout-text,
	#post-content.layouts .layout-outline_box,
	#post-content.layouts .layout-callout_box .text {
		padding-left: 30px;
		padding-right: 30px;
	}
	#post-content.layouts .layout-callout_box .text.has-media,#post-content.layouts .layout-callout_box:nth-of-type(2n+1) .text.has-media,#post-content.layouts .layout-callout_box:nth-of-type(2n+2) .text.has-media {
		flex-direction: column;
	}

	#post-content.layouts .layout-callout_box .text.has-media .img-container {
		width: 100%;
		min-height: 300px;
	}
	body.page #page-banner .text-outer,
	body.archive #page-banner .text-outer,
	body.page #page-banner .text-outer,
	body.archive #page-banner .text-outer,
	body.single #page-banner .text-outer,
	body.single #page-banner .text-outer {
		padding-left: 0;
	}
/*	body.page #page-banner .text-outer {
		padding-left: 15px;
	}*/
	.video-outer,.text-outer,.image-outer {
		width:  100%;
	}
	.image-outer {
		padding-top: 10px;
    padding-bottom: 10px;
	}
	.text-outer {
		padding: 10px 15px 10px 15px;
	}

}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page > .video-wrapper, body.single > .video-wrapper {
	 display: none !important; 
}

footer {
	background: #111;
	width:  100%;
	padding:  15px 30px 90px 30px;
	display: flex;
  justify-content: space-between;
}
footer img {
	max-width:  330px;
}

footer .left-col {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 20px;
	flex-direction: column;
	max-width: 48%;
}
footer .left-col .menu-top-menu-container ul {
	padding-left: 0;
	margin-left: -10px;
}
footer .left-col .menu-social-menu-container ul {
	padding-left: 0;
	margin-top: 9px;
}
#menu-social-menu li a {
	padding: 10px 13px 10px 10px;
	font-size: 25px;
	color: #aaa;
}

#menu-social-menu li a:hover i.fa-twitter {
	color: #1da1f2;
}
#menu-social-menu li a:hover i.fa-linkedin {
	color: #007bb5;

}
#menu-social-menu li a:hover i.fa-square {
	color: rgb(0, 133, 255);

}

footer .right-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
  padding-top: 10px;
}
footer .right-col .top-ctas .cta {
	color: #fff;
	font-weight: normal;

}
footer .right-col .top-ctas .cta:hover {
	color: #bcacc3;
}
.copyright {
	color: #eee;
	border-right: solid 2px #eee;
	line-height: 1.1em;
	padding-bottom: 6px;
	padding-top: 2px;
	padding-right: 30px;
	width: 200px;
	text-align: center;
}

footer .menu-top-menu-container ul {
	display: block;
	margin: 0;
}
footer .menu-top-menu-container ul li {
	list-style-type: none;
	margin: 0 0 0 12px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
footer .menu-top-menu-container ul li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

footer .menu-footer-menu-container ul {
	padding-bottom: 5px;
	display: block;
}
footer .menu-footer-menu-container ul li {
	display: inline-block;
}
/*footer .menu-footer-menu-container ul li.menu-item:last-of-type a:after {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 24px;
    right: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: 100%;
    content: '.';
    color: transparent;
    border-bottom: solid 2px #4c98a9;
    visibility: none;
    opacity: 1;
    z-index: -1;
    transition: all 200ms;
    border-radius: 0;
}*/
footer .menu-footer-menu-container ul li.menu-item a:hover {
	color: #bcacc3;
}
footer .menu-footer-menu-container ul li.menu-item a:hover:after {
	border-bottom-color: #fff;
}

@media screen and (max-width: 950px) {
	footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.copyright {
		border-right: none;
		padding: 0;
		margin-bottom: 10px;
	}
	.right-menu {
		flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
	}
	.menu-footer-menu-container ul li a {
    text-decoration: underline;
    font-size: 15px;
	}
	.menu-footer-menu-container {
		width: 100%;
	}
	footer .right-menu .menu-footer-menu-container ul {
		text-align: center;
	}
	.menu-footer-menu-container.donate-menu {
		width: auto;
	}
	.menu-footer-menu-container ul li, .menu-social-menu-container ul li {
		margin: 5px;
	}
	.menu-footer-menu-container ul,.menu-social-menu-container ul {
		justify-content: center;
		padding-left:  0;
		padding: 0;
	}
	footer .top-ctas {
		display: block;
    margin: 0 auto;
	}
	footer .left-col {
		align-items: center;
		max-width: 100%;
	}
	footer .menu-top-menu-container ul {
		display: block;
		text-align:  center;
	}
	footer .menu-top-menu-container ul li {
		display: inline-block;
		width: 45%;
	}
	body #menu-social-menu {
		padding-right: 0;
	}
	body #menu-social-menu li a {
		padding: 10px;
	}
}

#report-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.6);
	display: none;
}
body.modal-active #report-modal {
	display: flex;
	z-index: 5;
}
.modal-inner {
	background: #eee;
	padding: 50px;
	color: #333;
	text-align: center;
}

/* New Top */
#home-top {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	z-index: 2;
	padding-top: 17vh;
	/*background: #eee;*/
}
#page-banner {
	z-index: 2;
	position: relative;
	padding-top: 22vh;
}
#news-featured {
	position: relative;
	z-index: 2;
}
#home-top:after,
#news-featured:after,
#next-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	background-image: linear-gradient(0deg, rgba(240,240,240,.84) 15%,rgba(240,240,240,.56) 50%,rgba(240,240,240,.94) 90%), url('/wp-content/themes/peril/images/crowd_background01.jpg');
	background-size: cover;

}

#page-banner:after {
	content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: -1;
background: linear-gradient(135deg, rgba(240, 240, 240, .94) 0%, rgba(240, 240, 240, .96) 50%, rgba(240, 240, 240, .94) 100%)
}
#news-featured:after {
	background: linear-gradient(135deg, rgba(240,240,240,.96) 0%,rgba(240,240,240,.98) 50%,rgba(240,240,240,.96) 100%);
}
body.page-id-47 #page-banner:after,
#next-block.to-47:after {
	background: linear-gradient(135deg, rgba(188,172,195,.94) 0%,rgba(188,172,195,.96) 50%,rgba(188,172,195,.94) 100%);
}
body.page-id-49 #page-banner:after,
#next-block.to-49:after {
	background: linear-gradient(135deg, rgba(180,68,24,.94) 0%,rgba(180,68,24,.96) 50%,rgba(180,68,24,.94) 100%);
}
body.page-id-51 #page-banner:after,
#next-block.to-51:after {
	background: linear-gradient(135deg, rgba(244,208,111,.94) 0%,rgba(244,208,111,.96) 50%,rgba(244,208,111,.94) 100%);
}
body.page-id-53 #page-banner:after,
#next-block.to-53:after {
	background: linear-gradient(135deg, rgba(187,208,94,.94) 0%,rgba(187,208,94,.96) 50%,rgba(187,208,94,.94) 100%);
}
body.page-id-55 #page-banner:after,
#next-block.to-55:after {
	background: linear-gradient(135deg, rgba(76,152,169,.94) 0%,rgba(76,152,169,.96) 50%,rgba(76,152,169,.94) 100%);
}
body.page-id-57 #page-banner:after,
#next-block.to-57:after {
	background: linear-gradient(135deg, rgba(93,77,106,.94) 0%,rgba(93,77,106,.96) 50%,rgba(93,77,106,.94) 100%);
}
body.page-id-57 header nav .menu-top-menu-container ul {
	background: #111;
}
#next-block {
	color: #222;
}
body.page-id-49 #page-banner h1,body.page-id-49 header .cta,#next-block.to-49,
body.page-id-55 #page-banner h1,body.page-id-55 header .cta,#next-block.to-55,
body.page-id-57 #page-banner h1,body.page-id-57 header .cta,#next-block.to-57  {
	color: #fff;
}
body.page-id-49 .mobile-nav-icon,
body.page-id-55 .mobile-nav-icon,
body.page-id-57 .mobile-nav-icon {
	color: #fff;
}

body.page-id-49 header .cta:hover,
body.page-id-55 header .cta:hover {
	color: #f4d06f;
}

#home-top .left, #home-top .right {
	width: 50%;
	padding: 30px;
	text-align: left;
	justify-content: center;
	position: relative;
	z-index: 2;
	max-width: 700px;
}
#home-top .left {
	width: 50%;
	padding: 30px 42px;
	flex-direction: column;
}
#home-top .right {
	width: 50%;
}
#home-top .left h2 {
	font-size: 65px;
	line-height: 1.15em;
	font-weight: bolder;
  font-family: 'Alata', sans-serif;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
#home-top .left h2 span {
/*	color: #5d4d6a;
	text-stroke: .5pt #111;
  -webkit-text-stroke: .5pt #111;*/
  display: inline-block;
  position: relative;

}
#home-top .left h2 span:before,
#post-content.layouts .layout-spotlight_box .spotlight-box-inner h2 span:before {
	content: '';
  width: 0;
  height: 5px;
  position: absolute;
  background: #4b97a9;
  z-index: -1;
  bottom: 0px;
  left: 1px; 
  opacity: 1;
  animation: highlightSlide 500ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 800ms;
}
#home-top .left h2 span.period:before {
	animation: highlightSlidePeriod 500ms ease-in-out;
	animation-fill-mode: forwards;
  animation-delay: 800ms;
}
#home-top .left p {
    font-size: 25px;
  line-height: 1.2em;
  margin-top: 10px;
}

#home-top .right {
	display: block;

}

#about .about-right {
	margin: 0;
	padding: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 2;
}

#home-top .right ul,
#page-banner .audience ul,
#about .about-right ul {
	display: flex;
	margin: 0;
	align-items: left;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	max-width: 33%;
	width: 100%;
}

#home-top .right ul li,
#page-banner .audience ul li,
#about .about-right ul li {
	padding: 5px;
	background: transparent;
	width: auto;
	flex: 1;
}

#home-top .right ul li a,
#page-banner .audience ul li a,
#about .about-right ul li a {
	display: block;
	padding: 0;
	line-height: 1.1em;
	font-size: 19px;
	text-decoration: none;
	background: #414e4a;
	color: #fff;
	width: 100%;
	font-family: 'Sarabun', sans-serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	border: solid 2px #555;
	transition: color, background 100ms linear;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

#home-top .right ul li a svg,
#page-banner .audience ul li a svg,
#next-block svg,
#about .about-right ul li a svg {
	height: 80px;
	display: block;
	width: 80px;
	margin: 0;
}

/*#home-top .right ul li a svg,#home-top .right ul li a span {
	width: 50%;
}*/
#home-top .right ul li a span,
#page-banner .audience ul li a span,
#about .about-right ul li a span {
	padding: 0 15px 0 15px;
	text-align: left;
	flex: 1;
	padding-bottom: 0;
}

#home-top .right ul li a svg,
#page-banner .audience ul li a svg,
header nav ul.sub-menu li svg,
#about .about-right ul li a svg {
	margin: 6px;
	padding: 6px;
	border-style: solid;
	border-width: 5px;
	background: transparent;
	transition: background 100ms linear;
}


#home-top .right ul li a.victims-survivors,
#page-banner .audience ul li a.victims-survivors,
#about .about-right ul li a.victims-survivors {
	background: #5d4d6a;
	border-color: #5d4d6a;
}

#home-top .right ul li a.victims-survivors svg,
#page-banner .audience ul li a.victims-survivors svg,
#about .about-right ul li a.victims-survivors svg {
	border-color: #5d4d6a;
}

#home-top .right ul li a.community-members,
#page-banner .audience ul li a.community-members,
#about .about-right ul li a.community-members {
	background: #4c98a9;
	border-color: #4c98a9;
}

#home-top .right ul li a.community-members svg,
#page-banner .audience ul li a.community-members svg,
#about .about-right ul li a.community-members svg {
	border-color: #4c98a9;
}

#home-top .right ul li a.educators,
#page-banner .audience ul li a.educators,
#about .about-right ul li a.educators {
	background: #bbd05e;
	border-color: #bbd05e;
	color: #222;
}

#home-top .right ul li a.educators svg,
#page-banner .audience ul li a.educators svg,
#about .about-right ul li a.educators svg {
	border-color: #bbd05e;
}

#home-top .right ul li a.faith-smb,
#page-banner .audience ul li a.faith-smb,
#about .about-right ul li a.faith-smb {
	background: #f4d06f;
	border-color: #f4d06f;
	color: #222;
}

#home-top .right ul li a.faith-smb svg path,
#home-top .right ul li a.educators svg path,
#home-top .right ul li a.parents-caregivers svg path,
#page-banner .audience ul li a.faith-smb svg path,
#page-banner .audience ul li a.educators svg path,
#page-banner .audience ul li a.parents-caregivers svg path,
#about .about-right ul li a.faith-smb svg path,
#about .about-right ul li a.educators svg path,
#about .about-right ul li a.parents-caregivers svg path {
	fill: #222;
	stroke: #222;
}

#home-top .right ul li a.faith-smb svg,
#page-banner .audience ul li a.faith-smb svg,
#about .about-right ul li a.faith-smb svg {
	border-color: #f4d06f;
}

#home-top .right ul li a.parents-caregivers,
#page-banner .audience ul li a.parents-caregivers,
#about .about-right ul li a.parents-caregivers {
	background: #bcacc3;
	border-color: #bcacc3;
	color: #222;
}

#home-top .right ul li a.parents-caregivers svg,
#page-banner .audience ul li a.parents-caregivers svg,
#about .about-right ul li a.parents-caregivers svg {
	border-color: #bcacc3;
}

#home-top .right ul li a.government-policymakers,
#page-banner .audience ul li a.government-policymakers,
#about .about-right ul li a.government-policymakers {
	background: #b44418;
	border-color: #b44418;
}

#home-top .right ul li a.government-policymakers svg,
#page-banner .audience ul li a.government-policymakers svg,
#about .about-right ul li a.government-policymakers svg {
	border-color: #b44418;
}




#home-top .right ul li a svg path,
#page-banner .audience ul li a svg path,
header nav ul.sub-menu li svg path,
#about .about-right ul li a svg path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 2px;
	transition: fill, stroke 100ms linear;
}

#home-top .right ul li a svg.no-stroke path,
#page-banner .audience ul li a svg.no-stroke path,
header nav ul.sub-menu li svg.no-stroke path,
#about .about-right ul li a svg.no-stroke path {
	stroke-width: 0;
}

#home-top .right ul li a i,
#about .about-right ul li a i {
	padding-right: 5px;
	font-size: 21px;
	color: #1d8ccf;
	color: #8ac43d;
	position: relative;
	top: -1px;
	transition: color 100ms linear;
}

#home-top .right ul li a:hover,
#page-banner .audience ul li a:hover,
#about .about-right ul li a:hover {
	background: #414e4a;
	/*color: #222;*/
	border-color: #eee;
	color: #fff;
}

#home-top .right ul li a:hover svg path,
#page-banner .audience ul li a:hover svg path,
header nav ul.sub-menu li a:hover svg path,
#about .about-right ul li a:hover svg path {
	fill: #222;
	stroke: #222;
}

#home-top .right ul li a:hover svg,
#page-banner .audience ul li a:hover svg,
header nav ul.sub-menu li a:hover svg,
#about .about-right ul li a:hover svg {
	background: #fff;
}

#home-top .right ul li a:hover i,
#page-banner .audience ul li a:hover i,
#about .about-right ul li a:hover i {
	color: #1d8ccf;
}
#home-top {
		padding-top: 150px;
		padding-bottom: 150px; 
	}
	#home-top .left {
		flex: 1;
    display: flex;
	}

#home-top .next-arrow {
	position: absolute;
	bottom: 10px;
	font-size: 50px;
	color: rgba(30,30,30,.6);
	animation: nextArrow 1500ms ease-in-out;
	animation-iteration-count: infinite;
	left: calc(50% - 36px);
}
@media screen and ( max-width: 850px ) {
	#home-top .next-arrow {
		display: none;
	}
}
/*@media screen and ( max-width: 1500px ) {
	#home-top {
		padding-top: 110px;
	}
}
@media screen and ( max-width: 1090px ) {
	#home-top {
		padding-top: 0;
	}
}*/
@media screen and ( max-width: 1040px ) {
	#home-top .left h2 {
		font-size: 55px;
	}	
}
@media screen and ( max-width: 850px ) {
/*	#home-top .left p {
		font-size: 35px;
	}*/
	#page-banner {
		padding-top: 150px;
	}
	#page-banner {
		padding-left: 30px;
		padding-right: 30px;
	}
	#home-top {
		flex-direction: column;
		padding-top: 150px;
		padding-bottom: 5px;
	}
	#home-top .right ul li,
	#about .about-right ul li {
		padding-left: 0;
		padding-right: 0;
	}
	#home-top .left {
		width: 100%;
		flex:  0;
	}
	#home-top .left h2 {
		font-size: 40px;
	}
	#home-top .left h2 span.period:before {
		animation: highlightSlidePeriodMobile 500ms ease-in-out;
		animation-fill-mode: forwards;
	  animation-delay: 800ms;
	}
	#home-top .right {
		max-width: 100%;
		width: 100%;
    margin: 0;
    margin-bottom: 25px;
    align-self: center;
	}
	#home-top .right ul,
	#about .about-right ul {
		padding: 0 15px;
    width: 100%;
    max-width: 100%;
	}
	#post-content.layouts .layout-text,
	#post-content.layouts .layout-color_blocks
	 {
		padding: 15px 30px 0 30px;
	}
	#post-content.layouts .layout-outline_box {
		padding: 10px;
	}

}
@media screen and ( max-width: 810px ) {
	#home-top .right ul,
	#about .about-right ul {
		flex-direction: column;
	}
}
@media screen and ( max-width: 600px ) {

/*	#home-top:before {
		background: linear-gradient(170deg, rgba(2,0,36,.9) 0%,rgba(2,0,36,.9),45%,rgba(2,0,36,.1) 10%,rgba(29,140,207,.2) 100%);
	}*/

	#home-top,#page-banner {
		padding-top: 150px;
	}
	#home-top .left,#home-top .right {
		padding: 30px;
	}
	#home-top .right {
		/*padding: 30px 15px 100px 15px;*/
		padding: 30px 15px 30px 15px;
	}
	#home-top .left {
		max-width: 100%;
	}
	#home-top .left h2 {
		font-size: 38px;
	}
	#home-top .left p {
		font-size: 22px;
	}
	body.page #page-banner,
	body.single #page-banner {
		min-height: 40vh;
	}
}
@media screen and ( max-width: 450px ) {
	#home-top:before {
		background: linear-gradient(170deg, rgba(2,0,36,.9) 0%,rgba(2,0,36,.9),47%,rgba(2,0,36,.1) 10%,rgba(29,140,207,.2) 100%);
	}
}

/*@media (max-width: 450px) and (max-height:  650px) {
	#home-top .left {
		align-items: flex-end;
	}
}*/




#home-list ul {
	padding: 0;
	margin: 0;
	display: flex;
	width:  100%;
}
#home-list ul li {
	list-style-type: none;
	flex:  1;
	text-align: center;
	margin:  0;
	padding:  0;
}
#home-list ul li a,
#home-top .right ul li,
#about .about-right ul li {
	list-style-type: none;
	flex:  1;
	text-align: center;
	font-family: 'Alata', sans-serif;
	background: #1a2012;
    border-top:  solid 2px #3c4928; 
    border-bottom:  solid 2px #3c4928;
    border-left:  solid 1px #3c4928; 
    border-right:  solid 1px #3c4928; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border-color: #aaa;
    border-width: 0;
}
#home-list ul li a {

	text-decoration: none;
    font-size: 30px;
    line-height: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 30px;
    transition: color,background 100ms linear;
    background: #eee;
    color: #222;
}
#home-list ul li a i {
	font-size: 50px;
    margin-bottom: 20px;
    color: #cccccc;
    transition: color 100ms linear;
    color: #1d8ccf;
}

#home-list ul li a:hover i {
	color: #1d8ccf;
	color: #fff;
}
#home-list ul li a:hover {
	background: #222a17;
	background: #1d8ccf;
	color: #222;
}

#overview {
	    background: linear-gradient(135deg, rgba(0,0,0,.5), rgba(136,197,62,.2));
    padding: 40px 30px;
    text-align: center;
   background: rgba(30,30,30,.75);
}
#overview p {
	font-size: 24px;
	line-height: 1.2em;
	color: #1d8ccf;
	color: #eee;
	font-weight: bold;
	letter-spacing: -0.05em;
/*	max-width: 600px;
	margin: 0 auto;*/
}

#mission {
	display: flex;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-top: solid 2px #111;
	border-bottom: solid 2px #111;
}
#mission:before,#mission:after {
	content: '';
	position: absolute;
	top: -7px;
  left: -7px;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
	background-image:  url('/wp-content/uploads/2023/04/3a434b_10ccd6eff1414b3caf66e80d6c04cec2_mv2.jpeg');
	background-size: cover;
  background-position: 50% 50%;
  opacity: .2;
  z-index: -1;
  filter: blur(15px);
}
#mission:after {
	background: rgba(0,0,0,.65);
  opacity: 1;
}
#mission .report-main {
	padding: 50px;
	width: 40%;
	display: flex;
  justify-content: center;
  align-items: center;
}
#mission .report-main h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
#mission .report-main a.h3 {
	transition: none;
}
#mission .report-main a:hover h3 {
	color: #8ac43d;
}
#mission .report-main a {
	text-decoration: none;
}
#mission .report-main p {
	font-size: 20px;
	margin-bottom: 40px;
}
#mission .report-main a {
	font-size: 20px;
}
#mission .focus-areas {
	width: 60%;
	padding: 30px;
}
#mission .focus-area {
	display: flex;
	margin: 20px 0;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: border-color 100ms linear;
}
#mission .focus-area:hover {
	border-color: #eee !important;
}
#mission .focus-area img {
	max-width: 300px;
	height: 200px;
	object-fit: cover;
	/*transition: max-width 100ms linear;*/
}
/*#mission .focus-area:hover img {
	max-width: 325px;
}*/
#mission .focus-area .focus-meta {
	padding: 10px 30px 10px 30px;
	display: flex;
	flex-direction: column;
	
	flex: 1;
}
#mission .focus-area .focus-meta h4 {
	font-size: 28px;
}
#mission .focus-area .focus-meta p {
	font-size: 18px;
}
#mission .focus-area .focus-meta button {
	background: rgba(255,255,255,0);
	color: #fff;
	outline: none;
	position: absolute;
	bottom: -5px;
	right: 10px;
	font-size: 20px;
	border: none;
	margin: 0;
	padding: 10px;
	transition: color 100ms linear;
}
#mission .focus-area:hover .focus-meta button {
	color: #1d8ccf;
}

#research {
	position: relative;
	top: -100px;
}

@media screen and (max-width:  640px) {
	#mission .focus-areas .focus-area {
		flex-direction: column;
    padding-bottom: 30px;
	}
	#mission .focus-areas .focus-area img {
	  max-width: 100%;
    height: auto;
  }
}



#about {
	/*background: #fff;*/
	/*background: linear-gradient(135deg, rgba(93, 77, 106,.94) 0%,rgba(93, 77, 106,.96) 50%,rgba(93, 77, 106,.94) 100%);*/
	background: linear-gradient(135deg, rgb(94 81 105 / 94%) 0%,rgba(93, 77, 106,.96) 50%,rgb(40 29 49 / 94%) 100%);
	padding: 50px 30px;
	width: 100%;
	color: #333;
	/*border-top: solid 2px #333;
	border-bottom: solid 2px #333;*/
}
#about .about-inner {
	max-width:  1400px;
	margin:  0 auto;
	display: flex;
	justify-content: center;
}

#about .about-inner .about-left,
#about .about-inner .about-right	{
	width: 50%;
}
#about .about-inner .about-left {
	padding: 0 30px 0 0;
}
#about .about-inner .about-left .about-left-inner {
	border: solid 3px #3f3f3f;
	padding: 2px;
}
#about .about-inner .about-left .about-left-inner .about-left-content {
	background: #fff;
	padding: 30px;
}

#about .about-inner .about-right iframe {
	border: solid 3px rgba(56,44,65,.5);
}

#about p {
	margin-bottom: 20px;
	font-size: 18px;
  line-height: 28px;
}
#about h3 {
	margin-bottom:  10px;
}

#about .about-text p {
	text-align: center;
	font-size: 1.4rem;
	color: #ffffff;
}

#about a.cta {
	color: #ffffff;
	text-align: center;
}

#about a.cta:hover {
	color: #4c98a9;
}
#about .about-inner .about-split {
	display: flex;
	align-items: flex-start;
}

#about .about-inner .about-split .about-left {
	padding-right: 50px;
	flex: 1;
}


@media screen and ( max-width: 991px ) {
	#about .about-inner {
		flex-direction: column-reverse;
	}
	#about .about-inner .about-left,
	#about .about-inner .about-right {
		padding: 15px;
		width: 100%;
		flex: 1;
	}
	#about .about-inner .about-left .about-left-inner {
		padding: 0;
	}
	#about .about-inner .about-left .about-left-inner .about-left-content {
		padding: 20px;
	}
	#about .about-inner .about-left .about-left-inner .about-left-content h3 {
		font-size: 26px;
	}
}

/* @media screen and (max-width: 650px) { */
@media screen and (max-width: 825px) {

	#home-top .right,
	#about .about-right {
		flex-direction: column;
		padding-top: 0;
	}

	#home-top .right ul,
	#about .about-right ul {
		padding: 0;
	}

	#home-list ul {
		flex-wrap:  wrap;
		flex-direction: column;
	}
	#home-list ul li {
		width: 100%;
	}
	#home-list ul li a {
		border-bottom: solid 2px #ddd;
	}
	#home-list ul li:last-of-type a {
		border-bottom:  none;
	}
	#about .about-inner .about-split {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	#about {
		padding: 30px 0;
	}
	#about .about-main, #about .about-left {
		padding: 15px 30px;
	}
/*	#about .about-inner .about-split .about-right {
		width: 100%;
		margin-bottom: 20px;
	}*/
	#about .about-inner .about-split .about-left {
		padding-right: 30px;
		max-width: 100%;
	}
}
@media screen and (max-width: 650px) {


	#top-banner .swiper-container-topper .swiper-slide {
		padding: 30px;
		padding-top: 70px;
	}

	#top-banner .swiper-container-topper .swiper-slide .top-banner-text {
		padding: 10px;
	}
	
}

/* Home - embeded signup banner section */
#signup {
	/*background: #fff;*/
	/*background: linear-gradient(135deg, rgba(93, 77, 106,.94) 0%,rgba(93, 77, 106,.96) 50%,rgba(93, 77, 106,.94) 100%);*/
	background: linear-gradient(135deg, rgb(94 81 105 / 94%) 0%,rgba(93, 77, 106,.96) 50%,rgb(40 29 49 / 94%) 100%);
	padding: 50px 30px;
	width: 100%;
	color: #333;
	/*border-top: solid 2px #333;
	border-bottom: solid 2px #333;*/
}
#signup .signup-inner {
	max-width:  800px;
	margin:  0 auto;
	padding: 0 20px;
}

#signup p {
	margin-bottom: 20px;
	font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
#signup p.ctct-gdpr-text {
	font-size: 14px;
}

#signup h3 {
	margin-bottom:  10px;
    color: #ffffff;
}

.embed-signup .ctct-form-defaults {
    background-color: transparent !important;
}

.embed-signup h2.ctct-form-header {
    display: none;
}

#signup a.ctct-form-footer-link {
	color: #ffffff;
}

/* new emma signup styles */

.e2ma_signup_form {
padding: 0;
width: unset;
font-family: 'Lato', sans-serif;
}

.e2ma_signup_form_label, .e2ma_signup_form_required_footnote {
	color: #ffffff;
}

.e2ma_signup_form_label {
	font-size: 18px;
}

.e2ma_signup_form_button {
	background-color: #4c98a9;
	min-width: 100%;
	font-size: 18px;
	padding: 10px 18px;
	height: unset;
}

.e2ma_signup_form_button:hover {
	background-color: #38707d;
}


@media screen and ( max-width: 991px ) {
	#signup .signup-inner {
		flex-direction: column-reverse;
	}
	#signup .signup-inner .signup-left,
	#signup .signup-inner .signup-right {
		padding: 15px;
		width: 100%;
		flex: 1;
	}
	#signup .signup-inner .signup-left .signup-left-inner {
		padding: 0;
	}
	#signup .signup-inner .signup-left-content {
		padding: 20px;
	}
	#signup .signup-inner h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 650px) {
	
	#signup {
		padding: 30px 0;
	}

}
 
/* Home - approach */
#approach {
	padding: 50px 30px;
	background: #fff;
}
#approach h3 {
	text-align: center;
	font-size: 45px;
}
#approach .blocks {
	display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1400px;
  margin: 60px auto;
  margin-bottom: 10px;
  
  align-items: stretch;
}
#approach .blocks .block:nth-of-type(2) {
	border-left: none;
	border-right: none;
}
#approach .blocks .block {
	/*border: solid 5px #eee;*/
	width: 33.33%;
  text-align: center;
}
#approach .blocks .block .block-inner {
	padding: 20px 40px;
}
#approach .blocks .block .block-inner h4 {
	margin-bottom: 10px;
}
#approach .blocks .block .block-inner p {
	margin-bottom: 10px;
}
#approach .blocks .block .block-inner svg {
    width: 175px;
    height: 175px;
    margin-bottom: 20px;
    fill: #5d4d6a;
}

img.approach-icons {
	margin: 20px auto 30px;
    max-height: 130px;
}

@media screen and (max-width:  991px) {
	#approach .blocks {
		flex-wrap: wrap;
	}
	#approach .blocks .block {
		width: 50%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:  600px) {
	#approach .blocks .block {
		width: 100%;

	}
}


#news-featured {
	border-top: solid 2px #ccc;
	padding: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#news-featured .news,
#news-featured .featured {
	max-width: 700px;
	width: 50%;
	padding: 30px;
}
#news-featured .news {
	padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
    padding-left: 0;
    padding-right: 45px;
}
#news-featured .news .content-cta {
  margin-top: 20px;
  margin-right: 60px;
}
#news-featured .featured,
.swiper-container-topper  .swiper-slide {
  background: linear-gradient(135deg, #292a2f, #242726);
  color: #fff;

}
#news-featured .featured {
	display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  border: solid 10px #0e0e0f;
}
/* News featured */
.swiper-container-topper  .swiper-slide .slide-inner {
	display: flex;
}
.swiper-container-topper  .swiper-slide .slide-inner h2 {
	margin-bottom: 10px;
}
.swiper-container-topper  .swiper-slide img {
	width: 100%;
}
.swiper-container-topper  .swiper-slide .slide-image {
	width: 50%;
}
.swiper-container-topper  .swiper-slide .slide-text {
	flex: 1;
	padding: 15px 0 15px 30px;
}



.entry-print a, .entry-video a {
	text-decoration: none;
	color: #222;
	transition: color 100ms linear;
}
.entry-print a:hover,.entry-video a:hover {
	color: #4c98a9;
}
.resource-entry-block .resource-entry.entry-print h3,
.resource-entry-block .resource-entry.entry-video h3 {
	font-size: 20px;
	margin-top: 5px;
	line-height: 1.1em;
}
.resource-entry-block .resource-entry.press-entry {
	padding: 15px 0;
}
.resource-entry-block .resource-entry.press-entry a {
	margin: 0;
}

.resource-entry-block .resource-entry.press-entry h3 {
	font-size: 20px;
  margin-top: 2px;
  line-height: 1.3em;
  margin-bottom: 3px;
}

.resource-entry-block .resource-entry.press-entry.entry-video {
	text-align: left;
	padding: 10px 0;
	display: block;
}

.resource-entry.press-entry .press-meta {
	margin-top: 2px;
}
.resource-entry.press-entry .press-meta .press-meta-item {
	font-weight: bold;
  color: #444;
  font-size: 15px;
}
.resource-entry.press-entry .press-meta .press-meta-item.people {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
}
.resource-entry.press-entry .press-meta .press-meta-item.people:after {
	content: '';
  position: absolute;
  width: 15px;
  height: calc(100% - 9px);
  display: block;
  top: 6px;
  right: 0;
  border-right: solid 2px #999;
  /*transform: rotate(29deg);*/
}

@media screen and (max-width:  1100px) {
	#news-featured {
		flex-direction: column;
		padding: 30px;
	}
	#news-featured .news, #news-featured .featured {
		max-width: 1400px;
		width: 100%;
		margin: 10px auto;
	}
	#news-featured .news {
		padding: 0 0 30px 0;
	}
}


@media screen and (max-width:	991px) {
	#news-featured .news .content-cta {
		margin-right: 40px;
	}
}

@media screen and (max-width:	660px) {
	#news-featured {
		padding: 30px 15px;
	}
	#news-featured .news {
		padding:  0 15px 30px 15px;
	}
	.swiper-container-topper .swiper-slide .slide-inner {
		flex-direction: column;
    justify-content: center;
    text-align: center;
	}

	.swiper-container-topper .swiper-slide .slide-inner .slide-image {
		width: 100%;
	}
	.slideshow-controls .previous {
		right:  unset;
		left:  30px;
	}
	.swiper-container-topper .swiper-slide .slide-inner .content-cta {
		margin-right: 10px;
	}
	.swiper-container-topper  .swiper-slide .slide-text {
		padding: 20px 0 0 0;
	}
	/*.swiper-container-topper  .swiper-slide .slide-inner {
		min-height: 95vh;
	}*/
}


#evidence {
	background: rgba(188,172,195,.975);
  padding: 40px;
  border-top: solid 2px #999;
  overflow: hidden;
  border: solid 10px #5d4d6a;
  background:rgba(240,240,240,1);
}
#evidence .evidence-inner {
	max-width: 1400px;
	margin: 0 auto;
}
#evidence .evidence-inner p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}
#evidence .evidence-inner {
	display: flex;
	align-items: flex-start;
	position: relative;
}
#evidence .evidence-inner .evidence-text {
	flex: 1;
}
#evidence .evidence-inner-2 .evidence-text p {
	max-width: 60%;
}
#evidence .evidence-inner svg {
	opacity: 1;
	margin: 0 0 0 auto;
  position: absolute;
  width: 260px;
  position: absolute;
  bottom: -160px;
  right: 150px;
  /*fill: rgba(188,172,195,.975);*/
}
#evidence .evidence-inner svg,
#evidence .evidence-inner svg path {
	fill: rgb(41 42 47);
}
#evidence .evidence-inner svg line {
	stroke: rgb(75 151 169);
}
@media screen and (max-width:  1040px) {
	#evidence .evidence-inner-2 .evidence-text p {
		max-width: 100%;
		margin-bottom: 140px;
	}
	#evidence .evidence-inner svg {
		right: 0;
		bottom: -140px;
	}
}
@media screen and (max-width:  615px) {
	#evidence .evidence-inner {
		flex-direction: column;
		
	}
	
}
#stats {
	/* background: linear-gradient(135deg, rgb(94 81 105 / 94%) 0%, rgba(93, 77, 106, .96) 50%, rgb(40 29 49 / 94%) 100%); */
	background: #ffffff;
	padding: 50px 30px;
	width: 100%;
}
.section-title {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto 40px;
}

.section-inner {
	display: flex;
	max-width: 1400px;
	flex: 1 1 0;
	justify-content: space-evenly;
	margin: 0 auto;
	}
.stat {
	 color: #222;
	text-align: center;
}
.counter-value-wrap {
	min-height: 50px;
}
.counter-value {
	font-size: 42px;
	font-weight: 700;
}
.stat-unit {
	font-size: 25px;
	display: inline-block;
	background-color: #bbd05e;
	padding: 5px 10px 8px 10px;
}
.stat:nth-child(even) .stat-unit {
	background-color: #bcacc3; 
}
.hidden {
	visibility: hidden;
}

.animated {
	visibility: visible !important;
}

#subscribe {
	/*padding: 1px;*/
	/*background: linear-gradient(135deg, #41434a, #242726); */
	color: #fff;
}
#subscribe .subscribe-inner {
	background: linear-gradient(135deg, #292a2f, #242726); 
	/*border: solid 3px rgba(0,0,0,.3);*/
	padding: 0 50px 30px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#subscribe .left-col,
#subscribe .right-col {
	width: 50%;
	max-width: 700px;
}
#subscribe .left-col {
	padding-right: 30px;
}
#subscribe h5 {
	font-size: 30px;
	padding-bottom: 8px;
  border-bottom: solid 2px #4c98a9;
	margin-bottom: 5px;
	display: inline-block;
	margin-top: 0;
}

#subscribe button.cta {
	display: block !important;
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	color: #fff;
	position: relative;
	background: transparent;
	width: auto !important;
	padding: 10px 0 5px 0;
    margin-left: 10px;
	/*padding: 10px 15px !important;*/
}
/*#subscribe button.cta:before,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:before {
	content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -3px;
  left: 0;
  border-bottom: solid 2px rgba(220,220,220,.4);
  transition: border 100ms linear;
  z-index: -1;

}*/
#subscribe button.cta:hover,
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
	color: #4c98a9;
}
.ctct-form-defaults {
	padding: 0 !important;
}
#email_address_label_1 {
	display: none;
}
#subscribe button.cta.top-cta i {
	position: absolute;
	top: 33%; 
  right: -30px;
}
#subscribe .right-col form {
	display: flex;
	margin-top: 50px;
  align-items: flex-end;
  padding: 0 30px;
  justify-content: stretch;
  flex-wrap: wrap;
}
.grecaptcha-badge { opacity:0 !important; display: none !important; position: absolute !important; right: -999999vw !important;}
#subscribe #gdpr_text {
	order: 2;
}
#subscribe .right-col form input {
  width: 100%;
  background: transparent;
  color: #fff;
  outline: none;
  border: none;
  border-bottom: solid 2px #555;
  font-size: 20px;
  margin-bottom: 5px;
  border-radius: 0;
  line-height: 1.1em;
  padding: 1px;
  height: auto;
  box-shadow: none;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	flex: 1;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	margin-bottom: 5px !important;
	font-family: 'Sarabun', sans-serif !important;
}
#subscribe .right-col form input::placeholder {
	color: #fff;
	opacity: .8;
}

/* constant contact */
#subscribe .ctct-form-embed.form_1 .ctct-form-defaults, .ctct-form-embed.form_2 .ctct-form-defaults,
.ctct-form-embed.form_3 .ctct-form-defaults, #subscribe .footer-form .ctct-form-defaults, .lightbox-form .ctct-form-defaults  {
	background: transparent !important;
}

.footer-form .ctct-form-defaults {
	background-color: transparent;
}

.subscribe-inner .ctct-form-embed .ctct-form-defaults .ctct-form-text, .subscribe-inner .ctct-form-embed .ctct-form-custom .ctct-form-label, .subscribe-inner .ctct-form-embed .ctct-form-custom .ctct-form-listname, .subscribe-inner .ctct-form-embed .ctct-form-custom .ctct-form-lists-legend, .subscribe-inner .ctct-form-embed .ctct-form-custom .ctct-form-date-slash, .subscribe-inner .ctct-form-embed .ctct-form-defaults .ctct-gdpr-text, .subscribe-inner .ctct-form-embed .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .subscribe-inner .ctct-form-embed .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link, .ctct-form-embed .ctct-form-defaults .ctct-form-text,
.ctct-form-embed .ctct-form-custom .ctct-form-label,
.ctct-form-embed .ctct-form-custom .ctct-form-listname,
.ctct-form-embed .ctct-form-custom .ctct-form-lists-legend,
.ctct-form-embed .ctct-form-custom .ctct-form-date-slash,
.ctct-form-embed .ctct-form-defaults .ctct-gdpr-text,
.ctct-form-embed .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link,
.ctct-form-embed .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
	color: #fff !important;
}
label#email_address_label_0 {
	/* color: #ffffff; */
}
.ctct-form-embed.form_3 .ctct-form-custom .ctct-form-button {
	background: transparent !important;
	border: none !important;
	    width: auto !important;
    padding: 10px 0 5px 0 !important;
    margin-left: 10px !important;
    position: relative !important;
    z-index: 1;
    transition: all 100ms linear;
    line-height: 1.1em;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 35px 7px 15px;
    font-family: 'Sarabun', sans-serif !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	padding: 0 !important;
}
.ctct-form-embed.form_3 .ctct-form-custom .ctct-form-button:after {
	content: "\f178";
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
	position: absolute;
  top: 33%;
  right: -30px;
  transition: right 100ms linear;
}
.ctct-form-embed.form_3 .ctct-form-custom .ctct-form-button:hover:after {
	right: -35px;
}
.ctct-form-footer {
	display: none !important;
}

@media screen and (max-width:  800px) {
	#subscribe .subscribe-inner {
		flex-direction: column;
		padding: 30px;
	}
	#subscribe .left-col,
	#subscribe .right-col {
		width: 100%;
		padding: 15px 0;
	}
	#subscribe .right-col form {
		padding: 0;
    width: 100%;
    justify-content: stretch;
	}
	#subscribe .right-col form input {
		/*width: 70%;*/

	}  
	#subscribe .right-col form {
		margin-top: 0;
	}
}
@media screen and (max-width:  600px) {
	#evidence {
		/*padding: 50px 30px;*/
		padding: 20px;
	}
	#subscribe .subscribe-inner {
		padding: 42px 28px;
	}
	#subscribe .right-col form input {
		/*width: 50%;*/
		/*margin-bottom: 1px;*/
	} 
}

body.page-template-template-evidence #resource-content .resource-entry-block {
	margin-top: 0;
}




.post-blocks {
	display: flex;
	flex-direction: column;
}
.post-block {
	border:  solid 5px #142640;  
	background: #142640;
	max-width: 1275px;
	margin:  0 auto;
	margin-bottom:  30px;
	display: flex;
	width: 100%;
}
.post-block .text {
	padding:  30px 50px 15px 50px;
}
.post-block .text p {
	margin-bottom:  20px;
	font-size: 17px;
    line-height: 30px;
}
.post-block.media-block .text {
	width:  75%;
}
.post-block .media {
	width: 50%;
}
.post-block .media.portrait {
	flex: 1;
	
}
.post-block .media.portrait img {
	max-height: 350px;
  object-position: top;
}
.post-block .media img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-block h2 {
	margin-top: 0;
}




.post-block.media-block.media-right {
	flex-direction: row-reverse;
}

/*.post-blocks {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1275px;
    margin: 0 auto;
}
.post-blocks .post-block {
    width: 33.33%;
    margin-bottom: 0;
}*/
#post-content.resources .post-blocks .post-block .link-block {
	margin-bottom: 10px;
}
#post-content.resources .post-blocks .post-block .link-block a {
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}
#post-content.resources .post-blocks .post-block .link-block a:hover {
	color:  #1d8ccf;
}

@media screen and ( max-width: 900px ) {
/*	.post-blocks .post-block {
	    width: 50%;
	}*/
	.post-blocks .post-block:last-of-type {
		margin-bottom:  20px;
	}
}
@media screen and (max-width: 767px) {
	.post-block {
		flex-direction: column !important;
	}
	#post-content.resources .post-blocks .post-block {
		width: 100%;
	}
	.post-block .media, .post-block .text {
		width: 100% !important;
	}
	.post-block .text {
		padding: 30px;
	}
}
@media screen and ( max-width: 650px ) {
/*	.post-blocks .post-block {
	    width: 100%;
	    margin-bottom: 20px;
	}*/
	#post-content.resources .post-blocks .post-block {
		width: 100%;
	}

	.post-blocks {
		margin-left: -15px;
    margin-right: -15px;
	}
	#next-block .frame {
		padding: 40px 30px 50px 30px;
	}
}


header#site-header.scrolled {
	background:  #111;
}


/* Peril layouts */
.layout-mega_list {
	max-width: 1400px;
	margin: 0 auto;
	padding: 15px 50px 15px 50px;
}
.layout-mega_list .list-item {
	display: flex;
}
.layout-mega_list .list-item .counter {
	font-size: 25px;
  background: #ccc;
  color: #222;
  border-radius: 50px;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 45px;
  margin-right: 30px;
  position: relative;
  top: -4px;
  margin-bottom: 20px;
}

.layout-mega_list .list-item .content {
	flex: 1;
}
#post-content.layouts .layout-mega_list .list-item .content p {
	/*font-size: 25px;
	line-height: 36px;
	margin-bottom: 50px;*/
	font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
}
#post-content.layouts .layout-mega_list .list-item:last-of-type .content p {
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.layout-mega_list .list-item {
		position: relative;
		z-index: 1;
	}
	.layout-mega_list .list-item .counter {
		position: absolute;
    margin: 0;
    top: 1px;
    left: -3px;
    z-index: -1;
    opacity: 1;
    font-size: 20px;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    line-height: 34px;
	}
	.layout-mega_list .list-item .content {
		text-indent: 45px;
	}
}
@media screen and (max-width: 850px) {
	.layout-mega_list {
		padding: 15px 30px;
	}
}

.layout-resource_list {
	padding: 30px 50px;
}
.layout-resource_list h3 {
	font-size: 40px;
	text-align: center;
}


/* Template Edits */
body.page-template-template-resources #page-banner {
	flex-direction: column;
	align-items: flex-start;
}
body.page-template-template-resources #page-banner .text-outer,
body.page-template-template-evidence #page-banner .text-outer,
body.page-template-template-press #page-banner .text-outer {
	max-width: 1400px;
}
body.page-template-template-resources #page-banner .audience {
	display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body.page-template-template-resources #page-banner .audience ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	flex-direction: row;
	align-items: stretch;
  justify-content: stretch;
  margin-left: -5px;
  max-width: 100%;
  flex-wrap: wrap;
}

body.page-template-template-resources #page-banner .audience ul li {
	width: 33.33%;
	flex: unset;
}

#resource-content {
	padding: 50px;
	background: #fff;
	position: relative;
}
#resource-content .resource-content-inner {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
}
#resource-content .resource-left {
	top: 140px;
	min-height: 50px;
	height: 100%;
	overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  width: 25%;
}
#resource-content .resource-right {
	min-height: 25vh;
	padding-left: 50px;
	flex: 1;
}
#resource-content .resource-right h2 {
	margin-bottom: 10px;
	margin-top: 5px;
}
#resource-content .resource-right p {
	  font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
#resource-content .resource-entry-block,
.resource-content.resource-entry-block {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
	margin-top: 20px;
	justify-content: center;
}

#resource-content .resource-entry-block .resource-entry:nth-child(2n+1),
.resource-content.resource-entry-block .resource-entry:nth-child(2n+1) {
  padding-right: 15px;
}
#resource-content .resource-entry-block .resource-entry:nth-child(2n+2),
.resource-content.resource-entry-block .resource-entry:nth-child(2n+2) {
  padding-right: 15px;
}

#resource-content .resource-entry,
.resource-content.resource-entry-block .resource-entry {
	width: 50%;
	height: 100%;
	margin-bottom: 15px;
}
body.page-template-default .resource-content.resource-entry-block .resource-entry {
	width: 33.33%;
}
.resource-entry-block .resource-entry.entry-brief,
.resource-entry-block .resource-entry.entry-lesson-plan,
.resource-entry-block .resource-entry.entry-video  {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.resource-entry-block .resource-entry.entry-video {
	padding: 0 0 35px 0;
}
.resource-entry-block .resource-entry.entry-video .title-wrap {
	margin-top: 10px;
	text-align: center;
}
.resource-entry-block .resource-entry.entry-video .video-wrapper {
	width: 100%;
}

/* Video patch */
#resource-content .resource-entry-block.resources-1 .resource-entry.entry-video {
	width: 100%;
}
body #resource-content .resource-entry-block.resource-count-odd .resource-entry.entry-report {
	width: 50%;
}
#resource-content .resource-entry-block.resource-count-odd .resource-entry:last-child {
	width: 100%;
}


.resource-entry-block .resource-entry a {
	display: flex;
	padding: 0;
	align-items: flex-start;
	margin-bottom: 30px;
	transition: transform 100ms linear;
}
.resource-entry-block .resource-entry a:hover {
	transform: scale(1.02);
}
body.home .resource-entry-block .resource-entry a h3 {
	transition: transform 100ms linear;
}
body.home .resource-entry-block .resource-entry a:hover {
	transform: scale(1);
}
body.home .resource-entry-block .resource-entry a:hover h3 {
	transform: scale(1.02);
}
.resource-entry-block .resource-entry a.brief {
	width: 100%;
  text-decoration: none;
  text-align: center;
  height: 100%;
  color: #333;
  align-items: center;

}
.resource-entry-block .resource-entry a.brief .link-inner {
	/*border: solid 2px #3382c5;*/
	height: 100%;
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: stretch;
}
.resource-entry-block .resource-entry a img {
	border: solid 1px #eee;
	padding: 2px;
}
.resource-entry-block .resource-entry h3 {
	font-size: 35px;
	margin-top: 10px;
}
.resource-entry-block .resource-entry a.brief svg {
	width: 200px;
  fill: #555;
  margin-bottom: 15px;
  transition: fill 100ms linear;
}
.resource-entry-block .resource-entry a.brief:hover svg {
	fill:  #3382c5;
/*	stroke: red;
	stroke-width: .2pt;*/
}
.resource-entry-block .resource-entry a.brief .svg-wrap {
    height: 60%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.resource-entry-block .resource-entry a.brief .title-wrap {
    height: 40%;
    width: 100%;
}
.resource-entry-block .resource-entry a.brief .title-wrap p {
	margin-top: 5px;
}

.resource-entry-block .resource-entry.press-entry .date,
#resource-content .resource-entry-block .resource-entry.press-entry p.date {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 4px;
}


 



    


#resource-content .searchandfilter ul {
	padding-left: 0;
}
#resource-content .searchandfilter ul label,
#resource-content .searchandfilter ul input,
#resource-content .searchandfilter ul select {
	width: 100%;
}
#resource-content .searchandfilter ul input,
#resource-content .searchandfilter ul select {
	padding: 10px 5px;
	font-size: 16px;
}
#resource-content .resource-left .mobile-toggle {
	display: none; 
}

@media screen and (max-width: 860px) {
	body.page-template-template-resources #page-banner .audience ul li {
		width: 50%;
	}
	#resource-content {
		padding: 30px 50px;
	}
	#resource-content .resource-content-inner {
		flex-direction: column;
	}
	#resource-content .resource-left,
	#resource-content .resource-right {
		width: 100%;
		padding: 0 15px 20px 0;
	}
	#resource-content .resource-left {
		position: static;
	}
	#resource-content .resource-left {
		position: fixed;
    z-index: 3;
    background: #eee;
    left: 0;
    width: 100%;
    top: 115px;
    height: auto;
    padding: 0;
    border-bottom: solid 1px #aaa;
    transition: padding 100ms linear;
	}
	#resource-content .resource-left form,
	#resource-content .resource-left .resource-toc,
	#resource-content .resource-left .resource-toc .desktop {
		display: none;
	}
	body.display-filter #resource-content .resource-left form,
	body.display-filter #resource-content .resource-left .resource-toc {
		display: block;
	}
	body #resource-content .resource-left .mobile-toggle {
		display: flex;
		justify-content: space-between;
		padding: 15px;
		transition: padding 100ms linear;
	}
	body #resource-content .resource-left .mobile-toggle h5 {
		margin: 0;
	}
	body #resource-content .resource-left .mobile-toggle i {
		font-size: 22px;
		color: #4c98a9;
		margin-right: 7px;
	}
	body #resource-content .resource-left .mobile-toggle i.filter-close,
	body.display-filter #resource-content .resource-left .mobile-toggle i.filter-open {
		display: none;
	}
	body.display-filter #resource-content .resource-left .mobile-toggle i.filter-close {
		display: inline-block;
		position: relative;
		top: 2px;
	}
	body.display-filter #resource-content .resource-left {
		padding: 15px 30px;
		overflow: scroll;
		max-height: calc(100vh - 110px);
	}
	body.display-filter #resource-content .resource-left .mobile-toggle {
		padding: 5px 0;
	}
}
@media screen and (max-width: 840px) {
	#resource-content {
		padding: 30px;
	}
	body.page-template-default .resource-content.resource-entry-block .resource-entry {
		width: 50%;
	}
	
}
@media screen and (max-width: 600px) {
	body.page-template-template-resources #page-banner .audience ul li {
		width: 100%;
	}
	#resource-content .resource-entry,
	.resource-content.resource-entry-block .resource-entry,
	body.page-template-default .resource-content.resource-entry-block .resource-entry {
		width: 100%;
	}
	#resource-content .resource-entry-block .resource-entry:nth-child(2n+1),
	.resource-content.resource-entry-block .resource-entry:nth-child(2n+1) {
	  padding-right: 0;
	}
	#resource-content .resource-entry-block .resource-entry:nth-child(2n+2),
	.resource-content.resource-entry-block .resource-entry:nth-child(2n+2) {
	  padding-right: 0;
	}
	#resource-content .resource-right {
		padding-right: 0;
	}
	#resource-content .resource-entry a {
		padding-right:	0;
	}
}


#next-block svg {
	width: 150px;
	height: 150px;
	margin: 20px;
	padding: 10px;
	background: transparent;
	border: solid 5px transparent;
	transition: all 100ms linear;
}
#next-block.to-49 svg,
#next-block.to-55 svg,
#next-block.to-57 svg {
	fill: #fff;
}
#next-block.to-47:hover svg,
#next-block.to-49:hover svg,
#next-block.to-51:hover svg,
#next-block.to-53:hover svg,
#next-block.to-55:hover svg,
#next-block.to-57:hover svg {
	background: #fff;
	fill: #222 !important;
}
#next-block.to-47:hover svg {
	border-color: rgba(188,172,195,1);
}
#next-block.to-49:hover svg {
	border-color: #b44418;
}
#next-block.to-51:hover svg {
	border-color: #f4d06f;
}
#next-block.to-53:hover svg {
	border-color: #bbd05e;
}
#next-block.to-55:hover svg {
	border-color: #4c98a9;
}
#next-block.to-57:hover svg {
	border-color: #5d4d6a;
}
#next-block:after {
	transition: background 100ms linear !important;
}
#next-block.to-47:hover:after,
#next-block.to-49:hover:after,
#next-block.to-51:hover:after,
#next-block.to-53:hover:after,
#next-block.to-55:hover:after,
#next-block.to-57:hover:after {
	background: linear-gradient(135deg, rgba(65,78,74,.94) 0%,rgba(65,78,74,.96) 50%,rgba(65,78,74,.94) 100%);
}
#next-block:hover,#next-block.next-division, #next-block.next-project {
	color: #fff;
}
/*#next-block.next-division:hover {
	color: #4c98a9;
}*/
#next-block.next-project:after, 
#next-block.next-division:after {
	background: linear-gradient(135deg, rgba(65,78,74,.94) 0%,rgba(65,78,74,.96) 50%,rgba(65,78,74,.94) 100%);
	transition: background 100ms linear;
}
/*#next-block.next-project:hover, 
/*#next-block.next-division:hover {
	color: #4c98a9;
}*/
#next-block.next-project:hover:after, 
#next-block.next-division:hover:after {
	background: linear-gradient(135deg, rgba(55,68,64,.94) 0%,rgba(55,68,64,.96) 50%,rgba(55,68,64,.94) 100%);
}
#next-block.next-project .small, 
#next-block.next-division .small {
	color: #fff !important;
}


/*header nav .menu-top-menu-container ul li.menu-item:after, .menu-footer-menu-container ul li.menu-item a:after {
	color: red;
}*/
header nav .menu-top-menu-container ul li ul.sub-menu li a:before {
	height: 100%;
	background: transparent;
	transition: background 100ms linear;
}
header nav .menu-top-menu-container ul li ul.sub-menu li a:hover:before {
	background: #4c98a9;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.community-members a,
header nav .menu-top-menu-container ul li ul.sub-menu li.community-members a:hover:before {
	background:  #4c98a9;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.parents-caregivers a,
header nav .menu-top-menu-container ul li ul.sub-menu li.parents-caregivers a:hover:before {
	background:  #bcacc3;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.government-policymakers a,
header nav .menu-top-menu-container ul li ul.sub-menu li.government-policymakers a:hover:before {
	background:  #b44418;
}

body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.faith-smb a,
header nav .menu-top-menu-container ul li ul.sub-menu li.faith-smb a:hover:before {
	background:  #f4d06f;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.educators a,
header nav .menu-top-menu-container ul li ul.sub-menu li.educators a:hover:before {
	background:  #bbd05e;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.victims-survivors a,
header nav .menu-top-menu-container ul li ul.sub-menu li.victims-survivors a:hover:before {
	background:  #5d4d6a;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.parents-caregivers a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.faith-smb a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.educators a,
header nav .menu-top-menu-container ul li ul.sub-menu li.parents-caregivers a:hover,
header nav .menu-top-menu-container ul li ul.sub-menu li.faith-smb a:hover,
header nav .menu-top-menu-container ul li ul.sub-menu li.educators a:hover {
	color: #222 !important;
}
body.mobile-active header nav .menu-top-menu-container ul li ul.sub-menu {
	display: none;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu,
body.mobile-active.who-we-are-subnav-active header nav .menu-top-menu-container ul li.who-we-are-subnav ul.sub-menu,
body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container ul li.how-we-work-subnav ul.sub-menu,
body.mobile-active.interactive-active header nav .menu-top-menu-container ul li.interactive-subnav ul.sub-menu {
	display: block;
}

body.mobile-active.who-we-are-subnav-active header nav .menu-top-menu-container ul li.who-we-are-subnav ul.sub-menu,
body.mobile-active.interactive-subnav-active header nav .menu-top-menu-container ul li.interactive-subnav ul.sub-menu,
body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container ul li.how-we-work-subnav ul.sub-menu {
	padding: 0;
	display: flex;
	align-items: flex-end;
}
body.mobile-active.who-we-are-subnav-active header nav .menu-top-menu-container ul li.who-we-are-subnav ul.sub-menu li,
body.mobile-active.interactive-subnav-active header nav .menu-top-menu-container ul li.interactive-subnav ul.sub-menu li,
body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container ul li.how-we-work-subnav ul.sub-menu li {
	width: auto;
}
body.mobile-active header nav .menu-top-menu-container ul li ul.sub-menu {
	text-align: center;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li a {
	padding: 5px;
	margin: 0 0 5px auto;
	max-width: 80%;
	font-size: 20px;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.parents-caregivers a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.government-policymakers a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.victims-survivors a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.parents-caregivers a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.faith-smb a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.educators a,
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.community-members a {
	font-size: 25px;
	padding: 10px;
	display: flex;
  white-space: break-spaces;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.view-all {
	text-align: right;
  padding-right: 15px;
}
body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.view-all a {
	background: transparent;
	text-align: right;
	padding-right: 40px;
	padding-left: 5px;
	position: relative;
	display: inline;
}

body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li.view-all a:after {
	content: "\f178";
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
	position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
}


/* Menu 2.0 */
header nav ul.sub-menu li svg {
	width: 35px;
	height: 35px;
	fill: #fff;
	margin: 0;
  border-width: 2px;
  padding: 2px;
  border-color: transparent;
}
header nav ul.sub-menu li a:hover svg {
	border-color: #414e4a;
}
header nav li.resource-subnav ul.sub-menu li a {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 15px;
}
header nav li.resource-subnav ul.sub-menu li.view-all a {
	padding: 10px 15px;
}
header nav li.resource-subnav ul.sub-menu li a span {
	padding-left: 15px;
	padding-right: 30px;
}
header nav li.resource-subnav ul.sub-menu li.view-all a span {
	padding-left: 5px;
	padding-right: 0;
}

.mobile-back {
	display: none;
}

@media screen and (max-width:  1090px) {
	header nav .menu-top-menu-container ul li.resource-subnav ul li.community-members a span:first-child, header nav .menu-top-menu-container ul li.resource-subnav ul li.government-policymakers a span:first-child, header nav .menu-top-menu-container ul li.resource-subnav ul li.victims-survivors a span:first-child, header nav .menu-top-menu-container ul li.resource-subnav ul li.parents-caregivers a span:first-child, header nav .menu-top-menu-container ul li.resource-subnav ul li.educators a span:first-child, header nav .menu-top-menu-container ul li.resource-subnav ul li.faith-smb a span:first-child {
		border: none;
		line-height: 1em;
	}
	body.mobile-active.who-we-are-subnav-active header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children,
	body.mobile-active.interactive-subnav-active header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children,
	body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children,
	body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children {
		/*width: 100%;*/
		position: static;
	}
	body.mobile-active header#site-header .site-title-wrap,
	body.mobile-active header#site-header.scrolled .site-title-wrap {
		margin: 15px 0 0 15px;
	  z-index: 11;
	}
	body.mobile-active header nav .menu-top-menu-container {
		overflow: hidden;
	}
	body.mobile-active header nav .menu-top-menu-container > ul, 
	body.mobile-active header#site-header.scrolled nav .menu-top-menu-container > ul {
		position: static;
	}
	body.mobile-active header nav .menu-top-menu-container ul, 
	body.mobile-active header#site-header.scrolled nav .menu-top-menu-container ul {
		padding-top: 140px;
		overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 50px;
	}
	body header#site-header nav .menu-top-menu-container ul.sub-menu,
	body header#site-header nav .menu-top-menu-container ul.sub-menu,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu {
		padding-top: 140px;
		position: absolute;
		top: 0;
		right:-100vw;
    width: 100%;
    display: flex;
    z-index: -1;
	}
	body header#site-header nav .menu-top-menu-container ul.sub-menu li a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li a,
	header nav .menu-top-menu-container ul li ul.sub-menu li.divider {
		position: relative;
		right: -100vw;
		transition: right 200ms ease-in;
/*		animation-name: menuSlideFromRight;
		animation-duration: 200ms;
		animation-timing-function: ease-in;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;*/
	}
	body header#site-header nav .menu-top-menu-container ul.sub-menu li.divider {
		background: none;
		padding: 10px 15px;
		font-weight: bold;
	}
	/*body.mobile-active header#site-header nav .menu-top-menu-container  li.resource-subnav ul.sub-menu li a {
		right: -100vw;
		transition: right 200ms ease-in;
	}*/
	header nav .menu-top-menu-container > ul > li > a {
		position: relative;
		left: 0;
		transition: left 200ms ease-in;
/*		animation-name: menuSlideFromLeft;
		animation-duration: 200ms;
		animation-timing-function: ease-in;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;*/
	}
	header nav .menu-top-menu-container ul li:nth-child(2) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(2) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(2) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(2) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(2) a {
		transition-delay: 50ms;
	}
	header nav .menu-top-menu-container ul li:nth-child(3) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(3) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(3) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(3) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(3) a {
		transition-delay: 100ms;
	}
	header nav .menu-top-menu-container ul li:nth-child(4) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(4) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(4) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(4) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(4) a {
		transition-delay: 150ms;
	}
	header nav .menu-top-menu-container ul li:nth-child(5) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(5) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(5) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(5) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(5) a {
		transition-delay: 200ms;
	}
	header nav .menu-top-menu-container ul li:nth-child(6) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(6) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(6) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(6) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(6) a {
		transition-delay: 250ms;
	}
	header nav .menu-top-menu-container ul li:nth-child(7) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(7) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(7) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(7) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(7) a {
		transition-delay: 300ms;
	}
	header nav .menu-top-menu-container ul li:nth-child(8) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(8) a,
	body header#site-header nav .menu-top-menu-container ul.sub-menu li:nth-child(8) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(8) a,
	body header#site-header.scrolled nav .menu-top-menu-container ul.sub-menu li:nth-child(8) a {
		transition-delay: 350ms;
	}
	header nav .menu-top-menu-container ul li ul.sub-menu li.divider {
		transition-delay: 50ms;
	}
	body.mobile-active header nav .menu-top-menu-container > ul > li > a {
		left: 0;
	}
	body.mobile-active.resource-subnav-active header nav .menu-top-menu-container > ul > li > a,
	body.mobile-active.who-we-are-subnav-active header nav .menu-top-menu-container > ul > li > a,
	body.mobile-active.interactive-subnav-active header nav .menu-top-menu-container > ul > li > a,
	body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container > ul > li > a {
		left: -100%;
	}
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container  li.resource-subnav ul.sub-menu,
	body.mobile-active.resource-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.resource-subnav ul.sub-menu,
	body.mobile-active.interactive-subnav-active header#site-header nav .menu-top-menu-container  li.interactive-subnav ul.sub-menu,
	body.mobile-active.interactive-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.interactive-subnav ul.sub-menu,
	body.mobile-active.who-we-are-subnav-active header#site-header nav .menu-top-menu-container  li.who-we-are-subnav ul.sub-menu,
	body.mobile-active.how-we-work-subnav-active header#site-header nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu,
	body.mobile-active.who-we-are-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.who-we-are-subnav ul.sub-menu,
	body.mobile-active.how-we-work-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu {
		z-index: 4;
	}
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container  li.resource-subnav ul.sub-menu,
	body.mobile-active.resource-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.resource-subnav ul.sub-menu,
	body.mobile-active.interactive-subnav-active header#site-header nav .menu-top-menu-container  li.interactive-subnav ul.sub-menu,
	body.mobile-active.interactive-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.interactive-subnav ul.sub-menu,
	body.mobile-active.who-we-are-subnav-active header#site-header nav .menu-top-menu-container  li.who-we-are-subnav ul.sub-menu,
	body.mobile-active.how-we-work-subnav-active header#site-header nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu,
	body.mobile-active.who-we-are-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.who-we-are-subnav ul.sub-menu,
	body.mobile-active.how-we-work-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu,
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container  li.resource-subnav ul.sub-menu li a,
	body.mobile-active.resource-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.resource-subnav ul.sub-menu li a,
	body.mobile-active.interactive-subnav-active header#site-header nav .menu-top-menu-container  li.interactive-subnav ul.sub-menu li a,
	body.mobile-active.interactive-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.interactive-subnav ul.sub-menu li a,
	body.mobile-active.who-we-are-subnav-active header#site-header nav .menu-top-menu-container  li.who-we-are-subnav ul.sub-menu li a,
	body.mobile-active.how-we-work-subnav-active header#site-header nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu li a,
	body.mobile-active.who-we-are-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.who-we-are-subnav ul.sub-menu li a,
	body.mobile-active.how-we-work-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu li a,
	body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container ul li ul.sub-menu li.divider {
		right: 0;
	}
	body.mobile-active.how-we-work-subnav-active header#site-header nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu,
	body.mobile-active.how-we-work-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.how-we-work-subnav ul.sub-menu,
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container  li.resource-subnav ul.sub-menu,
	body.mobile-active.resource-subnav-active header#site-header.scrolled nav .menu-top-menu-container  li.resource-subnav ul.sub-menu {
		padding-top: 150px;
		justify-content: flex-start;
		overflow-y: scroll;
		overflow-x: hidden;
    max-height: 100vh;
    padding-bottom: 30px;
	}
	body.mobile-active.how-we-work-subnav-active header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.has-description {
		align-self: stretch;
	}
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li a {
		max-width: 100%;
		width: 100%;
    margin: 0 0 5px auto;
    text-align: left;
    background: rgb(35,35,35);
    border: solid 2px #414e4a;
	}
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.has-description a {
		max-width: 80%;
		width: 80%;
	}
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.has-description a span:first-child {
		border-bottom-color: #4c98a9;
		align-self: flex-start;
	}
	header nav .menu-top-menu-container ul li.menu-item.menu-item-has-children > ul.sub-menu li.has-description a span {
		align-self: flex-start;
	}
	/* Resource List */
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container li.resource-subnav ul.sub-menu li a {
		position: relative;
		padding-left: 15px;
	}
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container li.resource-subnav ul.sub-menu li.view-all {
		padding-right: 10px;
	}
	body.mobile-active.resource-subnav-active header#site-header nav .menu-top-menu-container li.resource-subnav ul.sub-menu li.view-all a {
		padding-left: 10px;
	}
	body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li a {
		max-width: 90%;
		width: 100%;
		display: flex;
		border: none;
	}
	body.mobile-active.resource-subnav-active header nav .menu-top-menu-container ul li.resource-subnav ul.sub-menu li a span:first-child {
		align-self: center;
	}
	header nav li.resource-subnav ul.sub-menu li a svg {
		width: 35px;
    height: 35px;
		padding: 0;
		border-width: 0;
	}
	header nav li.resource-subnav ul.sub-menu li.view-all a span {
		border: none;
	}
	header nav li.resource-subnav ul.sub-menu li a:hover svg {
		background: transparent !important;
	}
	header nav li.resource-subnav ul.sub-menu li a span {
		flex: 1;
	}
	header nav li.resource-subnav ul.sub-menu li a:hover svg path {
		fill: #fff !important;
	}
	header nav li.resource-subnav ul.sub-menu li.parents-caregivers a svg path,
	header nav li.resource-subnav ul.sub-menu li.faith-smb a svg path,
	header nav li.resource-subnav ul.sub-menu li.educators a svg path {
		fill: #222 !important;
		stroke: #222 !important;
	}
	header nav li.resource-subnav ul.sub-menu li.community-members a:hover svg path,
	header nav li.resource-subnav ul.sub-menu li.government-policymakers a:hover svg path,
	header nav li.resource-subnav ul.sub-menu li.victims-survivors a:hover svg path {
		fill: #fff !important;
		stroke: #fff !important;
	}
	.mobile-nav-icon.close, .mobile-back {
		font-size: 30px;
		top: 15px;
	}
	body.mobile-active.resource-subnav-active .mobile-back,
	body.mobile-active.how-we-work-subnav-active .mobile-back,
	body.mobile-active.who-we-are-subnav-active .mobile-back,
	body.mobile-active.interactive-subnav-active .mobile-back {
		display: block;
    color: #fff;
    position: absolute;
    right: 90px;
    z-index: 11;
	}
}
@media (max-width: 1090px) and (max-height:  690px) {
	
}






#post-content.layouts .layout-back {
	padding: 85px 30px 0 30px;
	text-align: center;
}
#post-content.layouts .layout-back a {
	display: inline-block;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #010024;
  text-decoration: none;
  line-height: 1.1em;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 15px 15px 35px;
  background: transparent;
  padding-bottom: 5px;
  padding-left: 0;
  position: relative;
  z-index: 1;
  padding-right: 0;
  transition: all 100ms linear;
}
#post-content.layouts .layout-back a i {
  position: absolute;
  top: 33%;
  left: -30px;
  transition: left 100ms linear;
}
#post-content.layouts .layout-back a:hover i {
	left:  -35px;
}
/*#post-content.layouts .layout-back a:after {
	content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -3px;
  left: 0;
  border-bottom: solid 2px rgba(220,220,220,.4);
  transition: border 100ms linear;
  z-index: -1;
}*/
#post-content.layouts .layout-back a:hover {
	color:  #4c98a9;
}


/* Team  */
.image-grid {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.image-grid .section-title-wrap {
	width: 100%;
	text-align: center;
}

.image-grid img {
	width: 300px;
	height: 300px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.team-members .image-grid a .img-wrap img {
	object-fit: cover;
	object-position: top center;
}
.image-grid a .img-wrap img.pet-view {
	object-fit: contain;
	object-position: center bottom;
}



body.page-template-default .layout-image_grid {
	max-width: 1400px;
	margin: 0 auto;
}

body.page-template-default .grid-item {
    padding: 15px;
}
body.page-template-default .grid-item a {
	display: block;
	transform: scale(1);
	transition: transform 100ms linear;
}
body.page-template-default .grid-item a:hover {
	transform: scale(1.02);
	transition: transform 100ms linear;
}


.image-grid .grid-item a {
	color: #222;
	text-decoration: none;
}
.image-grid .grid-item h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 2px;

}
.image-grid .grid-item h5 {
	text-align: center;
	color: #555;
	font-size: 18px;
	margin: 5px 0 10px 0;
}
#resource-content.team-members h2 {
	display: inline-block;
	margin-bottom: 30px;
}

.image-grid .grid-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.image-grid .grid-item.no-image {
	justify-content: center;
	min-height: 200px;
}
.image-grid a h3 {
	transition: color 100ms linear;
}
.image-grid a:hover h3 {
	color: #4c98a9;
}
.image-grid a .img-wrap {
	width: 275px;
	/*filter: grayscale(0);*/
	/**/
	transition: filter 100ms linear;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

#resource-content.team-members .resource-right {
	padding-left: 0;
}
.image-grid a .img-wrap img {
	width: 100%;
	/*border: solid 3px #eee;*/
}
.team-members .image-grid a .img-wrap:before,
body.single-team .text-outer .team-image:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	/*background: rgba(65,78,74,.94);*/
	background: rgba(50,50,50,.97);
	transition: background 100ms linear;
}
.team-members .image-grid a .img-wrap:before {
	height: 40px; 
}
.image-grid a:hover .img-wrap:before {
	background: rgba(76,152,169,.94);
}

.image-grid a:hover .img-wrap img {
	/*filter: grayscale(0);*/
	/*filter: grayscale(1);*/
}

@media screen and (max-width: 1330px) {
	.image-grid .grid-item {
		width: 33.33%;
	}
}
@media screen and (max-width: 850px) {
	.image-grid .grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 680px) {
	.image-grid .grid-item {
		width: 100%;
	}
}


body.single-team .text-outer {
	display: flex;
  flex-direction: row;
  align-items: flex-end;
}
body.single-team #page-banner .text-outer h1 {
	margin-bottom: 2px;
	max-width: 100%;
	margin-top: 5px;
}
body.single-team .text-outer .team-text {
	flex: 1;
}
body.single-team .text-outer .team-text small {
  font-weight: bold;
  color: #555;
  font-size: 18px;
}
body.single.single-team #page-banner {
	padding-bottom: 5px;
}
a.team-social {
    color: #555;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 2px;
    transition: color 100ms linear;
    cursor: pointer;
}
a.team-social:hover {
	color: #4c98a9;
}
body.single-team .text-outer .team-image {
	margin-bottom: -12%;
  max-width: 300px;
  margin-right: 30px;
  /*background: #414e4a;*/
  border: solid 3px #ddd;
  background: rgba(50,50,50,.97);
	position: relative;
	z-index: 1;
}
body.single-team .text-outer .team-image:before {
	background-image:  url('/wp-content/themes/peril/images/topo7-white3.svg');
	opacity: .055;
	background-size: 175px;
}
body.single-team #post-content .layout-text {
	padding-left: 385px;
	padding-top: 0;
}

@media screen and (max-width: 850px) {
	body.single-team .text-outer {
		flex-direction: column;
		align-items:  center;
	}
	body.single-team #post-content .layout-text {
		padding-left: 30px;
	}
	body.single-team .text-outer .team-image {
		max-width: 250px;
		margin: 0 auto 10px auto;
	}
	body.single-team .text-outer .team-text {
		text-align: center;
		margin-top: 15px;
	}
	body.single-team #page-banner .text-outer h1 {
		font-size: 28px;
	}
	#post-content.layouts .layout-back {
		padding-top: 25px;
	}
}


 #resource-content .resource-entry-block {
	margin-top: 6px;
	justify-content: flex-start;
}
 #resource-content .resource-entry-block .resource-entry {
	padding-right: 25px;
	padding-top: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
	body.page-template-template-resources #resource-content .resource-left,
	body.single-resource #resource-content .resource-left {
		display: none;
	}
	body.page-scrolled.page-template-template-resources #resource-content .resource-left,
	body.page-scrolled.single-resource #resource-content .resource-left {
		display: block;
	}
	 #resource-content .resource-left,
	body.page-template-template-evidence #resource-content .resource-left {
		position: relative;
    top: -30px;
    left: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
    border-top: solid 2px #ddd;
	}
	body.page-scrolled #resource-content .resource-left,
	body.page-scrolled.page-template-template-evidence #resource-content .resource-left {
		position: fixed;
		top: 115px;
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	body.page-template-template-press #resource-content .resource-entry-block .resource-entry,
	body.page-template-template-evidence #resource-content .resource-entry-block .resource-entry {
		padding-right: 0;
	}
}

/* Division */
#page-banner p.division-label {
	font-weight: bold;
	margin-bottom: 5px;
}
body.single #page-banner .text-outer h1.division-title {
	margin-top: 5px;
}

/* Report Web */
#resource-content .resource-left .resource-toc {
  max-height: 65vh;
  overflow-y: auto;
}
@media screen and (max-width: 860px) {
	#resource-content .resource-left .resource-toc {
	  max-height: unset;
	  overflow-y: auto;
	}
}
#resource-content .resource-left .resource-toc > ul {
	padding: 0;
}
#resource-content .resource-left .resource-toc > ul > li {
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 15px;
}
#resource-content .resource-left .resource-toc > ul > li > a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	border-bottom: solid 2px #4c98a9;
	border-bottom-color: transparent;
	transition: border-bottom-color 100ms linear;
	cursor: pointer;
	border-bottom-color: #4c98a9;
}
/*#resource-content .resource-left .resource-toc > ul > li > a.active {
	border-bottom-color: #4c98a9;
}*/
#resource-content .resource-left .resource-toc > ul > li > a:hover {
	border-bottom-color: #ccc;
}
#resource-content .resource-left .resource-toc > ul > li ul {
	padding-left: 20px;
  margin: 15px 0;
}
#resource-content .resource-left .resource-toc ul > li ul li {
	margin-bottom: 15px;
	font-size: 14px;
	list-style-type: square;
}
#resource-content .resource-left .resource-toc ul > li ul li a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	/*border-bottom: solid 2px #4c98a9;*/
}
body.single-resource #page-banner h1 {
	margin-top: 0;
}
body.single-resource #post-content {
	padding: 0;
}
body.single-resource #post-content .section-title-wrap:first-of-type h2 {
	margin-top: 0;
}
body.single-resource #resource-content .resource-right #post-content p {
	margin-bottom: 20px;
}
body.single-resource #post-content .section-title-wrap h2 {
	line-height: 1.1em;
}
body.single-resource #post-content .section-title-wrap h3 {
	margin: 30px 0 10px 0;
  font-size: 25px;
}
#resource-content .resource-right #post-content.layouts > div {
	padding-left:  0;
	padding-right: 0;
}
#resource-content .resource-right #post-content.layouts p,
#resource-content .resource-right #post-content.layouts ul li {
	font-size: 17px;
  line-height: 28px;
}

#resource-content .resource-right #post-content.layouts .layout-mega_list .list-item .content {
	margin-bottom: 40px;
}
#resource-content .resource-right #post-content.layouts .layout-mega_list .list-item .content p {
	font-size: 20px;
  line-height: 35px;
}
    


img.alignleft, img.alignright {
	padding: 10px;
}
img.alignleft {
	padding-left: 0;
}
img.alignright {
	padding-right: 0; 
}
@media screen and (max-width: 850px) {
	img.alignleft, img.alignright {
		padding: 10px 0;
	}
}



#post-content.layouts .layout-color_blocks .blocks {
	display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
#post-content.layouts .layout-color_blocks .blocks .grid-item {
	width: 25%;
	padding: 15px 15px 15px 0;
	flex: 1;
  display: flex;
}
#post-content.layouts .layout-color_blocks .blocks .grid-item .grid-item-inner {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#post-content.layouts .layout-color_blocks .blocks .grid-item .grid-item-inner p:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 990px) {
	#post-content.layouts .layout-color_blocks .blocks .grid-item {
		width: 33.33%;
	}
}
@media screen and (max-width: 750px) {
	#post-content.layouts .layout-color_blocks .blocks .grid-item {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	#post-content.layouts .layout-color_blocks .blocks .grid-item {
		width: 100%;
	}
}

/* Report resource 2.0 */

html body .resource-entry-block .resource-entry {
	display: block;
}
html body .resource-entry-block .resource-entry a,
html body .resource-entry-block .resource-entry .video-block-inner {
	padding: 15px;
  background: #eee;
  border: solid 1px #ddd;
  text-decoration: none;
  text-align: center;
  color: #333;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
}
html body .resource-entry-block .resource-entry .video-block-inner {
	width: 100%;
	display: flex;
}
html body .resource-entry-block .resource-entry.press-entry a {
	justify-content: flex-start;
	align-items: flex-start;
	color: #222;
	text-align: left;
	border: none;
	background: none;
	padding: 0;
	height: auto;
	cursor: pointer;
	display: inline-block;
  text-decoration: underline;
  text-decoration-color: rgba(76,152,169,.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: transform,text-decoration-color,color;
}
html body .resource-entry-block .resource-entry a:hover
html body .resource-entry-block .resource-entry .video-block-inner {
	width: 100%;
	align-self: stretch;
	display: flex;
}
html body .resource-entry-block .resource-entry.press-entry a:hover {
	transform: scale(1.02);
	color: #4c98a9;
	text-decoration-color:#999;
}
html body .resource-entry-block .resource-entry.entry-video {
	padding: 0;
}
html body .resource-entry-block .resource-entry a .img-wrap {
	max-height: 300px;
	overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  z-index: 1;
  border-bottom: solid 1px #ddd;
}
html body .resource-entry-block .resource-entry a .img-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-box-shadow: inset 0px -19px 6px -18px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px -19px 6px -18px rgba(0,0,0,0.75);
  box-shadow: inset 0px -19px 6px -18px rgba(0,0,0,0.75);
}
html body .resource-entry-block .resource-entry a .img-wrap img {
	border: none;
	-webkit-box-shadow: -1px -1px 15px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 15px -7px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 15px -7px rgba(0,0,0,0.75);
	position: relative;
	top: 0;
	transition: top 100ms linear;
	margin-top: 8px;
}
html body .resource-entry-block .resource-entry a:hover {
	transform:  scale(1);
}
html body .resource-entry-block .resource-entry a:hover .img-wrap img {
	top: -8px;
}

html body .resource-entry-block .resource-entry a .title-wrap {
    height: 40%;
    width: 100%;
    display: flex;
  	flex-direction: column;
  	justify-content: center;
}
html body .resource-entry-block .resource-entry a .title-wrap h3 {
	font-size: 20px;
	padding: 0 5px;
}

body.page-template-default .resource-content.resource-entry-block .resource-entry,
#resource-content .resource-entry, 
.resource-content.resource-entry-block .resource-entry {
	height: auto;
}
body #resource-content .resource-entry-block.resource-count-odd .resource-entry:last-child {
	width: 50%;
}
/*#resource-content .resource-entry-block.resource-count-odd .resource-entry:last-child
*/

@media screen and (max-width: 600px) {
	#resource-content .resource-entry a {
    padding-right: 15px;
	}
	
	body #resource-content .resource-entry-block.resource-count-odd .resource-entry:last-child,
	body #resource-content .resource-entry, body .resource-content.resource-entry-block .resource-entry, 
	body.page-template-default .resource-content.resource-entry-block .resource-entry,
	body #resource-content .resource-entry-block.resource-count-odd .resource-entry.entry-report {
		width: 100%;
	}

}



/* Annotations */
body.single-resource #resource-content .resource-right #post-content .annotations p {
    margin-bottom: 0;
}
body.single-resource #resource-content .resource-right #post-content .annotations li {
	margin-bottom: 25px;
}
.annotations li .cta.content-cta {
    padding: 0;
    font-size: 16px;
    margin-bottom: 0;
}
.annotations li .cta.content-cta i {
	top: 7px;
  right: -22px;
}
.annotations li .cta.content-cta:hover {
    background: none;
}
.annotations li .cta.content-cta:hover i {
    right: -27px;
}

#post-content.layouts a.peril-annotation {
    font-size: 15px;
    position: relative;
    top: -5px;
    text-decoration: none;
    /*color: #5d4d6a;*/
    color: #4b97a9;
    display: inline-block;
    cursor: pointer;
}

.annotation-popup {
	position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0,0,0,.8);
  display: block;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.annotation-popup-inner {
	position: relative;
	padding: 45px;
	background: rgba(20,20,20,1);
	z-index: 1;
	color: #fff;
	max-width: 80vw;
}
@media screen and (max-width: 600px) {
	.annotation-popup-inner {
		max-width: 90vw;
	}
}
.annotation-popup-inner .cta.content-cta {
	color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  margin-top: 10px;
}
.annotation-popup-inner .cta.content-cta i {
	top: 6px;
}
.annotation-popup-inner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image:  url('/wp-content/themes/peril/images/topo7-white3.svg');
	z-index: -1;
  opacity: .04;
  background-size: 27%;
}
.annotation-close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    color: #999;
}

/* PERIL popup (from local) */
#peril-popup {
	display: none;
}
#peril-popup.show-popup {
	display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
#peril-popup .peril-popup-inner {
	display: flex;
	max-width: 550px;
	width: 90vw;
	position: relative;
	padding: 0;
	color: #fff;
	z-index: 2;
}
#peril-popup .peril-popup-inner.popup-image-landscape {
	flex-direction: column;
}
#peril-popup .peril-popup-inner:before {
	content:  '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20,20,20,1);
  z-index: -2;
}
#peril-popup .peril-popup-inner:after {
	content:  '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/peril/images/topo7-white3.svg);
  z-index: -1;
  opacity: .05;
  background-size: 275px;
}
.close-popup {
	position: absolute;
	top: 5px;
	right: 10px;
}
#peril-popup .peril-popup-inner.popup-image-landscape .close-popup {
	top: -40px;
  font-size: 27px;
  right: 5px;
}
#peril-popup .peril-popup-inner img {
	    width: 100%;
    height: 100%;
    object-fit: contain;
}
#peril-popup .peril-popup-inner .peril-popup-image {
	    flex: 1;
    min-width: 40%;
}
#peril-popup .peril-popup-text {
	padding: 15px 30px;
}
#peril-popup .peril-popup-text h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#peril-popup .peril-popup-text p {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 15px;
}
#peril-popup .peril-popup-text .peril-popup-description p {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
}
#peril-popup .peril-popup-inner .cta.content-cta {
	color: #bcacc3;
}
#peril-popup .peril-popup-inner .cta.content-cta:hover {
	color: #fff;
}
@media screen and (max-width:  530px) {
	#peril-popup .peril-popup-inner.popup-image-portrait {
		flex-direction: column;
	}
	#peril-popup .peril-popup-inner.popup-image-portrait .peril-popup-image {
		padding: 20px 25px;
    max-width: 90%;
	}
	#peril-popup .peril-popup-inner.popup-image-portrait .peril-popup-text {
		padding-top: 0;
	}
	#peril-popup .peril-popup-inner.popup-image-portrait .peril-popup-text h2 {
		margin-top: 0;
	}
}

/* rules for Work With Us Page */

.page-id-180 	.jobTitle {
    float: left;
    width: 100%;
}
.page-id-180 .visible-phone, .page-id-180 .visible-tablet {
    display: none;
}

.page-id-180 table, .page-id-180 th, .page-id-180 td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 18px;
}
@media (max-width: 767px) {
.page-id-180 .hidden-phone {
    display: none !important;
}
}
@media (max-width: 767px) {
.page-id-180 .visible-phone {
    display: block !important;
}
}


/*
** Data Request Form - CSS Example
*/

#cmplz-datarequest-form {
    background:#f9f9f9;
    padding:25px;
    border-radius:8px;
    display:flex;
    flex-direction:column;
    font-family: arial, sans-serif;
    font-size:18px;
}
#cmplz-datarequest-form .cmplz_datarequest_form_field,
#cmplz-datarequest-form  .cmplz_datarequest {
    margin-bottom: 10px;
}
/*#cmplz-datarequest-submit {
    background: darkblue;
    border-radius: 8px;
      font-size:18px;
}
#cmplz-datarequest-submit:hover {
    background: darkblue;
    border-radius: 8px;
}*/
#cmplz-datarequest-form
input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.45em;
  height: 1.45em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.095em);
  display: inline-flex;
  place-content: center;
}
#cmplz-datarequest-form input[type=checkbox]::before {
  content: "";
  width: 0.85em;
  height: 0.95em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
#cmplz-datarequest-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
#cmplz-datarequest-form input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
#cmplz-datarequest-form input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

#cmplz-datarequest-form > div {
	margin-top: 4px;
}

/* Projects pages */
body.postid-1675 #resource-content .resource-entry,
.resource-content.resource-entry-block .resource-entry {
	width: 35%;
	display: flex;
}
@media screen and (max-width: 1300px) { 
	body.postid-1675 #resource-content .resource-entry,
	.resource-content.resource-entry-block .resource-entry {
		width: 80%;
	}
}
body.postid-1675 .resource-entry-block .resource-entry a {
	flex-basis: fit-content;
}
.desc-wrap {
	display: flex;
	flex-direction: column;
	text-align: left;
	color: #333;
	align-items: center;
	justify-content: left;
	margin-bottom: 0px;
	transition: transform 100ms linear;
	padding: 15px;
	padding-top: 30px;
	background: #f6f6f6;
	border: solid 1px #ddd;
	text-decoration: none;
	height: 100%;
}
.care-signup div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	font-size: 20px;
	max-width: 350px;
	margin: 0 auto;
}

.care-signup .ctct-form-custom label.ctct-form-label, .care-signup #gdpr_text .ctct-gdpr-text, .care-signup #gdpr_text .ctct-gdpr-text .ctct-form-footer-link  {
	color: #323232 !important;
}

