/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/*
 * CONTENT
 */

.site-main {
	padding-top: 0;
	padding-bottom: 48px;
}


@media screen and (min-width: 768px) {
	.site-main {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 767px) {
	.site-main .entry-header,
	.site-main .entry-content {
		padding: 0 10px;
		margin-top: 20px;
	}
}

a {
	transition: color 0.25s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

a:hover,
.wrb-feed a:hover {
	color: #3FB5F5;
}

a:active,
a:focus {
	color: #1e73be;
}

a.subtle-link:hover {
    color: #3FB5F5;
}

a.zoom-image {
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
}

a.zoom-image img {
	display: block;
	transition: transform 0.5s, filter 0.5s;
}

a.zoom-image:hover img {
	filter: brightness(75%);
	transform: scale3d(1.05, 1.05, 1.05);
}

a.subtle-link {
	color: inherit;
	text-decoration: none;
}

.circle-image {
	border-radius: 100%;
}

blockquote {
	border-left: 25px solid rgb(0, 213, 228, .2);
    padding: 0 25px;
    font-size: 1em;
    font-style: inherit;
	margin: 0 0 1.5em 0;
    position: relative;
}


/*
 * SINGLE PAGE
 */

.page h1.entry-title {
	text-transform: uppercase;
}





/*
 * SINGLE POST
 */

.single.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
	margin-top: 0;
}

#image-removed-notice {
	background: #7BB2C6;
	color: #FFF;
	padding: 15px;
	margin: 40px 0;
	font-size: 16px;
}

.comments-area #comments {
	display: none
}

.single-post .res-author-credit {
	font-size: 18px;
}

.single-post .res-tag-list,
.single-post .wrb-related-articles {
	margin-bottom: 80px;
}

.single-post .wrb-related-articles .post-column {
	height: 100%;
/* 	border-bottom: 1px solid #BFBFBF; */
}

.single-post .wrb-related-articles .post-column > p,
.single-post .wrb-related-articles .post-column > hr,
.single-post .wrb-related-articles .post-column > .excerpt {
	display: none;
}


.single-post .wrb-related-articles .post-column h3 {
	margin-bottom: 0;
	font-size: 16px;
}

.single-post .wrb-related-articles .post-column > p.byline {
	display: block;
	font-size: 14px;
}
.single-post .wrb-related-articles .post-column > p.byline strong {
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.single-post .featured-image img:not(.inset-image),
	.single-post .entry-content img:not(.inset-image) {
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}

	.single-post .wrb-related-articles .post-column,
	.single-post .wrb-related-articles .post-list {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.single-post .wrb-related-articles .post-column > * {
		margin-bottom: 0;
	}

	.single-post .wrb-related-articles .post-list > .text > h5 {
		font-size: 16px;
	}

	.single-post .wrb-related-articles .post-column > .image {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.single-post .wrb-related-articles {
		max-width: 788px;
/* 		margin-left: calc(50% - 640px); */
/* 		margin-right: calc(50% - 640px); */
	}
}





/*
 * HEADER
 */

.site-header .inside-header {
	display: flex;
	max-width: 1280px;
}

.main-navigation .inside-navigation {
	max-width: 1280px;
}

.is_stuck .grid-container {
	justify-content: space-between;
	max-width: 1280px;
}

.site-header .inside-header .site-logo {
	//order: 1;
	display: flex;
	width: 260px;
	align-items: center;
	align-self: flex-start;
}

.site-header .inside-header .site-logo .site-description {
	width: calc(100% - 60px);
	margin-left: 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px; /* DL added 2/27/23 */
}

.site-header .inside-header .site-branding-container {
	flex-grow: 1;
}

.site-header .inside-header .site-branding {
	//order: 2;
	flex-grow: 1;
	text-align: center;
}

.site-header .inside-header .site-branding img {
	padding-top: 12px; /* DL added 2/27/23 */
	width: 323px;
}

.site-header .inside-header .site-branding .main-title {
	display: none;
	font-size: 80px;
}

.site-header .inside-header .site-header-widgets {
	width: 260px;
}

.main-navigation {
	border-bottom: 1px solid #bfbfbf;
}

.resilience-mega-menu {
    display: none;
    background: #FFF;
	padding: 20px 10px;
	border-bottom: 1px solid rgb(191,191,191);
}

.resilience-mega-menu ul {
    margin: 0;
    list-style-type: none;
}

.resilience-mega-menu a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 0.75em;
}

.resilience-mega-menu > div > ul {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}

.resilience-mega-menu > div > ul > li {
    width: 25%;
}

.resilience-mega-menu > div > ul > li > a {
    font-weight: bold;
}

.is_stuck + .resilience-mega-menu {
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 99999;
}

.admin-bar .is_stuck + .resilience-mega-menu {
	top: 92px;
}

.mobile-header-navigation .mobile-header-buttons {
	margin-left: auto;
}

.mobile-header-navigation .mobile-menu-buttons {
    display: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 3;
    order: 3;
    justify-content: space-between;
	padding: 24px 10px;
}

.mobile-header-navigation.toggled .mobile-menu-buttons {
	display: flex;
}

.mobile-header-navigation .mobile-menu-buttons .resilience-social-icons a {
	display: inline-block;
}

.mobile-header-navigation .site-logo.mobile-header-logo img {
    height: 48px;
}

.main-navigation.toggled .main-nav ul li {
	margin-bottom: 36px;
}

.main-navigation.toggled .main-nav ul li a {
	padding-left: 10px;
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
	float: none;
}

.main-navigation.toggled .menu-item-has-children ul.sub-menu {
	padding-left: 24px;
	border-bottom: none;
}

.main-navigation.toggled .menu-item-has-children ul.sub-menu li {
	margin-bottom: 6px;
}

nav.toggled .menu-item > a > .dropdown-menu-toggle .gp-icon svg {
	transform: rotate(270deg);
}

nav.toggled .menu-item.sfHover > a > .dropdown-menu-toggle .gp-icon svg {
	transform: rotate(0);
}

.mobile-header-navigation.main-navigation.sticky-navigation-transition .main-nav > ul > li > a,
.mobile-header-navigation.sticky-navigation-transition .menu-toggle,
.mobile-header-navigation.main-navigation.sticky-navigation-transition .menu-bar-item > a,
.mobile-header-navigation.sticky-navigation-transition .navigation-branding .main-title {
	line-height: 1.5;
}


@media (max-width: 768px) {
	.main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
		text-transform: none;
	}
}


