.d-none {
	display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .d-md-none {
        display: none !important;
    }
}

.text-center {
    text-align: center !important;
}

.hidden-anchor:target {
	top: -86px;
	display: block;
	position: relative;
	visibility: hidden;
}

@media screen and (min-width: 992px) {
	.hidden-anchor:target {
		top: -126px;
	}
}

a[href*='mailto:'] {
	text-decoration: underline;
}

ul {
    list-style: inside;
}

.content-page__banner video {
	height: 250px;
}

@media screen and (min-width: 992px) {
	.content-page__banner video {
		height: 300px;
	}
}

.home-carousel ul {
	list-style-position: inside;
}

@media screen and (max-width: 576px) {
	.home-carousel ul {
		list-style-type: none;
	}

	.home-carousel ul li {
		padding-bottom: 0.5rem;
	}
}

#content_container_9553 h1 {
	font-size: 1.625rem;
}

@media (min-width: 992px) {
	#content_container_9553 h1 {
		font-size: 2rem;
	}
}

/*#content_container_9563 h2,
#content_container_9561 h2 {
    font-size: 1rem;
}

@media (min-width: 992px) {

    #content_container_9563 h2,
    #content_container_9561 h2 {
        font-size: 1.5rem;
    }
}*/

.info-modal.showing {
	width: 100%;
}

.homeBanner {
	width: 100%;
	display: inline;
}

.info-notice.offline-notice.hide-offline {
	display: none;
}

#maintenance-notice {
	background-color: #edff00;
	font-weight: bold;
}

.homepage-toolbox-video {
	width: 50%;
	float: left;
	margin-top: -20px;
	height: 350px;
}

.homepage-covid-banner {
	width: 50%;
	padding: 5%;
	float: right;
	margin-top: -20px;
	height: 350px;
	background-image: url('./?a=2752');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.homepage-covid-banner {
		width: 100% !important;
		height: 225px !important;
	}
}

.homepage-covid-content h2 {
	color: white;
	font-family: 'theserifc5', 'serif';
	margin-top: 10px;
}

.homepage-covid-content ul li {
	color: white;
}

.homepage-covid-content ul li a {
	color: white;
	font-family: 'theserifc5', 'serif';
	font-size: 20px;
}

#homepage-feedback-banner {
	text-align: center;
	height: 300px;
	background-color: #00a0e4;
	width: 50%;
	padding: 3px;
	margin-top: -20px;
	float: right;
}

#homepage-feedback-banner h2 {
	color: white;
	font-family: 'theserifc5', 'serif';
	margin-top: 80px;
}

#homepage-feedback-banner h3 {
	color: white;
}

#product-handling-banner {
	text-align: center;
	height: 300px;
	background-color: #1c1d22;
	width: 50%;
	padding: 3px;
	margin-top: -20px;
	float: right;
	letter-spacing: 1px;
}

#product-handling-banner h2 {
	color: white;
	font-family: 'theserifc5', 'serif';
}

#product-handling-banner img {
	height: 100px;
	width: auto;
}

#onesignal-bell-container.onesignal-reset {
	z-index: 5;
}

