

/*****     DX TITLE BAR CSS START     *****/
.dx-title-bar-container {
	background: var(--body-bg-color);
}
.dx-title-bar-header {
    padding: 10px 0px 0px 0px;
    max-width: var(--max-width-index-page);
    margin-left: auto;
    margin-right: auto;
}
.dx-title-bar {
    text-align: left;
}
.dx-title-bar-text {
    color: var(--h1-font-color);
    font-family: var(--h1-font-family);
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid var(--h1-font-color);
    line-height: 50px;
}
@media (max-width: 720px) {
    .dx-title-bar-text {
        font-size: 18px;
    }
    .dx-title-bar-header {
        padding: 15px
    }
}
@media (max-width: 1270px) {
	.dx-title-bar-header {
		padding-left: 15px;
        padding-right: 15px;
    }
}
/*****     DX TITLE BAR CSS FINISH     *****/


/*****     DX BREADCRUMB TRAIL CSS START     *****/
#dx-breadcrumbs {
	margin-bottom: 10px;
	width: var(--max-width-landing-page);
    margin:10px auto -3px ;
}
@media (max-width: 1260px) {
	#dx-breadcrumbs {
		padding-left: 13px;
		padding-right: 13px;
	}
}
#dx-breadcrumbs .dx-breadcrumb {
	background: var(--breadcrumb-bg-color);
    color: var(--breadcrumb-font-color);
    font-family: var(--breadcrumb-font-family);
    font-size: var(--breadcrumb-font-size);
    font-weight: var(--breadcrumb-font-weight);
	position: relative;
	z-index: 5;
    margin-right: 5px;
    display: inline-block;
	padding: 8px 8px 8px 25px;
}
#dx-breadcrumbs .dx-breadcrumb a {
    text-decoration: none;
}
#dx-breadcrumbs .dx-breadcrumb:first-child {
	padding-left: 10px;
}
#dx-breadcrumbs .dx-breadcrumb:before{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:16px solid transparent;
    border-left: 16px solid var(--breadcrumb-bg-color);
	z-index: 7;
}
#dx-breadcrumbs .dx-breadcrumb:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:calc(100% + 8px);
    top:0;
    border: 16px solid transparent;
    border-left: 16px solid var(--body-bg-color);
		z-index: 6;
}
#dx-breadcrumbs .dx-breadcrumb:nth-child(1) { z-index: 10; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(2) { z-index: 9; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(3) { z-index: 8; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(4) { z-index: 7; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(5) { z-index: 6; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(6) { z-index: 5; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(7) { z-index: 4; }
#dx-breadcrumbs .dx-breadcrumb:nth-child(8) { z-index: 3; }


/* DX BREADCRUMB TRAIL MOBILE */

@media (max-width: 460px) {
#dx-breadcrumbs .dx-breadcrumb {
	font-size: 10px;
	padding: 8px 2px 8px 20px;
}
#dx-breadcrumbs .dx-breadcrumb:first-child {
	padding-left: 10px;
}
#dx-breadcrumbs .dx-breadcrumb:before {
    border: 14px solid transparent;
    border-left: 14px solid var(--breadcrumb-bg-color);
}
#dx-breadcrumbs .dx-breadcrumb:after{
    border: 14px solid transparent;
    border-left: 14px solid var(--body-bg-color);
}
}

/*****     DX BREADCRUMB TRAIL CSS FINISH     *****/


