body {
	background-color: #00172e;
	margin-top: 80px;
	scroll-behavior: smooth;
}

a.backtotop {
	pointer-events: all!important;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: -1px 0px 1px 1px rgb(0 0 0 / 10%);
	box-shadow: -1px 0px 1px 1px rgb(0 0 0 / 10%);
	width: 50px;
	height: 50px;
	background: #fff!important;
	border-radius: 0;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	display: inline-block!important;
	margin-top: 2vw;
	margin-right: -100px;
	position: fixed!important;
	right: 0!important;
	z-index: 1002!important;
	bottom: 3.87vw;
	border-color: #cccccc!important;
	color: #cccccc!important;
}

a.backtotop .icon {
	font-size: 35px;
	color: #666;
	display: block;
	margin-top: 0px;
	height: auto;
}

a.backtotop .title {
	font-size: 12px;
	margin-top: -11px;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.5px;
	display: block;
}

a.backtotop:active, a.backtotop:focus, a.backtotop:hover {
	text-decoration: none;
}

a.backtotop:hover .icon, a.backtotop:hover .title {
	color: #e8171f;
}

a.backtotop.active {
	margin-right: -1px;
}

#header-nav > nav {
	background: #FFFFFF;
	border-bottom: 0;
	top: 0;
	padding: 20px;
	padding-bottom: 20px;
}

#header-nav > nav .navbar-brand {
	padding: 0;
	margin: 0;
}

#header-nav > nav .navbar-brand .logo {
	background: url(/assets/images/logo-lexisnexis-new.svg) no-repeat;
	width: 179.09px;
	height: 40px;
	transition: background 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

nav#subnav {
	background: #ECEFF1EE;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	top: 80px;
	padding: 15px;
}

nav#subnav .navbar-brand {
	color: #00172E;
	font-weight: bold;
}

nav#subnav .navbar-nav .nav-link {
	color: #687C96;
	font-weight: bold;
}

nav#subnav .navbar-nav .nav-link.active {
	color: #00172E;
}

#header-nav > nav, nav#subnav {
	transition: top 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn {
	font-weight: 700!important;
	padding: 0.6rem 0.7rem;
	font-size: 0.75rem;
	line-height: 0.75rem!important;
}

.btn.btn-link {
	letter-spacing: 0.5px;
}

.btn.btn-sm {
	padding: 0.4rem 0.6rem;
	letter-spacing: 1px;
	font-size: 0.6rem;
}

.btn.btn-lg {
	padding: 0.8rem 1rem;
	font-size: 0.875rem;
}

.btn.free-trial {
	background: rgb(213,21,34);
	background: -moz-linear-gradient(90deg, rgba(213,21,34,1) 0%, rgba(232,20,97,1) 51%, rgba(213,21,34,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(213,21,34,1) 0%, rgba(232,20,97,1) 51%, rgba(213,21,34,1) 100%);
	background: linear-gradient(90deg, rgba(213,21,34,1) 0%, rgba(232,20,97,1) 51%, rgba(213,21,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d51522",endColorstr="#d51522",GradientType=1);
	background-repeat: repeat-x;
	background-size: 200% auto;
	transition: background 0.4s ease-in-out;
}

.btn.free-trial:hover {
	background-position: right center;
}

#subnav_trial_btn {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

section.summary-block, section.icon-list-section {
	background-color: #00172e;
	color:  #ffffff;
	padding: 8vmax 10vmax;
	margin: 0!important;
}

section.icon-list-section .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	gap: 20px 20px;
	grid-auto-flow: row;
}

section.icon-list-section .wrapper > .content {
	padding: 1rem;
}

section.icon-list-section .wrapper > .content > .icon-container {
	color: #D81B60;
	font-size: 5rem;
}

section.icon-list-section .wrapper > .content > p.title {
	font-size: 1.15rem;
	margin-bottom: 1.5rem;
	color: #FFFFFF;
}

section.icon-list-section .wrapper > .content > p {
	color: #B0BEC5;
}

section.summary-block.with-video {
	background-color: #00172e;
	padding: 8vmax 10vmax;
	margin: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section.summary-block.with-video > .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	margin-right: 4rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

section.summary-block > .content > .title, section.icon-list-section > .copy > .title {
	font-size: 3.375rem;
	font-weight: 300;
	line-height: 3.75rem;
	margin-bottom: 1.5rem;
}

section.summary-block > .content > .description, section.icon-list-section > .copy > .description {
	font-weight: 300;
	font-size: 1.35rem;
}

section.summary-block.with-video > .media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	margin: 0;
}

section.summary-block.with-video > .media > video {
	background-color: #00172e;
	max-width: 100%;
	height: 100%;
}

section.summary-block.with-video.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

section.summary-block.with-video.reverse > .content {
	margin-left: 4rem;
	margin-right: 0;
}

#introduction {
	background-color: #00172e; 
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat!important;
	min-height: calc(100vh - 3.8vmax);
	padding-top: 80px;
}

#features {
	background-color: #00172e; 
	padding-bottom: 4rem;
}

