/*
Theme Name: BCH3
Theme URI: https://childrenshospital.org
Author: Martin Fritch
Author URI: https://www.childrenshospital.org
Description: BCH Three is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BCHThree
Tags: 
*/
.homepageContent {
	position: relative;
	z-index: 0;
}
body, html {
    font-family: Open Sans, sans-serif;
	line-height: 1.7;
	font-size: 1rem;
	scroll-behavior: smooth;
	margin: 0;
}
.show-mobile-only { display: none; }
.hide-mobile-only { display: block; }
@media screen and (max-width: 62em) {
  .show-mobile-only { display: block; }
  .hide-mobile-only { display: none; }
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.noStyle {
	list-style: none;
}
.error {
	color: red;
}
/**
**	header
**/
.top-nav li a,
.main-nav .nav-menu li a {
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.post-type-archive .hero-sec,
.page-template-page-full-width .hero-sec, 
.page-template-default .hero-sec.min-height {
    min-height: 400px;
}
.post-type-archive .hero-sec.no-hero,
.page-template-page-full-width .hero-sec.no-hero {
	min-height: 0;
}
.hero-sec .hero-content {
    color: #fff;
    position: relative;
    text-align: left;
    padding: 20px;
    width: 100%;
}
@media (min-width: 62em) {
    .hero-sec .hero-content {
        max-width: 670px;
        padding: 0 20px;
		/* top: 50px; */
		min-height: 400px;
    }
	.hero-sec.no-hero .hero-content {
		min-height: 0;
	}
}
.hero-sec .hero-content.primary-bkg {
	background: rgba(254, 254, 254, 0.8);
}
.hero-sec .hero-content h1 {
    font-size: 32px;
}
.header-sec .mid-header {
	display: flex;
}
.header-sec .mid-header .container {
  margin: 0 auto -7px;
}
/**
**	LAYOUTS
**/ 
.sec-gap {
  margin-top: 20px;
}
/* @media (min-width: 48em) {
  .sec-gap {
    margin-top: 40px;
  }
} */
.colmask {
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.colmask.threecol .colleft,
.colmask.threecol .colright {
  float: none;
  width: 100%;
  position: relative;
}
.colmask.threecol .colleft {
  display: table;
  table-layout: fixed;
}
.colmask.threecol .col1, 
.colmask.threecol .col2, 
.colmask.threecol .col3 {
  float: none;
  width: 100%;
  left: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.colmask.threecol .col2, .colmask.threecol .col3 {
  background: #f5f5f5;
  background-color: rgb(245, 245, 245);
  margin: 15px 0;
}
.colmask.threecol .col2 {
	width: 100%;
    display: table-header-group;
}
@media (min-width: 56em) {
  .colmask.threecol .col1 {
    width: 70%;
    float: right;
  }
  .colmask.threecol .col2 {
    width: 30%;
	display: block;
  }
  .colmask.threecol .col3 {
    width: 30%;
    clear: left;
  }
}
.text-center {
	text-align: center;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33%;
}
.col-4 {
	width: 25%;
}

@media screen and (max-width: 47.5em) {
	.col-2,
	.col-3,
	.col-4 {
		width: 100%;
	}
}
/**
**  Header 
**/
.banner {
	display: flex;
	height: calc( 85px + 40px);
	align-content: space-around;
	flex-wrap: wrap;
}
.logo-container {
	width: 30%;
	height: 85px;
	position: relative;
}
.main-nav {
	width: 70%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.hero-banner {
	height: 750px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-copy {
	width: 1120px;
max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
}
.hero-copy h1 {
	font-size: 2.3rem;
	line-height: 2.6rem;
	font-weight: 600;
}
.hero-copy h2 {
	font-size: 1.1rem;
	line-height: 1.7rem;
	font-weight: 600;
	color: white;
}
.hero-copy-container {
	width: 100%;
	position: relative;
}
.header-band {
	width: 100%;
	height: 48px;
	position: relative;
}
.header-band-inner {
	display: flex;
    justify-content: space-between;
	align-content: space-around;
	align-items: center;
	margin: 0 auto;
	position: relative;
	color: white;
	height: 48px;
}
.header-band-third {
	width: 33.3%;
}
.header-band-inner .login {
	width: 180px;
}
.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
/* 
Headline boxes 
*/
.insert-container {
	width: 1120px;
  max-width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.insert-container.boxes-overlay {
	margin: -130px auto 0;
}
.insert-container.boxes-flush,
.insert-container.boxes-below {
  margin: 0 auto
}
/* Removing fixed width gives more flexibility, but results in the boxes potentially being different widths. Trade-offs */
.insert-square {
	width: 17%;
	/* height: 168px; */
	height: auto;
	background-color: #fff;
	border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #CFE0F7;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 30px 30px 30px 30px;
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: flex-start;
}
.insert-container.boxes-flush .insert-square {
  margin-top: 0;
}
.insert-square.headline-1 {
  margin: 0 auto;
  max-width: 50%;
}
.insert-square.headline-2 {
  max-width: 50%;
}
.insert-square.headline-3 {
  /* max-width: 30%; */
  max-width: 25%;
}
.insert-square.headline-4 {
  max-width: 18%;
}
.insert-square.layout-above-title.headline-5 {
  max-width: 12%;
  /* max-width: 18%; */
}
/* Alternative would be to reduce image/icon/title sizes */
.insert-square.layout-beside-title.headline-5,
.insert-square.layout-beside-tag.headline-5 {
  max-width: 12%;
}
.insert-square a:hover,
.insert-square a:hover h2 {
	color: #41b6e6;
  text-decoration-color: #41b6e6; /* added for insert boxes*/
}
.insert-square  h2 {
	margin: 0;
}
.insert-square .image {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insert-square .flex .image {
  margin-right: .5rem;
}
.insert-square.layout-above-title.headline-5 .image {
  justify-content: start;
}
.insert-square.layout-beside-title .image,
.insert-square.layout-beside-tag .image {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  width: auto;
}
.insert-square.layout-above-title .image {
  width: 100%; 
  margin: 0 auto;
}
.insert-square.layout-beside-tag.headline-1 .image,
.insert-square.layout-beside-tag.headline-2 .image {
  margin: 0 25px;
}
.insert-square .image img {
	max-width: 62px;
	height: auto;
}
.insert-square.layout-above-title .image img {
  display: block;
}
.insert-square .image .icon {
  margin: 0 auto;
  font-size: 55px; 
  line-height: 1.1;
}
.insert-square.layout-beside-tag.headline-1 > div:first-child,
.insert-square.layout-beside-tag.headline-2 > div:first-child {
  width: 100%;
}
.insert-square.layout-beside-title p {
  flex-grow: 1;
}
.insert-square.layout-beside-title.headline-1 p,
.insert-square.layout-beside-title.headline-2 p {
  width: 100%;
}
.insert-square.layout-above-title.headline-5 .image .icon {
  margin: 0;
}
.insert-square .hide-mobile-only a.button {
  display: block;
  max-width: 150px;
}

@media screen and (max-width: 62em) {
	.hero-copy h1 {
		font-size: 2.0rem;
		line-height: 2.3rem;
	}
	.insert-container {
		gap: 6px;
	}
  .insert-container.boxes-overlay {
		margin: -55px auto 0;
  }
	.insert-square {
		width: 21%;
		height: auto;
		margin: 0;
		padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-content:center;
    padding: 2rem 0;
	}
  .insert-square.layout-beside-tag.headline-1 > div:first-child,
  .insert-square.layout-beside-tag.headline-2 > div:first-child {
    text-align: center;
  }
  .insert-square .image .icon {
    font-size: 32px;
  }
  .insert-square .image img {
    max-width: 44px;
    height: auto;
  }
	.insert-square h2 {
		font-size: 1.0rem;
	}
	.insert-square p {
		font-size: 0.8rem;
	}
}
/* Tablet or Greater */
@media screen and (min-width: 601px) {
  .insert-square.layout-above-title.headline-1 > div:first-of-type,
  .insert-square.layout-above-title.headline-2 > div:first-of-type {
    margin-right: 25px;

  }
  .insert-square.layout-above-title.headline-1 p,
  .insert-square.layout-above-title.headline-2 p {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex: 1;
  }
}
/* Mobile */
@media screen and (max-width: 600px) {
  .insert-container {
    justify-content: space-evenly;
  }
  .insert-square {
    min-width: 40%;
    justify-content:center;
    text-align: center;
    padding: 15px;
  }
  .insert-square.layout-beside-title .image, 
  .insert-square.layout-beside-tag .image {
    margin: 0;
  }
  .insert-square.layout-beside-title .flex {
    gap: 10px;
  }
  .insert-square.layout-beside-tag .image img {
    margin-left: 5px;
  }
  .insert-square .image {
    justify-content: center !important;
  }
}
/**
**  Main Nav
**/
.toggle-menu,
.closeMenu {
	display: none;
}
.nav-menu,
.top-nav {
	list-style: none;
}
/* @media screen and (max-width: 47.5em) { */
@media screen and (max-width: 993px) {
	#mainNavContainer { display: none; }
	#mainNavContainer.active { 
		display: block;
        top: -110px;
        right: -50%;
        background: #003087;
        z-index: 10;
        color: white;
        position: absolute;
	}
	#mainNavContainer.active .closeMenu {
		display: block;
		color: white;
        float: right;
        margin-right: 35px;
	}
	#mainNavContainer.active a {
		color: white;
	}
	.logo-container { width: 100%; }
	.toggle-menu { 
		display: block;
		height: 28px;
		line-height: 20px;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		vertical-align: middle;
		width: 30px;
		z-index: 1;
		color: #00468b;
		font-size: 32px;
		font-size: 2rem;
        text-decoration: none;
	}
	.toggle-menu.active {
		display: none;
	}
}
@media (min-width: 62em) {
	.top-nav,
    .nav-menu {
        width: 100%;
        padding: 0;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-around;
		align-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
		gap: 20px;
    }

	.top-nav {
		display:flex;
		justify-content: flex-end;
		position: absolute;
		top: -30px;
		right: 0;
		font-size: 0.9rem;
	}
}
.main-nav .nav-menu li {
    line-height: 40px;
}
.home-content {
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 7px;
    width: 100%;
}
.hp-content-small {
	width: 80%;
	margin: 0 auto 10px;
}
.large-6 {
  width: 50%;
}
@media screen and (max-width: 47.5em) {
  .colmask.threecol .col1 {
      display: block;
  }
	.hp-content-small {
		width: 100%;
	}
}
/*
**	Side Nav
*/
.sidenav-toggle-label {
    text-align: center;
    width: 100%;
    display: block;
}
.widget_nav_menu,
.sidenav_nav_menu {
	display: none;
}
.openSideNav .sidenav_nav_menu {
	display: block;
}
.widget_nav_menu .menu {
	list-style-type: none;
    padding-inline-start: 0;
}
.page-sidebar-nav .sidenav-toggle-label, 
.page-sidebar-widgets .sidenav-toggle-label {
    cursor: pointer;
    display: block;
    width: 99%;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 5px;
}
.widget_nav_menu .menu-item a,
.sidenav_nav_menu .menu-item a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba( 256, 256, 256, 0.15);
}
.widget_nav_menu .menu-item a,
.sidenav_nav_menu .menu-item a {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: 600;
	text-decoration: none;
}
.widget_nav_menu .menu-item .menu-item a, 
.sidenav_nav_menu .menu-item .menu-item a {
	padding-left: 40px;
}
@media (min-width: 62em) {
	.page-sidebar-nav {
		padding-top: 20px;
	}
	.widget_nav_menu,
	.sidenav_nav_menu {
		display: block;
	}
}/**
**  SIDEBAR
**/
.colmask.threecol .col2,
.colmask.threecol .col3 {
  background: #f5f5f5;
  margin: 15px 0;
}
.content-container .widget_text {
  border: none;
}
#social {
  width: 100%;
  display: flex;
}
#social ul, 
#secondary ul,
ul.inline-list{
  list-style: none;
  padding-left: 0;
}

#social ul {
	width: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	gap: 20px;
}
#social.justify-left ul {
	justify-content: flex-start;
}
/*
**	Two Col 
*/
.stories .two-col {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.two-col .tile {
	width: 45%;
	height: auto;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.two-col .tile .image {
	width: 100%;
	height: auto;
	position: relative;
}
.two-col .tile a.listen.button {
  margin-top: auto;
}
.center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
/**
**
**/
h2 {
	font-size: 1.5rem;
	font-weight: 700;
}
/**
**
**	FOOTER section
**
**/
#footer { 
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  margin-top: 20px;
}
.footer .container {
	padding: 20px 0;
}
.footer .container .inner {
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	padding: 20px 0;
}
.footer-footer {
	padding: 20px 0 20px 0;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.legal {
	position: relative;
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: white;
}
@media screen and (max-width: 62em) {
	.legal { width: 95%; margin: 0 auto;}
}
.legal a,
.legal a:active,
.legal a:visited {
	color: white;
}
.main-footer__grid-100 {
  position: relative;
	width: 100%;
}
.main-footer__grid-65 {
  position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 65%;
}
.main-footer__grid-65 .menu-main-menu-container {
	width: 100%;
}
.main-footer__grid-65 .nav-menu {
  position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.main-footer__grid-65 a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
}
.main-footer__grid-33 {
  position: relative;
	width: 33%;
}

.main-footer__grid-16 {
  position: relative;
	width: 16.5%;
}
#footer .inline-listing {
	display: flex;
	flex-direction: row;
}
#footer .main-footer__grid-33 img {
	max-width: 220px;
}

@media screen and (max-width: 62em) {
	#footer .inline-listing {
		flex-direction: column;
	}
	.main-footer__grid-33 {
		width: 100%;
	}
	.main-footer__grid-65 {
		width: 100%;
	}
	.main-footer__grid-65 .menu-main-menu-container {
		padding: 0 10px;
	}
	.main-footer__grid-65 .nav-menu {
		gap: 10px;
	}
	.main-footer__grid-65 ul {
		padding-inline-start: 0;
	}
}
/*
**  Homepage tools
*/
.tools {
	/* margin-top: 20px; no longer needed due to .sec-gap */
	padding-bottom: 20px;
}
.tools .container {
	position: relative;
	display: flex;
}
.tools .info-container {
	position: relative;
	width: 60%;
	display: flex;
	flex-direction: column;
}
.tools .image-container {
	position: relative;
	width: 40%;
	margin-top: 30px;
	margin-left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.tool-container {  
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.tool {
	width: calc( 50% - 10px);
	border: 1px #e7e7e7 solid;
	display: flex;
	flex-direction: row;
}
.tool .image {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tool .image img {
	max-width: 50% !important;
	height: auto !important;
}
.tool .info {
	width: 60%;
  padding-right: 10px;
}
.tool .link {  
  display: flex;
  justify-content: center;
  align-items: center;
}
/* @media (max-width: 600px) { */
@media (max-width: 990px) {
	.tools .info-container { width: 100%; }
	.tools .image-container { display: none; }
	.tool { width: calc( 100% - 20px); }
	.tool .image { width: 30%; }
}
/**
**	HOMEPAGE RESOURCES
**/
.info-container {  
  position: relative;
  width: 98%;
  margin: 0 auto;
}
.resource-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resource {
	width: calc( 33% - 10px);
	display: flex;
	flex-direction: column;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.resource .info {
  text-align: center;
}
.resource .link {
  margin-top: auto;
}
@media (max-width: 600px) {
	.resource-container {   
	flex-direction: column;
	align-content: center; 
	}
	.resource { 
		width: 60%; 
		background-color: #e7e7e7;
		padding: 10px;
	}
}
/**
**	HOMEPAGE BANNER 
**/
.home-banner {
	position: relative;
	width: 100vw;  
	left: calc(-50vw + 50%);
}
.banner-overlay {
  background-position: center center;
  background-attachment: fixed;
  min-height: 300px;
  background-size: cover;
}
.home-banner .media-text {
	position: relative;
	width: 100%;
	display: flex;  
	flex-direction: row;
  align-items: stretch;
}

.home-banner .media-text .media {
	position: relative;
	width: 50%;
	height: auto;
}
.home-banner .media-text .media img {
	width: 100%;
	height: 100%;
}
.home-banner .media-text .media .bkg-img {
	width: 100%;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
.home-banner .media-text .text {
	position: relative;
	width: 50%;
	min-height: 100px;
	text-align: center;
}
.banner-overlay .text {
	position: relative;
	max-width: 710px;
    margin: 0 auto;
    color: #fff;
    padding: 40px 0;
    width: 80%;
	text-align: center;
}
.home-banner .media-text .text-inner {
	position: relative;
	height: 85%;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: calc(100% - 100px);
    margin: 25px auto;
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 20px;
}
.home-banner .media-text li {
	font-size: 18px;
	margin-bottom: 15px;
}
span.icon {
	display: inline-block;
	width: 40px;
}
@media (max-width: 600px) {
	.home-banner .media-text { flex-direction: column; }
	.home-banner .media-text .media { width: 100%; }
	.home-banner .media-text .text { 
		width: 100%; 
        margin-top: -9px;
	}
}

/**
**  Homepage Featured Slider
**/
#featuredSlider {
    min-height: 200px;
    position: relative;
}
#featuredSlider .homepageSlider {
    height: 500px;
}
#featuredSlider .bg-image {
    height: 500px;
    background-position: 72% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
#featuredSlider .slick-dots {
    position: absolute;
    bottom: 75px;
    left: 50%;
    margin-left: -25px;
}
#featuredSlider .slick-dots li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
}
#featuredSlider .text-container {
    overflow: hidden;
    max-height: 390px;
    width: 75%;
    padding: 30px 20px;
    background: rgba(254, 254, 254, 0.8);
    position: absolute;
    /*bottom: 120px; */
    transition: all 0.3s; 
}
.primary-bkg #featuredSlider .text-container {
    background-color: transparent;
}
    @media screen and (min-width: 47.5em) {
      #featuredSlider .text-container {
        font-size: 1rem;
        padding: 40px 40px;
        width: 610px;
        /*margin-left: -415px;*/
        /*bottom: 70px;*/
        transition: all 0.3s; } 
    }
    @media screen and (min-width: 64em) {
      #featuredSlider .text-container {
        padding: 40px 40px;
        width: 610px;
        /*margin-left: -575px;*/
        /*bottom: 70px;*/
        transition: all 0.3s; } 
    }
    #featuredSlider .text-container a:last-child {
      font-family: Open Sans, sans-serif;
      text-transform: uppercase;
	  text-decoration:none;
      padding: 5px 10px;
      margin-top: 20px;
      display: inline-block;
      transition: all 0.3s; }
    #featuredSlider .text-container a:last-child:hover {
      background: #1e73be;
      border: 1px solid #1e73be;
      color: #fefefe;
      transition: all 0.3s; }
