<!DOCTYPE html><html id="phx-wrapper" lang="en-us"><head><style type="text/css">[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important;}
</style><script>var appCacheBuster = "v=2019-03-19-190343-b73aa60-013019";</script><script>window.Promise||document.write('<script src="/.bootscripts/polyfills/promise.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>window.fetch||document.write('<script src="/.bootscripts/polyfills/fetch.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>Object.assign||document.write('<script src="/.bootscripts/polyfills/assign.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(typeof window.Element.prototype.closest === 'function')||document.write('<script src="/.bootscripts/polyfills/element-closest.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(window.customElements&&window.customElements.define&&window.customElements.get&&window.customElements.whenDefined)||document.write('<script src="/.bootscripts/polyfills/webcomponents.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(String.prototype.endsWith||String.prototype.startsWith)||document.write('<script src="/.bootscripts/polyfills/string.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>"use strict";if(typeof IntersectionObserver==="undefined"||"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&!("isIntersecting"in window.IntersectionObserverEntry.prototype)){document.write("<script src=\"/.bootscripts/polyfills/intersectionobserver.min.js?"+appCacheBuster+"\"></s"+"cript>")}</script><script>"use strict";(function(){if(typeof window.CustomEvent==="function")return false;function CustomEvent(event,params){params=params||{bubbles:false,cancelable:false,detail:undefined};var evt=document.createEvent("CustomEvent");evt.initCustomEvent(event,params.bubbles,params.cancelable,params.detail);return evt}CustomEvent.prototype=window.Event.prototype;window.CustomEvent=CustomEvent})();</script><script>(function(siteProductionDomain, useCMP) {"use strict";function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function _iterableToArray(iter){if(Symbol.iterator in Object(iter)||Object.prototype.toString.call(iter)==="[object Arguments]")return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr)){for(var i=0,arr2=new Array(arr.length);i<arr.length;i++){arr2[i]=arr[i]}return arr2}}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor}var VENDOR_CONSENT_COOKIE_NAME="euconsent";var RANGE_ENCODING=1;var CONSENT_STRING_VERSION=1;var SHARED_FIELD_MAP=[{name:"cookieVersion",type:"int",numBits:6},{name:"created",type:"date",numBits:36},{name:"lastUpdated",type:"date",numBits:36},{name:"cmpId",type:"int",numBits:12},{name:"cmpVersion",type:"int",numBits:12},{name:"consentScreen",type:"int",numBits:6},{name:"consentLanguage",type:"6bitchar",numBits:12},{name:"vendorListVersion",type:"int",numBits:12}];var VENDOR_FIELD_MAP={fields:[].concat(SHARED_FIELD_MAP,[{name:"purposeIdBitString",type:"bits",numBits:24},{name:"maxVendorId",type:"int",numBits:16},{name:"encodingType",type:"int",numBits:1},{name:"defaultConsent",type:"bool",numBits:1},{name:"numEntries",type:"int",numBits:12},{name:"vendorRangeList",type:"list",listCount:function listCount(decodedObject){return decodedObject.numEntries},validator:function validator(decodedObject){return decodedObject.encodingType===RANGE_ENCODING},fields:[{name:"isRange",type:"bool",numBits:1},{name:"startVendorId",type:"int",numBits:16},{name:"endVendorId",type:"int",numBits:16,validator:function validator(decodedObject){return decodedObject.isRange}}]}])};var PUBLISHER_CONSENT_COOKIE_NAME="eupubconsent";var PUBLISHER_FIELD_MAP={fields:[].concat(SHARED_FIELD_MAP,[{name:"publisherPurposeVersion",type:"int",numBits:12},{name:"standardPurposeIdBitString",type:"bits",numBits:24},{name:"numCustomPurposes",type:"int",numBits:6},{name:"customPurposeIdBitString",type:"bits",numBits:function numBits(decodedObject){return decodedObject.numCustomPurposes}}])};var SIX_BIT_ASCII_OFFSET=65;var endpointTimeout=2000;var GdprStatus=function(){_createClass(GdprStatus,[{key:"VENDOR_IDS",get:function get(){return{indexexchange:10,sovrn:13,oath:25,appnexus:32,rhythmone:36,skimbit:46,rubicon:52,"33across":58,sift:69,pubmatic:76,comscore:77,criteo:91,teads:132,spotx:165,revcontent:203,adobe:264,nielsen:373,clicksco:493}}},{key:"PURPOSE_IDS",get:function get(){return{storage:1,personalization:2,advertising:3,content:4,measurement:5}}}]);function GdprStatus(){var _this=this;_classCallCheck(this,GdprStatus);this.decoder=new CmpCookieDecoder;var resolveApplicable,rejectApplicable;this.applicablePromise=new Promise(function(resolve,reject){var detectionTimeout=setTimeout(function(){reject("Timeout")},endpointTimeout);resolveApplicable=function resolveApplicable(result){clearTimeout(detectionTimeout);if(result){_this._applyClass()}resolve(result)};rejectApplicable=function rejectApplicable(err){clearTimeout(detectionTimeout);reject(err)}});var resolveMavenUid,rejectMavenUid;this.mavenUidPromise=new Promise(function(resolve,reject){var detectionTimeout=setTimeout(function(){reject("Timeout")},endpointTimeout);resolveMavenUid=function resolveMavenUid(uid){clearTimeout(detectionTimeout);resolve(uid)};rejectMavenUid=function rejectMavenUid(err){clearTimeout(detectionTimeout);reject(err)}});fetch("https://uid.mavencoalition.io/",{credentials:"include"}).then(function(response){if(response.status===403){resolveApplicable(true);resolveMavenUid(null)}else if(response.status===200){response.json().then(function(payload){resolveApplicable(false);resolveMavenUid(payload.uid)})}else{throw new Error("invalid UID service response")}}).catch(function(err){console.error(err);rejectMavenUid(err);rejectApplicable(err)})}_createClass(GdprStatus,[{key:"_applyClass",value:function _applyClass(){var cls="is-gdpr-applicable";if(document.body){document.body.classList.add(cls)}else{document.addEventListener("DOMContentLoaded",this._applyClass.bind(this))}}},{key:"isApplicable",value:function isApplicable(){if(window.location.hash&&window.location.hash==="#assumeGdprApplicable"&&window.location.hostname!==this._siteProductionDomain){this._applyClass();return Promise.resolve(true)}return this.applicablePromise}},{key:"isApplicableSafe",value:function isApplicableSafe(){return this.isApplicable().catch(function(err){console.error(err);return true})}},{key:"getMavenUid",value:function getMavenUid(){return this.mavenUidPromise}},{key:"getMavenUidSafe",value:function getMavenUidSafe(){return this.getMavenUid().catch(function(err){console.error(err);return null})}},{key:"isConsentSet",value:function isConsentSet(){if(!this._useCMP){return false}return!!this.decoder.readCookie(VENDOR_CONSENT_COOKIE_NAME)||!!this.decoder.readCookie(PUBLISHER_CONSENT_COOKIE_NAME)}},{key:"waitForConsentValue",value:function waitForConsentValue(){var _this2=this;if(!this._useCMP){return Promise.resolve()}if(!this._consentSetPromise){this._consentSetPromise=new Promise(function(resolve,reject){if(_this2.isConsentSet()){resolve(true);return}function setCallback(){if(window.phxConsentManagement){window.phxConsentManagement.setConsentUiCallback(function(){resolve(true)});return true}return false}if(!setCallback()){window.setTimeout(function(){if(!setCallback()){reject("phxConsentManagement was not resolved in time.")}},1000)}})}return this._consentSetPromise}},{key:"isConsentGivenForPublisherPurpose",value:function isConsentGivenForPublisherPurpose(purposeId){if(!this._useCMP){return Promise.resolve(false)}return this.getPublisherConsentValues().then(function(publisherValues){return publisherValues&&(publisherValues.selectedPurposeIds.has(purposeId)||publisherValues.selectedCustomPurposeIds.has(purposeId))})}},{key:"isConsentGivenForVendorPurpose",value:function isConsentGivenForVendorPurpose(purposeId){if(!this._useCMP){return Promise.resolve(false)}return Promise.all([this.getVendorConsentValues(),this.getPublisherConsentValues()]).then(function(values){var vendorValues=values[0];var publisherValues=values[1];return vendorValues&&vendorValues.selectedPurposeIds.has(purposeId)&&publisherValues&&(publisherValues.selectedPurposeIds.has(purposeId)||publisherValues.selectedCustomPurposeIds.has(purposeId))})}},{key:"isConsentGivenForVendor",value:function isConsentGivenForVendor(vendorId){if(!this._useCMP){return Promise.resolve(false)}return this.getVendorConsentValues().then(function(consentValues){return consentValues&&consentValues.selectedVendorIds.has(vendorId)})}},{key:"getVendorConsentValues",value:function getVendorConsentValues(){var cookie=this.decoder.readCookie(VENDOR_CONSENT_COOKIE_NAME);return Promise.resolve(cookie&&this.decoder.decodeVendorConsentData(cookie))}},{key:"getPublisherConsentValues",value:function getPublisherConsentValues(){var cookie=this.decoder.readCookie(PUBLISHER_CONSENT_COOKIE_NAME);return Promise.resolve(cookie&&this.decoder.decodePublisherConsentData(cookie))}},{key:"siteProductionDomain",set:function set(siteProductionDomain){this._siteProductionDomain=siteProductionDomain}},{key:"useCMP",set:function set(state){this._useCMP=state}}]);return GdprStatus}();var CmpCookieDecoder=function(){function CmpCookieDecoder(){_classCallCheck(this,CmpCookieDecoder)}_createClass(CmpCookieDecoder,[{key:"_decodeBitsToInt",value:function _decodeBitsToInt(bitString,start,length){return parseInt(bitString.substr(start,length),2)}},{key:"_decodeBitsToDate",value:function _decodeBitsToDate(bitString,start,length){return new Date(this._decodeBitsToInt(bitString,start,length)*100)}},{key:"_decodeBitsToBool",value:function _decodeBitsToBool(bitString,start){return parseInt(bitString.substr(start,1),2)===1}},{key:"_decode6BitCharacters",value:function _decode6BitCharacters(bitString,start,length){var decoded="";var decodeStart=start;while(decodeStart<start+length){decoded+=String.fromCharCode(SIX_BIT_ASCII_OFFSET+this._decodeBitsToInt(bitString,decodeStart,6));decodeStart+=6}return decoded}},{key:"_decodeField",value:function _decodeField(_ref){var _this3=this;var input=_ref.input,output=_ref.output,startPosition=_ref.startPosition,field=_ref.field;var type=field.type,numBits=field.numBits,listCount=field.listCount,validator=field.validator;if(typeof validator==="function"){if(!validator(output)){return{newPosition:startPosition}}}var bitCount=typeof numBits==="function"?numBits(output):numBits;var listEntryCount=typeof listCount==="function"?listCount(output):typeof listCount==="number"?listCount:0;switch(type){case"int":return{fieldValue:this._decodeBitsToInt(input,startPosition,bitCount)};case"bool":return{fieldValue:this._decodeBitsToBool(input,startPosition)};case"date":return{fieldValue:this._decodeBitsToDate(input,startPosition,bitCount)};case"bits":return{fieldValue:input.substr(startPosition,bitCount)};case"6bitchar":return{fieldValue:this._decode6BitCharacters(input,startPosition,bitCount)};case"list":return new Array(listEntryCount).fill().reduce(function(acc){var _this3$_decodeFields=_this3._decodeFields({input:input,fields:field.fields,startPosition:acc.newPosition}),decodedObject=_this3$_decodeFields.decodedObject,newPosition=_this3$_decodeFields.newPosition;return{fieldValue:[].concat(_toConsumableArray(acc.fieldValue),[decodedObject]),newPosition:newPosition}},{fieldValue:[],newPosition:startPosition});default:return{};}}},{key:"_decodeFields",value:function _decodeFields(_ref2){var _this4=this;var input=_ref2.input,fields=_ref2.fields,_ref2$startPosition=_ref2.startPosition,startPosition=_ref2$startPosition===void 0?0:_ref2$startPosition;var position=startPosition;var decodedObject=fields.reduce(function(acc,field){var name=field.name,numBits=field.numBits;var _this4$_decodeField=_this4._decodeField({input:input,output:acc,startPosition:position,field:field}),fieldValue=_this4$_decodeField.fieldValue,newPosition=_this4$_decodeField.newPosition;if(fieldValue!==undefined){acc[name]=fieldValue}if(newPosition!==undefined){position=newPosition}else if(typeof numBits==="number"){position+=numBits}return acc},{});return{decodedObject:decodedObject,newPosition:position}}},{key:"_decodeCookieValue",value:function _decodeCookieValue(cookieValue,definitionMap){var unsafe=cookieValue.replace(/-/g,"+").replace(/_/g,"/")+"==".substring(0,3*cookieValue.length%4);var bytes=window.atob(unsafe);var inputBits="";for(var i=0;i<bytes.length;i++){var bitString=bytes.charCodeAt(i).toString(2);inputBits+=bitString.padStart(8,"0")}var _this$_decodeFields=this._decodeFields({input:inputBits,fields:definitionMap.fields}),decodedObject=_this$_decodeFields.decodedObject;return decodedObject}},{key:"_decodePublisherCookieValue",value:function _decodePublisherCookieValue(cookieValue){return this._decodeCookieValue(cookieValue,PUBLISHER_FIELD_MAP)}},{key:"_decodeVendorCookieValue",value:function _decodeVendorCookieValue(cookieValue){return this._decodeCookieValue(cookieValue,VENDOR_FIELD_MAP)}},{key:"_decodeBitsToIds",value:function _decodeBitsToIds(bitString){return bitString.split("").reduce(function(acc,bit,index){if(bit==="1"){acc.add(index+1)}return acc},new Set)}},{key:"decodePublisherConsentData",value:function decodePublisherConsentData(cookieValue){var _this$_decodePublishe=this._decodePublisherCookieValue(cookieValue),cookieVersion=_this$_decodePublishe.cookieVersion,cmpId=_this$_decodePublishe.cmpId,vendorListVersion=_this$_decodePublishe.vendorListVersion,publisherPurposeVersion=_this$_decodePublishe.publisherPurposeVersion,created=_this$_decodePublishe.created,lastUpdated=_this$_decodePublishe.lastUpdated,standardPurposeIdBitString=_this$_decodePublishe.standardPurposeIdBitString,customPurposeIdBitString=_this$_decodePublishe.customPurposeIdBitString;if(cookieVersion!==CONSENT_STRING_VERSION){throw new Error("Unsupported cookie version detected")}return{cookieVersion:cookieVersion,cmpId:cmpId,vendorListVersion:vendorListVersion,publisherPurposeVersion:publisherPurposeVersion,created:created,lastUpdated:lastUpdated,selectedPurposeIds:this._decodeBitsToIds(standardPurposeIdBitString),selectedCustomPurposeIds:this._decodeBitsToIds(customPurposeIdBitString)}}},{key:"decodeVendorConsentData",value:function decodeVendorConsentData(cookieValue){var _this$_decodeVendorCo=this._decodeVendorCookieValue(cookieValue),cookieVersion=_this$_decodeVendorCo.cookieVersion,cmpId=_this$_decodeVendorCo.cmpId,cmpVersion=_this$_decodeVendorCo.cmpVersion,consentScreen=_this$_decodeVendorCo.consentScreen,consentLanguage=_this$_decodeVendorCo.consentLanguage,vendorListVersion=_this$_decodeVendorCo.vendorListVersion,purposeIdBitString=_this$_decodeVendorCo.purposeIdBitString,maxVendorId=_this$_decodeVendorCo.maxVendorId,created=_this$_decodeVendorCo.created,lastUpdated=_this$_decodeVendorCo.lastUpdated,defaultConsent=_this$_decodeVendorCo.defaultConsent,encodingType=_this$_decodeVendorCo.encodingType,numEntries=_this$_decodeVendorCo.numEntries,vendorRangeList=_this$_decodeVendorCo.vendorRangeList;if(cookieVersion!==CONSENT_STRING_VERSION){throw new Error("Unsupported cookie version detected")}var cookieData={cookieVersion:cookieVersion,cmpId:cmpId,cmpVersion:cmpVersion,consentScreen:consentScreen,consentLanguage:consentLanguage,vendorListVersion:vendorListVersion,encodingType:encodingType,numEntries:numEntries,selectedPurposeIds:this._decodeBitsToIds(purposeIdBitString),maxVendorId:maxVendorId,created:created,lastUpdated:lastUpdated};if(encodingType===RANGE_ENCODING){var idMap=vendorRangeList.reduce(function(acc,_ref3){var isRange=_ref3.isRange,startVendorId=_ref3.startVendorId,endVendorId=_ref3.endVendorId;var lastVendorId=isRange?endVendorId:startVendorId;for(var i=startVendorId;i<=lastVendorId;i++){acc[i]=true}return acc},{});cookieData.selectedVendorIds=new Set;for(var i=0;i<=maxVendorId;i++){if(defaultConsent&&!idMap[i]||!defaultConsent&&idMap[i]){cookieData.selectedVendorIds.add(i)}}}else{throw new Error("Unsupported vendor encoding")}return cookieData}},{key:"readCookie",value:function readCookie(name){var value="; ".concat(document.cookie);var parts=value.split("; ".concat(name,"="));if(parts.length===2){return parts.pop().split(";").shift()}}}]);return CmpCookieDecoder}();window.GdprStatus=new GdprStatus;window.GdprStatus.siteProductionDomain = siteProductionDomain;
window.GdprStatus.useCMP = useCMP;
})('www.licensing.biz', true);</script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
</script><script>window.googleAnalyticsConfig = {"trackers":[{"name":"_tempestTracker","id":"UA-1778701-17","cookieDomain":"www.licensing.biz","sendEvents":true,"customDimensionMap":{"pageType":1,"parentSectionName":2,"authorName":3,"publicationQuarter":4,"channelName":11,"subscriptionStatus":12,"sectionPath":13,"eeaStatus":14,"trackedRichTermNames":16,"coreVertical":23,"specialtyVerticals":24}},{"name":"_siteTracker","id":"UA-18905459-18","cookieDomain":"www.licensing.biz","sendEvents":true,"customDimensionMap":{"subscriptionStatus":null,"trackedRichTermNames":null,"sectionPath":null,"publicationQuarter":null,"authorName":7,"pageType":null,"channelName":null,"parentSectionName":null}}],"initialModel":{"title":"Features","pageType":"Rich Term Page","path":"/tag/features","subscriptionStatus":"Unsubscribed","channelName":"Web","coreVertical":"news"},"experimentId":null} || {trackers: []};
var googleAnalyticsConfigPromiseResolved;
window.googleAnalyticsPromise = new Promise(function(resolve, reject) {
      googleAnalyticsConfigPromiseResolved = resolve;
});
Promise.all([window.GdprStatus.isApplicableSafe(), window.GdprStatus.getMavenUidSafe()]).then(function(results) {
   var isApplicable = results[0];
   var mavenUid = results[1];
  (function (googleAnalyticsConfig) {"use strict";var experimentVariant=null;if(googleAnalyticsConfig.forceVariant){experimentVariant=googleAnalyticsConfig.forceVariant}else if(window.cxApi){experimentVariant=cxApi.chooseVariation(googleAnalyticsConfig.experimentid)}window.phxExperimentVariant=experimentVariant;googleAnalyticsConfig.sendPageView=function(model){model.experimentVariant=experimentVariant;model.subscriptionStatus=window.TempestIdentity&&window.TempestIdentity.benefits.premiumExperience?"Premium":"Unsubscribed";for(var i=0;i<googleAnalyticsConfig.trackers.length;i++){var tracker=googleAnalyticsConfig.trackers[i];if(tracker.experimentOnly&&!experimentVariant){continue}var config={};var prefix="";if(tracker.name){config.name=tracker.name;prefix=tracker.name+"."}if(tracker.cookieDomain){config.cookieDomain=tracker.cookieDomain}if(tracker.sampleRate){config.sampleRate=tracker.sampleRate}model.eeaStatus=isApplicable?"1":"0";if(isApplicable){config.storage="none";config.storeGac=false}ga("create",tracker.id,config);if(isApplicable){ga(prefix+"set","displayFeaturesTask",null)}if(tracker.name==="_tempestTracker"&&mavenUid){ga(prefix+"set","userId",mavenUid)}ga(prefix+"set","page",model.path);ga(prefix+"set","title",model.title);ga(prefix+"set","anonymizeIp",true);var cd=tracker.customDimensionMap;for(var k in cd){if(!cd[k]||!cd.hasOwnProperty(k)){continue}var val=model[k];if(val!==undefined&&val!==null){ga(prefix+"set","dimension"+cd[k],""+val)}}ga(prefix+"send","pageview",model.path)}};googleAnalyticsConfigPromiseResolved();var model=googleAnalyticsConfig.initialModel;model.positionInSession="initial";googleAnalyticsConfig.sendPageView(model);window._gaSent=true;  })(window.googleAnalyticsConfig);
});</script><script async src="/.bootscripts/PhoenixGoogleAnalytics.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script>window.phoenixTrackClickEvent = function(el) {
    window.phoenixTrackClickEvent._q = (window.phoenixTrackClickEvent._q || []).push(el);
    return true;
}
</script><script async src="/.bootscripts/analytics.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script>"use strict";(function(){var pageLoadPromises=[];window.getTimedOutPageLoadPromise=function(timeoutMs){if(document.readyState==="complete"){return Promise.resolve(true)}else{var pageLoadPromise=new Promise(function(resolve,reject){window.addEventListener("load",function(){resolve(true)});pageLoadPromises.push(setTimeout(function(){resolve(true)},timeoutMs||0))});return pageLoadPromise}};window.addEventListener("load",function(){for(var i in pageLoadPromises){window.clearTimeout(pageLoadPromises[i])}})})();</script><script>"use strict";function _typeof(obj){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){_typeof=function _typeof(obj){return typeof obj}}else{_typeof=function _typeof(obj){return obj&&typeof Symbol==="function"&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj}}return _typeof(obj)}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor}function _possibleConstructorReturn(self,call){if(call&&(_typeof(call)==="object"||typeof call==="function")){return call}return _assertThisInitialized(self)}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return self}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function")}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});if(superClass)_setPrototypeOf(subClass,superClass)}function _wrapNativeSuper(Class){var _cache=typeof Map==="function"?new Map:undefined;_wrapNativeSuper=function _wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))return Class;if(typeof Class!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof _cache!=="undefined"){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper)}function Wrapper(){return _construct(Class,arguments,_getPrototypeOf(this).constructor)}Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:false,writable:true,configurable:true}});return _setPrototypeOf(Wrapper,Class)};return _wrapNativeSuper(Class)}function isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],function(){}));return true}catch(e){return false}}function _construct(Parent,args,Class){if(isNativeReflectConstruct()){_construct=Reflect.construct}else{_construct=function _construct(Parent,args,Class){var a=[null];a.push.apply(a,args);var Constructor=Function.bind.apply(Parent,a);var instance=new Constructor;if(Class)_setPrototypeOf(instance,Class.prototype);return instance}}return _construct.apply(null,arguments)}function _isNativeFunction(fn){return Function.toString.call(fn).indexOf("[native code]")!==-1}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(o,p){o.__proto__=p;return o};return _setPrototypeOf(o,p)}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)};return _getPrototypeOf(o)}var DELAY_TIMEOUT=30000;var PhoenixScript=function(_HTMLElement){_inherits(PhoenixScript,_HTMLElement);function PhoenixScript(){_classCallCheck(this,PhoenixScript);return _possibleConstructorReturn(this,_getPrototypeOf(PhoenixScript).apply(this,arguments))}_createClass(PhoenixScript,[{key:"connectedCallback",value:function connectedCallback(){this.delayLoad=this.hasAttribute("delay-load");this.blockPremium=this.hasAttribute("block-premium");this.blockGdprApplicable=this.hasAttribute("block-on-gdpr-applicable");this.waitForApp=this.hasAttribute("wait-for-app");this.templateId=this.getAttribute("script-id");this.scriptSrc=this.getAttribute("src");if(!this.templateId&&!this.scriptSrc){throw new Error("script-id or src is required")}if(this.templateId&&this.scriptSrc){throw new Error("script-id and src are mutually exclusive")}this.consentVendorId=parseInt(this.getAttribute("block-on-gdpr-vendor-consent"),10);this.consentPurposeId=parseInt(this.getAttribute("block-on-gdpr-purpose-consent"),10);this.blockGdprConsent=this.consentVendorId||this.consentPurposeId;this._handleWaitForPromises()}},{key:"_whenPageLoaded",value:function _whenPageLoaded(timeoutMs){var _this=this;if(document.readyState==="complete"){return Promise.resolve()}else{if(!this.delayLoadTimeouts){this.delayLoadTimeouts=[]}window.addEventListener("load",function(){for(var i in _this.delayLoadTimeouts){window.clearTimeout(_this.delayLoadTimeouts[i])}});return new Promise(function(resolve,reject){window.addEventListener("load",resolve);_this.delayLoadTimeouts.push(setTimeout(resolve,timeoutMs||0))})}}},{key:"_whenAppLoaded",value:function _whenAppLoaded(){if(window._angularAppLoaded===true){return Promise.resolve()}else{return new Promise(function(resolve,reject){window.addEventListener("angularAppLoaded",resolve)})}}},{key:"_handleWaitForPromises",value:function _handleWaitForPromises(){var _this2=this;var promises=[];if(this.delayLoad){promises.push(this._whenPageLoaded(DELAY_TIMEOUT))}if(this.waitForApp){promises.push(this._whenAppLoaded())}if(this.blockPremium){if(!window.phxConfigQueue){throw new Error("config object is necessary to check premium")}promises.push(new Promise(function(resolve,reject){window.phxConfigQueue.push(function(){if(this.user.hasPremium()){reject()}else{resolve()}})}))}var gdpr=window.GdprStatus;if(this.blockGdprApplicable){if(!gdpr){throw new Error("window.GdprStatus is required")}promises.push(new Promise(function(resolve,reject){gdpr.isApplicable().then(function(isApplicable){if(!isApplicable){resolve()}else{reject()}})}))}if(this.blockGdprConsent){if(!gdpr){throw new Error("window.GdprStatus is required")}promises.push(new Promise(function(resolve,reject){return gdpr.isApplicable().then(function(isApplicable){if(isApplicable){gdpr.waitForConsentValue().then(function(){var promises=[];if(_this2.consentVendorId){promises.push(gdpr.isConsentGivenForVendorPurpose(_this2.consentPurposeId));promises.push(gdpr.isConsentGivenForVendor(_this2.consentVendorId))}else{promises.push(gdpr.isConsentGivenForPublisherPurpose(_this2.consentPurposeId));promises.push(Promise.resolve(true))}Promise.all(promises).then(function(values){if(values[0]&&values[1]){resolve()}else{reject()}})})}else{resolve()}})}))}Promise.all(promises).then(function(){_this2._inject()}).catch(function(){})}},{key:"_inject",value:function _inject(){var script=document.createElement("script");if(this.scriptSrc){script.src=this.scriptSrc}else if(this.templateId){var template=document.getElementById(this.templateId);if(!template){throw new Error("template not found for "+this.templateId)}script.innerHTML=template.innerHTML;template.parentElement.removeChild(template)}this.appendChild(script)}}]);return PhoenixScript}(_wrapNativeSuper(HTMLElement));window.customElements.define("phoenix-script",PhoenixScript);</script><script>(function(d) {
    var config = {
        kitId: "nks0hor",
        scriptTimeout: 3000,
        async: true,
        active: function (){
            var fontLoaded = new Event('typekitFontLoaded');
            d.dispatchEvent(fontLoaded);
        }
    },
    h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,'')+' wf-inactive';},config.scriptTimeout),tk=d.createElement('script'),f=false,s=d.getElementsByTagName('script')[0],a;h.className+=' wf-loading';tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!='complete'&&a!='loaded')return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script><link rel="stylesheet" href="/site/styles/main.min.css?config=published&amp;cv=072cf1d8306739c182c52cacc7fc2bda&amp;v=2019-03-19-190343-b73aa60-013019"><script>(function () {
    var givenQs = '&' + window.location.search.substr(1) + '&';
    var newQs = givenQs.replace(/&(bt_email|vero_id)=[^&]+&/, '&REDACTED=REDACTED&');
    if (newQs !== givenQs) {
        console.warn('We have redacted a personal information argument in the query string');
        var newUrl = window.location.pathname + '?' + newQs.substr(1, newQs.length - 2);
        window.history.replaceState({}, '', newUrl);
    }
})();
</script><script>var phxConfigQueue = window.phxConfigQueue || [];
</script><script async src="/.bootscripts/config.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script>phxConfigQueue.push(function () {
    this.features.init({"alt-demo-data":false,"quotes-revamp":true,"use-consent-management":true,"use-amp-consent":true});
});</script><script>'use strict';
var phxBeaconQueue = window.phxBeaconQueue || [];
</script><script async src="/.bootscripts/beacon.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script>(function(consentConfig) {"use strict";function consentChoice(list,vendorConsents,publisherConsents){var ACCEPTED_ALL=0,REJECTED_ALL=1,CUSTOM=2,CODES=["accept_all","reject_all","accept_custom"];function _check(keys,consents){if(keys.some(function(key){return consents[key]})){if(keys.some(function(key){return!consents[key]})){return CUSTOM}else{return ACCEPTED_ALL}}else{return REJECTED_ALL}}var vendor=_check(list.vendors.map(function(v){return v.id}),vendorConsents.vendorConsents),vendorPurpose=_check(list.purposes.map(function(p){return p.id}),vendorConsents.purposeConsents),publisherPurpose=_check([1,2,3],publisherConsents.standardPurposeConsents);if(vendor===publisherPurpose&&vendor===vendorPurpose){return CODES[vendor]}else{return CODES[2]}}function consentUiCallback(param){if(param.reason==="ui-closed"){window.__cmp("getPublisherConsents",null,function(publisherConsents,success){if(success){window.__cmp("getVendorConsents",null,function(vendorConsents,success){if(success){window.__cmp("getVendorList",null,function(vendorList,success){if(success){var choice=consentChoice(vendorList,vendorConsents,publisherConsents);ga("_tempestTracker.send","event","CMP",choice)}})}})}})}}function setConsentUiCallback(callback){window.__cmp("setConsentUiCallback",callback)}function displayUi(){ga("_tempestTracker.send","event","CMP","subsequent_display");setConsentUiCallback(consentUiCallback);window.__cmp("displayConsentUi")}function initConsentManagement(consentConfig){return window.GdprStatus.isApplicable().then(function(isApplicable){if(!isApplicable){return}var elem=document.createElement("script");elem.src="https://quantcast.mgr.consensu.org/v8/cmp.js";document.head.appendChild(elem);var gdprAppliesGlobally=true;function addFrame(){if(!window.frames["__cmpLocator"]){if(document.body){var body=document.body,iframe=document.createElement("iframe");iframe.style="display:none";iframe.name="__cmpLocator";body.appendChild(iframe)}else{setTimeout(addFrame,5)}}}addFrame();function cmpMsgHandler(event){var msgIsString=typeof event.data==="string";var json;if(msgIsString){json=event.data.indexOf("__cmpCall")!==-1?JSON.parse(event.data):{}}else{json=event.data}if(json.__cmpCall){var i=json.__cmpCall;window.__cmp(i.command,i.parameter,function(retValue,success){var returnMsg={__cmpReturn:{returnValue:retValue,success:success,callId:i.callId}};event.source.postMessage(msgIsString?JSON.stringify(returnMsg):returnMsg,"*")})}}window.__cmp=function(c){var b=arguments;if(!b.length){return window.__cmp.a}else if(b[0]==="ping"){b[2]({gdprAppliesGlobally:gdprAppliesGlobally,cmpLoaded:false},true)}else if(c==="__cmp"){return false}else{if(typeof window.__cmp.a==="undefined"){window.__cmp.a=[]}window.__cmp.a.push([].slice.apply(b))}};window.__cmp.gdprAppliesGlobally=gdprAppliesGlobally;window.__cmp.msgHandler=cmpMsgHandler;if(window.addEventListener){window.addEventListener("message",cmpMsgHandler,false)}else{window.attachEvent("onmessage",cmpMsgHandler)}if(document.cookie.indexOf("eupubconsent=")===-1){ga("_tempestTracker.send","event","CMP","initial_display")}window.__cmp("setConsentUiCallback",consentUiCallback);window.__cmp("init",{Language:consentConfig.language,"Initial Screen Title Text":consentConfig.localizedPhrases.primaryHeadline,"Initial Screen Body Text":consentConfig.localizedPhrases.mainBodyText,"Initial Screen Accept Button Text":consentConfig.localizedPhrases.acceptButton,"Initial Screen Purpose Link Text":consentConfig.localizedPhrases.settingsButton,"Purpose Screen Title Text":consentConfig.localizedPhrases.settingsHeadline,"Purpose Screen Body Text":consentConfig.localizedPhrases.settingsBodyText,"Vendor Screen Title Text":consentConfig.localizedPhrases.settingsHeadline,"Vendor Screen Body Text":consentConfig.localizedPhrases.settingsBodyText,"Vendor Screen Accept All Button Text":"Accept all","Vendor Screen Reject All Button Text":"Reject all","Publisher Name":"Say Media","Publisher Purpose IDs":[1,2,3,4,5],"Publisher Purpose Legitimate Interest IDs":[4,5],"Consent Scope":"service","Publisher Logo":consentConfig.logo,"Display UI":"always","Publisher Vendor List URL":window.location.origin+"/.well-known/pubvendors.json","Display Persistent Consent Link":false,"No Option":false})})}window.phxConsentManagement={_consentChoice:consentChoice,displayUi:displayUi,init:initConsentManagement,setConsentUiCallback:setConsentUiCallback};window.phxConsentManagement.init(consentConfig);
})({"name":"Licensing.biz","logo":"https://www.licensing.biz/.image/cs_srgb%2Cq_auto:good/MTUzOTc0NTA5MTEwNTY4MjIw/navbar.svg","language":"en","localizedPhrases":{"primaryHeadline":"About Your Privacy","mainBodyText":"When you visit our site, we use services provided by Tempest, a product of Say Media, Inc., for content delivery and ad selection, including personalised digital ads. Say Media and its partners use technology such as cookies to customise your site experience, analyse website traffic, deliver content, and measure the effectiveness of advertisements across the websites and mobile services provided by Say Media. By continuing to use this site, you consent to the use of cookies unless you have disabled them. To learn more about cookies and how to disable them, view our <a href='https://www.saymedia.com/cookiepolicy' target='_blank'>Cookie Policy<\/a>.<br><br>Additionally, this site is supported by interest-based advertising. By clicking \"I Agree\" on this screen you agree that Say Media and its partners may process your personal data for the purposes of information storage and access; personalisation; ad selection, delivery, and reporting; content selection, delivery and reporting; and measurement. Please see the <a href='https://www.saymedia.com/privacy' target='_blank'>Say Media Platform Privacy Policy<\/a> for more information about our use of data and your rights.<br><br>If you do not choose to consent, or if you would like more information about the data we and our partners collect and how we use the data we collect, click \"More Information\". You can always manage your settings or withdraw consent from the \"Privacy Settings\" link in the menu on this site.","acceptButton":"I AGREE","settingsButton":"More Information","settingsHeadline":"Manage Your Preferences","settingsBodyText":"You can set your consent preferences and determine how you want your data to be used based on the purposes below. You may set your preferences for us independently from those of third-party partners. Each purpose has a description so that you know how we and partners use your data."}});</script><script>"use strict";var pbjs=pbjs||{};pbjs.que=pbjs.que||[];function initPrebidJS(){var _this=this;phxAdAuctionQueue.push(function(){_this.enable("prebid",window.pbjs)})}</script><script async src="/runtime/alpha.js?v=2019-03-19-190343-b73aa60-013019" onload="initPrebidJS"></script><script>var phxAdAuctionQueue = window.phxAdAuctionQueue || [];
</script><script async src="/runtime/beta.js?v=2019-03-19-190343-b73aa60-013019"></script><script>(function(adAuctionConfig){"use strict";window.GdprStatus.isApplicable().then(function(isApplicable){adAuctionConfig.gdprIsApplicable=isApplicable;phxAdAuctionQueue.push(function(){this.startAuction(adAuctionConfig)})});})({"beacons":{"targetingParams":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/targetingparams","paramSeparators":{"ksg":":","terms":";"},"exclude":{"ag":true,"in":true,"pt":true,"et":true,"gd":true}},"demoUsage":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/demousage","paramSeparators":{"krux":","},"raw":{"krux":true}},"bannerShown":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/bannershown"},"prebidAuctionEnded":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/prebidauctionended"}},"siteProductionDomain":"www.licensing.biz","slots":[{"config":{"sizes":[[320,50],[320,100]]},"model":{"zone":"header","index":0,"isOutstream":false},"sizes":[{"width":320,"height":50},{"width":320,"height":100}],"screenSizes":["A"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-d18bb7d4ffe647ceb9158424d65287b5","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[728,90]]},"model":{"zone":"header","index":0,"isOutstream":false},"sizes":[{"width":728,"height":90}],"screenSizes":["B"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-11a7b08098d84875abe03b4f6c86fc61","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[970,250],[970,90],[728,90]]},"model":{"zone":"header","index":0,"isOutstream":false},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90}],"screenSizes":["C","D"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-6976b736f1a34f9087e8597b02db94af","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[900,65],[970,90],[728,90]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomC"}],"screenSizes":["C"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-7aafe8b29b1f44a691fcc00fb0f988bf","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[768,66],[728,90]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomB"}],"screenSizes":["B"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-c5358e5fe7084e3bb5d3f4babab6ba91","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[320,60],[320,50],[300,50]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomA"}],"screenSizes":["A"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-7360743a132541ee9dd774eee41b54a2","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-5c322316b4a94c62972ab800c5670b88","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[728,90],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-d77f68441df9456dafa339b2e22e1055","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-5a9c0ebad0c44428a1c601894df35734","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-cd863d22de2a451aba56ce1864bff242","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[728,90],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-ed9c06118c384fe290714395f052f716","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-95cc1cd82f2048a48538c3dc08544dc7","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"0","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"0","isOutstream":false,"nativeCardType":"standard"},"id":"ad-ba3a1af54330444d98b31751db42defc","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"1","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"1","isOutstream":false,"nativeCardType":"standard"},"id":"ad-17d16df7ee074034a81d197432607f3c","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"2","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"2","isOutstream":false,"nativeCardType":"standard"},"id":"ad-cd6ca61d1b674370a8442b565560e051","adUnitPath":"/88059007/www.licensing.biz/"}],"units":{"A":[{"code":"ad-d18bb7d4ffe647ceb9158424d65287b5","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[320,50]]}},"bids":[{"bidder":"ix","params":{"siteId":"188469","size":[320,50]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115384","zoneId":"543632"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439929"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712512"}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4126091","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"379213"}}]},{"code":"ad-7360743a132541ee9dd774eee41b54a2","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[320,50]]}},"bids":[{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115384","zoneId":"575246"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439932"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712515"}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"sovrn","params":{"tagid":"425251"}}]},{"code":"ad-5c322316b4a94c62972ab800c5670b88","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"ix","params":{"siteId":"188470","size":[300,250]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115384","zoneId":"543632"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439930"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712513"}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4126090","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"404310"}}]},{"code":"ad-cd863d22de2a451aba56ce1864bff242","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"ix","params":{"siteId":"188951","size":[300,250]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115384","zoneId":"577680"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439931"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712514"}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4414906","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"425136"}}]}],"B":[{"code":"ad-11a7b08098d84875abe03b4f6c86fc61","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188466","size":[728,90]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115380","zoneId":"543624"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439923"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712506"}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126088","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"379211"}}]},{"code":"ad-c5358e5fe7084e3bb5d3f4babab6ba91","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188953","size":[728,90]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115380","zoneId":"575244"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439928"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712511"}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4414902","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"425250"}}]}],"C":[{"code":"ad-6976b736f1a34f9087e8597b02db94af","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188466","size":[728,90]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115380","zoneId":"543624"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439923"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712506"}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126088","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"379211"}}]},{"code":"ad-7aafe8b29b1f44a691fcc00fb0f988bf","adUnitPath":"/88059007/www.licensing.biz/","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188953","size":[728,90]}},{"bidder":"rubicon","params":{"accountId":"10348","siteId":"115380","zoneId":"575244"}},{"bidder":"appnexus","params":{"allowSmallerSizes":true,"placementId":"13439928"}},{"bidder":"openx","params":{"delDomain":"saymedia-d.openx.net","unit":"539712511"}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4414902","network":"9892.1"}},{"bidder":"sovrn","params":{"tagid":"425250"}}]}]},"unitVendorConfig":{},"timeout":1000});</script><script>window.phxPageTarget = {config: {"global":{"config":{"networkId":"88059007","adUnitPathTemplates":[{"type":"simple","key":"hostname"},{"type":"simple","key":"section"}],"beacons":{"targetingParams":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/targetingparams","paramSeparators":{"ksg":":","terms":";"},"exclude":{"ag":true,"in":true,"pt":true,"et":true,"gd":true}},"demoUsage":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/demousage","paramSeparators":{"krux":","},"raw":{"krux":true}},"bannerShown":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/bannershown"},"prebidAuctionEnded":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/prebidauctionended"}},"customTargetingTemplates":{"adindex":{"type":"simple","key":"index"},"adzone":{"type":"simple","key":"zone"},"adzoneindex":{"type":"simple","key":"zoneIndex"},"amznbid":{"type":"simple","key":"amznbid"},"amzniid":{"type":"simple","key":"amzniid"},"amznp":{"type":"simple","key":"amznp"},"amznsz":{"type":"simple","key":"amznsz"},"hb_adid":{"type":"simple","key":"prebidAdId"},"hb_bidder":{"type":"simple","key":"prebidWinner"},"hb_pb":{"type":"simple","key":"prebidPriceBucket"},"hb_pbd":{"type":"simple","key":"prebidPriceBucketDollar"},"hb_size":{"type":"simple","key":"prebidAdSize"},"position":{"type":"simple","key":"positionTarget"},"rid":{"type":"simple","key":"rid"},"siteadzoneindex":{"type":"simple","key":"siteZoneIndex"},"sponlineitemid":{"type":"simple","key":"sponsorLineItemId"},"native_card_type":{"type":"simple","key":"nativeCardType"}},"customTargetingPageTemplates":{"ag":{"type":"simple","key":"ag"},"channel":{"type":"simple","key":"channelCode"},"cv":{"type":"simple","key":"coreVertical"},"env":{"type":"simple","key":"env"},"et":{"type":"simple","key":"et"},"gd":{"type":"simple","key":"gd"},"in":{"type":"simple","key":"in"},"ksg":{"type":"simple","key":"ksg"},"kuid":{"type":"simple","key":"kuid"},"lang":{"type":"simple","key":"languageCode"},"pagetype":{"type":"simple","key":"pageType"},"path":{"type":"simple","key":"path"},"pt":{"type":"simple","key":"pt"},"referrer":{"type":"simple","key":"referrer"},"sv":{"type":"simple","key":"specialtyVerticals"},"terms":{"type":"simple","key":"terms"}},"specialSizes":{"0":"fluid","1":"fluid","2":"fluid","3":"fluid","4":"fluid","320x60":"fixedBottomA","320x50":"fixedBottomA","300x50":"fixedBottomA","768x66":"fixedBottomB","728x90":"fixedBottomC","900x65":"fixedBottomC","970x90":"fixedBottomC","1x2":"siteSkin","640x360":"outstream"}},"baseModel":{"hostname":"www.licensing.biz","path":"/tag/features","channelCode":"web","languageCode":"en","pageType":"richterm","section":[],"terms":["Features"],"coreVertical":"news","specialtyVerticals":[],"env":"prod"}},"sizedSlots":[{"config":{"sizes":[[320,50],[320,100]]},"model":{"zone":"header","index":0,"isOutstream":false},"sizes":[{"width":320,"height":50},{"width":320,"height":100}],"screenSizes":["A"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-d18bb7d4ffe647ceb9158424d65287b5","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[728,90]]},"model":{"zone":"header","index":0,"isOutstream":false},"sizes":[{"width":728,"height":90}],"screenSizes":["B"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-11a7b08098d84875abe03b4f6c86fc61","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[970,250],[970,90],[728,90]]},"model":{"zone":"header","index":0,"isOutstream":false},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90}],"screenSizes":["C","D"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-6976b736f1a34f9087e8597b02db94af","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[900,65],[970,90],[728,90]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomC"}],"screenSizes":["C"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-7aafe8b29b1f44a691fcc00fb0f988bf","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[768,66],[728,90]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomB"}],"screenSizes":["B"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-c5358e5fe7084e3bb5d3f4babab6ba91","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[320,60],[320,50],[300,50]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomA"}],"screenSizes":["A"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-7360743a132541ee9dd774eee41b54a2","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-5c322316b4a94c62972ab800c5670b88","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[728,90],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-d77f68441df9456dafa339b2e22e1055","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-5a9c0ebad0c44428a1c601894df35734","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-cd863d22de2a451aba56ce1864bff242","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[728,90],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-ed9c06118c384fe290714395f052f716","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-95cc1cd82f2048a48538c3dc08544dc7","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"0","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"0","isOutstream":false,"nativeCardType":"standard"},"id":"ad-ba3a1af54330444d98b31751db42defc","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"1","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"1","isOutstream":false,"nativeCardType":"standard"},"id":"ad-17d16df7ee074034a81d197432607f3c","adUnitPath":"/88059007/www.licensing.biz/"},{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"2","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"2","isOutstream":false,"nativeCardType":"standard"},"id":"ad-cd6ca61d1b674370a8442b565560e051","adUnitPath":"/88059007/www.licensing.biz/"}],"outOfPageSlots":[{"config":{},"model":{"zone":"interstitial","index":0,"isOutstream":false},"screenSizes":null,"slotModel":{"zone":"interstitial","index":0,"isOutstream":false},"id":"ad-92fc7429ec28445bba4fb571050febcd","adUnitPath":"/88059007/www.licensing.biz/"}]}};</script><script>var phxAdvertisingQueue = window.phxAdvertisingQueue || [];
var phxAdServerQueue = window.phxAdServerQueue || [];
var phxDemographicsQueue = window.phxDemographicsQueue || [];
</script><script async src="/runtime/gamma.js?v=2019-03-19-190343-b73aa60-013019"></script><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];</script><script defer src="https://www.googletagservices.com/tag/js/gpt.js"></script><script defer src="/runtime/delta.js?v=2019-03-19-190343-b73aa60-013019"></script><script>phxDemographicsQueue.push(function () {
    this.init({"addressableDemographics":{"CA":{"55plus":false,"21plus":false,"45plus":false,"f":false,"21-49":false,"25-34":true,"55-64":false,"m":true,"18plus":false,"65plus":false,"18-24":false,"45-54":false,"25plus":false,"25-54":true,"25-44":true,"35plus":false,"35-54":true,"35-44":false,"18-34":true},"GB":{"55plus":false,"all":false,"45plus":false,"gbp50k":true,"18-24":false,"45-54":false,"25-44":true,"55-64":false,"25-54":true,"21plus":false,"35-44":false,"18plus":false,"65plus":false,"25plus":false,"gbp70k":true,"21-49":false,"25-34":true,"18-34":true,"35plus":false,"35-54":true,"f":false,"m":true},"US":{"55plus":false,"all":false,"45plus":false,"usd150k":true,"18-24":false,"45-54":false,"25-44":true,"55-64":false,"25-54":true,"21plus":false,"35-44":false,"18plus":false,"asia":false,"65plus":false,"hisp":false,"25plus":false,"usd75k":true,"usd100k":true,"21-49":false,"25-34":true,"18-34":true,"35plus":false,"35-54":true,"afam":false,"f":false,"m":true}}});
});
</script><script>if (window.phxPageTarget) {
    phxAdvertisingQueue.push(function () {
        this.beginPage(window.phxPageTarget.config);
    });
}</script><script>(function() {
    window._comscore = window._comscore || [];
    var comscoreTag = {
        c1: '2',
        c2: '27019031',
    };
    var campaignId = '';
    var siteUrl = '';
    if (campaignId || siteUrl) {
        comscoreTag.c3 = campaignId;
        comscoreTag.c4 = siteUrl ? encodeURIComponent(siteUrl) : '';
    }
    window._comscore.push(comscoreTag);
})();</script><script>(function() {
    var _load = function () {
        var s = document.createElement("script"), el = document.getElementsByTagName("script")[0];
        s.src = "https://sb.scorecardresearch.com/beacon.js";
        el.parentNode.insertBefore(s, el);
    };
    var gdpr = window.GdprStatus;
    gdpr.isApplicable().then(function (isApplicable) {
        if (isApplicable) {
            //- This causes the Comscore script to delay until consent state
            //- is known; the rest of the code above is benign in the event that
            //- consent has not been given.
            gdpr.waitForConsentValue().then(function () {
                Promise.all([
                    gdpr.isConsentGivenForVendorPurpose(GdprStatus.PURPOSE_IDS.measurement),
                    gdpr.isConsentGivenForVendor(GdprStatus.VENDOR_IDS.comscore),
                ]).then(function(values) {
                    if (values[0] && values[1]) {
                        _load();
                    }
                });
            });
        } else {
            _load();
        }
    });
})();</script><base href="/"><meta charset="utf-8"><meta name="referrer" content="unsafe-url"><meta http-equiv="cleartype" content="on"><meta name="HandheldFriendly" content="True"><meta name="MobileOptimized" content="320"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="black"><link rel="apple-touch-icon" href="/site/images/apple-touch-icon.png?v=2019-03-19-190343-b73aa60-013019"><link rel="apple-touch-icon" sizes="57x57" href="/site/images/apple-touch-icon-57x57-precomposed.png?v=2019-03-19-190343-b73aa60-013019"><link rel="apple-touch-icon" sizes="72x72" href="/site/images/apple-touch-icon-72x72-precomposed.png?v=2019-03-19-190343-b73aa60-013019"><link rel="apple-touch-icon" sizes="114x114" href="/site/images/apple-touch-icon-114x114-precomposed.png?v=2019-03-19-190343-b73aa60-013019"><meta name="format-detection" content="telephone=no"><meta name="format-detection" content="address=no"><meta name="google-site-verification" content="jPlJM53PkoSxvk1SE5nxxQ-4yVB8NYovjfYnlqrJ5zg"><meta name="generator" content="Tempest - www.saymedia.com"><link rel="shortcut icon" href="/favicon.ico"><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><meta name="pinterest" content="nohover"><link rel="alternate" type="application/rss+xml" title="Licensing.biz - Main - RSS feed" href="https://www.licensing.biz/.rss/full/"><link rel="alternate" type="application/rss+xml" title="Licensing.biz - Features - RSS feed" href="https://www.licensing.biz/.rss/full/tag/features"><title>Features - Licensing.biz</title><link rel="canonical" href="https://www.licensing.biz/tag/features"><meta name="keywords" content="Features"><meta name="pagetype" content="rich_term"><meta name="robots" content="noodp"><meta name="item-id" content="ci0226c4fc00002476"><meta name="published" content="2018-04-20T07:14:05Z"><meta name="modified" content="2018-04-20T07:14:08Z"><meta name="dcterms.rightsHolder" content="Future Publishing Limited Quay House, The Ambury, Bath BA1 1UA. All rights reserved. England and Wales company registration number 2008885."><meta name="dcterms.dateCopyrighted" content="2019"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:url" content="https://www.licensing.biz/tag/features"><meta name="twitter:domain" content="www.licensing.biz"><meta property="og:type" content="website"><meta property="og:url" content="https://www.licensing.biz/tag/features"><meta property="og:title" content="Features"><meta property="og:site_name" content="Licensing.biz"><meta name="pinterest-rich-pin" content="true"><meta name="apple-mobile-web-app-title" content="Licensing.biz"><meta name="parsely-title" content="Features - Licensing.biz"><meta name="parsely-link" content="https://www.licensing.biz/tag/features"><meta name="parsely-post-id" content="ci0226c4fc00002476"><meta name="parsely-pub-date" content="2018-04-20T07:14:05Z"><meta name="parsely-tags" content="Features"><meta name="phx:content-item-id" content="ci0226c4fc00002476"><meta name="phx:content-object-type" content="ContentRichTerm"></head><body class="mm-alt-demo-data-enabled mm-quotes-revamp-enabled mm-use-consent-management-enabled mm-use-amp-consent-enabled" phx-page-manager><phoenix-page><phoenix-style href="/site/styles/print.min.css?v=2019-03-19-190343-b73aa60-013019" media="print" delay-load></phoenix-style><div id="lyra-wrapper"><phoenix-overlay class="m-off-canvas" overlay-name="offcanvas" aria-hidden="true" role="navigation"><phoenix-notifier event-name="phoenix:overlay" events="click mousewheel scroll touchmove DOMMouseScroll"><div class="m-off-canvas--overlay"></div></phoenix-notifier><div class="m-off-canvas--menu"><phoenix-notifier event-name="phoenix:overlay"><button class="m-off-canvas--close m-off-canvas--toggle m-icon-button" aria-label="Close Menu" type="button"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_close"><phoenix-icon-fallback class="m-svg" icon="ico_close"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_close"></use></svg></phoenix-icon-fallback></phoenix-icon-fallback></button></phoenix-notifier><div class="m-vertical-nav m-off-canvas--scroller-no-footer"><div class="m-off-canvas--header"><form class="m-off-canvas--search" role="form" action="/search" method="GET"><input class="m-off-canvas--search-input" aria-label="Search" placeholder="Search" name="query"><button class="m-off-canvas--search-button m-icon-button" aria-label="Submit Search" type="submit"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_search"><phoenix-icon-fallback class="m-svg" icon="ico_search"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_search"></use></svg></phoenix-icon-fallback></phoenix-icon-fallback></button></form></div><div class="m-off-canvas--scroll-wrapper"><nav role="navigation"><phoenix-accordion class="m-accordion is-inverted" id="offcanvas-accordion"><ul><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-0" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/tag/ble-2018" title="BLE 2018">BLE 2018</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-1" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/tag/licensing-expo-2018" title="Licensing Expo">Licensing Expo</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-2" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/entertainment" title="Entertainment">Entertainment</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-3" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/lifestyle" title="Lifestyle">Lifestyle</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-4" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/video-games" title="Video Games">Video Games</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-5" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/live" title="Live">Live</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-6" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/media-amp-pr" title="Media &amp; PR">Media &amp; PR</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-7" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/retail" title="Retail">Retail</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-8" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/people" title="People">People</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-9" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/tag/the-power-50" title="Power List">Power List</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-10" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="/jobs" title="Jobs">Jobs</a></div></phoenix-accordion-item></li><li><phoenix-accordion-item class="m-accordion--item" id="offcanvas-11" accordion-id="offcanvas-accordion"><div class="m-accordion--item-heading"><a class="m-accordion--item-heading-link" href="https://subs.licensing.biz/register?surveycode=21" target="_blank" title="Newsletters">Newsletters</a></div></phoenix-accordion-item></li></ul></phoenix-accordion><ul class="m-off-canvas--nav-secondary m-vertical-nav--menu m-vertical-nav-secondary" phx-track-id="Nav List"><li phx-track-id="Item"><a href="/page/about-us" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>About Us</em></a></li><li phx-track-id="Item"><a href="https://www.futureplc.com" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>About Future</em></a></li><li phx-track-id="Item"><a href="https://www.futureplc.com/privacy-policy/" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>Privacy Policy</em></a></li><li phx-track-id="Item"><a href="https://www.futureplc.com/terms-conditions/" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>Terms of Use</em></a></li><li phx-track-id="Item"><a href="https://www.futureplc.com/cookies-policy/" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>Cookie Policy</em></a></li><li phx-track-id="Item"><a href="https://www.saymedia.com/privacy" target="_blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>Platform Privacy</em></a></li><li class="is-gdpr-only" phx-track-id="Item"><a href="javascript:window.phxConsentManagement.displayUi()" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Name"><em>Privacy Settings</em></a></li></ul></nav><ul class="m-off-canvas--social-links"><li><a class="m-icon-button m-off-canvas--social-link" aria-label="facebook" href="https://www.facebook.com/licensingbiz" target="_blank" rel="noopener" onclick="return phoenixTrackClickEvent(this, event);"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_facebook"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_facebook"></use></svg></phoenix-icon-fallback></a></li><li><a class="m-icon-button m-off-canvas--social-link" aria-label="twitter" href="https://twitter.com/licensingbiz" target="_blank" rel="noopener" onclick="return phoenixTrackClickEvent(this, event);"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_twitter"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_twitter"></use></svg></phoenix-icon-fallback></a></li><li><a class="m-icon-button m-off-canvas--social-link" aria-label="googleplus" href="https://plus.google.com/+LicensingBizNews" target="_blank" rel="noopener" onclick="return phoenixTrackClickEvent(this, event);"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_googleplus"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_googleplus"></use></svg></phoenix-icon-fallback></a></li><li><a class="m-icon-button m-off-canvas--social-link" aria-label="instagram" href="https://www.instagram.com/licensing.biz" target="_blank" rel="noopener" onclick="return phoenixTrackClickEvent(this, event);"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_instagram"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_instagram"></use></svg></phoenix-icon-fallback></a></li></ul></div></div></div></phoenix-overlay><div class="m-page-wrapper"><div><div class="m-header-ad not-size-b not-size-c not-size-d" data-class-rules="[]" data-ad-group="header-0"><div class="m-header-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-d18bb7d4ffe647ceb9158424d65287b5"></div></div></div><div class="m-header-ad not-size-a not-size-c not-size-d" data-class-rules="[]" data-ad-group="header-0"><div class="m-header-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-11a7b08098d84875abe03b4f6c86fc61"></div></div></div><div class="m-header-ad not-size-a not-size-b" data-class-rules="[]" data-ad-group="header-0"><div class="m-header-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-6976b736f1a34f9087e8597b02db94af"></div><span class="bt-uid-tg" uid="5ae8a99794-168" style="display: none !important"></span></div></div></div><phoenix-sticky-nav class="m-site-nav l-sticky-navbar"><phoenix-notifier class="m-header--menu m-site-nav--menu-toggler" event-name="phoenix:overlay" event-value="offcanvas"><button class="m-off-canvas--toggle m-icon-button" aria-label="Menu" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="offcanvas"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_hamburger"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_hamburger"></use></svg></phoenix-icon-fallback></button></phoenix-notifier><ul class="m-header--main-nav m-site-nav--main"><li class="m-header--logo-list-item m-site-nav--logo"><a class="m-header--navbar-logo" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="logo" href="/"><img src="https://www.licensing.biz/.image/cs_srgb%2Cq_auto:good/MTUzOTc0NTA5MTEwNTY4MjIw/navbar.svg" alt="Logo"></a></li><li class="m-header--main-link " phx-track-id="section"><a href="/tag/ble-2018" target="" onclick="return phoenixTrackClickEvent(this, event);">BLE 2018</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/tag/licensing-expo-2018" target="" onclick="return phoenixTrackClickEvent(this, event);">Licensing Expo</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/entertainment" target="" onclick="return phoenixTrackClickEvent(this, event);">Entertainment</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/lifestyle" target="" onclick="return phoenixTrackClickEvent(this, event);">Lifestyle</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/video-games" target="" onclick="return phoenixTrackClickEvent(this, event);">Video Games</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/live" target="" onclick="return phoenixTrackClickEvent(this, event);">Live</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/media-amp-pr" target="" onclick="return phoenixTrackClickEvent(this, event);">Media &amp; PR</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/retail" target="" onclick="return phoenixTrackClickEvent(this, event);">Retail</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/people" target="" onclick="return phoenixTrackClickEvent(this, event);">People</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/tag/the-power-50" target="" onclick="return phoenixTrackClickEvent(this, event);">Power List</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/jobs" target="" onclick="return phoenixTrackClickEvent(this, event);">Jobs</a></li><li class="m-header--main-link m-navbar--menu-link-external mm-special-button " phx-track-id="section"><a href="https://subs.licensing.biz/register?surveycode=21" target="_blank" onclick="return phoenixTrackClickEvent(this, event);">Newsletters</a></li></ul><div class="m-header--search-group m-site-nav--search-group"><div class="m-header--search"><a class="m-icon-button" aria-label="Search" href="/search" title="Search" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="search"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_search"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_search"></use></svg></phoenix-icon-fallback></a></div></div></phoenix-sticky-nav><div class="m-advertisement-off-canvas--pusher"><header class="m-header mm-header-large  mm-header-center m-content-detail" phx-track-id="header"><section><ul class="m-header--social-nav"><li class="m-header--link m-header--social-facebook" phx-track-id="social"><a aria-label="facebook" href="https://www.facebook.com/licensingbiz" target="_blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="facebook-follow"><phoenix-icon-fallback class="m-svg" icon="ico_facebook"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_facebook"></use></svg></phoenix-icon-fallback></a></li><li class="m-header--link m-header--social-twitter" phx-track-id="social"><a aria-label="twitter" href="https://twitter.com/licensingbiz" target="_blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="twitter-follow"><phoenix-icon-fallback class="m-svg" icon="ico_twitter"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_twitter"></use></svg></phoenix-icon-fallback></a></li><li class="m-header--link m-header--social-googleplus" phx-track-id="social"><a aria-label="googleplus" href="https://plus.google.com/+LicensingBizNews" target="_blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="googleplus-follow"><phoenix-icon-fallback class="m-svg" icon="ico_googleplus"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_googleplus"></use></svg></phoenix-icon-fallback></a></li><li class="m-header--link m-header--social-instagram" phx-track-id="social"><a aria-label="instagram" href="https://www.instagram.com/licensing.biz" target="_blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="instagram-follow"><phoenix-icon-fallback class="m-svg" icon="ico_instagram"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_instagram"></use></svg></phoenix-icon-fallback></a></li></ul><ul class="m-header--tertiary-nav"><li class="m-header--tertiary-link m-header--link"><a href="https://subs.licensing.biz/register?surveycode=21" phx-track-id="tertiary" onclick="return phoenixTrackClickEvent(this, event);">Get Our Newsletter</a></li></ul><div class="m-header--main"><a class="m-header--logo mm-has-svg" style="background-image: url(https://www.licensing.biz/.image/cs_srgb%2Cq_auto:good/MTUzODE1OTg1MDg4ODk4ODE0/large.svg)" href="/" aria-label="Licensing.biz" phx-track-id="logo" onclick="return phoenixTrackClickEvent(this, event);"></a><phoenix-import class="m-header--coverlines-container" src="/.api/coverlines" phx-track-id="coverline"></phoenix-import></div></section><div class="m-site-nav m-header--navbar mm-protected-nav"><phoenix-notifier class="m-header--menu m-site-nav--menu-toggler" event-name="phoenix:overlay" event-value="offcanvas"><button class="m-off-canvas--toggle m-icon-button" aria-label="Menu" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="offcanvas"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_hamburger"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_hamburger"></use></svg></phoenix-icon-fallback></button></phoenix-notifier><ul class="m-header--main-nav m-site-nav--main"><li class="m-header--logo-list-item m-site-nav--logo"><a class="m-header--navbar-logo" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="logo" href="/"><img src="https://www.licensing.biz/.image/cs_srgb%2Cq_auto:good/MTUzOTc0NTA5MTEwNTY4MjIw/navbar.svg" alt="Logo"></a></li><li class="m-header--main-link " phx-track-id="section"><a href="/tag/ble-2018" target="" onclick="return phoenixTrackClickEvent(this, event);">BLE 2018</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/tag/licensing-expo-2018" target="" onclick="return phoenixTrackClickEvent(this, event);">Licensing Expo</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/entertainment" target="" onclick="return phoenixTrackClickEvent(this, event);">Entertainment</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/lifestyle" target="" onclick="return phoenixTrackClickEvent(this, event);">Lifestyle</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/video-games" target="" onclick="return phoenixTrackClickEvent(this, event);">Video Games</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/live" target="" onclick="return phoenixTrackClickEvent(this, event);">Live</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/media-amp-pr" target="" onclick="return phoenixTrackClickEvent(this, event);">Media &amp; PR</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/retail" target="" onclick="return phoenixTrackClickEvent(this, event);">Retail</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/people" target="" onclick="return phoenixTrackClickEvent(this, event);">People</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/tag/the-power-50" target="" onclick="return phoenixTrackClickEvent(this, event);">Power List</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/jobs" target="" onclick="return phoenixTrackClickEvent(this, event);">Jobs</a></li><li class="m-header--main-link m-navbar--menu-link-external mm-special-button " phx-track-id="section"><a href="https://subs.licensing.biz/register?surveycode=21" target="_blank" onclick="return phoenixTrackClickEvent(this, event);">Newsletters</a></li></ul><div class="m-header--search-group m-site-nav--search-group"><div class="m-header--search"><a class="m-icon-button" aria-label="Search" href="/search" title="Search" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="search"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_search"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_search"></use></svg></phoenix-icon-fallback></a></div></div></div></header><section class="m-page-container trackable click"><div class="m-advertisement--skin-container"></div><div class="m-page" ng-class="pageClasses"><script type="application/json" id="pageItemData">{"id":"ci0226c4fc00002476","objectType":"ContentRichTerm","originalPublicationTimestamp":"2018-04-20T07:14:05Z","path":"/tag/features","publicationTimestamp":"2018-04-20T07:14:05Z","title":"Features","viewProperties":{"rss":{"collection":{"filter":{"term":"ci0226c4fc00002476"}}},"analyticsModel":{"title":"Features","pageType":"Rich Term Page"}},"associatedRichTerms":[],"commentsEnabled":true,"disqusId":"6a4493d8-446a-11e8-bc9d-064c2e553720","isCanvas":true,"promoTitle":"Features","slug":"features","hasGallery":false}</script><section class="m-sub-navigation m-component-stack mm-component-stack--is-stacked"><div class="m-sub-navigation--container"><phoenix-breadcrumbs class="m-sub-navigation--items m-breadcrumbs" id="subnav"><phoenix-notifier event-name="phoenix:breadcrumbs:toggle" event-value="subnav" events="click"><button class="m-breadcrumbs--expand-button m-icon-button mm-icon-button--small-icon is-hidden" aria-label="{{isCollapsed ? 'Expand Breadcrumbs' : 'Collapse Breadcrumbs'}}"><phoenix-icon-fallback class="m-svg m-icon-button--icon" icon="ico_angle_double_right"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_angle_double_right"></use></svg></phoenix-icon-fallback></button></phoenix-notifier><phoenix-breadcrumbs-container class="m-breadcrumbs--container"><ul class="m-breadcrumbs--items"><li class="m-breadcrumbs--item" phoenix-breadcrumbs-item><a class="m-breadcrumbs--link m-sub-navigation--link" onclick="return phoenixTrackClickEvent(this, event);" href="/">Home</a><phoenix-icon-fallback class="m-svg m-breadcrumbs--divider" icon="ico_angle_right" aria-hidden="true"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_angle_right"></use></svg></phoenix-icon-fallback></li><li class="m-breadcrumbs--item" phoenix-breadcrumbs-item><span class="m-breadcrumbs--link is-inactive">Features</span><phoenix-icon-fallback class="m-svg m-breadcrumbs--divider" icon="ico_angle_right" aria-hidden="true"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_angle_right"></use></svg></phoenix-icon-fallback></li></ul></phoenix-breadcrumbs-container></phoenix-breadcrumbs></div></section><section class="m-component-stack mm-component-stack--is-stacked"><div class="m-hub-header mm-hub-header--small mm-hub-header--is-center-aligned"><div class="m-hub-header--item m-hub-header--title"><h1 class="m-hub-header--title-heading" role="heading"><span>Features</span></h1></div><div class="m-hub-header--item m-hub-header--body"><div class="m-hub-header--body-content"></div></div></div></section><section class="m-tile-hub m-component-stack mm-component-stack--is-stacked mm-component-stack--has-footer"><section class="m-card-group-container" data-group-size="9" data-first-group-size="9"><section class="m-card-group"><div class="m-card-group--content l-grid lm-grid--density-standard lm-grid--standard-cards"><div class="l-grid--item"><phoenix-super-link href="/entertainment/charms-race-how-is-tech-becoming-the-lead-character-in-todays-movie-toy-launches"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/charms-race-how-is-tech-becoming-the-lead-character-in-todays-movie-toy-launches" title="Charms race: How is tech becoming the lead character in today's movie toy launches?"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYyNjYyMjEyNDU5MDQ1OTI4/screen-shot-2019-03-15-at-111902.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2019-03-15 at 11.19.02"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/charms-race-how-is-tech-becoming-the-lead-character-in-todays-movie-toy-launches"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Charms race: How is tech becoming the lead character in today's movie toy launches?</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Films today have become a battleground for technology and explosive entertainment, and with that has come a greater expectation from the toys that tie it all together. Robert Hutchins takes a look at how tech is fast becoming the lead character in today’s movie toy launches</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/terry-deary-handing-over-horrible-histories-to-merchandising-took-a-lot-of-trust"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/terry-deary-handing-over-horrible-histories-to-merchandising-took-a-lot-of-trust" title="Terry Deary: “Handing over Horrible Histories to merchandising took a lot of trust”"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYyNDc2NzQ4MjU1MDExOTg4/terry-deary-photo-credit---courtesy-of-port-of-tyne.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Terry Deary Photo credit - courtesy of Port of Tyne"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/terry-deary-handing-over-horrible-histories-to-merchandising-took-a-lot-of-trust"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Terry Deary: “Handing over Horrible Histories to merchandising took a lot of trust”</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">On World Book Day, Licensing.biz talks exclusively to the author of the now iconic Horrible Histories series, Terry Deary about merchandising, screen writing and his love-hate relationship with history lessons...</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/my-interpretation-2019-is-going-to-get-crazy-for-licensing"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/my-interpretation-2019-is-going-to-get-crazy-for-licensing" title="&quot;My interpretation? 2019 is going to get crazy for licensing&quot;"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYxNjY0ODkyMzMwMzIxNTMz/will-stewart.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="will stewart"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/my-interpretation-2019-is-going-to-get-crazy-for-licensing"><h2 class="m-ellipsis--text m-card--header-text" role="heading">&quot;My interpretation? 2019 is going to get crazy for licensing&quot;</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">The Point 1888 - in its own words, had an incredible 2018 - triumphantly bringing left-field brands into the world of licensing. But as the industry gears for the year ahead, Licensing.biz asks the company's founder and MD, Will Stewart what he thinks it will look like...</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item not-size-a not-size-b m-ad-card--grid-item" data-cards-before="3"><div class="m-ad-card--outer-container"><div class="m-ad-card--inner-container"><phoenix-ad class="m-ad not-size-a not-size-b m-in-card-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-standard-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-card-ad","slotId":"ad-ba3a1af54330444d98b31751db42defc","visClasses":["not-size-a","not-size-b"],"extraClasses":null,"zone":"in_card","adGroup":"in_card-0","slotConfig":{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"0","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"0","isOutstream":false,"nativeCardType":"standard"},"id":"ad-ba3a1af54330444d98b31751db42defc","adUnitPath":"/88059007/www.licensing.biz/"},"showBlockthrough":true}'></phoenix-ad></div></div></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/hot-list-2019-why-were-piku-tuning-in-to-pokémon-this-year"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/hot-list-2019-why-were-piku-tuning-in-to-pokémon-this-year" title="Hot List 2019: Why we're Piku-tuning in to Pokémon this year"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYxNTk1NjQwNTQ2MDc1OTUw/screen-shot-2019-01-28-at-113756.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2019-01-28 at 11.37.56"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/hot-list-2019-why-were-piku-tuning-in-to-pokémon-this-year"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Hot List 2019: Why we're Piku-tuning in to Pokémon this year</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">This May, Pikachu will be making his live-action big screen debut with Pokémon: Detective Pikachu and already, The Pokémon Company is anticipating a solid year for its toy sales. Licensing.biz gets the lowdown from EMEA director of licensing, Mathieu Galante</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/lifestyle/on-the-map-helena-mansell-stopher-talks-the-national-geographic-licensing-journey"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/on-the-map-helena-mansell-stopher-talks-the-national-geographic-licensing-journey" title="On the map: Helena Mansell Stopher talks the National Geographic licensing journey"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYxMzM5NjkyNDM5MDUzODEz/mansellstoph.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="mansellstoph"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/on-the-map-helena-mansell-stopher-talks-the-national-geographic-licensing-journey"><h2 class="m-ellipsis--text m-card--header-text" role="heading">On the map: Helena Mansell Stopher talks the National Geographic licensing journey</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Licensing.biz takes a moment to look ahead at the coming year in which much of the labours of the past 12 months will come into fruition for this ever-evolving lifestyle brand.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/the-candy-man-can-how-mind-candy-is-bringing-moshi-monsters-to-a-new-generation-of-children"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/the-candy-man-can-how-mind-candy-is-bringing-moshi-monsters-to-a-new-generation-of-children" title="The Candy man, can: How Mind Candy is bringing Moshi Monsters to a new generation of children"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYxMDE4NTg1NjUxNjE4OTkw/screen-shot-2019-01-03-at-143033.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2019-01-03 at 14.30.33"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/the-candy-man-can-how-mind-candy-is-bringing-moshi-monsters-to-a-new-generation-of-children"><h2 class="m-ellipsis--text m-card--header-text" role="heading">The Candy man, can: How Mind Candy is bringing Moshi Monsters to a new generation of children</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Mind Candy is stomping back into the toy business this year with the return of its fan-favourite Moshi Monsters, but while the firm is proud of its heritage, 2019 will be all about leading the future generation of play with its new IP Moshi Monster Egg Hunt and Moshi Twilight.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/licensing-the-oi-way-oi-licensing-talks-the-success-of-its-pre-school-book-series"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/licensing-the-oi-way-oi-licensing-talks-the-success-of-its-pre-school-book-series" title="Licensing the Oi way: Oi Licensing talks the success of its pre-school book series"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwNDU5Njc0MzA5NjM0MDA4/screen-shot-2018-12-10-at-120814.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2018-12-10 at 12.08.14"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/licensing-the-oi-way-oi-licensing-talks-the-success-of-its-pre-school-book-series"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Licensing the Oi way: Oi Licensing talks the success of its pre-school book series</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">“There are many directions the brand can go. “It will become a loud and infectious invitation for the consumer to engage.”</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/live/opinion-penguin-and-backyard-cinemas-the-snowman-experience-will-change-the-game-for-experiential-licensing"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/live/opinion-penguin-and-backyard-cinemas-the-snowman-experience-will-change-the-game-for-experiential-licensing" title="Opinion: Penguin and Backyard Cinema's The Snowman Experience will change the game for experiential licensing"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMzQzMDQxNTE5OTIxMDky/backyard-cinema-presents-the-snowman-experience-12.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Backyard Cinema Presents The Snowman Experience (12)"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/live" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Live</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/live/opinion-penguin-and-backyard-cinemas-the-snowman-experience-will-change-the-game-for-experiential-licensing"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Opinion: Penguin and Backyard Cinema's The Snowman Experience will change the game for experiential licensing</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">It’s been two weeks since The Snowman Experience launched at Hyde Park’s Winter Wonderland, and while the buzz in the months preceding suggested something big was about to rise from this collaboration, no one really knew what to expect.</p></phoenix-ellipsis></div></article></phoenix-super-link></div></div></section><section class="m-adaptive-ad-component m-component-stack"><aside class="m-in-content-ad-row not-size-b not-size-c not-size-d" data-ad-group="in_content-0"><phoenix-ad class="m-ad not-size-b not-size-c not-size-d m-in-content-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-list-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-content-ad","slotId":"ad-5c322316b4a94c62972ab800c5670b88","visClasses":["not-size-b","not-size-c","not-size-d"],"extraClasses":null,"zone":"in_content","adGroup":"in_content-0","slotConfig":{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-5c322316b4a94c62972ab800c5670b88","adUnitPath":"/88059007/www.licensing.biz/"}}'></phoenix-ad></aside><aside class="m-in-content-ad-row not-size-a not-size-c not-size-d" data-ad-group="in_content-0"><phoenix-ad class="m-ad not-size-a not-size-c not-size-d m-in-content-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"sizes":["728x90"],"classes":["is-728x90"]},{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-list-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-content-ad","slotId":"ad-d77f68441df9456dafa339b2e22e1055","visClasses":["not-size-a","not-size-c","not-size-d"],"extraClasses":null,"zone":"in_content","adGroup":"in_content-0","slotConfig":{"config":{"sizes":[[728,90],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-d77f68441df9456dafa339b2e22e1055","adUnitPath":"/88059007/www.licensing.biz/"},"blockthroughTag":"5ae8a9beef-168"}'></phoenix-ad></aside><aside class="m-in-content-ad-row not-size-a not-size-b" data-ad-group="in_content-0"><phoenix-ad class="m-ad not-size-a not-size-b m-in-content-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"sizes":["970x250"],"classes":["is-970x250"]},{"sizes":["728x90"],"classes":["is-728x90"]},{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-list-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-content-ad","slotId":"ad-5a9c0ebad0c44428a1c601894df35734","visClasses":["not-size-a","not-size-b"],"extraClasses":null,"zone":"in_content","adGroup":"in_content-0","slotConfig":{"config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-5a9c0ebad0c44428a1c601894df35734","adUnitPath":"/88059007/www.licensing.biz/"},"showBlockthrough":true,"blockthroughTag":"5ae8a9beef-168"}'></phoenix-ad></aside></section><section class="m-card-group"><div class="m-card-group--content l-grid lm-grid--density-standard lm-grid--standard-cards"><div class="l-grid--item"><phoenix-super-link href="/retail/growing-pains-whats-changing-the-shape-of-the-pre-school-market"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/retail/growing-pains-whats-changing-the-shape-of-the-pre-school-market" title="Growing pains: What's changing the shape of the pre-school market?"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMjAyNDc2NjM1NTYzOTQ0/screen-shot-2018-11-29-at-094057.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2018-11-29 at 09.40.57"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/retail" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Retail</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/retail/growing-pains-whats-changing-the-shape-of-the-pre-school-market"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Growing pains: What's changing the shape of the pre-school market?</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">It’s notoriously over-crowded, competitive and filled with potential for new advances with technology, segmentation and redefinition. Robert Hutchins takes a close look at the evolving pre-school space and where it’s heading towards</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/lifestyle/the-refined-palate-of-food-and-drink-brand-licensing-with-start-licensings-ian-downes"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/the-refined-palate-of-food-and-drink-brand-licensing-with-start-licensings-ian-downes" title="The refined palate of food and drink brand licensing with Start Licensing's Ian Downes"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU2MjM1NTUzMzA0NDg3MTgx/ian-downes.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="ian downes"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/the-refined-palate-of-food-and-drink-brand-licensing-with-start-licensings-ian-downes"><h2 class="m-ellipsis--text m-card--header-text" role="heading">The refined palate of food and drink brand licensing with Start Licensing's Ian Downes</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">The Start Licensing director sits down for an in depth chat with Licensing.biz about the industry's newly refined palette for food and drink brands.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/live/the-licensing-biz-power-50-is-available-to-read-online-now"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/live/the-licensing-biz-power-50-is-available-to-read-online-now" title="This year's Licensing.biz Power 50 winners revealed online now"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5MTgyNzE4NTIzOTQyNTQ5/screen-shot-2018-10-16-at-114347.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2018-10-16 at 11.43.47"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/live" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Live</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/live/the-licensing-biz-power-50-is-available-to-read-online-now"><h2 class="m-ellipsis--text m-card--header-text" role="heading">This year's Licensing.biz Power 50 winners revealed online now</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">The Licensing.biz Power 50 - sponsored by Emoji and SYBO Games - was first revealed at this year’s Brand Licensing Europe, and while the show may be over for another year, there’s still time to recapture the buzz by taking another look at this year’s Power 50.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item not-size-a not-size-b m-ad-card--grid-item" data-cards-before="3"><div class="m-ad-card--outer-container"><div class="m-ad-card--inner-container"><phoenix-ad class="m-ad not-size-a not-size-b m-in-card-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-standard-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-card-ad","slotId":"ad-17d16df7ee074034a81d197432607f3c","visClasses":["not-size-a","not-size-b"],"extraClasses":null,"zone":"in_card","adGroup":"in_card-1","slotConfig":{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"1","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"1","isOutstream":false,"nativeCardType":"standard"},"id":"ad-17d16df7ee074034a81d197432607f3c","adUnitPath":"/88059007/www.licensing.biz/"},"showBlockthrough":true}'></phoenix-ad></div></div></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/mind-matters-the-brands-changing-your-attitude-towards-mental-health"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/mind-matters-the-brands-changing-your-attitude-towards-mental-health" title="Mind matters: The brands changing your attitude towards mental health"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5MDg4OTI1ODMzNDM4ODY5/young-minds-strip.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Young-Minds-strip"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/mind-matters-the-brands-changing-your-attitude-towards-mental-health"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Mind matters: The brands changing your attitude towards mental health</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Following some staggering recent findings into children’s mental health, brands working in the kids’ sector are beginning to assume the responsibility of opening up the topic of conversation for children and adults alike. Robert Hutchins explores how children’s entertainment and games are changing attitudes for the better</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/lifestyle/science-life-and-licensing-the-national-geographic-on-exploring-new-frontiers-in-consumer-products"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/science-life-and-licensing-the-national-geographic-on-exploring-new-frontiers-in-consumer-products" title="Science, life and licensing: The National Geographic on exploring new frontiers in consumer products"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4OTAyMzQ5MjMyODc1NDky/man.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4OTAyMzQ5MjMyODc1NDky/man.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4OTAyMzQ5MjMyODc1NDky/man.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4OTAyMzQ5MjMyODc1NDky/man.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4OTAyMzQ5MjMyODc1NDky/man.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4OTAyMzQ5MjMyODc1NDky/man.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU4OTAyMzQ5MjMyODc1NDky/man.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="man"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/science-life-and-licensing-the-national-geographic-on-exploring-new-frontiers-in-consumer-products"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Science, life and licensing: The National Geographic on exploring new frontiers in consumer products</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">The National Geographic has embarked on a journey to bring the sensibilities it has championed for the last more than a century one step closer to home through licensing.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/lifestyle/ble-chatter-richard-pink-talks-the-expanding-pink-key-licensing-line-up"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/ble-chatter-richard-pink-talks-the-expanding-pink-key-licensing-line-up" title="BLE Chatter: Richard Pink talks the expanding Pink Key Licensing line-up"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU0MDE3NTk5NDQ5MTQ3MTMx/richard-pink-pink-key-consultingjpeg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Richard Pink Pink Key Consulting.jpeg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/ble-chatter-richard-pink-talks-the-expanding-pink-key-licensing-line-up"><h2 class="m-ellipsis--text m-card--header-text" role="heading">BLE Chatter: Richard Pink talks the expanding Pink Key Licensing line-up</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Pan Am, Slush Puppie and Pringles will all be sharing the spotlight with the widely popular breakfast brand Kellogg's this year as Richard Pink and team continue to break new ground in food and beverage brand licensing.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/lifestyle/video-licensing-biz-and-bles-anna-knight-explore-the-brands-that-feed-us"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/video-licensing-biz-and-bles-anna-knight-explore-the-brands-that-feed-us" title="Video: Licensing.biz and BLE's Anna Knight explore the brands that feed us"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU4NTc1NzA4OTE2OTUwMjc0/screen-shot-2018-09-20-at-073607.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2018-09-20 at 07.36.07"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/video-licensing-biz-and-bles-anna-knight-explore-the-brands-that-feed-us"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Video: Licensing.biz and BLE's Anna Knight explore the brands that feed us</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">The licensed food and drink market is on the grow, increasing 4 per cent to more than $16bn in 2017. It's time Licensing.biz took a closer look with BLE brand director Anna Knight and Pink Key Licensing's Richard Pink.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/next-gen-pop-culture-fans-dont-want-products-they-want-experiences"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/next-gen-pop-culture-fans-dont-want-products-they-want-experiences" title="Striker Entertainment: &quot;Next gen pop culture fans don't just want products, they want experiences&quot;"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTU0MjkzMTM2MjcwNTk0/striker.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTU0MjkzMTM2MjcwNTk0/striker.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTU0MjkzMTM2MjcwNTk0/striker.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTU0MjkzMTM2MjcwNTk0/striker.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTU0MjkzMTM2MjcwNTk0/striker.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTU0MjkzMTM2MjcwNTk0/striker.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU4NTU0MjkzMTM2MjcwNTk0/striker.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="striker"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/next-gen-pop-culture-fans-dont-want-products-they-want-experiences"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Striker Entertainment: &quot;Next gen pop culture fans don't just want products, they want experiences&quot;</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">The team behind the upcoming Five Nights at Freddy's feature film, Striker Entertainment are at the centre of the pop culture explosion. Licensing.biz talks to the team about the evolution of pop culture licensing.</p></phoenix-ellipsis></div></article></phoenix-super-link></div></div></section><section class="m-adaptive-ad-component m-component-stack"><aside class="m-in-content-ad-row not-size-b not-size-c not-size-d" data-ad-group="in_content-1"><phoenix-ad class="m-ad not-size-b not-size-c not-size-d m-in-content-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-list-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-content-ad","slotId":"ad-cd863d22de2a451aba56ce1864bff242","visClasses":["not-size-b","not-size-c","not-size-d"],"extraClasses":null,"zone":"in_content","adGroup":"in_content-1","slotConfig":{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-cd863d22de2a451aba56ce1864bff242","adUnitPath":"/88059007/www.licensing.biz/"}}'></phoenix-ad></aside><aside class="m-in-content-ad-row not-size-a not-size-c not-size-d" data-ad-group="in_content-1"><phoenix-ad class="m-ad not-size-a not-size-c not-size-d m-in-content-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"sizes":["728x90"],"classes":["is-728x90"]},{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-list-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-content-ad","slotId":"ad-ed9c06118c384fe290714395f052f716","visClasses":["not-size-a","not-size-c","not-size-d"],"extraClasses":null,"zone":"in_content","adGroup":"in_content-1","slotConfig":{"config":{"sizes":[[728,90],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-ed9c06118c384fe290714395f052f716","adUnitPath":"/88059007/www.licensing.biz/"},"blockthroughTag":"5ae8a9c908-168"}'></phoenix-ad></aside><aside class="m-in-content-ad-row not-size-a not-size-b" data-ad-group="in_content-1"><phoenix-ad class="m-ad not-size-a not-size-b m-in-content-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"sizes":["970x250"],"classes":["is-970x250"]},{"sizes":["728x90"],"classes":["is-728x90"]},{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-list-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-content-ad","slotId":"ad-95cc1cd82f2048a48538c3dc08544dc7","visClasses":["not-size-a","not-size-b"],"extraClasses":null,"zone":"in_content","adGroup":"in_content-1","slotConfig":{"config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"model":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"1","isOutstream":false,"nativeCardType":"list"},"id":"ad-95cc1cd82f2048a48538c3dc08544dc7","adUnitPath":"/88059007/www.licensing.biz/"},"showBlockthrough":true,"blockthroughTag":"5ae8a9c908-168"}'></phoenix-ad></aside></section><section class="m-card-group"><div class="m-card-group--content l-grid lm-grid--density-standard lm-grid--standard-cards"><div class="l-grid--item"><phoenix-super-link href="/lifestyle/from-bake-off-to-ble-how-nadiya-hussain-is-taking-on-the-licensing-space"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/from-bake-off-to-ble-how-nadiya-hussain-is-taking-on-the-licensing-space" title="From Bake Off to BLE: How Nadiya Hussain is taking on the licensing space"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU4NDM5NDI2MTE0OTg3MzY0/screen-shot-2018-09-14-at-103429.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Screen Shot 2018-09-14 at 10.34.29"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/from-bake-off-to-ble-how-nadiya-hussain-is-taking-on-the-licensing-space"><h2 class="m-ellipsis--text m-card--header-text" role="heading">From Bake Off to BLE: How Nadiya Hussain is taking on the licensing space</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Licensing.biz wanted to find out more about the world of celebrity in the food and beverage licensing, and to do so, we sat down with Start Licensing’s Ian Downes to discover why Nadiya Hussain is so much more than flavour of the month.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/playing-a-blinder-endemol-shine-on-what-bringing-brands-and-gaming-means-for-the-future-of-licensing"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/playing-a-blinder-endemol-shine-on-what-bringing-brands-and-gaming-means-for-the-future-of-licensing" title="Playing a blinder: Endemol Shine on bringing brands and gaming together"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU4NDE0OTM4MzU4OTQ5ODIz/peaky-blinders---uk---s04.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="PEAKY BLINDERS - UK - S04"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/playing-a-blinder-endemol-shine-on-what-bringing-brands-and-gaming-means-for-the-future-of-licensing"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Playing a blinder: Endemol Shine on bringing brands and gaming together</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Licensing.biz sits down with Endemol Shine's group director of brand licensing and gaming, Jane Smith to get the latest.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/live/licensing-biz-launches-the-power-50"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/live/licensing-biz-launches-the-power-50" title="Licensing.biz launches The Power 50"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU0MDE3NTc2MDg5OTUzMzYy/ble-olympia-2014jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="BLE Olympia 2014.JPG"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/live" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Live</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/live/licensing-biz-launches-the-power-50"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Licensing.biz launches The Power 50</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">We're celebrating the Most Influential People in the Licensing Industry this BLE with a fresh new take on The Powerlist, with this, The Power 50</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item not-size-a not-size-b m-ad-card--grid-item" data-cards-before="3"><div class="m-ad-card--outer-container"><div class="m-ad-card--inner-container"><phoenix-ad class="m-ad not-size-a not-size-b m-in-card-ad--slot" config='{"adHtml":"","adReloaderDelay":0,"maxAdReloads":5,"adReloaderSizeCodes":null,"adCloseButton":false,"bonusConfig":null,"classRules":[{"dimensions":["0x0"],"classes":["m-advertisement--fluid-card","m-advertisement--fluid-standard-card"]}],"localizedPhrases":{"advertisement_legend":"ADVERTISEMENT","outstream_clickout":"Visit Website","outstream_thanks":"Thanks for watching!"},"overrideOutstreamScript":false,"moduleClass":"m-in-card-ad","slotId":"ad-cd6ca61d1b674370a8442b565560e051","visClasses":["not-size-a","not-size-b"],"extraClasses":null,"zone":"in_card","adGroup":"in_card-2","slotConfig":{"config":{"sizes":[[300,250],"fluid"]},"model":{"zone":"in_card","index":"2","isOutstream":false,"nativeCardType":"standard"},"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_card","index":"2","isOutstream":false,"nativeCardType":"standard"},"id":"ad-cd6ca61d1b674370a8442b565560e051","adUnitPath":"/88059007/www.licensing.biz/"},"showBlockthrough":true}'></phoenix-ad></div></div></div><div class="l-grid--item"><phoenix-super-link href="/video-games/esports-is-huge-esl-is-huge-and-tinderbox-is-looking-forward-to-a-future-within-it"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/video-games/esports-is-huge-esl-is-huge-and-tinderbox-is-looking-forward-to-a-future-within-it" title="&quot;Esports is huge, ESL is huge and Tinderbox is looking forward to a future within it&quot;"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU3MjMxOTkxNjIyNzM5NTcx/dan-amos-head-shot.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Dan Amos head shot"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/video-games" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Video Games</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/video-games/esports-is-huge-esl-is-huge-and-tinderbox-is-looking-forward-to-a-future-within-it"><h2 class="m-ellipsis--text m-card--header-text" role="heading">&quot;Esports is huge, ESL is huge and Tinderbox is looking forward to a future within it&quot;</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Video gaming IP specialists Tinderbox has just secured the ESL license. Associate vice president, Dan Amos talks to Licensing.biz about the strength of the brand, the strength of the sport and just how far it can go in licensing.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/entertainment/brand-masters-general-bulldogs-rob-corney-talks-franchise-building-from-the-collectable-toys-space"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/entertainment/brand-masters-general-bulldogs-rob-corney-talks-franchise-building-from-the-collectable-toys-space" title="Brand masters general: Bulldog's Rob Corney talks franchise building from the collectable toys space"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MzAzNzc1MjkwMjA1NDI5/corney.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MzAzNzc1MjkwMjA1NDI5/corney.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MzAzNzc1MjkwMjA1NDI5/corney.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MzAzNzc1MjkwMjA1NDI5/corney.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MzAzNzc1MjkwMjA1NDI5/corney.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MzAzNzc1MjkwMjA1NDI5/corney.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU3MzAzNzc1MjkwMjA1NDI5/corney.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="corney"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/entertainment" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Entertainment</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/entertainment/brand-masters-general-bulldogs-rob-corney-talks-franchise-building-from-the-collectable-toys-space"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Brand masters general: Bulldog's Rob Corney talks franchise building from the collectable toys space</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">When the man who had brand managed Pokémon, Yu-Gi-Oh and GoGos each to their respective runaway successes got his hands on the Shopkins licence, there really could have been only one outcome. Robert Hutchins talks to Rob Corney, founder and MD of Bulldog Licensing about the ever-growing collectables space</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/video-games/opinion-the-new-reality-for-brands-and-video-games"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/video-games/opinion-the-new-reality-for-brands-and-video-games" title="Opinion: The new reality for brands and video games"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU3Mjc4NTMzNDk4OTcxMjYz/tony-pearce.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Tony Pearce"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/video-games" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Video Games</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/video-games/opinion-the-new-reality-for-brands-and-video-games"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Opinion: The new reality for brands and video games</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">A giddy combination of augmented reality, virtual reality, blockchain and location-based services means that brands have a wealth of exciting opportunities ahead of them when it comes to partnerships in video games, argues Reality Gaming Group Founder Tony Pearce…</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/video-games/from-pixels-to-products-how-video-gaming-has-become-a-stronghold-in-licensing"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/video-games/from-pixels-to-products-how-video-gaming-has-become-a-stronghold-in-licensing" title="From pixels to products: How video gaming has become a stronghold in licensing"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU3MDkyODY3Njk5OTA5ODQ0/super-mario.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="super mario"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/video-games" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Video Games</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/video-games/from-pixels-to-products-how-video-gaming-has-become-a-stronghold-in-licensing"><h2 class="m-ellipsis--text m-card--header-text" role="heading">From pixels to products: How video gaming has become a stronghold in licensing</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">Licensing.biz chats to the man that was there from the beginning, LIMA UK's Kelvyn Gardner about the evolution of video games in licensing.</p></phoenix-ellipsis></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/lifestyle/heritage-month-hrp-unveils-its-global-plans-for-brand-exposure"><article class="m-card mm-card--type-standard mm-card--density-standard mm-card--has-background" role="article"><div class="m-card--media"><a class="m-card--image-link" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Image" href="/lifestyle/heritage-month-hrp-unveils-its-global-plans-for-brand-exposure" title="Heritage Month: Historic Royal Palaces unveils its global plans for brand exposure"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.webp 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.webp 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg 320w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg 640w, https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.webp 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.webp 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg 320w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg 640w, https://www.licensing.biz/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.licensing.biz/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU2NDQyNzYyOTI3OTQxMzM4/004_160714_nh_halcyondays_018.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="004_160714_NH_HALCYONDAYS_018"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content" style="background-color:#fafafa;"><div class="m-card--label"><a href="/lifestyle" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Label">Lifestyle</a></div><phoenix-ellipsis class="m-ellipsis m-card--header"><a onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Title" href="/lifestyle/heritage-month-hrp-unveils-its-global-plans-for-brand-exposure"><h2 class="m-ellipsis--text m-card--header-text" role="heading">Heritage Month: HRP unveils its global plans for brand exposure</h2></a></phoenix-ellipsis><phoenix-ellipsis class="m-ellipsis"><p class="m-card--body m-ellipsis--text">We caught up with licensing manager Jenny Smyth to talk about Historic Royal Palaces' successful collaborations, the growing heritage brands sector, and what key partnerships we can expect to see over the next year.</p></phoenix-ellipsis></div></article></phoenix-super-link></div></div></section><div class="m-component-footer--container m-component-stack--footer" stream-more-items="MjQ6MjQ6ODMyMmI4ZGJmMzU5NmM3MjM3NGQ0Mjg2NWQ3OWJkY2E=" initial-slots="eyJDIjp7ImMiOjMsImkiOjJ9LCJBIjp7ImkiOjJ9LCJCIjp7ImkiOjJ9fQ=="><button class="m-component-footer--loader m-button" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="load more"><div class="m-component-footer--text m-component-footer--loading">Loading…</div><div class="m-component-footer--text m-component-footer--button-text">See More</div></button></div></section></section><div class="m-detail--blockthrough-ads"><span class="bt-uid-tg" uid="5ae8a9c908-168" style="display: none !important"></span></div><footer class="m-footer"><div class="m-footer--container"><div class="m-footer--links-cell"><ul class="m-footer--links"><li aria-hidden="false" phx-track-id="Footer Links"><a href="/page/about-us" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Link">About Us</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Link">About Future</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/privacy-policy/" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Link">Privacy Policy</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/terms-conditions/" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Link">Terms of Use</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/cookies-policy/" target="blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Link">Cookie Policy</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.saymedia.com/privacy" target="_blank" onclick="return phoenixTrackClickEvent(this, event);" phx-track-id="Link">Platform Privacy</a></li></ul><div class="m-footer--copyright">&copy; 2019 Future Publishing Limited Quay House, The Ambury, Bath BA1 1UA. All rights reserved. England and Wales company registration number 2008885.</div></div><div class="m-footer--tempest-logo-cell"><a target="_blank" href="https://www.saymedia.com/publishing"><phoenix-icon-fallback class="m-svg m-footer--tempest-logo" icon="tempest-footer"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#tempest-footer"></use></svg></phoenix-icon-fallback></a></div></div></footer></div></section></div><div><div><div><div id="ad-92fc7429ec28445bba4fb571050febcd"></div></div></div></div><div class="m-fixedbottom-ad--container"><phoenix-ad class="m-fixedbottom-ad not-size-b not-size-c not-size-d" auto-reload config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-7360743a132541ee9dd774eee41b54a2","visClasses":["not-size-b","not-size-c","not-size-d"],"slotConfig":{"config":{"sizes":[[320,60],[320,50],[300,50]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomA"}],"screenSizes":["A"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-7360743a132541ee9dd774eee41b54a2","adUnitPath":"/88059007/www.licensing.biz/"}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-7360743a132541ee9dd774eee41b54a2"></div></div></phoenix-ad><phoenix-ad class="m-fixedbottom-ad not-size-a not-size-c not-size-d" auto-reload close-button config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-c5358e5fe7084e3bb5d3f4babab6ba91","visClasses":["not-size-a","not-size-c","not-size-d"],"slotConfig":{"config":{"sizes":[[768,66],[728,90]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomB"}],"screenSizes":["B"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-c5358e5fe7084e3bb5d3f4babab6ba91","adUnitPath":"/88059007/www.licensing.biz/"}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-c5358e5fe7084e3bb5d3f4babab6ba91"></div></div></phoenix-ad><phoenix-ad class="m-fixedbottom-ad not-size-a not-size-b" auto-reload close-button config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-7aafe8b29b1f44a691fcc00fb0f988bf","visClasses":["not-size-a","not-size-b"],"slotConfig":{"config":{"sizes":[[900,65],[970,90],[728,90]]},"model":{"zone":"fixed_bottom","index":0,"isOutstream":false},"sizes":[{"name":"fixedBottomC"}],"screenSizes":["C"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-7aafe8b29b1f44a691fcc00fb0f988bf","adUnitPath":"/88059007/www.licensing.biz/"}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-7aafe8b29b1f44a691fcc00fb0f988bf"></div></div></phoenix-ad></div></div></div><script id="phx-webcomponent-accordion" async src="/.bootscripts/webcomponents/accordion.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-picture" async src="/.bootscripts/webcomponents/picture.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-ad" async src="/.bootscripts/webcomponents/ad.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-import" async src="/.bootscripts/webcomponents/import.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-breadcrumbs" async src="/.bootscripts/webcomponents/breadcrumbs.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-superLink" async src="/.bootscripts/webcomponents/superLink.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-ellipsis" async src="/.bootscripts/webcomponents/ellipsis.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-stickyNav" async src="/.bootscripts/webcomponents/stickyNav.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-page" async src="/.bootscripts/webcomponents/page.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-style" async src="/.bootscripts/webcomponents/style.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-iconFallback" async src="/.bootscripts/webcomponents/iconFallback.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-overlay" async src="/.bootscripts/webcomponents/overlay.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script id="phx-webcomponent-notifier" async src="/.bootscripts/webcomponents/notifier.min.js?v=2019-03-19-190343-b73aa60-013019"></script><script>"use strict";function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function _iterableToArray(iter){if(Symbol.iterator in Object(iter)||Object.prototype.toString.call(iter)==="[object Arguments]")return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr)){for(var i=0,arr2=new Array(arr.length);i<arr.length;i++){arr2[i]=arr[i]}return arr2}}phxConfigQueue.push(function(){var _document$querySelect;var newClasses=[this.device.get()];var info=this.browser.get();if(info.found){newClasses=newClasses.concat([info.type,info.type+info.version]);if(info.iOS){newClasses=newClasses.concat(["ios","ios"+info.iOS])}}newClasses=newClasses.map(function(s){return s.toLowerCase()});(_document$querySelect=document.querySelector("html").classList).add.apply(_document$querySelect,_toConsumableArray(newClasses))});</script><phoenix-script delay-load src="/.bootscripts/hubRebalancer.min.js?v=2019-03-19-190343-b73aa60-013019"></phoenix-script><phoenix-script delay-load src="/.bootscripts/streamMoreItems.min.js?v=2019-03-19-190343-b73aa60-013019"></phoenix-script><script type="text/template" id="videoplayer-tag">"use strict";var src="https://saymedia-com.videoplayerhub.com/videoloader.js";var e=document.createElement("script");e.src=src;e.onload=function(){if(window.BT){BT.clearThrough()}};document.body.appendChild(e);</script><phoenix-script block-premium wait-for-app script-id="videoplayer-tag"></phoenix-script><script type="application/json" id="liftigniter-metadata">{"noShow":"true"}</script><script>"use strict";window.liftIgniter={};var liftIgniterPromise=new Promise(function(resolve,reject){window.liftIgniter.resolve=resolve});window.liftIgniter.scriptLoadedPromise=function(){return liftIgniterPromise};</script><script type="text/template" id="liftigniter-init">(function(jsKey) {"use strict";if(typeof $igniter_var==="undefined"){(function(w,d,s,p,v,e,r){w.$ps=w.performance&&w.performance.now&&typeof w.performance.now=="function"?w.performance.now():undefined;w["$igniter_var"]=v;w[v]=w[v]||function(){(w[v].q=w[v].q||[]).push(arguments)};w[v].l=1*new Date;e=d.createElement(s),r=d.getElementsByTagName(s)[0];e.async=1;e.src=p+"?ts="+(+new Date/3600000|0);r.parentNode.insertBefore(e,r)})(window,document,"script","//cdn.petametrics.com/"+jsKey+".js","$p");$p("init",jsKey);$p("send","pageview");window.liftIgniter.resolve()}})('999gba4qphtjrmpe');</script><phoenix-script script-id="liftigniter-init" block-on-gdpr-applicable block-premium delay-load></phoenix-script><!-- Template for the recommended content widget--><script id="li-recommendation-template" type="application/mustache">{{#items}}<div class="m-liftigniter--recommended-item"><a class="m-liftigniter--link" href="{{url}}">{{#thumbnail}}<div class="m-liftigniter--thumbnail-container"><img class="m-liftigniter--thumbnail" src="{{thumbnail}}" width="80" height="80"></div>{{/thumbnail}}<div class="m-liftigniter--metadata"><div class="m-liftigniter--related-story">RELATED STORY</div><phoenix-ellipsis class="m-ellipsis"><div class="m-liftigniter--title m-ellipsis--text">{{title}}</div></phoenix-ellipsis><phoenix-icon-fallback class="m-svg m-liftigniter--right-arrow" icon="ico_angle_right" aria-hidden="true"><svg><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2019-03-19-190343-b73aa60-013019#ico_angle_right"></use></svg></phoenix-icon-fallback></div><button class="m-liftigniter--button" type="submit">READ</button></a></div>{{/items}}</script><script type="text/template" id="carbon-analytics">(function(scriptUrl, tagId) {"use strict";window.CustomerConnectAnalytics="cca";window.cca=window.cca||function(){(window.cca.q=window.cca.q||[]).push(arguments)};var script=document.createElement("script");script.src=scriptUrl+"?id="+window.location.hostname+"&parentId="+tagId;document.head.appendChild(script);})('https://carbon-cdn.ccgateway.net/script', 'b4b3d228');</script><phoenix-script script-id="carbon-analytics" block-on-gdpr-vendor-consent="493" block-on-gdpr-purpose-consent="5" block-premium delay-load wait-for-app></phoenix-script></phoenix-page><script>(function(appScripts) {"use strict";function dropExtScript(src){return new Promise(function(resolve,reject){var e=document.createElement("script");e.async=false;e.src=src;e.addEventListener("load",function(){resolve()},false);e.addEventListener("error",function(){console.error("failed to load "+src);resolve()},false);document.body.appendChild(e)})}function dropExtScripts(scripts){var promises=[];scripts.forEach(function(s){promises.push(dropExtScript(s))});return Promise.all(promises)}function loadAndStartApp(){dropExtScripts(appScripts).then(function(){var e=document.createElement("script");e.text="require(['main'], function () {"+"window._angularAppLoaded=true;"+"window.dispatchEvent(new CustomEvent('angularAppLoaded'));"+"});";document.body.appendChild(e)})}if(appScripts.length>0){window.getTimedOutPageLoadPromise(30000).then(loadAndStartApp)}})([]);</script></body></html>