:root {
  --dk-blue: #0D1E32;
}
#wrapper {
  overflow: unset;
}
.container-fluid {
  max-width: 1360px;
}

.glossary-banner {
  position: relative;
  padding: 44px 0 96px;
  background-color: var(--dk-blue);
  background-image: url('https://cloudinary-marketing-res.cloudinary.com/image/upload/v1730751169/Newsroom-hero-bckg.svg') !important;
  background-size: cover;
  background-position: right center;
  color: #FFF;
}
.glossary-banner h1 {
color: inherit;
font-size: 61px;
font-weight: 300;
line-height: 1.35;
margin: 0;
}

.glossary {
border-top: solid 1px #FFF;
}
.glossary .row {
display: flex;
flex-wrap: wrap;
}
.glossary .filter-wrapper {
background-color: var(--dk-blue);
position: relative;
padding-right: 0;
padding-top: 32px;
border-right: solid 1px #FFF;
}
.glossary .filter-wrapper::before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
width: 50dvw;
background-color: var(--dk-blue);
}
.glossary .dropdown {
color: #BBE2FF;
}
.glossary .dropdown > span {
font-size: 12px;
font-weight: 700;
display: block;
}
.glossary .dropdown .dropdown-menu {
background: var(--dk-blue);
margin: 0;
border: none;
left: 0;
right: 0;
}
.glossary .filter-list {
list-style: none;
padding: 0;
margin: 0;
}
.glossary .filter-list .filter {
position: relative;
display: block;
color: inherit;
padding: 8px 0;
}
.glossary .filter-list .filter:hover {
background-color: #0065AD;
}
.glossary .filter-list .filter:hover::before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
width: 50dvw;
background-color: #0065AD;
}
.glossary .filter-list .filter span {
position: relative;
z-index: 2;
}
.glossary .filter-list .filter.active::before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
width: 50dvw;
background-color: #23436A;
}
.glossary .category-parent {
padding-top: 32px;
padding-bottom: 32px;
padding-left: 16px;
}
.glossary .category-parent .category {
padding: 0 8px;
flex: 1 0 50%;
max-width: 50%;
}
.glossary .card {
background-color: #FFF;
border-radius: 8px;
-webkit-box-shadow: 0 0 5px 2px rgba(54,61,69,.05);
box-shadow: 0 0 5px 2px rgba(54,61,69,.05);
margin-bottom: 16px;
height: calc(100% - 16px);
}
.glossary .card .card-body {
padding: 32px;
}
.glossary .card .card-body ul {
list-style: none;
padding: 0;
margin: 12px 0 0;
}
.glossary .card .card-body ul li:not(:last-child) {
margin-bottom: 16px;
}
.glossary .card .card-body ul li a {
display: block;
color: #0095FF;
font-weight: 400;
}
.glossary .card .card-body ul li a:hover {
text-decoration: underline;
}
.glossary.archive {
background-color: #F7F8FA;
}
.glossary.single {
position: relative;
}
.glossary.single::after {
content: "";
display: block;
position: absolute;
z-index: 1;
top: var(--after-top, 0px);
right: -200px;
width: 568px;
height: 230px;
background-image: url('https://cloudinary-marketing-res.cloudinary.com/image/upload/f_auto,q_auto/v1689866839/digital-first-circle.png');
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
pointer-events: none;
}
.glossary.single .content-container {
color: #363D45;
font-weight: 400;
padding-bottom: 80px;
}
.glossary.single .content-container > .title {
position: relative;
background-color: var(--dk-blue);
color: #FFF;
padding: 67px 0 87px;
margin-bottom: 30px;
}
.glossary.single .content-container > .title .pretitle {
position: relative;
z-index: 2;
font-weight: 700;
}
.glossary.single .content-container > .title .pretitle > span,
.glossary.single .content-container > .title .pretitle > a {
color: #0095FF;
font-weight: 700;
text-transform: uppercase;
}
.glossary.single .content-container > .title h1 {
color: inherit;
font-size: 61px;
font-weight: 300;
line-height: 1.2;
margin: 0;
position: relative;
z-index: 2;
}
.glossary.single .content-container > .title::before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: -15px;
background-color: var(--dk-blue);
width: 100dvw;
pointer-events: none;
}
.glossary.single .content-container > .title + .row {
position: relative;
z-index: 3;
}
.glossary.single .content-container h2 {
font-size: 47px;
font-weight: 300;
line-height: 1.2;
color: #27292F;
margin-bottom: 24px;
margin-top: 12px;
}
.glossary.single .content-container h2 > strong,
.glossary.single .content-container h2 > b {
font-weight: 300;
}
.glossary.single .content-container h3 {
font-size: 36px;
font-weight: 300;
line-height: 1.2;
color: #27292F;
margin-bottom: 12px;
margin-top: 12px;
}
.glossary.single .content-container h3 > strong,
.glossary.single .content-container h3 > b {
font-weight: 300;
}
.glossary.single .content-container p {
margin-bottom: 24px;
}
.glossary.single .content-container p + h2,
.glossary.single .content-container p + h3 {
margin-top: 36px;
}
.glossary.single .content-container a {
color: #0095FF;
}