#featuredSlider .slick-dots button {
    display: block;
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    background: rgba(254, 254, 254, 0.8);
    transition: all 0.3s;
    border: none;
}
#featuredSlider .slick-dots li.slick-active button {
    background: #1e73be;
}
.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
}
.small-up-2 > .column:nth-of-type(n), .small-up-2 > .columns:nth-of-type(n) {
    clear: none;
}
@media screen and (min-width: 47.5em) {
  #featuredSlider .slick-dots {
      width: 200px;
      left: 50%;
      right: 0;
      bottom: 84px;
      margin-left: 370px;
  }
  #featuredSlider .slick-dots button {
      width: 15px;
      height: 15px;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
      width: 25%;
      float: left;
  }
}
/*
** Magazine
*/
.featured-grid {
    transform: translate3d(0,0,0);
}
.featured-grid .first {
    float: left;
    width: 49.72171%;
}
.featured-grid .second {
    float: left;
    width: 50.278293135%;
    margin: -1px -1px -1px 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imageholder {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat:no-repeat;
}
.featured-grid .item {
    position: relative;
}
.featured-grid .medium-item {
    float: left;
    width: 100%;
    padding: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured-grid .small-item {
    float: left;
    width: 50%;
    padding: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured-grid .image-link {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ccc;
    min-height: 386px;
    width: 100%;
}
.featured-grid .image-link .imageholder {
  min-height: 386px;
}
.featured-grid .medium-item .imageholder,
.featured-grid .medium-item .image-link,
.featured-grid .small-item .imageholder,
.featured-grid .small-item .image-link {
    min-height: 192px;
}
.main-featured img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.featured-grid .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    pointer-events: none;
}
#recentPosts,
#recentPosts::after {
  clear: both;
}
#recentPosts li {
    list-style: none;
    float: left;
}
.featured-grid .item-heading {
    display: inline-block;
    padding-bottom: 14px;
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    margin: 0;
}
.featured-grid .small-item .item-heading  {
    padding: 9px 0;
    font-size: 14px;
    line-height: 1.6;
}
.featured-grid h3 {
  clear: none;
  color: #fefefe;
}
.featured-grid .date {
    color: #fefefe;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}
.featured-grid .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  padding: 16px 21px;
}
.featured-grid .small-item .shadow {
    padding: 10px 14px;
}
article {
  clear: both;
  position: relative;
}
.home .category {
    color: white;
    background-color: #007dba;
    padding: 5px;
    bottom: 10px;
    left: 40px;
    position: absolute;
    width: 100px;
    border-radius: 20px 20px 0 0;
}
.magazine-separator {clear:both; border-bottom: 1px solid #4a4a4a; padding: 12px 0; margin-right: 10px;}
.caption .category {
  display: inline-block;
  padding-right: 5px;
}
.magazine-thumbnail {
  width: 200px;
  float: left;
  margin: 26px 20px 0 0;
}
.magazine-lead-in {
  width: calc(100% - 220px);
  float: left;
}
#columns {
  padding: 20px;
}
#columns:after {
  clear: both;
}
#columns .magazine-lead-in {
  margin-top: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 47.5em) {
  .featured-grid .first {
      float: none;
      width: 99.5%;
  }
  .featured-grid .second {
      float: none;
      width: 99.5%;
  }
  .magazine-thumbnail {
    margin: 26px auto 0;
    float: none;
  }
  .magazine-lead-in {
    width: 100%;
    float: none;
  }
  .featured-grid .caption {
    font-size: 0.9rem;
  }
  .featured-grid .small-item .shadow {
    padding: 5px;
    min-height: 95px;
  }
  .featured-grid .date,
  .featured-grid .small-item .item-heading {
    font-size: 10px;
  }
}
/*
**  Homepage Media-Text
*/
#mediaText .use-flex .media-text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
#mediaText .use-flex .flex-first {
  order: 1;
  margin-right: 30px;
}
#mediaText .use-flex .flex-second {
  order: 2;
}
#mediaText .media-text-container {
  width: 100%;
}
#mediaText .media-container,
#mediaText .text-container {
  width: 535px;
  max-width: 100%;
  /* min-height: 535px; */
  overflow: hidden;
  background: #f5f5f5;
}
#mediaText .text-container {
  padding: 40px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