/*****     DX LANDING PAGE CSS START     *****/
*,*:before, *:after {
    box-sizing: border-box;
}
#dx-landing-panel {
	margin-top: 15px;
}
#dx-landing-panel-left {
	border: 1px solid var(--main-border-color);
	width: 59%;
	padding: 20px;
	float: left;
	margin-bottom: 15px;
	background-color:var(--landing-page-box-color);
}
.dx-landing-asset-thumbnail {
	float:left;
	border: 1px solid #efefef;
}
.dx-landing-asset-thumbnail img {
	max-height: 250px;
	max-width: 500px;
}
#dx-landing-form-desktop-container {
	border: 1px solid var(--main-border-color);
	width: 40%;
	padding: 20px;
	float: right;
	margin-bottom: 15px;
	background-color:var(--landing-page-form-bg-color);
	position: sticky;
	top: 12px;
}
.dx-landing-clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.dx-landing-asset-info {
	float: right;
}
.dx-landing-partner-logo {
	text-align: right;
}
.dx-landing-partner-logo img {
	max-width: 100px;
	max-height: 60px;
}
.dx-landing-asset-type .fa {
	margin-right:6px;
	color: var(--asset-type-font-color);
}
.dx-landing-asset-type {
	background: var(--asset-type-bg-color);
	color: var(--asset-type-font-color);
	font-family: var(--h5-font-family);
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	margin-right: 10px;
	float: left;
	padding: 8px 12px;
	margin-top: 12px;
}
i.fas.fa-clock {
    margin-right: 5px;
}
.dx-landing-read-time {
	background: var(--read-time-bg-color);
	color: var(--read-time-font-color);
	font-family: var(--h5-font-family);
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	margin-right: 10px;
	float: left;
	padding: 8px 8px;
	margin-top: 12px;
}
.dx-landing-dividing-line {
	border: none;
	height: 1px;
	background: var(--main-border-color);
	margin-top: 15px;
	margin-bottom: 10px;
}
.dx-calendar-info {
	display: flex;
	flex-direction: row;
	background-color: var(--main-bg-color);
}
.dx-calendar-icon-container {
	flex: 1;
}
.dx-calendar-icon {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-right: 20px;
    flex: 1;
}
i.far.fa-calendar-alt {
    font-size: 40px;
	padding: 24px;
	color: var(--asset-type-bg-color);
}
.dx-calendar-detail {
	padding-bottom: 10px;
    flex: 8;
}
.dx-asset-start-date {
    color:var(--main-font-color);
    font-family:var(--main-font-family);
    font-size:16px;
	font-weight:500;
	margin-bottom: 10px;
	margin-top: 14px;
}
.dx-asset-start-times {
	display: flex;
	flex-wrap: nowrap;
    font-family: var(--h5-font-family);
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
}
.dx-asset-start-time {
    background: var(--asset-type-bg-color);
    color: var(--asset-type-font-color);
    padding: 8px 12px;
	margin-right: 10px;
}
.dx-landing-partner-name {
	color: var(--partner-font-color);
	font-size: var(--partner-font-size);
	font-weight: var(--partner-font-weight);
	font-family: var(--partner-font-family);
	margin-top: 15px;
}
.dx-landing-asset-title h1{
	color: var(--h1-font-color);
	font-size: var(--h1-font-size);
	font-family: var(--h1-font-family);
	font-weight: var(--h1-font-weight);
	margin-top: 20px;
}
/*.dx-landing-summary-text h2 {
	margin-top: 20px;
	color: var(--h2-font-color);
	font-family: var(--h2-font-family);
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
}*/
.dx-landing-summary-text {
    font-weight: var(--h2-font-weight);
    font-family: var(--h2-font-family);
    color: var(--h2-font-color);
    font-size: var(--h2-font-size);
}

.dx-landing-asset-content {
	margin-top: 20px;
	color: var(--main-font-color);
	font-family: var(--main-font-family);
	font-size: var(--main-font-size);
}
.dx-landing-asset-cta {
    color: var(--main-font-color);
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
}
#dx-landing-form-tablet-container {
	display: none;
}
.dx-landing-tablet-view {
	display: none;
}
.dx-landing-download-button
{
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	display:block;
	padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	max-width:160px;
	font-family: var(--main-font-family);
}

/*****     TABLET VIEW LAYOUT     *****/
@media (max-width: 990px) {
	.dx-landing-tablet-view {
		display: block;
	}
	.dx-landing-desktop-view {
		display: none;
	}
	#dx-landing-form-desktop-container {
		display: none;
	}
	#dx-landing-form-tablet-container {
		display: block;
		margin-bottom: 50px;
	}
	#dx-landing {
    	max-width: 734px;
		margin-top: 15px;
	}
	#dx-landing-panel-left {
		width: 100%;
	}
	.dx-landing-asset-thumbnail img {
		max-height: 180px;
		max-width: 360px;
	}
	.dx-landing-form-container {
		border: 1px solid var(--main-border-color);
		width: 520px;
		padding: 15px 15px 40px 15px;
		margin: 20px auto;
		max-width: 100%;
		background-color: var(--landing-page-form-bg-color);
	}
	.dx-landing-asset-type {
		float: right;
		margin: 10px 0 0;
	}
	.dx-landing-read-time {
		float: right;
		margin: 10px 0 0;
	}
}
/*****     MOBILE LAYOUT     *****/
@media (max-width: 460px) {
	#dx-landing {
		width: 350px;
		width: 90%;
		max-width: 90%;
	}
	.dx-landing-asset-thumbnail img {
		max-height: 126px;
		max-width: 200px;
	}
	.dx-landing-partner-logo img {
		max-width: 100px;
		max-height: 40px;
	}
	.dx-landing-asset-title h1 {
    	font-size: 26px;
	}
	.dx-landing-form-container {
		border: 1px solid var(--main-border-color);
		padding:10px 0px 40px 0px;
	}
	#de-widget-privacy-link {
		padding-left:0px;
	}
	.de-widget-col-xs-9 {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.de-widget-col-xs-12 {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.dx-landing-form-container {
	    border:none;
	}
	#de-widget-form {
		padding: 0px!important;
	}
}
/*****     ASSET SPEAKERS CARD DECK CSS      *****/
.dx-speaker-card-deck {
    clear:both;
    display:flex;
    flex-direction: column;
	flex-flow:row wrap;
	margin-top: 30px;
}

/*****     ASSET SPEAKERS CARD CSS      *****/
.dx-speaker-card {
    background-color: var(--main-tile-bg-color);
    border-bottom-color: var(--main-border-color);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    position: relative;
	margin-bottom: 20px;
	width:100%;
}

