/*****     KEYWORD SEARCH PANEL CSS START     *****/
#dx-search-template {
   display:none;
}
#dx-search-input-wrapper {
   display:inline-block;
   width:100%;
   margin-top:50px;
   margin-left:5%;
}
#dx-search-input-pill-holder {
   margin-left: auto;
   margin-right: auto;
   display: block;
   max-width: 100%;
}
#dx-search-input,#dx-search-input-mobile {
   margin-left: auto;
   margin-right: auto;
   display: block;
   max-width: 100%;
   margin-top: 40px;
   height: 50px;
   border: none;
   width: 100%;
   padding-left: 15px;
   font-family: var(--main-font-family);
   font-size: var(--main-font-size);
}
#dx-search-input-mobile {
	margin-top: 0px;
}

@media (max-width: 990px) {
   #dx-search-input {
       margin-top: 0px;
       height: 50px;
     }
} 
#dx-search-input-wrapper>div>.fa-search {
   color: #00b6de;
   padding: 4px;
   font-size: 28px;
   cursor: pointer;
   pointer-events: all;
}
.dx-easy-autocomplete a{
    display:block
 }
#dx-mobile-menu input[type=text] {
    border: none;
    font-size:15px;
    height:50px;
    padding:10px 12px;
    width:calc(100% - 11px);
    font-family: var(--menu-font-family);
}
#dx-mobile-menu input::placeholder {
    color: var(--main-font-color);
    font-family: var(--menu-font-family);
    font-size: 15px;
}
.btn.btn-success.btn-xs.de-search-phrase.btn-de-pill {
   font-size: 12px;
   background-color: var(--smart-search-pill-active-color);
   color: var(--smart-search-pill-active-font-color);
   border-radius: 15px;
   border:none;
   margin-left: 20px;
   padding: 8px 16px 8px 16px;

}
.dx-easy-autocomplete-container{
   position: absolute;
   width: 35%;
   z-index: 2;
   font-family: var(--main-font-family);
   margin-left: auto;
   margin-right: auto;
}
.dx-easy-autocomplete-container ul{
   background:none repeat scroll 0 0 #ffffff;
   border-top:1px dotted #ccc;
   display:none;
   margin-top:0;
   padding-bottom:10px;
   padding-left:0;
   top:-1px;
}
.dx-easy-autocomplete-container ul li {
   background:inherit;
   border-color:#efefef;
   border-style:solid;
   border-width:0 1px;
   display:block;
   font-size:14px;
   font-weight:normal;
   padding:4px 12px;
}

.dx-search-input-button {
   float: right;
   margin-top: -50px;
   background-color: #ccc;
   color: #fff;
   padding: 17px 20px 17px 19px;
   cursor: pointer;
}
/*****     KEYWORD SEARCH CSS FINISH     *****/



/**********      DD HEADER CSS START    **********/
/* MAIN/ DESKTOP */
html, body {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.dd-header-container {
	width: 1260px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#dd-header-top {
	background: #efefef;
}
#dd-header-top .dd-header-container {
	display: flex;
}
#dd-header-top-logo img {
	width: 270px;
	margin: 22px 0 -2px 0;
}
/* CONTRIBUTE */
#dd-header-top .dd-header-container #dd-search-input-wrapper-outer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
#dd-header-top .dd-header-container #dd-header-top-contribute {
	display: flex;
}
#dd-header-top .dd-header-container #dd-header-top-contribute a {
	background: #00b6de;
	color: #fff;
	text-decoration: none;
	width: 125px;
	margin-left: auto;
  	font-weight: 100;
  	height: 125px;
}
#dd-header-top .dd-header-container #dd-header-top-contribute a span.dd-plus {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 104px;
	line-height: 95px;
}
#dd-header-top .dd-header-container #dd-header-top-contribute a span.dd-contribute {
	display: block;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin-top: -10px;
	font-family: "Roboto" , sans-serif;
}
/*NAVIGATION*/
@media (min-width: 991px) {
	#dd-header-nav-container {
		display: block!important;
	}
}
#dd-header-nav {
	background: #fff;
	font-family: "Roboto" , sans-serif;
}
#dd-header-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#dd-header-nav ul li {
	list-style: none;
	display: inline-block;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
}
#dd-header-nav ul li a {
	position: relative;
	display: inline-block;
	zoom: 1;
	font-weight: 700;
	font-size: 16px;
	color: #717171;
	height: 100%;
	line-height: 80px;
	padding: 0 2em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