#mediaText .media-container .media-holder {
  background: #f5f5f5;
  padding-top: 15px;
}
.ee-components-view,
.ee-components-view-center {
  padding: 0 !important;
}
@media screen and (max-width: 62em) {
  #mediaText .use-flex .media-text-container {
    display: block;
  }
  #mediaText .use-flex .flex-first,
  #mediaText .text-container,
  #mediaText .media-container {
    max-width: 85vw;
    /* height: 90vw; */
    margin: 0 auto 10px;
  } 
}
/*
**  Homepage News Carousel
*/
#newsCarousel.visible {
  opacity: 1;
  transition: all 0.3s; }

#newsCarousel {
  /* opacity: 0; */
  padding: 2rem 0;
  overflow: hidden;
  clear: both;
  transition: all 0.3s; }
  #newsCarousel .section-header {
    margin: 0 0 40px 0; }
    #newsCarousel .section-header h2 {
      font-family: Open Sans,sans-serif;;
      font-size: 18px;
      text-transform: uppercase;
      transition: all 0.3s; }
      @media screen and (min-width: 47.5em) {
        #newsCarousel .section-header h2 {
          font-size: 34px; } }
  #newsCarousel .slick-slider {
    min-height: 450px; }
  #newsCarousel .slick-slider:hover .prev.slick-arrow,
  #newsCarousel .slick-slider:hover .next.slick-arrow {
    transition: all 0.3s; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .slick-slider:hover .prev.slick-arrow,
      #newsCarousel .slick-slider:hover .next.slick-arrow {
        opacity: 1 !important; } }
  #newsCarousel .prev.slick-arrow,
  #newsCarousel .next.slick-arrow {
    position: absolute;
    padding: 4px 10px;
    background: #fefefe;
    border-radius: 40px;
    color: #aaaaaa;
    font-size: 18px;
    z-index: 1;
    transition: all 0.3s; }
    #newsCarousel .prev.slick-arrow .fa,
    #newsCarousel .next.slick-arrow .fa {
      color: #858585; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .prev.slick-arrow,
      #newsCarousel .next.slick-arrow {
        opacity: 0 !important;
        padding: 10px 28px;
        font-size: 48px; } }
  #newsCarousel .prev.slick-arrow {
    left: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .prev.slick-arrow {
        left: -115px; } }
  #newsCarousel .next.slick-arrow {
    right: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .next.slick-arrow {
        right: -125px; } }