.dx-speaker-profile {
	margin-top:5px;
	color: var(--main-font-color);
    font-family: var(--main-font-family);
	font-size: var(--main-font-size);
	flex: 6;
}
.dx-speaker-profile a {
    color:var(--main-font-color);
    text-decoration:none;
}
img.dx-speaker-thumb {
    max-width: 150px;
	max-height: 150px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.dx-icon-button {
	font-size: 22px;
	cursor: pointer;
	display: inline-block;
	margin: 8px;
	position: relative;
	text-align: center;
}

/* icon colors */
.dx-icon-button i.fas.fa-envelope {
	color: var(--asset-type-bg-color);
}
.dx-icon-button i.fab.fa-linkedin-in {
	color: var(--asset-type-bg-color);
}
.dx-icon-button i.fab.fa-twitter {
	color: var(--asset-type-bg-color);
}
.dx-icon-button i.fab.fa-facebook-f {
	color: var(--asset-type-bg-color);
}

.dx-icon-button:hover i.fas.fa-envelope,
.dx-icon-button:hover i.fab.fa-linkedin-in,
.dx-icon-button:hover i.fab.fa-twitter,
.dx-icon-button:hover i.fab.fa-facebook-f {
	color: var(--read-time-bg-color);
}

.dx-speakers-title {
    color:var(--main-font-color);
    font-family:var(--h2-font-family);
    font-size:var(--h2-font-size);
    font-style:normal;
    font-weight:600;
	margin-top:5px;
	margin-bottom: 20px;
	width: 100%;
}
.dx-speaker-name {
    color:var(--main-font-color);
    font-family:var(--h2-font-family);
    font-size:var(--h2-font-size);
    font-style:normal;
    font-weight:500;
	margin-top:5px;
	flex: 4;
}
.dx-speaker-job-title {
    color:var(--main-font-color);
    font-family:var(--main-font-family);
    font-size:14px;
	font-weight:600;
}
.dx-speaker-company-name {
    color:var(--main-font-color);
    font-family:var(--main-font-family);
    font-size:14px;
	font-weight:600;
	margin-top: -10px;
}
.dx-speaker-company-logo {
    top: 10px;
    margin-bottom: -9px;
    position: absolute;
    right: 0px;
    max-width: 75px;
    max-height: 60px;
}
@media (min-width: 480px) {
    .dx-speaker-image-container {
        display:block;
        min-height:150px;
        margin-right:20px;
		min-width: 150px;
	}
}
@media (min-width: 580px) {
    .dx-speaker-card {
        display: flex;
        flex-direction:row;
    }
}
@media screen and (max-width:479px) {
    .dx-speaker-image-container {
        margin-right:10px;
        min-height: 140px;
    }
   .dx-asset-type {
        bottom:10px;
        position:absolute;
    }
    .dx-speaker-profile {
        font-size:14px;
	}
}
@media screen and (max-width:990px) {
	img.dx-speaker-thumb {
		max-width: 100px;
		max-height: 100px;
} 
}
/*****     FORM STYLING LAYOUT     ******/
.de-widget-legend {
	font-family: var(--main-font-family)!important;
	font-size: var(--form-title-font-size)!important;
	color: var(--form-title-font-color)!important;
	padding: 0 0 10px 0!important;
	background-color: #fff!important;
}
.de-widget-form-group {
    font-family: var(--main-font-family)!important;
	font-size: var(--form-label-font-size)!important;
	color: var(--form-label-font-color)!important;
}
.de-widget-form-control {
    font-family: var(--main-font-family)!important;
    font-size: var(--form-input-font-size)!important;
    color: var(--form-input-font-color)!important;
}
.de-widget-input-group .de-widget-form-control::placeholder {
    font-family: var(--main-font-family)!important;
    font-size: var(--form-placeholder-font-size)!important;
    color: var(--form-placeholder-font-color)!important;
}
.de-widget-input-group .de-widget-form-control:first-child {
    font-family: var(--main-font-family)!important;
    font-size: var(--form-input-font-size)!important;
    color: var(--form-input-font-color)!important;
}
.de-widget-input-group .de-widget-form-control:not(:first-child):not(:last-child) {
    font-size: var(--form-input-font-size)!important;
    color: var(--form-input-font-color)!important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: var(--form-input-font-size)!important;
    color: var(--form-input-font-color)!important;
}
#de-widget-preferences {
	font-family: var(--main-font-family)!important;
    font-size: var(--form-opt-in-font-size)!important;
    color: var(--form-opt-in-color)!important;
}
#de-widget-optin {
	font-family: var(--main-font-family)!important;
    font-size: var(--form-opt-in-font-size)!important;
    color: var(--form-opt-in-color)!important;
}
#de-widget-privacy-link {
	font-family: var(--main-font-family)!important;
    font-size: var(--privacy-link-font-size)!important;
    color: var(--privacy-link-color)!important;
    padding-left:20px;
}
#de-widget-form-thanks {
     text-align: center;
    padding: 6px;
    font-family: var(--main-font-family);
    font-size: var(--form-title-font-size);
    color: var(--main-font-color);
}
#de-widget-error {
	font-family: var(--main-font-family);
}
@media (max-width: 460px) {
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
	padding-left: 120px!important;
}
}