#dd-header-nav ul li a.is-active {
    color: #00b6de;
}
#dd-header-nav ul li a:hover {
	color: #00b6de;
	text-decoration: none;
}
#dd-header-nav-title, #dd-header-nav-btn, #dd-header-nav-backdrop {
	display: none;
}
#dd-header-nav ul li a .fas{
	display:none;
}
/*DIVIDING LINES*/
#dd-header-nav ul li a::after {
	content: '';
	width: 1px;
	height: 48px;
	background: #a7a7a7;
	position: absolute;
	top: 16px;
	right: -1px;
}
#dd-header-nav .dd-header-container::before {
	content: '';
	width: 1px;
	height: 48px;
	background: #a7a7a7;
	position: absolute;
	top: 16px;
}
/* SELECTOR ARROW*/
#dd-header-nav ul li a.is-active::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	z-index: 99999;
	font-family: "Roboto" , sans-serif;
}

/*TABLET NAV*/
@media (min-width: 991px) {
.dd-tablet-menu {
    display: none!important;
}
}
@media (max-width: 990px) {
	.show-on-tablet {
	display: contents;
	}
	/*MENU BUTTON*/
	#dd-header-nav-btn {
		display: block;
	}
	#dd-header-nav-btn {
		width: 122px;
		text-align: center;
		float: right;
	}
	#dd-header-nav-btn i {
		font-size: 34px;
		color: #00b6de;
		cursor: pointer;
		margin: 27px 0 0;
	}
	#dd-header-nav #dd-header-nav-container {
		position: absolute;
		top: -78px;
		left: 10%;
		width: 80%;
		background: #fff;
		z-index: 11;
		display: none;
		border: 1px solid #CCCCCC;
	}
	#dd-header-nav-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #00000099;
		z-index: 10;
	}
	#dd-header-nav .dd-header-container::before {
		content: none;
	}
	#dd-header-nav ul {
		display: block;
	}
	#dd-header-nav ul li {
		display: block;
		width: 100%;
	}
	#dd-header-nav ul li a {
		font-weight: 400;
		line-height: 52px;
		border-bottom: 1px solid #CCCCCC;
		text-align: left;
		padding: 0 15px;
	}
	#dd-header-nav #dd-header-nav-title {
		display: block;
		text-align: center;
		position: relative;
		border-bottom: 2px solid #CCCCCC;
		font-weight: 700;
		font-size: 16px;
		line-height: 52px;
		color: #333;
	}
	#dd-header-nav #dd-header-nav-close {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0,-50%);
		color: #00b6de;
		cursor: pointer;
	}
	#dd-header-top .dd-header-container #dd-header-top-contribute {
		display: none;
	}
	#dd-header-top-logo img {
		width: 180px;
	}
	#dd-header-nav-btn {
		width: 77px;
	}
	#dd-header-nav #dd-header-nav-container {
		top: -77px;
		left: 0%;
		width: 100%;
	}
	#dd-header-nav ul li a.is-active::before {
		display: none;
	}
	#dd-header-nav ul li a .fas{
		float:right;
		margin-top:18px;
		margin-right:6px;
		display:block;
	}
	#dd-search-input-wrapper {
    display: none;
}
}
@media (max-width: 1270px) {
	#dd-header-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	#dd-header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/**********      DD HEADER CSS FINISH    **********/



/*****     DD TITLE BAR CSS START     *****/
.dd-title-bar-container {
	background: #00b6de;
}
.dd-title-bar-header {
    max-width: var(--max-width-index-page);
    margin-left: auto;
    margin-right: auto;
}
.dd-title-bar {
    text-align: center;
}
.dd-title-bar-text {
    color: #fff;
    font-family: var(--h1-font-family);
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 78px;
}

/*****     DD TITLE BAR CSS FINISH     *****/


/*****     MOBILE FILTER PANEL CSS START     *****/
/*DX MOBILE FILTERS OPEN */
#dx-mobile-filter-container {
    background-color:#eee;
    display:none;
    height:100vh; 
    left:0; 
    overflow:hidden; 
    position:fixed; 
    top:0; 
    width:100vw;
    z-index:999;
}
/*DX MOBILE FILTERS BUTTON */
.dx-mobile-search-toggle {
    align-items:center;
    background-color:#fff;
    border: none;
    cursor:pointer;
    display:flex;
    height:50px;
    justify-content:center;
    width:55px;
}
/*DX MOBILE FILTERS OPEN */
@media screen and (min-width:576px) {
    #dx-mobile-filter-container {
        background-color:rgba(0,0,0,0.7);
    }
}
@media screen and (min-width:990px) {
    #dx-mobile-filter-container, #dx-mobile-search-wrapper {
        display:none!important;
   }
}
.dx-mobile-filter-outer {
    height:100%;
    padding:15px;
}
@media screen and (min-width:576px) {
    .dx-mobile-filter-outer {
        margin:30px;
        max-height:calc(100% - 60px);
        padding:10px;
   }
}
@media screen and (min-width:768px) {
    .dx-mobile-filter-outer {
        margin-left:auto;
        margin-right:auto;
        max-width:600px;
   }
}
#dx-mobile-filter-apply-button {
    background-color:var(--button-background-color);
    border-color:var(--button-background-color);
    color:var(--button-font-color);
    float:right;
    margin-right:12px;
    width:200px;
}
#dx-mobile-filter-clear-all-button {
    color:var(--button-background-color);
    width:200px;
}
.dx-mobile-filter-cats-content {
    flex:1;
    overflow:auto;
}
.dx-mobile-filter-footer {
    background-color:#fff;
    border-top:1px solid #ccc;
    height:62px;
}
.dx-mobile-filter-footer button {
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:3px;
    font-weight:700;
    height:40px;
    margin-left:12px;
    margin-top:12px;
}
.dx-mobile-filter-selected {
    position:fixed;
    right:46px;
}
.dx-mobile-main-filter,.dx-mobile-sub-filter {
    background-color:#eee;
    border:1px solid #ccc;
    display:flex;
    flex-direction:column;
    font-family:var(--sub-menu-font-family);
    height:100%;
    overflow-y:auto;
}
.dx-mobile-sub-filter {
    display:none;
}
@media (max-width: 500px) {
    #dx-mobile-filter-clear-all-button,#dx-mobile-filter-apply-button {
        width:100px;
   }
}
@media (min-width:578px) {
    .dx-mobile-filter-selected {
        position:fixed;
        right:72px;
   }
}
@media (min-width:768px) {
    .dx-mobile-filter-selected {
        position:fixed;
        right:120px;
   }
}
.dx-mobile-filter-cats li {
    cursor:pointer;
}
.dx-mobile-filter-cats,.dx-mobile-filter-search {
    list-style:none;
    margin:0;
    padding:0;
}
.dx-mobile-filter-icon i {
    margin-right:15px;
}
.dx-mobile-filter-search .dx-mobile-filter-style:last-of-type {
    border-bottom-width:0;
}
.dx-mobile-filter-search li span {
    color:#ccc;
    margin-left:5px;
}
.dx-mobile-filter-style {
    align-items:center;
    background-color:#fff;
    border-bottom:1px solid #f1f1f1;
    display:flex;
    justify-content:space-between;
    padding:15px;
}
.dx-mobile-filter-style > div > span {
    display:none;
}
.dx-mobile-filter-title {
    font-weight:600;
    font-family:var(--main-font-family);
}
.dx-mobile-search-header {
    padding:15px;
}