.newsBox-container {
  font-size: 14px;
  color: #454545;
  transition: all 0.3s; }
  @media screen and (min-width: 47.5em) {
    .newsBox-container.two:first-child {
      margin-left: 13%; }
    .newsBox-container.two:last-child {
      margin-right: 13%; }
    .newsBox-container.one {
      float: none;
      margin: 0 auto; }
  }
  .newsBox-container .inner {
    position: relative;
    background: #fefefe;
    width: 100%;
    max-width: 360px;
    min-height: 490px;
    margin: 0 auto;
    box-shadow: 0px 3px 4px #ccc; }
    @media screen and (min-width: 47.5em) {
      .newsBox-container .inner {
        min-height: 515px; } }
  .newsBox-container .news-content-wrapper {
    clear: both;
    padding: 25px 25px 0 25px; }
  .newsBox-container .news-meta {
    /* min-height: 50px; */ }
    .newsBox-container .news-meta .category {
      line-height: 1em;
      text-transform: uppercase;
      font-family: Open Sans,sans-serif;;
      font-size: 11px;
      color: #454545; }
      .newsBox-container .news-meta .category a {
        text-transform: uppercase;
        font-family: Open Sans,sans-serif;;
        font-size: 11px;
        color: #454545; }
    .newsBox-container .news-meta .date {
      color: #7e7e7e; }
  .newsBox-container .news-title {
    display: block;
    font-family: Open Sans,sans-serif;;
    color: #454545;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 15px; }
    @media screen and (min-width: 47.5em) {
      .newsBox-container .news-title {
        font-size: 24px; } }
  .newsBox-container .news-content-wrapper {
    font-family: Open Sans,sans-serif;;
    font-size: 13px; }
  .newsBox-container a.learn-more {
    width: 100%;
    display: block;
    padding: .500rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007396;
    color: #fefefe;
    text-align: center;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;;
    font-size: 12px; }
  .newsBox-container a.learn-more:hover {
    background: #fefefe;
    color: #007396;
    transition: all 0.3s; }
/*
**  Homepage BCRP Carousel
*/
#bcrpCarousel.visible {
  opacity: 1;
  transition: all 0.3s; }

#bcrpCarousel {
  /* opacity: 0; */
  background: #f5f5f5;
  padding: 6rem 0;
  overflow: hidden;
  clear: both;
  transition: all 0.3s; }
  #bcrpCarousel .section-header {
    margin: 0 0 60px 0; }
    #bcrpCarousel .section-header h2 {
      font-family: Open Sans,sans-serif;;
      font-size: 18px;
      text-transform: uppercase;
      color: #007396;
      transition: all 0.3s; }
      @media screen and (min-width: 47.5em) {
        #bcrpCarousel .section-header h2 {
          font-size: 34px; } }
  #bcrpCarousel .slick-slider {
    min-height: 450px; }
  #bcrpCarousel .slick-slider:hover .prev.slick-arrow,
  #bcrpCarousel .slick-slider:hover .next.slick-arrow {
    transition: all 0.3s; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .slick-slider:hover .prev.slick-arrow,
      #bcrpCarousel .slick-slider:hover .next.slick-arrow {
        opacity: 1 !important; } }
  #bcrpCarousel .prev.slick-arrow,
  #bcrpCarousel .next.slick-arrow {
    position: absolute;
    padding: 4px 10px;
    background: #fefefe;
    border-radius: 40px;
    color: #aaaaaa;
    font-size: 18px;
    z-index: 1;
    transition: all 0.3s; }
    #bcrpCarousel .prev.slick-arrow .fa,
    #bcrpCarousel .next.slick-arrow .fa {
      color: #858585; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .prev.slick-arrow,
      #bcrpCarousel .next.slick-arrow {
        opacity: 0 !important;
        padding: 10px 28px;
        font-size: 48px; } }
  #bcrpCarousel .prev.slick-arrow {
    left: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .prev.slick-arrow {
        left: -115px; } }
  #bcrpCarousel .next.slick-arrow {
    right: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .next.slick-arrow {
        right: -125px; } }

