:root {
	--extltgrey: #E2E2E2;
	--ltgrey: #D2D2D1;
	--mdgrey: #C5C5C5;
	--dkgrey: #818181;
	--txtcolor: #000000;
	--white: #ffffff;
	--yellowgrdnt: linear-gradient(0deg, #FFE483, #FFE483), #FEE68E;
	--blackbluenew: #151820;
}


@import url("https://p.typekit.net/p.css?s=1&k=zvw4oug&ht=tk&f=14718.14719.14723.14724&a=88075528&app=typekit&e=css");

@font-face {
	font-family: "bookmania";
	src: url("https://use.typekit.net/af/184205/00000000000000007735e591/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/184205/00000000000000007735e591/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/184205/00000000000000007735e591/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "bookmania";
	src: url("https://use.typekit.net/af/859a3b/00000000000000007735e58f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/859a3b/00000000000000007735e58f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/859a3b/00000000000000007735e58f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "bookmania";
	src: url("https://use.typekit.net/af/8455b1/00000000000000007735e592/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/8455b1/00000000000000007735e592/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/8455b1/00000000000000007735e592/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "bookmania";
	src: url("https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

.tk-bookmania {
	font-family: "bookmania", serif;
}


body {
	background-color: var(--mdgrey);
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: var(--blackbluenew);
}

.rounded {
	border-radius: 30px !important;	
}

.bkg-ltyellow {
	background: var(--yellowgrdnt);
}

.bkg-ltgrey {
	background-color: var(--ltgrey);
}

.bkg-extltgrey {
	background-color: var(--extltgrey);	
}

.bkg-white {
	background-color: #FFFFFF;	
}

.btn {
	text-transform: uppercase;
	font-size: 14px;
	border: 1.2px solid inherit;
}

.btn-transparent {
	background-color: inherit;
	color: #000000;
	font-weight: 400;
	padding: 9px 22px;
}

.btn-animated-black {
	position: relative;
	z-index: +1;
	color: #FFFFFF;
	padding: 9px 22px;
	font-weight: 400;
}

.btn-animated-black:hover {
	color: #000000;
	border-color: #000000;
}

.btn-animated-black::after {
	content: "";
	position: absolute;
	height: 100%;
	background-color: #000000;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px;
	transition: 0.5s all ease-out;
}

.btn-animated-black:hover::after {
	width: 0px;
	left: 50%;
	right: 50%;
}

.btn.btn-animated-yellow {
	position: relative;
	z-index: +1;
	color: #000000;
	padding: 9px 22px;
	font-weight: 400;
}

.btn-animated-yellow:hover {
	color: #000000;
	border-color: #000000;
}

.btn-animated-yellow::after {
	content: "";
	position: absolute;
	height: 100%;
	background: var(--yellowgrdnt);
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 30px;
	transition: 0.5s all ease-out;
}

.btn-animated-yellow:hover::after {
	width: 0px;
	left: 50%;
	right: 50%;
}


.btn-black {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 400;
	padding: 9px 22px;
}

.btn-yellow {
	background: var(--yellowgrdnt);
	color: #000000;
	font-weight: 400;
	padding: 9px 22px;
	transition: 300ms all ease-out;
}

.btn-yellow:hover {
	background: inherit;
	border-color: #151820;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 575px) {
	.container-fluid,
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

section {
	padding-top: 50px;
	padding-bottom: 50px; 
}

section.rounded {
	border-radius: 30px !important;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
  section {
	padding-top: 30px;
	padding-bottom: 30px; 
  }
}

@media (max-width: 575px) {
  section.rounded {
    margin-left: 5px;
    margin-right: 5px;
  }

  section.rounded .container {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 576px) {
  section.rounded {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  section.rounded {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  section.rounded {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section.rounded {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  section.rounded {
    max-width: 1320px;
  }
}


@media (min-width: 1600px) {
	section.rounded {
		max-width: 90vw;
	}
	.container {
		max-width: 90vw;
	}
}

section.rounded > .container-fluid {
	padding-left: 30px;
	padding-right: 30px;	
}

@media (max-width: 575px) {
  section.rounded {
	padding-left: 0px;
	padding-right: 0px;	
  }
}

a {
	color: #000000;
}

a.hover-blur:hover {
	filter: blur(1.4px);
}

.text-small {
	font-size: 14px;
}

.lead {
	font-family: "bookmania", serif;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.01em;
	font-size: 20px;
}

.lead .fs-lg {
	font-size: 36px;
	line-height: 130%;
}


h1, .h1 {
	font-family: "bookmania", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 72px;
	letter-spacing: -0.03em;
	line-height: 120%;
}

h2, .h2 {
	font-family: "bookmania", serif;	
	font-weight: 400;
	font-size: 52px;
	letter-spacing: -0.03em;
	line-height: 120%;
}

h2.text-small {
	font-family: "Helvetica Neue", "nimbus-sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
}

h3, .h3 {
	font-family: "bookmania", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	letter-spacing: -0.03em;
	line-height: 130%;
}

h4, .h4 {
	font-family: "bookmania", serif;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.03em;
	font-size: 26px;
}

h3 a,
.h3 a,
h4 a,
.h4 a {
	color: inherit;
	text-decoration: none;
}

.ratio-5x6 {  
    --bs-aspect-ratio: 118%; 
}

.blockquote {
	font-family: "bookmania", serif;
	font-size: 30px;
	line-height: 130%;
}

.modal-content {
	border: none;
}



@media (max-width: 1199px) {	
	h1, .h1 {
		font-size: 52px;
	}

	h2, .h2 {
		font-size: 42px;
	}
	
	h3, .h3 {
		font-size: 32px;
	}

	.blockquote {
		font-size: 28px;
	}
}

@media (max-width: 991px) {	
	h1, .h1 {
		font-size: 52px;
	}

	h2, .h2 {
		font-size: 42px;
	}

	h3, .h3 {
		font-size: 32px;
	}

	.blockquote {
		font-size: 26px;
	}
}

@media (max-width: 767px) {	
	h1, .h1 {
		font-size: 40px;
	}

	h2, .h2 {
		font-size: 34px;
	}

	h3, .h3 {
		font-size: 26px;
	}
	
	.lead {
		font-size: 20px;
	}

	.blockquote {
		font-size: 24px;
	}
}

@media (max-width: 575px) {	
	h1, .h1 {
		font-size: 28px;
	}

	h2, .h2 {
		font-size: 26px;
	}

	h3, .h3 {
		font-size: 24px;
	}
	
	h4, .h4 {
		font-size: 22px;
	}

	
	.lead {
		font-size: 18px;
	}

	.blockquote {
		font-size: 22px;
	}

}


/* begin main header styles */

header .logo {
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 2rem;
}

#top-nav {
	z-index: +2;
}

#main-header .navbar-brand img {
	width: 170px;
}

#main-nav {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.02em;
	/*text-transform: uppercase;*/
}

/* we needed to add a div specifically for the backround of the nav because Chrome has a bug that makes nested backdrop 
	filters not work, so the blur of the dropdown menu was not working without adding this element
*/
	
#main-nav .nav-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(256,256,256, 0.10);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 60px;
	z-index: -1;
}

#main-nav .navbar-nav {
	padding-left: 16px;
	padding-right: 16px;
}

#main-nav .navbar-nav .nav-link {
	color: var(--blackbluenew);
	padding-left: 1rem;
	padding-right: 1rem;
}

#main-nav .navbar-nav .nav-link:hover {
	opacity: 0.5;
}

#main-nav .navbar-nav .nav-item.dropdown:hover > .nav-link {
	opacity: 0.5;
}

#main-nav .dropdown .dropdown-menu {
	border: none;
	background-color: inherit;
	font-size: 14px;
}

/* uncomment this to enable hover nav */
#main-nav .dropdown:hover > .dropdown-menu,
#main-nav .dropend:hover > .dropdown-menu {
	display: block;
}

#main-nav .dropdown-menu-list {
	list-style: none;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	font-size: 14px;
}

@media (min-width: 992px) {
	#main-nav .dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		padding-top: 10px;
		transition: all 300ms ease-in-out;
	}
	
	#main-nav .dropdown:hover .dropdown-menu {
		visibility: visible;
		max-height: 800px;
	}
	
	#main-nav .dropdown-menu-list {
		background-color: rgba(255, 255, 255, 0.1);
		padding: 1.25rem 2rem;
		background-color: hsla(0,0%,100%,.5);
		color: #151820;
		border-radius: 1.25rem;
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
	}
}

