.global-style,
.global-style a {
	color: #000;
}
/* ------ Section Styles ------ */
.global-style.primary-section {
	background-color: #fff;
	color: #000;
}

.global-style.dark-section {
	background-color: #000;
	color: #fff;
}
.global-style.dark-section--v2 {
	background-color: #262e39;
}

.global-style.dark-section--v3 {
	background-color: #222120;
}

.global-style.dark-section--v4 {
	background-color: #0d1521;
}

.global-style.gray-section {
	background-color: #e1e0df;
	color: #000;
}

.global-style.blue-section {
	background-color: #0956ff;
	color: #fff;
}
.dark-section--v2 .races-container .races-content {
	color: #000;
}
.global-style.background-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	z-index: 1;
}
.global-style.background-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
}
.global-style.background-section--full {
	height: 100vh;
	min-height: 800px;
	display: grid;
}
.global-style.background-section--full > .parsys {
	place-self: center;
	width: 100%;
}

.global-style.background-section--nogradient::before {
	background: transparent;
}
/* ------ Section Styles ------ */
.global-style .primary-section {
	background-color: #fff;
	color: #000;
}

.global-style .dark-section {
	background-color: #000;
	color: #fff;
}
.global-style .dark-section--v2 {
	background-color: #262e39;
}

.global-style .dark-section--v3 {
	background-color: #222120;
}

.global-style .dark-section--v4 {
	background-color: #0d1521;
}

.global-style .gray-section {
	background-color: #e1e0df;
	color: #000;
}

.global-style .blue-section {
	background-color: #0956ff;
	color: #fff;
}

.global-style .background-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	z-index: 1;
}
.global-style .background-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
}
.global-style .background-section--full {
	height: 100vh;
	min-height: 800px;
	display: grid;
}
.global-style .background-section--full > .parsys {
	place-self: center;
	width: 100%;
}

.global-style .background-section--nogradient::before {
	background: transparent;
}
/* ------ Link Styles ------ */
.global-style a {
	color: #000;
	text-decoration: underline;
}
.global-style a:hover,
.global-style a:active {
	color: #666360;
}

.global-style.blue-section a,
.global-style a.blue-section,
.global-style.dark-section a,
.global-style a.dark-section,
.global-style.background-section a,
.global-style a.background-section {
	color: #fff;
}
.global-style.primary-section a,
.global-style a.primary-section,
.global-style.gray-section a {
	color: #000;
}

.global-style.blue-section a:hover,
.global-style.blue-section a:active,
.global-style a.blue-section:hover,
.global-style a.blue-section:active,
.global-style.dark-section a:hover,
.global-style.dark-section a:active,
.global-style a.dark-section:hover,
.global-style a.dark-section:active,
.global-style.background-section a:hover,
.global-style.background-section a:active,
.global-style a.background-section:hover,
.global-style a.background-section:active {
	color: #cdcccb;
}
.global-style.primary-section a:hover,
.global-style.primary-section a:active,
.global-style a.primary-section:hover,
.global-style a.primary-section:active,
.global-style.gray-section a:hover,
.global-style.gray-section a:active {
	color: #666360;
}

.global-style a.jump-link {
	text-decoration: none;
	transition: 300ms;
}
/* ------ Font Styles ------ */
.global-style h1,
.global-style h2,
.global-style h3,
.global-style h4,
.global-style h5,
.global-style h6,
.global-style .headline {
	font-family: overpass, sans-serif;
	font-style: normal;
	font-kerning: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	margin: 0;
	line-height: 1;
	margin: 0 0 18px 0;
	position: relative;
}

.global-style .callout {
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.09rem;
	background: transparent;
	padding: 0;
	margin: 0 0 18px 0;
	border: none;
}

/* Resize Sup size for headline */
.global-style h1 sup,
.global-style h2 sup,
.global-style h3 sup,
.global-style h4 sup,
.global-style h5 sup,
.global-style h6 sup {
	font-size: 40%;
	top: -1.5em;
}

/* Foundation is overriding */
.global-style .blue-section .callout,
.global-style .dark-section .callout,
.global-style .background-section .callout {
	color: #fff;
}

.global-style h1,
.global-style .headline--1 {
	font-size: 3rem;
	line-height: 125%;
	letter-spacing: -0.015rem;
	margin: 0 0 36px 0;
}

.global-style h2,
.global-style .headline--2 {
	font-size: 2.25rem;
	line-height: 125%;
	letter-spacing: -0.01125rem;
	margin: 0 0 36px 0;
}

.global-style h3,
.global-style .headline--3 {
	font-size: 1.875rem;
	line-height: 125%;
	letter-spacing: -0.009375rem;
}

.global-style h4,
.global-style .headline--4 {
	font-size: 1.5rem;
	line-height: 125%;
	letter-spacing: -0.0075rem;
	margin: 0 0 9px 0;
}

.global-style h5,
.global-style .headline--5 {
	font-size: 1.25rem;
	line-height: 125%;
	margin: 0 0 9px 0;
}

.global-style h6,
.global-style .headline--6 {
	font-size: 1.25rem;
	line-height: 125%;
}

.global-style .headline--v2 {
	margin: 0 0 36px 0;
}