.bcrpBox-container {
  font-size: 14px;
  color: #454545;
  transition: all 0.3s; }
  @media screen and (min-width: 47.5em) {
    .bcrpBox-container.two:first-child {
      margin-left: 13%; }
    .bcrpBox-container.two:last-child {
      margin-right: 13%; }
    .bcrpBox-container.one {
      float: none;
      margin: 0 auto; }
  }
  .bcrpBox-container .inner {
    position: relative;
    background: #fefefe;
    width: 100%;
    max-width: 360px;
    min-height: 490px;
    margin: 0 auto;
    box-shadow: 0px 3px 4px #ccc; }
    @media screen and (min-width: 47.5em) {
      .bcrpBox-container .inner {
        min-height: 515px; } }
  .bcrpBox-container .news-content-wrapper {
    clear: both;
    padding: 25px 25px 0 25px; }
  .bcrpBox-container .news-meta {
    /* min-height: 50px; */ }
    .bcrpBox-container .news-meta .category {
      line-height: 1em;
      text-transform: uppercase;
      font-family: Open Sans,sans-serif;;
      font-size: 11px;
      color: #454545; }
      .bcrpBox-container .news-meta .category a {
        text-transform: uppercase;
        font-family: Open Sans,sans-serif;;
        font-size: 11px;
        color: #454545; }
    .bcrpBox-container .news-meta .date {
      color: #7e7e7e; }
  .bcrpBox-container .news-title {
    display: block;
    font-family: Open Sans,sans-serif;;
    color: #454545;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 15px; }
    @media screen and (min-width: 47.5em) {
      .bcrpBox-container .news-title {
        font-size: 24px; } }
  .bcrpBox-container .news-content-wrapper {
    font-family: Open Sans,sans-serif;;
    font-size: 13px; }
  .bcrpBox-container a.learn-more {
    width: 100%;
    display: block;
    padding: .500rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007396;
    color: #fefefe;
    text-align: center;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;;
    font-size: 12px; }
  .bcrpBox-container a.learn-more:hover {
    background: #fefefe;
    color: #007396;
    transition: all 0.3s; }

  .news-image img {
    max-height: 200px;
  }
  .news p {
    font-size: 0.9rem;
  }
/*
**  Homepage Partners
*/
#partners .container {
  padding: 4.5rem 0 4rem 0; 
}
#partners .section-header {
  margin: 0 0 60px 0; 
}
#partners .section-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s; }
#partners [data-partner] {
  margin-top: 40px; 
}
#partners .column {
  float: left;
}
@media screen and (min-width: 47.5em) {
    #partners .container {
      padding: 1rem 0 4rem 0; 
    } 
    #partners .section-header h2 {
     font-size: 34px; 
    }
    #partners [data-partner] {
      margin-top: 10px; 
    } 
}
/**
**  Special Classes
**/