#main-nav .dropdown-menu .dropdown-item:hover,
#main-nav .dropdown-menu .dropdown-item:focus {
	background-color: inherit;
	opacity: 0.5;
}

/* this replaces the standard caret with a plus icon for dropdown menus */
#main-nav .dropdown-toggle::after {
	font-family: bootstrap-icons !important;
	content: "\F4FE";
	line-height: 1;
	font-size: 21px;
	vertical-align: -.238em;
	border: none;
}

#main-header .navbar-toggler {
	border: none;
}

#main-nav .dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

@media (max-width: 575px) {
	#top-header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	#top-nav {
		backdrop-filter: blur(6px);		
		-webkit-backdrop-filter: blur(6px);
	}
	
	#top-nav.show {
		background-color: rgba(255, 255, 255, 0.75);
	}
	
	#main-nav {
		padding-top: 1em; 
	}

	#main-nav .navbar-nav {
		padding-left: 0;
	}

	#main-nav .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	
	#main-nav .navbar-nav > .nav-item .nav-link {
		font-size: 26px;
		font-family: "bookmania", serif;
		letter-spacing: -0.02;
		text-transform: capitalize;
	}
	
	/* can't toggle menus on mobile so hide dropdown icon */
	#main-nav .dropdown-toggle::after {
		display: none;
	}
	
	#search-mobile {
		margin-bottom: 2em;	
	}
	
	#main-nav .nav-background {
		display: none;
	}
	
	#main-nav .dropdown-menu {
		backdrop-filter: none;
		border-radius: 0;
		background-color: inherit;
		margin-top: 0;
		padding-top: 0;
	}
	
	#main-nav .dropdown-menu-list {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	#main-nav .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 20px;
		padding-left: 20px;
	}

	#main-nav .navbar-nav .nav-link:hover {
		filter: blur(1.4px);
	}
	
	#main-nav .navbar-nav .nav-item.dropdown:hover > .nav-link {
		filter: blur(1.4px);
	}
	
	#main-nav .dropdown-menu .dropdown-item:hover {
		filter: blur(1.4px);
	}
}