@media screen and (max-width: 39.9375em) {
	.global-style .callout {
		font-size: 2.25rem;
		line-height: 125%; /* 45px */
		letter-spacing: -0.0225rem;
	}

	.global-style h1,
	.global-style .headline--1 {
		font-size: 2.25rem;
		letter-spacing: -0.01125rem;
		margin: 0 0 18px 0;
	}

	.global-style h2,
	.global-style .headline--2 {
		font-size: 1.6875rem;
		letter-spacing: -0.00844rem;
		margin: 0 0 18px 0;
	}

	.global-style h3,
	.global-style .headline--3 {
		font-size: 1.5;
		letter-spacing: -0.0075rem;
	}

	.global-style h4,
	.global-style .headline--4 {
		font-size: 1.3125rem;
		letter-spacing: -0.00656rem;
	}

	.global-style h5,
	.global-style .headline--5 {
		font-size: 1.15625rem;
	}

	.global-style h6,
	.global-style .headline--6 {
		font-size: 1.15625rem;
	}

	.global-style .headline--v2 {
		margin: 0 0 18px 0;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.global-style .responsive--headline {
		font-size: 7vw;
	}
}

/* ------ Paragraph/Body Styles ------ */
.global-style p,
.global-style .p--text {
	font-size: 1rem;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	margin-bottom: 24px;
}

.global-style .rte p:nth-last-of-type(1):not(.brow),
.global-style .p--text:nth-last-of-type(1):not(.brow) {
	margin: 0;
}

.global-style .emphasis,
.global-style b {
	font-weight: 600;
}

.global-style caption,
.global-style .caption {
	font-size: 0.78125rem;
	line-height: 1.5;
}

.global-style .brow {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	color: #666360;
	margin: 0 0 18px 0;
}

.global-style.blue-section .brow,
.global-style.dark-section .brow,
.global-style.background-section .brow {
	color: #cdcccb;
}

.global-style .brow--v2 {
	margin: 0 0 9px 0;
}

/* ------ Stat Styles ------ */
.global-style .stat {
	font-size: 5.0625rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -4.86px;
}

.global-style .stat--v2 {
	font-size: 10.125rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -9.72px;
}

@media screen and (max-width: 63.9375em) {
	.global-style .stat--v2 {
		font-size: 2.625rem;
		letter-spacing: -1.68px;
	}
}

.global-style ul,
.global-style ol,
.global-style dl {
	line-height: 1.4;
	margin-bottom: 0.8rem;
	list-style-position: outside;
}

.global-style li {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.global-style ul {
	list-style-type: disc;
	margin-left: 1.05rem;
}

.global-style ol {
	margin-left: 1.25rem;
}

.global-style ul ul,
.global-style ol ul,
.global-style ul ol,
.global-style ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

.global-style .underline {
	display: inline;
	font-weight: 600;
	position: relative;
}

.global-style .underline > span:nth-of-type(1) {
	height: 2px;
	background-color: #000;
	width: var(--underline-width, 100%);
	display: block;
}

.global-style .underline > span:nth-of-type(2) {
	border-bottom: 2px solid #000;
}

.global-style .blue-section .underline > span:nth-of-type(1),
.global-style .dark-section .underline > span:nth-of-type(1),
.global-style .background-section .underline > span:nth-of-type(1) {
	background-color: #fff;
}

.global-style .blue-section .underline > span:nth-of-type(2),
.global-style .dark-section .underline > span:nth-of-type(2),
.global-style .background-section .underline > span:nth-of-type(2) {
	border-bottom: 2px solid #fff;
}
/* ------ Gray borders ------ */
.gray-b-t {
	border-top: 1px solid #b2b0ae;
}
.gray-b-b {
	border-bottom: 1px solid #b2b0ae;
}
.gray-b-r {
	border-right: 1px solid #b2b0ae;
}
.gray-b-l {
	border-left: 1px solid #b2b0ae;
}
.gray-b--color2 {
	border-color: #4a4745;
}
/* ------ Spacing / Section top and bottom padding ------ */
.spacing {
	padding: 60px 0;
}
.spacing--top {
	padding: 60px 0 0 0;
}
.spacing--bottom {
	padding: 0 0 60px 0;
}
.spacing--bottom--only {
	padding-bottom: 60px;
}
.spacing--nobottom {
	padding-bottom: 0;
}
/* used across dark section backgrounds */
.spacing--v2 {
	padding: 0 22.5px;
}
@media screen and (max-width: 39.9375em) {
	.spacing {
		padding: 30px 0;
	}
	.spacing--top {
		padding: 30px 0 0 0;
	}
	.spacing--bottom {
		padding: 0 0 30px 0;
	}
	.spacing--bottom--only {
		padding-bottom: 30px !important;
	}
	.spacing--nobottom {
		padding-bottom: 0;
	}
	.spacing--top--remove--mobile {
		padding-top: 0;
	}
}

/* ------ Mobile Move Graphic that breaks column control ------ */
@media screen and (max-width: 39.9375em) {
	.global-style .mobile-move--graphic {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
/* 
This will help with html elements that need to have a specific padding and/or margins.
    example of usage:
    <p class="custom-p-t" style="--p-t: 12px;">Careers</p>
    <p class="custom-m-l" style="--m-l: 24px;">Careers</p>
    <p class="custom-p-a custom-m-a" style="--p-a: 20px; --m-a:10px">Careers</p>
*/
.global-style .custom-p-t {
	padding-top: var(--p-t);
}
.global-style .custom-p-r {
	padding-right: var(--p-r);
}
.global-style .custom-p-b {
	padding-bottom: var(--p-b);
}
.global-style .custom-p-l {
	padding-left: var(--p-l);
}
.global-style .custom-p-a {
	padding: var(--p-a);
}

.global-style .custom-m-t {
	margin-top: var(--m-t);
}
.global-style .custom-m-r {
	margin-right: var(--m-r);
}
.global-style .custom-m-b {
	margin-bottom: var(--m-b);
}
.global-style .custom-m-l {
	margin-left: var(--m-l);
}
.global-style .custom-m-a {
	margin: var(--m-a);
}

@media screen and (max-width: 39.9375em) {
	.global-style .custom-p-t {
		padding-top: calc(var(--p-t) * (2 / 3));
	}
	.global-style .custom-p-r {
		padding-right: calc(var(--p-r) * (2 / 3));
	}
	.global-style .custom-p-b {
		padding-bottom: calc(var(--p-b) * (2 / 3));
	}
	.global-style .custom-p-l {
		padding-left: calc(var(--p-l) * (2 / 3));
	}
	.global-style .custom-p-a {
		padding: calc(var(--p-a) * (2 / 3));
	}

	.global-style .custom-m-t {
		margin-top: calc(var(--m-t) * (2 / 3));
	}
	.global-style .custom-m-r {
		margin-right: calc(var(--m-r) * (2 / 3));
	}
	.global-style .custom-m-b {
		margin-bottom: calc(var(--m-b) * (2 / 3));
	}
	.global-style .custom-m-l {
		margin-left: calc(var(--m-l) * (2 / 3));
	}
	.global-style .custom-m-a {
		margin: calc(var(--m-a) * (2 / 3));
	}
}

/* ------ Grid and Column Overrides ------ */
/* Since our gutters(padding) are left and right of columns, 
we need to add the extra 30px space (15px left of first column and 15px right of last column)
so our container(aka row) will have a max with of 1200px */
/* Our left & right gutters are 8.33% -> content will have a width of 83.333% */
.global-style .row {
	max-width: calc(1200px + 30px);
	width: calc(83.333% + 30px);
}

.global-style .column,
.global-style .columns {
	/* padding: 0 15px; */
	padding-left: 15px;
	padding-right: 15px;
}

.global-style .row .row {
	width: calc(100% + 30px);
}

.global-style .row.row--full {
	width: 100%;
	max-width: 100%;
}

.global-style .row.row--full .columns,
.global-style .row.row--full .column {
	padding: 0;
}

.global-style .row.row--special {
	max-width: calc(1440px + 30px);
	width: calc(100% - 30px);
}

.global-style .container {
	width: 100%;
	padding: 0 8.333%;
}

/* foundation override */
.global-style .column:last-child:not(:first-child),
.global-style .columns:last-child:not(:first-child) {
	float: left;
}

@media screen and (max-width: 39.9375em) {
	.global-style .row {
		max-width: calc(1200px + 20px);
		width: calc(100% - 20px);
	}

	.global-style .row .row {
		width: calc(100% + 20px);
	}

	.global-style .row.row--special {
		max-width: calc(1440px + 20px);
		width: calc(100% - 20px);
	}

	.global-style .column,
	.global-style .columns {
		/* padding: 0 10px; */
		padding-left: 10px;
		padding-right: 10px;
	}
	.global-style .column:last-child,
	.global-style .columns:last-child {
		padding: 0 10px;
	}

	.global-style .container {
		width: 100%;
		padding: 0 20px;
	}
}

/* ------ Brand Logos ------ */
.global-style .logo-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.global-style .logo-container > .logo-item {
	flex: 0 0 20%;
	width: 20%;
	max-width: 20%;
}
.global-style a.logo-box {
	opacity: 1;
	transition: all 0.4s ease-in-out;
	aspect-ratio: 1 / 1;
	flex: 1 1 150px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.global-style a.logo-box:hover {
	opacity: 0.75;
	transform: translateY(-10px);
}
.global-style a.logo-box.logo-buick img {
	max-width: 78%;
}
.global-style a.logo-box.logo-baojun img {
	max-width: 50%;
}
.global-style a.logo-box.logo-wuling img {
	max-width: 75%;
}

@media screen and (max-width: 63.9375em) {
	.global-style .logo-container > .logo-item {
		flex: 0 0 33.3333%;
		width: 33.3333%;
		max-width: 33.3333%;
	}
}

@media screen and (max-width: 39.9375em) {
	.global-style .logo-container > .logo-item {
		flex: 0 0 28%;
		width: 28%;
		max-width: 28%;
	}
}

/* This component is for sections with an image on the side of the text
which bleeds left or right over the gutters */

@media screen and (max-width: 39.9375em) {
	.text-image--reverse > div > .rown.section > .row,
	.image-text--reverse > div > .rown.section > .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.text-image--full > div > .rown.section > .row > .columns:nth-of-type(2),
	.image-text--full > div > .rown.section > .row > .columns:nth-of-type(1) {
		padding: 0;
		width: calc(100% + 20px);
		position: relative;
		left: -10px;
	}

	.text-image .columns:nth-of-type(1),
	.image-text .columns:nth-of-type(1) {
		margin: 0 0 30px 0;
	}

	.text-image--reverse .columns:nth-of-type(1),
	.text-image--reverse .columns:nth-of-type(1) {
		margin: 0;
	}
	.text-image--reverse .columns:nth-of-type(2),
	.text-image--reverse .columns:nth-of-type(2) {
		margin: 0 0 30px 0;
	}
}
@media screen and (min-width: 40em) {
	.text-image > div > .rown.section,
	.image-text > div > .rown.section {
		max-width: 1440px;
		margin: 0 auto;
		width: 100%;
	}

	.text-image > div > .rown.section > .row {
		width: calc(100% - 8.333% + 15px);
		margin: 0 0 0 auto;
		max-width: 1440px;
	}
	.image-text > div > .rown.section > .row {
		width: calc(100% - 8.333% + 15px);
		margin: 0 auto 0 0;
		max-width: 1440px;
	}

	.text-image > div > .rown.section > .row > .columns:nth-of-type(2) {
		padding: 0 0 0 15px;
	}
	.image-text > div > .rown.section > .row > .columns:nth-of-type(1) {
		padding: 0 15px 0 0;
	}
}

/* Resize Font Size so they don't overlap other section */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.text-image .callout,
	.image-text .callout {
		font-size: 7vw;
	}
}

/* ------ Breakpoint references ------ */

/* Small only --- >640px */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up --- 640px< */
@media screen and (min-width: 40em) {
}

/* Medium only --- 640px-1024px*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up --- 1024px<  */
@media screen and (min-width: 64em) {
}

/* ------ Button Styles ------ */

/* add v-button fix old style */
.v-button,
.v-button.button {
	font-size: 1rem;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #fff;
	background-color: #0956ff;
	border: 1.5px solid #0956ff;
	padding: 8px 24px 6px 24px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	line-height: 1.5;
	font-weight: normal;
}
.v-button:hover,
.button:hover {
	background-color: #388bff;
	border-color: #388bff;
}
.v-button:active,
.v-button.button:active {
	outline: none;
	background-color: #7db8ff;
	border-color: #7db8ff;
}

.dark-section .v-button,
.dark-section .v-button.button {
	color: #0956ff;
	background-color: #fff;
	border: 1.5px solid #fff;
}
.dark-section .v-button:hover,
.dark-section .v-button.button:hover {
	color: #0956ff;
	background-color: #d0e8ff;
	border-color: #d0e8ff;
}
.dark-section .v-button:active,
.dark-section .v-button.button:active {
	color: #0956ff;
	background-color: #afd5ff;
	border-color: #afd5ff;
}

.background-section .v-button,
.background-section .v-button.button {
	color: #0956ff;
	background-color: #fff;
	border: 1.5px solid #fff;
}
.background-section .v-button:hover,
.background-section .v-button.button:hover {
	color: #0956ff;
	background-color: #d0e8ff;
	border-color: #d0e8ff;
}
.background-section .v-button:active,
.background-section .v-button.button:active {
	color: #0956ff;
	background-color: #afd5ff;
	border-color: #afd5ff;
}

.gray-section .v-button,
.gray-section .v-button.button {
	color: #fff;
	background-color: #000;
	border: 1.5px solid #000;
}
.gray-section .v-button:hover,
.gray-section .v-button.button:hover {
	color: #fff;
	background-color: #4a4745;
	border-color: #4a4745;
}
.gray-section .v-button:active,
.gray-section .v-button.button:active {
	color: #fff;
	background-color: #827f7d;
	border-color: #827f7d;
}

.blue-section .v-button,
.blue-section .v-button.button {
	color: #0956ff;
	background-color: #fff;
	border: 1.5px solid #fff;
}
.blue-section .v-button:hover,
.blue-section .v-button.button:hover {
	color: #0956ff;
	background-color: #d0e8ff;
	border-color: #d0e8ff;
}
.blue-section .v-button:active,
.blue-section .v-button.button:active {
	color: #0956ff;
	background-color: #afd5ff;
	border-color: #afd5ff;
}

/* Secondary button */
.v-button.button--secondary {
	color: #0956ff;
	border: 1.5px solid #0956ff;
	background-color: transparent;
}
.v-button.button--secondary:hover {
	color: #388bff;
	background-color: transparent;
	border-color: #388bff;
}
.v-button.button--secondary:active {
	outline: none;
	color: #7db8ff;
	background-color: #7db8ff;
	border-color: #7db8ff;
}

.dark-section .v-button.button--secondary {
	color: #fff;
	border: 1.5px solid #fff;
	background-color: transparent;
}
.dark-section .v-button.button--secondary:hover {
	color: #e1e0df;
	border-color: #e1e0df;
	background-color: transparent;
}
.dark-section .v-button.button--secondary:active {
	color: #b2b0ae;
	border-color: #b2b0ae;
	background-color: transparent;
}

.background-section .v-button.button--secondary {
	color: #fff;
	border: 1.5px solid #fff;
	background-color: transparent;
}
.background-section .v-button.button--secondary:hover {
	color: #e1e0df;
	border-color: #e1e0df;
	background-color: transparent;
}
.background-section .v-button.button--secondary:active {
	color: #b2b0ae;
	border-color: #b2b0ae;
	background-color: transparent;
}

.gray-section .v-button.button--secondary {
	color: #000;
	border: 1.5px solid #000;
	background-color: transparent;
}
.gray-section .v-button.button--secondary:hover {
	color: #4a4745;
	border-color: #4a4745;
	background-color: transparent;
}
.gray-section .v-button.button--secondary:active {
	color: #827f7d;
	border-color: #827f7d;
	background-color: transparent;
}

.blue-section .v-button.button--secondary {
	color: #fff;
	border: 1.5px solid #fff;
	background-color: transparent;
}
.blue-section .v-button.button--secondary:hover {
	color: #e1e0df;
	border-color: #e1e0df;
	background-color: transparent;
}
.blue-section .v-button.button--secondary:active {
	color: #b2b0ae;
	border-color: #b2b0ae;
	background-color: transparent;
}

/* Reset button - clear out styles */
.v-button.button--reset {
	color: inherit;
	background-color: transparent;
	border: 0px transparent;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.v-button.button--reset:hover {
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}
.v-button.button--reset:active,
.v-button.button--reset:focus {
	outline: none;
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}

.dark-section .v-button.button--reset {
	color: inherit;
	background-color: transparent;
	border: 0px transparent;
}
.dark-section .v-button.button--reset:hover,
.dark-section .v-button.button--reset:active {
	outline: none;
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}

.background-section .v-button.button--reset {
	color: inherit;
	background-color: transparent;
	border: 0px transparent;
}
.background-section .v-button.button--reset:hover,
.background-section .v-button.button--reset:active {
	outline: none;
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}

.gray-section .v-button.button--reset {
	color: inherit;
	background-color: transparent;
	border: 0px transparent;
}
.gray-section .v-button.button--reset:hover,
.gray-section .v-button.button--reset:active {
	outline: none;
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}

.blue-section .v-button.button--reset {
	color: inherit;
	background-color: transparent;
	border: 0px transparent;
}
.blue-section .v-button.button--reset:hover,
.blue-section .v-button.button--reset:active {
	outline: none;
	background-color: transparent;
	border-color: transparent;
	color: inherit;
}
.v-button.button--full {
	width: 100%;
}

/* Image Gradients */
.gradient {
	position: relative;
	z-index: 1;
}
.gradient::before {
	content: '';
	z-index: -1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gradient--v2::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
}
.gradient--v3::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.4) 100%);
}
.gradient--v4:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.global-style .image-ratio.gradient::before {
	background: none;
}
.global-style .image-ratio.gradient .image.section > div::before {
	content: '';
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.global-style .image-ratio.gradient--v2 .image.section > div::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
}
.global-style .image-ratio.gradient--v3 .image.section > div::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.4) 100%);
}
.global-style .image-ratio.card--logo.gradient .image:nth-of-type(2) > div::before {
	background: none;
}
/* hero-section */
#hero-section.gradient {
}