.full-width {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.row {
  /* max-width: 1140px; */
  margin-left: auto;
  margin-right: auto;
}
.row::after {
    clear: both;
}
.row::before, .row::after {
    content: ' ';
    display: table;
}
.show-for-small-only { display: none !important; }
@media screen and (max-width: 600px) {
    .show-for-small-only { display: block; }
}

/**
**  STATISTICS SIDEBAR LAYOUT
**/
.content-container .tertiary .widget_text .mkrm-title {
  color: #003087;
  font-size: 1.875rem;
  font-weight: 600;
}
.content-container .tertiary .widget_text {
  border: none;
}
.stat-label {
  width: 80%;
  float: left;
}
.stat-value {
  width: 20%;
  float: left;
  text-align: right;
}

/**
**  Team shortcode layout
**/
/* .two-col {
  width: 50%;
  float: left;
} */
/* .three-col {
  width: 33.3%;
  float: left;
} */
/* @media screen and (max-width: 47.5em) { */
  /* .two-col {
    width: 100%;
  } */
  /* .three-col {
    width: 50%;
  } */
/* } */

/**
**  Links and Buttons START
**/
a.fancy-arrow,
a.fancy-arrow:active,
a.fancy-arrow:visited {
	cursor: pointer;
	width: 40px;
	height: 40px;
}
a.fancy-arrow:hover,
a.fancy-arrow:focus {
	color: #68759c;
	margin-left: 10px;  
}
button,
a.button,
a.button:active,
a.button:visited {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 0.85em 0;
    margin: 0 auto;
	  margin-bottom: 1rem;
    font-size: 1rem;
  	min-width: 150px;
    text-decoration: none;
}

/* Generic Flexible Classes */
/* Used on components such as Flexible Button Group (External CTA: bch_cta) */
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.justify-left {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-right {
  justify-content: flex-end;
}
.justify-around {
  justify-content: space-around;
}
.align-center {
  align-content: center;
}
.align-items-center {
  align-items: center;
}

/* Note: bch_cta is equivalent to Flexible Button Group in Drupal projects */
.bch_cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.bch_cta a.button {
  max-width: 33.3%;
  text-decoration: none;
  /* font-weight: 700; */
}
.bch_cta a.button,
.bch_cta a.button:active, 
.bch_cta a.button:visited {
  margin: 0;
}
@media (max-width: 768px) { /* Equivalent of md breakpoint */
  .bch_cta a.button {
      max-width: 50%;
  }
}
/* Generic large button styling */
.button.large,
.bch_cta a.button.large {
  min-width: 300px;
}
@media (max-width: 576px) { /* Equivalent of sm breakpoint */
  .bch_cta a.button {
      max-width: 100%;
  }
  .button.large,
  .bch_cta a.button.large {
	  width: 100%;
	  min-width: 100%;
  }
}
.bch_cta a.button.full {
  width: 100%;
  max-width: 100%;
}
a.backbutton::before {
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
  content: '\f060';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: none;
  right: 3px;
}
a.arrow-link {
    /* color: #15BEF0; */
    display: inline-block;
}
a.arrow-link:hover {
    color: #00468b;
}
.readmore-btn a::after,
a.arrow-link::after {
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
  content: '\f061';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: none;
  left: 10px;
}

.readmore-btn a:hover::after,
a.arrow-link:hover::after {
  content: '\f061';
  font-family: FontAwesome;
  background: none;
  margin: 0px 0px 0px 10px;
}
/* Right Arrow Link: slide style (default) */
.slide-arrow::after {
  content: '\f061';
  position: relative;
  color: inherit;
  left: 3px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: none;
  transition: all ease-in 0.3s;
  display: inline-block;
  margin-left: 10px;
}

a.slide-arrow:hover::after {
  margin: 0px 0px 0px 20px;
}
/*  Special CTA Arrows, and Right Arrow Link: animated style */
i.fa-solid.fa-download.download-icon {
  margin-left: 10px;
}
.link a.button {   
	width: 125px !important;
	font-size: 0.7rem !important;
	padding: 0.85em 0 !important;
}
.link a.button #cta {
  cursor: pointer;
  position: relative;
  display: inline;
  margin-left: 10px;
  padding-right: 30px;
}
#right-arrows {
  display: inline-flex;
  position: relative;
  margin-left: 10px;
}
/* Applies to homepage #cta as well as #right-arrows sc component  */
#cta .arrow,
#right-arrows .arrow {
  left: 30%;
}
#cta .arrow,
#right-arrows .arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
}
.segunda {
  margin-left: 8px;
}
.button:hover .arrow,
.button:hover .arrow.primera,
.animated-arrows:hover #right-arrows .arrow,
.animated-arrows:hover #right-arrows .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.button:hover .arrow.primera,
.animated-arrows:hover #right-arrows .arrow.primera {
  animation-delay: 0.2s;
}
/* Utilized for both Arrow Types */
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
/* 
**  Links and Buttons END
 */