/*FONT AWESOME*/
i.fas.fa-sliders-h {
    color: var(--fa-icons-color);
}
i.fas.fa-chevron-right {
    color: var(--fa-icons-color);
}
i.fas.fa-times.dx-mobile-filter-close {
    color: var(--fa-icons-color);
}
i.fas.fa-clock {
    color: var(--fa-icons-color);
}
i.fas.fa-list {
    color: var(--fa-icons-color);
}
i.fas.fa-file-download {
    color: var(--fa-icons-color);
}
i.fas.fa-user-tag {
    color: var(--fa-icons-color);
}
.fa-circle.active, .fa-check-square.active {
    color: var(--fa-icons-color);
}
.fa-circle, .fa-check-square {
    color: var(--main-border-color);
}

/*****     MOBILE FILTER PANEL CSS FINISH     *****/


/*****     KEYWORD SEARCH PANEL CSS START     *****/
#dx-search-template {
   display:none;
}
#dx-search-input-wrapper {
   display:inline-block;
   width:100%;
   margin-top:50px;
   margin-left:5%;
}
#dx-search-input-pill-holder {
   margin-left: auto;
   margin-right: auto;
   display: block;
   max-width: 100%;
}
#dx-search-input,#dx-search-input-mobile {
   margin-left: auto;
   margin-right: auto;
   display: block;
   max-width: 100%;
   margin-top: 40px;
   height: 50px;
   border: none;
   width: 100%;
   padding-left: 15px;
   font-family: var(--main-font-family);
   font-size: var(--main-font-size);
}
#dx-search-input-mobile {
	margin-top: 0px;
}