/*****     DX LANDING PAGE CSS FINISH     ******/



/*****     DX LANDING CONTAINER CSS START     *****/
body {
	background-color: var(--body-bg-color);
	}
#dx-landing-page-container {
	max-width: var(--max-width-landing-page);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1260px) {
	#dx-landing-page-container-inner  {
		padding-left: 13px;
		padding-right: 13px;
	}
}

#dx-landing-ungated{
	width:40%;
	float:left;
	margin-left:12px;
}

#dx-landing-ungated-lower {
	clear:both;
}
@media (max-width: 460px) {
	#dx-landing-ungated{
		width:100%;
	}	
}

.dx-ungated-row-video {
    display: block;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
}
@media (max-width: 720px) {
	.dx-ungated-row {
		flex-wrap: wrap;
	}
	.dx-ungated-partner-logo {
		margin-top: 15px;
	}
	.dx-ungated-img-wrapper {
		margin-right: 0px;
	}
	.dx-ungated-partner-logo {
		margin-left: 0px;
	}
	.dx-ungated-thumb {
		max-height: 120px;
	}
}
video {
    max-width: 100%;
    margin-top: 15px;
}
.dx-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 30px;
}
.dx-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dx-ungated-partner-logo-video {
    margin-left: auto;
}
.dx-ungated-row-video {
    display: block;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
}
.dx-ungated-partner-logo-container {
    display: flex;
}
.dx-ungated-asset-title h1 {
    font-size: var(--h1-font-size);
    color: var(--h1-font-color);
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    margin-top: 10px;
    margin-bottom: 0;
}
.dx-ungated-asset-type {
    font-size: var(--h3-font-size);
    color: var(--h3-font-color);
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    margin-top: 10px;
}
	
/*****     DX LANDING CONTAINER CSS FINISH     *****/
/*Page id:530 CSS*/
/***********     BIMA STYLE CSS START     **********/
    :root {
        --body-bg-color: #efefef;
        --max-width-index-page: 1240px;
        --max-width-landing-page: 1240px;
        --max-width-thankyou-page: 1240px;
        --three-column-index: calc(33.33% - 10px);
        --four-column-index: calc(25% - 10px);
        --five-column-index: calc(20% - 10px);
        --six-column-index: calc(16.66% - 10px);
        --h1-font-family: Calibre,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        --h1-font-size: 30px;
        --h1-font-color: #000;
        --h1-font-weight: 400;
        --h2-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --h2-font-size: 1.2em;
        --h2-font-color: #000;
        --h2-font-weight: 400;
        --h3-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --h3-font-size: 18px;
        --h3-font-color: #000;
        --h3-font-weight: 400;
        --h4-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --h4-font-size: 16px;
        --h4-font-color: #000;
        --h4-font-weight: 400;
        --h5-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --h5-font-size: 14px;
        --h5-font-color: #000;
        --h5-font-weight: 400;
        --main-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --pill-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --menu-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --sub-menu-font-family: TiemposText, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --landing-page-body-font-size: 16px;
        --landing-page-body-font-color: #706F6F;
        --landing-page-title-font-size: 32px;
        --landing-page-title-font-color: #000;
        --landing-page-bg-color: #efefef;
        --landing-page-box-color: #fff;
        --landing-page-form-bg-color: #fff;
        --form-title-font-size: 18px;
        --form-title-font-color: #000;
        --form-label-font-size: 14px;
        --form-label-font-color: #000;
        --form-placeholder-font-size: 14px;
        --form-placeholder-font-color: #aaa;
        --form-input-font-size: 14px;
        --form-input-font-color: #000;
        --form-opt-in-font-size: 13px;
        --form-opt-in-font-color: #000;
        --privacy-link-font-size: 14px;
        --privacy-link-color: #e43c33;
        --main-font-color: #000;
        --main-bg-color: #EFEFEF;
        --main-font-size: 15px;
        --main-border-color: #ffffff;
        --main-tile-bg-color: #fff;
        --partner-font-color: #000;
        --partner-font-size: 16px;
        --partner-font-weight: 400;
        --partner-font-family: Calibre, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --smart-search-pill-color: #fff;
        --smart-search-pill-font-color: #000;
        --smart-search-pill-hover-color: #ccc;
        --smart-search-pill-hover-font-color: #000;
        --smart-search-pill-active-color: #4cae4c;
        --smart-search-pill-active-font-color: #fff;
        --smart-search-pill-plus-color: #e43c33;
        --read-time-bg-color: #ffffff;
        --read-time-font-color: #e43c33;
        --asset-type-bg-color: #fff;
        --asset-type-font-color: #e43c33;
        --fa-icons-color: #e43c33;
        --button-background-color: #e43c33;
        --button-font-color: white;
        --grid-title-font-size: 16px;
        --grid-title-font-weight: 500;
        --breadcrumb-bg-color: #fff;
        --breadcrumb-font-color: #000;
        --breadcrumb-font-size: 13px;
        --breadcrumb-font-weight: 400;
        --breadcrumb-font-family: Calibre, -apple-system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto, Helvetica, Arial, sans-serif, &#34;Apple Color Emoji&#34;, &#34;Segoe UI Emoji&#34;, &#34;Segoe UI Symbol&#34;;
        --also-interested-in-background-color: #e43c33;
        --also-interested-in-height: 45px;
        --also-interested-in-line-height: 45px;
        --also-interested-in-font-size: 16px;
        --also-interested-in-font-color: #fff;
    }