/*
 * FOOTER
 */

.site-footer .footer-widgets-container {
	max-width: 1280px;
}

.site-footer .footer-widgets-container a {
	color: #000;
	text-decoration: none;
}

.site-footer .footer-widgets-container {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.site-footer .footer-widgets-container {
		text-align: left;
	}
	.site-footer .footer-widgets-container .footer-widget-2 {
		text-align: right;
	}
}

.site-footer .footer-widgets-container .widget_nav_menu.inner-padding {
	padding: 0;
}

.site-footer .footer-widgets-container .widget_nav_menu .menu > li {
	display: inline-block;
	margin-right: 16px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.site-footer .footer-widgets-container .widget_nav_menu .menu > li:last-child {
	margin-right: 0;
}






/*
 * SEARCH
 */

#search-results .entry-meta {
	display: none;
}






/*
 * TEMPLATE PARTS
 */

.res-post-header h1,
.res-post-header p {
	margin-bottom: 4px;
}

.res-post-header .superheader {
	margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.res-post-header h1,
	.res-post-header p {
		margin-bottom: 20px;
	}
	.res-post-header .superheader {
		margin-bottom: 0;
	}
	.res-post-header  .publish-date {
		text-align: right;
	}
}


.res-resource-buttons {
	display: flex;
	justify-content: end;
}

.res-resource-buttons .resource-button {
	width: 60px;
}

.res-resource-buttons .resource-button:not(:first-child) {
	margin-left: 8px;
}







.res-author-credit {
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #E6F2FA;
	border-radius: 8px;
}

.res-author-credit.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.res-author-credit img {
	width: 120px;
	max-width: 100%;
	border-radius: 100%;
}




/*
 * FORMATTING
 */