@media (max-width: 990px) {
   #dx-search-input {
       margin-top: 0px;
       height: 50px;
     }
} 
#dx-search-input-wrapper>div>.fa-search {
   color: #00b6de;
   padding: 4px;
   font-size: 28px;
   cursor: pointer;
   pointer-events: all;
}
.dx-easy-autocomplete a{
    display:block
 }
#dx-mobile-menu input[type=text] {
    border: none;
    font-size:15px;
    height:50px;
    padding:10px 12px;
    width:calc(100% - 11px);
    font-family: var(--menu-font-family);
}
#dx-mobile-menu input::placeholder {
    color: var(--main-font-color);
    font-family: var(--menu-font-family);
    font-size: 15px;
}
.btn.btn-success.btn-xs.de-search-phrase.btn-de-pill {
   font-size: 12px;
   background-color: var(--smart-search-pill-active-color);
   color: var(--smart-search-pill-active-font-color);
   border-radius: 15px;
   border:none;
   margin-left: 20px;
   padding: 8px 16px 8px 16px;

}
.dx-easy-autocomplete-container{
   position: absolute;
   width: 35%;
   z-index: 2;
   font-family: var(--main-font-family);
   margin-left: auto;
   margin-right: auto;
}
.dx-easy-autocomplete-container ul{
   background:none repeat scroll 0 0 #ffffff;
   border-top:1px dotted #ccc;
   display:none;
   margin-top:0;
   padding-bottom:10px;
   padding-left:0;
   top:-1px;
}
.dx-easy-autocomplete-container ul li {
   background:inherit;
   border-color:#efefef;
   border-style:solid;
   border-width:0 1px;
   display:block;
   font-size:14px;
   font-weight:normal;
   padding:4px 12px;
}

.dx-search-input-button {
   float: right;
   margin-top: -50px;
   background-color: #ccc;
   color: #fff;
   padding: 17px 20px 17px 19px;
   cursor: pointer;
}
/*****     KEYWORD SEARCH CSS FINISH     *****/