/***********     BIMA STYLE CSS FINISH     **********/
.dx-landing-read-time {
color: #e1261c;
    font-family: &#39;Calibre&#39;;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}
.dx-landing-asset-type {
color: #e1261c;
    font-family: &#39;Calibre&#39;;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}
#dx-landing-page-container {
    margin-top: 93px;
}
/*disable breadrumb until full launch*/
#dx-breadcrumbs {
    display: none;
}
#dx-landing-form-desktop-container {
    position: static;
}

#dx-landing-form-desktop-container {
    border: 3px solid #e43c33;
}
.dx-speaker-card {
    border-bottom-color: #333;
}
.dx-icon-button i.fab.fa-linkedin-in {
    color: #333;
}
.dx-asset-card-deck {
    clear:both;
    display:flex;
    flex-direction: column;
    width: 101%;
    flex-flow:row wrap;
}
     /*****     ASSET CARD CSS START     *****/
    :root {    
        --one-column-index: calc(100% - 2px);
        --two-column-index: calc(50% - 42px);
        --three-column-index: calc(33.33% - 42px);
        --four-column-index: calc(25% - 42px);
        --five-column-index: calc(20% - 42px);
        --six-column-index: calc(16.66% - 42px);
    }
    
    
    @font-face {
        font-family: &#39;Calibre&#39;;
        src:url(&#39;https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/Calibre-Regular.woff2&#39;),
            url(&#39;https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/Calibre-Light.woff2&#39;),
            url(&#39;https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/Calibre-Medium.woff2&#39;);
    }

    @font-face {
        font-family: &#39;TiemposText&#39;;
        src:url(&#39;https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/TiemposText-Regular.otf&#39;);
    }

    .dx-asset-card {
        border:1px solid #adadad;
        position:relative;
        margin:20px;
    }
    
    .dx-asset--card:hover {
        box-shadow: 1px 1px 5px #adadad;
    }
    

    @media (max-width: 767px) { 
        .dx-asset-card {
            width:var(--one-column-index);
            margin:20px 0;
            min-width:300px;
        }
    } 
      
    @media (min-width: 768px) and (max-width: 991px){ 
        .dx-asset-card {
            width:var(--two-column-index);
        }
    } 
      
    @media (min-width: 992px) and (max-width: 1199px) { 
        .dx-asset-card {
            width:var(--three-column-index);
        }
    }

    @media (min-width: 1200px) { 
        .dx-asset-card {
            width:var(--four-column-index);
        }
    }

    .dx-asset-card-image-container {
        display:block;
        width:100%;
    }
    
    .dx-asset-card-image {
        width:100%;
        border-bottom:1px solid #adadad;
    }
    
    .dx-asset-card-body {
        padding:20px 20px 60px 20px;
    }
    
    .dx-asset-type {
        color:#e1261c;
        font-size:1em;
        font-weight:500;
        text-transform:uppercase;
        margin-left:6px;
    }
    
    .dx-asset-type-icon{
        color:#e1261c;
        font-size:1em;
        margin-right:5px;
    }

    .dx-asset-title {
        font-family: var(--bima-asset-title-font-family);
        font-size: var(--bima-asset-title-font-size);
        font-weight: var(--bima-asset-title-font-weight);
        color: var(--bima-asset-title-font-color);
        padding-top:10px;
padding:6px;
    }

    .dx-asset-summary {
        font-family: var(--bima-asset-summary-font-family);
        font-size: var(--bima-asset-summary-font-size);
        font-weight: var(--bima-asset-summary-font-weight);
        color: var(--bima-asset-summary-font-color);
        padding-bottom: 20px;
    }
    
    @media (max-width: 1199px) { 
        .dx-asset-summary {
            display:none; 
        }
    }
    
    .dx-asset-partner-logo {
        position:absolute;
        bottom:20px;
        max-width: 80px;
        max-height: 40px;
    }

    .dx-asset-time-to-read {
        position:absolute;
        bottom:-8px;
        right:6px;
        padding-bottom:10px;
        font-family: var(--bima-asset-readtime-font-family);
        font-size: var(--bima-asset-readtime-font-size);
        font-weight: var(--bima-asset-readtime-font-weight);
        color: var(--bima-asset-readtime-font-color);
    }
    
    @media (max-width: 767px) { 
        .dx-asset-time-to-read {
            font-size:0.7em;
        }
    }
 #de-download-button{-webkit-appearance:none;}
    /*****     ASSET CARD CSS FINISH     *****/

/*End*/
/* Start global.css */


@font-face {
    font-family: 'TiemposText';
    src:url('https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/fonts/TiemposText-Regular.woff');
}

:root {
    --base-transition-time: .25s;
    --base-border: 1px solid #adadad;
}

.font-primary {
    font-family: 'Calibre';
}

.font-secondary {
    font-family: 'TiemposText';
}


body {
    margin: 0;
    background-color: #fff;
}

/*body p {
    text-align: justify;
}*/

/*.all-button {
    padding: 5px 30px 15px 5px!important;
    font-size: 18px;
    font-weight:bold;
}

.all-button:hover {
    box-shadow: 1px 1px 5px #adadad;
    color: #FF4934 !important;
    border: 2px solid #FF4934;
}

.dx-bima-webinars__watch-now {
    bottom:20px;
    border:0;
    color:#fff;
    font-family:'Calibre';
    font-weight:bold;
    font-size:1.2em;
    padding: 5px 30px 15px 5px;
    background: #e1261c;
    margin-top: 2em;
    display: inline-block;
}*/

.partner-logo {
    max-width: 105px;
    max-height: 60px;
}

.section-title {
    font-size: 48px;
    font-weight: 500;
}

.section-description {
    font-size: 25px;
    font-weight: 400;
    color: #706F6F;
}

.intro-description {
    font-size: 25px;
    color: #706F6F;
}

.intro-title {
    font-weight:400;
    font-size: 25px;
    color: #e1261c;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.font-bold {
    font-weight: 400;
}

.text-primary {
    color: #e1261c;
}

.bg-grey {
    background-color: #e5e5e5;
}

.overflow-hidden {
    overflow: hidden;
}

.direction-column {
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.border {
    border: var(--base-border);
}

.border-bottom {
    border-bottom: var(--base-border);
}

.dotted-border-top {
    border-top: dotted 3px #e1261c;
}

.dotted-tip-top-left {
    position: absolute;
    top: -21px;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: #e5e5e5;
    transform: rotate(45deg);
    border-left: 3px dotted #e1261c;
    border-top: 3px dotted #e1261c;
}

.float-right {
    float: right;
}

.text-grey {
    color: #706F6F;
}

.position-relative {
    position: relative;
}

.d-inline-block {
    display: inline-block;
}

.tile-min-height {
    min-height: 195px;
}

.d-block {
    display: block;
}

.img-fluid {
    max-width: 100%;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-10 {
    margin-bottom: 10px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mt-25 {
    margin-top: 25px;
}

.text-show-md {
    display: block;
}

.text-show-sm {
    display: block;
}

.p-tile {
    padding: 40px 25px;
    max-height: 100%;
}

.p-tile-lg {
    padding: 60px 35px;
}

.p-tile-sm {
    padding: 25px 10px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    flex: 0 0 49.8%;
    max-width: 100%;
}

.col-6-gutter {
    flex: 0 0 45%;
    max-width: 100%;
}

.col-4 {
    flex: 0 0 33%;
    max-width: 100%;
}

.col-8 {
    flex: 0 0 67%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.label-con {
    position: relative;
}

.label {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 8px;
    left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.article-time i {
    padding-right: 5px;
}

.article-time {
    font-size: 12px;
    color: #706F6F;
}

.btn-primary {
    background-color: #e1261c !important;
    color: #fff !important;
    padding: 12px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.btn-secondary {
    background-color: #fff;
    border: 2px #e1261c solid;
    color: #e1261c;
    padding: 10px 30px 15px 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
}

.red-underline {
    height: 15px;
    width: 85px;
    display: block;
    background-color: #e1261c;
    margin: 25px 0;
}

.showcase-container {
    font-family: 'Calibre';
}

.showcase-con {
    display: flex;
    position: relative;
    margin-top: 135px;
    min-height: 700px;
    overflow: hidden;
}

.showcase-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: cover;
    z-index: -1;
}

.showcase-blocker {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    height: 105px;
    width: 100%;
    z-index: 1;
}

.showcase-content {
    padding-bottom: 20px;
    width: 45%;
    position: relative;
    height: 100%;
}

.showcase-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.showcase-text-con {
    padding-top: 60px;
    width: 80%;
}

.showcase-content-inner {
    background-color: rgba(225, 38, 28, 0.75);
    position: relative;
    padding: 70px;
    height: 100%;
    color: #fff;
}

.showcase-content-inner h2 {
    font-size: 36px;
}

.showcase-content-inner h3 {
    font-size: 24px;
}

/* tablet */
@media screen and (max-width: 1259px) and (min-width: 990px) {
    .container {
        margin: 0 30px;
        max-width: calc(100% - 60px);
    }

    .border-right-sm {
        border-right: var(--base-border);
    }

    .border-left-sm {
        border-left: var(--base-border);
    }

    .border-top-sm {
        border-top: var(--base-border);
    }

    .border-bottom-sm {
        border-bottom: var(--base-border);
    }

    .text-show-md {
        display: none;
    }

    .text-show-sm {
        display: block;
    }

    .showcase-content-inner {
        padding: 70px 35px;
    }

    .showcase-blocker {
        display: none;
    }

    .showcase-container {
        margin: 0 !important;
        max-width: none !important;
    }

    .showcase-content {
        width: 100%;
    }

    .col-sm-3-gutter {
        flex: 0 0 24% !important;
        max-width: 100% !important;
    }

    .col-sm-4 {
        flex: 0 0 31% !important;
        max-width: 100% !important;
    }

    .article-time {
        font-size: 12px;
    }

    .col-sm-6 {
        flex: 0 0 49.8% !important;
        max-width: 100% !important;
    }

    .col-sm-6-gutter {
        flex: 0 0 48.5%;
        max-width: 100%;
    }

    .col-sm-7 {
        flex: 0 0 65%;
        max-width: 100%;
    }

    .col-sm-5 {
        flex: 0 0 34.5%;
        max-width: 100%;
    }

    .col-sm-7-gutter {
        /*flex: 0 0 63%;*/
        max-width: 100%;
        padding-left: 20px;
        padding-right: 30px;
    }

    .col-sm-5-gutter {
        flex: 0 0 32.5%;
        max-width: 100%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .showcase-con {
        margin-top: 125px;
    }

    .partner-logo {
        max-width: 80px;
        max-height: 50px;
    }
}

/* mobile */
@media screen and (max-width: 989px) {
    .text-show-md {
        display: none;
    }

    .text-show-sm {
        display: none;
    }

    .showcase-content-inner {
        padding: 70px 35px;
    }

    .border-right-mobile {
        border-right: var(--base-border);
    }

    .border-left-mobile {
        border-left: var(--base-border);
    }

    .border-top-mobile {
        border-top: var(--base-border);
    }

    .border-bottom-mobile {
        border-bottom: var(--base-border);
    }

    .article-time {
        font-size: 12px;
    }

    .tile-min-height {
        min-height: 300px;
    }

    .showcase-blocker {
        display: none;
    }

    .showcase-content {
        width: 100%;
        padding-bottom: 0;
        font-size: 26px;
    }

    .showcase-container {
        margin: 0 !important;
        max-width: none !important;
    }

    .container {
        margin: 0 30px;
        max-width: calc(100% - 60px);
    }

    .my-sm-30 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .p-sm-30 {
        padding: 30px;
    }

    .column-sm-reverse {
        flex-direction: column-reverse;
    }

    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn-primary, .btn-secondary {
        font-size: 18px;
    }

    .partner-logo {
        max-width: 80px;
        max-height: 50px;
    }
}

/* Desktop */
@media screen and (min-width: 1260px) {

    .border-right-md {
        border-right: var(--base-border);
    }

    .border-left-md {
        border-left: var(--base-border);
    }

    .border-top-md {
        border-top: var(--base-border);
    }

    .border-bottom-md {
        border-bottom: var(--base-border);
    }

    .mt-md-80 {
        margin-top: 80px;
    }

    .main-report-tile-img {
        max-height: 185px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        flex: 0 0 49.8%;
        max-width: 100%;
    }

    .col-md-6-gutter {
        flex: 0 0 48.5%;
        max-width: 100%;
    }

    .col-md-4 {
        flex: 0 0 31%;
        max-width: 100%;
    }

    .col-md-4-gutter {
        flex: 0 0 29%;
        max-width: 100%;
    }

    .col-md-3 {
        flex: 0 0 24%;
        max-width: 100%;
    }

    .col-md-3-gutter {
        flex: 0 0 22%;
        max-width: 100%;
    }

    .col-md-8 {
        flex: 0 0 68%;
        max-width: 100%;
    }

    .col-md-8-gutter {
        flex: 0 0 64.7%;
        max-width: 100%;
    }

    .col-md-7 {
        flex: 0 0 65%;
        max-width: 100%;
    }

    .col-md-5 {
        flex: 0 0 34.5%;
        max-width: 100%;
    }

    .col-md-description {
        /*flex: 0 0 55%;*/
        max-width: 100%;
        padding-left: 20px;
        padding-right: 30px;
    }

    .col-md-title {
        flex: 0 0 40%;
        max-width: 100%;
    }
}


/* NEW HERO BANNER */

.dx-bima-hero {
    height: 745px;
    margin-top: 105px;
    position:relative;
    box-sizing:border-box;
}

@media screen and (max-width:1000px) {
    .dx-bima-hero {
        height: unset;
        min-height: 745px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero {
        min-height: 500px
    }
}

.dx-bima-hero__slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%
}

.dx-bima-hero__slide:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 90px;
    background: #fff;
    left: 0;
    bottom: 0
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__slide:after {
        display: none
    }
}

.dx-bima-hero__inner{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.dx-bima-hero__slide .dx-bima-hero__inner{
    display: flex;
    flex: 0 0 50%;
    height: 745px
}

@media screen and (max-width:1280px) {
    .dx-bima-hero__slide .dx-bima-hero__inner{
        margin: 0;
        width: 100%;
        max-width: unset
    }
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__slide .dx-bima-hero__inner{
        flex: unset;
        height: 100%;
        min-height: 745px;
        display: block
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__slide .dx-bima-hero__inner{
        min-height: 500px
    }
}

.dx-bima-hero__overlay {
    height: calc(100% - 90px);
    background: #e1261c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    mix-blend-mode: multiply
}

.dx-bima-hero__overlay.white {
    background: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__overlay {
        display: none
    }
}

.dx-bima-hero__overlay-content {
    height: calc(100% - 90px);
    background: rgba(225, 38, 28, .321569);
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    width: 50%;
    left: -50%
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__overlay-content {
        width: 100%;
        left: 0;
        height: 100%;
        background: rgba(225, 38, 28, .64);
        min-height: 745px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__overlay-content {
        min-height: 500px
    }
}

.dx-bima-hero__overlay-content>div {
    padding: 0 20px 0 145px;
    height: 100%;
    align-items: center;
    width: 100%
}

@media screen and (max-width:1235px) {
    .dx-bima-hero__overlay-content>div {
        padding: 0 100px
    }
}

@media screen and (max-width:1000px) {
    .dx-bima-hero__overlay-content>div {
        padding: 140px 100px 100px;
        height: 100%;
        min-height: 505px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__overlay-content>div {
        padding: 100px 50px;
        min-height: 300px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__overlay-content>div {
        padding: 100px 20px
    }
}

.dx-bima-hero__overlay-content h1 {
    margin-bottom: 60px
}

@media screen and (max-width:815px) {
    .dx-bima-hero__overlay-content h1 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__overlay-content h1 {
        margin-bottom: 15px
    }
}

.dx-bima-hero__overlay-content.white {
    background: hsla(0, 0%, 100%, .5)
}

.dx-bima-hero__overlay-content.white>div {
    padding: 0 40px
}

.dx-bima-hero__overlay-content.white h1 {
    margin-bottom: 0
}

.dx-bima-hero .dx-bima-hero__overlay-before {
    position:relative;
    top: 185px
}

@media screen and (max-width:1000px) {
    .dx-bima-hero .dx-bima-hero__overlay-before {
        top: 0
    }
}

.dx-bima-hero .dx-bima-hero__overlay-before:before {
    content: url('https://s3-eu-west-2.amazonaws.com/demandexchange-cdn/sites/BIMA-New/images/showcase-shape.png');
    position: absolute;
    width: 90px;
    height: 90px;
    left: -90px;
    top: -90px
}

@media screen and (max-width:1000px) {
    .dx-bima-hero .dx-bima-hero__overlay-before:before {
        left: -60px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero .dx-bima-hero__overlay-before:before {
        left: -30px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero .dx-bima-hero__overlay-before:before {
        height: 40px;
        width: 40px;
        left: -14px;
        top: -40px
    }
}

.dx-bima-hero .dx-bima-hero__overlay-before.white:before {
    top: -175px;
    left: 0
}

.dx-bima-hero__subtitle {
    font-family: Calibre, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1.1;
}

@media screen and (max-width:1235px) {
    .dx-bima-hero__subtitle {
        font-size: 28px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__subtitle {
        font-size: 25px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__subtitle {
        font-size: 22px
    }
}

.dx-bima-hero__h2 {
    font-family: Calibre, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    margin-top:0px;
}

@media screen and (max-width:1235px) {
    .dx-bima-hero__h2,
    {
        font-size: 43px
    }
}

@media screen and (max-width:815px) {
    .dx-bima-hero__h2 {
        font-size: 40px
    }
}

@media screen and (max-width:450px) {
    .dx-bima-hero__h2 {
        font-size: 33px
    }
}

.dx-bima-hero__text-white {
    color: #fff;
}


/* HERO BANNER END */
:root {
    --bima-asset-summary-font-family: TiemposText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bima-asset-summary-font-size: 15px;
    --bima-asset-summary-font-weight: 400;
    --bima-asset-summary-font-color: #000;

    --bima-asset-title-font-family: 'Calibre';
    --bima-asset-title-font-size: 24px;
    --bima-asset-title-font-weight: 400;
    --bima-asset-title-font-color: #000;

    --bima-asset-date-font-family: TiemposText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bima-asset-date-font-size: 15px;
    --bima-asset-date-font-weight: 300;
    --bima-asset-date-font-color: #706F6F;

    --bima-asset-readtime-font-family: TiemposText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bima-asset-readtime-font-size: 15px;
    --bima-asset-readtime-font-weight: 300;
    --bima-asset-readtime-font-color: #706F6F;

    --smart-search-pill-active-color: #e1261c;
    --smart-search-pill-active-font-color: #fff;
    
    --smart-search-pill-color: #fff;
    --smart-search-pill-font-color: #333;
    --smart-search-pill-hover-color: #ccc;
    --smart-search-pill-hover-font-color: #333;
    --smart-search-pill-active-color: #e1261c;
    --smart-search-pill-active-font-color: #fff;
    --smart-search-pill-plus-color: #c4c4c4;
}

/* End global.css */