.glide__slide {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.glide__bullets {
	padding: 25px;
}

.resp-sharing-button__link:hover {
	cursor: pointer;
}

@media screen and (max-width: 575px) {
    .new-submit-content-form-icon {
        margin: 0 auto;
        max-width: 50% !important;
        margin-bottom: 10px !important;
    }
}

/*Add word break to categories*/
.categories-list__item p {
	word-break: break-word;
	word-wrap: break-word;
}

/*Remove max height on hamburger sub lists*/
.nav__item.active .nav__sublist {
	max-height: initial;
}

/*Increase height of burger menu*/
/*.nav__item.active .nav__sublist {
    max-height: 67.25rem;
}*/

.nav__item.has_children > a {
	padding-right: 20px;
}

.text-white {
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-black {
    color: #1c1d22 !important;
}

.bg-black {
    background-color: #1c1d22 !important;
}

.text-red {
    color: #c40d42 !important;
}

.bg-red {
    background-color: #c40d42 !important;
}

.text-orange {
    color: #f37021 !important;
}

.bg-orange {
    background-color: #f37021 !important;
}


.text-green {
    color: #92c848 !important;
}

.bg-green {
    background-color: #92c848 !important;
}

.form-messages {
    width: auto;
}

.form-messages p {
    margin: 0rem;
    padding: 0.5rem;
}

.form-messages p a {
    text-decoration: underline;
    color: #1c1d22;
}

.mailchimp a {
	/* color: #edff00;*/
	color: white;
	text-decoration: underline;
}

.mailchimp hr {
	max-width: 800px;
	margin: 2rem 0;
	text-align: left;
}

.mailchimp.mailchimp--dashboard {
	background: #f8f8f8;
	padding: 2rem 0;
}

.mailchimp.mailchimp--dashboard h2,
.mailchimp.mailchimp--dashboard p {
	color: #000;
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
	max-width: 800px;
}

.mailchimp.mailchimp--dashboard form {
	margin: 1rem 0;
}

.mailchimp.mailchimp--dashboard form input {
	padding: 0.5rem;
	background: #fff;
}

.mailchimp.mailchimp--dashboard a {
	color: #000;
}

.mailchimp.mailchimp--dashboard p:empty {
	display: none;
}

@media (min-width: 767px) {
	.plain-banner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.modal__inner--collections {
	z-index: 7 !important;
}

@media (max-width: 767px) {
	.modal__inner {
		top: 65% !important;
	}
}

/* About page */
@media only screen and (max-width: 1200px) {
	.about-toolbox-text {
		width: 100% !important;
	}

	.about-toolbox-video {
		width: 100% !important;
		padding-left: 0px !important;
	}

	#toolboxVideo {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	#toolboxVideo {
		height: auto;
		width: 100%;
	}

	#product-handling-banner {
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
}

/* Homepage video and feedback banner*/
@media only screen and (max-width: 1024px) {
	.homepage-toolbox-video {
		width: 50% !important;
	}

	html:lang(fr) .homepage-toolbox-video,
	html:lang(ru) .homepage-toolbox-video,
	html:lang(es) .homepage-toolbox-video,
	html:lang(zh) .homepage-toolbox-video,
	html:lang(de) .homepage-toolbox-video,
	html:lang(ms) .homepage-toolbox-video {
		width: 100% !important;
	}

	#homepage-feedback-banner {
		width: 50% !important;
	}

	#product-handling-banner h2 {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.homepage-toolbox-video {
		width: 100% !important;
		height: 225px !important;
	}

	#homepage-feedback-banner {
		width: 100% !important;
		height: 250px !important;
	}

	#feedback {
		margin-top: 50px !important;
	}

	.homebanner {
		display: grid;
	}
}

/*product handling banner */
@media only screen and (max-width: 420px) {
	#product-handling-banner {
		font-size: 14px !important;
	}

	#product-handling-icon {
		height: 25% !important;
	}
}

@media only screen and (max-width: 992px) and (min-width: 421px) {
	#product-handling-icon {
		height: 75px !important;
	}
}

@media only screen and (max-width: 767px) {
	#product-handling-banner {
		width: 100% !important;
		height: auto;
		padding-top: 20px !important;
	}
}

@media (min-width: 992px) {
	html:lang(ms) .lang-switcher .current-context {
		padding: 0 0.3125rem;
	}

	html:lang(ms) .lang-switcher .current-context:after {
		top: 10px;
		right: 7px;
		width: 10px;
		height: 10px;
	}

	.header__search {
		padding: 0 1.56rem;
	}

	.header__search input {
		width: 17.5rem;
	}

	.header__logotype {
		padding: 0 1.4375rem;
	}
}

@media (min-width: 1130px) {
	.header__search input {
		width: 25rem;
	}
}

/*FOOTER*/

.footer {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 1.875rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column; /*Only while survey banner is available*/
	-ms-flex-direction: column;
}