/*****     SMART SEARCH CSS START     *****/
#dx-smart-search-banner {
    align-items:center;
    background-color:var(--main-tile-bg-color);
    background-image:url(https://demandexchange-cdn.s3.eu-west-2.amazonaws.com/images/powered-by-demand-exchange-ai.png);
    background-position:left top;
    background-repeat:no-repeat;
    border:1px solid;
    border-color:var(--main-border-color);
    display:flex;
    height:75px;
    overflow:hidden;
    padding-left:225px;
    position:relative;
    width:100%;
}
#dx-smart-search-row {
    margin-left:auto;
    margin-right:auto;
    padding-top:12px;
    display:flex;
}
#dx-smart-search-text {
    font-family:var(--main-font-family);
    font-size:20px;
    color: var(--main-font-color);
    font-weight:700;
    left:58px;
    position:absolute;
    top:6px;
}
.dx-smart-search {
    background-color:var(--smart-search-pill-color);
    background-image:none;
    border:1px solid;
    border-color:var(--main-border-color);
    border-radius:20px;
    color:var(--smart-search-pill-font-color);
    cursor:pointer;
    display:inline-block;
    font-family:var(--pill-font-family);
    font-size:var(--main-font-size);
    height:40px;
    margin:2px;
    padding:6px 12px;
    text-align:center;
    touch-action:manipulation;
    user-select:none;
    vertical-align:middle;
    white-space:nowrap;
    margin-left: 5px;
    text-transform: capitalize;
}
.dx-smart-search.btn-success {
    background-color: var(--smart-search-pill-active-color);
    color: var(--smart-search-pill-active-font-color);
}
.dx-smart-search > .fa-plus {
    color:var(--smart-search-pill-plus-color);
    margin-left: 5px;
}
.fa-plus:before {
    content:"\f067";
}
.dx-smart-search:hover,.dx-smart-search:focus,.dx-smart-search:active {
    background-color:var(--smart-search-pill-hover-color);
    color:var(--smart-search-pill-hover-font-color);
}
.dx-smart-search-inner {
    float:left;
}
@media screen and (max-width:990px) {
    #dx-smart-search-row,#dx-asset-index .dd-left-nav {
        display:none;
   }
}
@media (max-width:768px) {
    #dx-smart-search-row {
        display:none;
   }
}
/*****     SMART SEARCH CSS FINISH     *****/


/*****     FILTER PANEL CSS START     *****/
.dx-filter-panel {
    background-color:var(--main-tile-bg-color);
    border-color:var(--main-border-color);
    border-style:solid;
    border-width:1px;
    font-family:var(--sub-menu-font-family);
    padding:10px;
}
.dx-filter-panel h5 {
    color:var(--main-font-color);
    font-family:var(--menu-font-family);
    font-size:var(--h5-font-size);
    font-style:normal;
    font-weight:400;
    margin:0 0 10px;
}
.dx-filter-text,
#dx-filter-by-partner,
#dx-filter-by-topic,
#dx-filter-by-type,
#dx-filter-by-time {
    font-size:var(--main-font-size);
}
@media (max-width: 990px) {
    .dx-filter-text {
        display:inline-block;
        width:100px;
   }
}
.dx-filter-select {
    background-color:#efefef;
    color:#555;
    display:block;
    font-family:var(--sub-menu-font-family);
    font-weight:300;
    line-height:1.5;
    height:34px;
    margin-bottom:10px;
    padding:6px 12px;
    width:100%;
    border: none;
}
@media (max-width: 990px) {
    .dx-filter-select {
        display:inline-block;
        width:calc(100% - 100px);
   }
}
/*****     FILTER PANEL CSS FINISH     *****/


/*****     MOST POPULAR CSS START     *****/
.dx-most-popular {
    background-color:var(--main-tile-bg-color);
    border-color:var(--main-border-color);
    border-style:solid;
    border-width:1px;
    font-family:var(--sub-menu-font-family);
    padding:10px;
}
.dx-most-popular h5 {
    color:var(--main-font-color);
    font-family:var(--menu-font-family);
    font-size: var(--h5-font-size);
    font-style:normal;
    font-weight:400;
    margin:0 0 10px;
}
.dx-most-popular-assets {
    color:var(--main-font-color);
    display:block;
    font-size:var(--main-font-size);
    font-style:normal;
    font-weight:300;
    text-decoration:none;
    margin-bottom: 15px;
}
.dx-most-popular-assets:hover {
    color:var(--main-font-color);
    text-decoration:underline;
}
/*****     MOST POPULAR CSS FINISH     *****/


/*****     RESULTS BANNER CSS START     *****/
#dx-results-banner {
    background-color:var(--main-tile-bg-color);
    border-color:var(--main-border-color);
    font-family:var(--sub-menu-font-family);
    color:var(--main-font-color);
    font-size:var(--main-font-size);
    border-style:solid;
    border-width:1px;
    height:auto;
    padding:10px;
	width:auto;
	margin:0px;
	margin-bottom:12px;
	display:flow-root;
	line-height:22px;
}