#slides .slide {
	background-size: cover;
	background-position: right top;
	height: 100vh;
	min-height: calc(100vw / 1.7777777778);
	background-repeat: no-repeat!important;
	padding: 8vmax 8vmax;
	padding-bottom: 12vmax;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#slides .slide#legal-research {
	background-image: url(/assets/lexis-plus/bg-research.png);
}

#slides .slide#practical-guidance {
	background-image: url(/assets/lexis-plus/bg-guidance.png);
}

#slides .slide#litigation-analytics {
	background-image: url(/assets/lexis-plus/bg-analytics.png);
}

#slides .slide#brief-analysis {
	background-image: url(/assets/lexis-plus/bg-brief.png);
}

#slides .slide#legal-news-hub {
	background-image: url(/assets/lexis-plus/legal-news-wave.png);
}

#slides .slide:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background-position: left top;
}

#slides .slide .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	margin-right: 4rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#slides .slide .content .title {
	font-size: 3.375rem;
	font-weight: 300;
	line-height: 3.75rem;
	margin-bottom: 1rem;
}

#slides .slide .content .description {
	font-weight: 300;
	font-size: 1.35rem;
}

#slides .slide:nth-child(odd) .content {
	margin-left: 4rem;
	margin-right: 0;
}

#slides .slide .media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	margin: 0;
}

#slides .slide .media video {
	background-color: #00172e;
	max-width: 100%;
	height: 100%;
}

.accordion {
	margin-bottom: 4rem;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #132A43;
	text-align: left;
	line-height: 1rem;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	overflow-anchor: none;
	transition: color 150ms cubic-bezier(0.4, 0.0, 0.2, 1),
	background-color 150ms cubic-bezier(0.4, 0.0, 0.2, 1),
	border-color 150ms cubic-bezier(0.4, 0.0, 0.2, 1),
	box-shadow 150ms cubic-bezier(0.4, 0.0, 0.2, 1),
	border-radius 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.accordion-button:hover {
	background-color: #FAFAFA;
}

.accordion-button:focus {
	outline: none;
	border-color: #4fc3f7;
}

.accordion-button:active {
	background-color: #F5F5F5;
}

.accordion-button:after {
	font-family: 'lexisnexis-icons';
	content: "\e853";
	color: #687C96;
	margin-left: auto;
	transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.accordion-button.collapsed:after {
	transform: rotate(180deg);
}

.accordion-item {
	background-color: #fff;
	border-top: 1px solid #ACBAC9;
}

.accordion-item:last-child {
	border-bottom: 1px solid #ACBAC9;
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-body {
	color: #455A64;
	font-size: 1rem; /*16px*/
	line-height: 1.5rem;
	padding: 1.5rem;
}

.accordion-dark .accordion-button {
	color: #fff;
	background-color: #00172E;
}

.accordion-dark .accordion-button:hover {
	background-color: #132A43
}

.accordion-dark .accordion-button:active {
	background-color: #1A304D;
}

.accordion-dark .accordion-button:after {
	color: #F5F5F5;
}

.accordion-dark .accordion-item {
	background-color: #00172E;
}

.accordion-dark .accordion-body {
	color: #B0BEC5;
}

.accordion-dark .accordion-body a {
	color: #FFFFFF;
}

@keyframes shrink {
  0% {background-size: 150% 150%;}
  100% {background-size: 100% 100%;}
}

body.lexis-plus-ai {
    height: 100vh;
    background-image: url(/assets/lexis-plus/legal-ai-tools/colored-orbs.jpg);
    background-size: 150% 150%;
    background-position: center center;
    background-attachment: fixed;
    -webkit-animation: shrink 10s infinite alternate;
    animation: shrink 10s infinite alternate;
}

.lexis-plus-ai .tagline {
    font-size: 3.1rem;
    font-weight: 300;
}

.lexis-plus-ai .tagline .ai-tag {
    border-radius: 0.25rem;
    background: -webkit-gradient(linear,left top,right bottom,from(rgb(255,255,255)),to(rgba(255,255,255,0.5)));
    background: -o-linear-gradient(top left,rgb(255,255,255) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom right,rgb(255,255,255) 0%,rgba(255,255,255,0.5) 100%);
    color: #091b34;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.313rem;
    margin: 0 0.25rem;
    padding: 0rem 0.25rem;
    position: relative;
    bottom: 0.438rem;
}

.lexis-plus-ai .tagline sup.trademark {
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    font-weight: 100;
    top: -1.9rem;
    font-family: Arial,Helvetica,sans-serif;
}

.lexis-plus-ai #features {
    background-color: transparent;
}

@media only screen and (max-width: 1200px) {
	#slides .slide {
		height: auto;
		padding: 2vmax 6.5vmax;
		padding-bottom: 2vmax;
	}

	section.icon-list-section .wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 20px 20px;
	}
}