.margin-b-0 {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.hide-m {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.hide-t {
		display: none !important;
	}
}

@media screen and (min-width: 1280px) {
	.hide-d {
		display: none !important;
	}
}






/*
 * FONTS
 */

h1.entry-title {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}

.accent-heading {
	position: relative;
	margin-bottom: 0;
}

.accent-heading > span {
	position: relative;
	padding-right: 18px;
	background: #FFF;
}

.accent-heading:before {
	content: '';
	display: block;
	height: 2px;
	margin-bottom: 20px;
	background: #3FB5F5;
}

@media screen and (min-width: 768px) {
	.accent-heading {
		margin-bottom: 28px;
	}

	.accent-heading:before {
		position: absolute;
		top: 50%;
		left: 100%;
		right: 0;
		height: 5px;
		margin-bottom: 0;
		transform: translateY(-50%);
		transition: left 0.25s;
	}
	.accent-heading.enabled:before {
		left: 0;
	}
}

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

.text-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-white {
	color: #FFF;
}

.text-gray {
	color: #757575;
}

.font-inter {
	font-family: Inter, sans-serif;
}

.font-100 {
	font-weight: 100;
}

.font-300 {
	font-weight: 300;
}

.font-600 {
	font-weight: 600;
}

.font-900 {
	font-weight: 900;
}

.font-h1 {
	font-size: 24px;
	font-weight: bold;
}

.font-h2 {
	font-size: 20px;
	font-weight: bold;
}

.font-h3 {
	font-size: 16x;
	font-weight: bold;
}

.font-h4 {
	font-size: 14px;
	font-weight: bold;
}

.font-h5 {
	font-size: 16px;
	font-weight: bold;
}

.font-sh1,
.font-sh2,
.font-sh3 {
	font-size: 14px;
	font-weight: 300;
}

.font-b1 {
	font-size: 16px;
}

.font-b2,
.font-b3,
.font-b4 {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.font-h1 {
		font-size: 36px;
	}

	.font-h2 {
		font-size: 28px;
	}

	.font-h3 {
		font-size: 24x;
	}

	.font-h4 {
		font-size: 20px;
		font-weight: bold;
	}
	
	.font-sh1 {
		font-size: 18px;
	}
	.font-sh2 {
		font-size: 16px;
	}
	
	.font-b1 {
		font-size: 18px;
	}
	.font-b2 {
		font-size: 16px;
	}
	.font-b3 {
		font-size: 14px;
	}
	.font-b4 {
		font-size: 12px;
	}
}


/*
 * MISC
 */

.transcript-accordion > *:first-child {
	cursor: pointer;
}

/* Social Share Buttons */

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	left: calc(50vw - 520px);
}


#dpsp-floating-sidebar .dpsp-networks-btns-wrapper li {
    margin-bottom: 16px;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	left: 0;
}

.dpsp-network-icon .dpsp-network-icon-inner svg {
	max-height: 20px;
}





/*
 * BOOTSTRAP GRID
 *
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.bs-container {
  width: 100%;
  max-width: 1170px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}



/* UNIVERSAL */

#donation-form iframe {
	width: 100% !important;
}


/* Generic list page (like /stories-list/ and /tag/): hide "Leave a comment" line. */
.entry-meta .comments-link {
	display: none;
}

/* 	WATERMELON ADD FOR FEATURED ITEM STICKY COLUMN */
.res-sticky-feature-column .gb-inside-container {
	position: sticky;
    position: -webkit-sticky; /* safari */
    top: 115px; /*Offset from top of container */
}

/* Load More button: hover colors*/
.wrb-feed-load-more:hover {
	background-color: rgb(245, 190, 0, .66);
	color: #000;
}

/* Hide Slide Anything error message when shortcode in a post points to a slide ID that is not published. (As of Feb 2023 we unpublished the Slide Anything slider we had used for putting ads inline in the posts, but this prompted the error msg.*/
#sa_invalid_postid {
	display: none;
}

/* Acccordion Blocks: Position icon to the left, resize content of podcast transcripts.*/

.c-accordion__title {
	padding-right: 0;
	padding-left: 2rem;
}
.c-accordion__title:after {
	/*content: "˅";*/
	top: 50%;
	right: auto;
	left: 0rem;
	font-weight: 700;
}

.podcast-transcript-container p {
	font-size: 0.9em;
	line-height: 1.1em;
	
}

/* Homepage: Featured Post */

.home .post-feature .image {
	margin-bottom: 28px;
}

/* Homepage > Featured Podcasts block */ 

.featured-podcasts-container .gb-grid-wrapper {
	margin-bottom: 24px;
}

.featured-podcasts-container img {
	border-radius: 8px;
	border-width: 0px;
	border-style: solid;
	border-color: #aaa;
}








/* DL MISC for forcing stuff on unruly blocks */

.display-none {
	display: none!important;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

/*hover over colors */
.site-footer .footer-widgets-container a:hover {
    color: #3FB5F5;
}
.site-header-widgets a, .site-header-widgets-sticky a {
	    color: #000;
}
.site-header-widgets a:hover, .site-header-widgets-sticky a:hover{
	    color: #3FB5F5;
}

.resilience-mega-menu a:hover {
	 color: #3FB5F5;
}

/* Feed mobile title */

@media (max-width: 768px) {
	.wrb-feed h3 {
	font-size: 24px;
	}
}

.wrb-feed .col-12 {
	margin-bottom: 10px;
}

/*Bookmark */
.w3_bookmark {
    width: 35px;
    padding: 8px 8px 0px 8px;
    border: solid 1px black;
    border-radius: 5px;
    display: block;
    float: right;
	background: #fff;
}
.w3_bookmark:hover {
	background: #f5be00;
}

.w3_bookmark:focus {
	background: #f5be00;
}


/* DL-8/26/24 Disable ajax saving on Gravity Forms (see https://docs.gravityforms.com/gform_disable_ajax_save/); it was causing problems*/

add_filter( 'gform_disable_ajax_save', '__return_true' );