#dx-clear-filters 
{
	display:none;
	height: 21px;
	border-radius: 16px;
	margin-right: 4px;
	font-size: var(--main-font-size);
	float: right;
	border:	1px solid;
	border-color: var(--read-time-bg-color);
	background-color: var(--read-time-bg-color);
	color: var(--read-time-font-color);
	cursor: pointer;
}

/*****     RESULTS BANNER CSS FINISH     *****/



/*****    DD ASSET CARD CSS START /pages/css/dd-asset-card.css     *****/


.dx-asset-card {
    background-color:var(--main-tile-bg-color);
    border-color:var(--main-border-color);
    border-style:solid;
    border-width:1px;
    padding:10px;
    position:relative;
}
.dx-asset-time-to-read {
    background-color:var(--read-time-bg-color);
    color:var(--read-time-font-color);
    font-family:"Roboto",sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    padding:8px;
    position:absolute;
}
.dx-asset-time-to-read .fa {
    margin-right:4px;
}

.dx-asset-starttimes{
    font-size:10px;margin-top:4px;
}

}
i.fa.fa-clock-o {
    color:var(--read-time-font-color);
}
.fa-clock-o:before {
    content:"\f017";
}
.dx-asset-type {
    background-color:var(--asset-type-bg-color);
    color:var(--asset-type-font-color);
    cursor:pointer;
    display:inline-block;
    font-family:var(--main-font-family);
    font-size:12px;
    font-style:normal;
    font-weight:300;
    margin-top:10px;
    padding:6px 8px;
}
.dx-asset-title {
    color:var(--main-font-color);
    font-family:var(--h4-font-family);
    font-size:var(--h4-font-size);
    font-style:normal;
    font-weight:500;
    margin-top:10px;
    margin-bottom:40px;

}
.dx-asset-title {
    color:var(--main-font-color);
    text-decoration:none;
}
.dx-asset-thumb {
    border: 1px solid #efefef;
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-height:250px;
    max-width:100%;
}
.dx-partner-logo {
    margin-bottom: 6px;
    width:100%;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.dx-partner-logo img {
    max-height:35px;
    max-width:70px;
}
.dx-partner-name {
    color:var(--partner-font-color);
    font-family:var(--main-font-family);
    font-size:14px;
    font-weight:600;
    margin-bottom: 30px;
    margin-top: 10px;

    display:none;
}
.dx-asset-type-icon {
    padding-right: 5px;
}
@media (min-width: 990px) {
    #dx-asset-index .content {
        width:calc(100% - 206px);
   }
}
@media (min-width: 480px) {
   .dx-asset-time-to-read {
        right:-1px;
        top:22px;
    }
    .dx-asset-thumb-container {
        display:block;
        height:auto;
        margin-left:auto;
        margin-right:auto;
        width:100%;
    }
    .dx-partner-logo {
        text-align:right;
   }
    .dx-asset-card {
        flex:0 0 calc(50% - 10px);
        flex-direction:column;
    }
}
@media screen and (max-width:479px) {
   .dx-asset-time-to-read {
       bottom:10px;
        left:180px;
        margin-left:2px;
        padding:6px;
    }
    .dx-asset-thumb-container {
        float:left;
        margin-right:10px;
        min-height: 140px;
    }
   .dx-asset-type {
        bottom:10px;
        position:absolute;
    }
    .dx-asset-title {
        font-size:14px;
        margin-top: 40px;
    }
   .dx-asset-thumb {
        max-width:100px;
    }
   .dx-partner-logo {
        top: 10px;
        margin-bottom:-9px;
        position:absolute;
        right:10px;
        width:auto;
    }
    .dx-partner-name {
        display: none;
    }
}
/*****     ASSET CARD CSS FINISH     *****/


/***********     DD FOOTER CSS START     **********/
#dd-footer-outer {
	background: #3d4a5a;
	color: #fff;
	padding: 50px 15px 50px 0;
}
#dd-footer-outer .dd-footer-container {
	display: flex;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