#hero-section.gradient .brow {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	color: #cdcccb;
}
#hero-section.gradient .text h1 {
	font-size: 3rem;
	line-height: 125%;
	letter-spacing: -0.015rem;
	margin: 0 0 36px 0;
}
#hero-section.gradient .text .text::after {
	display: none;
}
@media screen and (max-width: 39.9375em) {
	#hero-section.gradient .text h1 {
		font-size: 2.25rem;
		letter-spacing: -0.01125rem;
		margin: 0 0 18px 0;
	}
}
@media screen and (max-width: 39.9375em) {
	.channelbox #hero-section.gradient {
		min-height: 150vw;
	}
}

.global-style .scroll-jack__nav button::before {
	font-family: 'Font Awesome 6 Sharp';
}

.reveal-overlay {
	background-color: rgba(0, 0, 0, 0.25) !important;
	z-index: 999999 !important;
}
.reveal {
	width: 62%;
	max-width: 900px;
	height: auto;
	min-height: 220px;
	border-radius: 12px !important;
	box-sizing: border-box;
	padding: 18px;
	margin: 0px auto;
	background-color: #fff !important;
}

.modal-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.modal-header button {
	background-color: transparent !important;
	border: none !important;
	color: #000 !important;
	font-size: 1.5rem !important;
	padding: 0 !important;
	position: initial;
}
.def-container {
	margin: 0 auto;
	padding: 0 18px 18px;
}
.def-list {
	display: none;
}
.def-active {
	background-color: #eeedec;
}
.gpc {
	display: none;
}
.gpc.detected {
	display: inline-block;
}
/*  reveal-overlay */
.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background-color: hsla(0, 0, 4%, 0.45);
	overflow-y: scroll;
}
.reveal {
	display: none;
	z-index: 5;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fefefe;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
	outline: 0;
}
@media screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}
.reveal .column,
.reveal .columns {
	min-width: 0;
}
.reveal > :last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 75rem;
	}
}
@media screen and (min-width: 40em) {
	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto;
	}
}
.reveal.collapse {
	padding: 0;
}
@media screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem;
	}
}
@media screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 75rem;
	}
}
@media screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 75rem;
	}
}
.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}
.reveal.without-overlay {
	position: fixed;
}
.reveal .close-button {
	line-height: 1;
}