.footer__logotype {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__logotype a {
	width: auto;
	padding-right: 5px;
}

.footer__logotype a:first-child {
	width: 100%;
}

.footer__logotype a img {
	margin: 5px 0 !important;
}

.footer__logotype a:first-child img {
	padding: 0 !important;
	margin: 24px 0 !important;
}

@media only screen and (max-width: 768px) {
	.footer__logotype {
		width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer__logotype a img {
		width: auto;
		height: 100%;
		margin: 24px 0 !important;
	}

	/*Only while "Survey banner" is available:*/
	.footer__banner {
		margin: 0;
	}

	.banner-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer__nav {
	width: 100%;
}

.footer__nav ul {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.footer__nav ul li {
		margin: 0 auto;
	}

	#recommendation {
		margin-bottom: 1.5rem;
	}
}

/*While "Survey banner" in Footer. Check also comments in .footer*/

.banner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (min-width: 1900px) {
	.banner-wrap {
		gap: 150px;
	}
}
@media only screen and (min-width: 2560px) {
	.banner-wrap {
		gap: 500px;
	}
}

.footer__banner {
	margin: 1em;
}

@media only screen and (max-width: 844px) {
	.footer__banner {
		margin: 0;
	}
}

.footer__banner img {
	max-width: 100%;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

.footer__nav ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

/*End survey banner in Footer*/

.categories-list__item {
	min-height: 100%;
	height: auto;
}

.categories-list__item svg {
	width: 200px !important;
	height: 200px;
}

@media only screen and (max-width: 991px) {
	.categories-list__item svg {
		width: 130px !important;
		height: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.categories-list__item svg {
		width: 103px !important;
		height: 103px;
	}
}

@media only screen and (max-width: 424px) {
	.categories-list__item svg {
		width: 150px !important;
		height: 150px;
	}
}

@media only screen and (max-width: 319px) {
	.categories-list__item svg {
		width: 66px !important;
		height: 66px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer__nav ul li {
		padding: 0 1.25rem;
	}
}

.article__content a,
.content-page__description a {
	text-decoration: underline;
	color: #00a0e4;
}

.content-page__additionaldescription li {
	margin-left: 15px;
}

video::cue {
	line-height: 1.4 !important;
}

.pwa-offline .nav__item-link--online {
	pointer-events: none;
}

html:lang(de) .search-banner__select,
html:lang(pt) .search-banner__select,
html:lang(ms) .search-banner__select {
	font-size: 1rem;
	padding-left: 40px;
}

html:lang(de) .search-banner__fieldset .icon,
html:lang(pt) .search-banner__fieldset .icon,
html:lang(ms) .search-banner__fieldset .icon {
	width: 2.3rem;
	height: 2.3rem;
}

html:lang(de) .search-banner__fieldset::after,
html:lang(pt) .search-banner__fieldset::after,
html:lang(ms) .search-banner__fieldset::after {
	top: 0.8rem;
	right: 0.8rem;
}

@media only screen and (max-width: 991px) {
	html:lang(de) .search-banner__fieldset,
	html:lang(ms) .search-banner__fieldset {
		-ms-flex-preferred-size: calc(75% - 70px);
		flex-basis: calc(75% - 70px);
		max-width: calc(75% - 70px);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	html:lang(de) .search-banner__btn,
	html:lang(ms) .search-banner__btn {
		-ms-flex-preferred-size: calc(75% - 70px);
		flex-basis: calc(75% - 70px);
		max-width: calc(75% - 70px);
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	html:lang(de) .search-banner__fieldset,
	html:lang(ms) .search-banner__fieldset {
		max-width: initial;
	}

	html:lang(de) .search-banner__select,
	html:lang(pt) .search-banner__select,
	html:lang(ms) .search-banner__select {
		padding-left: 0;
	}
}

.header .lang-switcher .country-code {
	display: none;
}

.header .lang-switcher .full-name {
	display: none;
}

@media only screen and (min-width: 375px) {
	.header .lang-switcher .country-code {
		display: inline;
	}
}

@media only screen and (min-width: 992px) {
	.header .lang-switcher .country-code {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.header .lang-switcher .full-name {
		display: inline;
	}
}

.content-page__info {
	margin-bottom: 0.9375rem;
}

.content-page__stats {
	margin-bottom: 0;
}

.content-page__buttons {
	padding-bottom: 0;
}

.content-page__buttons > button,
.content-page__buttons .article__icons-share-wrapper {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.content-page__stats {
		-ms-flex-preferred-size: 45rem;
		flex-basis: 45rem;
		max-width: 55%;
	}

	.content-page__buttons {
		-ms-flex-preferred-size: 30rem;
		flex-basis: 30rem;
		max-width: 40%;
	}
}

.content-page__buttons .article__icons-print img {
	max-width: 1.25rem;
}

@media print {
	.noPrint {
		display: none;
	}
}

.best-bets {
	margin-bottom: 0rem;
}

.best-bets a {
	background-color: transparent;
}

#recommendation,
.recommendation__body-wrapper,
.recommendation__body,
.recommendation__label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.recommendation__label-wrapper,
.recommendation__body {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#recommendation {
	background-color: #1c1d22 !important;
	opacity: 0.85;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommendation__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.5rem 0.5rem 0.5rem 0;
}

.recommendation__label-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.recommendation__label {
	background-color: #00a0e4;
	color: white;
	padding: 0.2rem;
	margin: 0.5rem;
}

.recommendation__image {
	padding: 1rem 0 0.5rem 1rem;
	min-width: 4rem;
}

.recommendation__heading {
	color: #edff00;
}

.recommendation__text {
	color: white;
}

@media screen and (max-width: 417px) {
	.recommendation__image {
		display: none;
	}
	.recommendation__body {
		padding: 0.8rem 0.8rem 0;
	}
}

@media screen and (min-width: 1201px) {
	.recommendation__body {
		max-width: 50vw;
	}
}

@media screen and (max-width: 1200px) {
	#recommendation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*Privacy and Terms and conditions pages*/
.privacy a {
	text-decoration: underline;
}
.privacy .uppercase {
	text-transform: uppercase;
}

.privacy ul,
ol {
	padding-left: 40px;
}

@media only screen and (min-width: 1280px) {
	.privacy ul.keywords {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.privacy table {
	border: 1px solid gray;
	border-collapse: collapse;
}

.privacy table td,
th {
	padding: 10px;
	vertical-align: top;
	border: 1px solid gray;
	width: 50%;
}

.privacy table td.right-wrong {
	line-height: 0;
}

.privacy table td img {
	display: block;
	margin: 0 auto;
}

/* iFrame PDF viewer for PDF content template*/

@media only screen and (max-width: 480px) {
	iframe.mobile-viewer {
		height: 450px;
	}
	iframe.viewer {
		display: none;
	}
}

@media only screen and (min-width: 481px) {
	iframe.viewer {
		height: 1000px;
	}
	iframe.mobile-viewer {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	iframe.viewer {
		height: 1300px;
	}
}

@media only screen and (min-width: 1025px) {
	iframe.viewer {
		height: 1700px;
	}
}

.content-page__like svg,
.content-page__dislike svg {
	margin: 0 0.5rem;
}

@media only screen and (max-width: 991px) {
	.content-page__like span:nth-child(1),
	.content-page__dislike span:nth-child(1) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		font-weight: 700;
	}

	.content-page__like span:nth-child(2),
	.content-page__dislike span:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.content-page__like span:nth-child(3),
	.content-page__dislike span:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

/*Submit content form*/
.accept-submit {
	margin-bottom: 20px;
}
.accept-submit ul li {
	list-style-type: none;
	text-align: justify;
}

#form_email_622 ul {
    list-style: none;
    padding: 0;
    column-count: 2;
}

#form_email_622 .agree-submit-terms ul {
    column-count: 1;
    text-align: justify;
}

#form_email_622 .sq-form-question-title {
    font-weight: bold;
    font-size: 16px;
}

#form_email_622 .form-question-categories {
    padding-top: 20px;
}

#form_email_622 .agree-submit-terms {
    padding-top: 20px;
}

#form_email_622 .additional-header {
    font-size: 16px;
}

#form_email_622 .form-captcha {
    padding-top: 10px;
}

#form_email_622 .form__buttons__flex-1 {
    background-color: #F8F8F8;
    padding: 10px;
    border: white;
    border-style: solid;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    margin-top: -15px;
}

#form_email_622 .btn-text {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    line-height: normal;
    padding-left: 5px;
}

#form_email_622 .btn--yellow--form {
    background: #EDFF00;
    color: #231F58;
    margin-top: 10px;
    text-align: center;
}

#form_email_622 .form__buttons__flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -17px;
}

/* Submit Content Form END */

.br-buttons__outer {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
}

.br-buttons__outer .br-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.br-buttons__outer .br-buttons .br-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -webkit-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
    font-size: 1rem;
    background: rgba(237, 255, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.br-buttons__outer .br-buttons .br-button:hover {
    background: rgba(237, 255, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.onesignal-bell-launcher {
    bottom: 1rem !important;
    right: 1rem !important;
}

/* New EI logo hero slide */

.ei-logo__hero {
    margin-left: 1rem;
    margin-right: 1rem;
    float: right;
}
    
@media only screen and (max-width: 991px) {
    .ei-logo__hero {
        max-width: 250px;
    }
}

@media only screen and (max-width: 768px) {
   .ei-logo__hero { 
       max-width: 200px;
   }  
}

.ei-hero__title {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.ei-hero__header {
    display: flex;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .ei-hero__header {
        justify-content: center;
    }
}

.ei-hero__text {
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .ei-hero__text {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.email-banner__btn {
    margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
    .email-banner__btn {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}    

@media only screen and (max-width: 768px) {
    .email-icon {
        display: none !important;
    }
}

/* New EI logo hero slide END */

/* Nav bar EI logo */

.ei-logo__nav {
    margin-top: 0.5rem;
    max-width: 40%;
}

@media only screen and (min-width: 768px) {
    .ei-logo__nav {
        display: none;
    }    
}

/* Nav bar EI logo END */

@media only screen and (min-width: 768px) {
    .ai-tool-preview-img {
        display: none;
    }
}

/* AI Tool */

@media only screen and (max-width: 767px) {
    .ai-tool-preview-img {
        display: none !important;
    }
}

.ai-summary__wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .ai-summary__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .ai-summary__wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.search--query {
    background-color: black;
    color: white;
    height: auto;
    max-width: 1600px;
    width: 100%;
    border-radius: 10px;
    padding: 14px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
}
        
.ai--summary {
    max-width: 1600px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    display: inline-block;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.5s ease-out;
    min-height: 220px;
}

.ai--summary-content {
    height: 220px;
    transition: height 1s ease-out;
}
        
.ai-summary__wrapper .loader{
    display: none;
}
        
.ai-summary__wrapper.loading .loader {
    display: block;
}
        
.ai-summary__wrapper.loading .ai--summary-content {
    display: none;
}  
        
.ai--summary_textbox {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    padding-bottom: 60px;
}
        
.read-more__summary {
    position: absolute;
    width: 100%;
    padding: 10px;
    border: 1px solid #D3D3D3;
    background-color: #EDFF00;
    box-shadow: 0px -5px 32px lightgray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    text-align: center;
    bottom: -4px;
    height: 44px;
}
        
.ai-disclaimer {
    background-color: black;
    color: white;
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 14px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
}
        
.p-disclaimer {
    color: white;
    vertical-align: middle;
}
        
.ai--summary-content ul {
    list-style-position: inside;
    padding-left: 40px;
}
        
.ai--summary_textbox a {
    color: blue;
    text-decoration: underline;
}    
        
.ai--summary_textbox ol {
	counter-increment: item; 
	position: relative;
	list-style-type: none;
} 

.ai--summary_textbox ol > li:before {
	content:counters(item, ".") ". "; 
	position: absolute;  
	left: 20px;
}

.ai--summary_textbox li > p {
    display: inline;
}

.p-search-query-img {
    vertical-align: middle;
    max-height: 18px;
    margin-top: auto;
    margin-bottom: auto;
}
            
.p-search-query {
    color: white;
    vertical-align: middle;
    max-width: 1600px;
    width: 100%;
}
            
.ai-search-query-input {
    position: relative; 
    vertical-align: top; 
    background-color: transparent; 
    border: none; 
    color: #fff; 
    width: 100%;
}
            
.ai-search-query-input::placeholder {
    color: #fff;
}
            
.ai-search-query-input:focus::placeholder {
    color: transparent;
    border: none;
}   

/* AI Tool END */

/* AI Tool feedback banner */

.feedback-bg {
    background: url("https://toolbox.energyinst.org/?a=18149");
    background-size: 1600px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    display: block;
}
        
.feedback-bg p {
    color: #fff !important;
}
        
.feedback-bg img {
    max-height: 10rem;
    max-width: 10rem;
}

/* AI Tool feedback banner END */

/* Footer update */

.footer {
	background: #1C1D22;
	color: #fff;
	font-family: 'TheSerifC5';
}

.footer a {
	color: #fff;
}

.footer h3 {
	color: #fff;
}

.footer ul {
	list-style: none;
	max-width: 25vw;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.footer ul {
		max-width: none;
		text-align: center;
	}
}

.icon--yellow {
	color: #EDFF00;
}

.icon--yellow-mt {
	margin-top: 1rem;
}

.text-white {
	color: #fff;
}

.text-yellow {
	color: #EDFF00 !important;
}

.subscribe-wrapper {
	max-width: 50vw;
	margin-top: 0.25em;
}

.footer nav {
	max-width: 1550px;
	width: 100%;
	align-self: anchor-center;
	margin: 0 auto;
}

.signup--wrapper {
	margin-left: 0;
	margin-right: 0;
}

.signup--input {
	max-width: 800px !important;
	width: 100%;
}

.subscribe--button {
	height: fit-content;
	width: 200px !important;
	font-family: 'TheSerifC5';
}

@media only screen and (min-width: 576px) {
	.footer__nav-hide {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.footer__nav-lg {
		display: none;
	}
}

@media only screen and (min-width: 767px) {
	.footer__nav-sm {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.footer__nav-sm {
		display: block;
	}
}

.text--center {
	text-align: center !important;
}

@media only screen and (max-width: 767px) {
	.signup--wrapper-sm {
		margin-left: 10px;
		margin-right: 10px;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.subscribe--button-text {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.subscribe--button-p {
		padding: 0.8rem;
	}
}

#mc-embedded-subscribe-form--new {
	display: flex;
	flex-direction: row;
	max-width: 800px;
	width: 100%;
}

#mc-embedded-subscribe-form--new button {
	margin-bottom: 0;
	width: auto;
}

.accordion__title-bg-none {
	background-color: #1C1D22 !important;
}

.accordion__content-p-0 {
	padding: 0 !important;
}

#mc-embedded-subscribe-form--new-mobile {
	max-width: 800px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.subscribe--button {
		width: 30%;
	}
}

.accordion__title-arrow-ml {
	margin-left: 1rem;
}

.accordion__title-yellow::active {
	color: #EDFF00;
}

.connect--icon-mb {
	margin-bottom: 2rem;
}

.subscribe--wrapper-sm {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
}

.input--sm {
	max-width: 400px;
	width: 70% !important;
}

.subscribe--button-sm {
	width: 30% !important;
	font-family: 'TheSerifC5';
}

.message--mc-mobile {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.footer a:hover {
	color: #EDFF00;
	-webkit-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
}

#mc-embedded-subscribe-form--new-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#mc-embedded-subscribe-form--new-mobile .form-field,
#mc-embedded-subscribe-form--new-mobile button {
	border: none;
	outline: none;
	padding: 1rem;
	margin: 0;
	display: block;
	margin-bottom: 0.5rem;
	width: 100%;
	max-width: 500px;
	color: #000;
}

#mc-embedded-subscribe-form--new .form-field {
	background-color: #f5f2f2;
}

.footer__nav-sm>.row {
	margin-left: 0px;
	margin-right: 0px;
}

.footer .ei-logo__nav {
	display: none;
}

/* Footer update END */