#search-mobile {
	padding-left: 0;
	margin-bottom: 0.75em;
}

#search-mobile .input-group .input-group-text {
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	background-color: #FFFFFF;
	border-color: #F0F3F5;
	padding-right: 0;
	width: 40px;
}

#search-mobile .input-group input {
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-left: none;
	background-color: #FFFFFF;
	border-color: #F0F3F5;
	webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}


/* ends main header styles */


/* begin footer styles */


#main-footer {
	font-size: 14px;
}

#main-footer .logo {
	width: 286px;
}

#main-footer .nav .nav-link,
#main-footer a {
	color: var(--blackbluenew);	
	text-decoration: none;
}

#main-footer .nav .nav-link:hover {
	opacity: 0.5;
	filter: blur(1.4px);
	
}

#main-footer .nav .nav-item {
	padding-right: 0;
	padding-left: 0;	
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

#main-footer .nav .nav-item:first-child {
	padding-left: 0;	
}

#main-footer .rights-reserved {
	margin-right: 60px;
}

#main-footer .social-icons.nav .nav-item {
	padding-right: 12px;
	padding-left: 12px;	
}

#main-footer .social-icons.nav .nav-link {
	padding-right: 0;
	padding-left: 0;	
}

#main-footer #ot-sdk-btn.ot-sdk-show-settings {
	border: none;
	background-color: inherit;
	font-size: inherit;
	text-transform: uppercase;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	line-height: 150%;
	height: 40px;
}