/**  Block Quote **/
.quote-box {
  border-radius: 1.5rem;
  position: relative;
}
.quote-inner {
  padding: 3.125rem 3.75rem;
}
.quote,
.quote-author  {
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
}
.quote-box .quote-author:before, 
.quote-box .quote-author:after {
  content: "~";
  margin: 0 1rem;
}
.quote-box .quote-author {
  margin-top: 1.875rem;
}
.quote-box:before {
  content: "\f10d";
  top: 0;
  left: -1.625rem;
  font-family: FontAwesome;
}
.quote-box:after {
  content: "\f10e";
  bottom: 3rem;
  right: -1.5rem;
  font-family: FontAwesome;
}
.quote-box:before, .quote-box:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: 900;
  position: absolute;
  font-size: 4.75rem;
  color: #41B6E6; /* Remains hard-coded to align with Alliance setup; avoids white quotes over white-bg */
  z-index: 1;
}
/**
**
**/
.social-links__fb-icon:hover {
    color: #395a93;
    border: 1px #395a93 solid;
    background-color: #fff;
}
.social-links__twitt-icon:hover {
    color: #4eaee9;
    border: 1px #4eaee9 solid;
    background-color: #fff;
}
.social-links__inst-icon:hover {
    color: #d30a1c;
    border: 1px #d30a1c solid;
    background: none;
    background-color: #fff;
}
.social-links__youtube-icon:hover {
    color: #d30a1c;
    border: 1px #d30a1c solid;
    background-color: #fff;
}
.social-links__gplus-icon:hover {
    color: #e04c46;
    border: 1px #e04c46 solid;
    background-color: #fff;
}
.social-links__linkedin-icon:hover {
    color: #0079b0;
    border: 1px #0079b0 solid;
    background-color: #fff;
}

/**
**  Figure Captions
**/
.entry-content .wp-caption.tight,
.entry-content .wp-caption.tight .wp-caption-text {
  margin: 0;
}
.entry-content .wp-caption-text {
    text-align: center;
    font-size: 0.9rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
}
.gallery-columns-1 {
  position: relative;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 24% !important;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media screen and (max-width: 920px) {
    .program-listing { max-width: 580px !important; }
    .gallery-columns-4 .gallery-item { max-width: 48%; }
}
@media screen and (max-width: 480px) {
    .gallery-item img { max-width: 90%; }
    .gallery-columns-3 .gallery-item { max-width: 100%; margin: 0 auto;}
    .gallery-columns-4 .gallery-item { max-width: 100%; margin: 0 auto;}
}

a:active, a:hover {
  outline: 0;
  transition: all .2s ease-in;
}
a.vision-sec__callBtn {
  /* height: 60px; */
  /* padding: 0 20px; */
  background: #fff;
  color: #00468b;
  display: inline-block;
  /* line-height: 60px; */
  margin-top: 40px;
  text-decoration: none;
}
.ovly-blue .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #003087;
}
/* Editing to resemble Answers site - J.H. 1/2/2025 - END*/
/*
**  Colored overlays
*/
.ovly-blue:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(0, 48, 135, 0.5);
}

.ovly-sky:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(65, 182, 230, 0.5);
}
.ovly-blue h2,
.ovly-blue h3,
.ovly-blue h4,
.ovly-blue p {
  color: #ffffff;
}
.ovly-sky .vision-sec__callBtn {
  color: #41b6e6;
}
.ovly-sky .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #41b6e6;
}

.ovly-indigo:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(0, 115, 150, 0.5);
}
.ovly-indigo .vision-sec__callBtn {
  color: #007396;
}
.ovly-indigo .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #007396;
}

.ovly-bay:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(110, 124, 160, 0.5);
}
.ovly-bay .vision-sec__callBtn {
  color: #6e7ca0;
}
.ovly-bay .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #6e7ca0;
}

.ovly-pink:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(198, 87, 154, 0.5);
}
.ovly-pink .vision-sec__callBtn {
  color: #c6579a;
}
.ovly-pink .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #c6579a;
}

.ovly-purple:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(128, 34, 95, 0.5);
}
.ovly-purple .vision-sec__callBtn {
  color: #80225f;
}
.ovly-purple .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #80225f;
}

.ovly-green:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(115, 150, 0, 0.5);
}
.ovly-green .vision-sec__callBtn {
  color: #739600;
}
.ovly-green .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #739600;
}

.ovly-yellow:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(242, 169, 0, 0.5);
}
.ovly-yellow .vision-sec__callBtn {
  color: #f2a900;
}
.ovly-yellow .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #f2a900;
}

.ovly-gray:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(197, 185, 172, 0.5);
}
.ovly-gray .vision-sec__callBtn {
  color: #c5b9ac;
}
.ovly-gray .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #c5b9ac;
}

.ovly-orange:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(245, 89, 46, 0.5);
}
.ovly-orange .vision-sec__callBtn {
  color: #F5592E;
}
.ovly-orange .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #F5592E;
}
.background-orange {
  background-color: #F5592E;
  color: #fff;
}

.background-gray {
  background-color: #f5f5f5;
}
.background-white {
  background-color: #fff;
}
.background-clear {
  background-color: transparent;
}
/*
**  Block Quote -- 12/16 Commented Out Styles from custom-editor css file, may be antiquated
*/
blockquote {
    /* color: #007396;
    background: #e9e9e9;
    border-left: 10px solid #007396;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019"; */
    border: none;
    font-family: Open Sans, Arial, sans-serif;
    letter-spacing: 0.6px;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}
blockquote::before {
  /* color: #007396; */
    content: "\201C";
    font-size: 40px;
    font-size: 4rem;
    font-family: serif;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.3em;
}
blockquote::after {
  /* color: #007396; */
    content: "\201D";
    font-size: 40px;
    font-size: 4rem;
    font-family: serif;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.6em;
}
/*
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:"" "";
}

blockquote p {
  display: inline;
} */
/*
**  Callout
*/
div.callout {
  width: 50%;
  float: right;
  background-color: #f5f5f5;
  color: #00468c;
  position: relative;
  margin-left: 10px;
  padding: 10px;
  font: 14px/24px Arial,Helvetica,sans-serif;
}
div.callout a {
  color: #14bef0;
}
div.callout:after {
  clear:both;
}