#dd-footer-logo {
	display: flex;
	flex: 0 35%;
	flex-direction: column;
	padding-left: 15px;
}
#dd-footer-logo p {
	display: block;
	color: #FFF;
	font-size: 14px;
	margin: 0;
    padding-top: 10px;
    font-family: "roboto", sans-serif;
}
#dd-footer-logo img {
	width: 340px;
	max-width: 100%;
}
#dd-footer-links {
	display: flex;
	flex: 0 65%;
	align-items: flex-end;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	padding-right: 15px;
}
#dd-footer-links #dd-footer-social {
	margin: 0 0 2px auto;
}
#dd-footer-links #dd-footer-social img {
	width: 40px;
	padding: 5px;
}
#dd-footer-links ul {
	padding: 0;
	margin: 0 0 7px 30px;
	list-style: none;
}
#dd-footer-links ul li {
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #00b6de;
}
#dd-footer-links ul li a {
	color: #fff;
	margin: 0 .25em;
	padding: 0 .25em;
	text-decoration: none;
	font-weight: 500;
}
@media (max-width: 1074px) {
	#dd-footer-outer {
		padding: 56px 0 50px 0;
	}
	#dd-footer-outer .dd-footer-container {
		display: block;
		text-align: center;
	}
	#dd-footer-logo p {
		font-size: 14px;
		font-family: "Roboto" , sans-serif;
	}
	#dd-footer-logo img {
		width: 350px;
	}
	#dd-footer-logo {
		display: block;
		margin-right: 20px;
	}
	#dd-footer-links {
		display: block;
	}
	#dd-footer-links {
		margin-top: 30px;
	}
	#dd-footer-links ul, #foot-social {
		display: inline-block;
	}
	#dd-footer-links ul {
		margin-left: 30px;
		vertical-align: 10px;
	}
}
@media (max-width: 1074px) {
	#dd-footer-social {
		display: block;
		width: 100%;
	}
	#dd-footer-links ul {
		margin: 33px 0 8px 0;
	}
}
/***********     DD FOOTER CSS FINISH     **********/



/*****     ASSET INDEX CSS START     *****/
body {
	background-color: var(--body-bg-color);
	}
.dx-asset-card-deck {
    clear:both;
    display:flex;
    flex-direction: column;
    width: 101%;
    flex-flow:row wrap;
}
.dx-asset-index-container-outer {
    background-color: var(--body-bg-color);
}
@media (max-width: 1280px) {
    .dx-asset-index-container {
        padding-left: 10px;
        padding-right: 10px;
   }
}
.dx-asset-index-container {
    margin-left: auto;
    margin-right: auto;
    max-width:var(--max-width-index-page);
    width:100%;
}
#dx-asset-index {
    display:flex;
    margin-top:10px;
}
.dx-filter-panel {
    margin-bottom:10px;
}
@media (min-width: 990px) {
    #dx-asset-index {
         justify-content:space-between;
   }
}
@media (min-width: 990px) {
    #dx-asset-index .dd-left-nav {
        width:200px;
        margin-right:10px
   }
}
@media (min-width: 990px) {
    #dx-asset-index .content {
        width:calc(100% - 206px);
   }
}
/*DX MOBILE MENU */
#dx-mobile-menu {
    align-items:center;
    display:flex;
    justify-content:space-between;
    border: none;
    margin-left: 5px;
}
@media (min-width: 480px) {
    #dx-mobile-menu {
        padding-left: 6px;
   }
}
@media screen and (min-width:990px) {
    #dx-mobile-menu {
        display:none;
   }
}
@media (max-width:480px) {
    #dx-mobile-menu {
        margin-left:10px;
   }
}
@media (min-width:990px) {
	.dx-mobile-search-filters {
		display: none!important;
	}
}
@media screen and (max-width:990px) {
    i.fas.fa-search.form-control-feedback {
     display: none;
     }
 }