#main-footer #ot-sdk-btn.ot-sdk-show-settings:hover {
	color: inherit;
}

#main-footer .social-icons.nav .bi {
	font-size: 20px;
}

#main-footer .contact {
	font-size: 16px;
}

#main-footer .donotsellpi {
	font-size: 13px;
	line-height: 130%;	
	text-decoration: underline;
}


@media (max-width: 992px) {
	#main-footer .main-nav {
		display: block;
		margin-bottom: 2em;
	}
	
	#main-footer .nav .nav-item .nav-link {
		padding-left: 0;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media (max-width: 1199px) {
	#main-footer .nav .nav-item:first-child .nav-link {
		padding-left: 0;
	}
}

#main-footer a.back-to-top {
	display: inline-block;
	position: relative;
	width: 42px;	
	height: 42px;
	background-image: url(/themes/default/images/icons/back-to-top.svg); 
	background-size: cover;
}

#main-footer a.back-to-top:hover {
	background-image: url(/themes/default/images/icons/back-to-top-hover.svg); 
}


/* end footer styles */


/* begin onetrust styles */

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3.ot-sdk-cookie-policy-title {
	font-family: "bookmania", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	letter-spacing: -0.03em;
	line-height: 130%;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
	font-family: "bookmania", serif;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.03em;
	font-size: 26px;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
	background: inherit !important;
}

#main-content #ot-sdk-btn.ot-sdk-show-settings {
	border: none;
	background-color: inherit;
	font-size: inherit;
	text-transform: capitalize;
	text-decoration: underline;
	color: inherit;
	line-height: inherit;
	height: auto;
	padding: 0;
}

#main-content #ot-sdk-btn.ot-sdk-show-settings:hover {
	color: inherit;
}

/* end onetrust styles */


#main-content {
	margin-top: 76px;
}

section.page-heading.orbs {
	position: relative;
	padding-top: 7em;
	padding-bottom: 2em;
}

section.page-heading .lottie-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

section.page-heading lottie-interactive {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 100%;
	display: block;
}

@media (min-width: 768px) {
	section.page-heading.orbs lottie-interactive {
		/*width: 50%;*/
	}
}


.page-heading.orbs h1 {
	margin-bottom: 0.5em;
}

.page-heading p {
	font-family: "bookmania", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.01em;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

  .card {
    flex: 0 0 auto;
  }
}

.card.bkg-extltgrey {
	transition: background 100ms ease-out;
}

.card.bkg-extltgrey:hover {
	background: var(--yellowgrdnt); 
}

.client-testimonials.scrolling-wrapper-flexbox {
	margin-right: -30px;
}

.client-testimonials .card {
	width: 85%;
	padding: 3em;
	border-radius: 40px;
	background-color: var(--extltgrey);
	border: none;
	margin-right: 2em;
}

@media (min-width: 576px) {
	.client-testimonials .card {
		width: 80%;
	}
}

@media (min-width: 768px) {
	.client-testimonials .card {
		width: 70%;
	}
}

@media (min-width: 992px) {
	.client-testimonials .card {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.client-testimonials .card {
		width: 40%;
	}
}

@media (min-width: 1400px) {
	.client-testimonials .card {
		width: 30%;
	}
}

.client-testimonials .logo {
	max-width: 100px;
	max-height: 100px;
}

.client-testimonials .testimony {
}

.client-testimonials .photo {
	margin-right: 1em;
}

.client-testimonials .photo img {
	max-width: 50px;
}

.client-testimonials .name {
	font-weight: 600;
	font-size: 12px;
	line-height: 130%;
}

.client-testimonials .title {
	font-size: 12px;
	line-height: 130%;
}

.authors-grid .card {
	border: none;
	background-color: inherit;
}

.authors-grid .card-img-top {
	border-radius: 20px;
}


.authors-grid .card-body {
	padding-top: 20px;
	padding-left: 0;
}

.authors-grid .card-text {
	font-family: "Helvetica Neue", "nimbus-sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 130%;
	color: var(--blackbluenew);
	text-transform: uppercase;
}

.modal img.portrait {
	border-radius: 20px;
}


#faq-accordion .accordion-item {
	padding: 35px;	
	background-color: #dbdbda;
	border-radius: 20px;
	border: none;
}