/* Accordion Shortcode Component*/
.accordion-item {
  width: 100%;
  margin-bottom: 20px;
}
.accordion {
  font-size: 1.5625rem;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
.accordion .accordion-title {
  display:inline-block;
  margin: 0;
  font-weight: bold;
}
.accordion-body {
  margin-left: 68px;
  padding-top: 10px;
  display: none;
}
.accordion-body p {
  margin: 0;
}
.accordion .accordion-icon {
  height: 100%;
  max-width: 50px;
  padding: 13px 15px;
  margin-right: 10px;
}
.accordion .icon-closed {
  display: inline-block;
}
.accordion .icon-open {
  display: none;
}
.accordion-item.expanded .icon-closed {
  display: none;
}
.accordion-item.expanded .icon-open {
  display: inline-block;
}
.accordion-item.expanded .accordion-body {
  display: block;
}
.accordion-item.expanded .accordion-body {
  display: block;
}
 /* -------------------
 ** Events and News Pages
 ** -------------------*/
.social-links li > a {
  color: #fff;
}
.top-header,
.bottom-header {
    background: hsla(0,0%,61%,.1);
    position: relative !important;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
}
.bottom-header {
  margin-top: -60px;
}
.bottom-header .banner {
  margin: 0 auto;
  width: 1620px;
  height: 312px;
}
.top-header a {
  vertical-align: middle;
}
.top-header a span {
  display: inline;
}
.secondary-nav {
  width: 50%;
  float: right;
}
.sec-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: auto;
    right: 0;
    z-index: 1;
    margin: 40px 0 0;
}
.sec-nav li {
    margin: 0 10px;
    padding: 0;
    font-size: .75rem;
    font-weight: 600;
}
.sec-nav li a {
    padding-left: 20px;
}
.tertiary {
  float: right;
}
.tertiary a {
    color: #15bef0;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    line-height: 35px;
    z-index: 10;
}
@media only screen and (max-width: 1620px) {
  .bottom-header .banner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 62em) {
  .tertiary { float: none; margin-left: 67px;}
  .sec-nav { left: -28px; position: relative; }
  .bottom-header {
    margin-top: -70px;
  }
  .bottom-header .banner {
    height: 276px;
  }
  .bottom-header .banner img {
    margin-top: 92px;
  }
}
@media only screen and (max-width: 600px) {
  .mid-header .banner img {
    max-width: 135%;
  }
  .bottom-header .banner {
    height: 185px;
  }
  .bottom-header .banner img {
    max-width: 130%;
    margin-top: 80px;
    margin-left: -45px;
  }
}
.search-area.hidden .search-area__searchBtn:hover {
    color: #007396;
    /* background-color: #fff; */
}
/*
** Blog Formats 
*/
.primary-page-content {
    padding: 0 30px;
}
.cta{
  font-size:20px;
  padding:20px;
  border:1px solid #007396;
}

.nrelate_default {
  clear: both;
  width: 100%;
  border-top: 1px #666 solid;
}
.nrelate_default.nr_text .nr_rc_title,.nr_title {
  font:normal 16px/26px Arial,Helvetica,sans-serif!important;
  color:#666;
  margin-top:2px;
  margin-bottom:5px;
}

.nrelate_default .nr_post_title {
  font:bold 14px/26px Arial,Helvetica,sans-serif!important;
}

.nr_inner li { 
  width: 50%; 
  position: relative; 
  float: left; 
  padding: 0 0 15px !important; 
  background: none !important; 
  height: 130px;
  list-style: none;
}

.nr_inner ul li::before {content: ""; display: none;}
.nr_inner li:nth-child(odd) { padding-right: 7px !important; }
.nr_inner li:nth-child(even) { padding-left: 7px !important; }
.nr_inner li img { width: 25%; height: auto; float: left; border:none; margin-right: 10px;}
.nr_inner li h3 { font-size: 14px; line-height: 16px; clear: none;}
.nr_inner li p  { font-size: 12px; line-height: 14px; color: #666;}

@media screen and (max-width: 600px) {
  .nr_inner li { width: 100%; }
}
#category-add-toggle { display:none; }
@media (min-width: 782px) {
  .wp-block-columns {
      gap: 20px;
  }
}
.inner-inner i { margin-right: 10px;}

/* Carry over from Custom-Editor Style */
/* 
.lazyblock .lzb-preview-server { display: none; }

.pullquote_left
{ width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: left; color: #007396; border: none;}

.pullquote_right
{ width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: right; color: #007396; border: none;}


.pullquote_left:before,
.pullquote_right:before {
  color: #007396;
  content: "\201C";
  font-size: 2.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
} */

 /* -------------------
 ** Shortcodes
 ** -------------------*/
 /* Hover CTAs */
 .sc-hover-cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
 }
 .sc-hover-cta .cta-item {
	 position: relative;
	 overflow: hidden;
	 margin-bottom: 10px;
 }
 /* Number of components across */
 .sc-hover-cta.nbr-1 .cta-item  {
	width: 98%;
}
 .sc-hover-cta.nbr-2 .cta-item  {
	width: 50%
}
 .sc-hover-cta.nbr-3 .cta-item  {
	width: 33%
}
 .sc-hover-cta.nbr-4 .cta-item {
	width: 25%
}
 .sc-hover-cta .cta-item .cta-label {
	position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 10px;
    padding-left: 8px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    background-color: rgba(242, 242, 242, 0.8);
    border-width: 5px;
	border-bottom-style: solid;
    z-index: 20;
 }
 .sc-hover-cta .cta-item .cta-label .cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
 }
.sc-hover-cta .cta-item img {
	transition: transform 1s ease;
}
.sc-hover-cta.sc-zoom .cta-item:hover img {
	transform: scale(1.4);
}
.sc-hover-cta.sc-shrink .cta-item {
    border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
.sc-hover-cta.sc-shrink .cta-item:hover img {
	transform: scale(0.8);
}

.sc-hover-cta.sc-fade .cta-item:hover img {
	opacity: 0.5;
}
.sc-hover-cta.sc-grayscale .cta-item img {
  filter: grayscale(1);
  transition-property: filter;
  transition-duration: .5s;
}

.sc-hover-cta.sc-grayscale .cta-item:hover img {
  filter: grayscale(0);
}