.dx-mobile-search-filters {
    display: inline-flex;
    width: inherit;
    padding-top: 10px;
}
#dx-mobile-search-wrapper {
    display: flex;
    flex-direction: column;
    width: inherit;
}
@media (min-width: 480px) {
    .dx-asset-card {
        flex:0 0 calc(50% - 10px);
        flex-direction:column;
    }
}
@media (min-width: 480px) {
    .dx-asset-card-deck .dx-asset-card {
        /* flex:0 0 calc(50% - 10px); */
        flex-direction:column;
    }
}
@media (min-width: 580px) {
    .dx-asset-card-deck .dx-asset-card {
        flex-basis:var(--three-column-index);
   }
}
@media (min-width: 780px) {
    .dx-asset-card-deck .dx-asset-card {
        flex-basis:var(--four-column-index);
   }
}
@media (min-width: 1200px) {
    .dx-asset-card-deck .dx-asset-card {
        flex-basis:var(--five-column-index);
   }
}   
@media (max-width:479px) {
    .dx-asset-card {
        display:block;
        flex-basis:100%;
        flex-direction:row;
        margin-right: 5px;
    }
}
@media (max-width:479px) {
    .dx-asset-card-deck {
        width: 100%;
    }
}
/*****FRAGMENT OVERIDES*****/
.dx-asset-card {
    margin-bottom: 10px;
}
@media (min-width: 480px) {
.dx-asset-card {
    margin-right: 10px;
    }
}
/*****     ASSET INDEX CSS FINISH     *****/
/***********     DD 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: "Roboto", sans-serif;
	--h1-font-size: 30px;
	--h1-font-color: #333;
	--h1-font-weight: 400;

	--h2-font-family: "Roboto", sans-serif;
	--h2-font-size: 18px;
	--h2-font-color: #333;
	--h2-font-weight: 400;

	--h3-font-family: "Roboto", sans-serif;
	--h3-font-size: 18px;
	--h3-font-color: #333;
	--h3-font-weight: 400;

	--h4-font-family: "Roboto", sans-serif;
	--h4-font-size: 14px;
	--h4-font-color: #333;
	--h4-font-weight: 400;

	--h5-font-family: "Roboto", sans-serif;
	--h5-font-size: 12px;
	--h5-font-color: #333;
	--h5-font-weight: 400;

	--main-font-family: "Roboto", sans-serif;
	--pill-font-family: "Roboto", sans-serif;
	--menu-font-family: "Roboto", sans-serif;
	--sub-menu-font-family: "Roboto", sans-serif;

	--landing-page-body-font-size: 16px;
	--landing-page-body-font-color: #333;
	--landing-page-title-font-size: 32px;
	--landing-page-title-font-color: #333;
	--landing-page-bg-color: #efefef;
	--landing-page-box-color: #fff;
	--landing-page-form-bg-color: #fff;

	--form-title-font-size: 16px;
	--form-title-font-color: #333;
	--form-label-font-size: 13px;
	--form-label-font-color: #333;
	--form-placeholder-font-size: 13px;
	--form-placeholder-font-color: #aaa;
	--form-input-font-size: 13px;
	--form-input-font-color: #333;
	--form-opt-in-font-size: 11px;
	--form-opt-in-font-color: #333;
	--privacy-link-font-size: 11px;
	--privacy-link-color: #00b6de;

	--main-font-color: #333;
	--main-bg-color: #EFEFEF;
	--main-font-size: 14px;
	--main-border-color: #efefef;
	--main-tile-bg-color: #fff;

	--partner-font-color: #333;
	--partner-font-size: 16px;
	--partner-font-weight: 400;
	--partner-font-family: "Roboto", sans-serif;

	--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: #4cae4c;
	--smart-search-pill-active-font-color: #fff;
	--smart-search-pill-plus-color:#00b6de;

	--read-time-bg-color: #00b6de ;
	--read-time-font-color: #fff;

	--asset-type-bg-color: #3d4a5a;
	--asset-type-font-color: #fff;

	--fa-icons-color:#00b6de;

	--button-background-color:#00b6de;
	--button-font-color:white;

	--grid-title-font-size:16px;
	--grid-title-font-weight:500;

	--breadcrumb-bg-color: #fff;
	--breadcrumb-font-color: #333;
	--breadcrumb-font-size: 13px;
	--breadcrumb-font-weight: 400;
	--breadcrumb-font-family: "Roboto", sans-serif;

	--also-interested-in-background-color: #00b6de;
	--also-interested-in-height: 45px;
	--also-interested-in-line-height: 45px;
	--also-interested-in-font-size: 16px;
	--also-interested-in-font-color: #fff;
}
/***********     DD STYLE CSS FINISH     **********/