.dark-blue-section.global-style {
	background-color: #0d1521;
}
@media screen and (max-width: 39.9375em) {
	.image-text--reverse.text-image .columns:nth-of-type(1) {
		margin-bottom: 0;
	}
	.image-text--reverse.text-image .columns:nth-of-type(2) {
		margin-bottom: 30px;
	}
	.image-text--reverse.image-text .columns:nth-of-type(1) {
		margin-bottom: 0;
	}
	.image-text--reverse.image-text .columns:nth-of-type(2) {
		margin-bottom: 30px;
	}
}

/* ------ Image Styles ------ */
.global-style img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
	border-style: none;
}

.global-style .image small {
	font-size: 12.5px;
	color: #666360;
	display: block;
	margin: 12px 0 0 0;
}

/* Image component wrapped in a channel box */
.global-style .image-ratio {
	width: 100%;
	height: auto;
	display: block;
}

.global-style .image-ratio .image.section > div {
	position: relative;
	width: 100%;
	height: 0;
	z-index: 1;
}

.global-style .image-ratio.image-ratio--1-1 .image.section > div {
	padding-top: 100%;
}
.global-style .image-ratio.image-ratio--3-2 .image.section > div {
	padding-top: 66.667%;
}
.global-style .image-ratio.image-ratio--2-3 .image.section > div {
	padding-top: 150%;
}
.global-style .image-ratio.image-ratio--3-4 .image.section > div {
	padding-top: 133.333%;
}
.global-style .image-ratio.image-ratio--4-3 .image.section > div {
	padding-top: 75%;
}
.global-style .image-ratio.image-ratio--16-9 .image.section > div {
	padding-top: 56.25%;
}
.global-style .image-ratio.image-ratio--9-16 .image.section > div {
	padding-top: 177.778%;
}