#faq-accordion .accordion-button:not(.collapsed) {
	box-shadow: none;
}

@media (max-width: 767px) {
	#faq-accordion .accordion-item {
		padding: 24px;
	}
}

.accordion-button,
.accordion-button:not(.collapsed) {
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	padding: 0;	
}

button:focus:not(:focus-visible) {
	box-shadow: none;
}

.accordion-button:after {
	background-image: url(/themes/default/images/icons/plus-lg.svg);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(/themes/default/images/icons/dash-lg.svg);
	transform: none;
}

/* we need this wrapper to facilitate horizontal scroll on mobile and to hide the horizontal scrollbar from view */

#resources-nav-wrapper {
	position: relative;
	z-index: 2;
	height: 62px;
	overflow-y: hidden;
	scroll-behavior: smooth;	
	margin-top: 100px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	margin-top: 40px;
	margin-bottom: 20px;
}

#resources-nav {
	overflow-x: auto;
	padding-bottom: 1rem;
}

#resources-nav > .nav {
	flex-wrap: nowrap;
}

#resources-nav .nav-pills {
	border: 1px solid rgba(21,24,32,0.20);
	border-radius: 30px;
	padding: 5px 0;
}

#resources-nav .nav-link {
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 30px;
	padding: 15px 30px;
	font-size: 14px;
	color: var(--blackbluenew);
	letter-spacing: 0.02em;
	line-height: 130%;
	background-color: transparent;
	text-transform: uppercase;
	text-wrap: nowrap;
}

#resources-nav .nav-link:hover {
	background-color: rgba(255, 255, 255, 0.2);	
}

#resources-nav .nav-link.active {
	background-color: var(--blackbluenew);
	color: #ffffff;
}


#resources-grid .resource {
	position: relative;
	margin-bottom: 65px;	
}

#resources-grid .card {
	position: static;
	border: none;
	background-color: #dbdbda;
	transition: 0.5s background-color ease-in-out;
}

#resources-grid .resource:hover .card {
	background: var(--yellowgrdnt); 
}

#resources-grid .resource:hover .resource-type {
	/*background-color: #ffffff; */
}

@media (max-width: 991px) {
	#resources-grid .card {
		margin-bottom: 40px;
	}
}

#resources-grid .resource-type {
	border-radius: 30px;
	border: 1px solid rgba(21, 24, 32, 0.2);
	padding: 5px 40px 6px;
 
}

.page-heading.orbs .orb {
	position: absolute;
	z-index: -1;
	width: 85vw;
	height: 85vw;
	border-radius: 82.5vw;
	opacity: 0.3;
}

@media (min-width: 992px) {
	.page-heading.orbs .orb {
		width: 396px;
		height: 396px;
		border-radius: 198px;
	}
}