@media (min-width: 768px) {
.glossary .dropdown {
  position: relative;
  z-index: 2;
}
.glossary .dropdown > span {
  pointer-events: none;
}
.glossary .dropdown .dropdown-menu {
  position: static;
  float: none;
  display: block;
}
.glossary .filter-list .filter {
  padding-right: 16px;
}
.glossary.single .content-container {
  padding-left: 32px;
}
.glossary.single .content-container > .title::before {
  left: -32px;
}
.glossary.single .content-container .col-sm-4 {
  padding-left: 1px;
}
}
@media (max-width: 767px) {
.glossary .dropdown {
  position: static;
}
.glossary .filter-list .filter {
  padding: 8px 15px;
}
.glossary .filter-list .filter.active::before {
  width: 100dvw;
}
.glossary .category-parent {
  padding-left: 7px;
  padding-right: 7px;
}
.glossary.single .filter-wrapper {
  display: none;
}
}
@media (max-width: 575px) {
.glossary .category-parent .category {
  flex: 1 0 100%;
  max-width: 100%;
}
.glossary.single::after {
  display: none;
}
.glossary.single .content-container > .title::after {
  display: none;
}
}












.references { background-color: #f1f2f9; border-radius: 24px; padding: 30px; margin: 50px 0 0 0; }
.references h2 { margin-bottom: 30px; }
.references .items { list-style: none; padding: 0; margin: 0; }
.references .items a { color: #0C163B; text-decoration: underline; }

.cta { text-align: center; padding-top: 42px; padding-left: 10%; }
.cta img { margin-bottom: 30px; }
.cta h4 { margin-bottom: 30px; }
.cta .btn.btn-default { background-color: #3448c5; border-color: #3448c5; padding: 8px 30px; }





@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.cta {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}

.same_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.same_row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*QUICK TIPS*/
.top {
	border-radius: 7.496px 7.496px 0px 0px;
	background: linear-gradient(340deg, #0C163B 15.12%, #18246F 56.41%, #6F447E 94.45%);
	position: relative;
	min-height: 115px;
	padding-top:20px;
	padding-left: 30px;
}
.quick-tag {
	color: var(--Greys-White, #FFF);
	font-family: Inter;
	font-size: 9.277px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.quick-tips-parent h5 {
	color: var(--Greys-White, #FFF);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 78.087% */
	margin-top: 5px;
	max-width: calc(100% - 150px);
}        
.quick-tips-parent img {
	width: 115px;
	position: absolute;
	right: 30px;
	top: 20px;
}   	
.quick-tips-body {
	padding: 30px;
	border-radius: 0px 0px 8px 8px;
	background: var(--Primary-Aegean-Blue-20, #EDF4FF);
	margin-bottom: 30px;
}
.top:after {
    content: "";
    position: absolute;
    background-image: url(https://cloudinary-marketing-res.cloudinary.com/image/upload/v1715050555/rings-guides.svg);
    width: 86px;
    height: 90px;
    display: block;
    right: 110px;
    bottom: -20px;
    background-size: contain;
}

/*PRO TIP*/
.pro-tip {
    background: linear-gradient(340deg, #0C163B 15.12%, #18246F 56.41%, #6F447E 94.45%);
	border-radius: 8px;
	margin: 20px 0;
	padding: 20px 30px;
	color: white;
	border-left: 5px solid #48c4d8;
}
.content-wrapper .pro-tip h3 {
	margin-bottom: 0!important;
}
.pro-tip h3, .pro-tip a {
	color: white!important;
}
.pro-tip p {
	margin-bottom: 10px;
}     
.pro-tip-top {
	margin-bottom: 10px;
	display: flex;
}
.pro-tip img {
	width: 35px;
	height: auto;
	margin-right: 10px;
}     

@media (max-width: 767px) {
	.quick-tips-parent h5 {
		max-width: calc(100% - 110px);
	}
  	.quick-tips-parent img {
		width: 60px;
		position: absolute;
		right: 30px;
		top: 20px;
	}   
	.top:after {
		display: none;
	}
	.cta {
		margin-top: 40px;
	    padding-left: 0%;
	}
}

/*CASE STUDY*/
.case-study-parent {
	display: flex;
	margin-bottom: 30px;
	text-decoration: none!important;
	color: #000;
	border-radius: 8px;
	background: #EDF4FF;
	transition: 0.3s;
}
.case-study-parent img {
	width: 33.33%;
    border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	object-fit: cover;
}
.case-study-parent .case-study-tag {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	background-color: white;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.case-study-parent .text-parent {
	padding: 20px 30px;
	width: 100%!important;
	color: black!important;
	text-decoration: none!important;
}
.case-study-parent .text-parent p {
	font-weight: 300;
	margin-bottom: 10px;
}
.case-study-parent:hover {
	transform: scale(1.06);
}
.author-job {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
}
@media (max-width: 767px) {
	.case-study-parent img {
		display: none;
	}
}

/*HELPFUL RESOURCES*/
.helpful-resources {
    background: #EDF4FF;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.helpful-resources h3, .helpful-resources p {
	text-align: center;
}
.helpful-links {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0px 30px;
    margin-top: -20px;
}
.helpful-links a {
	color: black!important;
	font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    font-style: normal;
}
@media (max-width: 767px) {
	.helpful-links {
	    display: grid;
	    grid-template-columns: auto;
	    text-align: center;
	}
}