.global-style .image-ratio .image.section img,
.global-style .image-ratio .image.section video,
.global-style .image-ratio .image.section iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* Text Over Image */
.global-style .image-ratio.caption-over-image {
	position: relative;
}
.global-style .image-ratio.caption-over-image .text-overlap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	width: 100%;
	padding: 0 20px 10px;
}
.global-style .image-ratio.caption-over-image.image-left .text-overlap {
	padding-left: 15%;
}
.global-style .image-ratio.caption-over-image .text-overlap h3 {
	font-size: 6rem;
	font-weight: normal;
	letter-spacing: -0.08rem;
	line-height: 100%;
	margin-bottom: 0;
}
/* 820px and below */
@media screen and (max-width: 51.25em) {
	.global-style .image-ratio.caption-over-image .text-overlap h3 {
		font-size: 48px;
	}
}
/* 639px and below */
@media screen and (max-width: 39.9375em) {
	.global-style .image-ratio.caption-over-image.image-left .text-overlap {
		padding-left: 20px;
	}
}
/* Image Gradients */
.global-style .gradient {
	position: relative;
	z-index: 1;
}
.global-style .gradient::before {
	content: '';
	z-index: -1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.global-style .gradient--v2::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
}
.global-style .gradient--v3::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.4) 100%);
}
.global-style .gradient--v4::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.global-style .image-ratio.gradient::before {
	background: none;
}
.global-style .image-ratio.gradient .image.section > div::before {
	content: '';
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.global-style .image-ratio.gradient--v2 .image.section > div::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
}
.global-style .image-ratio.gradient--v3 .image.section > div::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.4) 100%);
}
.global-style .image-ratio.card--logo.gradient .image:nth-of-type(2) > div::before {
	background: none;
}