.page-heading.orbs .orb:nth-child(1) {
	left: calc(50% - 395.47px/2 - 36.9px);
	top: calc(50% - 395.47px/2 - 37.41px);
	/* warm yellow */
	background: linear-gradient(0deg, #FFE483, #FFE483), #FEE68E;
}

.page-heading.orbs .orb:nth-child(2) {
	left: calc(50% - 395.47px/2 + 36.89px);
	top: calc(50% - 395.47px/2 - 37.41px);
	/* dark purple */
	background: linear-gradient(0deg, #5E3D68, #5E3D68), #49324C;
}

.page-heading.orbs .orb:nth-child(3) {
	left: calc(50% - 395.47px/2 + 36.89px);
	top: calc(50% - 395.47px/2 + 37.41px);
	/* red */
	background: #F15152;
}

.page-heading.orbs .orb:nth-child(4) {
	left: calc(50% - 395.47px/2 - 36.9px);
	top: calc(50% - 395.47px/2 + 37.41px);
	/* green */
	background: #2A5F62;
}


/*---------------------- styles for search dialog -----------------------------------*/

.modal-backdrop.show {
	opacity: inherit;
	background: rgba(197, 197, 197, 0.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

#search-collapse .search-background {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	background: rgba(197, 197, 197, 0.1);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

#search-collapse .modal-content {
	border: none;
	background: inherit;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

@media (max-width: 767px ) {
	margin-top: 10vh;
}

@media (min-width: 1350px ) {
	#search-collapse > .container {
		max-width: 1300px;
	}
}

#search-collapse a:hover {
	background-color: inherit;
}

#search-collapse .input-group .input-group-text {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #FFFFFF;
	border-color: #F0F3F5;
	padding-right: 0;
	width: 40px;
}

#search-collapse .input-group input {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-left: none;
	background-color: #FFFFFF;
	border-color: #F0F3F5;
	webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

#search-collapse .close-col {
	z-index: +1;
}

#search-collapse .close-col a {
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: hsla(0,0%,100%,.1);
	position: relative;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	color: white;
}

@media (max-width: 767px ) {
	#search-collapse .close-col {
		margin-left: 1rem !important;
	}
}


/*---------------------- end styles for search dialog -----------------------------------*/


/*---------------------- styles for search results -----------------------------------*/

#svSearchResults .bg-light {
	background-color: #dbdbda !important;
	border: none !important;	
}

.pagination .page-link {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	background-color: inherit;
	color: var(--blackbluenew);	
}

.pagination .page-link .bi {
	font-size: 24px;
	padding: 0;	
}

.bi::before, [class*=" bi-"]::before, [class^="bi-"]::before {
	font-weight: 100 !important;
}

.mura-search-results dl {
	margin-bottom: 2em;
}

.mura-search-results dt {
	margin-bottom: 0;
}

.mura-search-results dd {
	font-size: 14px;
}


/*---------------------- end styles for search results -----------------------------------*/


#newsletter-section {
	position: relative;
	overflow: hidden;
}

#newsletter-section .orb {
	animation-name: move;
	/*animation-duration: 6s;*/
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: linear-gradient(42.56deg, rgba(255, 255, 255, 0.2) 14.31%, rgba(255, 255, 255, 0.04) 52.54%, rgba(255, 255, 255, 0.3) 87.83%);
	border: 1px solid rgba(254, 230, 142, 0.55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

#newsletter-section .orb1 {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 16vw;
	height: 16vw;
	border-radius: 8vw;
	animation-duration: 12s;
	transform-origin: 4vw 6vh;
}

#newsletter-section .orb2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20vw;
	height: 20vw;
	border-radius: 10vw;
	animation-name: move2;
	animation-duration: 16s;
	transform-origin: 10vw -4vh;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

@keyframes move2 {
  100% {
    transform: translate3d(0, 0, 1px) rotate(-360deg);
  }
}

@keyframes slide-down-custom {
	0% {
		bottom: 763px !important;
	}
	
	100% {
		bottom: 0px;
	}
}

@-webkit-keyframes slide-down-custom {
	0% {
		bottom: 763px !important;
	}
	
	100% {
		bottom: 0px;
	}
}

@-moz-keyframes slide-down-custom {
	0% {
		bottom: 763px !important;
	}
	
	100% {
		bottom: 0px;
	}
}

.play-button-overlay::after {
	content: '';
	background: url('/themes/default/images/icons/playidle.svg');
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	width: 83px;
	height: 83px;
	margin-top: -41.5px;
	margin-left: -41.5px;
	position: absolute;
	cursor: pointer;
	opacity: 1;
}