@media only screen and (max-width: 991px) {

	#subnav {
		padding: 20px;
	}

	#slides .slide, section.summary-block, section.icon-list-section {
		padding-left: 3vmax;
		padding-top: 5vmax;
		padding-right: 3vmax;
	}

	#slides .slide .content {
		margin-right: 2rem;
		max-width: 100%;
	}

	#slides .slide:nth-child(odd) .content {
		margin-left: 2rem;
	}

	section.summary-block > .content > .title, section.icon-list-section > .copy > .title, #slides .slide .content .title {
		font-size: 2.25rem;
		line-height: 2.25rem;
		margin-bottom: 1rem;
	}

	section.summary-block > .content > .description, section.icon-list-section > .copy > .description, #slides .slide .content p.description {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {

	.dock .dock-item:before {
		height: 0.1rem;
	}

	#introduction, #slides > div {
		background-position: -200px;
		background-size: cover;
	}

	section.icon-list-section .wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap: 20px 20px;
	}

	section.summary-block.with-video, section.summary-block.with-video.reverse {
		height: auto;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-position: unset!important;
	}

	section.summary-block.with-video > .content, section.summary-block.with-video.reverse > .content {
		max-width: 100%;
		margin: 0;
	}

	section.summary-block.with-video > .media {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		padding-top: 2rem;
		padding-left: 0;
	}

	#slides .slide, #slides .slide:nth-child(odd) {
		height: auto;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-position: unset!important;
	}

	#slides .slide:nth-child(odd) {
		background-position: bottom right!important;
	}

	#slides .slide .content, #slides .slide:nth-child(odd) .content {
		max-width: 100%;
		margin: 0;
	}

	#slides .slide .media {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		padding-top: 2rem;
		padding-left: 0;
	}

	#cta {
		height: auto;
		padding: 8vmax 5vmax;
	}

}

@media (prefers-color-scheme: dark) {
	#header-nav > nav {
		background: #132A43;
	}

	#header-nav > nav .navbar-brand .logo {
		background: url(/assets/images/ln-logo-primary-full-reverse.svg) no-repeat;
	}

	nav#subnav {
		background: #223556EE;
	}

	nav#subnav .navbar-brand {
		color: #FFFFFF;
	}

	nav#subnav .navbar-nav .nav-link {
		color: #BDBDBD;
	}

	nav#subnav .navbar-nav .nav-link.active {
		color: #FFFFFF;
	}
}

@media (prefers-reduced-motion) {
	a.backtotop, #products-header-v1, header>nav, nav#subnav, .btn.free-trial, #subnav_trial_btn, .accordion-button:after {
		transition: none!important
	}
}