.global-style .hotWheelsSwiper .image-ratio {
	height: 100%;
}
.hotWheelsSwiper .card {
	/* background: #f5f5f5!important; */
	padding: 0 !important;
	border-radius: 0 !important;
}
.hotWheelsSwiper .text.section {
	padding: 24px 0 60px;
	color: #fff;
}
.hotWheelsSwiper .card::after {
	display: none;
}
.hotWheelsSwiper .v-button {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* style 2 */
.global-style .hotWheelsSwiperWhite .image-ratio {
	height: 100%;
}
.hotWheelsSwiperWhite .card {
	background: #f5f5f5 !important;
	padding: 0 !important;
}
.hotWheelsSwiperWhite .text.section {
	padding: 24px 14px 40px;
}
.hotWheelsSwiperWhite .card::after {
	display: none;
}
.hotWheelsSwiperWhite .v-button {
	text-align: center;
	position: absolute;
	bottom: 24px;
	left: 14px;
	color: #000;
	border-color: #000;
}

.hotWheelsSwiper .newsCards-arrow-container .swiper-button-next,
.hotWheelsSwiper .newsCards-arrow-container .swiper-button-prev {
	border-color: #fff;
}
.hotWheelsSwiper .newsCards-arrow-container .swiper-button-prev:after,
.hotWheelsSwiper .newsCards-arrow-container .swiper-button-next:after {
	color: #fff;
}

.hotWheelsSwiperWhite .newsCards-arrow-container .swiper-button-next,
.hotWheelsSwiperWhite .newsCards-arrow-container .swiper-button-prev {
	border-color: #000;
}
.hotWheelsSwiperWhite .newsCards-arrow-container .swiper-button-prev:after,
.hotWheelsSwiperWhite .newsCards-arrow-container .swiper-button-next:after {
	color: #000;
}
/* Break Line */
.break-line {
	display: block;
}

@media screen and (max-width: 768px) {
	.break-line {
		display: inline;
	}

	.break-line::after {
		content: '';
	}
}

.hero-quote.global-style {
	width: 100%;
	min-height: 35vw;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hero-quote.global-style.hero-right {
	background-position: bottom right;
	justify-content: flex-end;
}
.hero-quote.global-style .tag-title__item {
	text-transform: uppercase;
	color: #808080;
	font-weight: 800;
	padding-bottom: 1rem;

	font-size: 0.875rem;
}
.hero-quote.global-style .text .text {
	padding: 0 8.333% 0 0;
	background: none;
	z-index: 1;
	max-width: 860px;
	margin-left: 40vw;
}
.hero-quote.global-style.hero-right .text .text {
	margin-left: 0;
	margin-right: 40vw;
	padding: 0 0 0 8.333%;
}
.hero-quote.global-style .text .text h2 {
	margin-bottom: 1.25rem;
	color: #474b51;
}
.hero-quote.global-style .text .text h5 {
	display: block;
	margin: 1rem 0 1rem 0;
	color: #474b51;
}
.hero-quote.global-style .text .text h5 span {
	text-transform: uppercase;
}
.hero-quote.global-style p {
	margin-left: 6rem;
}
@media screen and (max-width: 1023px) {
	.hero-quote.global-style p {
		margin-left: 15rem;
	}
}
@media screen and (max-width: 767px) {
	.hero-quote.global-style p {
		margin-left: 0rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	#hero.hero-left .text .text {
		margin: 80vw 0 0vw 0;
		padding: 1.5rem 8.6666% 0;
	}
	.hero-quote.global-style .text .text,
	.hero-quote.global-style.hero-right .text .text {
		margin: 0vw 0 80vw 0;
		padding: 1.5rem 8.6666% 0;
	}
	.hero-quote.global-style .text .text h1 {
		font-size: 1.575em;
		line-height: 1.75rem;
	}
	.hero-quote.global-style .text .text h2 {
		margin: 1rem 0;
		font-size: 1.5em;
		line-height: 2rem;
	}

	.hero-quote.global-style {
		background-position: bottom left;
		background-size: 100%;
	}
}
#hero-quote.button.secondary {
	margin-right: 0 !important;
}
/* underline fixed cn style  */
.global-style .callout-underline-zh * {
	letter-spacing: 0;
}
.global-style .callout-underline-zh .headline--4 {
	line-height: 1.5;
}
.global-style .callout-underline-zh .underline {
	display: block;
}
.global-style .callout-underline-zh .underline > span:nth-of-type(2) {
	line-height: 1;
	padding: 6px 0 8px;
	font-family: Arial, sans-serif;
	display: inline-block;
}
@media screen and (min-width: 39.9375em) {
	.global-style .callout-underline-zh .underline > span:nth-of-type(2) {
		font-size: 60px;
	}
}

/* Implementing old GM styles for now */
.global-style .m-a-0 {
	margin: 0 0;
}
.global-style .m-t-0 {
	margin-top: 0;
}
.global-style .m-r-0 {
	margin-right: 0;
}
.global-style .m-b-0 {
	margin-bottom: 0;
}
.global-style .m-l-0 {
	margin-left: 0;
}
.global-style .m-x-0 {
	margin-right: 0;
	margin-left: 0;
}
.global-style .m-y-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.global-style .m-a-1 {
	margin: 1rem 1rem;
}
.global-style .m-t-1 {
	margin-top: 1rem;
}
.global-style .m-r-1 {
	margin-right: 1rem;
}
.global-style .m-b-1 {
	margin-bottom: 1rem;
}
.global-style .m-l-1 {
	margin-left: 1rem;
}
.global-style .m-x-1 {
	margin-right: 1rem;
	margin-left: 1rem;
}
.global-style .m-y-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.global-style .m-a-2 {
	margin: 1.5rem 1.5rem;
}
.global-style .m-t-2 {
	margin-top: 1.5rem;
}
.global-style .m-r-2 {
	margin-right: 1.5rem;
}
/* .global-style .m-b-1-125 {margin-bottom: 1.125rem !important; } */
.global-style .m-b-2 {
	margin-bottom: 1.5rem;
}
.global-style .m-l-2 {
	margin-left: 1.5rem;
}
.global-style .m-x-2 {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
.global-style .m-y-2 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.global-style .m-a-3 {
	margin: 3rem 3rem;
}
.global-style .m-t-3 {
	margin-top: 3rem;
}
.global-style .m-r-3 {
	margin-right: 3rem;
}
.global-style .m-b-3 {
	margin-bottom: 3rem;
}
.global-style .m-l-3 {
	margin-left: 3rem;
}
.global-style .m-x-3 {
	margin-right: 3rem;
	margin-left: 3rem;
}
.global-style .m-y-3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.global-style .m-a-4 {
	margin: 4rem 4rem;
}
.global-style .m-t-4 {
	margin-top: 4rem;
}
.global-style .m-r-4 {
	margin-right: 4rem;
}
.global-style .m-b-4 {
	margin-bottom: 4rem;
}
.global-style .m-l-4 {
	margin-left: 4rem;
}
.global-style .m-x-4 {
	margin-right: 4rem;
	margin-left: 4rem;
}
.global-style .m-y-4 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.global-style .m-a-5 {
	margin: 5rem 5rem;
}
.global-style .m-t-5 {
	margin-top: 5rem;
}
.global-style .m-r-5 {
	margin-right: 5rem;
}
.global-style .m-b-5 {
	margin-bottom: 5rem;
}
.global-style .m-l-5 {
	margin-left: 5rem;
}
.global-style .m-x-5 {
	margin-right: 5rem;
	margin-left: 5rem;
}
.global-style .m-y-5 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.global-style .p-a-0 {
	padding: 0 0;
}
.global-style .p-t-0 {
	padding-top: 0;
}
.global-style .p-r-0 {
	padding-right: 0;
}
.global-style .p-b-0 {
	padding-bottom: 0;
}
.global-style .p-l-0 {
	padding-left: 0;
}
.global-style .p-x-0 {
	padding-right: 0;
	padding-left: 0;
}
.global-style .p-y-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.global-style .p-a-1 {
	padding: 1rem 1rem;
}
.global-style .p-t-1 {
	padding-top: 1rem;
}
.global-style .p-r-1 {
	padding-right: 1rem;
}
.global-style .p-b-1 {
	padding-bottom: 1rem;
}
.global-style .p-l-1 {
	padding-left: 1rem;
}
.global-style .p-x-1 {
	padding-right: 1rem;
	padding-left: 1rem;
}
.global-style .p-y-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.global-style .p-a-2 {
	padding: 1.5rem 1.5rem;
}
.global-style .p-t-2 {
	padding-top: 1.5rem;
}
.global-style .p-r-2 {
	padding-right: 1.5rem;
}
.global-style .p-b-2 {
	padding-bottom: 1.5rem;
}
.global-style .p-l-2 {
	padding-left: 1.5rem;
}
.global-style .p-x-2 {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.global-style .p-y-2 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.global-style .p-a-3 {
	padding: 3rem 3rem;
}
.global-style .p-t-3 {
	padding-top: 3rem;
}
.global-style .p-r-3 {
	padding-right: 3rem;
}
.global-style .p-b-3 {
	padding-bottom: 3rem;
}
.global-style .p-l-3 {
	padding-left: 3rem;
}
.global-style .p-x-3 {
	padding-right: 3rem;
	padding-left: 3rem;
}
.global-style .p-y-3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.global-style .p-a-4 {
	padding: 4rem 4rem;
}
.global-style .p-t-4 {
	padding-top: 4rem;
}
.global-style .p-r-4 {
	padding-right: 4rem;
}
.global-style .p-b-4 {
	padding-bottom: 4rem;
}
.global-style .p-l-4 {
	padding-left: 4rem;
}
.global-style .p-x-4 {
	padding-right: 4rem;
	padding-left: 4rem;
}
.global-style .p-y-4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.global-style .p-a-5 {
	padding: 5rem 5rem;
}
.global-style .p-t-5 {
	padding-top: 5rem;
}
.global-style .p-r-5 {
	padding-right: 5rem;
}
.global-style .p-b-5 {
	padding-bottom: 5rem;
}
.global-style .p-l-5 {
	padding-left: 5rem;
}
.global-style .p-x-5 {
	padding-right: 5rem;
	padding-left: 5rem;
}
.global-style .p-y-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media screen and (max-width: 39.9375em) {
	.global-style .small-m-a-0 {
		margin: 0 0;
	}
	.global-style .small-m-t-0 {
		margin-top: 0;
	}
	.global-style .small-m-r-0 {
		margin-right: 0;
	}
	.global-style .small-m-b-0 {
		margin-bottom: 0;
	}
	.global-style .small-m-l-0 {
		margin-left: 0;
	}
	.global-style .small-m-x-0 {
		margin-right: 0;
		margin-left: 0;
	}
	.global-style .small-m-y-0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.global-style .small-m-a-1 {
		margin: 1rem 1rem;
	}
	.global-style .small-m-t-1 {
		margin-top: 1rem;
	}
	.global-style .small-m-r-1 {
		margin-right: 1rem;
	}
	.global-style .small-m-b-1 {
		margin-bottom: 1rem;
	}
	.global-style .small-m-l-1 {
		margin-left: 1rem;
	}
	.global-style .small-m-x-1 {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.global-style .small-m-y-1 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.global-style .small-m-a-2 {
		margin: 1.5rem 1.5rem;
	}
	.global-style .small-m-t-2 {
		margin-top: 1.5rem;
	}
	.global-style .small-m-r-2 {
		margin-right: 1.5rem;
	}
	.global-style .small-m-b-2 {
		margin-bottom: 1.5rem;
	}
	.global-style .small-m-l-2 {
		margin-left: 1.5rem;
	}
	.global-style .small-m-x-2 {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	.global-style .small-m-y-2 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.global-style .small-m-a-3 {
		margin: 3rem 3rem;
	}
	.global-style .small-m-t-3 {
		margin-top: 3rem;
	}
	.global-style .small-m-r-3 {
		margin-right: 3rem;
	}
	.global-style .small-m-b-3 {
		margin-bottom: 3rem;
	}
	.global-style .small-m-l-3 {
		margin-left: 3rem;
	}
	.global-style .small-m-x-3 {
		margin-right: 3rem;
		margin-left: 3rem;
	}
	.global-style .small-m-y-3 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.global-style .small-p-a-0 {
		padding: 0 0;
	}
	.global-style .small-p-t-0 {
		padding-top: 0;
	}
	.global-style .small-p-r-0 {
		padding-right: 0;
	}
	.global-style .small-p-b-0 {
		padding-bottom: 0;
	}
	.global-style .small-p-l-0 {
		padding-left: 0;
	}
	.global-style .small-p-x-0 {
		padding-right: 0;
		padding-left: 0;
	}
	.global-style .small-p-y-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.global-style .small-p-a-1 {
		padding: 1rem 1rem;
	}
	.global-style .small-p-t-1 {
		padding-top: 1rem;
	}
	.global-style .small-p-r-1 {
		padding-right: 1rem;
	}
	.global-style .small-p-b-1 {
		padding-bottom: 1rem;
	}
	.global-style .small-p-l-1 {
		padding-left: 1rem;
	}
	.global-style .small-p-x-1 {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.global-style .small-p-y-1 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.global-style .small-p-a-2 {
		padding: 1.5rem 1.5rem;
	}
	.global-style .small-p-t-2 {
		padding-top: 1.5rem;
	}
	.global-style .small-p-r-2 {
		padding-right: 1.5rem;
	}
	.global-style .small-p-b-2 {
		padding-bottom: 1.5rem;
	}
	.global-style .small-p-l-2 {
		padding-left: 1.5rem;
	}
	.global-style .small-p-x-2 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.global-style .small-p-y-2 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.global-style .small-p-a-3 {
		padding: 3rem 3rem;
	}
	.global-style .small-p-t-3 {
		padding-top: 3rem;
	}
	.global-style .small-p-r-3 {
		padding-right: 3rem;
	}
	.global-style .small-p-b-3 {
		padding-bottom: 3rem;
	}
	.global-style .small-p-l-3 {
		padding-left: 3rem;
	}
	.global-style .small-p-x-3 {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	.global-style .small-p-y-3 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

/*  Leadership page fixed old style */
.global-style .bios-list .channelbox-title {
	padding-bottom: 0;
	border-bottom: none;
}
.global-style .collapse-box.is-open .channelbox-title::before {
	display: none;
}
.global-style .collapse-box.is-open {
	border-bottom: none;
}
.global-style .collapse-box .p-t-3.bios-wrap {
	padding-top: 0;
}
.global-style .bio-item .image {
	border-left: none;
}
.global-style .bio-item .text p {
	font-size: 1rem;
	line-height: 1.5;
}

#hero-section p {
	line-height: 1.5;
}

.text-swiper .newsCards-arrow-container .swiper-button-prev:after,
.text-swiper .newsCards-arrow-container .swiper-button-next:after {
	color: #000;
}

.text-swiper .newsCards-arrow-container .swiper-button-next,
.text-swiper .newsCards-arrow-container .swiper-button-prev {
	border-color: #000;
}

.global-style .timelineSwiper {
	padding-bottom: 0;
}
.global-style.overflow-hidden {
	overflow: hidden;
}

.timelineSwiper--v2 .swiper-wrapper:after {
	line-height: 1;
	bottom: -42px;
}

.global-style .newsCardsSwiper.text-swiper {
	margin-bottom: 0;
}

/* leadership details page */
.newsobject {
	margin: 160px auto 60px;
}

/* search page style */
.solrsearch .light-gray,
.solrsearch .light-blue {
	background-color: #0956ff;
	color: #fff;
	padding: 60px 0;
}
.solrsearch .search-column .row.collapse.search-row {
    width: 100%;
    position: relative;
    padding: 0;
    border-bottom: 0 !important;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solrsearch .search-column input#search-keyword {
    font-size: 1.25rem;
    border: none;
    border-radius: 3px;
    padding: 1.5rem 1.5rem 1.25rem;
    margin: 0 1rem 0 0;
}
.solrsearch .search-column #search-button {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    background: none;
    border: 0;
    font-size: 1.75rem !important;
    display: flex;
    align-items: center;
	margin-left: 1rem!important;
}
.solrsearch .fa-search {
	font-family: "Font Awesome 6 Sharp";
}
@media screen and (min-width: 768px) {
    .solrsearch .search-column .row.collapse.search-row {
        width: 60%;
        margin: 1vw auto 2vw auto !important;
    }
}

.fas {
	font-family: "Font Awesome 6 Sharp";
}
.back-button .fa-step-backward {
	font-weight: 900;
}