/*<meta conditions="default.External,default.French" />*/

body
{
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p
{
	margin: 0px;
}

header
{
	display: flex;
	width: 100%;
	background: #1A4C63;
}

header .logo
{
	background: url('../images/siteui/overdrivelogo_white.svg') no-repeat;
	width: 191px;
	margin: 25px;
	height: 29px;
}

header .lang
{
	margin-top: 25px;
	margin-right: 10px;
}

header .lang select
{
	color: #FFF;
}

header ._Skins_language_dropdown.mc-component .button.select-language-button .button-text
{
	color: #fff;
}

.header-wrapper
{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.button-group-container-left
{
	float: unset;
	margin: 0;
}

.toolbar-button-drop-down ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
	line-height: 1.6;
}

.nav
{
	border-bottom: none;
	padding: 8px 0;
	max-width: 88em;
	width: 88em;
	margin: 0 auto;
}

.section-wrapper
{
	margin: 0 auto;
	max-width: 88em;
}

.how-can
{
	background: transparent linear-gradient(180deg, var(--od-00334A) 0%, #006693 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #00334A 0%, #006693 100%) 0% 0% no-repeat padding-box;
	padding-bottom: 50px;
}

.how-can .first-row
{
	text-align: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
}

.how-can .libby-wrap
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.how-can .libby-wrap img
{
	max-width: 85px !important;
	margin-right: 20px;
}

.how-can .libby-wrap svg
{
	max-width: 120px;
	margin-right: 20px;
	width: 100%;
	height: 100%;
}

.how-can .box img
{
	max-height: 80px;
}

.how-can .sora-box-logo
{
	margin-left: -55px;
	max-height: 85px;
}

.how-can h1
{
	font-size: 54px;
	color: #FFF;
	font-family: 'FreightTextProMedium-Regular';
	padding: 30px 0px 20px;
}

.how-can .first-row p
{
	font-size: 34px;
	padding: 0px 40px 40px 40px;
}

.how-can .second-row
{
	display: flex;
	flex-wrap: wrap;
}

.how-can .second-row .box
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: nowrap;
	background: #FFF;
	border-radius: 22px;
	margin: 1em;
	padding: 1.8em 1em;
	width: 20%;
	height: auto;
	flex-grow: 1;
	text-align: center;
	box-shadow: 5px 8px 25px #00000080;
}

.how-can .second-row p
{
	text-align: left;
	max-width: 248px;
	margin: 15px auto;
	line-height: 1.4;
}

.how-can .second-row a
{
	background: #116DBC;
	border-radius: 6px;
	padding: 15px 30px;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: "Brown-Bold";
	align-self: center;
	width: 60%;
}

.how-can .second-row a:focus-visible
{
	outline: #0A2240 solid 3px;
	outline-offset: 3px;
}

.curve
{
	position: relative;
	display: block;
	height: 140px;
	overflow: hidden;
}

.curve::after
{
	border-radius: 50%;
	box-shadow: inset 0px -8px 6px #00000029;
	height: 100px;
	bottom: 0;
	transform: translate(-5%,-100%);
	-ms-transform: translate(-5%,-100%);
	-webkit-transform: translate(-5%,-100%);
	content: "";
	position: absolute;
	width: 110%;
	z-index: -1;
	background: #006491;
}

.getting-started
{
	background: #FFF;
	margin-top: -98px;
	padding-bottom: 80px;
}

.getting-started .first-row
{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.getting-started h2
{
	font-size: 36px;
	color: #006693;
	padding: 35px 0px 20px;
}

.getting-started .first-row p
{
	padding-bottom: 20px;
	font-size: 18px;
}

.getting-started .second-row
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.getting-started .second-row .box
{
	background: #F3F3F4;
	border-radius: 16px;
	padding: 35px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	box-shadow: 0 4px 10px -4px;
	margin: 20px 30px;
	max-width: 500px;
}

.getting-started .second-row .box:hover,
.how-can .second-row .box:hover
{
	transition: transform 200ms ease-in-out;
	transform: translateY(-4px);
}

.libby-logo,
.how-can .libby-wrap svg
{
	fill: #22A59C;
}

.getting-started .second-row .box-column
{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	justify-content: space-between;
}

.getting-started .second-row #Layer_1
{
	width: 134px;
}

.getting-started .second-row .box-column div
{
	font-size: 18px;
	text-transform: uppercase;
	color: #6E6E6E;
	font-weight: bold;
	letter-spacing: 2px;
}

.getting-started .second-row .box-column:last-child
{
	align-items: end;
}

.getting-started .second-row .box-column div:first-child
{
	text-transform: uppercase;
	color: #757577;
	font-size: 18px;
	font-weight: 600;
}

.getting-started .second-row .box-column p
{
	line-height: 1.4;
}

.getting-started .second-row .box-logo-mobile
{
	display: none;
}

.getting-started .second-row .box-learn-more
{
	color: #116DBC;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}

.getting-started .second-row .box-arrow
{
	position: relative;
	top: 4px;
}

.faq
{
	background: #EDF4F7;
	padding-bottom: 60px;
}

.faq h2
{
	font-size: 36px;
	color: #006693;
	padding: 35px 0px 40px;
	text-align: center;
}

.faq .MCDropDown
{
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0px 60px;
}

.faq .MCDropDown span
{
	background: #FFFFFF;
	box-shadow: 0px 20px 20px #1F27780F;
	border: 2px solid #F2F3F8;
	border-radius: 16px;
	padding: 15px;
	border: none;
}

.faq .MCDropDown span:hover
{
	background: #CDE0EE;
}

.faq .MCDropDown .MCDropDownBody
{
	margin: 0;
	background: #FFF;
	border-radius: 0 0 16px 16px;
	padding: 20px;
	position: relative;
	top: -13px;
	padding-left: 35px;
}

.faq .MCDropDownHotSpot_.MCHotSpotImage
{
	padding: 10px 20px;
	width: 95%;
	background-position-x: right;
	color: #000;
	font-family: "Brown-Bold", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px !important;
}

.faq .MCDropDown .MCDropDownBody ul li
{
	list-style: disc;
}

.faq .MCDropDown .MCDropDownBody p:first-child
{
	margin-bottom: 20px;
}

.custom-shape-divider-top-1639600403
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-top-1639600403 svg
{
	position: relative;
	display: block;
	width: calc(155% + 1.3px);
	height: 127px;
}

.custom-shape-divider-top-1639600403 .shape-fill
{
	fill: #FFF;
}

.height-container-no-footer
{
	padding-bottom: 0px;
}

footer
{
	background: #006595;
	color: #FFF !important;
}

.footer-wrap
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 88em;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding: 4em 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-wrap h2
{
	color: #FFF;
	font-family: "Brown-Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-left: 2em;
}

.footer-wrap ul
{
	color: #fff;
	margin: 2em;
	padding: 0;
}

.footer-wrap ul li
{
	text-align: left;
	list-style-type: none;
	margin-bottom: .5rem;
}

.footer-wrap ul li a
{
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 100ms all ease-in-out;
	transition: 100ms all ease-in-out;
}

.footer-wrap ul li a:hover,
.bottom-bar-wrapper a:hover
{
	text-decoration: underline;
}

.footer-wrap .section-head
{
	display: inline-block;
	/*margin-bottom: 1.5rem;*/
	font-weight: 700;
	letter-spacing: .7px;
	/*opacity: .7;*/
}

.logos
{
	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: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/*-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;*/
}

.logos .od-logo
{
	max-width: 165px;
	height: 24px;
}

.logos .b-corp
{
	max-width: 62px;
	height: 100px;
}

.logos .logos
{
	fill: #fff;
}

.footer-cols
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	/*-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;*/
	padding-top: 2em;
}

.footer-bottom-bar
{
	background: #062340;
}

.bottom-bar-wrapper
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	max-width: 88em;
	margin: 0 auto;
	padding: 25px 0px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	font-size: 16px;
}

.bottom-bar-wrapper a
{
	color: #FFF;
	text-decoration: none;
}

.bottom-bar-wrapper .settings a
{
	border-right: 1px solid #FFF;
	/*padding: 0px 8px;*/
	font-size: 16px;
}

.bottom-bar-wrapper .settings a:last-child
{
	border-right: none;
}

.bottom-bar-wrapper .social-icons
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottom-bar-wrapper .social-icons a
{
	padding: 0;
}

.bottom-bar-wrapper .social-icons a img
{
	display: block;
}

.bottom-bar-wrapper ul.social-icons,
.bottom-bar-wrapper ul.settings
{
	list-style-type: none;
	margin: 0;
	display: flex;
	gap: 8px;
	padding: 0;
}

.bottom-bar-wrapper ul.settings
{
	height: fit-content;
}

.bottom-bar-wrapper ul.settings li:not(:last-child)
{
	border-right: 1px solid white;
	padding-right: 8px;
}

/* 1296px and down */

@media only screen and (max-width: 1296px)
{
	.how-can .second-row
	{
		margin: 0 10em;
	}

	.how-can .second-row .box
	{
		width: 30%;
	}
}

/* 992px and down */

@media only screen and (max-width: 992px)
{
	.how-can .first-row p
	{
		font-size: 30px;
	}

	.how-can .second-row
	{
		margin: 0 4em;
	}

	.getting-started .second-row .box
	{
		flex-flow: column;
		margin: 20px 30px;
	}

	.getting-started .second-row .box-column,
	.getting-started .second-row .box-column:last-child
	{
		align-items: center;
		justify-content: space-around;
	}

	.getting-started .second-row .box-logo
	{
		display: none;
	}

	.getting-started .second-row .box-logo-mobile
	{
		display: block;
	}

	.getting-started .second-row .box-column div,
	.getting-started .second-row .libby-logo,
	.getting-started .second-row .sora-logo
	{
		padding: 15px 0px;
	}

	.faq .MCDropDownHotSpot_.MCHotSpotImage
	{
		width: 92%;
	}

	.faq .MCDropDown
	{
		padding: 0px 30px;
	}

	.footer-wrap
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2em;
	}

	.footer-wrap .logos
	{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-wrap .footer-cols
	{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.bottom-bar-wrapper
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		gap: 40px;
	}

	.bottom-bar-wrapper ul.settings,
	.bottom-bar-wrapper ul.social-icons
	{
		padding: 0;
	}

	.bottom-bar-wrapper ul.social-icons
	{
		gap: 16px;
	}
}

/* 768px and down */

@media only screen and (max-width: 768px)
{
	.how-can .second-row
	{
		margin: 0 2em;
	}

	.how-can .first-row h2
	{
		font-size: 38px;
	}

	.how-can .first-row p
	{
		font-size: 24px;
	}

	.how-can .second-row img
	{
		width: 100%;
		max-width: 200px;
	}

	.how-can .second-row a
	{
		width: 80%;
		padding: 15px 20px;
	}

	.how-can .sora-box-logo
	{
		margin-left: 0px;
	}

	.getting-started
	{
		padding-bottom: 0;
	}

	.getting-started .second-row .box-column div
	{
		font-size: 16px;
	}

	.getting-started .second-row .box-column p
	{
		text-align: center;
	}

	.getting-started .second-row .box-learn-more
	{
		font-size: 18px;
	}

	.faq .MCDropDown
	{
		padding: 0px 20px;
	}

	.lang
	{
		display: block;
	}
}

/* 600px and down */

@media only screen and (max-width: 600px)
{
	.getting-started .second-row
	{
		flex-wrap: wrap;
		max-width: 400px;
		margin: 0 auto;
	}

	.how-can .second-row
	{
		/*flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		margin: 0;*/
		justify-content: space-evenly;
		margin: 0 .5rem;
	}

	.how-can .second-row .box
	{
		flex: 0 0 215px;
		max-width: 215px;
		box-shadow: 5px 0px 25px #00000080;
	}

	/*.how-can .second-row .box:first-child
	{
		margin-left: 2em;
	}*/

	.second-row::-webkit-scrollbar
	{
		width: 0;
		background: transparent;
	}

	.faq .MCDropDownHotSpot_.MCHotSpotImage
	{
		width: 85%;
	}

	.bottom-bar-wrapper,
	.bottom-bar-wrapper .settings a
	{
		font-size: 16px;
	}

	.footer-wrap
	{
		padding-top: 1em;
	}

	.footer-cols
	{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: start;
		flex-flow: column;
	}

	.footer-cols .col
	{
		width: 100%;
		border-top: 2px solid #80B2CA;
	}

	.footer-cols .col:last-child
	{
		border-bottom: 2px solid #80B2CA;
	}

	.footer-wrap .col ul
	{
		margin: 0.1em 2em;
	}

	.footer-cols .col ul.mobile-hide
	{
		display: none;
	}

	.footer-wrap .col ul li
	{
		margin-bottom: 0px;
		padding-left: 25px;
		line-height: 2.3;
	}

	.footer-wrap .col .section-head
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-block: 10px;
		color: #FFF;
		font-size: 20px;
		opacity: 1;
		padding-left: 0px;
		cursor: pointer;
		margin: 0 1.5em;
	}

	.footer-wrap .col h2.section-head::after
	{
		content: '';
		border: 2px solid #FFF;
		border-left: 0;
		border-top: 0;
		display: inline-block;
		width: 11px;
		height: 11px;
		-webkit-transform: translate3d(0, 0px, 0) rotate(45deg);
		transform: translate3d(0, 0px, 0) rotate(45deg);
		margin: 0 1px 0 8px;
		/* position: relative; */
		top: 15px;
		/* float: right; */
		transition: all 0.4s ease;
	}

	.footer-wrap .col h2.toggled::after
	{
		transform: rotateZ(-135deg);
		transition: all 0.4s ease;
	}
}

@media (min-width: 340px) and (max-width: 385px)
{
	header .logo
	{
		width: 150px;
	}
}

@media only screen and (max-width: 339px)
{
	header .logo
	{
		width: 120px;
	}
}

@media only screen and (min-width: 601px)
{
	.footer-wrap .col ul li
	{
		display: block;
	}
}

