It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.swallowxx.com

  1. <!DOCTYPE html>
  2. <html lang="en-US" prefix="og: http://ogp.me/ns#">
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="/cdn-cgi/apps/head/6uoeig0lxgbfj9tijbqs6ygsllk.js"></script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer>var __ez=__ez||{};__ez.stms=Date.now();__ez.evt={};__ez.script={};__ez.ck=__ez.ck||{};__ez.template={};__ez.template.isOrig=false;__ez.queue=(function(){var count=0,incr=0,items=[],timeDelayFired=false,hpItems=[],lpItems=[],allowLoad=true;var obj={func:function(name,funcName,parameters,isBlock,blockedBy,deleteWhenComplete,proceedIfError){var self=this;this.name=name;this.funcName=funcName;this.parameters=parameters===null?null:(parameters instanceof Array)?parameters:[parameters];this.isBlock=isBlock;this.blockedBy=blockedBy;this.deleteWhenComplete=deleteWhenComplete;this.isError=false;this.isComplete=false;this.isInitialized=false;this.proceedIfError=proceedIfError;this.isTimeDelay=false;this.process=function(){log("... func = "+name);self.isInitialized=true;self.isComplete=true;log("... func.apply: "+name);var funcs=self.funcName.split('.');var func=null;if(funcs.length>3){}else if(funcs.length===3){func=window[funcs[0]][funcs[1]][funcs[2]];}else if(funcs.length===2){func=window[funcs[0]][funcs[1]];}else{func=window[self.funcName];}
  6. if(typeof func!=='undefined'&&func!==null){func.apply(null,this.parameters);}
  7. if(self.deleteWhenComplete===true)delete items[name];if(self.isBlock===true){log("----- F'D: "+self.name);processAll();}}},file:function(name,path,isBlock,blockedBy,async,defer,proceedIfError){var self=this;this.name=name;this.path=path;this.async=async;this.defer=defer;this.isBlock=isBlock;this.blockedBy=blockedBy;this.isInitialized=false;this.isError=false;this.isComplete=false;this.proceedIfError=proceedIfError;this.isTimeDelay=false;this.process=function(){self.isInitialized=true;log("... file = "+name);var scr=document.createElement('script');scr.src=path;if(async===true)scr.async=true;else if(defer===true)scr.defer=true;scr.onerror=function(){log("----- ERR'D: "+self.name);self.isError=true;if(self.isBlock===true){processAll();}};scr.onreadystatechange=scr.onload=function(){var state=scr.readyState;log("----- F'D: "+self.name);if((!state||/loaded|complete/.test(state))){self.isComplete=true;if(self.isBlock===true){processAll();}}};document.getElementsByTagName('head')[0].appendChild(scr);}}};function init(){window.addEventListener("load",function(){setTimeout(function(){timeDelayFired=true;log('TDELAY -----');processAll();},5000);},false);}
  8. function addFile(name,path,isBlock,blockedBy,async,defer,proceedIfError,priority){var item=new obj.file(name,path,isBlock,blockedBy,async,defer,proceedIfError);if(priority===true){hpItems[name]=item}else{lpItems[name]=item}
  9. items[name]=item;checkIfBlocked(item);}
  10. function setallowLoad(settobool){allowLoad=settobool}
  11. function addFunc(name,func,parameters,isBlock,blockedBy,autoInc,deleteWhenComplete,proceedIfError,priority){if(autoInc===true)name=name+"_"+incr++;var item=new obj.func(name,func,parameters,isBlock,blockedBy,deleteWhenComplete,proceedIfError);if(priority===true){hpItems[name]=item}else{lpItems[name]=item}
  12. items[name]=item;checkIfBlocked(item);}
  13. function addTimeDelayFile(name,path){var item=new obj.file(name,path,false,[],false,false,true);item.isTimeDelay=true;log(name+' ... '+' FILE! TDELAY');lpItems[name]=item;items[name]=item;checkIfBlocked(item);}
  14. function addTimeDelayFunc(name,func,parameters){var item=new obj.func(name,func,parameters,false,[],true,true);item.isTimeDelay=true;log(name+' ... '+' FUNCTION! TDELAY');lpItems[name]=item;items[name]=item;checkIfBlocked(item);}
  15. function checkIfBlocked(item){if(isBlocked(item)===true||allowLoad==false)return;item.process();}
  16. function isBlocked(item){if(item.isTimeDelay===true&&timeDelayFired===false){log(item.name+" blocked = TIME DELAY!");return true;}
  17. if(item.blockedBy instanceof Array){for(var i=0;i<item.blockedBy.length;i++){var block=item.blockedBy[i];if(items.hasOwnProperty(block)===false){log(item.name+" blocked = "+block);return true;}else if(item.proceedIfError===true&&items[block].isError===true){return false;}else if(items[block].isComplete===false){log(item.name+" blocked = "+block);return true;}}}
  18. return false;}
  19. function log(msg){var href=window.location.href;var reg=new RegExp('[?&]ezq=([^&#]*)','i');var string=reg.exec(href);var res=string?string[1]:null;if(res==="1")console.debug(msg);}
  20. function processAll(){count++;if(count>200)return;log("let's go");processItems(hpItems);processItems(lpItems);}
  21. function processItems(list){for(var i in list){if(list.hasOwnProperty(i)===false)continue;var item=list[i];if(item.isComplete===true||isBlocked(item)||item.isInitialized===true||item.isError===true){if(item.isError===true){log(item.name+': error')}else if(item.isComplete===true){log(item.name+': complete already')}else if(item.isInitialized===true){log(item.name+': initialized already')}}else{item.process();}}}
  22. init();return{addFile:addFile,addDelayFile:addTimeDelayFile,addFunc:addFunc,addDelayFunc:addTimeDelayFunc,items:items,processAll:processAll,setallowLoad:setallowLoad};})();__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.script.add=function(e){var t=document.createElement("script");t.src=e,t.async=!0,t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)};__ez.queue.addFile('/detroitchicago/boise.js', '/detroitchicago/boise.js?gcb=191-2&cb=1', false, [], true, false, true, false);</script>
  23. <script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript" id="bsaihudashidsadhu">window.ezogtk="";if(typeof processGoogleToken!=="function"){processGoogleToken=function(a){window.ezogtk=a.newToken;processGoogleToken=undefined;var el=document.getElementById('bsaihudashidsadhu');if(el!==null){el.parentNode.removeChild(document.getElementById('bsaihudashidsadhu'))}
  24. var eel=document.getElementById('ezintegrator');if(eel!==null){eel.parentNode.removeChild(document.getElementById('ezintegrator'))}}}</script>
  25. <script src="https://adservice.google.com/adsid/integrator.js?domaingeneticliteracyproject.org" id="ezintegrator"></script>
  26. <script type="text/javascript">
  27. var __banger_pmp_deals=function(){var d={17:{"DealId":17,"Floor":160},18:{"DealId":18,"Floor":25},19:{"DealId":19,"Floor":100},20:{"DealId":20,"Floor":300},21:{"DealId":21,"Floor":2000}};return[{"SlotName":"/1254144/geneticliteracyproject_org-large-mobile-banner-1","Deals":[]},{"SlotName":"/1254144/geneticliteracyproject_org-medrectangle-2","Deals":[d[17],d[18],d[19],d[20],d[21]]}]}();
  28. </script>
  29. <script type="text/javascript">_ebcids=[138231308856,138231308940,138231308949,138231387842,138231421744,138231421759,138231421774,138231421783,138231421789,138231421792,138242067587,138242067590,138242067602,138242067605,138242067608,138242067614,138242229406,138242229415,138242229421,138242229430];</script>
  30. <script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">ezobv=83;</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">function ez_isclean(data){if(typeof data==='undefined'){data=document.URL;}
  31. var re=/(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))(@|%2540|%40)((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/;var isClean=!re.test(data);return isClean;}
  32. var ez_queue=new Array();function sort_queue(a,b)
  33. {if(a.priority<b.priority)return-1;else if(a.priority==b.priority)return 0;else return 1;}
  34. function execute_ez_queue()
  35. {ez_queue.sort(sort_queue);for(var i in ez_queue)
  36. {if(typeof ez_queue[i].method!="undefined")
  37. {try{ez_queue[i].method.call(null);}
  38. catch(err){}}}}
  39. window.ez_ad_units=new Array();window.ezslots=new Array();window.ezsrqt={};function ez_write_tag(d){if(ez_isclean()&&d instanceof Array){if(typeof ezstandalone!=='undefined'&&typeof ezstandalone.selectedPlaceholders!=='undefined'&&ezstandalone.selectedPlaceholders[d[3]]===true){return "1+1";}
  40. ez_ad_units[ez_ad_units.length]=d;var dve="";if(typeof d[5]!='undefined'&&d[5]>0){dve='_'+d[5];}
  41. var ezcmd="googletag.cmd.push(function() {var divid = 'div-gpt-ad-"+d[1]+"-"+d[4]+""+dve+"';if(typeof ezlrarn == 'function'){ezlrarn(divid);}googletag.display(divid);var to = 0;if("+d[2]+".getTargeting('ga')[0] == '0'){to = 500;console.log('"+d[2]+" - no google');}if(window.ezDisableInitialLoad==true){setTimeout(function(){googletag.pubads().refresh(["+d[2]+"])},to);}});";return ezcmd;}
  42. return "1+1";}
  43. function in_array(needle,haystack){var length=haystack.length;for(var i=0;i<length;i++){if(haystack[i]==needle)return true;}
  44. return false;}
  45. var ezrpos=new Array();var ez_current_interval;var ez_current_load=0;</script><script data-cfasync="false" type="text/javascript" data-pagespeed-no-defer src="/porpoiseant/dall3202c-cb191-2.js" async></script><script data-ezscrex="false" data-cfasync="false" type="text/javascript" data-pagespeed-no-defer>var epbjs=epbjs||{};epbjs.que=epbjs.que||[];epbjs.bidderTimeout=2000;epbjs.useAdj=true;epbjs.SS={"aol":10028,"criteo":10050,"oftmedia":10081};epbjs.bidders=['oftmedia','aol','criteo'];epbjs.que.push(function(){epbjs.aliasBidder('appnexus', 'oftmedia');});epbjs.bidderSettings={oftmedia: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 0.800000; var adj2 = adj1 * 1.200000; return adj2; }},aol: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 1.000000; var adj2 = adj1 * 1.200000; return adj2; }},criteo: { bidCpmAdjustment: function(bidCpm) { var adj1 = bidCpm * 1.000000; var adj2 = adj1 * 1.200000; return adj2; }},};epbjs.gadj=1.200000;
  46. var __sellerid="690e0604de2d2cfca13ad2290946bf60";__ez.queue.addFile('/detroitchicago/houston.js', '/detroitchicago/houston.js?gcb=2&cb=2', false, [], true, false, true, false);__ez.queue.addFunc("epbjsRequestAdUnits", "epbjsRequestAdUnits", [[{code: 'div-gpt-ad-geneticliteracyproject_org-medrectangle-2-0', mediaTypes: {banner: { sizes:[[728,90]] }, video: {context:'outstream',playerSize:[[728, 90]]}}, bids: [{bidder: 'criteo', params: { zoneId: '1365436' }},] },{code: 'div-gpt-ad-geneticliteracyproject_org-large-mobile-banner-1-0', mediaTypes: {banner: { sizes:[[728,90]] }, video: {context:'outstream',playerSize:[[728, 90]]}}, bids: [] }]], false, ['/detroitchicago/houston.js'], true, true, true, true);</script><script type="text/javascript" data-ezscrex="false">var ezorbf = []; </script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">window.isEZABL=false;window.ezmadspc=300;window.ezoViewCheck=false;</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">window.ezDisableInitialLoad=false;</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">window.googletag=window.googletag||{};googletag.cmd=googletag.cmd||[];</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">(function(){var gads=document.createElement('script');gads.async=true;gads.type='text/javascript';var useSSL='https:'==document.location.protocol;gads.src=(useSSL?'https:':'http:')+
  47. '//securepubads.g.doubleclick.net/tag/js/gpt.js';var node=document.getElementsByTagName('script')[0];node.parentNode.insertBefore(gads,node);})();</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer type="text/javascript">window.ezogetbrkey = function(s){ var k = 'br1';var k2 = 'eb_br';if(window.ezogtk == ""){k='br1u';k2='eb_bru';}else if(window.ezogtk != "NT"){k='br1t';k2='eb_brt';} s.setTargeting('br1', s.getTargeting(k));s.setTargeting('eb_br', s.getTargeting(k2));};googletag.cmd.push(function() {if(typeof window.isEZABL == 'undefined' || window.isEZABL != true) {ezslot_1 = googletag.defineSlot('/1254144/geneticliteracyproject_org-large-mobile-banner-1',[728,90],'div-gpt-ad-geneticliteracyproject_org-large-mobile-banner-1-0').addService(googletag.pubads()).setTargeting('iid18','1761995').setTargeting('t','134').setTargeting('d','201186').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1143').setTargeting('sap','1143').setTargeting('a','|6|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod1').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('ezosn','1').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','717').setTargeting('al','1717').setTargeting('compid','0').setTargeting('tap','geneticliteracyproject_org-large-mobile-banner-1-1761995').setTargeting('eb_br','60474211daf1dfd4d90000ea01f56c30').setTargeting('eba','1').setTargeting('bv','28').setTargeting('bvm','2').setTargeting('bvr','5').setTargeting('shp','1').setCollapseEmptyDiv(false).setTargeting('br1','0').setTargeting('br2','0').setTargeting('ezoic','1').setTargeting('nmau','0').setTargeting('mau','0').setTargeting('deal1',[17,18,19,20,21,22,23,24,25,26]);ezslot_1.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_link_color','858585').set('adsense_text_color','000000').set('adsense_url_color','F0F0F0');ezrpos[1]="1";ezslot_0 = googletag.defineSlot('/1254144/geneticliteracyproject_org-medrectangle-2',[728,90],'div-gpt-ad-geneticliteracyproject_org-medrectangle-2-0').addService(googletag.pubads()).setTargeting('iid19','1805995').setTargeting('t','134').setTargeting('d','201186').setTargeting('t1','134').setTargeting('pvc','0').setTargeting('ap','1100').setTargeting('sap','1100').setTargeting('a','|6|').setTargeting('as','revenue').setTargeting('plat','1').setTargeting('bra','mod1').setTargeting('ic','1').setTargeting('at','mbf').setTargeting('adr','399').setTargeting('ezosn','0').setTargeting('reft','tf').setTargeting('refs','30').setTargeting('ga','2497208').setTargeting('gala','').setTargeting('rid','99998').setTargeting('pt','5').setTargeting('al','1005').setTargeting('compid','0').setTargeting('tap','geneticliteracyproject_org-medrectangle-2-1805995').setTargeting('eb_br','12a3b3570adcf20fd41a00445219acaa').setTargeting('eba','1').setTargeting('bv','14').setTargeting('bvm','0').setTargeting('bvr','4').setTargeting('shp','1').setCollapseEmptyDiv(false).setTargeting('br1','2000').setTargeting('br2','900').setTargeting('ezoic','1').setTargeting('nmau','0').setTargeting('mau','0').setTargeting('stl','25').setTargeting('deal1',[22,23,24,25,26]);ezslot_0.set('adsense_background_color','FFFFFF').set('adsense_border_color','FFFFFF').set('adsense_link_color','858585').set('adsense_text_color','000000').set('adsense_url_color','F0F0F0');ezrpos[0]="0";}else{window.ezHideLocations=[];window.ezHideLocations.push('div-gpt-ad-geneticliteracyproject_org-large-mobile-banner-1-0');window.ezHideLocations.push('div-gpt-ad-geneticliteracyproject_org-medrectangle-2-0');}googletag.pubads().addEventListener('slotRenderEnded', function(event) { __ez.queue.addFunc("ezbanger", "ezbanger", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('impressionViewable', function(event) { __ez.queue.addFunc("ezvb", "ezvb", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('slotResponseReceived', function(event) { __ez.queue.addFunc("ezsr", "ezsr", event, false, ['banger.js'], true, true, false, true); });googletag.pubads().addEventListener('slotRequested', function(e) { window.ezsrqt[e.slot.getSlotElementId()] = Date.now();});googletag.pubads().enableLazyLoad({fetchMarginPercent: 400, renderMarginPercent: 150, mobileScaling: 2.0});googletag.enableServices();});window.ezoll = false;window.ezoadxnc = '1254144';window.ezorefgsl=function(r){Array.isArray(r)||(r=[r]);for(var e=r.length,o=Array(),a=0;a<e;a++){var t=r[a];t.setTargeting("reqt",Date.now()),void 0!==t.DFPSlot?o.push(t.DFPSlot):o.push(t)}googletag.pubads().refresh(o)};var ezoibfh = Array();ezoibfh[0] = 'zero';ezoibfh[1000000] = 'off';ezoibfh[160]='3530fcb6bcc13dc3c1712eaef7d92700';
  48. ezoibfh[140]='af063c244089b52ec5a0423a258f1f8e';
  49. ezoibfh[600]='45a351e981f435b4c20fafca8a5d741c';
  50. ezoibfh[70]='527e52c10635ac8136a4c84094ee49a8';
  51. ezoibfh[50]='3ba982fc4238dd4197b1d51b345478dc';
  52. ezoibfh[40]='ee685f77592ce296910ee91457d66ba3';
  53. ezoibfh[550]='26dfa00588543c52511429ade391f561';
  54. ezoibfh[300]='90c3c48d0172916d27c102ea4aa9d49c';
  55. ezoibfh[220]='43aa1607a0c08c74b14a9039e7b909b4';
  56. ezoibfh[1600]='6dbaa2f5e27e83e2fcd15988d9095988';
  57. ezoibfh[900]='eeb0e32289ff31f9ddef18331038e5e9';
  58. ezoibfh[450]='6e85b37de1b1ffc2593baa5d6e4b02fc';
  59. ezoibfh[180]='9ae587f95e95c876b7b76fd4c72a3838';
  60. ezoibfh[28]='674294a1b21a1e89fc99c14c9b17be44';
  61. ezoibfh[90]='b355e9227b551c119a30a68852723b62';
  62. ezoibfh[12]='14e8a85d4c42ff1db8790cbef9e33493';
  63. ezoibfh[4]='9c3e4ee8eae7f1433cb2fe69b1326605';
  64. ezoibfh[38]='23b5ca1d9de2587e6a4ecfd33d61b709';
  65. ezoibfh[22]='1e913e99b80640fd5b86a539e5b97c94';
  66. ezoibfh[1200]='736e09a0771285737509ab8954c475a7';
  67. ezoibfh[800]='dc3573d5dc41abdf97751be02f53537f';
  68. ezoibfh[280]='c16fac08e79a971524b1c6834f5caad3';
  69. ezoibfh[18]='8de355ef1cf56b7da61277050d9957b1';
  70. ezoibfh[2000]='12a3b3570adcf20fd41a00445219acaa';
  71. ezoibfh[1900]='65b2c11be72ed8610e2ac0304f3023a9';
  72. ezoibfh[850]='5297de5240aa45da173a0792747e0d26';
  73. ezoibfh[2]='b6c98a8bb15764f1c4ee331dcb724178';
  74. ezoibfh[400]='76163170a8636ae5b88417f095893e08';
  75. ezoibfh[100]='a495ce7dbb4cefcd3e0a722048894f41';
  76. ezoibfh[46]='fe5b0c99ab7ba15f050582be1301303f';
  77. ezoibfh[1400]='04b5efc3207e2390972f099a6a3c4757';
  78. ezoibfh[1300]='bfa042bdb1583c959161b7823290dc1f';
  79. ezoibfh[1100]='39abb99448d54704c4afa42efe76e15d';
  80. ezoibfh[36]='8c5ffefb122f59a66a8b7672d4452af2';
  81. ezoibfh[24]='e66c30deca31b19eda212eeca1258584';
  82. ezoibfh[200]='86802a923a1f32517e4c5d3b6d550271';
  83. ezoibfh[120]='58ef7bddb438af5e257c4377f32c243a';
  84. ezoibfh[48]='8fc09e60bfd78aa82afac0405213359a';
  85. ezoibfh[350]='9e0a1ce5b2455cb9b48d5df4c6bf4053';
  86. ezoibfh[20]='7432360301409ae695ba255f16fbcf06';
  87. ezoibfh[14]='ad0061a38dd7c6f7bcb692aee88dfda4';
  88. ezoibfh[8]='2e8b8c60843e52e5aaa1e3a52287a2bb';
  89. ezoibfh[1700]='ff69c327c284033fca821ae81630bfa9';
  90. ezoibfh[950]='c410f2a2b0c2123f4b6651cda6c5cf53';
  91. ezoibfh[500]='5f2b94bb26a5aa9b1a00e66d30cfd5ec';
  92. ezoibfh[240]='8de2c8ca79e8623e3cb37120a35ebaa2';
  93. ezoibfh[10]='291d27313eb66c50243129b23df8a579';
  94. ezoibfh[60]='c352ba581bd3ffd8cea608cf2d55f519';
  95. ezoibfh[44]='a928cf2c3ad36f5e9ed2d90f655c1dc9';
  96. ezoibfh[42]='947f1d5169cc7d0f997560e34838fb04';
  97. ezoibfh[34]='a7a863b24978e69c4cdbb5a49be70d5e';
  98. ezoibfh[16]='e29f69dd468d31a5514dc9b5587ce757';
  99. ezoibfh[1800]='72c13a89ac876aaffdde39253459460b';
  100. ezoibfh[750]='6ac330e431a70c7d8ce9fb95aee95c72';
  101. ezoibfh[650]='5bac35e1a3b6adc56da706000a645484';
  102. ezoibfh[0]='60474211daf1dfd4d90000ea01f56c30';
  103. ezoibfh[80]='dfa60cee6e1053fc0c9e607c8047bd28';
  104. ezoibfh[1500]='d81e229576f8cb8a43ff5c6a8e596727';
  105. ezoibfh[1000]='c5429b6ddd929d0bc40a832a87789a7c';
  106. ezoibfh[700]='8b07bae800b215e481d05a271b3e723b';
  107. ezoibfh[26]='bf9a045b836005b6c23b7b0749249612';
  108. ezoibfh[6]='33dd523f8e4dda158f0aa99686dda7f2';
  109. ezoibfh[260]='57914c3716312cb7e954090f0717ea25';
  110. ezoibfh[32]='d31e71883d00099e275b6c5878eed023';
  111. ezoibfh[30]='54d0fa6d5f6aabe7623cb24faa42a441';
  112. var ezaxmns={};var ezaucmns={};ezaxmns["div-gpt-ad-geneticliteracyproject_org-large-mobile-banner-1-0"]=0;ezaucmns["div-gpt-ad-geneticliteracyproject_org-large-mobile-banner-1-0"]=0;ezaxmns["div-gpt-ad-geneticliteracyproject_org-medrectangle-2-0"]=0;ezaucmns["div-gpt-ad-geneticliteracyproject_org-medrectangle-2-0"]=0;if(typeof window.isEZABL == 'undefined' || window.isEZABL != true) {ezslots.push("ezslot_1");ezslots.push("ezslot_0");}else{}</script>
  113. <script type="text/javascript">(function(){function storageAvailable(type){var storage;try{storage=window[type];var x='__storage_test__';storage.setItem(x,x);storage.removeItem(x);return true;}
  114. catch(e){return e instanceof DOMException&&(e.code===22||e.code===1014||e.name==='QuotaExceededError'||e.name==='NS_ERROR_DOM_QUOTA_REACHED')&&(storage&&storage.length!==0);}}
  115. function remove_ama_config(){if(storageAvailable('localStorage')){localStorage.removeItem("google_ama_config");}}
  116. remove_ama_config()})()</script>
  117. <script data-ezscrex="false" type="text/javascript" data-cfasync="false">var _ezaq = {"ad_cache_level":0,"ad_count_adjustment":0,"ad_lazyload_version":4,"ad_location_ids":"5,717","ad_transform_level":0,"adx_ad_count":2,"bidder_method":3,"bidder_version":5,"city":"Yangzhou","country":"CN","days_since_last_visit":-1,"display_ad_count":1,"domain_id":201186,"ds_adsize_opt_id":-1,"engaged_time_visit":0,"ezcache_level":0,"forensiq_score":-1,"form_factor_id":1,"framework_id":1,"has_bad_image":0,"has_bad_words":0,"iab_category":"","iab_category_0":"53","iab_category_1":"102","is_from_recommended_pages":false,"is_return_visitor":false,"is_sitespeed":0,"last_page_load":"","last_pageview_id":"","lt_cache_level":0,"max_ads":3,"metro_code":0,"optimization_version":4,"page_ad_positions":"1100,1143","page_view_count":0,"page_view_id":"b4e10561-ef81-487b-5e5d-c89b2cdca197","position_selection_id":39,"postal_code":"","pv_event_count":0,"response_time_orig":355,"serverid":"54.68.68.65:25176","state":"JS","sub_page_ad_positions":"1100,1143","t_epoch":1598320809,"template_id":134,"time_on_site_visit":0,"url":"/","user_id":0,"weather_precipitation":0,"weather_summary":"","weather_temperature":0,"word_count":2934,"worst_bad_word_level":0};var _ezim_d = {"geneticliteracyproject_org-large-mobile-banner-1":{"adsense_stat_source_id":5,"adx_ad_count":2,"adx_stat_source_id":35,"full_id":"geneticliteracyproject_org-large-mobile-banner-1/2020-08-24/1761995","height":"90","position_id":1143,"sub_position_id":1143,"width":"728"},"geneticliteracyproject_org-medrectangle-2":{"adsense_stat_source_id":5,"adx_ad_count":2,"adx_stat_source_id":35,"full_id":"geneticliteracyproject_org-medrectangle-2/2020-08-24/1805995","height":"90","position_id":1100,"sub_position_id":1100,"width":"728"}};var _ezat = {"domain_id":201186,"form_factor_id":1,"framework_id":1,"pageview_date":"2020-08-24","pageview_id":"b4e10561-ef81-487b-5e5d-c89b2cdca197","template_id":134,"url":"/","visit_uuid":"0d0b6099-83ee-41d5-5285-f7742ddfbd8f"};</script><script data-ezscrex="false" data-pagespeed-no-defer data-cfasync="false" type="text/javascript">__ez.queue.addFile('banger.js', '/porpoiseant/banger.js?cb=191-2&bv=83&v=35&PageSpeed=off', true, [], true, false, false, true);</script>
  118. <script>__ez.queue.addFile('/detroitchicago/anaheim.js', '/detroitchicago/anaheim.js?gcb=2&cb=1', false, ['/detroitchicago/minneapolis.js'], true, false, true, false);</script>
  119. <script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer>__ez.dot={};__ez.queue.addFile('/detroitchicago/memphis.js', '/detroitchicago/memphis.js?gcb=191-2&cb=1', false, [], true, false, true, false);__ez.queue.addFile('/detroitchicago/minneapolis.js', '/detroitchicago/minneapolis.js?gcb=191-2&cb=1', false, [], true, false, true, false);__ez.vep=(function(){var pixels=[],pxURL="/detroitchicago/grapefruit.gif";function AddPixel(vID,pixelData){if(__ez.dot.isDefined(vID)&&__ez.dot.isValid(pixelData)){pixels.push({type:'video',video_impression_id:vID,domain_id:__ez.dot.getDID(),t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(pixelData)});}}
  120. function Fire(){if(typeof document.visibilityState!=='undefined'&&document.visibilityState==="prerender"){return;}
  121. if(__ez.dot.isDefined(pixels)&&pixels.length>0){while(pixels.length>0){var j=5;if(j>pixels.length){j=pixels.length;}
  122. var pushPixels=pixels.splice(0,j);(new Image()).src=__ez.dot.getURL(pxURL)+"?orig="+(__ez.template.isOrig===true?1:0)+"&v="+btoa(JSON.stringify(pushPixels));}}
  123. pixels=[];}
  124. return{Add:AddPixel,Fire:Fire};})();</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer>__ez.pel=(function(){var pixels=[],pxURL="/porpoiseant/army.gif";function AddAndFirePixel(adSlot,pixelData){AddPixel(adSlot,pixelData,0,0,0,0,0);Fire();}
  125. function GetCurrentPixels(){return pixels;}
  126. function AddPixel(adSlot,pixelData,revenue,est_revenue,bid_floor_filled,bid_floor_prev,stat_source_id){if(!__ez.dot.isDefined(adSlot)||__ez.dot.isAnyDefined(adSlot.getSlotElementId,adSlot.ElementId)==false){return;}
  127. var ad_position_id=parseInt(__ez.dot.getTargeting(adSlot,'ap'));var impId=__ez.dot.getSlotIID(adSlot),adUnit=__ez.dot.getAdUnit(adSlot);var compId=parseInt(__ez.dot.getTargeting(adSlot,"compid"));var lineItemId=0;var creativeId=0;var ezimData=getEzimData(adSlot);if(typeof ezimData=='object'){if(ezimData.creative_id!==undefined){creativeId=ezimData.creative_id;}
  128. if(ezimData.line_item_id!==undefined){lineItemId=ezimData.line_item_id;}}
  129. if(__ez.dot.isDefined(impId,adUnit)&&__ez.dot.isValid(pixelData)){pixels.push({type:"impression",impression_id:impId,domain_id:__ez.dot.getDID(),unit:adUnit,t_epoch:__ez.dot.getEpoch(0),revenue:revenue,est_revenue:est_revenue,ad_position:ad_position_id,ad_size:"",bid_floor_filled:bid_floor_filled,bid_floor_prev:bid_floor_prev,stat_source_id:stat_source_id,country_code:__ez.dot.getCC(),pageview_id:__ez.dot.getPageviewId(),comp_id:compId,line_item_id:lineItemId,creative_id:creativeId,data:__ez.dot.dataToStr(pixelData)});}}
  130. function AddPixelById(impFullId,pixelData){var vals=impFullId.split('/');if(__ez.dot.isDefined(impFullId)&&vals.length===3&&__ez.dot.isValid(pixelData)){var adUnit=vals[0],impId=vals[2];pixels.push({type:"impression",impression_id:impId,domain_id:__ez.dot.getDID(),unit:adUnit,t_epoch:__ez.dot.getEpoch(0),pageview_id:__ez.dot.getPageviewId(),data:__ez.dot.dataToStr(pixelData)});}}
  131. function Fire(){if(typeof document.visibilityState!=='undefined'&&document.visibilityState==="prerender")return;if(__ez.dot.isDefined(pixels)&&pixels.length>0){while(pixels.length>0){var j=5;if(j>pixels.length){j=pixels.length;}
  132. var pushPixels=pixels.splice(0,j);var pixelURL=__ez.dot.getURL(pxURL)+"?orig="+(__ez.template.isOrig===true?1:0)+"&sts="+btoa(JSON.stringify(pushPixels));if(typeof window.isAmp!=='undefined'&&isAmp&&typeof window._ezaq!=='undefined'&&_ezaq.hasOwnProperty("domain_id")){pixelURL+="&visit_uuid="+_ezaq['visit_uuid'];}
  133. (new Image()).src=pixelURL;}}
  134. pixels=[];}
  135. function getEzimData(adSlot){if(typeof _ezim_d=="undefined"){return false}
  136. var adUnitName=__ez.dot.getAdUnitPath(adSlot).split('/').pop();if(typeof _ezim_d==='object'&&_ezim_d.hasOwnProperty(adUnitName)){return _ezim_d[adUnitName];}
  137. for(var ezimKey in _ezim_d){if(ezimKey.split('/').pop()===adUnitName){return _ezim_d[ezimKey];}}
  138. return false;}
  139. return{Add:AddPixel,AddAndFire:AddAndFirePixel,AddById:AddPixelById,Fire:Fire,GetPixels:GetCurrentPixels,};})();__ez.queue.addFile('/detroitchicago/raleigh.js', '/detroitchicago/raleigh.js?gcb=191-2&cb=1', false, [], true, false, true, false);__ez.queue.addFile('/detroitchicago/tampa.js', '/detroitchicago/tampa.js?gcb=191-2&cb=1', false, [], true, false, true, false);</script>
  140. <script data-ezscrex="false" data-pagespeed-no-defer data-cfasync="false" type="text/javascript">__ez.queue.addFile('rochester.js', '/detroitchicago/rochester.js?cb=191-2&v=9', false, [], true, false, true, true);</script>
  141. <link rel="profile" href="/gmpg/xfn/11">
  142. <link rel="preconnect" href="/googletagmanager/" crossorigin>
  143. <link rel="preconnect" href="/ajaxclo/" crossorigin>
  144. <link rel="preconnect" href="/statswp/" crossorigin>
  145. <link rel="preconnect" href="/s0wp/" crossorigin>
  146. <link rel="preconnect" href="/google-analytics/" crossorigin>
  147. <link rel="preconnect" href="/pixelwp/" crossorigin>
  148. <link rel="preconnect" href="/fontsgoo/" crossorigin>
  149. <link rel="preconnect" href="/iyti/" crossorigin>
  150. <link rel="preconnect" href="/i1wp/" crossorigin>
  151. <link rel="preconnect" href="https://apis.google.com" crossorigin>
  152. <link rel="dns-prefetch" href="/googletagmanager/">
  153. <link rel="dns-prefetch" href="/ajaxclo/">
  154. <link rel="dns-prefetch" href="/statswp/">
  155. <link rel="dns-prefetch" href="/s0wp/">
  156. <link rel="dns-prefetch" href="/google-analytics/">
  157. <link rel="dns-prefetch" href="/pixelwp/">
  158. <link rel="dns-prefetch" href="/fontsgoo/">
  159. <link rel="dns-prefetch" href="/iyti/">
  160. <link rel="dns-prefetch" href="/i1wp/">
  161. <link rel="dns-prefetch" href="http://apis.google.com">
  162. <link rel="dns-prefetch" href="/scriptsmed/">
  163.  
  164. <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">//<![CDATA[
  165. var gtm4wp_datalayer_name = "dataLayer";
  166. var dataLayer = dataLayer || [];
  167. //]]>
  168. </script>
  169. <meta property="og:locale" content="en_US">
  170. <meta property="og:type" content="website">
  171. <meta property="og:title" content="Genes and Science">
  172. <meta property="og:description" content="Science Not Ideology">
  173. <meta property="og:url" content="https://geneticliteracyproject.org">
  174. <meta property="og:site_name" content="Genes and Science">
  175.  
  176. <title>Gene editing-Gene therapy-Genes and Science</title>
  177. <meta name="keywords" content="Gene editing-Gene therapy-Genes and Science">
  178. <meta name="description" content="Genes and Science mainly introduce the influence of Genes on all aspects of human life, the influence of Genes on the yield of agricultural food, the influence on newborn babies, what progress will be made in the future gene technology, and what regulations about gene editor in each country, so Genes and Science will introduce more knowledge about Genes">
  179. <meta name="robots" content="index, follow">
  180. <meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  181. <meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  182. <link rel="canonical" href="/">
  183. <meta property="og:locale" content="en_US">
  184. <meta property="og:type" content="website">
  185. <meta property="og:title" content="Genes and Science | Science Not Ideology">
  186. <meta property="og:description" content="The GLP's mission is to aid the public, media and policymakers in understanding the science and implications of human and agricultural genetics and biotech.">
  187. <meta property="og:url" content="/">
  188. <meta property="og:site_name" content="Genes and Science">
  189. <meta property="article:publisher" content="/facebook/geneticliteracyproject">
  190. <meta property="article:modified_time" content="2020-08-07T14:35:00+00:00">
  191. <meta property="og:image" content="/wp-content/uploads/2020/02/unknown-2.png">
  192. <meta property="og:image:width" content="400">
  193. <meta property="og:image:height" content="265">
  194. <meta name="twitter:card" content="summary_large_image">
  195. <meta name="twitter:creator" content="@GeneticLiteracy">
  196. <meta name="twitter:site" content="@GeneticLiteracy">
  197. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://geneticliteracyproject.org/#organization","name":"Genes and Science","url":"/","sameAs":["/facebook/geneticliteracyproject","https://twitter.com/GeneticLiteracy"],"logo":{"@type":"ImageObject","@id":"https://geneticliteracyproject.org/#logo","inLanguage":"en-US","url":"https://geneticliteracyproject.org/wp-content/uploads/2013/07/GLP_logo_2013_square.png","width":261,"height":220,"caption":"Genes and Science"},"image":{"@id":"https://geneticliteracyproject.org/#logo"}},{"@type":"WebSite","@id":"https://geneticliteracyproject.org/#website","url":"/","name":"Genes and Science","description":"Science Not Ideology","publisher":{"@id":"https://geneticliteracyproject.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":"https://geneticliteracyproject.org/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://geneticliteracyproject.org/#primaryimage","inLanguage":"en-US","url":"/wp-content/uploads/2020/02/unknown-2.png","width":400,"height":265,"caption":"unknown"},{"@type":"WebPage","@id":"https://geneticliteracyproject.org/#webpage","url":"/","name":"Genes and Science | Science Not Ideology","isPartOf":{"@id":"https://geneticliteracyproject.org/#website"},"about":{"@id":"https://geneticliteracyproject.org/#organization"},"primaryImageOfPage":{"@id":"https://geneticliteracyproject.org/#primaryimage"},"datePublished":"2019-02-22T22:11:16+00:00","dateModified":"2020-08-07T14:35:00+00:00","description":"The GLP's mission is to aid the public, media and policymakers in understanding the science and implications of human and agricultural genetics and biotech.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["/"]}]}]}</script>
  198. <meta name="google-site-verification" content="KvUqDG4KqiayziMwnykT_nKGHA_jiG56sGMRGv0MI1g">
  199.  
  200. <link rel="dns-prefetch" href="/fontsgoo/">
  201. <link rel="dns-prefetch" href="/v0wor/">
  202. <link href="/fontsgst/" crossorigin rel="preconnect">
  203. <script>
  204. advanced_ads_ready=function(){var fns=[],listener,doc=typeof document==="object"&&document,hack=doc&&doc.documentElement.doScroll,domContentLoaded="DOMContentLoaded",loaded=doc&&(hack?/^loaded|^c/:/^loaded|^i|^c/).test(doc.readyState);if(!loaded&&doc){listener=function(){doc.removeEventListener(domContentLoaded,listener);window.removeEventListener("load",listener);loaded=1;while(listener=fns.shift())listener()};doc.addEventListener(domContentLoaded,listener);window.addEventListener("load",listener)}return function(fn){loaded?setTimeout(fn,0):fns.push(fn)}}();
  205. </script>
  206. <link rel="stylesheet" id="gtranslate-style-css" href="/wp-content/plugins/gtranslate/gtranslate-style24-ver5.5.css" type="text/css" media="all">
  207. <link rel="stylesheet" id="pt-cv-public-style-css" href="/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv-ver2.3.3.css" type="text/css" media="all">
  208. <link rel="stylesheet" id="pt-cv-public-pro-style-css" href="/wp-content/plugins/pt-content-views-pro/public/assets/css/cvpro.min-ver5.8.1.css" type="text/css" media="all">
  209. <link rel="stylesheet" id="generate-fonts-css" href="/fontsgoo/css-familymerriweather300,300italic,regular,italic,700,700italic,900,900italic%7Copensans300,300italic,regular,italic,600,600italic,700italic,800,800italic.html" type="text/css" media="all">
  210. <link rel="stylesheet" id="shortcode-for-current-date-style-css" href="/wp-content/plugins/shortcode-for-current-date/dist/style-ver5.5.css" type="text/css" media="all">
  211. <link rel="stylesheet" id="disqus-conditional-load-pro-css" href="/wp-content/plugins/disqus-conditional-load-pro/assets/css/public/buttons.min-ver11.0.4.css" type="text/css" media="all">
  212. <link rel="stylesheet" id="widgetopts-styles-css" href="/wp-content/plugins/extended-widget-options/assets/css/widget-options.css" type="text/css" media="all">
  213. <link rel="stylesheet" id="css-animate-css" href="/wp-content/plugins/extended-widget-options/assets/css/animate.min.css" type="text/css" media="all">
  214. <link rel="stylesheet" id="generate-style-grid-css" href="/wp-content/themes/generatepress/css/unsemantic-grid.min-ver2.4.2.css" type="text/css" media="all">
  215. <link rel="stylesheet" id="generate-style-css" href="/wp-content/themes/generatepress/style.min-ver2.4.2.css" type="text/css" media="all">
  216. <style id="generate-style-inline-css" type="text/css">
  217. .single .entry-header{display:none;}.single .entry-content {margin-top:0;}.entry-header .entry-meta {display:none;}
  218. .generate-page-header, .page-header-image, .page-header-image-single {display:none}.entry-header {display:none} .page-content, .entry-content, .entry-summary {margin-top:0}
  219. body{background-color:#f7f7f7;color:#3a3a3a;}a, a:visited{color:#087093;}a:hover, a:focus, a:active{color:#000000;}body .grid-container{max-width:1270px;}.wp-block-group__inner-container{max-width:1270px;margin-left:auto;margin-right:auto;}.site-header .header-image{width:400px;}body, button, input, select, textarea{font-family:"Merriweather", serif;font-size:15px;}.entry-content > [class*="wp-block-"]:not(:last-child){margin-bottom:1.5em;}.main-navigation a, .menu-toggle{font-family:"Open Sans", sans-serif;font-weight:700;font-size:12px;}.main-navigation .main-nav ul ul li a{font-size:11px;}.widget-title{font-family:"Open Sans", sans-serif;font-weight:bold;font-size:16px;margin-bottom:20px;}h1{font-family:Georgia, Times New Roman, Times, serif;font-weight:bold;}h2{font-family:Georgia, Times New Roman, Times, serif;font-weight:bold;font-size:22px;}h3{font-family:Helvetica;}@media (max-width:768px){.main-title{font-size:30px;}h1{font-size:25px;}h2{font-size:25px;}}.top-bar{background-color:#c63938;color:#ffffff;}.top-bar a,.top-bar a:visited{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:#f7f7f7;color:#ffffff;}.site-header a,.site-header a:visited{color:#ffffff;}.site-header a:hover{color:#ffffff;}.main-title a,.main-title a:hover,.main-title a:visited{color:#ffffff;}.site-description{color:#ffffff;}.main-navigation,.main-navigation ul ul{background-color:#ffffff;}.main-navigation .main-nav ul li a,.menu-toggle{color:#6f7479;}.main-navigation .main-nav ul li:hover > a,.main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{color:#087093;background-color:#ffffff;}button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{color:#6f7479;}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:#087093;background-color:#ffffff;}.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a{color:#087093;background-color:#ffffff;}.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a{color:#087093;background-color:#ffffff;}.main-navigation ul ul{background-color:#444a4f;}.main-navigation .main-nav ul ul li a{color:#ffffff;}.main-navigation .main-nav ul ul li:hover > a,.main-navigation .main-nav ul ul li:focus > a,.main-navigation .main-nav ul ul li.sfHover > a{color:#ffffff;background-color:#4f565d;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#ffffff;background-color:#4f565d;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover,.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a{color:#ffffff;background-color:#4f565d;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:#f7f7f7;}.entry-meta{color:#595959;}.entry-meta a,.entry-meta a:visited{color:#595959;}.entry-meta a:hover{color:#439ebc;}.sidebar .widget{background-color:#f7f7f7;}.sidebar .widget .widget-title{color:#000000;}.footer-widgets{background-color:#e9ebee;}.footer-widgets .widget-title{color:#000000;}.site-info{color:#ffffff;background-color:#94a1b4;}.site-info a,.site-info a:visited{color:#ffffff;}.site-info a:hover{color:#eeeeee;}.footer-bar .widget_nav_menu .current-menu-item a{color:#eeeeee;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:#666666;background-color:#fafafa;border-color:#cccccc;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.button:visited,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#666666;}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f3f3f;}.generate-back-to-top,.generate-back-to-top:visited{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}.generate-back-to-top:hover,.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}.inside-header{padding:5px 0px 5px 0px;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container{padding:0px 15px 30px 15px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-15px;width:calc(100% + 30px);max-width:calc(100% + 30px);}.one-container.right-sidebar .site-main,.one-container.both-right .site-main{margin-right:15px;}.one-container.left-sidebar .site-main,.one-container.both-left .site-main{margin-left:15px;}.one-container.both-sidebars .site-main{margin:0px 15px 0px 15px;}.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{padding-left:10px;padding-right:10px;line-height:40px;}.main-navigation .main-nav ul ul li a{padding:7px 10px 7px 10px;}.navigation-search input{height:40px;}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:10px;}.menu-item-has-children .dropdown-menu-toggle{padding-right:10px;}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:7px;padding-bottom:7px;margin-top:-7px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:10px;}.widget-area .widget{padding:0px 10px 0px 10px;}.site-info{padding:20px 15px 20px 15px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container{padding:0px 20px 0px 20px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-20px;width:calc(100% + 40px);max-width:calc(100% + 40px);}}/* End cached CSS */.page .entry-content{margin-top:0px;}@media (max-width: 768px){.main-navigation .menu-toggle,.main-navigation .mobile-bar-items,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav{display:none;}[class*="nav-float-"] .site-header .inside-header > *{float:none;clear:both;}}@font-face {font-family: "GeneratePress";src:  url("https://geneticliteracyproject.org/wp-content/themes/generatepress/fonts/generatepress.eot");src:  url("https://geneticliteracyproject.org/wp-content/themes/generatepress/fonts/generatepress.eot#iefix") format("embedded-opentype"),  url("https://geneticliteracyproject.org/wp-content/themes/generatepress/fonts/generatepress.woff2") format("woff2"),  url("https://geneticliteracyproject.org/wp-content/themes/generatepress/fonts/generatepress.woff") format("woff"),  url("https://geneticliteracyproject.org/wp-content/themes/generatepress/fonts/generatepress.ttf") format("truetype"),  url("https://geneticliteracyproject.org/wp-content/themes/generatepress/fonts/generatepress.svg#GeneratePress") format("svg");font-weight: normal;font-style: normal;}.main-navigation .slideout-toggle a:before,.slide-opened .slideout-overlay .slideout-exit:before {font-family: GeneratePress;}.slideout-navigation .dropdown-menu-toggle:before {content: "\f107" !important;}.slideout-navigation .sfHover > a .dropdown-menu-toggle:before {content: "\f106" !important;}
  220. .navigation-branding .main-title{font-weight:bold;text-transform:none;font-size:45px;}@media (max-width: 768px){.navigation-branding .main-title{font-size:30px;}}
  221. .main-navigation .navigation-logo img {height:40px;}@media (max-width: 1280px) {.main-navigation .navigation-logo.site-logo {margin-left:0;}body.sticky-menu-logo.nav-float-left .main-navigation .site-logo.navigation-logo {margin-right:0;}}.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{transition: line-height 300ms ease}.main-navigation.toggled .main-nav > ul{background-color: #ffffff}
  222. @media (max-width: 768px){.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a{line-height:60px;}.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input{height:60px;}}@media (min-width: 769px) and (max-width: 1024px),(min-width:1025px){.main-navigation.sticky-navigation-transition .main-nav > ul > li > a,.sticky-navigation-transition .menu-toggle,.main-navigation.sticky-navigation-transition .mobile-bar-items a, .sticky-navigation-transition .navigation-branding .main-title{line-height:60px;}.main-navigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input, .main-navigation.sticky-navigation-transition .navigation-branding img{height:60px;}}.main-navigation.slideout-navigation .main-nav > ul > li > a{line-height:40px;}
  223. </style>
  224. <link rel="stylesheet" id="generate-mobile-style-css" href="/wp-content/themes/generatepress/css/mobile.min-ver2.4.2.css" type="text/css" media="all">
  225. <link rel="stylesheet" id="generate-child-css" href="/wp-content/themes/glp-2-6/style-ver1.3.48.1501897037.css" type="text/css" media="all">
  226. <link rel="stylesheet" id="essb-social-followers-counter-css" href="/wp-content/plugins/easy-social-share-buttons3/lib/modules/social-followers-counter/assets/css/essb-followers-counter.min-ver7.3.css" type="text/css" media="all">
  227. <link rel="stylesheet" id="easy-social-share-buttons-css" href="/wp-content/plugins/easy-social-share-buttons3/assets/css/easy-social-share-buttons-ver7.3.css" type="text/css" media="all">
  228. <style id="easy-social-share-buttons-inline-css" type="text/css">
  229. .essb_totalcount .essb_t_nb{font-size:14px!important;line-height:14px!important;}.essb_totalcount .essb_t_nb_after{font-size:8px!important;}.essb_links.essb_share .essb_link_print a{background-color:#848484!important;}.essb_links.essb_share .essb_link_mail a{background-color:#5b5b5b!important;}.essb_links.essb_share .essb_icon{width:28px!important;height:28px!important;}.essb_links.essb_share .essb_icon:before{font-size:14px!important;left:7px!important;top:7px!important;}
  230. </style>
  231. <link rel="stylesheet" id="elementor-icons-css" href="/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min-ver5.7.0.css" type="text/css" media="all">
  232. <link rel="stylesheet" id="elementor-animations-css" href="/wp-content/plugins/elementor/assets/lib/animations/animations.min-ver2.9.14.css" type="text/css" media="all">
  233. <link rel="stylesheet" id="elementor-frontend-css" href="/wp-content/plugins/elementor/assets/css/frontend.min-ver2.9.14.css" type="text/css" media="all">
  234. <link rel="stylesheet" id="elementor-pro-css" href="/wp-content/plugins/elementor-pro/assets/css/frontend.min-ver2.10.3.css" type="text/css" media="all">
  235. <link rel="stylesheet" id="uael-frontend-css" href="/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min-ver1.26.3.css" type="text/css" media="all">
  236. <link rel="stylesheet" id="wpforms-smart-phone-field-css" href="/wp-content/plugins/wpforms/pro/assets/css/vendor/intl-tel-input.min-ver17.0.3.css" type="text/css" media="all">
  237. <link rel="stylesheet" id="wpforms-full-css" href="/wp-content/plugins/wpforms/assets/css/wpforms-full-ver1.6.2.2.css" type="text/css" media="all">
  238. <link rel="stylesheet" id="font-awesome-5-all-css" href="/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min-ver2.9.14.css" type="text/css" media="all">
  239. <link rel="stylesheet" id="font-awesome-4-shim-css" href="/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min-ver2.9.14.css" type="text/css" media="all">
  240. <link rel="stylesheet" id="elementor-post-2097164-css" href="/wp-content/uploads/elementor/css/post-2097164-ver1596810915.css" type="text/css" media="all">
  241. <link rel="stylesheet" id="generate-blog-images-css" href="/wp-content/plugins/gp-premium/blog/functions/css/featured-images.min-ver1.11.3.css" type="text/css" media="all">
  242. <link rel="stylesheet" id="generate-secondary-nav-css" href="/wp-content/plugins/gp-premium/secondary-nav/functions/css/style.min-ver1.11.3.css" type="text/css" media="all">
  243. <style id="generate-secondary-nav-inline-css" type="text/css">
  244. .secondary-navigation{background-color:#2c4c90;}.secondary-navigation .main-nav ul li a,.secondary-navigation .menu-toggle,.secondary-menu-bar-items .menu-bar-item > a{color:#ffffff;font-family:"Open Sans", sans-serif;font-weight:bold;font-size:14px;padding-left:10px;padding-right:10px;line-height:30px;}.secondary-navigation .secondary-menu-bar-items{color:#ffffff;font-size:14px;}button.secondary-menu-toggle:hover,button.secondary-menu-toggle:focus{color:#ffffff;}.widget-area .secondary-navigation{margin-bottom:20px;}.secondary-navigation ul ul{background-color:#385fb5;top:auto;}.secondary-navigation .main-nav ul ul li a{color:#ffffff;font-size:13px;padding-left:10px;padding-right:10px;}.secondary-navigation .menu-item-has-children .dropdown-menu-toggle{padding-right:10px;}.secondary-navigation .main-nav ul li:hover > a,.secondary-navigation .main-nav ul li:focus > a,.secondary-navigation .main-nav ul li.sfHover > a,.secondary-menu-bar-items .menu-bar-item:hover > a{color:#e8e8e8;background-color:#2c4c90;}.secondary-navigation .main-nav ul ul li:hover > a,.secondary-navigation .main-nav ul ul li:focus > a,.secondary-navigation .main-nav ul ul li.sfHover > a{color:#ffffff;background-color:#5979bd;}.secondary-navigation .main-nav ul li[class*="current-menu-"] > a, .secondary-navigation .main-nav ul li[class*="current-menu-"] > a:hover,.secondary-navigation .main-nav ul li[class*="current-menu-"].sfHover > a{color:#087093;background-color:#23282d;}.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a,.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a:hover,.secondary-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a{color:#ffffff;background-color:#5979bd;}@media (max-width: 768px) {.secondary-menu-bar-items .menu-bar-item:hover > a{background: none;color: #ffffff;}}
  245. </style>
  246. <link rel="stylesheet" id="generate-sticky-css" href="/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.min-ver1.11.3.css" type="text/css" media="all">
  247. <link rel="stylesheet" id="generate-offside-css" href="/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min-ver1.11.3.css" type="text/css" media="all">
  248. <style id="generate-offside-inline-css" type="text/css">
  249. .slideout-navigation.main-navigation .main-nav ul li a{font-weight:normal;text-transform:none;}.slideout-navigation, .slideout-navigation a{color:#6f7479;}.slideout-navigation button.slideout-exit{color:#6f7479;padding-left:10px;padding-right:10px;}
  250. </style>
  251. <link rel="stylesheet" id="gp-premium-icons-css" href="/wp-content/plugins/gp-premium/general/icons/icons.min-ver1.11.3.css" type="text/css" media="all">
  252. <link rel="stylesheet" id="generate-menu-logo-css" href="/wp-content/plugins/gp-premium/menu-plus/functions/css/menu-logo.min-ver1.11.3.css" type="text/css" media="all">
  253. <style id="generate-menu-logo-inline-css" type="text/css">
  254. @media (max-width: 768px){.sticky-menu-logo .navigation-stick:not(.mobile-header-navigation) .menu-toggle,.menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle{display:inline-block;clear:none;width:auto;float:right;}.sticky-menu-logo .navigation-stick:not(.mobile-header-navigation) .mobile-bar-items,.menu-logo .main-navigation:not(.mobile-header-navigation) .mobile-bar-items{position:relative;float:right;}.regular-menu-logo .main-navigation:not(.navigation-stick):not(.mobile-header-navigation) .menu-toggle{display:inline-block;clear:none;width:auto;float:right;}.regular-menu-logo .main-navigation:not(.navigation-stick):not(.mobile-header-navigation) .mobile-bar-items{position:relative;float:right;}body[class*="nav-float-"].menu-logo-enabled:not(.sticky-menu-logo) .main-navigation .main-nav{display:block;}.sticky-menu-logo.nav-float-left .navigation-stick:not(.mobile-header-navigation) .menu-toggle,.menu-logo.nav-float-left .main-navigation:not(.mobile-header-navigation) .menu-toggle,.regular-menu-logo.nav-float-left .main-navigation:not(.navigation-stick):not(.mobile-header-navigation) .menu-toggle{float:left;}}
  255. </style>
  256. <link rel="stylesheet" id="generate-navigation-branding-css" href="/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding.min-ver1.11.3.css" type="text/css" media="all">
  257. <style id="generate-navigation-branding-inline-css" type="text/css">
  258. @media (max-width: 768px){.site-header, #site-navigation, #sticky-navigation{display:none !important;opacity:0.0;}#mobile-header{display:block !important;width:100% !important;}#mobile-header .main-nav > ul{display:none;}#mobile-header.toggled .main-nav > ul, #mobile-header .menu-toggle, #mobile-header .mobile-bar-items{display:block;}#mobile-header .main-nav{-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}}.navigation-branding img, .site-logo.mobile-header-logo img{height:40px;width:auto;}.navigation-branding .main-title{line-height:40px;}@media (max-width: 1280px){#site-navigation .navigation-branding, #sticky-navigation .navigation-branding{margin-left:10px;}}@media (max-width: 768px){.main-navigation:not(.slideout-navigation) .main-nav{-ms-flex:0 0 100%;flex:0 0 100%;}.main-navigation:not(.slideout-navigation) .inside-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;}.nav-aligned-center .navigation-branding, .nav-aligned-left .navigation-branding{margin-right:auto;}.nav-aligned-center  .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-center  .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav,.nav-aligned-left  .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-left  .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav{margin-right:0px;}.navigation-branding img, .site-logo.mobile-header-logo{height:60px;}.navigation-branding .main-title{line-height:60px;}}
  259. </style>
  260. <link rel="stylesheet" id="elementor-icons-shared-0-css" href="/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min-ver5.12.0.css" type="text/css" media="all">
  261. <link rel="stylesheet" id="elementor-icons-fa-solid-css" href="/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min-ver5.12.0.css" type="text/css" media="all">
  262. <link rel="stylesheet" id="jetpack_css-css" href="/wp-content/plugins/jetpack/css/jetpack-ver8.8.2.css" type="text/css" media="all">
  263. <script type="text/javascript" src="/wp-includes/js/jquery/jquery-ver1.12.4-wp.js" id="jquery-js"></script>
  264. <script type="text/javascript" id="advanced-ads-advanced-js-js-extra">
  265. /* <![CDATA[ */
  266. var advanced_ads_data = {"blog_id":"1"};
  267. /* ]]> */
  268. </script>
  269. <script type="text/javascript" src="/wp-content/plugins/advanced-ads/public/assets/js/advanced-ver1.19.1.js" id="advanced-ads-advanced-js-js"></script>
  270. <script type="text/javascript" id="advanced-ads-responsive-js-extra">
  271. /* <![CDATA[ */
  272. var advanced_ads_responsive = {"reload_on_resize":"0"};
  273. /* ]]> */
  274. </script>
  275. <script type="text/javascript" src="/wp-content/plugins/advanced-ads-responsive/public/assets/js/script-ver1.9.1.js" id="advanced-ads-responsive-js"></script>
  276. <script type="text/javascript" src="/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker-ver1.11.4.js" id="gtm4wp-form-move-tracker-js"></script>
  277. <script type="text/javascript" src="/wp-content/plugins/advanced-ads-pro/assets/advanced-ads-pro-ver2.9.js" id="advanced-ds-pro/front-js"></script>
  278. <script type="text/javascript" id="advanced-ads-pro/cache_busting-js-extra">
  279. /* <![CDATA[ */
  280. var advanced_ads_pro_ajax_object = {"ajax_url":"https:\/\/geneticliteracyproject.org\/wp-admin\/admin-ajax.php","lazy_load_module_enabled":"","lazy_load":{"default_offset":0,"offsets":[]},"moveintohidden":""};
  281. /* ]]> */
  282. </script>
  283. <script type="text/javascript" src="/wp-content/plugins/advanced-ads-pro/modules/cache-busting/inc/base.min-ver2.9.js" id="advanced-ads-pro/cache_busting-js"></script>
  284. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min-ver2.9.14.js" id="font-awesome-4-shim-js"></script>
  285. <link rel="https://api.w.org/" href="/wp-json/">
  286. <link rel="alternate" type="application/json" href="/wp-json/wp/v2/pages/2097164">
  287. <link rel="shortlink" href="/">
  288. <link rel="alternate" type="application/json+oembed" href="/wp-json/oembed/1.0/embed-urlhttps3a2f2fgeneticliteracyproject.org2f.html">
  289. <link rel="alternate" type="text/xml+oembed" href="/wp-json/oembed/1.0/embed-urlhttps3a2f2fgeneticliteracyproject.org2f#038;formatxml.html">
  290.  
  291. <script></script>
  292. <script type="text/javascript"><!--
  293. function powerpress_pinw(pinw_url){window.open(pinw_url, 'PowerPressPlayer','toolbar=0,status=0,resizable=1,width=460,height=320'); return false;}
  294. //-->
  295. </script>
  296.  
  297. <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">//<![CDATA[
  298. var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"GLP Digital"};
  299. dataLayer.push( dataLayer_content );//]]>
  300. </script>
  301. <script data-cfasync="false">//<![CDATA[
  302. (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  303. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  304. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  305. '//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f);
  306. })(window,document,'script','dataLayer','GTM-5QGJGTJ');//]]>
  307. </script>
  308.  
  309. <script type="text/javascript">
  310. var advadsCfpQueue = [];
  311. var advadsCfpAd = function( adID ){
  312. if ( 'undefined' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) }
  313. };
  314. </script>
  315. <style type="text/css">img#wpstats{display:none}</style>
  316. <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="onesignal" content="wordpress-plugin">
  317. <script>
  318.  
  319.      window.OneSignal = window.OneSignal || [];
  320.  
  321.      OneSignal.push( function() {
  322.        OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php";
  323.        OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php";
  324.        OneSignal.SERVICE_WORKER_PARAM = { scope: '/' };
  325.  
  326.        OneSignal.setDefaultNotificationUrl("https://geneticliteracyproject.org");
  327.        var oneSignal_options = {};
  328.        window._oneSignalInitOptions = oneSignal_options;
  329.  
  330.        oneSignal_options['wordpress'] = true;
  331. oneSignal_options['appId'] = '02f0fd74-4114-4230-bd85-46f74a6b8b60';
  332. oneSignal_options['welcomeNotification'] = { };
  333. oneSignal_options['welcomeNotification']['title'] = "";
  334. oneSignal_options['welcomeNotification']['message'] = "";
  335. oneSignal_options['path'] = "https://geneticliteracyproject.org/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
  336. oneSignal_options['safari_web_id'] = "web.onesignal.auto.55479a10-4eda-4299-901a-290da3fd1836";
  337. oneSignal_options['persistNotification'] = false;
  338. oneSignal_options['promptOptions'] = { };
  339. oneSignal_options['notifyButton'] = { };
  340. oneSignal_options['notifyButton']['enable'] = true;
  341. oneSignal_options['notifyButton']['position'] = 'bottom-left';
  342. oneSignal_options['notifyButton']['theme'] = 'inverse';
  343. oneSignal_options['notifyButton']['size'] = 'medium';
  344. oneSignal_options['notifyButton']['showCredit'] = false;
  345. oneSignal_options['notifyButton']['text'] = {};
  346. oneSignal_options['notifyButton']['text']['tip.state.unsubscribed'] = 'Subscribe to occasional alerts on consequential stories.';
  347. oneSignal_options['notifyButton']['text']['tip.state.subscribed'] = 'You&#039;re subscribe to occasional alerts.';
  348. oneSignal_options['notifyButton']['text']['tip.state.blocked'] = 'You&#039;ve blocked alerts.';
  349. oneSignal_options['notifyButton']['text']['message.action.resubscribed'] = 'You&#039;re subscribed to alerts!';
  350. oneSignal_options['notifyButton']['text']['message.action.unsubscribed'] = 'You won&#039;t receive alerts again.';
  351. oneSignal_options['notifyButton']['text']['dialog.main.title'] = 'Manage site alerts.';
  352. oneSignal_options['notifyButton']['text']['dialog.blocked.title'] = 'Unblock alerts.';
  353. oneSignal_options['notifyButton']['text']['dialog.blocked.message'] = 'Follow these instructions to allow alerts:';
  354.                OneSignal.init(window._oneSignalInitOptions);
  355.                OneSignal.showSlidedownPrompt();      });
  356.  
  357.      function documentInitOneSignal() {
  358.        var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");
  359.  
  360.        var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); };        for(var i = 0; i < oneSignal_elements.length; i++)
  361.          oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
  362.      }
  363.  
  364.      if (document.readyState === 'complete') {
  365.           documentInitOneSignal();
  366.      }
  367.      else {
  368.           window.addEventListener("load", function(event){
  369.               documentInitOneSignal();
  370.          });
  371.      }
  372.    </script>
  373.  
  374. <style type="text/css">
  375. .facetwp-input-wrap {
  376.    width: 100%;
  377. }
  378. </style>
  379.  
  380.  
  381. <style type="text/css">
  382. #boxzilla-354091 {
  383. z-index: 2147483000;
  384. }
  385. </style>
  386.  
  387.  
  388. <style type="text/css">
  389. .grecaptcha-badge {
  390.    visibility: hidden !important;
  391. }
  392. </style>
  393.  
  394.  
  395. <style type="text/css">
  396. #top-posts-10 {
  397.  margin-bottom: 26px;
  398. }
  399. </style>
  400.  
  401.  
  402. <style type="text/css">
  403. /*hide itel label*/
  404. div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected .wpforms-image-choices-label,
  405. div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
  406.  display: none;
  407. }
  408.  
  409. /*make images into buttons*/
  410. div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label {
  411.  border: 2px solid #337AB7 !important;
  412.  background-color: #ACD1EF;
  413.  border-radius: 5px;
  414. }
  415.  
  416. div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:hover {
  417.  border: 2px solid #ADB9BE !important;
  418.  background-color: #DBDFE1;
  419.  border-radius: 5px;
  420. }
  421.  
  422. div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label {
  423.  border: 2px solid #2C9987 !important;
  424.  background-color: #A9E7DD;
  425.  border-radius: 5px;
  426. }
  427.  
  428. /*total*/
  429. .wpforms-payment-total {
  430.  font-weight: bold;
  431.  font-size: 24px !important;
  432. }
  433. </style>
  434.  
  435.  
  436. <style type="text/css">
  437. /* hide default subscribe links */
  438. .powerpress_subscribe_links {
  439.  display: none;
  440. }
  441. </style>
  442.  
  443.  
  444. <style type="text/css">
  445. /* infographics */
  446. #pt-cv-view-4738e8cg3c .pt-cv-thumbnail.img-none {
  447.  max-height: 221px;
  448.  object-fit: cover;
  449. }
  450.  
  451. /* video */
  452. #pt-cv-view-ff18faa9x0 .pt-cv-thumbnail.img-none {
  453.  max-height: 221px;
  454.  object-fit: cover;
  455. }
  456. </style>
  457.  
  458.  
  459. <style type="text/css">
  460. .btn:hover {
  461.  background-color: #94A1B4 !important;
  462.  color: #ffffff !important;
  463. }
  464. </style>
  465.  
  466.  
  467. <style type="text/css">
  468. @media only screen and (max-width: 600px) {
  469. .hide-on-mobile-only {
  470. display: none !important;
  471. }
  472. }
  473. @media only screen and (min-width: 600px) and (max-width: 992px) {
  474. .hide-on-tablet-only {
  475. display: none !important;
  476. }
  477. }
  478. @media only screen and (max-width: 992px) {
  479. .hide-on-mobile-and-tablet {
  480. display: none !important;
  481. }
  482. }
  483.  
  484. @media only screen and (min-width: 601px) {
  485. .hide-on-tablet-and-desktop {
  486. display: none !important;
  487. }
  488. }
  489. @media only screen and (min-width: 993px) {
  490. .hide-on-desktop-only {
  491. display: none !important;
  492. }
  493. }
  494. </style>
  495.  
  496.  
  497. <style type="text/css">
  498. #menu-item-1016910 {
  499.  margin-left: -5px !important;
  500. }
  501.  
  502. #menu-item-1016910:hover {
  503.  margin-left: 0px !important;
  504. }
  505. </style>
  506.  
  507.  
  508. <style type="text/css">
  509. .elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignright {
  510.    float: right;
  511.    margin: 5px 0 20px 20px;
  512. }
  513.  
  514. .elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignnone {
  515.    margin: 5px 20px 20px 0;
  516. }
  517.  
  518. .elementor .elementor-widget:not(.elementor-widget-text-editor) figure.alignleft {
  519.    float: left;
  520.    margin: 5px 20px 20px 0;
  521. }
  522.  
  523. .elementor .elementor-widget:not(.elementor-widget-text-editor) figure.aligncenter {
  524.    margin-left: auto;
  525.    margin-right: auto;
  526.    margin-bottom: 10px;
  527. }
  528. </style>
  529.  
  530.  
  531. <style type="text/css">
  532. /*match menu style*/
  533. .notranslate {
  534.  font-family: "Open Sans", sans-serif;
  535.  font-weight: 700;
  536.  font-size: 14px;
  537.  text-transform: uppercase;
  538. }
  539.  
  540. /*hide in primary menu*/
  541. .menu-item-gtranslate {
  542.  display: none;
  543. }
  544. </style>
  545.  
  546.  
  547. <style type="text/css">
  548. /*text*/
  549. .widgets-list-layout-links {
  550.    padding-top: 10px;
  551.    margin-bottom: -10px !important;
  552.    border-top: 1px solid #eaeaea;
  553.    color: #54595f !important;
  554.    font-family: 'Open Sans', sans-serif;
  555.    font-size: 13px;
  556.    font-weight: normal !important;
  557.    line-height: 130% !important;
  558. }
  559.  
  560. /*link*/
  561. .widgets-list-layout-links > a {
  562.    color: #54595f !important;
  563. }
  564.  
  565. /*link hover*/
  566. .widgets-list-layout-links > a:hover {
  567.    color: #087093 !important;
  568. }
  569.  
  570. /*image*/
  571. .widgets-list-layout img.widgets-list-layout-blavatar {
  572.    max-width: 59px;
  573. width: 22% !important;
  574.    height: 100%;
  575. padding-top: 14px;
  576. border-top: 1px solid #eaeaea;
  577. }
  578.  
  579. /*separator line*/
  580. .widgets-list-layout {
  581.    border-top: 1px solid #eaeaea;
  582. }
  583. </style>
  584.  
  585.  
  586. <style type="text/css">
  587. /* change intro text color */
  588. .ctaText {
  589.    color: #3A3A3A !important;
  590. }
  591.  
  592. /*change link color*/
  593. .postTitle {
  594.  color: #D39A72 !important;
  595. }
  596. </style>
  597.  
  598.  
  599. <style type="text/css">
  600. /* push above social bar on mobile */
  601. @media only screen and (max-width: 765px) {
  602. div.cookie-notice-container {
  603. padding-bottom: 60px;
  604. }
  605. }
  606. </style>
  607.  
  608.  
  609. <style type="text/css">
  610. /* title */
  611. .tptn_title {
  612. color: #54595f;
  613.    font-family: 'Open Sans', sans-serif;
  614.    font-size: 13px;
  615.    font-weight: normal !important;
  616. line-height: 130% !important;
  617. }
  618.  
  619. /* title hover */
  620. .tptn_title:hover {
  621. color: #087093;
  622. }
  623.  
  624. /* image */
  625. img.tptn_thumb {
  626.    margin-top:10px;
  627.    border: none;
  628.    -webkit-box-shadow: none;
  629.    -moz-box-shadow: none;
  630.    box-shadow: none;
  631.    -webkit-border-radius: 0px;
  632.    -moz-border-radius: 0px;
  633.    border-radius: 0px;
  634. }
  635.  
  636. /* separator */
  637. span.tptn_title {
  638.    padding-top:10px;
  639. margin-bottom: -10px !important;
  640.    border-top: 1px solid #eaeaea;
  641. }
  642. </style>
  643.  
  644.  
  645. <style type="text/css">
  646. /* banner background */
  647. .glp-library-switch {
  648.    background-color: #337AB7;
  649.    color: #ffffff;
  650.    font-size: 16px;
  651.    font-family: "Open Sans", sans-serif;
  652.    padding: 8px 20px 8px 20px;
  653.    margin-top: 20px;
  654.    text-align: center;
  655.    line-height: 130%;
  656. }
  657.  
  658. /* banner link */
  659. a.search-banner-text-link {
  660.    color: #ffffff;
  661.    text-decoration: underline;
  662. }
  663. </style>
  664.  
  665.  
  666. <style type="text/css">
  667. /* search form input button */
  668. input[type=submit] {
  669.    height: 43px;
  670.    width: 8%;
  671. }
  672. </style>
  673.  
  674.  
  675. <style type="text/css">
  676. /* hide on desktop */
  677. @media (min-width:769px) {
  678.    #menu-secondary-nav-for-mobile {
  679.        display: none;
  680.    }
  681. }
  682.  
  683. /* css to display the links, not the toggle */
  684. .secondary-navigation .menu-toggle {
  685.      display: none;
  686. }
  687.  
  688. @media(max-width: 768px) {
  689.    .secondary-navigation {
  690.        text-align: center !important;
  691.    }
  692.    .secondary-navigation ul {
  693.        display: block;
  694.    }
  695.    .secondary-navigation .sf-menu>li {
  696.        float: none;
  697.        display: inline-block !important;
  698.    }
  699. }
  700. </style>
  701.  
  702.  
  703. <style type="text/css">
  704. .elementor-282 .elementor-element.elementor-element-b6dd67c {
  705.    min-height: 10px;
  706. }
  707. </style>
  708.  
  709.  
  710. <style type="text/css">
  711. div.bts-columns {
  712. column-width: 400px !important;
  713. }
  714. </style>
  715.  
  716.  
  717. <style type="text/css">
  718. .btn-browse {
  719.  color: #FFFFFF;
  720.  background-color: #54595F;
  721.  border-color: #130269;
  722.  padding: 6px 10px 6px 10px;
  723.  font-size: 80%;
  724. }
  725. .btn-browse:hover,
  726. .btn-browse:focus,
  727. .btn-browse:active,
  728. .btn-browse.active,
  729. .open .dropdown-toggle.btn-browse {
  730.  color: #FFFFFF;
  731.  background-color: #909397;
  732.  border-color: #130269;
  733.  padding: 6px 10px 6px 10px;
  734.  font-size: 80%;
  735. }
  736. .btn-browse:active,
  737. .btn-browse.active,
  738. .open .dropdown-toggle.btn-browse {
  739.  background-image: none;
  740.  padding: 6px 10px 6px 10px;
  741.  font-size: 80%;
  742. }
  743. .btn-browse.disabled,
  744. .btn-browse[disabled],
  745. fieldset[disabled] .btn-browse,
  746. .btn-browse.disabled:hover,
  747. .btn-browse[disabled]:hover,
  748. fieldset[disabled] .btn-browse:hover,
  749. .btn-browse.disabled:focus,
  750. .btn-browse[disabled]:focus,
  751. fieldset[disabled] .btn-browse:focus,
  752. .btn-browse.disabled:active,
  753. .btn-browse[disabled]:active,
  754. fieldset[disabled] .btn-browse:active,
  755. .btn-browse.disabled.active,
  756. .btn-browse[disabled].active,
  757. fieldset[disabled] .btn-browse.active {
  758.  background-color: #54595F;
  759.  border-color: #130269;
  760.  padding: 6px 10px 6px 10px;
  761.  font-size: 80%;
  762. }
  763. .btn-browse .badge {
  764.  color: #54595F;
  765.  background-color: #FFFFFF;
  766.  padding: 6px 10px 6px 10px;
  767.  font-size: 80%;
  768. }
  769. </style>
  770.  
  771.  
  772. <style type="text/css">
  773. div.tax-columns {
  774.  column-width: 250px;
  775.  padding: 25px 30px 25px 30px;
  776.  background-color: #ffffff;
  777.  border: solid 1px #666666;
  778.  border-radius: 4px;
  779. }
  780. </style>
  781.  
  782.  
  783. <style type="text/css">
  784. #give-purchase-button{
  785. height:55px;
  786. width:100%;
  787. background-color:#2c9987;
  788. font-family: 'open sans';
  789. font-weight: bold;
  790. font-size: 20px;
  791. border-radius: 4px;
  792. margin-bottom: 4px;
  793. }
  794.  
  795. #give-purchase-button:hover{
  796. background-color:#53AB9C;
  797. }
  798.  
  799.  
  800. </style>
  801.  
  802.  
  803. <style type="text/css">
  804. /* New button styles */
  805. div.wpforms-container-full.inline-fields .wpforms-form input[type=submit],
  806. div.wpforms-container-full.inline-fields .wpforms-form button[type=submit] {
  807.    width: 100%;
  808.    background-color: #54595f;
  809.    color: #ffffff;
  810. font-family: 'open sans';
  811. font-weight: bold;
  812.    padding: 6px 10px;
  813.    border: 1px solid #54595f;
  814. border-radius: 2px;
  815. }
  816.  
  817. /* New button hover styles */
  818. div.wpforms-container-full.inline-fields .wpforms-form input[type=submit]:hover,
  819. div.wpforms-container-full.inline-fields .wpforms-form input[type=submit]:active,
  820. div.wpforms-container-full.inline-fields .wpforms-form button[type=submit]:hover,
  821. div.wpforms-container-full.inline-fields .wpforms-form button[type=submit]:active,
  822. div.wpforms-container-full.inline-fields .wpforms-form .wpforms-page-button:hover,
  823. div.wpforms-container-full.inline-fields .wpforms-form .wpforms-page-button:active {
  824.    background-color: #7a7a7a;
  825.    border: 1px solid #7a7a7a;
  826. }
  827.  
  828. /* Remove margin under form */
  829. div.wpforms-container-full.inline-fields {
  830.    margin-bottom: 0px !important;
  831. }
  832. </style>
  833.  
  834.  
  835. <style type="text/css">
  836. @media (min-width: 769px) {
  837.    nav .main-nav .mega-menu {
  838.        position: static;
  839.    }
  840.  
  841.    nav .main-nav .mega-menu > ul {
  842.        position: absolute;
  843.        width: 100%;
  844.        left: 0 !important;
  845.    }
  846.  
  847.    nav .main-nav .mega-menu > ul > li > a {
  848.        font-weight: bold;
  849.    }
  850.  
  851.    nav .main-nav .mega-menu>ul>li {
  852.        display: inline-block;
  853.        width: 25%;
  854.        vertical-align: top;
  855.    }
  856.  
  857.    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
  858.        width: 50%;
  859.    }
  860.  
  861.    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
  862.        width: 33.3333%;
  863.    }
  864.  
  865.    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
  866.        width: 20%;
  867.    }
  868.  
  869.    nav .main-nav .mega-menu > ul > li:hover > a,
  870.    nav .main-nav .mega-menu > ul > li:focus > a,
  871.    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
  872.    nav .main-nav .mega-menu ul ul {
  873.        background-color: transparent !important;
  874.        color: #439EBE;
  875.    }
  876.  
  877.    nav .main-nav .mega-menu ul .sub-menu {
  878.        position: static;
  879.        display: block;
  880.        opacity: 1;
  881.        visibility: visible;
  882.        width: 100%;
  883.        box-shadow: 0 0 0;
  884.        left: 0;
  885.        height: auto;
  886.    }
  887.  
  888.    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
  889.        pointer-events: auto;
  890.    }
  891.  
  892.    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
  893.        display: none;
  894.    }
  895. }
  896. </style>
  897.  
  898.  
  899. <style type="text/css">
  900. .rp4wp_component_image {
  901.    margin-top: -15px;
  902.    margin-bottom: -15px !important;
  903. }
  904. .rp4wp_component_image .wp-caption-text {
  905.    display: none;
  906. }
  907. </style>
  908.  
  909.  
  910. <style type="text/css">
  911. /*tighten bottom margin*/
  912. .widget-title {
  913.    margin-bottom: 2.5px;
  914. }
  915. </style>
  916.  
  917.  
  918. <style type="text/css">
  919. .facetwp-dropdown,
  920. .facetwp-sort-select,
  921. .facetwp-search,
  922. .facetwp-autocomplete {width: 100%;}
  923.  
  924. /*colors etc for relevance sort*/
  925. .facetwp-sort-select {
  926.  background-color: #54595F;
  927.  color: #ffffff;
  928. //  height: 36px;
  929. //  font-size: 80%;
  930. }
  931.  
  932. .facetwp-dropdown {height: 44.4px;} /*height to match search bar*/
  933.  
  934. .facetwp-date {width: 50%;}
  935.  
  936. .autocomplete-no-suggestion,
  937. .facetwp-btn {display: none;}
  938.  
  939. /*remove bottom margin from all facets*/
  940. .facetwp-facet {margin-bottom: 0px !important;}
  941.  
  942. /*remove horizontal scrollbar from autocomplete*/
  943. .autocomplete-suggestions {overflow-x: hidden !important;}
  944. .autocomplete-no-suggestion {overflow-x: hidden !important;}
  945.  
  946. /*hide counts for date selects*/
  947. .counts {display: none !important;}
  948.  
  949. /*style autocomplete filter update button*/
  950. .facetwp-autocomplete-update {
  951.  width: 100%;
  952.  vertical-align: top !important;
  953.  font-size: 12px;
  954.  font-family: 'open sans';
  955.  font-weight: bold;
  956.  height: 20px;
  957.  padding: 0px;
  958. }
  959.  
  960. button, html input[type=button], input[type=reset], input[type=submit] {
  961.    border: 1px solid transparent;
  962.    background: #666;
  963.    cursor: pointer;
  964.    -webkit-appearance: button;
  965.    padding: 0px 20px;
  966.    color: #FFF;
  967. }
  968. </style>
  969.  
  970.  
  971. <style type="text/css">
  972. .row:nth-child(even) {
  973. background-color: #fefefe;
  974. padding: 5px 0px 5px 0px;
  975. }
  976.  
  977. .row:nth-child(odd) {
  978. background-color: #f3fbff;
  979. padding: 5px 0px 5px 0px;
  980. }</style>
  981.  
  982.  
  983. <style type="text/css">
  984. /* change font family */
  985. .search-results {
  986.  font-family: 'Open Sans';
  987.  font-size: 14px !important;
  988. }
  989.  
  990. /* results title */
  991. .search-results .entry-title {
  992.  font-family: 'Open Sans';
  993.  font-size: 16px !important;
  994. }
  995.  
  996. /* margin between summary and title */
  997. .search-results .entry-summary {
  998.  margin-top: 5px !important;
  999. }</style>
  1000.  
  1001.  
  1002. <style type="text/css">
  1003. .site-logo img {
  1004.    max-width: 498px; /* half of your original image size */
  1005. }</style>
  1006.  
  1007.  
  1008. <style type="text/css">
  1009. .team-avatar-rounded figure img {
  1010.    width: 120px;
  1011. }</style>
  1012.  
  1013.  
  1014. <style type="text/css">
  1015. /*Hide default toggle*/
  1016. .slideout-toggle {
  1017.    display: none;
  1018. }
  1019.  
  1020. /*Display custom menu toggle*/
  1021. .custom.slideout-toggle {
  1022.    display: block;
  1023. }</style>
  1024.  
  1025.  
  1026. <style type="text/css">
  1027. .pp_hoverContainer {
  1028.   display: none !important;
  1029. }</style>
  1030.  
  1031.  
  1032. <style type="text/css">
  1033. /*Biotech 2 FAQ*/
  1034. #text-41 .widgetopts-custom-tlink {
  1035. color: #54595f !important;
  1036. }
  1037.  
  1038. /*GMO FAQ*/
  1039. #text-40 .widgetopts-custom-tlink {
  1040. color: #54595f !important;
  1041. }</style>
  1042.  
  1043.  
  1044. <style type="text/css">
  1045. .pt-cv-tax-filler-text {
  1046. color: #439EBE !important;
  1047.    font-weight: bold;
  1048.    text-transform: uppercase;
  1049. }</style>
  1050.  
  1051.  
  1052. <style type="text/css">
  1053. #pt-cv-view-83d6dc9thf .cvp-responsive-image {
  1054.    margin-top: 10px !important;
  1055. }</style>
  1056.  
  1057.  
  1058. <style type="text/css">
  1059. /*padding for home menu item*/
  1060. //#menu-item-1193667 {
  1061. // padding-left: 15px;
  1062. //    padding-right: 15px;
  1063. //}
  1064.  
  1065. /*float library menu item to right*/
  1066. #menu-item-2095446 {
  1067. float: right;
  1068. }
  1069.  
  1070. /*balance library search icon padding*/
  1071. .fa-search {
  1072. padding-left: 4px;
  1073.    padding-right: -4px;
  1074.    font-size: 14px;
  1075. }
  1076.  
  1077. /*style toggle menu item*/
  1078. .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
  1079.    padding-left: 15px;
  1080.    padding-right: 15px;
  1081. }
  1082.  
  1083. /*sticky logo*/
  1084. .sticky-menu-logo .navigation-stick:not(#sticky-placeholder) .navigation-logo {
  1085.    margin-left: 0px;
  1086. }
  1087.  
  1088. /*style sections menu item*/
  1089. //#menu-item-1016882 > a {
  1090. //    padding-right: 10px !important;
  1091. //}
  1092.  
  1093. /*remove dropdown arrow from top level*/
  1094. .menu-item-has-children .dropdown-menu-toggle {
  1095.   display: none;
  1096. }
  1097.  
  1098. .main-navigation .main-nav ul li.menu-item-has-children > a {
  1099.    padding-right: 15px;
  1100.    padding-left: 15px;
  1101. }
  1102.  
  1103. ul ul .menu-item-has-children .dropdown-menu-toggle {
  1104.    display: block;
  1105. }
  1106.  
  1107. .main-navigation .main-nav ul ul li.menu-item-has-children > a {
  1108.    padding-right: 0;
  1109. }
  1110. </style>
  1111.  
  1112.  
  1113. <style type="text/css">
  1114. .container {
  1115.    padding-left: 5px;
  1116.    padding-right: 5px;
  1117. }</style>
  1118.  
  1119.  
  1120. <style type="text/css">
  1121. .custom-html-widget {
  1122. font-family: 'open sans';
  1123.    font-size: 14px;
  1124.    line-height: 1.8;
  1125. }
  1126.  
  1127. .custom-html-widget a {
  1128.    color: #54595f;
  1129. }
  1130.  
  1131. .custom-html-widget a:hover {
  1132.    color: #439ebe;
  1133. }</style>
  1134.  
  1135.  
  1136. <style type="text/css">
  1137. /*remove margin under title*/
  1138. .pt-cv-view .pt-cv-title {
  1139.    margin-bottom: 6px;
  1140. }</style>
  1141.  
  1142.  
  1143. <style type="text/css">
  1144. /*z-index for special meta*/
  1145. .pt-cv-specialp {
  1146.    z-index: 20;
  1147. }</style>
  1148.  
  1149.  
  1150. <style type="text/css">
  1151. .pt-cv-thumbnail.img-none {
  1152. width: 100%;
  1153.    height: auto;
  1154. }</style>
  1155.  
  1156.  
  1157. <style type="text/css">
  1158. .pt-cv-overlay-bottom .pt-cv-mask,
  1159. #pt-cv-view-38bb897nm7 .pt-cv-mask,
  1160. #pt-cv-view-6b927a7c1u .pt-cv-mask,
  1161. #pt-cv-view-1e81f74jro .pt-cv-mask {
  1162.    background-color: rgba(0,0,0,0.5);
  1163. }</style>
  1164.  
  1165.  
  1166. <style type="text/css">
  1167. .row.is-flex {
  1168.    display: flex;
  1169.    flex-wrap: wrap;
  1170. }
  1171. .row.is-flex > [class*='col-'] {
  1172.    display: flex;
  1173.    flex-direction: column;
  1174.    flex-basis: auto;
  1175. }
  1176.  
  1177. .row.is-flex {
  1178.    display: -webkit-box;
  1179.    display: -webkit-flex;
  1180.    display: -ms-flexbox;
  1181.    display: flex;
  1182.    -webkit-flex-wrap: wrap;
  1183.    -ms-flex-wrap: wrap;
  1184.    flex-wrap: wrap;
  1185.    flex-basis: auto;
  1186. }
  1187.  
  1188. .row.is-flex > [class*='col-'] {
  1189.    display: -webkit-box;
  1190.    display: -webkit-flex;
  1191.    display: -ms-flexbox;
  1192.    display: flex;
  1193.    -webkit-box-orient: vertical;
  1194.    -webkit-box-direction: normal;
  1195.    -webkit-flex-direction: column;
  1196.    -ms-flex-direction: column;
  1197.    flex-direction: column;
  1198.    flex-basis: auto;
  1199. }</style>
  1200.  
  1201.  
  1202. <style type="text/css">
  1203. .entry-title {
  1204. font-size: 25px !important;
  1205. }</style>
  1206.  
  1207.  
  1208. <style type="text/css">
  1209. .custom-html-widget-title {
  1210.    color: #000000;
  1211.    font-weight: 400;
  1212.    text-transform: none;
  1213.    font-size: 20px;
  1214.    margin-bottom: 30px;
  1215. }</style>
  1216.  
  1217.  
  1218. <style type="text/css">
  1219. #pt-cv-view-30730b35yw .pt-cv-ifield {
  1220. border: 1px solid #e7e7e7;
  1221. }</style>
  1222.  
  1223.  
  1224. <style type="text/css">
  1225. .wp-post-image {
  1226. max-height: 460px;
  1227.    width: auto;
  1228. }</style>
  1229.  
  1230.  
  1231. <style type="text/css">
  1232. .wp-caption.alignleft img[class*=wp-image-] {
  1233.  padding-right: 1.5em;
  1234. }
  1235.  
  1236. .wp-caption.alignright img[class*=wp-image-] {
  1237.  padding-left: 1.5em;
  1238. }
  1239.  
  1240. .wp-caption.alignleft .wp-caption-text {
  1241.  padding-right: 2em
  1242. }
  1243.  
  1244. .wp-caption.alignright .wp-caption-text {
  1245.  padding-left: 2em
  1246. }</style>
  1247.  
  1248.  
  1249. <style type="text/css">
  1250. /*Gene Editing Label*/
  1251. #pt-cv-view-30147df9ur .pt-cv-specialp {
  1252.    margin-left: -7px;
  1253.    margin-top: 4px;
  1254.    z-index: 11 !important;
  1255. }
  1256.  
  1257. /*GMO FAQ Label*/
  1258. #pt-cv-view-38bb897nm7 .pt-cv-specialp {
  1259.    margin-left: -9px;
  1260.    margin-top: 4px;
  1261.    z-index: 11 !important;
  1262. }
  1263.  
  1264. /*GMO FAQ View*/
  1265. #pt-cv-view-38bb897nm7 {
  1266.    margin-top: -3px !important;
  1267. }
  1268.  
  1269. /*Pollinator Label*/
  1270. #pt-cv-view-86afe33y2i .pt-cv-specialp {
  1271.    margin-left: -2px;
  1272.    margin-top: 4px;
  1273. }
  1274.  
  1275. /*Biotech Gallery Label*/
  1276. #pt-cv-view-0896691vit .pt-cv-specialp {
  1277.    margin-left: -2px;
  1278.    margin-top: 4px;
  1279.    z-index: 11 !important;
  1280. }</style>
  1281.  
  1282.  
  1283. <style type="text/css">
  1284. /* size image and overlay to grid */
  1285. #pt-cv-view-38bb897nm7 .cvp-responsive-image,
  1286. #pt-cv-view-30147df9ur .cvp-responsive-image,
  1287. #pt-cv-view-0896691vit .cvp-responsive-image,
  1288. #pt-cv-view-00083878oj .cvp-responsive-image,
  1289. #pt-cv-view-6b927a7c1u .cvp-responsive-image,
  1290. #pt-cv-view-1e81f74jro .cvp-responsive-image {
  1291. width: 100% !important;
  1292.    margin-bottom: -7px !important;
  1293. }
  1294.  
  1295. /* responsive image without overlay */
  1296. #pt-cv-view-0896691vit .cvp-responsive-image {
  1297. width: 100% !important;
  1298. }</style>
  1299.  
  1300.  
  1301. <style type="text/css">
  1302. /* style title */
  1303. .rp4wp-related-posts a {
  1304.    font-family: 'Open Sans', sans-serif;
  1305.    font-size: 13px;
  1306.    font-weight: normal !important;
  1307.    color: #54595F;
  1308. }
  1309.  
  1310. /* style title hover */
  1311. .rp4wp-related-posts a:hover {
  1312. color: #087093;
  1313. }
  1314.  
  1315. /* list items style and spacing */
  1316. .rp4wp-related-posts ul>li {
  1317.    line-height: 100%;
  1318. }
  1319.  
  1320. /* image*/
  1321. .rp4wp_component_image {
  1322. padding-top: 15px !important;
  1323.   padding-bottom: 20px !important;
  1324. }
  1325. </style>
  1326.  
  1327.  
  1328. <style type="text/css">
  1329. .pt-cv-no-post {display:none}</style>
  1330.  
  1331.  
  1332. <style type="text/css">
  1333. /* size image and overlay to grid */
  1334. #pt-cv-view-8a7aadciuq .cvp-responsive-image {
  1335. width: 100% !important;
  1336.    margin-bottom: -7px !important;
  1337. }</style>
  1338.  
  1339.  
  1340. <style type="text/css">
  1341. /* border above footer */
  1342. .site-footer {
  1343. border-top: 1px solid #babcbe !important;
  1344. }</style>
  1345.  
  1346.  
  1347. <style type="text/css">
  1348. .navigation-search input[type="search"],
  1349. .navigation-search input[type="search"]:active,
  1350. .navigation-search input[type="search"]:focus {
  1351.    opacity: 1.0;
  1352.    background-color: #E9EBEE;
  1353. }</style>
  1354.  
  1355.  
  1356. <style type="text/css">
  1357. #menu-item-364245 > div > select {
  1358.   color: #222222;
  1359.   font-size: 14px;
  1360.   font-weight: bold;
  1361.   background-color: #ffffff;
  1362.   border: 0px;
  1363.   padding-bottom: 4px;
  1364. }
  1365.  
  1366. #menu-item-364245 > div > select:hover {
  1367.   color: #1E73BE;
  1368. }</style>
  1369.  
  1370.  
  1371. <style type="text/css">
  1372. /* change colors */
  1373. #generate-slideout-menu,
  1374. #menu-mobile-menu {
  1375.    background-color: #2A2A2A;
  1376. }
  1377.  
  1378. /* style the Gtranslate feature */
  1379. #generate-slideout-menu > div > select {
  1380.    float: left;
  1381.    margin: 17px 0px 20px 11px;
  1382.    padding-left: 7px;
  1383.    background-color: #2A2A2A;
  1384.    border: 0px;
  1385.    color: #ffffff;
  1386. }
  1387.  
  1388. /* Gtranslate hover */
  1389. #generate-slideout-menu > div > select:hover {
  1390.    color: #8FA4C1;
  1391.    border: 0px;
  1392. }
  1393.  
  1394. /* style donate section*/
  1395. #menu-item-364321 > a {
  1396.    color: #ffffff;
  1397.    background-color: #2C9987;
  1398.    font-size: 14px;
  1399. }
  1400.  
  1401. /* style donate hover*/
  1402. #menu-item-364321 > a:hover {
  1403.    background-color: #56ad9f;
  1404. }
  1405.  
  1406. /* style subscribe section*/
  1407. #menu-item-364268 > a {
  1408.    color: #ffffff;
  1409.    background-color: #237A91;
  1410.    font-size: 14px;
  1411.    margin-bottom: 80px;
  1412. }
  1413.  
  1414. /* style subscribe hover*/
  1415. #menu-item-364268 > a:hover {
  1416.    background-color: #4e94a7;
  1417. }
  1418.  
  1419. /* style glp library section*/
  1420. #menu-item-1011537 > a {
  1421.    color: #ffffff;
  1422.    background-color: #4b5e64;
  1423.    font-size: 14px;
  1424.    margin-bottom: 30px;
  1425. }
  1426.  
  1427. /* style slideout topics*/
  1428. #menu-item-364270 > a {
  1429.    background-color: #4363a9;
  1430.    color: #ffffff;
  1431.    font-size: 14px;
  1432. }
  1433.  
  1434. /* style slideout glp articles*/
  1435. #menu-item-1192827 > a {
  1436.    background-color: #4363a9;
  1437.    color: #ffffff;
  1438.    font-size: 14px;
  1439. }
  1440.  
  1441. /* style slideout special sections*/
  1442. #menu-item-364271 > a {
  1443.    background-color: #4363a9;
  1444.    color: #ffffff;
  1445.    font-size: 14px;
  1446. }
  1447.  
  1448. /* style slideout research*/
  1449. #menu-item-1193680 > a {
  1450.    background-color: #4363a9;
  1451.    color: #ffffff;
  1452.    font-size: 14px;
  1453. }
  1454.  
  1455. /* style slideout about glp*/
  1456. #menu-item-364273 > a {
  1457.    background-color: #4363a9;
  1458.    color: #ffffff;
  1459.    font-size: 14px;
  1460. }
  1461.  
  1462. /* style slideout glp library */
  1463. #menu-item-2065746 > a {
  1464.    background-color: #337AB7;
  1465.    color: #ffffff;
  1466.    font-size: 14px;
  1467. }
  1468.  
  1469. /* style slideout glp library hover*/
  1470. #menu-item-2065746 > a:hover {
  1471.    background-color: #5b94c5;
  1472. }
  1473.  
  1474. /* open submenus by default */
  1475. .slideout-navigation .sub-menu {
  1476.    display: block !important;
  1477.    height: auto;
  1478.    pointer-events: auto;
  1479.    opacity: 1;
  1480. }
  1481. .slideout-navigation .dropdown-menu-toggle {
  1482.    display: none;
  1483. }
  1484.  
  1485. </style>
  1486.  
  1487.  
  1488. <style type="text/css">
  1489. /*shadow under main navigation on scroll, under mobile header, over compliance bar*/
  1490. #sticky-navigation,
  1491. #mobile-header,
  1492. .cookie-notice-container {
  1493.    box-shadow: 0px 3px 10px 1px rgba(84,89,95,0.24); /* horizontal vertical blur spread color */
  1494. }
  1495.  
  1496. /*1px border under main navigation*/
  1497. .main-navigation {
  1498.    border-bottom: 1px solid #dedede;
  1499. }
  1500.  
  1501. /*1px border above eu cookie bar*/
  1502. .cookie-notice-container {
  1503.    border-top: 1px solid #dedede;
  1504. }
  1505. </style>
  1506.  
  1507.  
  1508. <style type="text/css">
  1509. .shortcode-show-avatar {
  1510.  padding-right: 20px;
  1511.  padding-left: 20px;
  1512.  background-color: #fff;
  1513.  border: 1px solid #ccc;
  1514. }
  1515.  
  1516. img.avatar.avatar-100.photo {
  1517. border-radius: 100%;
  1518.    margin: 20px;
  1519. }
  1520.  
  1521. </style>
  1522.  
  1523.  
  1524. <style type="text/css">
  1525. /*detail name*/
  1526. .infoboxsection_left {
  1527.    position: relative;
  1528.    display: block;
  1529.    float: left;
  1530.    width: 46%;
  1531.    font-weight: bold;
  1532.    line-height: 1.3;
  1533. }
  1534.  
  1535. /*detail data*/
  1536. .infoboxsection_right {
  1537.    position: relative;
  1538.    display: block;
  1539.    float: right;
  1540.    width: 50%;
  1541.    line-height: 1.3;
  1542. }</style>
  1543.  
  1544. <link rel="icon" href="/wp-content/uploads/2017/07/cropped-favicon-cropped-spectrum-initials-blue-box-borders-512x512-1-32x32.png" sizes="32x32">
  1545. <link rel="icon" href="/wp-content/uploads/2017/07/cropped-favicon-cropped-spectrum-initials-blue-box-borders-512x512-1-192x192.png" sizes="192x192">
  1546. <link rel="apple-touch-icon" href="/wp-content/uploads/2017/07/cropped-favicon-cropped-spectrum-initials-blue-box-borders-512x512-1-180x180.png">
  1547. <meta name="msapplication-TileImage" content="https://geneticliteracyproject.org/wp-content/uploads/2017/07/cropped-favicon-cropped-spectrum-initials-blue-box-borders-512x512-1-270x270.png">
  1548. <script>
  1549. (function($) {
  1550.    $(document).on('facetwp-loaded', function() {
  1551.        $('html, body').animate({ scrollTop: 0 }, 500);
  1552.     });
  1553. })(jQuery);
  1554. </script>
  1555. <style>.ezoic-ad.large-mobile-banner-1 { display:block !important;float:none !important;margin-bottom:15 !important;margin-left:0px !important;margin-right:0px !important;margin-top:15 !important;min-height:90px;min-width:728px;text-align:center !important; }
  1556. .ezoic-ad.medrectangle-2 { display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:90px;min-width:728px; }
  1557. .ezoic-ad{display:inline-block;}
  1558. .ezoic-ad .ezoic-adl {border:1px #c0c0c047 solid;border-radius:6px;overflow:hidden;background:url("/utilcave_com/l.svg") no-repeat center center}.ezoic-ad .ezfound,.ezmob-footer .ezoic-ad .ezoic-ad,.ezoic-ad-adaptive > .ezoic-ad, .ezoic-ad-rl {background:0 0;border-radius:0;border:none}
  1559. .adtester-container-135,.adtester-container-112,.adtester-container-130,.adtester-container-133,.adtester-container-153,.adtester-container-111,.adtester-container-138,.adtester-container-152,.adtester-container-118,.adtester-container-144,.adtester-container-154,.adtester-container-120,.adtester-container-140,.adtester-container-116,.adtester-container-147,.adtester-container-142,.adtester-container-146,.adtester-container-131,.adtester-container-121,.adtester-container-155,.adtester-container-126,.adtester-container-127,.adtester-container-115,.adtester-container-122,.adtester-container-123,.adtester-container-125,.adtester-container-132,.adtester-container-139,.adtester-container-161,.adtester-container-110,.adtester-container-117,.adtester-container-145,.adtester-container-148,.adtester-container-114,.adtester-container-128,.adtester-container-141,.adtester-container-149,.adtester-container-150,.adtester-container-136,.adtester-container-124,.adtester-container-129,.adtester-container-119,.adtester-container-134,.adtester-container-151{display:none!important}
  1560.  
  1561. .ezmob-footer {
  1562. position: fixed; left: 0px; bottom: 0px; width: 100%; background: white; z-index: 100000;
  1563. }
  1564. .ezmob-footer-desktop {
  1565. background-color:rgba(255, 255, 255, 0.8);
  1566. border-top:1px solid lightgray;
  1567. padding-top:5px;
  1568. }
  1569. .ezmob-footer-close {
  1570. cursor: pointer;
  1571. color: #b2b2b2;
  1572. border: 1px solid #b2b2b2;
  1573. border-radius: 20px;
  1574. background: #fff;
  1575. line-height: 20px;
  1576. display: inline-block;
  1577. font-size: 20px;
  1578. font-family: arial,sans-serif;
  1579. padding: 0 5px;
  1580. position: absolute;
  1581. top: 5px;
  1582. right: 5px;
  1583. height: 24px;
  1584. width: 21px;
  1585. }
  1586. body {
  1587. padding-bottom: 100px;
  1588. height: auto;
  1589. }
  1590. .ezmob-footer-close-mobile {
  1591. display:none;
  1592. }
  1593. </style>
  1594. <script data-ezscrex="false" data-cfasync="false" type="text/javascript">window.google_analytics_uacct = "UA-169156022-7";</script>
  1595. <script data-ezscrex="false" data-cfasync="false" type="text/javascript">
  1596. var _gaq = _gaq || [];
  1597. _gaq.push(['e._setAccount', 'UA-169156022-7']);
  1598. _gaq.push(['f._setAccount', 'UA-38339005-1']);
  1599. _gaq.push(['e._setDomainName', 'geneticliteracyproject.org']);
  1600. _gaq.push(['f._setDomainName', 'geneticliteracyproject.org']);
  1601. _gaq.push(['e._setCustomVar',1,'template','pub_site',3]);
  1602. _gaq.push(['e._setCustomVar',2,'t','134',3]);
  1603. _gaq.push(['e._setCustomVar',3,'rid','0',2]);
  1604. _gaq.push(['e._setCustomVar',4,'bra','mod1',3]);
  1605. _gaq.push(['e._setAllowAnchor',true]);
  1606. _gaq.push(['e._setSiteSpeedSampleRate', 10]);
  1607. _gaq.push(['f._setCustomVar',1,'template','pub_site',3]);
  1608. _gaq.push(['f._setCustomVar',2,'domain','geneticliteracyproject.org',3]);
  1609. _gaq.push(['f._setSiteSpeedSampleRate', 20]);
  1610. _gaq.push(['e._trackPageview']);
  1611. _gaq.push(['f._trackPageview']);
  1612.  
  1613.  
  1614. (function() {
  1615. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  1616. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  1617. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  1618. })();
  1619. </script>
  1620. <script type="text/javascript">var ezouid = "1";</script><script type="text/javascript">
  1621. var ezoTemplate = 'pub_site';
  1622. if(typeof ezouid == 'undefined')
  1623. {
  1624.    var ezouid = 'none';
  1625. }
  1626. var ezoFormfactor = '1';
  1627. var ezo_elements_to_check = Array();
  1628. </script>
  1629. <script data-ezscrex="false" type="text/javascript">
  1630. var soc_app_id = '0';
  1631. var did = 201186;
  1632. var ezdomain = 'geneticliteracyproject.org';
  1633. var ezoicSearchable = 1;
  1634. </script>
  1635.  
  1636.  
  1637. <script data-ezscrex="false" data-pagespeed-no-defer data-cfasync="false" type="text/javascript" style="display:none">
  1638. __ez.queue.addFile('__ezf_ezosuigeneris', '//g.ezoic.net/ezosuigeneris.js', true, [], true, false, false, false);
  1639. var __ez_ezosuigenerisEvt = function() { if(typeof(ezosuigeneris) != 'undefined'){__ez.bit.AddAndFire(_ezaq['page_view_id'], [(new __ezDotData('universal_user_id', ezosuigeneris))]); }};
  1640. __ez.queue.addFunc('__ez_ezosuigenerisEvt', '__ez_ezosuigenerisEvt', null, false, ['__ezf_ezosuigeneris','/detroitchicago/minneapolis.js','/detroitchicago/memphis.js'], false, false, false, false);</script><script data-ezscrex="false" data-pagespeed-no-defer data-cfasync="false" type="text/javascript" style="display:none">__ez.queue.addFile('__ezf_ezosuigenerisc', '//g.ezoic.net/ezosuigenerisc.js?nogen=1', true, ["/detroitchicago/boise.js"], true, false, false, false);</script>
  1641. <script async src="/pagead2goo/pagead/js/adsbygoogle.js" type="text/javascript"></script>
  1642. <script type="text/javascript">
  1643. (function(){
  1644. var div = document.createElement('div');
  1645. div.id = 'dmo1';
  1646. div.style = 'display:none';
  1647. var s = document.createElement('script');
  1648. var code = `var googleAdClient = "ca-pub-6396844742497208";
  1649.  window.google_ad_client = googleAdClient;
  1650.  /* dmo */
  1651.  window.google_ad_slot = "dmo";
  1652.  window.google_ad_width = 88;
  1653.  window.google_ad_height = 31;
  1654.  (adsbygoogle = window.adsbygoogle || []).push({
  1655.  google_ad_client: googleAdClient,
  1656.  enable_page_level_ads: false
  1657.  });`;
  1658. var ss = document.createElement('script');
  1659. ss.src = '//pagead2.googlesyndication.com/pagead/show_ads.js';
  1660. ss.type = 'text/javascript';
  1661. ss.async = false;
  1662. try {
  1663. s.appendChild(document.createTextNode(code));
  1664. } catch (e) {
  1665. s.text = code;
  1666. }
  1667. div.appendChild(s);
  1668. div.appendChild(ss);
  1669. if (document.readyState == 'interactive' || document.readyState == 'complete') {
  1670. document.body.appendChild(div);
  1671. } else {
  1672. document.addEventListener("DOMContentLoaded", function(event) {
  1673. document.body.appendChild(div);
  1674. });
  1675. }
  1676. }());
  1677. </script>
  1678. <script data-ezscrex="false" data-pagespeed-no-defer data-cfasync="false">
  1679. function create_ezolpl(pvID, rv) {
  1680.    var d = new Date();
  1681.    d.setTime(d.getTime() + (365*24*60*60*1000));
  1682.    var expires = "expires="+d.toUTCString();
  1683.    __ez.ck.setByCat("ezux_lpl_201186=" + new Date().getTime() + "|" + pvID + "|" + rv + "; " + expires, 3);
  1684. }
  1685. function attach_ezolpl(pvID, rv) {
  1686.    if (document.readyState === "complete") {
  1687.        create_ezolpl(pvID, rv);
  1688.    }
  1689.    if(window.attachEvent) {
  1690.        window.attachEvent("onload", create_ezolpl, pvID, rv);
  1691.    } else {
  1692.        if(window.onload) {
  1693.            var curronload = window.onload;
  1694.            var newonload = function(evt) {
  1695.                curronload(evt);
  1696.                create_ezolpl(pvID, rv);
  1697.            };
  1698.            window.onload = newonload;
  1699.        } else {
  1700.            window.onload = create_ezolpl.bind(null, pvID, rv);
  1701.        }
  1702.    }
  1703. }
  1704.  
  1705. __ez.queue.addFunc("attach_ezolpl", "attach_ezolpl", ["b4e10561-ef81-487b-5e5d-c89b2cdca197", "false"], false, ['/detroitchicago/boise.js'], true, false, false, false);
  1706. </script>
  1707. </head>
  1708. <body class="home page-template-default page page-id-2097164 wp-custom-logo wp-embed-responsive post-image-aligned-center secondary-nav-above-header secondary-nav-aligned-center slideout-enabled slideout-both sticky-menu-slide sticky-enabled sticky-menu-logo menu-logo-enabled both-sticky-menu mobile-header mobile-header-logo mobile-header-sticky no-sidebar nav-above-header fluid-header separate-containers active-footer-widgets-5 nav-aligned-left header-aligned-center dropdown-hover featured-image-active essb-7.3 elementor-default elementor-kit-2139625 elementor-page elementor-page-2097164" itemtype="https://schema.org/WebPage" itemscope>
  1709. <a class="screen-reader-text skip-link" href="#" title="Skip to content">Skip to content</a> <nav id="site-navigation" class="main-navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope>
  1710. <div class="inside-navigation grid-container grid-parent">
  1711. <div class="site-logo sticky-logo navigation-logo">
  1712. <a href="/" title="Genes and Science" rel="home">
  1713. <img src="/wp-content/uploads/2020/01/glp-menu-logo-outlined.png" alt="Genes and Science">
  1714. </a>
  1715. </div> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
  1716. <span class="mobile-menu">MENU</span> </button>
  1717. <div id="primary-menu" class="main-nav"><ul id="menu-top-search-nav" class=" menu sf-menu">
  1718. <li id="menu-item-1016889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016889">
  1719. <a href="#">ABOUT GLP<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1720. <ul class="sub-menu">
  1721. <li id="menu-item-2065149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065149"><a href="/mission-financials-governorship/">Mission, Financial Transparency, Governorship</a></li>
  1722. <li id="menu-item-2089903" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2089903"><a href="/glps-aggregation-of-articles-and-use-of-images-under-the-fair-use-copyright-exception/">Fair Use of Articles &amp; Images</a></li>
  1723. <li id="menu-item-2065151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065151"><a href="/our-team/">Our Team</a></li>
  1724. <li id="menu-item-2065150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065150"><a href="/glp-board/">GLP Boards</a></li>
  1725. <li id="menu-item-2146360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2146360"><a href="/contributors/">Write for the GLP</a></li>
  1726. <li id="menu-item-2065156" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065156"><a href="/donate/">Donate</a></li>
  1727. <li id="menu-item-2065153" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065153"><a href="/copyright/">Copyright</a></li>
  1728. <li id="menu-item-2065154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065154"><a href="/contact/">Contact</a></li>
  1729. <li id="menu-item-2145888" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2145888"><a href="/privacy-policy/">Privacy Policy</a></li>
  1730. </ul>
  1731. </li>
  1732. <li id="menu-item-1016883" class="mega-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016883">
  1733. <a href="#">TOPICS<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1734. <ul class="sub-menu">
  1735. <li id="menu-item-2136393" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136393"><a href="/category/food-agriculture/">Daily Food &amp; Agriculture</a></li>
  1736. <li id="menu-item-2136392" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136392"><a href="/category/human/">Daily Human</a></li>
  1737. <li id="menu-item-2136390" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136390"><a href="/category/agricultural-regulations/">Agricultural Laws &amp; Regulations</a></li>
  1738. <li id="menu-item-2136377" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136377"><a href="/category/biomedical-regulations-ethics/">Biomedical Regulations &amp; Ethics</a></li>
  1739. <li id="menu-item-2136386" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136386"><a href="/category/ancestry-evolution/">Ancestry &amp; Evolution</a></li>
  1740. <li id="menu-item-2136370" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136370"><a href="/category/biotech-communications/">Biotech Communications</a></li>
  1741. <li id="menu-item-2136373" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136373"><a href="/category/biomedicine-disease/">Biomedicine &amp; Disease</a></li>
  1742. <li id="menu-item-2136364" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136364"><a href="/category/brain-neuroscience/">Brain / Neuroscience</a></li>
  1743. <li id="menu-item-2136354" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136354"><a href="/category/chemicals-pesticides/">Chemicals &amp; Pesticides</a></li>
  1744. <li id="menu-item-2136352" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136352"><a href="/category/crops-food/">Crops &amp; Food</a></li>
  1745. <li id="menu-item-2136365" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136365"><a href="/category/epigenetics/">Epigenetics</a></li>
  1746. <li id="menu-item-2136350" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136350"><a href="/category/gene-therapy/">Gene Therapy</a></li>
  1747. <li id="menu-item-2136348" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136348"><a href="/category/health-wellness/">Health &amp; Wellness</a></li>
  1748. <li id="menu-item-2136347" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136347"><a href="/category/human-gene-editing-crispr/">Human Gene Editing / CRISPR</a></li>
  1749. <li id="menu-item-2136340" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136340"><a href="/category/new-breeding-techniques-nbts/">New Breeding Techniques (NBTs)</a></li>
  1750. <li id="menu-item-2136336" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136336"><a href="/category/biotech-of-the-future/">Science of the Future</a></li>
  1751. <li id="menu-item-2136335" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136335"><a href="/category/green-genes-sustainability/">Sustainability / GreenGenes</a></li>
  1752. <li id="menu-item-2136338" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136338"><a href="/category/synthetic-biology/">Synthetic Biology</a></li>
  1753. </ul>
  1754. </li>
  1755. <li id="menu-item-1192823" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1192823">
  1756. <a href="#">GLP ARTICLES<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1757. <ul class="sub-menu">
  1758. <li id="menu-item-2136332" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136332"><a href="/category/gene-ius/">GLP Human Genetics</a></li>
  1759. <li id="menu-item-2136331" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136331"><a href="/category/genetrends-food-agriculture/">GLP Food &amp; Agriculture</a></li>
  1760. </ul>
  1761. </li>
  1762. <li id="menu-item-1016887" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016887">
  1763. <a href="#">SPECIAL SECTIONS<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1764. <ul class="sub-menu">
  1765. <li id="menu-item-2149350" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2149350"><a target="_blank" rel="noopener noreferrer" href="/anti-gmo-advocacy-funding-trackergen/"><i class="fas fa-external-link-alt"></i> Anti-GMO Advocacy Funding Tracker</a></li>
  1766. <li id="menu-item-1016908" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1016908"><a href="/tag/pollinators/">Bees &amp; Butterflies</a></li>
  1767. <li id="menu-item-1016910" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016910">
  1768. <a href="#">Biotech 2.0 FAQs<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1769. <ul class="sub-menu">
  1770. <li id="menu-item-2136326" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136326"><a href="/category/epigenetics/">Epigenetics</a></li>
  1771. <li id="menu-item-2136329" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136329"><a href="/category/gene-therapy/">Gene Therapy</a></li>
  1772. <li id="menu-item-2136330" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136330"><a href="/category/gene-editing/">Gene Editing / CRISPR</a></li>
  1773. <li id="menu-item-2136325" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136325"><a href="/category/genomics-medicine/">Personal Genomics</a></li>
  1774. <li id="menu-item-2136324" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136324"><a href="/category/regulation-bioethics/">Regulation &amp; Bioethics</a></li>
  1775. <li id="menu-item-2136337" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136337"><a href="/category/synthetic-biology/">Synthetic Biology</a></li>
  1776. </ul>
  1777. </li>
  1778. <li id="menu-item-2149335" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2149335"><a target="_blank" rel="noopener noreferrer" href="/crispr-gene-editing-regs-trackergen/"><i class="fas fa-external-link-alt"></i> Global Gene Editing Regulation Tracker</a></li>
  1779. <li id="menu-item-1016888" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1016888"><a href="/glp-facts/">GLP Biotech Profiles</a></li>
  1780. <li id="menu-item-1193664" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1193664"><a href="/tag/gmo-beyond-the-science-1/">GMO Beyond the Science</a></li>
  1781. <li id="menu-item-2151777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2151777"><a href="/gmo-faqs/">GMO FAQs</a></li>
  1782. <li id="menu-item-2095439" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2095439"><a href="/tag/pesticides-and-food-series/">Pesticides and Food</a></li>
  1783. <li id="menu-item-2102629" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2102629"><a href="/podcasts/">Podcasts</a></li>
  1784. <li id="menu-item-2110592" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2110592"><a href="/category/video/">Videos</a></li>
  1785. </ul>
  1786. </li>
  1787. <li id="menu-item-1193683" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1193683">
  1788. <a href="#">RESEARCH<span role="presentation" class="dropdown-menu-toggle"></span></a>
  1789. <ul class="sub-menu">
  1790. <li id="menu-item-2095512" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095512"><a href="/glp-library/">Search GLP Library</a></li>
  1791. <li id="menu-item-2095511" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095511"><a href="/glp-library-infographics/">Search Infographics</a></li>
  1792. <li id="menu-item-2095576" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095576"><a href="/glp-library-videos/">Search Videos</a></li>
  1793. <li id="menu-item-2095566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095566"><a href="/authors-a/">Browse Authors</a></li>
  1794. <li id="menu-item-2095506" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095506"><a href="/sources-a/">Browse Sources</a></li>
  1795. <li id="menu-item-2095455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095455"><a href="/glp-rss-feeds/">GLP RSS Feeds</a></li>
  1796. </ul>
  1797. </li>
  1798. <li id="menu-item-2095446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095446"><a href="/glp-library/"><i class="fas fa-search"></i> SEARCH</a></li>
  1799. <li id="menu-item-1193926" class="custom slideout-toggle menu-item menu-item-type-custom menu-item-object-custom menu-item-1193926"><a href="#"> MENU</a></li>
  1800. <li class="slideout-toggle menu-item-align-right "><a href="#"></a></li>
  1801. <li style="position:relative;" class="menu-item menu-item-gtranslate">
  1802. <select onchange="doGTranslate(this);" class="notranslate"><option value="">Select Language</option>
  1803. <option value="en|af">Afrikaans</option>
  1804. <option value="en|sq">Shqip</option>
  1805. <option value="en|am">አማርኛ</option>
  1806. <option value="en|ar">العربية</option>
  1807. <option value="en|hy">Հայերեն</option>
  1808. <option value="en|az">Azərbaycan dili</option>
  1809. <option value="en|eu">Euskara</option>
  1810. <option value="en|be">Беларуская мова</option>
  1811. <option value="en|bn">বাংলা</option>
  1812. <option value="en|bs">Bosanski</option>
  1813. <option value="en|bg">Български</option>
  1814. <option value="en|ca">Català</option>
  1815. <option value="en|ceb">Cebuano</option>
  1816. <option value="en|ny">Chichewa</option>
  1817. <option value="en|zh-CN">简体中文</option>
  1818. <option value="en|zh-TW">繁體中文</option>
  1819. <option value="en|co">Corsu</option>
  1820. <option value="en|hr">Hrvatski</option>
  1821. <option value="en|cs">Čeština‎</option>
  1822. <option value="en|da">Dansk</option>
  1823. <option value="en|nl">Nederlands</option>
  1824. <option value="en|en">English</option>
  1825. <option value="en|eo">Esperanto</option>
  1826. <option value="en|et">Eesti</option>
  1827. <option value="en|tl">Filipino</option>
  1828. <option value="en|fi">Suomi</option>
  1829. <option value="en|fr">Français</option>
  1830. <option value="en|fy">Frysk</option>
  1831. <option value="en|gl">Galego</option>
  1832. <option value="en|ka">ქართული</option>
  1833. <option value="en|de">Deutsch</option>
  1834. <option value="en|el">Greek</option>
  1835. <option value="en|gu">ગુજરાતી</option>
  1836. <option value="en|ht">Kreyol ayisyen</option>
  1837. <option value="en|ha">Harshen Hausa</option>
  1838. <option value="en|haw">Ōlelo Hawaiʻi</option>
  1839. <option value="en|iw">עִבְרִית</option>
  1840. <option value="en|hi">हिन्दी</option>
  1841. <option value="en|hmn">Hmong</option>
  1842. <option value="en|hu">Magyar</option>
  1843. <option value="en|is">Íslenska</option>
  1844. <option value="en|ig">Igbo</option>
  1845. <option value="en|id">Bahasa Indonesia</option>
  1846. <option value="en|ga">Gaelige</option>
  1847. <option value="en|it">Italiano</option>
  1848. <option value="en|ja">日本語</option>
  1849. <option value="en|jw">Basa Jawa</option>
  1850. <option value="en|kn">ಕನ್ನಡ</option>
  1851. <option value="en|kk">Қазақ тілі</option>
  1852. <option value="en|km">ភាសាខ្មែរ</option>
  1853. <option value="en|ko">한국어</option>
  1854. <option value="en|ku">كوردی‎</option>
  1855. <option value="en|ky">Кыргызча</option>
  1856. <option value="en|lo">ພາສາລາວ</option>
  1857. <option value="en|la">Latin</option>
  1858. <option value="en|lv">Latviešu valoda</option>
  1859. <option value="en|lt">Lietuvių kalba</option>
  1860. <option value="en|lb">Lëtzebuergesch</option>
  1861. <option value="en|mk">Македонски јазик</option>
  1862. <option value="en|mg">Malagasy</option>
  1863. <option value="en|ms">Bahasa Melayu</option>
  1864. <option value="en|ml">മലയാളം</option>
  1865. <option value="en|mt">Maltese</option>
  1866. <option value="en|mi">Te Reo Māori</option>
  1867. <option value="en|mr">मराठी</option>
  1868. <option value="en|mn">Монгол</option>
  1869. <option value="en|my">ဗမာစာ</option>
  1870. <option value="en|ne">नेपाली</option>
  1871. <option value="en|no">Norsk bokmål</option>
  1872. <option value="en|ps">پښتو</option>
  1873. <option value="en|fa">فارسی</option>
  1874. <option value="en|pl">Polski</option>
  1875. <option value="en|pt">Português</option>
  1876. <option value="en|pa">ਪੰਜਾਬੀ</option>
  1877. <option value="en|ro">Română</option>
  1878. <option value="en|ru">Русский</option>
  1879. <option value="en|sm">Samoan</option>
  1880. <option value="en|gd">Gàidhlig</option>
  1881. <option value="en|sr">Српски језик</option>
  1882. <option value="en|st">Sesotho</option>
  1883. <option value="en|sn">Shona</option>
  1884. <option value="en|sd">سنڌي</option>
  1885. <option value="en|si">සිංහල</option>
  1886. <option value="en|sk">Slovenčina</option>
  1887. <option value="en|sl">Slovenščina</option>
  1888. <option value="en|so">Afsoomaali</option>
  1889. <option value="en|es">Español</option>
  1890. <option value="en|su">Basa Sunda</option>
  1891. <option value="en|sw">Kiswahili</option>
  1892. <option value="en|sv">Svenska</option>
  1893. <option value="en|tg">Тоҷикӣ</option>
  1894. <option value="en|ta">தமிழ்</option>
  1895. <option value="en|te">తెలుగు</option>
  1896. <option value="en|th">ไทย</option>
  1897. <option value="en|tr">Türkçe</option>
  1898. <option value="en|uk">Українська</option>
  1899. <option value="en|ur">اردو</option>
  1900. <option value="en|uz">O‘zbekcha</option>
  1901. <option value="en|vi">Tiếng Việt</option>
  1902. <option value="en|cy">Cymraeg</option>
  1903. <option value="en|xh">isiXhosa</option>
  1904. <option value="en|yi">יידיש</option>
  1905. <option value="en|yo">Yorùbá</option>
  1906. <option value="en|zu">Zulu</option></select><style type="text/css">
  1907. #goog-gt-tt {display:none !important;}
  1908. .goog-te-banner-frame {display:none !important;}
  1909. .goog-te-menu-value:hover {text-decoration:none !important;}
  1910. .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
  1911. body {top:0 !important;}
  1912. #google_translate_element2 {display:none!important;}
  1913. </style>
  1914. <div id="google_translate_element2"></div>
  1915. <script type="text/javascript">
  1916. function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: 'en',autoDisplay: false}, 'google_translate_element2');}
  1917. </script><script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cbgoogleTranslateElementInit2"></script>
  1918. <script type="text/javascript">
  1919. function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
  1920. function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
  1921. function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
  1922. </script>
  1923. </li>
  1924. </ul></div> </div>
  1925. </nav>
  1926. <nav id="secondary-navigation" class="secondary-navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope">
  1927. <div class="inside-navigation">
  1928. <button class="menu-toggle secondary-menu-toggle">
  1929. <span class="mobile-menu">Participate</span> </button>
  1930. <div class="main-nav"><ul id="menu-secondary-nav-for-mobile" class=" secondary-menu sf-menu">
  1931. <li id="menu-item-2065713" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2065713"><a target="_blank" rel="noopener noreferrer" href="#"><i class="fab fa-facebook-square"></i></a></li>
  1932. <li id="menu-item-2065712" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2065712"><a target="_blank" rel="noopener noreferrer" href="#"><i class="fab fa-twitter-square"></i></a></li>
  1933. <li id="menu-item-2065715" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2065715"><a target="_blank" rel="noopener noreferrer" href="/eepurl/cnqkgt"><i class="fas fa-envelope"></i> Newsletter</a></li>
  1934. <li id="menu-item-2065730" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065730"><a href="/donate/"><i class="far fa-credit-card"></i> Donate</a></li>
  1935. </ul></div> </div>
  1936. </nav>
  1937. <header id="masthead" class="site-header" itemtype="https://schema.org/WPHeader" itemscope>
  1938. <div class="inside-header grid-container grid-parent">
  1939. <div style="margin-bottom: 10px;"></div>
  1940. <div class="site-logo">
  1941. <a href="/" title="Genes and Science" rel="home">
  1942. <img class="header-image" alt="Genes and Science" src="/wp-content/uploads/2017/12/glp-logo-2x-996-minified.png" title="Genes and Science">
  1943. </a>
  1944. </div>
  1945. <div style="margin: -20px 0px 0px 0px;"></div>
  1946. <div style=" padding: 0px 19px 0px 19px;">
  1947. <span style="display:inline;"><span style="float:left; width: 330px"><br> <div data-elementor-type="section" data-elementor-id="2068148" class="elementor elementor-2068148 elementor-bc-flex-widget" data-elementor-settings="[]">
  1948. <div class="elementor-inner">
  1949. <div class="elementor-section-wrap">
  1950. <section class="elementor-element elementor-element-cfb92f1 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="cfb92f1" data-element_type="section">
  1951. <div class="elementor-container elementor-column-gap-no">
  1952. <div class="elementor-row">
  1953. <div class="elementor-element elementor-element-244df6e elementor-column elementor-col-50 elementor-top-column" data-id="244df6e" data-element_type="column">
  1954. <div class="elementor-column-wrap  elementor-element-populated">
  1955. <div class="elementor-widget-wrap">
  1956. <div class="elementor-element elementor-element-f6e48fd elementor-align-justify elementor-widget elementor-widget-button" data-id="f6e48fd" data-element_type="widget" data-widget_type="button.default">
  1957. <div class="elementor-widget-container">
  1958. <div class="elementor-button-wrapper">
  1959. <a href="/eepurl/cnqkgt" target="_blank" rel="nofollow" class="elementor-button-link elementor-button elementor-size-xs" role="button">
  1960. <span class="elementor-button-content-wrapper">
  1961. <span class="elementor-button-text">Newsletter Sign Up</span>
  1962. </span>
  1963. </a>
  1964. </div>
  1965. </div>
  1966. </div>
  1967. </div>
  1968. </div>
  1969. </div>
  1970. <div class="elementor-element elementor-element-8648802 elementor-column elementor-col-50 elementor-top-column" data-id="8648802" data-element_type="column">
  1971. <div class="elementor-column-wrap  elementor-element-populated">
  1972. <div class="elementor-widget-wrap">
  1973. <div class="elementor-element elementor-element-764f687 elementor-align-justify elementor-widget elementor-widget-button" data-id="764f687" data-element_type="widget" data-widget_type="button.default">
  1974. <div class="elementor-widget-container">
  1975. <div class="elementor-button-wrapper">
  1976. <a href="/donate/" class="elementor-button-link elementor-button elementor-size-xs" role="button">
  1977. <span class="elementor-button-content-wrapper">
  1978. <span class="elementor-button-text">Donate</span>
  1979. </span>
  1980. </a>
  1981. </div>
  1982. </div>
  1983. </div>
  1984. </div>
  1985. </div>
  1986. </div>
  1987. </div>
  1988. </div>
  1989. </section>
  1990. </div>
  1991. </div>
  1992. </div>
  1993. </span>
  1994. <span style="float:right; width: 330px"><br> <div data-elementor-type="section" data-elementor-id="2068144" class="elementor elementor-2068144" data-elementor-settings="[]">
  1995. <div class="elementor-inner">
  1996. <div class="elementor-section-wrap">
  1997. <section class="elementor-element elementor-element-cfb92f1 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="cfb92f1" data-element_type="section">
  1998. <div class="elementor-container elementor-column-gap-no">
  1999. <div class="elementor-row">
  2000. <div class="elementor-element elementor-element-244df6e elementor-column elementor-col-50 elementor-top-column" data-id="244df6e" data-element_type="column">
  2001. <div class="elementor-column-wrap  elementor-element-populated">
  2002. <div class="elementor-widget-wrap">
  2003. <div class="elementor-element elementor-element-f6e48fd elementor-align-justify elementor-widget elementor-widget-button" data-id="f6e48fd" data-element_type="widget" data-widget_type="button.default">
  2004. <div class="elementor-widget-container">
  2005. <div class="elementor-button-wrapper">
  2006. <a href="#" target="_blank" rel="nofollow" class="elementor-button-link elementor-button elementor-size-xs" role="button">
  2007. <span class="elementor-button-content-wrapper">
  2008. <span class="elementor-button-icon elementor-align-icon-left">
  2009. <i aria-hidden="true" class="fab fa-facebook-f"></i> </span>
  2010. <span class="elementor-button-text">61.2K</span>
  2011. </span>
  2012. </a>
  2013. </div>
  2014. </div>
  2015. </div>
  2016. </div>
  2017. </div>
  2018. </div>
  2019. <div class="elementor-element elementor-element-8648802 elementor-column elementor-col-50 elementor-top-column" data-id="8648802" data-element_type="column">
  2020. <div class="elementor-column-wrap  elementor-element-populated">
  2021. <div class="elementor-widget-wrap">
  2022. <div class="elementor-element elementor-element-764f687 elementor-align-justify elementor-widget elementor-widget-button" data-id="764f687" data-element_type="widget" data-widget_type="button.default">
  2023. <div class="elementor-widget-container">
  2024. <div class="elementor-button-wrapper">
  2025. <a href="#" target="_blank" rel="nofollow" class="elementor-button-link elementor-button elementor-size-xs" role="button">
  2026. <span class="elementor-button-content-wrapper">
  2027. <span class="elementor-button-icon elementor-align-icon-left">
  2028. <i aria-hidden="true" class="fab fa-twitter"></i> </span>
  2029. <span class="elementor-button-text">17.6K</span>
  2030. </span>
  2031. </a>
  2032. </div>
  2033. </div>
  2034. </div>
  2035. </div>
  2036. </div>
  2037. </div>
  2038. </div>
  2039. </div>
  2040. </section>
  2041. </div>
  2042. </div>
  2043. </div>
  2044. </span></span>
  2045. </div> </div>
  2046. </header>
  2047. <nav id="mobile-header" class="main-navigation mobile-header-navigation has-branding has-sticky-branding" itemtype="https://schema.org/SiteNavigationElement" itemscope>
  2048. <div class="inside-navigation grid-container grid-parent">
  2049. <div class="site-logo mobile-header-logo">
  2050. <a href="/" title="Genes and Science" rel="home">
  2051. <img src="/wp-content/uploads/2020/01/glp-menu-logo-outlined.png" alt="Genes and Science">
  2052. </a>
  2053. </div> <div class="mobile-bar-items" style="vertical-align: middle;">
  2054. <a href="/glp-library/"><span class="fa fa-search" style="margin-right: 5px;"></span>SEARCH</a>
  2055. </div>
  2056. <button class="menu-toggle" aria-controls="mobile-menu" aria-expanded="false">
  2057. <span class="mobile-menu">MENU</span> </button>
  2058. <div id="mobile-menu" class="main-nav"><ul id="menu-top-search-nav-1" class=" menu sf-menu">
  2059. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016889">
  2060. <a href="#">ABOUT GLP<span role="presentation" class="dropdown-menu-toggle"></span></a>
  2061. <ul class="sub-menu">
  2062. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065149"><a href="/mission-financials-governorship/">Mission, Financial Transparency, Governorship</a></li>
  2063. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2089903"><a href="/glps-aggregation-of-articles-and-use-of-images-under-the-fair-use-copyright-exception/">Fair Use of Articles &amp; Images</a></li>
  2064. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065151"><a href="/our-team/">Our Team</a></li>
  2065. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065150"><a href="/glp-board/">GLP Boards</a></li>
  2066. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2146360"><a href="/contributors/">Write for the GLP</a></li>
  2067. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065156"><a href="/donate/">Donate</a></li>
  2068. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065153"><a href="/copyright/">Copyright</a></li>
  2069. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065154"><a href="/contact/">Contact</a></li>
  2070. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2145888"><a href="/privacy-policy/">Privacy Policy</a></li>
  2071. </ul>
  2072. </li>
  2073. <li class="mega-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016883">
  2074. <a href="#">TOPICS<span role="presentation" class="dropdown-menu-toggle"></span></a>
  2075. <ul class="sub-menu">
  2076. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136393"><a href="/category/food-agriculture/">Daily Food &amp; Agriculture</a></li>
  2077. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136392"><a href="/category/human/">Daily Human</a></li>
  2078. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136390"><a href="/category/agricultural-regulations/">Agricultural Laws &amp; Regulations</a></li>
  2079. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136377"><a href="/category/biomedical-regulations-ethics/">Biomedical Regulations &amp; Ethics</a></li>
  2080. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136386"><a href="/category/ancestry-evolution/">Ancestry &amp; Evolution</a></li>
  2081. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136370"><a href="/category/biotech-communications/">Biotech Communications</a></li>
  2082. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136373"><a href="/category/biomedicine-disease/">Biomedicine &amp; Disease</a></li>
  2083. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136364"><a href="/category/brain-neuroscience/">Brain / Neuroscience</a></li>
  2084. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136354"><a href="/category/chemicals-pesticides/">Chemicals &amp; Pesticides</a></li>
  2085. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136352"><a href="/category/crops-food/">Crops &amp; Food</a></li>
  2086. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136365"><a href="/category/epigenetics/">Epigenetics</a></li>
  2087. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136350"><a href="/category/gene-therapy/">Gene Therapy</a></li>
  2088. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136348"><a href="/category/health-wellness/">Health &amp; Wellness</a></li>
  2089. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136347"><a href="/category/human-gene-editing-crispr/">Human Gene Editing / CRISPR</a></li>
  2090. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136340"><a href="/category/new-breeding-techniques-nbts/">New Breeding Techniques (NBTs)</a></li>
  2091. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136336"><a href="/category/biotech-of-the-future/">Science of the Future</a></li>
  2092. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136335"><a href="/category/green-genes-sustainability/">Sustainability / GreenGenes</a></li>
  2093. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136338"><a href="/category/synthetic-biology/">Synthetic Biology</a></li>
  2094. </ul>
  2095. </li>
  2096. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1192823">
  2097. <a href="#">GLP ARTICLES<span role="presentation" class="dropdown-menu-toggle"></span></a>
  2098. <ul class="sub-menu">
  2099. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136332"><a href="/category/gene-ius/">GLP Human Genetics</a></li>
  2100. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136331"><a href="/category/genetrends-food-agriculture/">GLP Food &amp; Agriculture</a></li>
  2101. </ul>
  2102. </li>
  2103. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016887">
  2104. <a href="#">SPECIAL SECTIONS<span role="presentation" class="dropdown-menu-toggle"></span></a>
  2105. <ul class="sub-menu">
  2106. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2149350"><a target="_blank" rel="noopener noreferrer" href="/anti-gmo-advocacy-funding-trackergen/"><i class="fas fa-external-link-alt"></i> Anti-GMO Advocacy Funding Tracker</a></li>
  2107. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1016908"><a href="/tag/pollinators/">Bees &amp; Butterflies</a></li>
  2108. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1016910">
  2109. <a href="#">Biotech 2.0 FAQs<span role="presentation" class="dropdown-menu-toggle"></span></a>
  2110. <ul class="sub-menu">
  2111. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136326"><a href="/category/epigenetics/">Epigenetics</a></li>
  2112. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136329"><a href="/category/gene-therapy/">Gene Therapy</a></li>
  2113. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136330"><a href="/category/gene-editing/">Gene Editing / CRISPR</a></li>
  2114. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136325"><a href="/category/genomics-medicine/">Personal Genomics</a></li>
  2115. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136324"><a href="/category/regulation-bioethics/">Regulation &amp; Bioethics</a></li>
  2116. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136337"><a href="/category/synthetic-biology/">Synthetic Biology</a></li>
  2117. </ul>
  2118. </li>
  2119. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2149335"><a target="_blank" rel="noopener noreferrer" href="/crispr-gene-editing-regs-trackergen/"><i class="fas fa-external-link-alt"></i> Global Gene Editing Regulation Tracker</a></li>
  2120. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1016888"><a href="/glp-facts/">GLP Biotech Profiles</a></li>
  2121. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1193664"><a href="/tag/gmo-beyond-the-science-1/">GMO Beyond the Science</a></li>
  2122. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2151777"><a href="/gmo-faqs/">GMO FAQs</a></li>
  2123. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2095439"><a href="/tag/pesticides-and-food-series/">Pesticides and Food</a></li>
  2124. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2102629"><a href="/podcasts/">Podcasts</a></li>
  2125. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2110592"><a href="/category/video/">Videos</a></li>
  2126. </ul>
  2127. </li>
  2128. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1193683">
  2129. <a href="#">RESEARCH<span role="presentation" class="dropdown-menu-toggle"></span></a>
  2130. <ul class="sub-menu">
  2131. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095512"><a href="/glp-library/">Search GLP Library</a></li>
  2132. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095511"><a href="/glp-library-infographics/">Search Infographics</a></li>
  2133. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095576"><a href="/glp-library-videos/">Search Videos</a></li>
  2134. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095566"><a href="/authors-a/">Browse Authors</a></li>
  2135. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095506"><a href="/sources-a/">Browse Sources</a></li>
  2136. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095455"><a href="/glp-rss-feeds/">GLP RSS Feeds</a></li>
  2137. </ul>
  2138. </li>
  2139. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2095446"><a href="/glp-library/"><i class="fas fa-search"></i> SEARCH</a></li>
  2140. <li class="custom slideout-toggle menu-item menu-item-type-custom menu-item-object-custom menu-item-1193926"><a href="#"> MENU</a></li>
  2141. <li class="slideout-toggle menu-item-align-right "><a href="#"></a></li>
  2142. <li style="position:relative;" class="menu-item menu-item-gtranslate">
  2143. <select onchange="doGTranslate(this);" class="notranslate"><option value="">Select Language</option>
  2144. <option value="en|af">Afrikaans</option>
  2145. <option value="en|sq">Shqip</option>
  2146. <option value="en|am">አማርኛ</option>
  2147. <option value="en|ar">العربية</option>
  2148. <option value="en|hy">Հայերեն</option>
  2149. <option value="en|az">Azərbaycan dili</option>
  2150. <option value="en|eu">Euskara</option>
  2151. <option value="en|be">Беларуская мова</option>
  2152. <option value="en|bn">বাংলা</option>
  2153. <option value="en|bs">Bosanski</option>
  2154. <option value="en|bg">Български</option>
  2155. <option value="en|ca">Català</option>
  2156. <option value="en|ceb">Cebuano</option>
  2157. <option value="en|ny">Chichewa</option>
  2158. <option value="en|zh-CN">简体中文</option>
  2159. <option value="en|zh-TW">繁體中文</option>
  2160. <option value="en|co">Corsu</option>
  2161. <option value="en|hr">Hrvatski</option>
  2162. <option value="en|cs">Čeština‎</option>
  2163. <option value="en|da">Dansk</option>
  2164. <option value="en|nl">Nederlands</option>
  2165. <option value="en|en">English</option>
  2166. <option value="en|eo">Esperanto</option>
  2167. <option value="en|et">Eesti</option>
  2168. <option value="en|tl">Filipino</option>
  2169. <option value="en|fi">Suomi</option>
  2170. <option value="en|fr">Français</option>
  2171. <option value="en|fy">Frysk</option>
  2172. <option value="en|gl">Galego</option>
  2173. <option value="en|ka">ქართული</option>
  2174. <option value="en|de">Deutsch</option>
  2175. <option value="en|el">Greek</option>
  2176. <option value="en|gu">ગુજરાતી</option>
  2177. <option value="en|ht">Kreyol ayisyen</option>
  2178. <option value="en|ha">Harshen Hausa</option>
  2179. <option value="en|haw">Ōlelo Hawaiʻi</option>
  2180. <option value="en|iw">עִבְרִית</option>
  2181. <option value="en|hi">हिन्दी</option>
  2182. <option value="en|hmn">Hmong</option>
  2183. <option value="en|hu">Magyar</option>
  2184. <option value="en|is">Íslenska</option>
  2185. <option value="en|ig">Igbo</option>
  2186. <option value="en|id">Bahasa Indonesia</option>
  2187. <option value="en|ga">Gaelige</option>
  2188. <option value="en|it">Italiano</option>
  2189. <option value="en|ja">日本語</option>
  2190. <option value="en|jw">Basa Jawa</option>
  2191. <option value="en|kn">ಕನ್ನಡ</option>
  2192. <option value="en|kk">Қазақ тілі</option>
  2193. <option value="en|km">ភាសាខ្មែរ</option>
  2194. <option value="en|ko">한국어</option>
  2195. <option value="en|ku">كوردی‎</option>
  2196. <option value="en|ky">Кыргызча</option>
  2197. <option value="en|lo">ພາສາລາວ</option>
  2198. <option value="en|la">Latin</option>
  2199. <option value="en|lv">Latviešu valoda</option>
  2200. <option value="en|lt">Lietuvių kalba</option>
  2201. <option value="en|lb">Lëtzebuergesch</option>
  2202. <option value="en|mk">Македонски јазик</option>
  2203. <option value="en|mg">Malagasy</option>
  2204. <option value="en|ms">Bahasa Melayu</option>
  2205. <option value="en|ml">മലയാളം</option>
  2206. <option value="en|mt">Maltese</option>
  2207. <option value="en|mi">Te Reo Māori</option>
  2208. <option value="en|mr">मराठी</option>
  2209. <option value="en|mn">Монгол</option>
  2210. <option value="en|my">ဗမာစာ</option>
  2211. <option value="en|ne">नेपाली</option>
  2212. <option value="en|no">Norsk bokmål</option>
  2213. <option value="en|ps">پښتو</option>
  2214. <option value="en|fa">فارسی</option>
  2215. <option value="en|pl">Polski</option>
  2216. <option value="en|pt">Português</option>
  2217. <option value="en|pa">ਪੰਜਾਬੀ</option>
  2218. <option value="en|ro">Română</option>
  2219. <option value="en|ru">Русский</option>
  2220. <option value="en|sm">Samoan</option>
  2221. <option value="en|gd">Gàidhlig</option>
  2222. <option value="en|sr">Српски језик</option>
  2223. <option value="en|st">Sesotho</option>
  2224. <option value="en|sn">Shona</option>
  2225. <option value="en|sd">سنڌي</option>
  2226. <option value="en|si">සිංහල</option>
  2227. <option value="en|sk">Slovenčina</option>
  2228. <option value="en|sl">Slovenščina</option>
  2229. <option value="en|so">Afsoomaali</option>
  2230. <option value="en|es">Español</option>
  2231. <option value="en|su">Basa Sunda</option>
  2232. <option value="en|sw">Kiswahili</option>
  2233. <option value="en|sv">Svenska</option>
  2234. <option value="en|tg">Тоҷикӣ</option>
  2235. <option value="en|ta">தமிழ்</option>
  2236. <option value="en|te">తెలుగు</option>
  2237. <option value="en|th">ไทย</option>
  2238. <option value="en|tr">Türkçe</option>
  2239. <option value="en|uk">Українська</option>
  2240. <option value="en|ur">اردو</option>
  2241. <option value="en|uz">O‘zbekcha</option>
  2242. <option value="en|vi">Tiếng Việt</option>
  2243. <option value="en|cy">Cymraeg</option>
  2244. <option value="en|xh">isiXhosa</option>
  2245. <option value="en|yi">יידיש</option>
  2246. <option value="en|yo">Yorùbá</option>
  2247. <option value="en|zu">Zulu</option></select><style type="text/css">
  2248. #goog-gt-tt {display:none !important;}
  2249. .goog-te-banner-frame {display:none !important;}
  2250. .goog-te-menu-value:hover {text-decoration:none !important;}
  2251. .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
  2252. body {top:0 !important;}
  2253. #google_translate_element2 {display:none!important;}
  2254. </style>
  2255. <div id="google_translate_element2"></div>
  2256. <script type="text/javascript">
  2257. function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: 'en',autoDisplay: false}, 'google_translate_element2');}
  2258. </script><script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cbgoogleTranslateElementInit2"></script>
  2259. <script type="text/javascript">
  2260. function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
  2261. function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
  2262. function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
  2263. </script>
  2264. </li>
  2265. </ul></div> </div>
  2266. </nav>
  2267. <div style="margin-top: 5px; padding: 0px 26px 0px 26px;">
  2268. <div style="margin: auto; max-width: 1224px;"> <div data-elementor-type="section" data-elementor-id="2150974" class="elementor elementor-2150974" data-elementor-settings="[]">
  2269. <div class="elementor-inner">
  2270. <div class="elementor-section-wrap">
  2271. <section class="elementor-element elementor-element-7fc3daab elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="7fc3daab" data-element_type="section">
  2272. <div class="elementor-container elementor-column-gap-default">
  2273. <div class="elementor-row">
  2274. <div class="elementor-element elementor-element-16233400 elementor-column elementor-col-50 elementor-top-column" data-id="16233400" data-element_type="column">
  2275. <div class="elementor-column-wrap  elementor-element-populated">
  2276. <div class="elementor-widget-wrap">
  2277. <div class="elementor-element elementor-element-12aed935 elementor-widget elementor-widget-uael-infobox" data-id="12aed935" data-element_type="widget" data-widget_type="uael-infobox.default">
  2278. <div class="elementor-widget-container">
  2279. <div class="uael-module-content uael-infobox uael-imgicon-style-normal  uael-infobox-left  infobox-has-photo uael-infobox-photo-left  uael-infobox-image-valign-middle  uael-infobox-stacked-tablet  uael-infobox-link-type-module">
  2280. <div class="uael-infobox-left-right-wrap">
  2281. <a href="/crispr-gene-editing-regs-trackergen/" target="_blank" rel="noopener" class="uael-infobox-module-link"></a>
  2282. <div class="uael-module-content uael-imgicon-wrap ">
  2283. <div class="uael-image" itemscope itemtype="http://schema.org/ImageObject">
  2284. <div class="uael-image-content elementor-animation- ">
  2285. <img width="70" height="70" src="/wp-content/uploads/2020/05/regulation-tracker-featured-image-x-1-1.png" class="attachment-thumbnail size-thumbnail" alt="regulation tracker featured image x" loading="lazy"> </div>
  2286. </div>
  2287. </div>
  2288. <div class="uael-infobox-content">
  2289. <div class="uael-infobox-title-wrap"><h3 class="uael-infobox-title elementor-inline-editing" data-elementor-setting-key="infobox_title" data-elementor-inline-editing-toolbar="basic">Global Gene Editing Regulation Tracker</h3></div> <div class="uael-infobox-text-wrap">
  2290. <div class="uael-infobox-text elementor-inline-editing" data-elementor-setting-key="infobox_description" data-elementor-inline-editing-toolbar="advanced">
  2291. Our interactive GLP global map explains the status of each country’s regulations for human and agricultural gene editing and gene drives. </div>
  2292. </div>
  2293. </div>
  2294. </div>
  2295. </div>
  2296. </div>
  2297. </div>
  2298. </div>
  2299. </div>
  2300. </div>
  2301. <div class="elementor-element elementor-element-486e517d elementor-column elementor-col-50 elementor-top-column" data-id="486e517d" data-element_type="column">
  2302. <div class="elementor-column-wrap  elementor-element-populated">
  2303. <div class="elementor-widget-wrap">
  2304. <div class="elementor-element elementor-element-a2507eb elementor-widget elementor-widget-uael-infobox" data-id="a2507eb" data-element_type="widget" data-widget_type="uael-infobox.default">
  2305. <div class="elementor-widget-container">
  2306. <div class="uael-module-content uael-infobox uael-imgicon-style-normal  uael-infobox-left  infobox-has-photo uael-infobox-photo-left  uael-infobox-image-valign-middle  uael-infobox-stacked-tablet  uael-infobox-link-type-module">
  2307. <div class="uael-infobox-left-right-wrap">
  2308. <a href="/anti-gmo-advocacy-funding-trackergen/" target="_blank" rel="noopener" class="uael-infobox-module-link"></a>
  2309. <div class="uael-module-content uael-imgicon-wrap ">
  2310. <div class="uael-image" itemscope itemtype="http://schema.org/ImageObject">
  2311. <div class="uael-image-content elementor-animation- ">
  2312. <img width="70" height="70" src="/wp-content/uploads/2020/05/organic-donor-featured-image-x-outlined-1.png" class="attachment-thumbnail size-thumbnail" alt="organic donor featured image x outlined" loading="lazy"> </div>
  2313. </div>
  2314. </div>
  2315. <div class="uael-infobox-content">
  2316. <div class="uael-infobox-title-wrap"><h3 class="uael-infobox-title elementor-inline-editing" data-elementor-setting-key="infobox_title" data-elementor-inline-editing-toolbar="basic">Anti-GMO Advocacy Funding Tracker</h3></div> <div class="uael-infobox-text-wrap">
  2317. <div class="uael-infobox-text elementor-inline-editing" data-elementor-setting-key="infobox_description" data-elementor-inline-editing-toolbar="advanced">
  2318. This GLP project maps contributions by foundations to anti-biotech activists and compares it to pro-GMO industry spending. </div>
  2319. </div>
  2320. </div>
  2321. </div>
  2322. </div>
  2323. </div>
  2324. </div>
  2325. </div>
  2326. </div>
  2327. </div>
  2328. </div>
  2329. </div>
  2330. </section>
  2331. <section class="elementor-element elementor-element-17e3b8e5 elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="17e3b8e5" data-element_type="section">
  2332. <div class="elementor-container elementor-column-gap-default">
  2333. <div class="elementor-row">
  2334. <div class="elementor-element elementor-element-7a628bcc elementor-column elementor-col-100 elementor-top-column" data-id="7a628bcc" data-element_type="column">
  2335. <div class="elementor-column-wrap">
  2336. <div class="elementor-widget-wrap">
  2337. </div>
  2338. </div>
  2339. </div>
  2340. </div>
  2341. </div>
  2342. </section>
  2343. </div>
  2344. </div>
  2345. </div>
  2346. </div>
  2347. </div>
  2348. <div class="featured-image page-header-image  grid-container grid-parent">
  2349. <img width="400" height="265" src="/wp-content/uploads/2020/02/unknown-2.png" class="attachment-full size-full" alt="unknown" loading="lazy" itemprop="image" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/02/unknown-2.png 400w, https://geneticliteracyproject.org/wp-content/uploads/2020/02/unknown-2-300x199.png 300w" sizes="(max-width: 400px) 100vw, 400px">
  2350. </div>
  2351. <div id="page" class="hfeed site grid-container container grid-parent">
  2352. <div id="content" class="site-content">
  2353. <div id="primary" class="content-area grid-parent mobile-grid-100 grid-100 tablet-grid-100">
  2354. <main id="main" class="site-main">
  2355. <article id="post-2097164" class="post-2097164 page type-page status-publish has-post-thumbnail" itemtype="https://schema.org/CreativeWork" itemscope>
  2356. <div class="inside-article">
  2357. <div class="entry-content" itemprop="text">
  2358. <div data-elementor-type="wp-post" data-elementor-id="2097164" class="elementor elementor-2097164" data-elementor-settings="[]">
  2359. <div class="elementor-inner">
  2360. <div class="elementor-section-wrap">
  2361. <section class="elementor-element elementor-element-49ec8af elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="49ec8af" data-element_type="section">
  2362. <div class="elementor-container elementor-column-gap-default">
  2363. <div class="elementor-row">
  2364. <div class="elementor-element elementor-element-c3d9ea5 elementor-column elementor-col-50 elementor-top-column" data-id="c3d9ea5" data-element_type="column">
  2365. <div class="elementor-column-wrap  elementor-element-populated">
  2366. <div class="elementor-widget-wrap">
  2367. <section class="elementor-element elementor-element-a53e7cd elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="a53e7cd" data-element_type="section">
  2368. <div class="elementor-container elementor-column-gap-default">
  2369. <div class="elementor-row">
  2370. <div class="elementor-element elementor-element-5104e10 elementor-column elementor-col-100 elementor-inner-column" data-id="5104e10" data-element_type="column">
  2371. <div class="elementor-column-wrap  elementor-element-populated">
  2372. <div class="elementor-widget-wrap">
  2373. <div class="elementor-element elementor-element-4218665 elementor-widget elementor-widget-template" data-id="4218665" data-element_type="widget" data-widget_type="template.default">
  2374. <div class="elementor-widget-container">
  2375. <div class="elementor-template">
  2376. <div data-elementor-type="section" data-elementor-id="2097313" class="elementor elementor-2097313 elementor-bc-flex-widget" data-elementor-settings="[]">
  2377. <div class="elementor-inner">
  2378. <div class="elementor-section-wrap">
  2379. <section class="elementor-element elementor-element-536ee3d8 elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="536ee3d8" data-element_type="section" data-settings='{"background_background":"classic"}'>
  2380. <div class="elementor-container elementor-column-gap-no">
  2381. <div class="elementor-row">
  2382. <div class="elementor-element elementor-element-7d3591a3 elementor-column elementor-col-100 elementor-inner-column" data-id="7d3591a3" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2383. <div class="elementor-column-wrap  elementor-element-populated">
  2384. <div class="elementor-widget-wrap">
  2385. <div class="elementor-element elementor-element-5a2d478f elementor-widget elementor-widget-heading" data-id="5a2d478f" data-element_type="widget" data-widget_type="heading.default">
  2386. <div class="elementor-widget-container">
  2387. <h2 class="elementor-heading-title elementor-size-default"><a href="/source/genetic-literacy-project/">GLP Features</a></h2> </div>
  2388. </div>
  2389. <div class="elementor-element elementor-element-266bb761 elementor-widget elementor-widget-divider" data-id="266bb761" data-element_type="widget" data-widget_type="divider.default">
  2390. <div class="elementor-widget-container">
  2391. <div class="elementor-divider">
  2392. <span class="elementor-divider-separator">
  2393. </span>
  2394. </div>
  2395. </div>
  2396. </div>
  2397. <div class="elementor-element elementor-element-30cbc1d9 elementor-widget elementor-widget-shortcode" data-id="30cbc1d9" data-element_type="widget" data-widget_type="shortcode.default">
  2398. <div class="elementor-widget-container">
  2399. <div class="elementor-shortcode">
  2400. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-content-hover pt-cv-clickable pt-cv-force-mask pt-cv-overlay-bottom" id="pt-cv-view-a7dabb6uip"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2401. <a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="600" height="400" src="/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-600x400.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="gene editing invitro crispr and cows x a" loading="lazy" srcset="/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-600x400.jpg" sizes="(max-width: 600px) 100vw, 600px"></a><div class="pt-cv-mask">
  2402. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self cvplbd" target="_self">CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way</a></h4>
  2403. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/dyllan-furness/" title="Dyllan Furness" class="pt-cv-tax-dyllan-furness">Dyllan Furness</a></span></div>
  2404. </div>
  2405. </div></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-4a933331jh">#pt-cv-view-a7dabb6uip  .pt-cv-ifield   { background-color: #ffffff !important; }
  2406. #pt-cv-view-a7dabb6uip .pt-cv-title a, #pt-cv-view-a7dabb6uip  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 15px !important; line-height: 1.3 !important; }
  2407. #pt-cv-view-a7dabb6uip  .pt-cv-title a:hover, #pt-cv-view-a7dabb6uip  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  2408. #pt-cv-view-a7dabb6uip  .pt-cv-content-item:hover .pt-cv-hover-wrapper::before   { background-color: rgba(0,0,0,0.3) !important; }
  2409. #pt-cv-view-a7dabb6uip:not(.pt-cv-nohover) .pt-cv-mask *   { color: #ffffff; }
  2410. #pt-cv-view-a7dabb6uip .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2411. #pt-cv-view-a7dabb6uip .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #ffffff !important; }
  2412. #pt-cv-view-a7dabb6uip .pt-cv-readmore  { color: #ffffff !important; }
  2413. #pt-cv-view-a7dabb6uip .pt-cv-readmore:hover  { color: #ffffff !important; }</style>
  2414. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2415. </div>
  2416. </div>
  2417. </div>
  2418. </div>
  2419. </div>
  2420. </div>
  2421. </div>
  2422. </div>
  2423. </section>
  2424. </div>
  2425. </div>
  2426. </div>
  2427. </div>
  2428. </div>
  2429. </div>
  2430. </div>
  2431. </div>
  2432. </div>
  2433. </div>
  2434. </div>
  2435. </section>
  2436. <section class="elementor-element elementor-element-b414e87 elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="b414e87" data-element_type="section">
  2437. <div class="elementor-container elementor-column-gap-default">
  2438. <div class="elementor-row">
  2439. <div class="elementor-element elementor-element-d8126eb elementor-column elementor-col-100 elementor-inner-column" data-id="d8126eb" data-element_type="column">
  2440. <div class="elementor-column-wrap  elementor-element-populated">
  2441. <div class="elementor-widget-wrap">
  2442. <div class="elementor-element elementor-element-490b79f elementor-widget elementor-widget-template" data-id="490b79f" data-element_type="widget" data-widget_type="template.default">
  2443. <div class="elementor-widget-container">
  2444. <div class="elementor-template">
  2445. <div data-elementor-type="section" data-elementor-id="2097317" class="elementor elementor-2097317" data-elementor-settings="[]">
  2446. <div class="elementor-inner">
  2447. <div class="elementor-section-wrap">
  2448. <section class="elementor-element elementor-element-2c48171a elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="2c48171a" data-element_type="section">
  2449. <div class="elementor-container elementor-column-gap-no">
  2450. <div class="elementor-row">
  2451. <div class="elementor-element elementor-element-7b74885c elementor-column elementor-col-50 elementor-inner-column" data-id="7b74885c" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2452. <div class="elementor-column-wrap  elementor-element-populated">
  2453. <div class="elementor-widget-wrap">
  2454. <div class="elementor-element elementor-element-150ffb28 elementor-widget elementor-widget-shortcode" data-id="150ffb28" data-element_type="widget" data-widget_type="shortcode.default">
  2455. <div class="elementor-widget-container">
  2456. <div class="elementor-shortcode">
  2457. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-content-hover pt-cv-clickable pt-cv-force-mask pt-cv-overlay-bottom" id="pt-cv-view-c98fa9774q"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330870"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2458. <a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="442" src="/wp-content/uploads/2020/08/unnamed-file-1-300x442.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="unnamed file" loading="lazy" srcset="/wp-content/uploads/2020/08/unnamed-file-1-300x442.jpg" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2459. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self cvplbd" target="_self">Is artificial intelligence (AI) medicine racially biased?</a></h4>
  2460. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/rod-mccullom/" title="Rod McCullom" class="pt-cv-tax-rod-mccullom">Rod McCullom</a></span></div>
  2461. </div>
  2462. </div></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-2257548g8k">#pt-cv-view-c98fa9774q .pt-cv-content-item { padding-top: 1px !important; padding-left: 1px !important; padding-bottom: 3px !important; padding-right: 1px !important; }
  2463. #pt-cv-view-c98fa9774q  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2464. #pt-cv-view-c98fa9774q  .pt-cv-ifield   { background-color: #ffffff !important; }
  2465. #pt-cv-view-c98fa9774q .pt-cv-title a, #pt-cv-view-c98fa9774q  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 15px !important; line-height: 1.1 !important; }
  2466. #pt-cv-view-c98fa9774q  .pt-cv-title a:hover, #pt-cv-view-c98fa9774q  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  2467. #pt-cv-view-c98fa9774q  .pt-cv-content-item:hover .pt-cv-hover-wrapper::before   { background-color: rgba(0,0,0,0.3) !important; }
  2468. #pt-cv-view-c98fa9774q:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  2469. #pt-cv-view-c98fa9774q .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  2470. #pt-cv-view-c98fa9774q .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2471. #pt-cv-view-c98fa9774q .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; }
  2472. #pt-cv-view-c98fa9774q .pt-cv-specialp { background-color: #CC3333 !important }
  2473. #pt-cv-view-c98fa9774q .pt-cv-specialp * { color: #fff !important; }
  2474. #pt-cv-view-c98fa9774q .pt-cv-pficon  { color: #bbb !important; }
  2475. #pt-cv-view-c98fa9774q  .add_to_cart_button, #pt-cv-view-c98fa9774q  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  2476. #pt-cv-view-c98fa9774q  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  2477. #pt-cv-view-c98fa9774q .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  2478. #pt-cv-view-c98fa9774q .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  2479. #pt-cv-view-c98fa9774q  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-c98fa9774q  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  2480. [id^='pt-cv-filter-bar-c98fa9774q'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-c98fa9774q'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-c98fa9774q'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-c98fa9774q'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  2481. [id^='pt-cv-filter-bar-c98fa9774q'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  2482. #pt-cv-gls-c98fa9774q li a   { font-weight: 600 !important; }
  2483. #pt-cv-gls-c98fa9774q li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  2484. #pt-cv-view-c98fa9774q .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  2485. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2486. </div>
  2487. </div>
  2488. </div>
  2489. </div>
  2490. </div>
  2491. </div>
  2492. <div class="elementor-element elementor-element-30a2effa elementor-column elementor-col-50 elementor-inner-column" data-id="30a2effa" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2493. <div class="elementor-column-wrap  elementor-element-populated">
  2494. <div class="elementor-widget-wrap">
  2495. <div class="elementor-element elementor-element-67646631 elementor-widget elementor-widget-shortcode" data-id="67646631" data-element_type="widget" data-widget_type="shortcode.default">
  2496. <div class="elementor-widget-container">
  2497. <div class="elementor-shortcode">
  2498. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-content-hover pt-cv-clickable pt-cv-force-mask pt-cv-overlay-bottom" id="pt-cv-view-0b666c735y"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333455"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2499. <a href="/2020/08/21/gene-therapy-for-hemophilia-delayed-until-2022-after-fda-rejects-one-time-treatment-shocking-doctors-and-scientists/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="220" src="/wp-content/uploads/2020/08/genetic-blood-disorders-g-rf-x--300x220.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="genetic blood disorders g rf x" loading="lazy" srcset="/wp-content/uploads/2020/08/genetic-blood-disorders-g-rf-x--300x220.jpg" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2500. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/21/gene-therapy-for-hemophilia-delayed-until-2022-after-fda-rejects-one-time-treatment-shocking-doctors-and-scientists/" class="_self cvplbd" target="_self">Gene therapy for hemophilia delayed until 2022 after FDA rejects one-time treatment, shocking doctors and scientists</a></h4>
  2501. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/linda-johnson/" title="Linda Johnson" class="pt-cv-tax-linda-johnson">Linda Johnson</a>, <a href="/writer/ricki-lewis/" title="Ricki Lewis" class="pt-cv-tax-ricki-lewis">Ricki Lewis</a></span></div>
  2502. </div>
  2503. </div></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-99b2ab2j21">#pt-cv-view-0b666c735y .pt-cv-content-item { padding-top: 1px !important; padding-left: 1px !important; padding-bottom: 1px !important; padding-right: 1px !important; }
  2504. #pt-cv-view-0b666c735y  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2505. #pt-cv-view-0b666c735y  .pt-cv-ifield   { background-color: #ffffff !important; }
  2506. #pt-cv-view-0b666c735y .pt-cv-title a, #pt-cv-view-0b666c735y  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 15px !important; line-height: 1.1 !important; }
  2507. #pt-cv-view-0b666c735y  .pt-cv-title a:hover, #pt-cv-view-0b666c735y  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  2508. #pt-cv-view-0b666c735y  .pt-cv-content-item:hover .pt-cv-hover-wrapper::before   { background-color: rgba(0,0,0,0.3) !important; }
  2509. #pt-cv-view-0b666c735y:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  2510. #pt-cv-view-0b666c735y .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  2511. #pt-cv-view-0b666c735y .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2512. #pt-cv-view-0b666c735y .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; }
  2513. #pt-cv-view-0b666c735y .pt-cv-specialp { background-color: #CC3333 !important }
  2514. #pt-cv-view-0b666c735y .pt-cv-specialp * { color: #fff !important; }
  2515. #pt-cv-view-0b666c735y .pt-cv-pficon  { color: #bbb !important; }
  2516. #pt-cv-view-0b666c735y  .add_to_cart_button, #pt-cv-view-0b666c735y  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  2517. #pt-cv-view-0b666c735y  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  2518. #pt-cv-view-0b666c735y .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  2519. #pt-cv-view-0b666c735y .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  2520. #pt-cv-view-0b666c735y  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-0b666c735y  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  2521. [id^='pt-cv-filter-bar-0b666c735y'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-0b666c735y'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-0b666c735y'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-0b666c735y'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  2522. [id^='pt-cv-filter-bar-0b666c735y'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  2523. #pt-cv-gls-0b666c735y li a   { font-weight: 600 !important; }
  2524. #pt-cv-gls-0b666c735y li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  2525. #pt-cv-view-0b666c735y .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  2526. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2527. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-content-hover pt-cv-clickable pt-cv-force-mask pt-cv-overlay-bottom" id="pt-cv-view-f2c08f21of"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2115381"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2528. <a href="/2020/08/21/viewpoint-gmo-vs-non-gmo-foods-theres-no-difference-to-your-body-or-health/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="220" src="/wp-content/uploads/2020/08/lzxrobxctfmcouoz-wel-apparatus--300x220.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="lzxrobxctfmcouoz wel apparatus" loading="lazy" srcset="/wp-content/uploads/2020/08/lzxrobxctfmcouoz-wel-apparatus--300x220.jpg" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2529. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/21/viewpoint-gmo-vs-non-gmo-foods-theres-no-difference-to-your-body-or-health/" class="_self cvplbd" target="_self">Viewpoint: GMO vs non-GMO foods? There’s no difference to your body or health</a></h4>
  2530. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/lucy-stitzer/" title="Lucy Stitzer" class="pt-cv-tax-lucy-stitzer">Lucy Stitzer</a></span></div>
  2531. </div>
  2532. </div></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-3a5cc60avw">#pt-cv-view-f2c08f21of .pt-cv-content-item { padding-top: 1px !important; padding-left: 1px !important; padding-bottom: 1px !important; padding-right: 1px !important; }
  2533. #pt-cv-view-f2c08f21of  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2534. #pt-cv-view-f2c08f21of  .pt-cv-ifield   { background-color: #ffffff !important; }
  2535. #pt-cv-view-f2c08f21of .pt-cv-title a, #pt-cv-view-f2c08f21of  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 15px !important; line-height: 1.1 !important; }
  2536. #pt-cv-view-f2c08f21of  .pt-cv-title a:hover, #pt-cv-view-f2c08f21of  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  2537. #pt-cv-view-f2c08f21of  .pt-cv-content-item:hover .pt-cv-hover-wrapper::before   { background-color: rgba(0,0,0,0.3) !important; }
  2538. #pt-cv-view-f2c08f21of:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  2539. #pt-cv-view-f2c08f21of .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  2540. #pt-cv-view-f2c08f21of .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2541. #pt-cv-view-f2c08f21of .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; }
  2542. #pt-cv-view-f2c08f21of .pt-cv-specialp { background-color: #CC3333 !important }
  2543. #pt-cv-view-f2c08f21of .pt-cv-specialp * { color: #fff !important; }
  2544. #pt-cv-view-f2c08f21of .pt-cv-pficon  { color: #bbb !important; }
  2545. #pt-cv-view-f2c08f21of  .add_to_cart_button, #pt-cv-view-f2c08f21of  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  2546. #pt-cv-view-f2c08f21of  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  2547. #pt-cv-view-f2c08f21of .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  2548. #pt-cv-view-f2c08f21of .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  2549. #pt-cv-view-f2c08f21of  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-f2c08f21of  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  2550. [id^='pt-cv-filter-bar-f2c08f21of'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-f2c08f21of'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-f2c08f21of'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-f2c08f21of'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  2551. [id^='pt-cv-filter-bar-f2c08f21of'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  2552. #pt-cv-gls-f2c08f21of li a   { font-weight: 600 !important; }
  2553. #pt-cv-gls-f2c08f21of li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  2554. #pt-cv-view-f2c08f21of .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  2555. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2556. </div>
  2557. </div>
  2558. </div>
  2559. </div>
  2560. </div>
  2561. </div>
  2562. </div>
  2563. </div>
  2564. </section>
  2565. </div>
  2566. </div>
  2567. </div>
  2568. </div>
  2569. </div>
  2570. </div>
  2571. </div>
  2572. </div>
  2573. </div>
  2574. </div>
  2575. </div>
  2576. </section>
  2577. <section class="elementor-element elementor-element-1af55d0 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="1af55d0" data-element_type="section">
  2578. <div class="elementor-container elementor-column-gap-default">
  2579. <div class="elementor-row">
  2580. <div class="elementor-element elementor-element-7678426 elementor-column elementor-col-100 elementor-inner-column" data-id="7678426" data-element_type="column">
  2581. <div class="elementor-column-wrap  elementor-element-populated">
  2582. <div class="elementor-widget-wrap">
  2583. <div class="elementor-element elementor-element-b3632bb elementor-hidden-phone elementor-widget elementor-widget-template" data-id="b3632bb" data-element_type="widget" data-widget_type="template.default">
  2584. <div class="elementor-widget-container">
  2585. <div class="elementor-template">
  2586. <div data-elementor-type="section" data-elementor-id="2097363" class="elementor elementor-2097363" data-elementor-settings="[]">
  2587. <div class="elementor-inner">
  2588. <div class="elementor-section-wrap">
  2589. <section class="elementor-element elementor-element-7347b1c6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="7347b1c6" data-element_type="section">
  2590. <div class="elementor-container elementor-column-gap-no">
  2591. <div class="elementor-row">
  2592. <div class="elementor-element elementor-element-2374764c elementor-column elementor-col-100 elementor-inner-column" data-id="2374764c" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2593. <div class="elementor-column-wrap  elementor-element-populated">
  2594. <div class="elementor-widget-wrap">
  2595. <div class="elementor-element elementor-element-6872518c elementor-widget elementor-widget-shortcode" data-id="6872518c" data-element_type="widget" data-widget_type="shortcode.default">
  2596. <div class="elementor-widget-container">
  2597. <div class="elementor-shortcode">
  2598. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-ac57ad2gta"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  2599. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2331214"><div class="pt-cv-ifield">
  2600. <a href="/2020/08/20/viewpoint-how-growing-prosperity-and-technological-progress-defeated-environmental-pessimism/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2020/08/eco-anxiety-x--150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="eco anxiety x" loading="lazy" srcset="/wp-content/uploads/2020/08/eco-anxiety-x--150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2601. <div class="pt-cv-colwrap">
  2602. <h4 class="pt-cv-title"><a href="/2020/08/20/viewpoint-how-growing-prosperity-and-technological-progress-defeated-environmental-pessimism/" class="_self cvplbd" target="_self">Viewpoint: How prosperity and technology are defeating ‘environmental pessimism’</a></h4>
  2603. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/matt-ridley/" title="Matt Ridley" class="pt-cv-tax-matt-ridley">Matt Ridley</a></span></div>
  2604. </div>
  2605. </div></div>
  2606. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332354"><div class="pt-cv-ifield">
  2607. <a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2020/08/download-1-2-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="download" loading="lazy" srcset="/wp-content/uploads/2020/08/download-1-2-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2608. <div class="pt-cv-colwrap">
  2609. <h4 class="pt-cv-title"><a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self cvplbd" target="_self">Viewpoint: Media focus on COVID-19 deaths ignores lasting impact of ‘calamitous pandemic’</a></h4>
  2610. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/henry-miller/" title="Henry Miller" class="pt-cv-tax-henry-miller">Henry Miller</a>, <a href="/writer/josh-bloom/" title="Josh Bloom" class="pt-cv-tax-josh-bloom">Josh Bloom</a></span></div>
  2611. </div>
  2612. </div></div>
  2613. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332626"><div class="pt-cv-ifield">
  2614. <a href="#" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2017/11/hand-1-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="hand" loading="lazy" srcset="/wp-content/uploads/2017/11/hand-1-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2615. <div class="pt-cv-colwrap">
  2616. <h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">Podcast: Covid conspiracies; Cuba embraces GMOs; biotech vs. nature’s ‘mindless dangers’</a></h4>
  2617. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/cameron-english/" title="Cameron English" class="pt-cv-tax-cameron-english">Cameron English</a>, <a href="/writer/kevin-folta/" title="Kevin Folta" class="pt-cv-tax-kevin-folta">Kevin Folta</a></span></div>
  2618. </div>
  2619. </div></div>
  2620. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332655"><div class="pt-cv-ifield">
  2621. <a href="/2020/08/19/viewpoint-health-impact-of-chemicals-doubled-in-last-5-years-gullible-media-misreporting-flawed-studies-mislead-the-public/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2015/04/15-toxic-popup-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="TOXIC popup" loading="lazy" srcset="/wp-content/uploads/2015/04/15-toxic-popup-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2622. <div class="pt-cv-colwrap">
  2623. <h4 class="pt-cv-title"><a href="/2020/08/19/viewpoint-health-impact-of-chemicals-doubled-in-last-5-years-gullible-media-misreporting-flawed-studies-mislead-the-public/" class="_self cvplbd" target="_self">Viewpoint: ‘Health impact of chemicals doubled in last 5 years’? Gullible media misreporting flawed studies mislead the public</a></h4>
  2624. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/geoffrey-kabat/" title="Geoffrey Kabat" class="pt-cv-tax-geoffrey-kabat">Geoffrey Kabat</a></span></div>
  2625. </div>
  2626. </div></div>
  2627. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2329687"><div class="pt-cv-ifield">
  2628. <a href="/2020/08/18/viewpoint-how-body-building-culture-and-fad-diets-mislead-consumers-about-protein/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2020/08/screen-shot-at-pm-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="screen shot at pm" loading="lazy" srcset="/wp-content/uploads/2020/08/screen-shot-at-pm-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2629. <div class="pt-cv-colwrap">
  2630. <h4 class="pt-cv-title"><a href="/2020/08/18/viewpoint-how-body-building-culture-and-fad-diets-mislead-consumers-about-protein/" class="_self cvplbd" target="_self">Viewpoint: How body building culture and fad diets mislead consumers about protein</a></h4>
  2631. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/angela-dowden/" title="Angela Dowden" class="pt-cv-tax-angela-dowden">Angela Dowden</a></span></div>
  2632. </div>
  2633. </div></div>
  2634. </div></div></div> <style type="text/css" id="pt-cv-inline-style-9cf8312sm7">#pt-cv-view-ac57ad2gta .pt-cv-content-item { padding-top: 1px !important; padding-left: 0px !important; padding-bottom: 4px !important; padding-right: 0px !important; }
  2635. #pt-cv-view-ac57ad2gta  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2636. #pt-cv-view-ac57ad2gta .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  2637. #pt-cv-view-ac57ad2gta .pt-cv-title a, #pt-cv-view-ac57ad2gta  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  2638. #pt-cv-view-ac57ad2gta  .pt-cv-title a:hover, #pt-cv-view-ac57ad2gta  .panel-title:hover   { text-decoration: underline !important; }
  2639. #pt-cv-view-ac57ad2gta .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2640. #pt-cv-view-ac57ad2gta .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  2641. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2642. </div>
  2643. </div>
  2644. </div>
  2645. <div class="elementor-element elementor-element-7fcce66 elementor-widget elementor-widget-template" data-id="7fcce66" data-element_type="widget" data-widget_type="template.default">
  2646. <div class="elementor-widget-container">
  2647. <div class="elementor-template">
  2648. <div data-elementor-type="section" data-elementor-id="2097384" class="elementor elementor-2097384" data-elementor-settings="[]">
  2649. <div class="elementor-inner">
  2650. <div class="elementor-section-wrap">
  2651. <section class="elementor-element elementor-element-d042ad2 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="d042ad2" data-element_type="section">
  2652. <div class="elementor-container elementor-column-gap-default">
  2653. <div class="elementor-row">
  2654. <div class="elementor-element elementor-element-5f2973b elementor-column elementor-col-50 elementor-top-column" data-id="5f2973b" data-element_type="column">
  2655. <div class="elementor-column-wrap  elementor-element-populated">
  2656. <div class="elementor-widget-wrap">
  2657. <div class="elementor-element elementor-element-d47b943 elementor-align-justify elementor-widget elementor-widget-button" data-id="d47b943" data-element_type="widget" data-widget_type="button.default">
  2658. <div class="elementor-widget-container">
  2659. <div class="elementor-button-wrapper">
  2660. <a href="/category/genetrends-food-agriculture/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
  2661. <span class="elementor-button-content-wrapper">
  2662. <span class="elementor-button-text">More Food &amp; Agriculture Features</span>
  2663. </span>
  2664. </a>
  2665. </div>
  2666. </div>
  2667. </div>
  2668. </div>
  2669. </div>
  2670. </div>
  2671. <div class="elementor-element elementor-element-18f9d23 elementor-column elementor-col-50 elementor-top-column" data-id="18f9d23" data-element_type="column">
  2672. <div class="elementor-column-wrap  elementor-element-populated">
  2673. <div class="elementor-widget-wrap">
  2674. <div class="elementor-element elementor-element-a71de42 elementor-align-justify elementor-widget elementor-widget-button" data-id="a71de42" data-element_type="widget" data-widget_type="button.default">
  2675. <div class="elementor-widget-container">
  2676. <div class="elementor-button-wrapper">
  2677. <a href="/category/gene-ius/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
  2678. <span class="elementor-button-content-wrapper">
  2679. <span class="elementor-button-text">More Human Genetics Features</span>
  2680. </span>
  2681. </a>
  2682. </div>
  2683. </div>
  2684. </div>
  2685. </div>
  2686. </div>
  2687. </div>
  2688. </div>
  2689. </div>
  2690. </section>
  2691. </div>
  2692. </div>
  2693. </div>
  2694. </div>
  2695. </div>
  2696. </div>
  2697. </div>
  2698. </div>
  2699. </div>
  2700. </div>
  2701. </div>
  2702. </section>
  2703. </div>
  2704. </div>
  2705. </div>
  2706. </div>
  2707. </div>
  2708. </div>
  2709. <div class="elementor-element elementor-element-4e5ed64 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-template" data-id="4e5ed64" data-element_type="widget" data-widget_type="template.default">
  2710. <div class="elementor-widget-container">
  2711. <div class="elementor-template">
  2712. <div data-elementor-type="section" data-elementor-id="2097392" class="elementor elementor-2097392" data-elementor-settings="[]">
  2713. <div class="elementor-inner">
  2714. <div class="elementor-section-wrap">
  2715. <section class="elementor-element elementor-element-20899218 elementor-section-full_width elementor-hidden-desktop elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="20899218" data-element_type="section">
  2716. <div class="elementor-container elementor-column-gap-default">
  2717. <div class="elementor-row">
  2718. <div class="elementor-element elementor-element-2baf2fc9 elementor-column elementor-col-100 elementor-top-column" data-id="2baf2fc9" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2719. <div class="elementor-column-wrap  elementor-element-populated">
  2720. <div class="elementor-widget-wrap">
  2721. <section class="elementor-element elementor-element-3e96b03d elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="3e96b03d" data-element_type="section" data-settings='{"background_background":"classic"}'>
  2722. <div class="elementor-container elementor-column-gap-default">
  2723. <div class="elementor-row">
  2724. <div class="elementor-element elementor-element-451cd78c elementor-column elementor-col-100 elementor-inner-column" data-id="451cd78c" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2725. <div class="elementor-column-wrap  elementor-element-populated">
  2726. <div class="elementor-widget-wrap">
  2727. <div class="elementor-element elementor-element-6252ae2a elementor-widget elementor-widget-image" data-id="6252ae2a" data-element_type="widget" data-widget_type="image.default">
  2728. <div class="elementor-widget-container">
  2729. <div class="elementor-image">
  2730. <a href="/">
  2731. <img width="996" height="127" src="/wp-content/uploads/2019/02/glp-logo-2x-996-minified.png" class="attachment-large size-large" alt="glp logo x minified" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2019/02/glp-logo-2x-996-minified.png 996w, https://geneticliteracyproject.org/wp-content/uploads/2019/02/glp-logo-2x-996-minified-300x38.png 300w" sizes="(max-width: 996px) 100vw, 996px"> </a>
  2732. </div>
  2733. </div>
  2734. </div>
  2735. </div>
  2736. </div>
  2737. </div>
  2738. </div>
  2739. </div>
  2740. </section>
  2741. <section class="elementor-element elementor-element-51901cbc elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="51901cbc" data-element_type="section" data-settings='{"background_background":"classic"}'>
  2742. <div class="elementor-container elementor-column-gap-default">
  2743. <div class="elementor-row">
  2744. <div class="elementor-element elementor-element-417962a2 elementor-column elementor-col-100 elementor-inner-column" data-id="417962a2" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2745. <div class="elementor-column-wrap  elementor-element-populated">
  2746. <div class="elementor-widget-wrap">
  2747. <div class="elementor-element elementor-element-419dc272 elementor-widget elementor-widget-shortcode" data-id="419dc272" data-element_type="widget" data-widget_type="shortcode.default">
  2748. <div class="elementor-widget-container">
  2749. <div class="elementor-shortcode"><div style="text-align: center">August 24, 2020</div></div>
  2750. </div>
  2751. </div>
  2752. <div class="elementor-element elementor-element-6a830d elementor-hidden-desktop elementor-widget elementor-widget-heading" data-id="6a830d" data-element_type="widget" data-widget_type="heading.default">
  2753. <div class="elementor-widget-container">
  2754. <h2 class="elementor-heading-title elementor-size-default">Featured Articles</h2> </div>
  2755. </div>
  2756. <div class="elementor-element elementor-element-3e2a6af8 elementor-widget elementor-widget-shortcode" data-id="3e2a6af8" data-element_type="widget" data-widget_type="shortcode.default">
  2757. <div class="elementor-widget-container">
  2758. <div class="elementor-shortcode">
  2759. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-content-hover pt-cv-clickable pt-cv-force-mask pt-cv-overlay-bottom" id="pt-cv-view-ead1af8n50"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  2760. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2761. <a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="150" src="/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-300x150.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="gene editing invitro crispr and cows x a" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-300x150.jpg 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-1024x512.jpg 1024w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2762. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self cvplbd" target="_self">CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way</a></h4>
  2763. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/dyllan-furness/" title="Dyllan Furness" class="pt-cv-tax-dyllan-furness">Dyllan Furness</a></span></div>
  2764. </div>
  2765. </div></div></div>
  2766. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330870"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2767. <a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="169" src="/wp-content/uploads/2020/08/unnamed-file-1-300x169.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="unnamed file" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/08/unnamed-file-1-300x169.jpg 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/unnamed-file-1-1024x576.jpg 1024w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/unnamed-file-1-1536x864.jpg 1536w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/unnamed-file-1.jpg 1920w" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2768. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self cvplbd" target="_self">Is artificial intelligence (AI) medicine racially biased?</a></h4>
  2769. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/rod-mccullom/" title="Rod McCullom" class="pt-cv-tax-rod-mccullom">Rod McCullom</a></span></div>
  2770. </div>
  2771. </div></div></div>
  2772. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2115381"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2773. <a href="/2020/08/21/viewpoint-gmo-vs-non-gmo-foods-theres-no-difference-to-your-body-or-health/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="200" src="/wp-content/uploads/2020/08/lzxrobxctfmcouoz-wel-apparatus--300x200.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="lzxrobxctfmcouoz wel apparatus" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/08/lzxrobxctfmcouoz-wel-apparatus--300x200.jpg 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/lzxrobxctfmcouoz-wel-apparatus-.jpg 900w" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2774. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/21/viewpoint-gmo-vs-non-gmo-foods-theres-no-difference-to-your-body-or-health/" class="_self cvplbd" target="_self">Viewpoint: GMO vs non-GMO foods? There’s no difference to your body or health</a></h4>
  2775. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/lucy-stitzer/" title="Lucy Stitzer" class="pt-cv-tax-lucy-stitzer">Lucy Stitzer</a></span></div>
  2776. </div>
  2777. </div></div></div>
  2778. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333455"><div class="pt-cv-ifield"><div class="pt-cv-hover-wrapper">
  2779. <a href="/2020/08/21/gene-therapy-for-hemophilia-delayed-until-2022-after-fda-rejects-one-time-treatment-shocking-doctors-and-scientists/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="300" height="169" src="/wp-content/uploads/2020/08/genetic-blood-disorders-g-rf-x--300x169.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="genetic blood disorders g rf x" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/08/genetic-blood-disorders-g-rf-x--300x169.jpg 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/genetic-blood-disorders-g-rf-x-.jpg 860w" sizes="(max-width: 300px) 100vw, 300px"></a><div class="pt-cv-mask">
  2780. <h4 class="pt-cv-animation-left pt-cv-title"><a href="/2020/08/21/gene-therapy-for-hemophilia-delayed-until-2022-after-fda-rejects-one-time-treatment-shocking-doctors-and-scientists/" class="_self cvplbd" target="_self">Gene therapy for hemophilia delayed until 2022 after FDA rejects one-time treatment, shocking doctors and scientists</a></h4>
  2781. <div class="pt-cv-animation-right pt-cv-meta-fields"><span class="terms"> <a href="/writer/linda-johnson/" title="Linda Johnson" class="pt-cv-tax-linda-johnson">Linda Johnson</a>, <a href="/writer/ricki-lewis/" title="Ricki Lewis" class="pt-cv-tax-ricki-lewis">Ricki Lewis</a></span></div>
  2782. </div>
  2783. </div></div></div>
  2784. </div></div></div> <style type="text/css" id="pt-cv-inline-style-0db6a28qu7">#pt-cv-view-ead1af8n50 .pt-cv-content-item { padding-top: 1px !important; padding-left: 1px !important; padding-bottom: 1px !important; padding-right: 1px !important; }
  2785. #pt-cv-view-ead1af8n50  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2786. #pt-cv-view-ead1af8n50  .pt-cv-ifield   { background-color: #ffffff !important; }
  2787. #pt-cv-view-ead1af8n50 .pt-cv-title a, #pt-cv-view-ead1af8n50  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 15px !important; line-height: 1.1 !important; }
  2788. #pt-cv-view-ead1af8n50  .pt-cv-title a:hover, #pt-cv-view-ead1af8n50  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  2789. #pt-cv-view-ead1af8n50  .pt-cv-content-item:hover .pt-cv-hover-wrapper::before   { background-color: rgba(0,0,0,0.3) !important; }
  2790. #pt-cv-view-ead1af8n50:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  2791. #pt-cv-view-ead1af8n50 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  2792. #pt-cv-view-ead1af8n50 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2793. #pt-cv-view-ead1af8n50 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; }
  2794. #pt-cv-view-ead1af8n50 .pt-cv-specialp { background-color: #CC3333 !important }
  2795. #pt-cv-view-ead1af8n50 .pt-cv-specialp * { color: #fff !important; }
  2796. #pt-cv-view-ead1af8n50 .pt-cv-pficon  { color: #bbb !important; }
  2797. #pt-cv-view-ead1af8n50  .add_to_cart_button, #pt-cv-view-ead1af8n50  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  2798. #pt-cv-view-ead1af8n50  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  2799. #pt-cv-view-ead1af8n50 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  2800. #pt-cv-view-ead1af8n50 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  2801. #pt-cv-view-ead1af8n50  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-ead1af8n50  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  2802. [id^='pt-cv-filter-bar-ead1af8n50'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-ead1af8n50'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-ead1af8n50'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-ead1af8n50'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  2803. [id^='pt-cv-filter-bar-ead1af8n50'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  2804. #pt-cv-gls-ead1af8n50 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  2805. #pt-cv-view-ead1af8n50 .pt-cv-gls-header  { color: #fff !important; background-color: #00aeef !important; }</style>
  2806. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2807. </div>
  2808. </div>
  2809. </div>
  2810. <div class="elementor-element elementor-element-59d054e elementor-widget elementor-widget-shortcode" data-id="59d054e" data-element_type="widget" data-widget_type="shortcode.default">
  2811. <div class="elementor-widget-container">
  2812. <div class="elementor-shortcode">
  2813. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-ac57ad2gta"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  2814. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2331214"><div class="pt-cv-ifield">
  2815. <a href="/2020/08/20/viewpoint-how-growing-prosperity-and-technological-progress-defeated-environmental-pessimism/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2020/08/eco-anxiety-x--150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="eco anxiety x" loading="lazy" srcset="/wp-content/uploads/2020/08/eco-anxiety-x--150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2816. <div class="pt-cv-colwrap">
  2817. <h4 class="pt-cv-title"><a href="/2020/08/20/viewpoint-how-growing-prosperity-and-technological-progress-defeated-environmental-pessimism/" class="_self cvplbd" target="_self">Viewpoint: How prosperity and technology are defeating ‘environmental pessimism’</a></h4>
  2818. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/matt-ridley/" title="Matt Ridley" class="pt-cv-tax-matt-ridley">Matt Ridley</a></span></div>
  2819. </div>
  2820. </div></div>
  2821. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332354"><div class="pt-cv-ifield">
  2822. <a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2020/08/download-1-2-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="download" loading="lazy" srcset="/wp-content/uploads/2020/08/download-1-2-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2823. <div class="pt-cv-colwrap">
  2824. <h4 class="pt-cv-title"><a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self cvplbd" target="_self">Viewpoint: Media focus on COVID-19 deaths ignores lasting impact of ‘calamitous pandemic’</a></h4>
  2825. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/henry-miller/" title="Henry Miller" class="pt-cv-tax-henry-miller">Henry Miller</a>, <a href="/writer/josh-bloom/" title="Josh Bloom" class="pt-cv-tax-josh-bloom">Josh Bloom</a></span></div>
  2826. </div>
  2827. </div></div>
  2828. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332626"><div class="pt-cv-ifield">
  2829. <a href="#" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2017/11/hand-1-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="hand" loading="lazy" srcset="/wp-content/uploads/2017/11/hand-1-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2830. <div class="pt-cv-colwrap">
  2831. <h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">Podcast: Covid conspiracies; Cuba embraces GMOs; biotech vs. nature’s ‘mindless dangers’</a></h4>
  2832. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/cameron-english/" title="Cameron English" class="pt-cv-tax-cameron-english">Cameron English</a>, <a href="/writer/kevin-folta/" title="Kevin Folta" class="pt-cv-tax-kevin-folta">Kevin Folta</a></span></div>
  2833. </div>
  2834. </div></div>
  2835. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332655"><div class="pt-cv-ifield">
  2836. <a href="/2020/08/19/viewpoint-health-impact-of-chemicals-doubled-in-last-5-years-gullible-media-misreporting-flawed-studies-mislead-the-public/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2015/04/15-toxic-popup-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="TOXIC popup" loading="lazy" srcset="/wp-content/uploads/2015/04/15-toxic-popup-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2837. <div class="pt-cv-colwrap">
  2838. <h4 class="pt-cv-title"><a href="/2020/08/19/viewpoint-health-impact-of-chemicals-doubled-in-last-5-years-gullible-media-misreporting-flawed-studies-mislead-the-public/" class="_self cvplbd" target="_self">Viewpoint: ‘Health impact of chemicals doubled in last 5 years’? Gullible media misreporting flawed studies mislead the public</a></h4>
  2839. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/geoffrey-kabat/" title="Geoffrey Kabat" class="pt-cv-tax-geoffrey-kabat">Geoffrey Kabat</a></span></div>
  2840. </div>
  2841. </div></div>
  2842. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2329687"><div class="pt-cv-ifield">
  2843. <a href="/2020/08/18/viewpoint-how-body-building-culture-and-fad-diets-mislead-consumers-about-protein/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd" target="_self"><img width="65" height="65" src="/wp-content/uploads/2020/08/screen-shot-at-pm-150x150-65x65.jpg" class="pt-cv-thumbnail img-shadow pull-left no-lazyload " alt="screen shot at pm" loading="lazy" srcset="/wp-content/uploads/2020/08/screen-shot-at-pm-150x150-65x65.jpg" sizes="(max-width: 65px) 100vw, 65px"></a>
  2844. <div class="pt-cv-colwrap">
  2845. <h4 class="pt-cv-title"><a href="/2020/08/18/viewpoint-how-body-building-culture-and-fad-diets-mislead-consumers-about-protein/" class="_self cvplbd" target="_self">Viewpoint: How body building culture and fad diets mislead consumers about protein</a></h4>
  2846. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/angela-dowden/" title="Angela Dowden" class="pt-cv-tax-angela-dowden">Angela Dowden</a></span></div>
  2847. </div>
  2848. </div></div>
  2849. </div></div></div> <style type="text/css" id="pt-cv-inline-style-7559333xba">#pt-cv-view-ac57ad2gta .pt-cv-content-item { padding-top: 1px !important; padding-left: 0px !important; padding-bottom: 4px !important; padding-right: 0px !important; }
  2850. #pt-cv-view-ac57ad2gta  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2851. #pt-cv-view-ac57ad2gta .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  2852. #pt-cv-view-ac57ad2gta .pt-cv-title a, #pt-cv-view-ac57ad2gta  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  2853. #pt-cv-view-ac57ad2gta  .pt-cv-title a:hover, #pt-cv-view-ac57ad2gta  .panel-title:hover   { text-decoration: underline !important; }
  2854. #pt-cv-view-ac57ad2gta .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2855. #pt-cv-view-ac57ad2gta .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  2856. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2857. </div>
  2858. </div>
  2859. </div>
  2860. <div class="elementor-element elementor-element-bebd3fd elementor-widget elementor-widget-template" data-id="bebd3fd" data-element_type="widget" data-widget_type="template.default">
  2861. <div class="elementor-widget-container">
  2862. <div class="elementor-template">
  2863. <div data-elementor-type="section" data-elementor-id="2097384" class="elementor elementor-2097384" data-elementor-settings="[]">
  2864. <div class="elementor-inner">
  2865. <div class="elementor-section-wrap">
  2866. <section class="elementor-element elementor-element-d042ad2 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="d042ad2" data-element_type="section">
  2867. <div class="elementor-container elementor-column-gap-default">
  2868. <div class="elementor-row">
  2869. <div class="elementor-element elementor-element-5f2973b elementor-column elementor-col-50 elementor-top-column" data-id="5f2973b" data-element_type="column">
  2870. <div class="elementor-column-wrap  elementor-element-populated">
  2871. <div class="elementor-widget-wrap">
  2872. <div class="elementor-element elementor-element-d47b943 elementor-align-justify elementor-widget elementor-widget-button" data-id="d47b943" data-element_type="widget" data-widget_type="button.default">
  2873. <div class="elementor-widget-container">
  2874. <div class="elementor-button-wrapper">
  2875. <a href="/category/genetrends-food-agriculture/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
  2876. <span class="elementor-button-content-wrapper">
  2877. <span class="elementor-button-text">More Food &amp; Agriculture Features</span>
  2878. </span>
  2879. </a>
  2880. </div>
  2881. </div>
  2882. </div>
  2883. </div>
  2884. </div>
  2885. </div>
  2886. <div class="elementor-element elementor-element-18f9d23 elementor-column elementor-col-50 elementor-top-column" data-id="18f9d23" data-element_type="column">
  2887. <div class="elementor-column-wrap  elementor-element-populated">
  2888. <div class="elementor-widget-wrap">
  2889. <div class="elementor-element elementor-element-a71de42 elementor-align-justify elementor-widget elementor-widget-button" data-id="a71de42" data-element_type="widget" data-widget_type="button.default">
  2890. <div class="elementor-widget-container">
  2891. <div class="elementor-button-wrapper">
  2892. <a href="/category/gene-ius/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
  2893. <span class="elementor-button-content-wrapper">
  2894. <span class="elementor-button-text">More Human Genetics Features</span>
  2895. </span>
  2896. </a>
  2897. </div>
  2898. </div>
  2899. </div>
  2900. </div>
  2901. </div>
  2902. </div>
  2903. </div>
  2904. </div>
  2905. </section>
  2906. </div>
  2907. </div>
  2908. </div>
  2909. </div>
  2910. </div>
  2911. </div>
  2912. </div>
  2913. </div>
  2914. </div>
  2915. </div>
  2916. </div>
  2917. </section>
  2918. </div>
  2919. </div>
  2920. </div>
  2921. </div>
  2922. </div>
  2923. </section>
  2924. </div>
  2925. </div>
  2926. </div>
  2927. </div>
  2928. </div>
  2929. </div>
  2930. <div class="elementor-element elementor-element-5e9709b elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-sidebar" data-id="5e9709b" data-element_type="widget" data-widget_type="sidebar.default">
  2931. <div class="elementor-widget-container">
  2932. <style type="text/css">.widget#elementor-library-5 input, .widget#elementor-library-5 textarea{}.widget#elementor-library-5 input[type="submit"], .widget#elementor-library-5 button{}</style>
  2933. <aside id="elementor-library-5" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2147031" class="elementor elementor-2147031" data-elementor-settings="[]">
  2934. <div class="elementor-inner">
  2935. <div class="elementor-section-wrap">
  2936. <section class="elementor-element elementor-element-392164db elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="392164db" data-element_type="section" data-settings='{"background_background":"classic"}'>
  2937. <div class="elementor-container elementor-column-gap-no">
  2938. <div class="elementor-row">
  2939. <div class="elementor-element elementor-element-aa6290f elementor-column elementor-col-100 elementor-inner-column" data-id="aa6290f" data-element_type="column" data-settings='{"background_background":"classic"}'>
  2940. <div class="elementor-column-wrap  elementor-element-populated">
  2941. <div class="elementor-widget-wrap">
  2942. <div class="elementor-element elementor-element-d811c83 elementor-widget elementor-widget-image" data-id="d811c83" data-element_type="widget" data-widget_type="image.default">
  2943. <div class="elementor-widget-container">
  2944. <div class="elementor-image">
  2945. <img width="1200" height="160" src="/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x.png" class="attachment-full size-full" alt="Outbreak" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x.png 1200w, https://geneticliteracyproject.org/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x-300x40.png 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x-1024x137.png 1024w" sizes="(max-width: 1200px) 100vw, 1200px"> </div>
  2946. </div>
  2947. </div>
  2948. <div class="elementor-element elementor-element-7434e8ad elementor-hidden-phone elementor-widget elementor-widget-shortcode" data-id="7434e8ad" data-element_type="widget" data-widget_type="shortcode.default">
  2949. <div class="elementor-widget-container">
  2950. <div class="elementor-shortcode">
  2951. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-b625bcci2k"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  2952. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2330870"><div class="pt-cv-ifield">
  2953. <a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"><img width="50" height="50" src="/wp-content/uploads/2020/08/unnamed-file-1-50x50.jpg" class="pt-cv-thumbnail img-circle pull-left no-lazyload " alt="unnamed file" loading="lazy"></a>
  2954. <div class="pt-cv-colwrap">
  2955. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/rod-mccullom/" title="Rod McCullom" class="pt-cv-tax-rod-mccullom">Rod McCullom</a></span></div>
  2956. <h4 class="pt-cv-title"><a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self cvplbd" target="_self">Is artificial intelligence (AI) medicine racially biased?</a></h4>
  2957. </div>
  2958. </div></div>
  2959. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332354"><div class="pt-cv-ifield">
  2960. <a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"><img width="50" height="50" src="/wp-content/uploads/2020/08/download-1-2-50x50.jpg" class="pt-cv-thumbnail img-circle pull-left no-lazyload " alt="download" loading="lazy"></a>
  2961. <div class="pt-cv-colwrap">
  2962. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/henry-miller/" title="Henry Miller" class="pt-cv-tax-henry-miller">Henry Miller</a>, <a href="/writer/josh-bloom/" title="Josh Bloom" class="pt-cv-tax-josh-bloom">Josh Bloom</a></span></div>
  2963. <h4 class="pt-cv-title"><a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Viewpoint: Media focus on COVID-19 deaths ignores lasting impact of ‘calamitous pandemic’</a></h4>
  2964. </div>
  2965. </div></div>
  2966. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2330277"><div class="pt-cv-ifield">
  2967. <a href="/2020/08/17/why-sars-disappeared-in-2003-while-the-coronavirus-keeps-on-spreading/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"><img width="50" height="50" src="/wp-content/uploads/2020/08/e-bdd-b-b-d--50x50.jpg" class="pt-cv-thumbnail img-circle pull-left no-lazyload " alt="e bdd b b d" loading="lazy"></a>
  2968. <div class="pt-cv-colwrap">
  2969. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/bob-holmes/" title="Bob Holmes" class="pt-cv-tax-bob-holmes">Bob Holmes</a></span></div>
  2970. <h4 class="pt-cv-title"><a href="/2020/08/17/why-sars-disappeared-in-2003-while-the-coronavirus-keeps-on-spreading/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Why SARS disappeared in 2003 while the coronavirus keeps on spreading</a></h4>
  2971. </div>
  2972. </div></div>
  2973. </div></div></div> <style type="text/css" id="pt-cv-inline-style-abf24fd1vk">#pt-cv-view-b625bcci2k .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  2974. #pt-cv-view-b625bcci2k  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  2975. #pt-cv-view-b625bcci2k .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  2976. #pt-cv-view-b625bcci2k .pt-cv-title a, #pt-cv-view-b625bcci2k  .panel-title { font-family: 'Playfair Display', Arial, serif !important; font-size: 15px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  2977. #pt-cv-view-b625bcci2k  .pt-cv-title a:hover, #pt-cv-view-b625bcci2k  .panel-title:hover   { text-decoration: underline !important; }
  2978. #pt-cv-view-b625bcci2k  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  2979. #pt-cv-view-b625bcci2k:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  2980. #pt-cv-view-b625bcci2k .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  2981. #pt-cv-view-b625bcci2k .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  2982. #pt-cv-view-b625bcci2k .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 13px !important; line-height: 1.3 !important; color: #54595f !important; }
  2983. #pt-cv-view-b625bcci2k .pt-cv-specialp { background-color: rgba(214,95,69,0.4) !important }
  2984. #pt-cv-view-b625bcci2k .pt-cv-specialp * { color: #fff !important; }
  2985. #pt-cv-view-b625bcci2k .pt-cv-pficon  { color: #bbb !important; }
  2986. #pt-cv-view-b625bcci2k  .add_to_cart_button, #pt-cv-view-b625bcci2k  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  2987. #pt-cv-view-b625bcci2k  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  2988. #pt-cv-view-b625bcci2k .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  2989. #pt-cv-view-b625bcci2k .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  2990. #pt-cv-view-b625bcci2k  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-b625bcci2k  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  2991. [id^='pt-cv-filter-bar-b625bcci2k'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-b625bcci2k'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-b625bcci2k'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-b625bcci2k'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  2992. [id^='pt-cv-filter-bar-b625bcci2k'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  2993. #pt-cv-gls-b625bcci2k li a   { font-weight: 600 !important; }
  2994. #pt-cv-gls-b625bcci2k li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  2995. #pt-cv-view-b625bcci2k .pt-cv-gls-header  { background-color: #00aeef !important; }
  2996. #pt-cv-view-b625bcci2k .cvp-responsive-image[style*="background-image"] { width: 50px; height: 50px; }</style>
  2997. <link href="/fontsgoo/css-familyplayfairdisplay.html" rel="stylesheet" type="text/css">
  2998. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  2999. </div>
  3000. </div>
  3001. </div>
  3002. <div class="elementor-element elementor-element-5f27baf elementor-hidden-phone elementor-widget elementor-widget-text-editor" data-id="5f27baf" data-element_type="widget" data-widget_type="text-editor.default">
  3003. <div class="elementor-widget-container">
  3004. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px; margin-top: -10px;"><a style="color: #000000;" href="/category/outbreak/"><strong>More</strong>…</a></div></div>
  3005. </div>
  3006. </div>
  3007. <div class="elementor-element elementor-element-7f6687a8 elementor-widget-divider--view-line_text elementor-hidden-phone elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="7f6687a8" data-element_type="widget" data-widget_type="divider.default">
  3008. <div class="elementor-widget-container">
  3009. <div class="elementor-divider">
  3010. <span class="elementor-divider-separator">
  3011. <span class="elementor-divider__text elementor-divider__element">Outbreak Daily Digest</span>
  3012. </span>
  3013. </div>
  3014. </div>
  3015. </div>
  3016. <div class="elementor-element elementor-element-5592a47 elementor-widget elementor-widget-shortcode" data-id="5592a47" data-element_type="widget" data-widget_type="shortcode.default">
  3017. <div class="elementor-widget-container">
  3018. <div class="elementor-shortcode">
  3019. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-514acf67pm"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3020. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2331531"><div class="pt-cv-ifield">
  3021. <a href="/2020/08/24/will-schools-maintain-immunization-requirements-as-vaccination-rates-plunge/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3022. <div class="pt-cv-colwrap">
  3023. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/washington-post/" title="Washington Post" class="pt-cv-tax-washington-post">Washington Post</a></span></div>
  3024. <h4 class="pt-cv-title"><a href="/2020/08/24/will-schools-maintain-immunization-requirements-as-vaccination-rates-plunge/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Will schools maintain immunization requirements as vaccination rates plunge?</a></h4>
  3025. </div>
  3026. </div></div>
  3027. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2330364"><div class="pt-cv-ifield">
  3028. <a href="/2020/08/24/future-pandemics-where-dangerous-pathogens-lie-in-wait/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3029. <div class="pt-cv-colwrap">
  3030. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/genetic-engineering-biotechnology-news/" title="Genetic Engineering &amp; Biotechnology News" class="pt-cv-tax-genetic-engineering-biotechnology-news">Genetic Engineering &amp; Biotechnology News</a></span></div>
  3031. <h4 class="pt-cv-title"><a href="/2020/08/24/future-pandemics-where-dangerous-pathogens-lie-in-wait/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Future pandemics: Where dangerous pathogens lie in wait</a></h4>
  3032. </div>
  3033. </div></div>
  3034. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332321"><div class="pt-cv-ifield">
  3035. <a href="/2020/08/24/trump-administration-cdc-fumbling-efforts-to-push-back-against-vaccine-deniers/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3036. <div class="pt-cv-colwrap">
  3037. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/cnn-2/" title="CNN" class="pt-cv-tax-cnn-2">CNN</a></span></div>
  3038. <h4 class="pt-cv-title"><a href="/2020/08/24/trump-administration-cdc-fumbling-efforts-to-push-back-against-vaccine-deniers/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Trump administration, CDC fumbling efforts to push back against vaccine deniers</a></h4>
  3039. </div>
  3040. </div></div>
  3041. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332673"><div class="pt-cv-ifield">
  3042. <a href="/2020/08/21/podcast-vaccines-take-years-to-develop-this-one-took-43-days/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3043. <div class="pt-cv-colwrap">
  3044. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/talking-biotech/" title="Talking Biotech" class="pt-cv-tax-talking-biotech">Talking Biotech</a></span></div>
  3045. <h4 class="pt-cv-title"><a href="/2020/08/21/podcast-vaccines-take-years-to-develop-this-one-took-43-days/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Podcast: Vaccines take years to develop? This one took 43 days</a></h4>
  3046. </div>
  3047. </div></div>
  3048. </div></div></div> <style type="text/css" id="pt-cv-inline-style-f4238651vp">#pt-cv-view-514acf67pm .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3049. #pt-cv-view-514acf67pm  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3050. #pt-cv-view-514acf67pm .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; }
  3051. #pt-cv-view-514acf67pm .pt-cv-title a, #pt-cv-view-514acf67pm  .panel-title { font-family: 'Playfair Display', Arial, serif !important; font-size: 15px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  3052. #pt-cv-view-514acf67pm  .pt-cv-title a:hover, #pt-cv-view-514acf67pm  .panel-title:hover   { text-decoration: underline !important; }
  3053. #pt-cv-view-514acf67pm  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3054. #pt-cv-view-514acf67pm:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3055. #pt-cv-view-514acf67pm .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3056. #pt-cv-view-514acf67pm .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3057. #pt-cv-view-514acf67pm .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 13px !important; line-height: 1.3 !important; color: #54595f !important; }
  3058. #pt-cv-view-514acf67pm .pt-cv-specialp { background-color: rgba(214,95,69,0.4) !important }
  3059. #pt-cv-view-514acf67pm .pt-cv-specialp * { color: #fff !important; }
  3060. #pt-cv-view-514acf67pm .pt-cv-pficon  { color: #bbb !important; }
  3061. #pt-cv-view-514acf67pm  .add_to_cart_button, #pt-cv-view-514acf67pm  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3062. #pt-cv-view-514acf67pm  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3063. #pt-cv-view-514acf67pm .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3064. #pt-cv-view-514acf67pm .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3065. #pt-cv-view-514acf67pm  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-514acf67pm  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  3066. [id^='pt-cv-filter-bar-514acf67pm'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-514acf67pm'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-514acf67pm'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-514acf67pm'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3067. [id^='pt-cv-filter-bar-514acf67pm'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3068. #pt-cv-gls-514acf67pm li a   { font-weight: 600 !important; }
  3069. #pt-cv-gls-514acf67pm li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3070. #pt-cv-view-514acf67pm .pt-cv-gls-header  { background-color: #00aeef !important; }
  3071. #pt-cv-view-514acf67pm .cvp-responsive-image[style*="background-image"] { width: 50px; height: 50px; }</style>
  3072. <link href="/fontsgoo/css-familyplayfairdisplay.html" rel="stylesheet" type="text/css">
  3073. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3074. </div>
  3075. </div>
  3076. </div>
  3077. <div class="elementor-element elementor-element-1de5821 elementor-widget elementor-widget-text-editor" data-id="1de5821" data-element_type="widget" data-widget_type="text-editor.default">
  3078. <div class="elementor-widget-container">
  3079. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px; margin-top: -10px;"><a style="color: #000000;" href="/category/outbreak/"><strong>More</strong>…</a></div></div>
  3080. </div>
  3081. </div>
  3082. </div>
  3083. </div>
  3084. </div>
  3085. </div>
  3086. </div>
  3087. </section>
  3088. </div>
  3089. </div>
  3090. </div>
  3091. </aside> </div>
  3092. </div>
  3093. </div>
  3094. </div>
  3095. </div>
  3096. </div>
  3097. </div>
  3098. </section>
  3099. <section class="elementor-element elementor-element-87c6705 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="87c6705" data-element_type="section">
  3100. <div class="elementor-container elementor-column-gap-default">
  3101. <div class="elementor-row">
  3102. <div class="elementor-element elementor-element-7056044 elementor-column elementor-col-100 elementor-inner-column" data-id="7056044" data-element_type="column">
  3103. <div class="elementor-column-wrap  elementor-element-populated">
  3104. <div class="elementor-widget-wrap">
  3105. <div class="elementor-element elementor-element-5c48855 elementor-widget elementor-widget-template" data-id="5c48855" data-element_type="widget" data-widget_type="template.default">
  3106. <div class="elementor-widget-container">
  3107. <div class="elementor-template">
  3108. <div data-elementor-type="section" data-elementor-id="2097421" class="elementor elementor-2097421" data-elementor-settings="[]">
  3109. <div class="elementor-inner">
  3110. <div class="elementor-section-wrap">
  3111. <section class="elementor-element elementor-element-ae2cddd elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="ae2cddd" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3112. <div class="elementor-container elementor-column-gap-no">
  3113. <div class="elementor-row">
  3114. <div class="elementor-element elementor-element-3c8a18e4 elementor-column elementor-col-100 elementor-inner-column" data-id="3c8a18e4" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3115. <div class="elementor-column-wrap  elementor-element-populated">
  3116. <div class="elementor-widget-wrap">
  3117. <div class="elementor-element elementor-element-46654a7a elementor-widget elementor-widget-heading" data-id="46654a7a" data-element_type="widget" data-widget_type="heading.default">
  3118. <div class="elementor-widget-container">
  3119. <h2 class="elementor-heading-title elementor-size-default"><a href="/podcasts/"></a></h2>
  3120. <table style="width: 100%; border-width: 0px; margin-bottom: 4px; height: 56px">
  3121. <tbody>
  3122. <tr>
  3123. <td style="width: 56px; border-width: 0px; padding: 0px"><a href="/podcasts/"><img loading="lazy" title="podcasts" src="/wp-content/uploads/2019/02/podcast-section-header-image-x-.jpg" alt="podcasts" width="56" height="56"></a></td>
  3124. <td style="width: 49%; color: #ffffff; font-family: Georgia, Times New Roman, Times, serif; font-weight: bold; font-size: 22px;  border-width: 0px;  padding-left: 15px;">GLP Podcasts</td>
  3125. <td style="text-align: right;  border-width: 0px; font-family: open sans; font-size: 12px; font-weight: bold; vertical-align: bottom; padding-bottom: 10px; padding-right: 15px"><a href="/podcasts/" style=" color: #ffffff;">More...</a></td>
  3126. </tr>
  3127. </tbody>
  3128. </table> </div>
  3129. </div>
  3130. <div class="elementor-element elementor-element-e072421 elementor-widget elementor-widget-divider" data-id="e072421" data-element_type="widget" data-widget_type="divider.default">
  3131. <div class="elementor-widget-container">
  3132. <div class="elementor-divider">
  3133. <span class="elementor-divider-separator">
  3134. </span>
  3135. </div>
  3136. </div>
  3137. </div>
  3138. <div class="elementor-element elementor-element-2720ab0d elementor-widget elementor-widget-shortcode" data-id="2720ab0d" data-element_type="widget" data-widget_type="shortcode.default">
  3139. <div class="elementor-widget-container">
  3140. <div class="elementor-shortcode"><table style="width: 100%; border-width: 0px; margin-bottom: -10px">
  3141. <tbody>
  3142. <tr>
  3143. <td style="padding: 0px; width: 130px; border-width: 0px; vertical-align: top"><a href="/biotech-facts-fallacies/"><img loading="lazy" title="Science Facts &amp; Fallacies" src="/wp-content/uploads/2020/04/science-facts-and-fallacies-logo.jpg" alt="Biotech Facts &amp; Fallacies" width="130" height="65"></a></td>
  3144. <td style="padding-left: 10px; padding-top: 0px; border-width: 0px; vertical-align: top; margin-bottom: -10px">
  3145. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-86cc285xhj"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332626"><div class="pt-cv-ifield">
  3146. <h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">Podcast: Covid conspiracies; Cuba embraces GMOs; biotech vs. nature’s ‘mindless dangers’</a></h4>
  3147. <div class="pt-cv-meta-fields">
  3148. <span class="terms"> <a href="/writer/cameron-english/" title="Cameron English" class="pt-cv-tax-cameron-english">Cameron English</a>, <a href="/writer/kevin-folta/" title="Kevin Folta" class="pt-cv-tax-kevin-folta">Kevin Folta</a></span>&amp;nbsp|&amp;nbsp<span class="entry-date"> <time datetime="2020-08-19T00:01:38-04:00">August 19, 2020</time></span>
  3149. </div>
  3150. </div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-2149f95h1w">#pt-cv-view-86cc285xhj .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3151. #pt-cv-view-86cc285xhj  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3152. #pt-cv-view-86cc285xhj .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3153. #pt-cv-view-86cc285xhj .pt-cv-title a, #pt-cv-view-86cc285xhj  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3154. #pt-cv-view-86cc285xhj  .pt-cv-title a:hover, #pt-cv-view-86cc285xhj  .panel-title:hover   { color: #54595f !important; text-decoration: underline !important; }
  3155. #pt-cv-view-86cc285xhj .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3156. #pt-cv-view-86cc285xhj .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  3157. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3158. </td>
  3159. </tr>
  3160. </tbody>
  3161. </table></div>
  3162. </div>
  3163. </div>
  3164. <div class="elementor-element elementor-element-f76957b elementor-widget elementor-widget-shortcode" data-id="f76957b" data-element_type="widget" data-widget_type="shortcode.default">
  3165. <div class="elementor-widget-container">
  3166. <div class="elementor-shortcode"><table style="width: 100%; border-width: 0px; margin-bottom: -10px;">
  3167. <tbody>
  3168. <tr>
  3169. <td style="padding: 0px; width: 130px; border-width: 0px; vertical-align: top"><a href="/talking-biotech-kevin-folta/"><img loading="lazy" title="Talking Biotech" src="/wp-content/uploads/2019/02/final-talking-biotech.jpg" alt="Talking Biotech" width="130" height="65"></a></td>
  3170. <td style="padding-left: 10px; padding-top: 0px; border-width: 0px; vertical-align: top; margin-bottom: -10px">
  3171. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-b2390ca0l8"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2153957"><div class="pt-cv-ifield">
  3172. <h4 class="pt-cv-title"><a href="/2020/06/17/podcast-where-did-gmos-come-from-former-monsanto-scientist-recounts-the-advent-of-biotech-crops/" class="_self cvplbd" target="_self">Talking Biotech: Where did GMOs come from? Former Monsanto scientist Robb Fraley recounts the advent of biotech crops</a></h4>
  3173. <div class="pt-cv-meta-fields">
  3174. <span class="terms"> <a href="/writer/kevin-folta/" title="Kevin Folta" class="pt-cv-tax-kevin-folta">Kevin Folta</a>, <a href="/writer/robb-fraley/" title="Robb Fraley" class="pt-cv-tax-robb-fraley">Robb Fraley</a></span>&amp;nbsp|&amp;nbsp<span class="entry-date"> <time datetime="2020-06-17T07:10:54-04:00">June 17, 2020</time></span>
  3175. </div>
  3176. </div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-9b885d90sx">#pt-cv-view-b2390ca0l8 .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3177. #pt-cv-view-b2390ca0l8  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3178. #pt-cv-view-b2390ca0l8 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3179. #pt-cv-view-b2390ca0l8 .pt-cv-title a, #pt-cv-view-b2390ca0l8  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3180. #pt-cv-view-b2390ca0l8  .pt-cv-title a:hover, #pt-cv-view-b2390ca0l8  .panel-title:hover   { color: #54595f !important; text-decoration: underline !important; }
  3181. #pt-cv-view-b2390ca0l8 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3182. #pt-cv-view-b2390ca0l8 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  3183. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3184. </td>
  3185. </tr>
  3186. </tbody>
  3187. </table></div>
  3188. </div>
  3189. </div>
  3190. <div class="elementor-element elementor-element-aa0c969 elementor-widget elementor-widget-shortcode" data-id="aa0c969" data-element_type="widget" data-widget_type="shortcode.default">
  3191. <div class="elementor-widget-container">
  3192. <div class="elementor-shortcode"><table style="width: 100%; border-width: 0px; margin-bottom: -10px;">
  3193. <tbody>
  3194. <tr>
  3195. <td style="padding: 0px; width: 130px; border-width: 0px; vertical-align: top"><a href="/genetics-unzipped-kat-arney/"><img loading="lazy" title="Genetics Unzipped" src="/wp-content/uploads/2019/03/kat-genetics-unzipped.jpg" alt="Genetics Unzipped" width="130" height="65" style="border:1px solid #7a7a7a"></a></td>
  3196. <td style="padding-left: 10px; padding-top: 0px; border-width: 0px; vertical-align: top; margin-bottom: -10px">
  3197. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-fe48af5ems"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331437"><div class="pt-cv-ifield">
  3198. <h4 class="pt-cv-title"><a href="/2020/08/14/podcast-rebel-cell-cancer-evolution-and-the-science-of-life/" class="_self cvplbd" target="_self">Podcast: Rebel Cell: Cancer, evolution and the science of life</a></h4>
  3199. <div class="pt-cv-meta-fields">
  3200. <span class="terms"> <a href="/writer/kat-arney/" title="Kat Arney" class="pt-cv-tax-kat-arney">Kat Arney</a></span>&amp;nbsp|&amp;nbsp<span class="entry-date"> <time datetime="2020-08-14T00:01:58-04:00">August 14, 2020</time></span>
  3201. </div>
  3202. </div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-e2cf24fbwj">#pt-cv-view-fe48af5ems .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3203. #pt-cv-view-fe48af5ems  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3204. #pt-cv-view-fe48af5ems .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3205. #pt-cv-view-fe48af5ems .pt-cv-title a, #pt-cv-view-fe48af5ems  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3206. #pt-cv-view-fe48af5ems  .pt-cv-title a:hover, #pt-cv-view-fe48af5ems  .panel-title:hover   { color: #54595f !important; text-decoration: underline !important; }
  3207. #pt-cv-view-fe48af5ems .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3208. #pt-cv-view-fe48af5ems .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  3209. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3210. </td>
  3211. </tr>
  3212. </tbody>
  3213. </table></div>
  3214. </div>
  3215. </div>
  3216. </div>
  3217. </div>
  3218. </div>
  3219. </div>
  3220. </div>
  3221. </section>
  3222. </div>
  3223. </div>
  3224. </div>
  3225. </div>
  3226. </div>
  3227. </div>
  3228. </div>
  3229. </div>
  3230. </div>
  3231. </div>
  3232. </div>
  3233. </section>
  3234. </div>
  3235. </div>
  3236. </div>
  3237. <div class="elementor-element elementor-element-f45f135 elementor-column elementor-col-50 elementor-top-column" data-id="f45f135" data-element_type="column">
  3238. <div class="elementor-column-wrap  elementor-element-populated">
  3239. <div class="elementor-widget-wrap">
  3240. <section class="elementor-element elementor-element-447b8a5 elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="447b8a5" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3241. <div class="elementor-container elementor-column-gap-default">
  3242. <div class="elementor-row">
  3243. <div class="elementor-element elementor-element-c350507 elementor-column elementor-col-100 elementor-inner-column" data-id="c350507" data-element_type="column">
  3244. <div class="elementor-column-wrap  elementor-element-populated">
  3245. <div class="elementor-widget-wrap">
  3246. <div class="elementor-element elementor-element-edd1262 elementor-widget elementor-widget-sidebar" data-id="edd1262" data-element_type="widget" data-widget_type="sidebar.default">
  3247. <div class="elementor-widget-container">
  3248. <style type="text/css">.widget#elementor-library-5 input, .widget#elementor-library-5 textarea{}.widget#elementor-library-5 input[type="submit"], .widget#elementor-library-5 button{}</style>
  3249. <aside id="elementor-library-5" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2147031" class="elementor elementor-2147031" data-elementor-settings="[]">
  3250. <div class="elementor-inner">
  3251. <div class="elementor-section-wrap">
  3252. <section class="elementor-element elementor-element-392164db elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="392164db" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3253. <div class="elementor-container elementor-column-gap-no">
  3254. <div class="elementor-row">
  3255. <div class="elementor-element elementor-element-aa6290f elementor-column elementor-col-100 elementor-inner-column" data-id="aa6290f" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3256. <div class="elementor-column-wrap  elementor-element-populated">
  3257. <div class="elementor-widget-wrap">
  3258. <div class="elementor-element elementor-element-d811c83 elementor-widget elementor-widget-image" data-id="d811c83" data-element_type="widget" data-widget_type="image.default">
  3259. <div class="elementor-widget-container">
  3260. <div class="elementor-image">
  3261. <img width="1200" height="160" src="/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x.png" class="attachment-full size-full" alt="Outbreak" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x.png 1200w, https://geneticliteracyproject.org/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x-300x40.png 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/04/outlined-outbreak-new-subtitle-playfair-module-header-refined-modified@-x-1024x137.png 1024w" sizes="(max-width: 1200px) 100vw, 1200px"> </div>
  3262. </div>
  3263. </div>
  3264. <div class="elementor-element elementor-element-7434e8ad elementor-hidden-phone elementor-widget elementor-widget-shortcode" data-id="7434e8ad" data-element_type="widget" data-widget_type="shortcode.default">
  3265. <div class="elementor-widget-container">
  3266. <div class="elementor-shortcode">
  3267. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-b625bcci2k"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3268. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2330870"><div class="pt-cv-ifield">
  3269. <a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"><img width="50" height="50" src="/wp-content/uploads/2020/08/unnamed-file-1-50x50.jpg" class="pt-cv-thumbnail img-circle pull-left no-lazyload " alt="unnamed file" loading="lazy"></a>
  3270. <div class="pt-cv-colwrap">
  3271. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/rod-mccullom/" title="Rod McCullom" class="pt-cv-tax-rod-mccullom">Rod McCullom</a></span></div>
  3272. <h4 class="pt-cv-title"><a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self cvplbd" target="_self">Is artificial intelligence (AI) medicine racially biased?</a></h4>
  3273. </div>
  3274. </div></div>
  3275. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332354"><div class="pt-cv-ifield">
  3276. <a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"><img width="50" height="50" src="/wp-content/uploads/2020/08/download-1-2-50x50.jpg" class="pt-cv-thumbnail img-circle pull-left no-lazyload " alt="download" loading="lazy"></a>
  3277. <div class="pt-cv-colwrap">
  3278. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/henry-miller/" title="Henry Miller" class="pt-cv-tax-henry-miller">Henry Miller</a>, <a href="/writer/josh-bloom/" title="Josh Bloom" class="pt-cv-tax-josh-bloom">Josh Bloom</a></span></div>
  3279. <h4 class="pt-cv-title"><a href="/2020/08/20/morgue-count-deaths-dramatically-under-estimate-impact-of-covid-19/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Viewpoint: Media focus on COVID-19 deaths ignores lasting impact of ‘calamitous pandemic’</a></h4>
  3280. </div>
  3281. </div></div>
  3282. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2330277"><div class="pt-cv-ifield">
  3283. <a href="/2020/08/17/why-sars-disappeared-in-2003-while-the-coronavirus-keeps-on-spreading/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"><img width="50" height="50" src="/wp-content/uploads/2020/08/e-bdd-b-b-d--50x50.jpg" class="pt-cv-thumbnail img-circle pull-left no-lazyload " alt="e bdd b b d" loading="lazy"></a>
  3284. <div class="pt-cv-colwrap">
  3285. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/bob-holmes/" title="Bob Holmes" class="pt-cv-tax-bob-holmes">Bob Holmes</a></span></div>
  3286. <h4 class="pt-cv-title"><a href="/2020/08/17/why-sars-disappeared-in-2003-while-the-coronavirus-keeps-on-spreading/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Why SARS disappeared in 2003 while the coronavirus keeps on spreading</a></h4>
  3287. </div>
  3288. </div></div>
  3289. </div></div></div> <style type="text/css" id="pt-cv-inline-style-72daa226zd">#pt-cv-view-b625bcci2k .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3290. #pt-cv-view-b625bcci2k  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3291. #pt-cv-view-b625bcci2k .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3292. #pt-cv-view-b625bcci2k .pt-cv-title a, #pt-cv-view-b625bcci2k  .panel-title { font-family: 'Playfair Display', Arial, serif !important; font-size: 15px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  3293. #pt-cv-view-b625bcci2k  .pt-cv-title a:hover, #pt-cv-view-b625bcci2k  .panel-title:hover   { text-decoration: underline !important; }
  3294. #pt-cv-view-b625bcci2k  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3295. #pt-cv-view-b625bcci2k:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3296. #pt-cv-view-b625bcci2k .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3297. #pt-cv-view-b625bcci2k .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3298. #pt-cv-view-b625bcci2k .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 13px !important; line-height: 1.3 !important; color: #54595f !important; }
  3299. #pt-cv-view-b625bcci2k .pt-cv-specialp { background-color: rgba(214,95,69,0.4) !important }
  3300. #pt-cv-view-b625bcci2k .pt-cv-specialp * { color: #fff !important; }
  3301. #pt-cv-view-b625bcci2k .pt-cv-pficon  { color: #bbb !important; }
  3302. #pt-cv-view-b625bcci2k  .add_to_cart_button, #pt-cv-view-b625bcci2k  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3303. #pt-cv-view-b625bcci2k  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3304. #pt-cv-view-b625bcci2k .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3305. #pt-cv-view-b625bcci2k .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3306. #pt-cv-view-b625bcci2k  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-b625bcci2k  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  3307. [id^='pt-cv-filter-bar-b625bcci2k'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-b625bcci2k'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-b625bcci2k'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-b625bcci2k'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3308. [id^='pt-cv-filter-bar-b625bcci2k'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3309. #pt-cv-gls-b625bcci2k li a   { font-weight: 600 !important; }
  3310. #pt-cv-gls-b625bcci2k li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3311. #pt-cv-view-b625bcci2k .pt-cv-gls-header  { background-color: #00aeef !important; }
  3312. #pt-cv-view-b625bcci2k .cvp-responsive-image[style*="background-image"] { width: 50px; height: 50px; }</style>
  3313. <link href="/fontsgoo/css-familyplayfairdisplay.html" rel="stylesheet" type="text/css">
  3314. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3315. </div>
  3316. </div>
  3317. </div>
  3318. <div class="elementor-element elementor-element-5f27baf elementor-hidden-phone elementor-widget elementor-widget-text-editor" data-id="5f27baf" data-element_type="widget" data-widget_type="text-editor.default">
  3319. <div class="elementor-widget-container">
  3320. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px; margin-top: -10px;"><a style="color: #000000;" href="/category/outbreak/"><strong>More</strong>…</a></div></div>
  3321. </div>
  3322. </div>
  3323. <div class="elementor-element elementor-element-7f6687a8 elementor-widget-divider--view-line_text elementor-hidden-phone elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="7f6687a8" data-element_type="widget" data-widget_type="divider.default">
  3324. <div class="elementor-widget-container">
  3325. <div class="elementor-divider">
  3326. <span class="elementor-divider-separator">
  3327. <span class="elementor-divider__text elementor-divider__element">Outbreak Daily Digest</span>
  3328. </span>
  3329. </div>
  3330. </div>
  3331. </div>
  3332. <div class="elementor-element elementor-element-5592a47 elementor-widget elementor-widget-shortcode" data-id="5592a47" data-element_type="widget" data-widget_type="shortcode.default">
  3333. <div class="elementor-widget-container">
  3334. <div class="elementor-shortcode">
  3335. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-514acf67pm"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3336. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2331531"><div class="pt-cv-ifield">
  3337. <a href="/2020/08/24/will-schools-maintain-immunization-requirements-as-vaccination-rates-plunge/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3338. <div class="pt-cv-colwrap">
  3339. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/washington-post/" title="Washington Post" class="pt-cv-tax-washington-post">Washington Post</a></span></div>
  3340. <h4 class="pt-cv-title"><a href="/2020/08/24/will-schools-maintain-immunization-requirements-as-vaccination-rates-plunge/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Will schools maintain immunization requirements as vaccination rates plunge?</a></h4>
  3341. </div>
  3342. </div></div>
  3343. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2330364"><div class="pt-cv-ifield">
  3344. <a href="/2020/08/24/future-pandemics-where-dangerous-pathogens-lie-in-wait/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3345. <div class="pt-cv-colwrap">
  3346. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/genetic-engineering-biotechnology-news/" title="Genetic Engineering &amp; Biotechnology News" class="pt-cv-tax-genetic-engineering-biotechnology-news">Genetic Engineering &amp; Biotechnology News</a></span></div>
  3347. <h4 class="pt-cv-title"><a href="/2020/08/24/future-pandemics-where-dangerous-pathogens-lie-in-wait/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Future pandemics: Where dangerous pathogens lie in wait</a></h4>
  3348. </div>
  3349. </div></div>
  3350. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332321"><div class="pt-cv-ifield">
  3351. <a href="/2020/08/24/trump-administration-cdc-fumbling-efforts-to-push-back-against-vaccine-deniers/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3352. <div class="pt-cv-colwrap">
  3353. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/cnn-2/" title="CNN" class="pt-cv-tax-cnn-2">CNN</a></span></div>
  3354. <h4 class="pt-cv-title"><a href="/2020/08/24/trump-administration-cdc-fumbling-efforts-to-push-back-against-vaccine-deniers/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Trump administration, CDC fumbling efforts to push back against vaccine deniers</a></h4>
  3355. </div>
  3356. </div></div>
  3357. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2332673"><div class="pt-cv-ifield">
  3358. <a href="/2020/08/21/podcast-vaccines-take-years-to-develop-this-one-took-43-days/" class="_self pt-cv-href-thumbnail pt-cv-thumb-left cvplbd cvp-responsive-image img-circle" target="_self" data-iw="50" data-ih="50"></a>
  3359. <div class="pt-cv-colwrap">
  3360. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/talking-biotech/" title="Talking Biotech" class="pt-cv-tax-talking-biotech">Talking Biotech</a></span></div>
  3361. <h4 class="pt-cv-title"><a href="/2020/08/21/podcast-vaccines-take-years-to-develop-this-one-took-43-days/" class="_self cvplbd" target="_self" data-iw="50" data-ih="50">Podcast: Vaccines take years to develop? This one took 43 days</a></h4>
  3362. </div>
  3363. </div></div>
  3364. </div></div></div> <style type="text/css" id="pt-cv-inline-style-66e38ae6g3">#pt-cv-view-514acf67pm .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3365. #pt-cv-view-514acf67pm  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3366. #pt-cv-view-514acf67pm .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; }
  3367. #pt-cv-view-514acf67pm .pt-cv-title a, #pt-cv-view-514acf67pm  .panel-title { font-family: 'Playfair Display', Arial, serif !important; font-size: 15px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  3368. #pt-cv-view-514acf67pm  .pt-cv-title a:hover, #pt-cv-view-514acf67pm  .panel-title:hover   { text-decoration: underline !important; }
  3369. #pt-cv-view-514acf67pm  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3370. #pt-cv-view-514acf67pm:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3371. #pt-cv-view-514acf67pm .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3372. #pt-cv-view-514acf67pm .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3373. #pt-cv-view-514acf67pm .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 13px !important; line-height: 1.3 !important; color: #54595f !important; }
  3374. #pt-cv-view-514acf67pm .pt-cv-specialp { background-color: rgba(214,95,69,0.4) !important }
  3375. #pt-cv-view-514acf67pm .pt-cv-specialp * { color: #fff !important; }
  3376. #pt-cv-view-514acf67pm .pt-cv-pficon  { color: #bbb !important; }
  3377. #pt-cv-view-514acf67pm  .add_to_cart_button, #pt-cv-view-514acf67pm  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3378. #pt-cv-view-514acf67pm  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3379. #pt-cv-view-514acf67pm .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3380. #pt-cv-view-514acf67pm .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3381. #pt-cv-view-514acf67pm  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-514acf67pm  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  3382. [id^='pt-cv-filter-bar-514acf67pm'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-514acf67pm'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-514acf67pm'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-514acf67pm'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3383. [id^='pt-cv-filter-bar-514acf67pm'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3384. #pt-cv-gls-514acf67pm li a   { font-weight: 600 !important; }
  3385. #pt-cv-gls-514acf67pm li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3386. #pt-cv-view-514acf67pm .pt-cv-gls-header  { background-color: #00aeef !important; }
  3387. #pt-cv-view-514acf67pm .cvp-responsive-image[style*="background-image"] { width: 50px; height: 50px; }</style>
  3388. <link href="/fontsgoo/css-familyplayfairdisplay.html" rel="stylesheet" type="text/css">
  3389. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3390. </div>
  3391. </div>
  3392. </div>
  3393. <div class="elementor-element elementor-element-1de5821 elementor-widget elementor-widget-text-editor" data-id="1de5821" data-element_type="widget" data-widget_type="text-editor.default">
  3394. <div class="elementor-widget-container">
  3395. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px; margin-top: -10px;"><a style="color: #000000;" href="/category/outbreak/"><strong>More</strong>…</a></div></div>
  3396. </div>
  3397. </div>
  3398. </div>
  3399. </div>
  3400. </div>
  3401. </div>
  3402. </div>
  3403. </section>
  3404. </div>
  3405. </div>
  3406. </div>
  3407. </aside> </div>
  3408. </div>
  3409. </div>
  3410. </div>
  3411. </div>
  3412. </div>
  3413. </div>
  3414. </section>
  3415. <section class="elementor-element elementor-element-6101324 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="6101324" data-element_type="section">
  3416. <div class="elementor-container elementor-column-gap-default">
  3417. <div class="elementor-row">
  3418. <div class="elementor-element elementor-element-33b315a elementor-column elementor-col-50 elementor-inner-column" data-id="33b315a" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3419. <div class="elementor-column-wrap  elementor-element-populated">
  3420. <div class="elementor-widget-wrap">
  3421. <div class="elementor-element elementor-element-a3b51a7 elementor-widget elementor-widget-template" data-id="a3b51a7" data-element_type="widget" data-widget_type="template.default">
  3422. <div class="elementor-widget-container">
  3423. <div class="elementor-template">
  3424. <div data-elementor-type="section" data-elementor-id="2097594" class="elementor elementor-2097594 elementor-bc-flex-widget" data-elementor-settings="[]">
  3425. <div class="elementor-inner">
  3426. <div class="elementor-section-wrap">
  3427. <section class="elementor-element elementor-element-m2w51g0 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="m2w51g0" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3428. <div class="elementor-container elementor-column-gap-default">
  3429. <div class="elementor-row">
  3430. <div class="elementor-element elementor-element-6qxhbpk elementor-column elementor-col-100 elementor-inner-column" data-id="6qxhbpk" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3431. <div class="elementor-column-wrap  elementor-element-populated">
  3432. <div class="elementor-widget-wrap">
  3433. <div class="elementor-element elementor-element-rm89vs1 elementor-widget elementor-widget-text-editor" data-id="rm89vs1" data-element_type="widget" data-widget_type="text-editor.default">
  3434. <div class="elementor-widget-container">
  3435. <div class="elementor-text-editor elementor-clearfix">
  3436. <div><a style="color: #ba882f;" href="/category/food-agriculture/">Food &amp; Ag Daily Digest</a></div>
  3437. <div style="margin: 6px 0px 13px 0px; padding: 0px 0px 2px 0px; text-align: center; background-color: #ba882f; line-height: 100%;"><a style="color: #ffffff; font-family: 'open sans'; font-size: 14px; font-weight: normal;" href="/category/food-agriculture/">News from Around the Web</a></div>
  3438. </div>
  3439. </div>
  3440. </div>
  3441. <div class="elementor-element elementor-element-n11x1i1 elementor-widget elementor-widget-shortcode" data-id="n11x1i1" data-element_type="widget" data-widget_type="shortcode.default">
  3442. <div class="elementor-widget-container">
  3443. <div class="elementor-shortcode">
  3444. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-8bf5820ztd"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3445. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333719"><div class="pt-cv-ifield">
  3446. <h4 class="pt-cv-title"><a href="/2020/08/24/democratic-strategists-urge-joe-biden-to-take-on-monsanto-to-win-rural-support/" class="_self cvplbd" target="_self">Democratic strategists urge Joe Biden to take on Monsanto to win rural support</a></h4>
  3447. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/liz-crampton/" title="Liz Crampton" class="pt-cv-tax-liz-crampton">Liz Crampton</a> | <a href="/source/politico-2/" title="Politico" class="pt-cv-tax-politico-2">Politico</a></span></div>
  3448. </div></div>
  3449. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333716"><div class="pt-cv-ifield">
  3450. <h4 class="pt-cv-title"><a href="/2020/08/24/zinc-fortified-crops-may-fight-diabetes-cardiovascular-disease-in-developing-countries-better-than-supplements/" class="_self cvplbd" target="_self">Zinc-fortified crops may fight diabetes, cardiovascular disease in poor countries better than supplements</a></h4>
  3451. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/erick-boy/" title="Erick Boy" class="pt-cv-tax-erick-boy">Erick Boy</a>, <a href="/writer/laura-pompano/" title="Laura Pompano" class="pt-cv-tax-laura-pompano">Laura Pompano</a> | <a href="/source/international-food-policy-research-institute/" title="International Food Policy Research Institute" class="pt-cv-tax-international-food-policy-research-institute">International Food Policy Research Institute</a></span></div>
  3452. </div></div>
  3453. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333713"><div class="pt-cv-ifield">
  3454. <h4 class="pt-cv-title"><a href="/2020/08/24/cuba-expects-massive-crop-yield-increase-with-gmo-insect-resistant-herbicide-tolerant-corn/" class="_self cvplbd" target="_self">Cuba expects massive crop yield increase with GMO insect-resistant, herbicide-tolerant corn</a></h4>
  3455. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/adn-cuba/" title="ADN Cuba" class="pt-cv-tax-adn-cuba">ADN Cuba</a></span></div>
  3456. </div></div>
  3457. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333711"><div class="pt-cv-ifield">
  3458. <h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">GMOs ‘pose no health risks,’ biotech experts say, but ‘bioengineered’ food labels coming anyway</a></h4>
  3459. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/edward-hale/" title="Edward Hale" class="pt-cv-tax-edward-hale">Edward Hale</a> | <a href="/source/regulatory-review/" title="Regulatory Review" class="pt-cv-tax-regulatory-review">Regulatory Review</a></span></div>
  3460. </div></div>
  3461. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333452"><div class="pt-cv-ifield">
  3462. <h4 class="pt-cv-title"><a href="/2020/08/21/bt-cotton-in-africa-role-models-and-lessons-learned/" class="_self cvplbd" target="_self">Bt cotton in Africa: Role models and lessons learned</a></h4>
  3463. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/nkechi-isaac/" title="Nkechi Isaac" class="pt-cv-tax-nkechi-isaac">Nkechi Isaac</a> | <a href="/source/cornell-alliance-for-science/" title="Cornell Alliance for Science" class="pt-cv-tax-cornell-alliance-for-science">Cornell Alliance for Science</a></span></div>
  3464. </div></div>
  3465. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332618"><div class="pt-cv-ifield">
  3466. <h4 class="pt-cv-title"><a href="/2020/08/21/crispr-crop-development-proceeds-rapidly-but-bottlenecks-limit-promise/" class="_self cvplbd" target="_self">CRISPR crop development proceeds rapidly, but ‘bottlenecks’ limit promise</a></h4>
  3467. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/florian-veillet/" title="Florian Veillet" class="pt-cv-tax-florian-veillet">Florian Veillet</a> | <a href="/source/plant-communications/" title="Plant Communications" class="pt-cv-tax-plant-communications">Plant Communications</a></span></div>
  3468. </div></div>
  3469. </div></div></div> <style type="text/css" id="pt-cv-inline-style-8c40441brk">#pt-cv-view-8bf5820ztd .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 2px !important; padding-right: 0px !important; }
  3470. #pt-cv-view-8bf5820ztd  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3471. #pt-cv-view-8bf5820ztd .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3472. #pt-cv-view-8bf5820ztd .pt-cv-title a, #pt-cv-view-8bf5820ztd  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #ba882f !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3473. #pt-cv-view-8bf5820ztd  .pt-cv-title a:hover, #pt-cv-view-8bf5820ztd  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  3474. #pt-cv-view-8bf5820ztd  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3475. #pt-cv-view-8bf5820ztd:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3476. #pt-cv-view-8bf5820ztd .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3477. #pt-cv-view-8bf5820ztd .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3478. #pt-cv-view-8bf5820ztd .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  3479. #pt-cv-view-8bf5820ztd .pt-cv-specialp { background-color: #CC3333 !important }
  3480. #pt-cv-view-8bf5820ztd .pt-cv-specialp * { color: #fff !important; }
  3481. #pt-cv-view-8bf5820ztd .pt-cv-pficon  { color: #bbb !important; }
  3482. #pt-cv-view-8bf5820ztd  .add_to_cart_button, #pt-cv-view-8bf5820ztd  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3483. #pt-cv-view-8bf5820ztd  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3484. #pt-cv-view-8bf5820ztd .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3485. #pt-cv-view-8bf5820ztd .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3486. #pt-cv-view-8bf5820ztd  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-8bf5820ztd  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  3487. #pt-cv-view-8bf5820ztd  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-8bf5820ztd  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  3488. [id^='pt-cv-filter-bar-8bf5820ztd'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-8bf5820ztd'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-8bf5820ztd'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-8bf5820ztd'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3489. [id^='pt-cv-filter-bar-8bf5820ztd'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3490. #pt-cv-gls-8bf5820ztd li a   { font-weight: 600 !important; }
  3491. #pt-cv-gls-8bf5820ztd li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3492. #pt-cv-view-8bf5820ztd .pt-cv-gls-header  { background-color: #00aeef !important; }
  3493. #pt-cv-view-8bf5820ztd .img-rounded, #pt-cv-view-8bf5820ztd .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  3494. #pt-cv-view-8bf5820ztd .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  3495. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3496. </div>
  3497. </div>
  3498. </div>
  3499. <div class="elementor-element elementor-element-fa5utnm elementor-widget elementor-widget-text-editor" data-id="fa5utnm" data-element_type="widget" data-widget_type="text-editor.default">
  3500. <div class="elementor-widget-container">
  3501. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #ba882f;" href="/category/food-agriculture/"><strong>More</strong>…</a></div></div>
  3502. </div>
  3503. </div>
  3504. </div>
  3505. </div>
  3506. </div>
  3507. </div>
  3508. </div>
  3509. </section>
  3510. </div>
  3511. </div>
  3512. </div>
  3513. </div>
  3514. </div>
  3515. </div>
  3516. </div>
  3517. </div>
  3518. </div>
  3519. <div class="elementor-element elementor-element-b09095c elementor-column elementor-col-50 elementor-inner-column" data-id="b09095c" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3520. <div class="elementor-column-wrap  elementor-element-populated">
  3521. <div class="elementor-widget-wrap">
  3522. <div class="elementor-element elementor-element-d58fdf0 elementor-widget elementor-widget-template" data-id="d58fdf0" data-element_type="widget" data-widget_type="template.default">
  3523. <div class="elementor-widget-container">
  3524. <div class="elementor-template">
  3525. <div data-elementor-type="section" data-elementor-id="2097597" class="elementor elementor-2097597 elementor-bc-flex-widget" data-elementor-settings="[]">
  3526. <div class="elementor-inner">
  3527. <div class="elementor-section-wrap">
  3528. <section class="elementor-element elementor-element-it4wvoh elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="it4wvoh" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3529. <div class="elementor-container elementor-column-gap-default">
  3530. <div class="elementor-row">
  3531. <div class="elementor-element elementor-element-enzwcl0 elementor-column elementor-col-100 elementor-inner-column" data-id="enzwcl0" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3532. <div class="elementor-column-wrap  elementor-element-populated">
  3533. <div class="elementor-widget-wrap">
  3534. <div class="elementor-element elementor-element-npr4ewv elementor-widget elementor-widget-text-editor" data-id="npr4ewv" data-element_type="widget" data-widget_type="text-editor.default">
  3535. <div class="elementor-widget-container">
  3536. <div class="elementor-text-editor elementor-clearfix">
  3537. <div><a style="color: #1a4e9b;" href="/category/human/">Human Daily Digest</a></div>
  3538. <div style="margin: 6px 0px 13px 0px; padding: 0px 0px 2px 0px; text-align: center; background-color: #1a4e9b; line-height: 100%;"><a style="color: #ffffff; font-family: 'open sans'; font-size: 14px; font-weight: normal;" href="/category/human/">News from Around the Web</a></div>
  3539. </div>
  3540. </div>
  3541. </div>
  3542. <div class="elementor-element elementor-element-kspy8cu elementor-widget elementor-widget-shortcode" data-id="kspy8cu" data-element_type="widget" data-widget_type="shortcode.default">
  3543. <div class="elementor-widget-container">
  3544. <div class="elementor-shortcode">
  3545. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-c40d4e65ku"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3546. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330028"><div class="pt-cv-ifield">
  3547. <h4 class="pt-cv-title"><a href="/2020/08/24/stem-cell-transplants-show-promise-as-possible-aids-cure/" class="_self cvplbd" target="_self">Stem cell transplants show promise as possible AIDS cure</a></h4>
  3548. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/hidaya-aliouche/" title="Hidaya Aliouche" class="pt-cv-tax-hidaya-aliouche">Hidaya Aliouche</a> | <a href="/source/news-medical/" title="News Medical" class="pt-cv-tax-news-medical">News Medical</a></span></div>
  3549. </div></div>
  3550. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331829"><div class="pt-cv-ifield">
  3551. <h4 class="pt-cv-title"><a href="/2020/08/24/babies-brain-waves-can-forewarn-autism/" class="_self cvplbd" target="_self">Babies’ brain waves could forewarn autism</a></h4>
  3552. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/peter-hess/" title="Peter Hess" class="pt-cv-tax-peter-hess">Peter Hess</a> | <a href="/source/spectrum/" title="Spectrum" class="pt-cv-tax-spectrum">Spectrum</a></span></div>
  3553. </div></div>
  3554. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332078"><div class="pt-cv-ifield">
  3555. <h4 class="pt-cv-title"><a href="/2020/08/24/behold-the-sturddlefish-its-like-if-a-cow-and-a-giraffe-made-a-baby/" class="_self cvplbd" target="_self">Behold the sturddlefish: ‘It’s like if a cow and a giraffe made a baby’</a></h4>
  3556. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/christie-wilcox/" title="Christie Wilcox" class="pt-cv-tax-christie-wilcox">Christie Wilcox</a> | <a href="/source/the-atlantic/" title="Atlantic" class="pt-cv-tax-the-atlantic">Atlantic</a></span></div>
  3557. </div></div>
  3558. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332389"><div class="pt-cv-ifield">
  3559. <h4 class="pt-cv-title"><a href="/2020/08/24/why-flu-vaccines-dont-work-for-very-long/" class="_self cvplbd" target="_self">Why flu vaccines don’t work for very long</a></h4>
  3560. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/source/genetic-engineering-biotechnology-news/" title="Genetic Engineering &amp; Biotechnology News" class="pt-cv-tax-genetic-engineering-biotechnology-news">Genetic Engineering &amp; Biotechnology News</a></span></div>
  3561. </div></div>
  3562. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331831"><div class="pt-cv-ifield">
  3563. <h4 class="pt-cv-title"><a href="/2020/08/21/brain-activation-how-to-help-the-blind-see/" class="_self cvplbd" target="_self">Brain activation: How to help the blind see</a></h4>
  3564. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/meredith-schmehl/" title="Meredith Schmehl" class="pt-cv-tax-meredith-schmehl">Meredith Schmehl</a> | <a href="/source/massive/" title="Massive" class="pt-cv-tax-massive">Massive</a></span></div>
  3565. </div></div>
  3566. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331249"><div class="pt-cv-ifield">
  3567. <h4 class="pt-cv-title"><a href="/2020/08/21/dna-shows-neanderthals-mated-with-humans-in-two-waves-not-just-once/" class="_self cvplbd" target="_self">DNA shows Neanderthals mated with humans in two waves, not just once</a></h4>
  3568. <div class="pt-cv-meta-fields"><span class="terms"> <a href="/writer/stephanie-pappas/" title="Stephanie Pappas" class="pt-cv-tax-stephanie-pappas">Stephanie Pappas</a> | <a href="/source/livescience/" title="Live Science" class="pt-cv-tax-livescience">Live Science</a></span></div>
  3569. </div></div>
  3570. </div></div></div> <style type="text/css" id="pt-cv-inline-style-7d9a01azwk">#pt-cv-view-c40d4e65ku .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 2px !important; padding-right: 0px !important; }
  3571. #pt-cv-view-c40d4e65ku  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3572. #pt-cv-view-c40d4e65ku .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3573. #pt-cv-view-c40d4e65ku .pt-cv-title a, #pt-cv-view-c40d4e65ku  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #1a4e9b !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3574. #pt-cv-view-c40d4e65ku  .pt-cv-title a:hover, #pt-cv-view-c40d4e65ku  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; text-decoration: underline !important; }
  3575. #pt-cv-view-c40d4e65ku  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3576. #pt-cv-view-c40d4e65ku:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3577. #pt-cv-view-c40d4e65ku .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3578. #pt-cv-view-c40d4e65ku .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3579. #pt-cv-view-c40d4e65ku .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  3580. #pt-cv-view-c40d4e65ku .pt-cv-specialp { background-color: #CC3333 !important }
  3581. #pt-cv-view-c40d4e65ku .pt-cv-specialp * { color: #fff !important; }
  3582. #pt-cv-view-c40d4e65ku .pt-cv-pficon  { color: #bbb !important; }
  3583. #pt-cv-view-c40d4e65ku  .add_to_cart_button, #pt-cv-view-c40d4e65ku  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3584. #pt-cv-view-c40d4e65ku  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3585. #pt-cv-view-c40d4e65ku .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3586. #pt-cv-view-c40d4e65ku .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3587. #pt-cv-view-c40d4e65ku  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-c40d4e65ku  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  3588. #pt-cv-view-c40d4e65ku  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-c40d4e65ku  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  3589. [id^='pt-cv-filter-bar-c40d4e65ku'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-c40d4e65ku'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-c40d4e65ku'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-c40d4e65ku'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3590. [id^='pt-cv-filter-bar-c40d4e65ku'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3591. #pt-cv-gls-c40d4e65ku li a   { font-weight: 600 !important; }
  3592. #pt-cv-gls-c40d4e65ku li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3593. #pt-cv-view-c40d4e65ku .pt-cv-gls-header  { background-color: #00aeef !important; }
  3594. #pt-cv-view-c40d4e65ku .img-rounded, #pt-cv-view-c40d4e65ku .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  3595. #pt-cv-view-c40d4e65ku .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  3596. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3597. </div>
  3598. </div>
  3599. </div>
  3600. <div class="elementor-element elementor-element-ghbko29 elementor-widget elementor-widget-text-editor" data-id="ghbko29" data-element_type="widget" data-widget_type="text-editor.default">
  3601. <div class="elementor-widget-container">
  3602. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #1a4e9b;" href="/category/human/"><strong>More</strong>…</a></div></div>
  3603. </div>
  3604. </div>
  3605. </div>
  3606. </div>
  3607. </div>
  3608. </div>
  3609. </div>
  3610. </section>
  3611. </div>
  3612. </div>
  3613. </div>
  3614. </div>
  3615. </div>
  3616. </div>
  3617. </div>
  3618. </div>
  3619. </div>
  3620. </div>
  3621. </div>
  3622. </section>
  3623. <section class="elementor-element elementor-element-3126eea elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="3126eea" data-element_type="section">
  3624. <div class="elementor-container elementor-column-gap-default">
  3625. <div class="elementor-row">
  3626. <div class="elementor-element elementor-element-54933c3 elementor-column elementor-col-100 elementor-inner-column" data-id="54933c3" data-element_type="column">
  3627. <div class="elementor-column-wrap  elementor-element-populated">
  3628. <div class="elementor-widget-wrap">
  3629. <div class="elementor-element elementor-element-c8c6923 elementor-widget elementor-widget-sidebar" data-id="c8c6923" data-element_type="widget" data-widget_type="sidebar.default">
  3630. <div class="elementor-widget-container">
  3631. <div id="ca-sidebar-2097397" class="">
  3632. <style type="text/css">.widget#elementor-library-4 input, .widget#elementor-library-4 textarea{}.widget#elementor-library-4 input[type="submit"], .widget#elementor-library-4 button{}</style>
  3633. <div id="elementor-library-4" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2097496" class="elementor elementor-2097496" data-elementor-settings="[]">
  3634. <div class="elementor-inner">
  3635. <div class="elementor-section-wrap">
  3636. <section class="elementor-element elementor-element-225f1834 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="225f1834" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3637. <div class="elementor-container elementor-column-gap-no">
  3638. <div class="elementor-row">
  3639. <div class="elementor-element elementor-element-11e9a0b4 elementor-column elementor-col-100 elementor-inner-column" data-id="11e9a0b4" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3640. <div class="elementor-column-wrap  elementor-element-populated">
  3641. <div class="elementor-widget-wrap">
  3642. <div class="elementor-element elementor-element-6a9bf177 elementor-widget elementor-widget-heading" data-id="6a9bf177" data-element_type="widget" data-widget_type="heading.default">
  3643. <div class="elementor-widget-container">
  3644. <h2 class="elementor-heading-title elementor-size-default"><a href="/category/video/"></a></h2>
  3645. <table style="width: 100%; border-width: 0px; margin-bottom: 4px; height: 56px">
  3646. <tbody>
  3647. <tr>
  3648. <td style="width: 56px; border-width: 0px; padding: 0px"><a href="/category/video/"><img loading="lazy" title="video" src="/wp-content/uploads/2019/02/video-header-x-.jpg" alt="video" width="56" height="56"></a></td>
  3649. <td style="width: 49%; color: #ffffff; font-family: Georgia, Times New Roman, Times, serif; font-weight: bold; font-size: 22px;  border-width: 0px;  padding-left: 15px;">Videos</td>
  3650. <td style="text-align: right;  border-width: 0px; font-family: open sans; font-size: 12px; font-weight: bold; vertical-align: bottom; padding-bottom: 10px; padding-right: 15px"><a href="/category/video/" style=" color: #ffffff;">More...</a></td>
  3651. </tr>
  3652. </tbody>
  3653. </table> </div>
  3654. </div>
  3655. <div class="elementor-element elementor-element-3e5e75b3 elementor-widget elementor-widget-divider" data-id="3e5e75b3" data-element_type="widget" data-widget_type="divider.default">
  3656. <div class="elementor-widget-container">
  3657. <div class="elementor-divider">
  3658. <span class="elementor-divider-separator">
  3659. </span>
  3660. </div>
  3661. </div>
  3662. </div>
  3663. <div class="elementor-element elementor-element-a371471 elementor-widget elementor-widget-shortcode" data-id="a371471" data-element_type="widget" data-widget_type="shortcode.default">
  3664. <div class="elementor-widget-container">
  3665. <div class="elementor-shortcode">
  3666. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-ff18faa9x0"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2329736"><div class="pt-cv-ifield">
  3667. <a href="/2020/08/12/meet-staci-stats-fascinating-interactive-guide-to-ai-in-healthcare/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="768" height="432" src="/wp-content/uploads/2020/08/stat-hospitalai-ink-st-x-mod-x-.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="stat hospitalai ink st x mod x" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/08/stat-hospitalai-ink-st-x-mod-x-.jpg 768w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/stat-hospitalai-ink-st-x-mod-x--300x169.jpg 300w" sizes="(max-width: 768px) 100vw, 768px"></a>
  3668. <h4 class="pt-cv-title"><a href="/2020/08/12/meet-staci-stats-fascinating-interactive-guide-to-ai-in-healthcare/" class="_self cvplbd" target="_self">Meet STACI: STAT’s fascinating interactive guide to AI in healthcare</a></h4>
  3669. <div class="pt-cv-content">The Covid-19 pandemic underscores the importance of the technology in medicine: In the last few months, hospitals have used AI ...</div>
  3670. </div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-9dc3677kbi">#pt-cv-view-ff18faa9x0 .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3671. #pt-cv-view-ff18faa9x0  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3672. #pt-cv-view-ff18faa9x0 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3673. #pt-cv-view-ff18faa9x0 .pt-cv-title a, #pt-cv-view-ff18faa9x0  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3674. #pt-cv-view-ff18faa9x0  .pt-cv-title a:hover, #pt-cv-view-ff18faa9x0  .panel-title:hover   { color: #54595f !important; text-decoration: underline !important; }
  3675. #pt-cv-view-ff18faa9x0 .pt-cv-content , #pt-cv-view-ff18faa9x0  .pt-cv-content *:not(.pt-cv-readmore):not(style):not(script) { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  3676. #pt-cv-view-ff18faa9x0 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3677. #pt-cv-view-ff18faa9x0 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  3678. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3679. </div>
  3680. </div>
  3681. </div>
  3682. </div>
  3683. </div>
  3684. </div>
  3685. </div>
  3686. </div>
  3687. </section>
  3688. </div>
  3689. </div>
  3690. </div>
  3691. </div>
  3692. </div> </div>
  3693. </div>
  3694. </div>
  3695. </div>
  3696. </div>
  3697. </div>
  3698. </div>
  3699. </section>
  3700. </div>
  3701. </div>
  3702. </div>
  3703. </div>
  3704. </div>
  3705. </section>
  3706. <section class="elementor-element elementor-element-170bd21 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="170bd21" data-element_type="section">
  3707. <div class="elementor-container elementor-column-gap-default">
  3708. <div class="elementor-row">
  3709. <div class="elementor-element elementor-element-01d6c9e elementor-column elementor-col-50 elementor-top-column" data-id="01d6c9e" data-element_type="column">
  3710. <div class="elementor-column-wrap  elementor-element-populated">
  3711. <div class="elementor-widget-wrap">
  3712. <section class="elementor-element elementor-element-b30d914 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="b30d914" data-element_type="section">
  3713. <div class="elementor-container elementor-column-gap-default">
  3714. <div class="elementor-row">
  3715. <div class="elementor-element elementor-element-63c0bda elementor-column elementor-col-50 elementor-inner-column" data-id="63c0bda" data-element_type="column">
  3716. <div class="elementor-column-wrap  elementor-element-populated">
  3717. <div class="elementor-widget-wrap">
  3718. <div class="elementor-element elementor-element-95932c9 elementor-widget elementor-widget-sidebar" data-id="95932c9" data-element_type="widget" data-widget_type="sidebar.default">
  3719. <div class="elementor-widget-container">
  3720. <style type="text/css">.widget#elementor-library-6 input, .widget#elementor-library-6 textarea{}.widget#elementor-library-6 input[type="submit"], .widget#elementor-library-6 button{}</style>
  3721. <aside id="elementor-library-6" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2097504" class="elementor elementor-2097504" data-elementor-settings="[]">
  3722. <div class="elementor-inner">
  3723. <div class="elementor-section-wrap">
  3724. <section class="elementor-element elementor-element-225f1834 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="225f1834" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3725. <div class="elementor-container elementor-column-gap-no">
  3726. <div class="elementor-row">
  3727. <div class="elementor-element elementor-element-11e9a0b4 elementor-column elementor-col-100 elementor-inner-column" data-id="11e9a0b4" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3728. <div class="elementor-column-wrap  elementor-element-populated">
  3729. <div class="elementor-widget-wrap">
  3730. <div class="elementor-element elementor-element-6a9bf177 elementor-widget elementor-widget-heading" data-id="6a9bf177" data-element_type="widget" data-widget_type="heading.default">
  3731. <div class="elementor-widget-container">
  3732. <div class="elementor-heading-title elementor-size-default">
  3733. <a href="/glp-facts/"></a><table style="width: 100%; border-width: 0px; margin-bottom: 4px; height: 56px;">
  3734. <tbody>
  3735. <tr>
  3736. <td style="width: 56px; border-width: 0px; padding: 0px"><a href="/glp-facts/"><img loading="lazy" title="glp profiles" src="/wp-content/uploads/2019/03/glp-profile-header-x-1-1.jpg" alt="glp profiles" width="56px" height="56px"></a></td>
  3737. <td style="width: 49%; color: #ffffff; font-family: Georgia, Times New Roman, Times, serif; font-weight: bold; font-size: 22px;  border-width: 0px;  padding-left: 15px;">GLP Profiles</td>
  3738. <td style="text-align: right;  border-width: 0px; font-family: open sans; font-size: 12px; font-weight: bold; vertical-align: bottom; padding-bottom: 10px; padding-right: 15px"><a href="/glp-facts/" style=" color: #ffffff;">More...</a></td>
  3739. </tr>
  3740. </tbody>
  3741. </table>
  3742. </div> </div>
  3743. </div>
  3744. <div class="elementor-element elementor-element-3e5e75b3 elementor-widget elementor-widget-divider" data-id="3e5e75b3" data-element_type="widget" data-widget_type="divider.default">
  3745. <div class="elementor-widget-container">
  3746. <div class="elementor-divider">
  3747. <span class="elementor-divider-separator">
  3748. </span>
  3749. </div>
  3750. </div>
  3751. </div>
  3752. <div class="elementor-element elementor-element-4a21edc elementor-widget elementor-widget-shortcode" data-id="4a21edc" data-element_type="widget" data-widget_type="shortcode.default">
  3753. <div class="elementor-widget-container">
  3754. <div class="elementor-shortcode">
  3755. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-55375efvrl"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3756. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2051113"><div class="pt-cv-ifield">
  3757. <a href="/glp-facts/charles-benbrook-former-washington-state-adjunct-consultant-for-organic-industry/" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd" target="_self"><img width="90" height="90" src="/wp-content/uploads/2015/08/screen-shot-2015-08-18-at-3.57.51-pm-150x150-90x90.png" class="pt-cv-thumbnail img-rounded pull-right no-lazyload " alt="Screen Shot at PM" loading="lazy" srcset="/wp-content/uploads/2015/08/screen-shot-2015-08-18-at-3.57.51-pm-150x150-90x90.png" sizes="(max-width: 90px) 100vw, 90px"></a>
  3758. <div class="pt-cv-colwrap">
  3759. <h4 class="pt-cv-title"><a href="/glp-facts/charles-benbrook-former-washington-state-adjunct-consultant-for-organic-industry/" class="_self cvplbd" target="_self">Charles Benbrook: Agricultural economist and consultant for the organic industry and anti-biotechnology advocacy groups</a></h4>
  3760. <div class="pt-cv-content">Independent scientists rip Benbrook's co-authored commentary in New England Journal calling for reassessment of dangers of all GMO crops and herbicides ...</div>
  3761. </div>
  3762. </div></div>
  3763. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2049081"><div class="pt-cv-ifield">
  3764. <a href="#" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd" target="_self"><img width="90" height="90" src="/wp-content/uploads/2018/03/screen-shot-2018-03-09-at-3.08.05-pm-150x150-90x90.png" class="pt-cv-thumbnail img-rounded pull-right no-lazyload " alt="Screen Shot at PM" loading="lazy" srcset="/wp-content/uploads/2018/03/screen-shot-2018-03-09-at-3.08.05-pm-150x150-90x90.png" sizes="(max-width: 90px) 100vw, 90px"></a>
  3765. <div class="pt-cv-colwrap">
  3766. <h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">ETC Group: ‘Extreme’ biotechnology critic campaigns against synthetic biology and other forms of ‘extreme genetic engineering’</a></h4>
  3767. <div class="pt-cv-content">The ETC Group is an international environmental non-governmental organization (NGO) based in Canada whose stated purpose is to monitor "the impact of emerging technologies and ...</div>
  3768. </div>
  3769. </div></div>
  3770. </div></div></div> <style type="text/css" id="pt-cv-inline-style-259a5d26ul">#pt-cv-view-55375efvrl .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3771. #pt-cv-view-55375efvrl  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3772. #pt-cv-view-55375efvrl .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3773. #pt-cv-view-55375efvrl .pt-cv-title a, #pt-cv-view-55375efvrl  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  3774. #pt-cv-view-55375efvrl  .pt-cv-title a:hover, #pt-cv-view-55375efvrl  .panel-title:hover   { text-decoration: underline !important; }
  3775. #pt-cv-view-55375efvrl .pt-cv-content , #pt-cv-view-55375efvrl  .pt-cv-content *:not(.pt-cv-readmore):not(style):not(script) { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  3776. #pt-cv-view-55375efvrl  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3777. #pt-cv-view-55375efvrl:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3778. #pt-cv-view-55375efvrl .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3779. #pt-cv-view-55375efvrl .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3780. #pt-cv-view-55375efvrl .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  3781. #pt-cv-view-55375efvrl .pt-cv-specialp { background-color: rgba(214,95,69,0.4) !important }
  3782. #pt-cv-view-55375efvrl .pt-cv-specialp * { color: #fff !important; }
  3783. #pt-cv-view-55375efvrl .pt-cv-pficon  { color: #bbb !important; }
  3784. #pt-cv-view-55375efvrl  .add_to_cart_button, #pt-cv-view-55375efvrl  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3785. #pt-cv-view-55375efvrl  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3786. #pt-cv-view-55375efvrl .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3787. #pt-cv-view-55375efvrl .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3788. #pt-cv-view-55375efvrl  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-55375efvrl  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  3789. [id^='pt-cv-filter-bar-55375efvrl'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-55375efvrl'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-55375efvrl'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-55375efvrl'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3790. [id^='pt-cv-filter-bar-55375efvrl'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3791. #pt-cv-gls-55375efvrl li a   { font-weight: 600 !important; }
  3792. #pt-cv-gls-55375efvrl li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3793. #pt-cv-view-55375efvrl .pt-cv-gls-header  { background-color: #00aeef !important; }
  3794. #pt-cv-view-55375efvrl .img-rounded, #pt-cv-view-55375efvrl .pt-cv-hover-wrapper { -webkit-border-radius: 2px !important; -moz-border-radius: 2px !important; border-radius: 2px !important; }
  3795. #pt-cv-view-55375efvrl .pt-cv-cap-w-img { border-bottom-left-radius: 2px !important; border-bottom-right-radius: 2px !important; }</style>
  3796. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3797. </div>
  3798. </div>
  3799. </div>
  3800. </div>
  3801. </div>
  3802. </div>
  3803. </div>
  3804. </div>
  3805. </section>
  3806. </div>
  3807. </div>
  3808. </div>
  3809. </aside> </div>
  3810. </div>
  3811. </div>
  3812. </div>
  3813. </div>
  3814. <div class="elementor-element elementor-element-90de810 elementor-column elementor-col-50 elementor-inner-column" data-id="90de810" data-element_type="column">
  3815. <div class="elementor-column-wrap  elementor-element-populated">
  3816. <div class="elementor-widget-wrap">
  3817. <div class="elementor-element elementor-element-18937bf elementor-widget elementor-widget-sidebar" data-id="18937bf" data-element_type="widget" data-widget_type="sidebar.default">
  3818. <div class="elementor-widget-container">
  3819. <style type="text/css">.widget#elementor-library-7 input, .widget#elementor-library-7 textarea{}.widget#elementor-library-7 input[type="submit"], .widget#elementor-library-7 button{}</style>
  3820. <aside id="elementor-library-7" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2097500" class="elementor elementor-2097500" data-elementor-settings="[]">
  3821. <div class="elementor-inner">
  3822. <div class="elementor-section-wrap">
  3823. <section class="elementor-element elementor-element-225f1834 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="225f1834" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3824. <div class="elementor-container elementor-column-gap-no">
  3825. <div class="elementor-row">
  3826. <div class="elementor-element elementor-element-11e9a0b4 elementor-column elementor-col-100 elementor-inner-column" data-id="11e9a0b4" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3827. <div class="elementor-column-wrap  elementor-element-populated">
  3828. <div class="elementor-widget-wrap">
  3829. <div class="elementor-element elementor-element-6a9bf177 elementor-widget elementor-widget-heading" data-id="6a9bf177" data-element_type="widget" data-widget_type="heading.default">
  3830. <div class="elementor-widget-container">
  3831. <h2 class="elementor-heading-title elementor-size-default"><a href="/category/infographics/"></a></h2>
  3832. <table style="width: 100%; border-width: 0px; margin-bottom: 4px; height: 56px">
  3833. <tbody>
  3834. <tr>
  3835. <td style="width: 56px; border-width: 0px; padding: 0px"><a href="/category/infographics/"><img loading="lazy" title="infographics" src="/wp-content/uploads/2019/02/infographics-header-x-.jpg" alt="infographics" width="56" height="56"></a></td>
  3836. <td style="width: 49%; color: #ffffff; font-family: Georgia, Times New Roman, Times, serif; font-weight: bold; font-size: 22px;  border-width: 0px;  padding-left: 15px;">Infographics</td>
  3837. <td style="text-align: right;  border-width: 0px; font-family: open sans; font-size: 12px; font-weight: bold; vertical-align: bottom; padding-bottom: 10px; padding-right: 15px"><a href="/category/infographics/" style=" color: #ffffff;">More...</a></td>
  3838. </tr>
  3839. </tbody>
  3840. </table> </div>
  3841. </div>
  3842. <div class="elementor-element elementor-element-3e5e75b3 elementor-widget elementor-widget-divider" data-id="3e5e75b3" data-element_type="widget" data-widget_type="divider.default">
  3843. <div class="elementor-widget-container">
  3844. <div class="elementor-divider">
  3845. <span class="elementor-divider-separator">
  3846. </span>
  3847. </div>
  3848. </div>
  3849. </div>
  3850. <div class="elementor-element elementor-element-2f8211d elementor-widget elementor-widget-shortcode" data-id="2f8211d" data-element_type="widget" data-widget_type="shortcode.default">
  3851. <div class="elementor-widget-container">
  3852. <div class="elementor-shortcode">
  3853. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-4738e8cg3c"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2329752"><div class="pt-cv-ifield">
  3854. <a href="/2020/08/11/infographic-we-know-breastfeeding-helps-children-now-we-know-it-helps-mothers-too/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd" target="_self"><img width="1200" height="628" src="/wp-content/uploads/2020/08/breastfeeding-bed-x-facebook-x-.jpg" class="pt-cv-thumbnail img-none no-lazyload " alt="breastfeeding bed x facebook x" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2020/08/breastfeeding-bed-x-facebook-x-.jpg 1200w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/breastfeeding-bed-x-facebook-x--300x157.jpg 300w, https://geneticliteracyproject.org/wp-content/uploads/2020/08/breastfeeding-bed-x-facebook-x--1024x536.jpg 1024w" sizes="(max-width: 1200px) 100vw, 1200px"></a>
  3855. <h4 class="pt-cv-title"><a href="/2020/08/11/infographic-we-know-breastfeeding-helps-children-now-we-know-it-helps-mothers-too/" class="_self cvplbd" target="_self">Infographic: We know breastfeeding helps children. Now we know it helps mothers too</a></h4>
  3856. <div class="pt-cv-content">When a woman becomes pregnant, her risk of type 2 diabetes increases for the rest of her life, perhaps because ...</div>
  3857. </div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-c1aa9aa0ox">#pt-cv-view-4738e8cg3c .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3858. #pt-cv-view-4738e8cg3c  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3859. #pt-cv-view-4738e8cg3c .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3860. #pt-cv-view-4738e8cg3c .pt-cv-title a, #pt-cv-view-4738e8cg3c  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.0 !important; }
  3861. #pt-cv-view-4738e8cg3c  .pt-cv-title a:hover, #pt-cv-view-4738e8cg3c  .panel-title:hover   { color: #54595f !important; text-decoration: underline !important; }
  3862. #pt-cv-view-4738e8cg3c .pt-cv-content , #pt-cv-view-4738e8cg3c  .pt-cv-content *:not(.pt-cv-readmore):not(style):not(script) { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  3863. #pt-cv-view-4738e8cg3c .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  3864. #pt-cv-view-4738e8cg3c .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }</style>
  3865. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3866. </div>
  3867. </div>
  3868. </div>
  3869. </div>
  3870. </div>
  3871. </div>
  3872. </div>
  3873. </div>
  3874. </section>
  3875. </div>
  3876. </div>
  3877. </div>
  3878. </aside> </div>
  3879. </div>
  3880. </div>
  3881. </div>
  3882. </div>
  3883. </div>
  3884. </div>
  3885. </section>
  3886. <section class="elementor-element elementor-element-6636dbd elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="6636dbd" data-element_type="section">
  3887. <div class="elementor-container elementor-column-gap-default">
  3888. <div class="elementor-row">
  3889. <div class="elementor-element elementor-element-ee6a792 elementor-column elementor-col-50 elementor-inner-column" data-id="ee6a792" data-element_type="column">
  3890. <div class="elementor-column-wrap  elementor-element-populated">
  3891. <div class="elementor-widget-wrap">
  3892. <div class="elementor-element elementor-element-db0c90a elementor-widget elementor-widget-sidebar" data-id="db0c90a" data-element_type="widget" data-widget_type="sidebar.default">
  3893. <div class="elementor-widget-container">
  3894. <style type="text/css">.widget#elementor-library-8 input, .widget#elementor-library-8 textarea{}.widget#elementor-library-8 input[type="submit"], .widget#elementor-library-8 button{}</style>
  3895. <aside id="elementor-library-8" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2097492" class="elementor elementor-2097492" data-elementor-settings="[]">
  3896. <div class="elementor-inner">
  3897. <div class="elementor-section-wrap">
  3898. <section class="elementor-element elementor-element-225f1834 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="225f1834" data-element_type="section" data-settings='{"background_background":"classic"}'>
  3899. <div class="elementor-container elementor-column-gap-no">
  3900. <div class="elementor-row">
  3901. <div class="elementor-element elementor-element-11e9a0b4 elementor-column elementor-col-100 elementor-inner-column" data-id="11e9a0b4" data-element_type="column" data-settings='{"background_background":"classic"}'>
  3902. <div class="elementor-column-wrap  elementor-element-populated">
  3903. <div class="elementor-widget-wrap">
  3904. <div class="elementor-element elementor-element-6a9bf177 elementor-widget elementor-widget-heading" data-id="6a9bf177" data-element_type="widget" data-widget_type="heading.default">
  3905. <div class="elementor-widget-container">
  3906. <h2 class="elementor-heading-title elementor-size-default"><a href="/gmo-faqs"></a></h2>
  3907. <table style="width: 100%; border-width: 0px; margin-bottom: 4px; height: 56px">
  3908. <tbody>
  3909. <tr>
  3910. <td style="width: 56px; border-width: 0px; padding: 0px"><a href="/gmo-faqs/"><img loading="lazy" title="GMO FAQs" src="/wp-content/uploads/2019/02/gmo-faq-section-header-x-.jpg" alt="GMO FAQs" width="56" height="56"></a></td>
  3911. <td style="width: 49%; color: #ffffff; font-family: Georgia, Times New Roman, Times, serif; font-weight: bold; font-size: 22px;  border-width: 0px;  padding-left: 15px;">GMO FAQs</td>
  3912. <td style="text-align: right;  border-width: 0px; font-family: open sans; font-size: 12px; font-weight: bold; vertical-align: bottom; padding-bottom: 10px; padding-right: 15px"><a href="/gmo-faqs/" style=" color: #ffffff;">More...</a></td>
  3913. </tr>
  3914. </tbody>
  3915. </table> </div>
  3916. </div>
  3917. <div class="elementor-element elementor-element-3e5e75b3 elementor-widget elementor-widget-divider" data-id="3e5e75b3" data-element_type="widget" data-widget_type="divider.default">
  3918. <div class="elementor-widget-container">
  3919. <div class="elementor-divider">
  3920. <span class="elementor-divider-separator">
  3921. </span>
  3922. </div>
  3923. </div>
  3924. </div>
  3925. <div class="elementor-element elementor-element-5a365ba elementor-widget elementor-widget-shortcode" data-id="5a365ba" data-element_type="widget" data-widget_type="shortcode.default">
  3926. <div class="elementor-widget-container">
  3927. <div class="elementor-shortcode">
  3928. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-830e90eug9"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  3929. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2129295"><div class="pt-cv-ifield">
  3930. <a href="/gmo-faq/can-gmos-rescue-threatened-plants-and-crops/" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd cvp-responsive-image img-none" target="_self" data-iw="150" data-ih="80"><img width="890" height="501" src="/wp-content/uploads/2019/10/biotechnology-worker-x-.jpg" class="pt-cv-thumbnail img-none pull-right no-lazyload " alt="biotechnology worker x" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2019/10/biotechnology-worker-x-.jpg 890w, https://geneticliteracyproject.org/wp-content/uploads/2019/10/biotechnology-worker-x--300x169.jpg 300w" sizes="(max-width: 890px) 100vw, 890px"></a>
  3931. <div class="pt-cv-colwrap">
  3932. <h4 class="pt-cv-title"><a href="/gmo-faq/can-gmos-rescue-threatened-plants-and-crops/" class="_self cvplbd" target="_self" data-iw="150" data-ih="80">Can GMOs rescue threatened plants and crops?</a></h4>
  3933. <div class="pt-cv-content">Some scientists and ecologists argue that humans are in the midst of an "extinction crisis" — the sixth wave of ...</div>
  3934. </div>
  3935. </div></div>
  3936. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2129196"><div class="pt-cv-ifield">
  3937. <a href="/gmo-faq/are-gmos-necessary-to-feed-the-world/" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd cvp-responsive-image img-none" target="_self" data-iw="150" data-ih="80"><img width="890" height="501" src="/wp-content/uploads/2019/10/food-globe-x-.jpg" class="pt-cv-thumbnail img-none pull-right no-lazyload " alt="food globe x" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2019/10/food-globe-x-.jpg 890w, https://geneticliteracyproject.org/wp-content/uploads/2019/10/food-globe-x--300x169.jpg 300w" sizes="(max-width: 890px) 100vw, 890px"></a>
  3938. <div class="pt-cv-colwrap">
  3939. <h4 class="pt-cv-title"><a href="/gmo-faq/are-gmos-necessary-to-feed-the-world/" class="_self cvplbd" target="_self" data-iw="150" data-ih="80">Are GMOs necessary to feed the world?</a></h4>
  3940. <div class="pt-cv-content">Experts estimate that agricultural production needs to roughly double in the coming decades. How can that be achieved? ...</div>
  3941. </div>
  3942. </div></div>
  3943. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2129341"><div class="pt-cv-ifield">
  3944. <a href="/gmo-faq/are-gmos-safe/" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd cvp-responsive-image img-none" target="_self" data-iw="150" data-ih="80"><img width="890" height="501" src="/wp-content/uploads/2019/10/eating-gmo-corn-on-the-cob-x-.jpg" class="pt-cv-thumbnail img-none pull-right no-lazyload " alt="eating gmo corn on the cob x" loading="lazy" srcset="https://geneticliteracyproject.org/wp-content/uploads/2019/10/eating-gmo-corn-on-the-cob-x-.jpg 890w, https://geneticliteracyproject.org/wp-content/uploads/2019/10/eating-gmo-corn-on-the-cob-x--300x169.jpg 300w" sizes="(max-width: 890px) 100vw, 890px"></a>
  3945. <div class="pt-cv-colwrap">
  3946. <h4 class="pt-cv-title"><a href="/gmo-faq/are-gmos-safe/" class="_self cvplbd" target="_self" data-iw="150" data-ih="80">Are GMOs safe?</a></h4>
  3947. <div class="pt-cv-content">In 2015, 15 scientists and activists issued a statement, "No Scientific consensus on GMO safety," in the journal Environmental Sciences ...</div>
  3948. </div>
  3949. </div></div>
  3950. </div></div></div> <style type="text/css" id="pt-cv-inline-style-49b37ddjna">#pt-cv-view-830e90eug9 .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3951. #pt-cv-view-830e90eug9  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  3952. #pt-cv-view-830e90eug9 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  3953. #pt-cv-view-830e90eug9 .pt-cv-title a, #pt-cv-view-830e90eug9  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  3954. #pt-cv-view-830e90eug9  .pt-cv-title a:hover, #pt-cv-view-830e90eug9  .panel-title:hover   { color: #54595f !important; text-decoration: underline !important; }
  3955. #pt-cv-view-830e90eug9 .pt-cv-content , #pt-cv-view-830e90eug9  .pt-cv-content *:not(.pt-cv-readmore):not(style):not(script) { font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  3956. #pt-cv-view-830e90eug9  .pt-cv-hover-wrapper::before   { background-color: rgba(0,0,0,.3) !important; }
  3957. #pt-cv-view-830e90eug9  .pt-cv-content-item:hover .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  3958. #pt-cv-view-830e90eug9:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  3959. #pt-cv-view-830e90eug9 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  3960. #pt-cv-view-830e90eug9 .pt-cv-specialp { background-color: #CC3333 !important }
  3961. #pt-cv-view-830e90eug9 .pt-cv-specialp * { color: #fff !important; }
  3962. #pt-cv-view-830e90eug9 .pt-cv-pficon  { color: #bbb !important; }
  3963. #pt-cv-view-830e90eug9  .add_to_cart_button, #pt-cv-view-830e90eug9  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  3964. #pt-cv-view-830e90eug9  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  3965. #pt-cv-view-830e90eug9 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  3966. #pt-cv-view-830e90eug9 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  3967. #pt-cv-view-830e90eug9  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-830e90eug9  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  3968. [id^='pt-cv-filter-bar-830e90eug9'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-830e90eug9'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-830e90eug9'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-830e90eug9'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  3969. [id^='pt-cv-filter-bar-830e90eug9'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  3970. #pt-cv-gls-830e90eug9 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  3971. #pt-cv-view-830e90eug9 .pt-cv-gls-header  { color: #fff !important; background-color: #00aeef !important; }
  3972. #pt-cv-view-830e90eug9 .cvp-responsive-image[style*="background-image"] { width: 150px; height: 80px; }</style>
  3973. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  3974. </div>
  3975. </div>
  3976. </div>
  3977. </div>
  3978. </div>
  3979. </div>
  3980. </div>
  3981. </div>
  3982. </section>
  3983. </div>
  3984. </div>
  3985. </div>
  3986. </aside> </div>
  3987. </div>
  3988. </div>
  3989. </div>
  3990. </div>
  3991. <div class="elementor-element elementor-element-e9aff1b elementor-column elementor-col-50 elementor-inner-column" data-id="e9aff1b" data-element_type="column">
  3992. <div class="elementor-column-wrap  elementor-element-populated">
  3993. <div class="elementor-widget-wrap">
  3994. <div class="elementor-element elementor-element-f576ef8 elementor-widget elementor-widget-sidebar" data-id="f576ef8" data-element_type="widget" data-widget_type="sidebar.default">
  3995. <div class="elementor-widget-container">
  3996. <style type="text/css">.widget#elementor-library-9 input, .widget#elementor-library-9 textarea{}.widget#elementor-library-9 input[type="submit"], .widget#elementor-library-9 button{}</style>
  3997. <aside id="elementor-library-9" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_elementor-library"> <div data-elementor-type="section" data-elementor-id="2097508" class="elementor elementor-2097508" data-elementor-settings="[]">
  3998. <div class="elementor-inner">
  3999. <div class="elementor-section-wrap">
  4000. <section class="elementor-element elementor-element-225f1834 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="225f1834" data-element_type="section" data-settings='{"background_background":"classic"}'>
  4001. <div class="elementor-container elementor-column-gap-no">
  4002. <div class="elementor-row">
  4003. <div class="elementor-element elementor-element-11e9a0b4 elementor-column elementor-col-100 elementor-inner-column" data-id="11e9a0b4" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4004. <div class="elementor-column-wrap  elementor-element-populated">
  4005. <div class="elementor-widget-wrap">
  4006. <div class="elementor-element elementor-element-6a9bf177 elementor-widget elementor-widget-heading" data-id="6a9bf177" data-element_type="widget" data-widget_type="heading.default">
  4007. <div class="elementor-widget-container">
  4008. <h2 class="elementor-heading-title elementor-size-default"><a href="/tag/pollinators/"></a></h2>
  4009. <table style="width: 100%; border-width: 0px; margin-bottom: 4px; height: 56px">
  4010. <tbody>
  4011. <tr>
  4012. <td style="width: 56px; border-width: 0px; padding: 0px"><a href="/tag/pollinators/"><img loading="lazy" title="bees and pollinators" src="/wp-content/uploads/2019/02/home-bee-section-header-image.png" alt="bees and pollinators" width="56" height="56"></a></td>
  4013. <td style="width: 49%; color: #ffffff; font-family: Georgia, Times New Roman, Times, serif; font-weight: bold; font-size: 22px;  border-width: 0px;  padding-left: 15px;">Bees &amp; Pollinators</td>
  4014. <td style="text-align: right;  border-width: 0px; font-family: open sans; font-size: 12px; font-weight: bold; vertical-align: bottom; padding-bottom: 10px; padding-right: 15px"><a href="/tag/pollinators/" style=" color: #ffffff;">More...</a></td>
  4015. </tr>
  4016. </tbody>
  4017. </table> </div>
  4018. </div>
  4019. <div class="elementor-element elementor-element-3e5e75b3 elementor-widget elementor-widget-divider" data-id="3e5e75b3" data-element_type="widget" data-widget_type="divider.default">
  4020. <div class="elementor-widget-container">
  4021. <div class="elementor-divider">
  4022. <span class="elementor-divider-separator">
  4023. </span>
  4024. </div>
  4025. </div>
  4026. </div>
  4027. <div class="elementor-element elementor-element-d2efa69 elementor-widget elementor-widget-shortcode" data-id="d2efa69" data-element_type="widget" data-widget_type="shortcode.default">
  4028. <div class="elementor-widget-container">
  4029. <div class="elementor-shortcode">
  4030. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-c7522f2oyv"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4031. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2153919"><div class="pt-cv-ifield">
  4032. <a href="/2020/06/17/disaster-interrupted-which-farming-system-better-preserves-insect-populations-organic-or-conventional/" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd" target="_self"><img width="100" height="80" src="/wp-content/uploads/2020/06/mag-insects-image-superjumbo-v--150x150-100x80.jpg" class="pt-cv-thumbnail img-rounded pull-right no-lazyload " alt="mag insects image superjumbo v" loading="lazy"></a>
  4033. <div class="pt-cv-colwrap">
  4034. <h4 class="pt-cv-title"><a href="/2020/06/17/disaster-interrupted-which-farming-system-better-preserves-insect-populations-organic-or-conventional/" class="_self cvplbd" target="_self">Disaster interrupted: Which farming system better preserves insect populations: Organic or conventional?</a></h4>
  4035. <div class="pt-cv-content">A three-year run of fragmentary Armageddon-like studies had primed the journalism pumps and settled the media framing about the future ...</div>
  4036. </div>
  4037. </div></div>
  4038. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col" data-pid="2153715"><div class="pt-cv-ifield">
  4039. <a href="#" class="_self pt-cv-href-thumbnail pt-cv-thumb-right cvplbd" target="_self"><img width="100" height="80" src="/wp-content/uploads/2020/06/dead-bee-desolate-city-150x150-100x80.jpg" class="pt-cv-thumbnail img-rounded pull-right no-lazyload " alt="dead bee desolate city" loading="lazy"></a>
  4040. <div class="pt-cv-colwrap">
  4041. <h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">Are we facing an ‘Insect Apocalypse’ caused by ‘intensive, industrial’ farming and agricultural chemicals? The media say yes; Science says ‘no’</a></h4>
  4042. <div class="pt-cv-content">The media call it the “Insect Apocalypse”. In the past three years, the phrase has become an accepted truth of ...</div>
  4043. </div>
  4044. </div></div>
  4045. </div></div></div> <style type="text/css" id="pt-cv-inline-style-9d7f7ae1x4">#pt-cv-view-c7522f2oyv .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4046. #pt-cv-view-c7522f2oyv  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4047. #pt-cv-view-c7522f2oyv .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4048. #pt-cv-view-c7522f2oyv .pt-cv-title a, #pt-cv-view-c7522f2oyv  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4049. #pt-cv-view-c7522f2oyv  .pt-cv-title a:hover, #pt-cv-view-c7522f2oyv  .panel-title:hover   { text-decoration: underline !important; }
  4050. #pt-cv-view-c7522f2oyv .pt-cv-content , #pt-cv-view-c7522f2oyv  .pt-cv-content *:not(.pt-cv-readmore):not(style):not(script) { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  4051. #pt-cv-view-c7522f2oyv  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4052. #pt-cv-view-c7522f2oyv:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4053. #pt-cv-view-c7522f2oyv .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4054. #pt-cv-view-c7522f2oyv .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4055. #pt-cv-view-c7522f2oyv .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; line-height: 1.3 !important; color: #54595f !important; }
  4056. #pt-cv-view-c7522f2oyv .pt-cv-specialp { background-color: rgba(214,95,69,0.4) !important }
  4057. #pt-cv-view-c7522f2oyv .pt-cv-specialp * { color: #fff !important; }
  4058. #pt-cv-view-c7522f2oyv .pt-cv-pficon  { color: #bbb !important; }
  4059. #pt-cv-view-c7522f2oyv  .add_to_cart_button, #pt-cv-view-c7522f2oyv  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4060. #pt-cv-view-c7522f2oyv  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4061. #pt-cv-view-c7522f2oyv .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4062. #pt-cv-view-c7522f2oyv .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4063. #pt-cv-view-c7522f2oyv  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-c7522f2oyv  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4064. [id^='pt-cv-filter-bar-c7522f2oyv'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-c7522f2oyv'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-c7522f2oyv'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-c7522f2oyv'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4065. [id^='pt-cv-filter-bar-c7522f2oyv'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4066. #pt-cv-gls-c7522f2oyv li a   { font-weight: 600 !important; }
  4067. #pt-cv-gls-c7522f2oyv li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4068. #pt-cv-view-c7522f2oyv .pt-cv-gls-header  { background-color: #00aeef !important; }
  4069. #pt-cv-view-c7522f2oyv .img-rounded, #pt-cv-view-c7522f2oyv .pt-cv-hover-wrapper { -webkit-border-radius: 2px !important; -moz-border-radius: 2px !important; border-radius: 2px !important; }
  4070. #pt-cv-view-c7522f2oyv .pt-cv-cap-w-img { border-bottom-left-radius: 2px !important; border-bottom-right-radius: 2px !important; }</style>
  4071. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4072. </div>
  4073. </div>
  4074. </div>
  4075. </div>
  4076. </div>
  4077. </div>
  4078. </div>
  4079. </div>
  4080. </section>
  4081. </div>
  4082. </div>
  4083. </div>
  4084. </aside> </div>
  4085. </div>
  4086. </div>
  4087. </div>
  4088. </div>
  4089. </div>
  4090. </div>
  4091. </section>
  4092. </div>
  4093. </div>
  4094. </div>
  4095. <div class="elementor-element elementor-element-8a6d412 elementor-hidden-tablet elementor-hidden-phone elementor-column elementor-col-50 elementor-top-column" data-id="8a6d412" data-element_type="column">
  4096. <div class="elementor-column-wrap  elementor-element-populated">
  4097. <div class="elementor-widget-wrap">
  4098. <div class="elementor-element elementor-element-01eb7cf elementor-widget elementor-widget-heading" data-id="01eb7cf" data-element_type="widget" data-widget_type="heading.default">
  4099. <div class="elementor-widget-container">
  4100. <h2 class="elementor-heading-title elementor-size-default">Trending</h2> </div>
  4101. </div>
  4102. <div class="elementor-element elementor-element-6930afc elementor-widget elementor-widget-sidebar" data-id="6930afc" data-element_type="widget" data-widget_type="sidebar.default">
  4103. <div class="elementor-widget-container">
  4104. <style type="text/css">.widget#top-posts-11 input, .widget#top-posts-11 textarea{}.widget#top-posts-11 input[type="submit"], .widget#top-posts-11 button{}</style>
  4105. <aside id="top-posts-11" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_top-posts"><ul class="widgets-list-layout no-grav">
  4106. <li>
  4107. <a href="/2020/08/17/why-sars-disappeared-in-2003-while-the-coronavirus-keeps-on-spreading/" title="Why SARS disappeared in 2003 while the coronavirus keeps on spreading" class="bump-view" data-bump-view="tp">
  4108. <img loading="lazy" width="59" height="59" src="/i0wp/geneticliteracyproject.org/wp-content/uploads/2020/08/e-bdd-b-b-d-.jpg" alt="Why SARS disappeared in 2003 while the coronavirus keeps on spreading" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4109. </a>
  4110. <div class="widgets-list-layout-links">
  4111. <a href="/2020/08/17/why-sars-disappeared-in-2003-while-the-coronavirus-keeps-on-spreading/" title="Why SARS disappeared in 2003 while the coronavirus keeps on spreading" class="bump-view" data-bump-view="tp">Why SARS disappeared in 2003 while the coronavirus keeps on spreading</a>
  4112. </div>
  4113. </li>
  4114. <li>
  4115. <a href="/2020/08/24/democratic-strategists-urge-joe-biden-to-take-on-monsanto-to-win-rural-support/" title="Democratic strategists urge Joe Biden to take on Monsanto to win rural support" class="bump-view" data-bump-view="tp">
  4116. </a>
  4117. <div class="widgets-list-layout-links">
  4118. <a href="/2020/08/24/democratic-strategists-urge-joe-biden-to-take-on-monsanto-to-win-rural-support/" title="Democratic strategists urge Joe Biden to take on Monsanto to win rural support" class="bump-view" data-bump-view="tp">Democratic strategists urge Joe Biden to take on Monsanto to win rural support</a>
  4119. </div>
  4120. </li>
  4121. <li>
  4122. <a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" title="CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way" class="bump-view" data-bump-view="tp">
  4123. <img loading="lazy" width="59" height="59" src="/i1wp/geneticliteracyproject.org/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a.jpg" alt="CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4124. </a>
  4125. <div class="widgets-list-layout-links">
  4126. <a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" title="CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way" class="bump-view" data-bump-view="tp">CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way</a>
  4127. </div>
  4128. </li>
  4129. <li>
  4130. <a href="/2018/05/10/immunotherapy-last-resort-for-terminal-cancer-patients/" title="Immunotherapy as a last resort for terminal cancer patients" class="bump-view" data-bump-view="tp">
  4131. <img loading="lazy" width="59" height="59" src="/i0wp/geneticliteracyproject.org/wp-content/uploads/2018/05/5-3-2018-02cancer4-superjumbo.jpg" alt="Immunotherapy as a last resort for terminal cancer patients" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4132. </a>
  4133. <div class="widgets-list-layout-links">
  4134. <a href="/2018/05/10/immunotherapy-last-resort-for-terminal-cancer-patients/" title="Immunotherapy as a last resort for terminal cancer patients" class="bump-view" data-bump-view="tp">Immunotherapy as a last resort for terminal cancer patients</a>
  4135. </div>
  4136. </li>
  4137. <li>
  4138. <a href="/2020/07/23/organic-fungicide-copper-sulfate-poses-dangers-to-humans-animals-insects-how-does-it-compare-to-conventional-pesticides/" title="Organic fungicide copper sulfate endangers humans, animals and insects" class="bump-view" data-bump-view="tp">
  4139. <img loading="lazy" width="59" height="59" src="/i0wp/geneticliteracyproject.org/wp-content/uploads/2017/11/factory-supply-higher-quality-blue-granular-powder-copper-sulfate-pentahydrate.jpg" alt="Organic fungicide copper sulfate endangers humans, animals and insects" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4140. </a>
  4141. <div class="widgets-list-layout-links">
  4142. <a href="/2020/07/23/organic-fungicide-copper-sulfate-poses-dangers-to-humans-animals-insects-how-does-it-compare-to-conventional-pesticides/" title="Organic fungicide copper sulfate endangers humans, animals and insects" class="bump-view" data-bump-view="tp">Organic fungicide copper sulfate endangers humans, animals and insects</a>
  4143. </div>
  4144. </li>
  4145. <li>
  4146. <a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" title="Is artificial intelligence (AI) medicine racially biased?" class="bump-view" data-bump-view="tp">
  4147. <img loading="lazy" width="59" height="59" src="/i1wp/geneticliteracyproject.org/wp-content/uploads/2020/08/unnamed-file-1.jpg" alt="Is artificial intelligence (AI) medicine racially biased?" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4148. </a>
  4149. <div class="widgets-list-layout-links">
  4150. <a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" title="Is artificial intelligence (AI) medicine racially biased?" class="bump-view" data-bump-view="tp">Is artificial intelligence (AI) medicine racially biased?</a>
  4151. </div>
  4152. </li>
  4153. <li>
  4154. <a href="/2016/07/29/does-the-human-warrior-gene-make-violent-criminals-and-what-should-society-do/" title="Do the MAOA and CDH13 'human warrior genes' make violent criminals—and what should society do?" class="bump-view" data-bump-view="tp">
  4155. <img loading="lazy" width="59" height="59" src="/i2wp/geneticliteracyproject.org/wp-content/uploads/2016/07/screen-shot-2016-07-29-at-1.16.46-am.png" alt="Do the MAOA and CDH13 'human warrior genes' make violent criminals—and what should society do?" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4156. </a>
  4157. <div class="widgets-list-layout-links">
  4158. <a href="/2016/07/29/does-the-human-warrior-gene-make-violent-criminals-and-what-should-society-do/" title="Do the MAOA and CDH13 'human warrior genes' make violent criminals—and what should society do?" class="bump-view" data-bump-view="tp">Do the MAOA and CDH13 'human warrior genes' make violent criminals—and what should society do?</a>
  4159. </div>
  4160. </li>
  4161. <li>
  4162. <a href="/2020/08/24/stem-cell-transplants-show-promise-as-possible-aids-cure/" title="Stem cell transplants show promise as possible AIDS cure" class="bump-view" data-bump-view="tp">
  4163. <img loading="lazy" width="59" height="59" src="/i0wp/geneticliteracyproject.org/wp-content/uploads/2020/08/c-d-a-dfa-b-.jpg" alt="Stem cell transplants show promise as possible AIDS cure" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4164. </a>
  4165. <div class="widgets-list-layout-links">
  4166. <a href="/2020/08/24/stem-cell-transplants-show-promise-as-possible-aids-cure/" title="Stem cell transplants show promise as possible AIDS cure" class="bump-view" data-bump-view="tp">Stem cell transplants show promise as possible AIDS cure</a>
  4167. </div>
  4168. </li>
  4169. <li>
  4170. <a href="#" title="Viewpoint: ‘All natural’ pet food is no better for Fido, and it's terrible for the environment" class="bump-view" data-bump-view="tp">
  4171. <img loading="lazy" width="59" height="59" src="/i2wp/geneticliteracyproject.org/wp-content/uploads/2020/08/best-organic-natural-and-grain-free-dog-foods-x.png" alt="Viewpoint: ‘All natural’ pet food is no better for Fido, and it's terrible for the environment" data-pin-nopin="true" class="widgets-list-layout-blavatar">
  4172. </a>
  4173. <div class="widgets-list-layout-links">
  4174. <a href="#" title="Viewpoint: ‘All natural’ pet food is no better for Fido, and it's terrible for the environment" class="bump-view" data-bump-view="tp">Viewpoint: ‘All natural’ pet food is no better for Fido, and it's terrible for the environment</a>
  4175. </div>
  4176. </li>
  4177. </ul>
  4178. </aside> </div>
  4179. </div>
  4180. </div>
  4181. </div>
  4182. </div>
  4183. </div>
  4184. </div>
  4185. </section>
  4186. <section class="elementor-element elementor-element-6aa2054e elementor-section-full_width elementor-hidden-phone elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="6aa2054e" data-element_type="section" data-settings='{"background_background":"classic"}'>
  4187. <div class="elementor-background-overlay"></div>
  4188. <div class="elementor-container elementor-column-gap-default">
  4189. <div class="elementor-row">
  4190. <div class="elementor-element elementor-element-5740e4fb elementor-column elementor-col-100 elementor-inner-column" data-id="5740e4fb" data-element_type="column">
  4191. <div class="elementor-column-wrap  elementor-element-populated">
  4192. <div class="elementor-widget-wrap">
  4193. <div class="elementor-element elementor-element-03f09b7 elementor-widget elementor-widget-wp-widget-advads_ad_widget" data-id="03f09b7" data-element_type="widget" data-widget_type="wp-widget-advads_ad_widget.default">
  4194. <div class="elementor-widget-container">
  4195. <div class="genet-home-above-glp-library" style="text-align: center; " id="genet-392683087">
  4196. <span id="ezoic-pub-ad-placeholder-143"></span><span style="display:block !important;float:none !important;margin-bottom:15 !important;margin-left:0px !important;margin-right:0px !important;margin-top:15 !important;min-height:90px;min-width:728px;text-align:center !important;" class="ezoic-ad large-mobile-banner-1 adtester-container adtester-container-143" data-ez-name="geneticliteracyproject_org-large-mobile-banner-1"><span id="div-gpt-ad-geneticliteracyproject_org-large-mobile-banner-1-0" ezaw="728" ezah="90" style="position:relative;z-index:0;display:inline-block;min-height:90px;min-width:728px;" class="ezoic-ad"><script data-ezscrex="false" data-cfasync="false" type="text/javascript" style="display:none;">eval(ez_write_tag([[728,90],'geneticliteracyproject_org-large-mobile-banner-1','ezslot_1',143,'0','0']));</script></span></span>
  4197. </div> </div>
  4198. </div>
  4199. </div>
  4200. </div>
  4201. </div>
  4202. </div>
  4203. </div>
  4204. </section>
  4205. <section class="elementor-element elementor-element-332f519 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="332f519" data-element_type="section" data-settings='{"background_background":"classic"}'>
  4206. <div class="elementor-background-overlay"></div>
  4207. <div class="elementor-container elementor-column-gap-default">
  4208. <div class="elementor-row">
  4209. <div class="elementor-element elementor-element-28af23f elementor-column elementor-col-100 elementor-inner-column" data-id="28af23f" data-element_type="column">
  4210. <div class="elementor-column-wrap  elementor-element-populated">
  4211. <div class="elementor-widget-wrap">
  4212. <div class="elementor-element elementor-element-974b191 elementor-widget elementor-widget-heading" data-id="974b191" data-element_type="widget" data-widget_type="heading.default">
  4213. <div class="elementor-widget-container">
  4214. <h2 class="elementor-heading-title elementor-size-default"><a href="/glp-library">GLP Library Search</a></h2> </div>
  4215. </div>
  4216. </div>
  4217. </div>
  4218. </div>
  4219. </div>
  4220. </div>
  4221. </section>
  4222. <section class="elementor-element elementor-element-6acba820 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="6acba820" data-element_type="section">
  4223. <div class="elementor-container elementor-column-gap-default">
  4224. <div class="elementor-row">
  4225. <div class="elementor-element elementor-element-41380711 elementor-column elementor-col-50 elementor-inner-column" data-id="41380711" data-element_type="column">
  4226. <div class="elementor-column-wrap  elementor-element-populated">
  4227. <div class="elementor-widget-wrap">
  4228. <div class="elementor-element elementor-element-55a10cbf elementor-tablet-align-justify elementor-mobile-align-justify elementor-hidden-desktop elementor-widget elementor-widget-button" data-id="55a10cbf" data-element_type="widget" data-widget_type="button.default">
  4229. <div class="elementor-widget-container">
  4230. <div class="elementor-button-wrapper">
  4231. <a href="/glp-library/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
  4232. <span class="elementor-button-content-wrapper">
  4233. <span class="elementor-button-icon elementor-align-icon-left">
  4234. <i aria-hidden="true" class="fas fa-search"></i> </span>
  4235. <span class="elementor-button-text">Search the Library</span>
  4236. </span>
  4237. </a>
  4238. </div>
  4239. </div>
  4240. </div>
  4241. <div class="elementor-element elementor-element-3b7ff423 elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-text-editor" data-id="3b7ff423" data-element_type="widget" data-widget_type="text-editor.default">
  4242. <div class="elementor-widget-container">
  4243. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: left;">The GLP Library contains over 25,000 articles—it is among the largest online repositories of genetics knowledge</div></div>
  4244. </div>
  4245. </div>
  4246. </div>
  4247. </div>
  4248. </div>
  4249. <div class="elementor-element elementor-element-207d0009 elementor-column elementor-col-50 elementor-inner-column" data-id="207d0009" data-element_type="column">
  4250. <div class="elementor-column-wrap  elementor-element-populated">
  4251. <div class="elementor-widget-wrap">
  4252. <div class="elementor-element elementor-element-651fb3dc elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-image" data-id="651fb3dc" data-element_type="widget" data-widget_type="image.default">
  4253. <div class="elementor-widget-container">
  4254. <div class="elementor-image">
  4255. <a href="/glp-library">
  4256. <img width="1097" height="73" src="/wp-content/uploads/2019/02/glp-search-button.png" class="attachment-full size-full" alt="glp search button" loading="lazy"> </a>
  4257. </div>
  4258. </div>
  4259. </div>
  4260. </div>
  4261. </div>
  4262. </div>
  4263. </div>
  4264. </div>
  4265. </section>
  4266. <section class="elementor-element elementor-element-5f8cb819 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="5f8cb819" data-element_type="section" data-settings='{"background_background":"classic"}'>
  4267. <div class="elementor-container elementor-column-gap-default">
  4268. <div class="elementor-row">
  4269. <div class="elementor-element elementor-element-40b1654f elementor-column elementor-col-100 elementor-inner-column" data-id="40b1654f" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4270. <div class="elementor-column-wrap  elementor-element-populated">
  4271. <div class="elementor-widget-wrap">
  4272. <div class="elementor-element elementor-element-65dde8e8 elementor-widget elementor-widget-heading" data-id="65dde8e8" data-element_type="widget" data-widget_type="heading.default">
  4273. <div class="elementor-widget-container">
  4274. <h2 class="elementor-heading-title elementor-size-default">Latest Articles by Subject</h2> </div>
  4275. </div>
  4276. </div>
  4277. </div>
  4278. </div>
  4279. </div>
  4280. </div>
  4281. </section>
  4282. <section class="elementor-element elementor-element-7014ad9 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="7014ad9" data-element_type="section">
  4283. <div class="elementor-container elementor-column-gap-default">
  4284. <div class="elementor-row">
  4285. <div class="elementor-element elementor-element-8b89095 elementor-column elementor-col-25 elementor-inner-column" data-id="8b89095" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4286. <div class="elementor-column-wrap  elementor-element-populated">
  4287. <div class="elementor-widget-wrap">
  4288. <div class="elementor-element elementor-element-159bb190 elementor-widget elementor-widget-text-editor" data-id="159bb190" data-element_type="widget" data-widget_type="text-editor.default">
  4289. <div class="elementor-widget-container">
  4290. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/agricultural-regulations/">Agricultural Laws &amp; Regs</a></span></p></div>
  4291. </div>
  4292. </div>
  4293. <div class="elementor-element elementor-element-3be8494e elementor-widget elementor-widget-shortcode" data-id="3be8494e" data-element_type="widget" data-widget_type="shortcode.default">
  4294. <div class="elementor-widget-container">
  4295. <div class="elementor-shortcode">
  4296. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-4a812433sw"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333713"><div class="pt-cv-ifield"><a href="/2020/08/24/cuba-expects-massive-crop-yield-increase-with-gmo-insect-resistant-herbicide-tolerant-corn/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="CubanCornFarm USDeptOfAg CCBY point x px" loading="lazy" data-cvpsrc="/wp-content/uploads/2017/04/cubancornfarm-usdeptofag-ccby2point0-640x426px-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-0172548vk9">#pt-cv-view-4a812433sw .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4297. #pt-cv-view-4a812433sw  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4298. #pt-cv-view-4a812433sw .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4299. #pt-cv-view-4a812433sw .pt-cv-title a, #pt-cv-view-4a812433sw  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4300. #pt-cv-view-4a812433sw  .pt-cv-title a:hover, #pt-cv-view-4a812433sw  .panel-title:hover   { color: #000000 !important; }
  4301. #pt-cv-view-4a812433sw  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4302. #pt-cv-view-4a812433sw:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4303. #pt-cv-view-4a812433sw .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4304. #pt-cv-view-4a812433sw .pt-cv-specialp { background-color: #CC3333 !important }
  4305. #pt-cv-view-4a812433sw .pt-cv-specialp * { color: #fff !important; }
  4306. #pt-cv-view-4a812433sw .pt-cv-pficon  { color: #bbb !important; }
  4307. #pt-cv-view-4a812433sw  .add_to_cart_button, #pt-cv-view-4a812433sw  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4308. #pt-cv-view-4a812433sw  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4309. #pt-cv-view-4a812433sw .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4310. #pt-cv-view-4a812433sw .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4311. #pt-cv-view-4a812433sw  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-4a812433sw  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4312. [id^='pt-cv-filter-bar-4a812433sw'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-4a812433sw'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-4a812433sw'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-4a812433sw'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4313. [id^='pt-cv-filter-bar-4a812433sw'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4314. #pt-cv-gls-4a812433sw li a   { font-weight: 600 !important; }
  4315. #pt-cv-gls-4a812433sw li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4316. #pt-cv-view-4a812433sw .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4317. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4318. </div>
  4319. </div>
  4320. </div>
  4321. <div class="elementor-element elementor-element-69ad9090 elementor-widget elementor-widget-shortcode" data-id="69ad9090" data-element_type="widget" data-widget_type="shortcode.default">
  4322. <div class="elementor-widget-container">
  4323. <div class="elementor-shortcode">
  4324. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-e1fa59cnru"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333713"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/cuba-expects-massive-crop-yield-increase-with-gmo-insect-resistant-herbicide-tolerant-corn/" class="_self cvplbd" target="_self">Cuba expects massive crop yield increase with GMO insect-resistant, herbicide-tolerant corn</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-fef42fcg8b">#pt-cv-view-e1fa59cnru .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4325. #pt-cv-view-e1fa59cnru  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4326. #pt-cv-view-e1fa59cnru .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4327. #pt-cv-view-e1fa59cnru .pt-cv-title a, #pt-cv-view-e1fa59cnru  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4328. #pt-cv-view-e1fa59cnru  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4329. #pt-cv-view-e1fa59cnru:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4330. #pt-cv-view-e1fa59cnru .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4331. #pt-cv-view-e1fa59cnru .pt-cv-specialp { background-color: #CC3333 !important }
  4332. #pt-cv-view-e1fa59cnru .pt-cv-specialp * { color: #fff !important; }
  4333. #pt-cv-view-e1fa59cnru .pt-cv-pficon  { color: #bbb !important; }
  4334. #pt-cv-view-e1fa59cnru  .add_to_cart_button, #pt-cv-view-e1fa59cnru  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4335. #pt-cv-view-e1fa59cnru  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4336. #pt-cv-view-e1fa59cnru .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4337. #pt-cv-view-e1fa59cnru .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4338. #pt-cv-view-e1fa59cnru  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-e1fa59cnru  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4339. [id^='pt-cv-filter-bar-e1fa59cnru'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-e1fa59cnru'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-e1fa59cnru'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-e1fa59cnru'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4340. [id^='pt-cv-filter-bar-e1fa59cnru'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4341. #pt-cv-gls-e1fa59cnru li a   { font-weight: 600 !important; }
  4342. #pt-cv-gls-e1fa59cnru li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4343. #pt-cv-view-e1fa59cnru .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4344. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4345. </div>
  4346. </div>
  4347. </div>
  4348. <div class="elementor-element elementor-element-63eae06b elementor-widget elementor-widget-shortcode" data-id="63eae06b" data-element_type="widget" data-widget_type="shortcode.default">
  4349. <div class="elementor-widget-container">
  4350. <div class="elementor-shortcode">
  4351. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-7c3eb7bcp8"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4352. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self cvplbd" target="_self">CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way</a></h4></div></div>
  4353. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333711"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">GMOs ‘pose no health risks,’ biotech experts say, but ‘bioengineered’ food labels coming anyway</a></h4></div></div>
  4354. </div></div></div> <style type="text/css" id="pt-cv-inline-style-6d4ce90ste">#pt-cv-view-7c3eb7bcp8 .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  4355. #pt-cv-view-7c3eb7bcp8  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4356. #pt-cv-view-7c3eb7bcp8 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4357. #pt-cv-view-7c3eb7bcp8 .pt-cv-title a, #pt-cv-view-7c3eb7bcp8  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4358. #pt-cv-view-7c3eb7bcp8  .pt-cv-title a:hover, #pt-cv-view-7c3eb7bcp8  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  4359. #pt-cv-view-7c3eb7bcp8  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4360. #pt-cv-view-7c3eb7bcp8:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4361. #pt-cv-view-7c3eb7bcp8 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4362. #pt-cv-view-7c3eb7bcp8 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4363. #pt-cv-view-7c3eb7bcp8 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  4364. #pt-cv-view-7c3eb7bcp8 .pt-cv-specialp { background-color: #CC3333 !important }
  4365. #pt-cv-view-7c3eb7bcp8 .pt-cv-specialp * { color: #fff !important; }
  4366. #pt-cv-view-7c3eb7bcp8 .pt-cv-pficon  { color: #bbb !important; }
  4367. #pt-cv-view-7c3eb7bcp8  .add_to_cart_button, #pt-cv-view-7c3eb7bcp8  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4368. #pt-cv-view-7c3eb7bcp8  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4369. #pt-cv-view-7c3eb7bcp8 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4370. #pt-cv-view-7c3eb7bcp8 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4371. #pt-cv-view-7c3eb7bcp8  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-7c3eb7bcp8  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  4372. #pt-cv-view-7c3eb7bcp8  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-7c3eb7bcp8  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  4373. [id^='pt-cv-filter-bar-7c3eb7bcp8'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-7c3eb7bcp8'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-7c3eb7bcp8'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-7c3eb7bcp8'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4374. [id^='pt-cv-filter-bar-7c3eb7bcp8'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4375. #pt-cv-gls-7c3eb7bcp8 li a   { font-weight: 600 !important; }
  4376. #pt-cv-gls-7c3eb7bcp8 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4377. #pt-cv-view-7c3eb7bcp8 .pt-cv-gls-header  { background-color: #00aeef !important; }
  4378. #pt-cv-view-7c3eb7bcp8 .img-rounded, #pt-cv-view-7c3eb7bcp8 .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  4379. #pt-cv-view-7c3eb7bcp8 .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  4380. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4381. </div>
  4382. </div>
  4383. </div>
  4384. <div class="elementor-element elementor-element-45d0e1c9 elementor-widget elementor-widget-text-editor" data-id="45d0e1c9" data-element_type="widget" data-widget_type="text-editor.default">
  4385. <div class="elementor-widget-container">
  4386. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/agricultural-regulations/"><strong>More</strong>…</a></div></div>
  4387. </div>
  4388. </div>
  4389. </div>
  4390. </div>
  4391. </div>
  4392. <div class="elementor-element elementor-element-6207f366 elementor-column elementor-col-25 elementor-inner-column" data-id="6207f366" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4393. <div class="elementor-column-wrap  elementor-element-populated">
  4394. <div class="elementor-widget-wrap">
  4395. <div class="elementor-element elementor-element-32560e7e elementor-widget elementor-widget-text-editor" data-id="32560e7e" data-element_type="widget" data-widget_type="text-editor.default">
  4396. <div class="elementor-widget-container">
  4397. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/ancestry-evolution/">Ancestry &amp; Evolution</a></span></p></div>
  4398. </div>
  4399. </div>
  4400. <div class="elementor-element elementor-element-2d8354e5 elementor-widget elementor-widget-shortcode" data-id="2d8354e5" data-element_type="widget" data-widget_type="shortcode.default">
  4401. <div class="elementor-widget-container">
  4402. <div class="elementor-shortcode">
  4403. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-47dca330s5"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330364"><div class="pt-cv-ifield"><a href="/2020/08/24/future-pandemics-where-dangerous-pathogens-lie-in-wait/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="hctf nr bat swab photo credit jared hobbs small x" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/hctf-nr-bat-swab-photo-credit-jared-hobbs-small-x--300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-c92ae42pze">#pt-cv-view-47dca330s5 .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4404. #pt-cv-view-47dca330s5  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4405. #pt-cv-view-47dca330s5 .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4406. #pt-cv-view-47dca330s5 .pt-cv-title a, #pt-cv-view-47dca330s5  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4407. #pt-cv-view-47dca330s5  .pt-cv-title a:hover, #pt-cv-view-47dca330s5  .panel-title:hover   { color: #000000 !important; }
  4408. #pt-cv-view-47dca330s5  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4409. #pt-cv-view-47dca330s5:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4410. #pt-cv-view-47dca330s5 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4411. #pt-cv-view-47dca330s5 .pt-cv-specialp { background-color: #CC3333 !important }
  4412. #pt-cv-view-47dca330s5 .pt-cv-specialp * { color: #fff !important; }
  4413. #pt-cv-view-47dca330s5 .pt-cv-pficon  { color: #bbb !important; }
  4414. #pt-cv-view-47dca330s5  .add_to_cart_button, #pt-cv-view-47dca330s5  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4415. #pt-cv-view-47dca330s5  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4416. #pt-cv-view-47dca330s5 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4417. #pt-cv-view-47dca330s5 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4418. #pt-cv-view-47dca330s5  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-47dca330s5  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4419. [id^='pt-cv-filter-bar-47dca330s5'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-47dca330s5'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-47dca330s5'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-47dca330s5'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4420. [id^='pt-cv-filter-bar-47dca330s5'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4421. #pt-cv-gls-47dca330s5 li a   { font-weight: 600 !important; }
  4422. #pt-cv-gls-47dca330s5 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4423. #pt-cv-view-47dca330s5 .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4424. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4425. </div>
  4426. </div>
  4427. </div>
  4428. <div class="elementor-element elementor-element-209d6293 elementor-widget elementor-widget-shortcode" data-id="209d6293" data-element_type="widget" data-widget_type="shortcode.default">
  4429. <div class="elementor-widget-container">
  4430. <div class="elementor-shortcode">
  4431. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-7603f5fomg"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330364"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/future-pandemics-where-dangerous-pathogens-lie-in-wait/" class="_self cvplbd" target="_self">Future pandemics: Where dangerous pathogens lie in wait</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-b817278kcx">#pt-cv-view-7603f5fomg .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4432. #pt-cv-view-7603f5fomg  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4433. #pt-cv-view-7603f5fomg .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4434. #pt-cv-view-7603f5fomg .pt-cv-title a, #pt-cv-view-7603f5fomg  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4435. #pt-cv-view-7603f5fomg  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4436. #pt-cv-view-7603f5fomg:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4437. #pt-cv-view-7603f5fomg .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4438. #pt-cv-view-7603f5fomg .pt-cv-specialp { background-color: #CC3333 !important }
  4439. #pt-cv-view-7603f5fomg .pt-cv-specialp * { color: #fff !important; }
  4440. #pt-cv-view-7603f5fomg .pt-cv-pficon  { color: #bbb !important; }
  4441. #pt-cv-view-7603f5fomg  .add_to_cart_button, #pt-cv-view-7603f5fomg  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4442. #pt-cv-view-7603f5fomg  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4443. #pt-cv-view-7603f5fomg .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4444. #pt-cv-view-7603f5fomg .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4445. #pt-cv-view-7603f5fomg  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-7603f5fomg  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4446. [id^='pt-cv-filter-bar-7603f5fomg'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-7603f5fomg'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-7603f5fomg'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-7603f5fomg'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4447. [id^='pt-cv-filter-bar-7603f5fomg'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4448. #pt-cv-gls-7603f5fomg li a   { font-weight: 600 !important; }
  4449. #pt-cv-gls-7603f5fomg li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4450. #pt-cv-view-7603f5fomg .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4451. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4452. </div>
  4453. </div>
  4454. </div>
  4455. <div class="elementor-element elementor-element-bba974c elementor-widget elementor-widget-shortcode" data-id="bba974c" data-element_type="widget" data-widget_type="shortcode.default">
  4456. <div class="elementor-widget-container">
  4457. <div class="elementor-shortcode">
  4458. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-f396c3fn4x"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4459. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331249"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/dna-shows-neanderthals-mated-with-humans-in-two-waves-not-just-once/" class="_self cvplbd" target="_self">DNA shows Neanderthals mated with humans in two waves, not just once</a></h4></div></div>
  4460. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331541"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/20/discovery-of-fire-lit-up-human-evolution-when-did-it-occur/" class="_self cvplbd" target="_self">Discovery of fire lit up human evolution. When did it occur?</a></h4></div></div>
  4461. </div></div></div> <style type="text/css" id="pt-cv-inline-style-1ebf300oqb">#pt-cv-view-f396c3fn4x .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  4462. #pt-cv-view-f396c3fn4x  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4463. #pt-cv-view-f396c3fn4x .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4464. #pt-cv-view-f396c3fn4x .pt-cv-title a, #pt-cv-view-f396c3fn4x  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4465. #pt-cv-view-f396c3fn4x  .pt-cv-title a:hover, #pt-cv-view-f396c3fn4x  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  4466. #pt-cv-view-f396c3fn4x  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4467. #pt-cv-view-f396c3fn4x:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4468. #pt-cv-view-f396c3fn4x .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4469. #pt-cv-view-f396c3fn4x .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4470. #pt-cv-view-f396c3fn4x .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  4471. #pt-cv-view-f396c3fn4x .pt-cv-specialp { background-color: #CC3333 !important }
  4472. #pt-cv-view-f396c3fn4x .pt-cv-specialp * { color: #fff !important; }
  4473. #pt-cv-view-f396c3fn4x .pt-cv-pficon  { color: #bbb !important; }
  4474. #pt-cv-view-f396c3fn4x  .add_to_cart_button, #pt-cv-view-f396c3fn4x  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4475. #pt-cv-view-f396c3fn4x  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4476. #pt-cv-view-f396c3fn4x .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4477. #pt-cv-view-f396c3fn4x .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4478. #pt-cv-view-f396c3fn4x  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-f396c3fn4x  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  4479. #pt-cv-view-f396c3fn4x  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-f396c3fn4x  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  4480. [id^='pt-cv-filter-bar-f396c3fn4x'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-f396c3fn4x'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-f396c3fn4x'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-f396c3fn4x'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4481. [id^='pt-cv-filter-bar-f396c3fn4x'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4482. #pt-cv-gls-f396c3fn4x li a   { font-weight: 600 !important; }
  4483. #pt-cv-gls-f396c3fn4x li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4484. #pt-cv-view-f396c3fn4x .pt-cv-gls-header  { background-color: #00aeef !important; }
  4485. #pt-cv-view-f396c3fn4x .img-rounded, #pt-cv-view-f396c3fn4x .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  4486. #pt-cv-view-f396c3fn4x .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  4487. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4488. </div>
  4489. </div>
  4490. </div>
  4491. <div class="elementor-element elementor-element-3ae520f7 elementor-widget elementor-widget-text-editor" data-id="3ae520f7" data-element_type="widget" data-widget_type="text-editor.default">
  4492. <div class="elementor-widget-container">
  4493. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/ancestry-evolution/"><strong>More</strong>…</a></div></div>
  4494. </div>
  4495. </div>
  4496. </div>
  4497. </div>
  4498. </div>
  4499. <div class="elementor-element elementor-element-d062b50 elementor-column elementor-col-25 elementor-inner-column" data-id="d062b50" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4500. <div class="elementor-column-wrap  elementor-element-populated">
  4501. <div class="elementor-widget-wrap">
  4502. <div class="elementor-element elementor-element-57345fa9 elementor-widget elementor-widget-text-editor" data-id="57345fa9" data-element_type="widget" data-widget_type="text-editor.default">
  4503. <div class="elementor-widget-container">
  4504. <div class="elementor-text-editor elementor-clearfix">
  4505. <p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/biomedical-regulations-ethics/">Biomedical Regs &amp; Ethics</a></span></p>
  4506. <div class="genet-content-placement-after-3rd-paragraph" style="text-align: center; " id="genet-2013298814">
  4507. <span id="ezoic-pub-ad-placeholder-112" data-ezadblocked="true"></span>
  4508. </div>
  4509. </div>
  4510. </div>
  4511. </div>
  4512. <div class="elementor-element elementor-element-12c941bf elementor-widget elementor-widget-shortcode" data-id="12c941bf" data-element_type="widget" data-widget_type="shortcode.default">
  4513. <div class="elementor-widget-container">
  4514. <div class="elementor-shortcode">
  4515. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-e34b22bd2i"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332321"><div class="pt-cv-ifield"><a href="/2020/08/24/trump-administration-cdc-fumbling-efforts-to-push-back-against-vaccine-deniers/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="http com ft imagepublish upp prod us s amazonaws" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/http-com-ft-imagepublish-upp-prod-us-s-amazonaws--300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-0162fd2nkt">#pt-cv-view-e34b22bd2i .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4516. #pt-cv-view-e34b22bd2i  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4517. #pt-cv-view-e34b22bd2i .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4518. #pt-cv-view-e34b22bd2i .pt-cv-title a, #pt-cv-view-e34b22bd2i  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4519. #pt-cv-view-e34b22bd2i  .pt-cv-title a:hover, #pt-cv-view-e34b22bd2i  .panel-title:hover   { color: #000000 !important; }
  4520. #pt-cv-view-e34b22bd2i  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4521. #pt-cv-view-e34b22bd2i:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4522. #pt-cv-view-e34b22bd2i .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4523. #pt-cv-view-e34b22bd2i .pt-cv-specialp { background-color: #CC3333 !important }
  4524. #pt-cv-view-e34b22bd2i .pt-cv-specialp * { color: #fff !important; }
  4525. #pt-cv-view-e34b22bd2i .pt-cv-pficon  { color: #bbb !important; }
  4526. #pt-cv-view-e34b22bd2i  .add_to_cart_button, #pt-cv-view-e34b22bd2i  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4527. #pt-cv-view-e34b22bd2i  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4528. #pt-cv-view-e34b22bd2i .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4529. #pt-cv-view-e34b22bd2i .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4530. #pt-cv-view-e34b22bd2i  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-e34b22bd2i  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4531. [id^='pt-cv-filter-bar-e34b22bd2i'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-e34b22bd2i'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-e34b22bd2i'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-e34b22bd2i'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4532. [id^='pt-cv-filter-bar-e34b22bd2i'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4533. #pt-cv-gls-e34b22bd2i li a   { font-weight: 600 !important; }
  4534. #pt-cv-gls-e34b22bd2i li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4535. #pt-cv-view-e34b22bd2i .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4536. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4537. </div>
  4538. </div>
  4539. </div>
  4540. <div class="elementor-element elementor-element-6e50cff8 elementor-widget elementor-widget-shortcode" data-id="6e50cff8" data-element_type="widget" data-widget_type="shortcode.default">
  4541. <div class="elementor-widget-container">
  4542. <div class="elementor-shortcode">
  4543. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-8f3f4b6c6j"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332321"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/trump-administration-cdc-fumbling-efforts-to-push-back-against-vaccine-deniers/" class="_self cvplbd" target="_self">Trump administration, CDC fumbling efforts to push back against vaccine deniers</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-a7d902e2lw">#pt-cv-view-8f3f4b6c6j .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4544. #pt-cv-view-8f3f4b6c6j  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4545. #pt-cv-view-8f3f4b6c6j .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4546. #pt-cv-view-8f3f4b6c6j .pt-cv-title a, #pt-cv-view-8f3f4b6c6j  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4547. #pt-cv-view-8f3f4b6c6j  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4548. #pt-cv-view-8f3f4b6c6j:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4549. #pt-cv-view-8f3f4b6c6j .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4550. #pt-cv-view-8f3f4b6c6j .pt-cv-specialp { background-color: #CC3333 !important }
  4551. #pt-cv-view-8f3f4b6c6j .pt-cv-specialp * { color: #fff !important; }
  4552. #pt-cv-view-8f3f4b6c6j .pt-cv-pficon  { color: #bbb !important; }
  4553. #pt-cv-view-8f3f4b6c6j  .add_to_cart_button, #pt-cv-view-8f3f4b6c6j  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4554. #pt-cv-view-8f3f4b6c6j  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4555. #pt-cv-view-8f3f4b6c6j .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4556. #pt-cv-view-8f3f4b6c6j .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4557. #pt-cv-view-8f3f4b6c6j  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-8f3f4b6c6j  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4558. [id^='pt-cv-filter-bar-8f3f4b6c6j'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-8f3f4b6c6j'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-8f3f4b6c6j'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-8f3f4b6c6j'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4559. [id^='pt-cv-filter-bar-8f3f4b6c6j'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4560. #pt-cv-gls-8f3f4b6c6j li a   { font-weight: 600 !important; }
  4561. #pt-cv-gls-8f3f4b6c6j li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4562. #pt-cv-view-8f3f4b6c6j .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4563. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4564. </div>
  4565. </div>
  4566. </div>
  4567. <div class="elementor-element elementor-element-78bf0129 elementor-widget elementor-widget-shortcode" data-id="78bf0129" data-element_type="widget" data-widget_type="shortcode.default">
  4568. <div class="elementor-widget-container">
  4569. <div class="elementor-shortcode">
  4570. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-c2ff28bezf"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4571. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331520"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/federal-government-systematically-shortchanging-black-communities-in-distributing-covid-aid/" class="_self cvplbd" target="_self">Federal government systematically shortchanging Black communities in distributing COVID aid</a></h4></div></div>
  4572. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332956"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">Trump rebuff: Administration-backed Idaho law banning transgender athletes from participating in school sports that match their gender identity on hold</a></h4></div></div>
  4573. </div></div></div> <style type="text/css" id="pt-cv-inline-style-ba911e5pta">#pt-cv-view-c2ff28bezf .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  4574. #pt-cv-view-c2ff28bezf  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4575. #pt-cv-view-c2ff28bezf .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4576. #pt-cv-view-c2ff28bezf .pt-cv-title a, #pt-cv-view-c2ff28bezf  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4577. #pt-cv-view-c2ff28bezf  .pt-cv-title a:hover, #pt-cv-view-c2ff28bezf  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  4578. #pt-cv-view-c2ff28bezf  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4579. #pt-cv-view-c2ff28bezf:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4580. #pt-cv-view-c2ff28bezf .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4581. #pt-cv-view-c2ff28bezf .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4582. #pt-cv-view-c2ff28bezf .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  4583. #pt-cv-view-c2ff28bezf .pt-cv-specialp { background-color: #CC3333 !important }
  4584. #pt-cv-view-c2ff28bezf .pt-cv-specialp * { color: #fff !important; }
  4585. #pt-cv-view-c2ff28bezf .pt-cv-pficon  { color: #bbb !important; }
  4586. #pt-cv-view-c2ff28bezf  .add_to_cart_button, #pt-cv-view-c2ff28bezf  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4587. #pt-cv-view-c2ff28bezf  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4588. #pt-cv-view-c2ff28bezf .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4589. #pt-cv-view-c2ff28bezf .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4590. #pt-cv-view-c2ff28bezf  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-c2ff28bezf  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  4591. #pt-cv-view-c2ff28bezf  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-c2ff28bezf  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  4592. [id^='pt-cv-filter-bar-c2ff28bezf'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-c2ff28bezf'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-c2ff28bezf'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-c2ff28bezf'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4593. [id^='pt-cv-filter-bar-c2ff28bezf'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4594. #pt-cv-gls-c2ff28bezf li a   { font-weight: 600 !important; }
  4595. #pt-cv-gls-c2ff28bezf li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4596. #pt-cv-view-c2ff28bezf .pt-cv-gls-header  { background-color: #00aeef !important; }
  4597. #pt-cv-view-c2ff28bezf .img-rounded, #pt-cv-view-c2ff28bezf .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  4598. #pt-cv-view-c2ff28bezf .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  4599. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4600. </div>
  4601. </div>
  4602. </div>
  4603. <div class="elementor-element elementor-element-2dda55ca elementor-widget elementor-widget-text-editor" data-id="2dda55ca" data-element_type="widget" data-widget_type="text-editor.default">
  4604. <div class="elementor-widget-container">
  4605. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/biomedical-regulations-ethics/"><strong>More</strong>…</a></div></div>
  4606. </div>
  4607. </div>
  4608. </div>
  4609. </div>
  4610. </div>
  4611. <div class="elementor-element elementor-element-7b65399f elementor-column elementor-col-25 elementor-inner-column" data-id="7b65399f" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4612. <div class="elementor-column-wrap  elementor-element-populated">
  4613. <div class="elementor-widget-wrap">
  4614. <div class="elementor-element elementor-element-315a4ac5 elementor-widget elementor-widget-text-editor" data-id="315a4ac5" data-element_type="widget" data-widget_type="text-editor.default">
  4615. <div class="elementor-widget-container">
  4616. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/biomedicine-disease/">Biomedicine &amp; Disease</a></span></p></div>
  4617. </div>
  4618. </div>
  4619. <div class="elementor-element elementor-element-7716ec94 elementor-widget elementor-widget-shortcode" data-id="7716ec94" data-element_type="widget" data-widget_type="shortcode.default">
  4620. <div class="elementor-widget-container">
  4621. <div class="elementor-shortcode">
  4622. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-0500cc62vi"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332389"><div class="pt-cv-ifield"><a href="/2020/08/24/why-flu-vaccines-dont-work-for-very-long/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="influenza syringe ac p e d c b e c d f e daf e fit w" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/influenza-syringe-ac-p-e-d-c-b-e-c-d-f-e-daf-e-fit-w-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-ea796d3vru">#pt-cv-view-0500cc62vi .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4623. #pt-cv-view-0500cc62vi  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4624. #pt-cv-view-0500cc62vi .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4625. #pt-cv-view-0500cc62vi .pt-cv-title a, #pt-cv-view-0500cc62vi  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4626. #pt-cv-view-0500cc62vi  .pt-cv-title a:hover, #pt-cv-view-0500cc62vi  .panel-title:hover   { color: #000000 !important; }
  4627. #pt-cv-view-0500cc62vi  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4628. #pt-cv-view-0500cc62vi:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4629. #pt-cv-view-0500cc62vi .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4630. #pt-cv-view-0500cc62vi .pt-cv-specialp { background-color: #CC3333 !important }
  4631. #pt-cv-view-0500cc62vi .pt-cv-specialp * { color: #fff !important; }
  4632. #pt-cv-view-0500cc62vi .pt-cv-pficon  { color: #bbb !important; }
  4633. #pt-cv-view-0500cc62vi  .add_to_cart_button, #pt-cv-view-0500cc62vi  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4634. #pt-cv-view-0500cc62vi  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4635. #pt-cv-view-0500cc62vi .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4636. #pt-cv-view-0500cc62vi .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4637. #pt-cv-view-0500cc62vi  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-0500cc62vi  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4638. [id^='pt-cv-filter-bar-0500cc62vi'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-0500cc62vi'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-0500cc62vi'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-0500cc62vi'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4639. [id^='pt-cv-filter-bar-0500cc62vi'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4640. #pt-cv-gls-0500cc62vi li a   { font-weight: 600 !important; }
  4641. #pt-cv-gls-0500cc62vi li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4642. #pt-cv-view-0500cc62vi .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4643. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4644. </div>
  4645. </div>
  4646. </div>
  4647. <div class="elementor-element elementor-element-20439a38 elementor-widget elementor-widget-shortcode" data-id="20439a38" data-element_type="widget" data-widget_type="shortcode.default">
  4648. <div class="elementor-widget-container">
  4649. <div class="elementor-shortcode">
  4650. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-1bdc546qkn"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332389"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/why-flu-vaccines-dont-work-for-very-long/" class="_self cvplbd" target="_self">Why flu vaccines don’t work for very long</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-0ec61bc12y">#pt-cv-view-1bdc546qkn .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4651. #pt-cv-view-1bdc546qkn  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4652. #pt-cv-view-1bdc546qkn .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4653. #pt-cv-view-1bdc546qkn .pt-cv-title a, #pt-cv-view-1bdc546qkn  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4654. #pt-cv-view-1bdc546qkn  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4655. #pt-cv-view-1bdc546qkn:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4656. #pt-cv-view-1bdc546qkn .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4657. #pt-cv-view-1bdc546qkn .pt-cv-specialp { background-color: #CC3333 !important }
  4658. #pt-cv-view-1bdc546qkn .pt-cv-specialp * { color: #fff !important; }
  4659. #pt-cv-view-1bdc546qkn .pt-cv-pficon  { color: #bbb !important; }
  4660. #pt-cv-view-1bdc546qkn  .add_to_cart_button, #pt-cv-view-1bdc546qkn  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4661. #pt-cv-view-1bdc546qkn  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4662. #pt-cv-view-1bdc546qkn .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4663. #pt-cv-view-1bdc546qkn .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4664. #pt-cv-view-1bdc546qkn  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-1bdc546qkn  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4665. [id^='pt-cv-filter-bar-1bdc546qkn'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-1bdc546qkn'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-1bdc546qkn'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-1bdc546qkn'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4666. [id^='pt-cv-filter-bar-1bdc546qkn'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4667. #pt-cv-gls-1bdc546qkn li a   { font-weight: 600 !important; }
  4668. #pt-cv-gls-1bdc546qkn li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4669. #pt-cv-view-1bdc546qkn .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4670. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4671. </div>
  4672. </div>
  4673. </div>
  4674. <div class="elementor-element elementor-element-382a3b34 elementor-widget elementor-widget-shortcode" data-id="382a3b34" data-element_type="widget" data-widget_type="shortcode.default">
  4675. <div class="elementor-widget-container">
  4676. <div class="elementor-shortcode">
  4677. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-4f53fe0ob3"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4678. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332673"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/podcast-vaccines-take-years-to-develop-this-one-took-43-days/" class="_self cvplbd" target="_self">Podcast: Vaccines take years to develop? This one took 43 days</a></h4></div></div>
  4679. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2157075"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/vaccine-danger-rare-complications-after-getting-a-shot-could-increase-severity-of-covid-19/" class="_self cvplbd" target="_self">Vaccine danger? Rare complications after getting a shot could increase severity of COVID-19</a></h4></div></div>
  4680. </div></div></div> <style type="text/css" id="pt-cv-inline-style-f4e994adw9">#pt-cv-view-4f53fe0ob3 .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  4681. #pt-cv-view-4f53fe0ob3  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4682. #pt-cv-view-4f53fe0ob3 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4683. #pt-cv-view-4f53fe0ob3 .pt-cv-title a, #pt-cv-view-4f53fe0ob3  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4684. #pt-cv-view-4f53fe0ob3  .pt-cv-title a:hover, #pt-cv-view-4f53fe0ob3  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  4685. #pt-cv-view-4f53fe0ob3  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4686. #pt-cv-view-4f53fe0ob3:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4687. #pt-cv-view-4f53fe0ob3 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4688. #pt-cv-view-4f53fe0ob3 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4689. #pt-cv-view-4f53fe0ob3 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  4690. #pt-cv-view-4f53fe0ob3 .pt-cv-specialp { background-color: #CC3333 !important }
  4691. #pt-cv-view-4f53fe0ob3 .pt-cv-specialp * { color: #fff !important; }
  4692. #pt-cv-view-4f53fe0ob3 .pt-cv-pficon  { color: #bbb !important; }
  4693. #pt-cv-view-4f53fe0ob3  .add_to_cart_button, #pt-cv-view-4f53fe0ob3  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4694. #pt-cv-view-4f53fe0ob3  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4695. #pt-cv-view-4f53fe0ob3 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4696. #pt-cv-view-4f53fe0ob3 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4697. #pt-cv-view-4f53fe0ob3  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-4f53fe0ob3  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  4698. #pt-cv-view-4f53fe0ob3  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-4f53fe0ob3  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  4699. [id^='pt-cv-filter-bar-4f53fe0ob3'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-4f53fe0ob3'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-4f53fe0ob3'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-4f53fe0ob3'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4700. [id^='pt-cv-filter-bar-4f53fe0ob3'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4701. #pt-cv-gls-4f53fe0ob3 li a   { font-weight: 600 !important; }
  4702. #pt-cv-gls-4f53fe0ob3 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4703. #pt-cv-view-4f53fe0ob3 .pt-cv-gls-header  { background-color: #00aeef !important; }
  4704. #pt-cv-view-4f53fe0ob3 .img-rounded, #pt-cv-view-4f53fe0ob3 .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  4705. #pt-cv-view-4f53fe0ob3 .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  4706. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4707. </div>
  4708. </div>
  4709. </div>
  4710. <div class="elementor-element elementor-element-17f807d6 elementor-widget elementor-widget-text-editor" data-id="17f807d6" data-element_type="widget" data-widget_type="text-editor.default">
  4711. <div class="elementor-widget-container">
  4712. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/biomedicine-disease/"><strong>More</strong>…</a></div></div>
  4713. </div>
  4714. </div>
  4715. </div>
  4716. </div>
  4717. </div>
  4718. </div>
  4719. </div>
  4720. </section>
  4721. <section class="elementor-element elementor-element-1cd6450c elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="1cd6450c" data-element_type="section">
  4722. <div class="elementor-container elementor-column-gap-default">
  4723. <div class="elementor-row">
  4724. <div class="elementor-element elementor-element-40b53190 elementor-column elementor-col-25 elementor-inner-column" data-id="40b53190" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4725. <div class="elementor-column-wrap  elementor-element-populated">
  4726. <div class="elementor-widget-wrap">
  4727. <div class="elementor-element elementor-element-33e8d18 elementor-widget elementor-widget-text-editor" data-id="33e8d18" data-element_type="widget" data-widget_type="text-editor.default">
  4728. <div class="elementor-widget-container">
  4729. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/biotech-communications/">Biotech Communications</a></span></p></div>
  4730. </div>
  4731. </div>
  4732. <div class="elementor-element elementor-element-26931574 elementor-widget elementor-widget-shortcode" data-id="26931574" data-element_type="widget" data-widget_type="shortcode.default">
  4733. <div class="elementor-widget-container">
  4734. <div class="elementor-shortcode">
  4735. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-6804b309hd"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="gene editing invitro crispr and cows x a" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-43408feop2">#pt-cv-view-6804b309hd .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4736. #pt-cv-view-6804b309hd  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4737. #pt-cv-view-6804b309hd .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4738. #pt-cv-view-6804b309hd .pt-cv-title a, #pt-cv-view-6804b309hd  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4739. #pt-cv-view-6804b309hd  .pt-cv-title a:hover, #pt-cv-view-6804b309hd  .panel-title:hover   { color: #000000 !important; }
  4740. #pt-cv-view-6804b309hd  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4741. #pt-cv-view-6804b309hd:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4742. #pt-cv-view-6804b309hd .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4743. #pt-cv-view-6804b309hd .pt-cv-specialp { background-color: #CC3333 !important }
  4744. #pt-cv-view-6804b309hd .pt-cv-specialp * { color: #fff !important; }
  4745. #pt-cv-view-6804b309hd .pt-cv-pficon  { color: #bbb !important; }
  4746. #pt-cv-view-6804b309hd  .add_to_cart_button, #pt-cv-view-6804b309hd  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4747. #pt-cv-view-6804b309hd  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4748. #pt-cv-view-6804b309hd .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4749. #pt-cv-view-6804b309hd .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4750. #pt-cv-view-6804b309hd  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-6804b309hd  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4751. [id^='pt-cv-filter-bar-6804b309hd'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-6804b309hd'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-6804b309hd'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-6804b309hd'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4752. [id^='pt-cv-filter-bar-6804b309hd'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4753. #pt-cv-gls-6804b309hd li a   { font-weight: 600 !important; }
  4754. #pt-cv-gls-6804b309hd li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4755. #pt-cv-view-6804b309hd .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4756. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4757. </div>
  4758. </div>
  4759. </div>
  4760. <div class="elementor-element elementor-element-367ea169 elementor-widget elementor-widget-shortcode" data-id="367ea169" data-element_type="widget" data-widget_type="shortcode.default">
  4761. <div class="elementor-widget-container">
  4762. <div class="elementor-shortcode">
  4763. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-f9d08b1ak7"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self cvplbd" target="_self">CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-91a0b7eigy">#pt-cv-view-f9d08b1ak7 .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4764. #pt-cv-view-f9d08b1ak7  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4765. #pt-cv-view-f9d08b1ak7 .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4766. #pt-cv-view-f9d08b1ak7 .pt-cv-title a, #pt-cv-view-f9d08b1ak7  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4767. #pt-cv-view-f9d08b1ak7  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4768. #pt-cv-view-f9d08b1ak7:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4769. #pt-cv-view-f9d08b1ak7 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4770. #pt-cv-view-f9d08b1ak7 .pt-cv-specialp { background-color: #CC3333 !important }
  4771. #pt-cv-view-f9d08b1ak7 .pt-cv-specialp * { color: #fff !important; }
  4772. #pt-cv-view-f9d08b1ak7 .pt-cv-pficon  { color: #bbb !important; }
  4773. #pt-cv-view-f9d08b1ak7  .add_to_cart_button, #pt-cv-view-f9d08b1ak7  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4774. #pt-cv-view-f9d08b1ak7  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4775. #pt-cv-view-f9d08b1ak7 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4776. #pt-cv-view-f9d08b1ak7 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4777. #pt-cv-view-f9d08b1ak7  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-f9d08b1ak7  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4778. [id^='pt-cv-filter-bar-f9d08b1ak7'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-f9d08b1ak7'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-f9d08b1ak7'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-f9d08b1ak7'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4779. [id^='pt-cv-filter-bar-f9d08b1ak7'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4780. #pt-cv-gls-f9d08b1ak7 li a   { font-weight: 600 !important; }
  4781. #pt-cv-gls-f9d08b1ak7 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4782. #pt-cv-view-f9d08b1ak7 .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4783. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4784. </div>
  4785. </div>
  4786. </div>
  4787. <div class="elementor-element elementor-element-2fc99291 elementor-widget elementor-widget-shortcode" data-id="2fc99291" data-element_type="widget" data-widget_type="shortcode.default">
  4788. <div class="elementor-widget-container">
  4789. <div class="elementor-shortcode">
  4790. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-498d759r6p"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4791. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333711"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">GMOs ‘pose no health risks,’ biotech experts say, but ‘bioengineered’ food labels coming anyway</a></h4></div></div>
  4792. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333179"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/steadily-increasing-gmo-acceptance-in-europe-fuels-efforts-to-revise-biotech-restrictions/" class="_self cvplbd" target="_self">‘Steadily increasing’ GMO acceptance in Europe fuels efforts to revise biotech restrictions</a></h4></div></div>
  4793. </div></div></div> <style type="text/css" id="pt-cv-inline-style-83e20a434m">#pt-cv-view-498d759r6p .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  4794. #pt-cv-view-498d759r6p  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4795. #pt-cv-view-498d759r6p .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4796. #pt-cv-view-498d759r6p .pt-cv-title a, #pt-cv-view-498d759r6p  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4797. #pt-cv-view-498d759r6p  .pt-cv-title a:hover, #pt-cv-view-498d759r6p  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  4798. #pt-cv-view-498d759r6p  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4799. #pt-cv-view-498d759r6p:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4800. #pt-cv-view-498d759r6p .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4801. #pt-cv-view-498d759r6p .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4802. #pt-cv-view-498d759r6p .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  4803. #pt-cv-view-498d759r6p .pt-cv-specialp { background-color: #CC3333 !important }
  4804. #pt-cv-view-498d759r6p .pt-cv-specialp * { color: #fff !important; }
  4805. #pt-cv-view-498d759r6p .pt-cv-pficon  { color: #bbb !important; }
  4806. #pt-cv-view-498d759r6p  .add_to_cart_button, #pt-cv-view-498d759r6p  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4807. #pt-cv-view-498d759r6p  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4808. #pt-cv-view-498d759r6p .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4809. #pt-cv-view-498d759r6p .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4810. #pt-cv-view-498d759r6p  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-498d759r6p  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  4811. #pt-cv-view-498d759r6p  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-498d759r6p  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  4812. [id^='pt-cv-filter-bar-498d759r6p'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-498d759r6p'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-498d759r6p'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-498d759r6p'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4813. [id^='pt-cv-filter-bar-498d759r6p'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4814. #pt-cv-gls-498d759r6p li a   { font-weight: 600 !important; }
  4815. #pt-cv-gls-498d759r6p li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4816. #pt-cv-view-498d759r6p .pt-cv-gls-header  { background-color: #00aeef !important; }
  4817. #pt-cv-view-498d759r6p .img-rounded, #pt-cv-view-498d759r6p .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  4818. #pt-cv-view-498d759r6p .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  4819. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4820. </div>
  4821. </div>
  4822. </div>
  4823. <div class="elementor-element elementor-element-55a2aa1f elementor-widget elementor-widget-text-editor" data-id="55a2aa1f" data-element_type="widget" data-widget_type="text-editor.default">
  4824. <div class="elementor-widget-container">
  4825. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/biotech-communications/"><strong>More</strong>…</a></div></div></div>
  4826. </div>
  4827. </div>
  4828. </div>
  4829. </div>
  4830. </div>
  4831. <div class="elementor-element elementor-element-5a5ce7e6 elementor-column elementor-col-25 elementor-inner-column" data-id="5a5ce7e6" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4832. <div class="elementor-column-wrap  elementor-element-populated">
  4833. <div class="elementor-widget-wrap">
  4834. <div class="elementor-element elementor-element-189955bf elementor-widget elementor-widget-text-editor" data-id="189955bf" data-element_type="widget" data-widget_type="text-editor.default">
  4835. <div class="elementor-widget-container">
  4836. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/brain-neuroscience/">Brain / Neuroscience</a></span></p></div>
  4837. </div>
  4838. </div>
  4839. <div class="elementor-element elementor-element-459b4d73 elementor-widget elementor-widget-shortcode" data-id="459b4d73" data-element_type="widget" data-widget_type="shortcode.default">
  4840. <div class="elementor-widget-container">
  4841. <div class="elementor-shortcode">
  4842. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-cfec09dsxf"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331831"><div class="pt-cv-ifield"><a href="/2020/08/21/brain-activation-how-to-help-the-blind-see/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="tracing" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/tracing-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-2cc74d8g4j">#pt-cv-view-cfec09dsxf .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4843. #pt-cv-view-cfec09dsxf  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4844. #pt-cv-view-cfec09dsxf .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4845. #pt-cv-view-cfec09dsxf .pt-cv-title a, #pt-cv-view-cfec09dsxf  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4846. #pt-cv-view-cfec09dsxf  .pt-cv-title a:hover, #pt-cv-view-cfec09dsxf  .panel-title:hover   { color: #000000 !important; }
  4847. #pt-cv-view-cfec09dsxf  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4848. #pt-cv-view-cfec09dsxf:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4849. #pt-cv-view-cfec09dsxf .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4850. #pt-cv-view-cfec09dsxf .pt-cv-specialp { background-color: #CC3333 !important }
  4851. #pt-cv-view-cfec09dsxf .pt-cv-specialp * { color: #fff !important; }
  4852. #pt-cv-view-cfec09dsxf .pt-cv-pficon  { color: #bbb !important; }
  4853. #pt-cv-view-cfec09dsxf  .add_to_cart_button, #pt-cv-view-cfec09dsxf  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4854. #pt-cv-view-cfec09dsxf  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4855. #pt-cv-view-cfec09dsxf .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4856. #pt-cv-view-cfec09dsxf .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4857. #pt-cv-view-cfec09dsxf  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-cfec09dsxf  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4858. [id^='pt-cv-filter-bar-cfec09dsxf'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-cfec09dsxf'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-cfec09dsxf'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-cfec09dsxf'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4859. [id^='pt-cv-filter-bar-cfec09dsxf'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4860. #pt-cv-gls-cfec09dsxf li a   { font-weight: 600 !important; }
  4861. #pt-cv-gls-cfec09dsxf li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4862. #pt-cv-view-cfec09dsxf .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4863. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4864. </div>
  4865. </div>
  4866. </div>
  4867. <div class="elementor-element elementor-element-53f8fb85 elementor-widget elementor-widget-shortcode" data-id="53f8fb85" data-element_type="widget" data-widget_type="shortcode.default">
  4868. <div class="elementor-widget-container">
  4869. <div class="elementor-shortcode">
  4870. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-7c87b1c0jx"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331831"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/brain-activation-how-to-help-the-blind-see/" class="_self cvplbd" target="_self">Brain activation: How to help the blind see</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-aa69e3dbj8">#pt-cv-view-7c87b1c0jx .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4871. #pt-cv-view-7c87b1c0jx  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4872. #pt-cv-view-7c87b1c0jx .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4873. #pt-cv-view-7c87b1c0jx .pt-cv-title a, #pt-cv-view-7c87b1c0jx  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4874. #pt-cv-view-7c87b1c0jx  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4875. #pt-cv-view-7c87b1c0jx:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4876. #pt-cv-view-7c87b1c0jx .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4877. #pt-cv-view-7c87b1c0jx .pt-cv-specialp { background-color: #CC3333 !important }
  4878. #pt-cv-view-7c87b1c0jx .pt-cv-specialp * { color: #fff !important; }
  4879. #pt-cv-view-7c87b1c0jx .pt-cv-pficon  { color: #bbb !important; }
  4880. #pt-cv-view-7c87b1c0jx  .add_to_cart_button, #pt-cv-view-7c87b1c0jx  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4881. #pt-cv-view-7c87b1c0jx  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4882. #pt-cv-view-7c87b1c0jx .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4883. #pt-cv-view-7c87b1c0jx .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4884. #pt-cv-view-7c87b1c0jx  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-7c87b1c0jx  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4885. [id^='pt-cv-filter-bar-7c87b1c0jx'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-7c87b1c0jx'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-7c87b1c0jx'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-7c87b1c0jx'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4886. [id^='pt-cv-filter-bar-7c87b1c0jx'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4887. #pt-cv-gls-7c87b1c0jx li a   { font-weight: 600 !important; }
  4888. #pt-cv-gls-7c87b1c0jx li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4889. #pt-cv-view-7c87b1c0jx .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4890. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4891. </div>
  4892. </div>
  4893. </div>
  4894. <div class="elementor-element elementor-element-32492a5b elementor-widget elementor-widget-shortcode" data-id="32492a5b" data-element_type="widget" data-widget_type="shortcode.default">
  4895. <div class="elementor-widget-container">
  4896. <div class="elementor-shortcode">
  4897. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-1d44f23hby"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  4898. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332076"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/20/headspace-for-work-app-mindfulness-science-or-scam/" class="_self cvplbd" target="_self">Headspace for work app: Mindfulness science or scam?</a></h4></div></div>
  4899. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332394"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/covid-and-suicide-more-than-one-quarter-of-young-adults-contemplated-taking-their-life-in-the-last-two-months/" class="_self cvplbd" target="_self">COVID and suicide: More than one quarter of young adults contemplated taking their life in the last two months</a></h4></div></div>
  4900. </div></div></div> <style type="text/css" id="pt-cv-inline-style-b0dc2d1zm7">#pt-cv-view-1d44f23hby .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  4901. #pt-cv-view-1d44f23hby  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4902. #pt-cv-view-1d44f23hby .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4903. #pt-cv-view-1d44f23hby .pt-cv-title a, #pt-cv-view-1d44f23hby  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  4904. #pt-cv-view-1d44f23hby  .pt-cv-title a:hover, #pt-cv-view-1d44f23hby  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  4905. #pt-cv-view-1d44f23hby  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4906. #pt-cv-view-1d44f23hby:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4907. #pt-cv-view-1d44f23hby .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4908. #pt-cv-view-1d44f23hby .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  4909. #pt-cv-view-1d44f23hby .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  4910. #pt-cv-view-1d44f23hby .pt-cv-specialp { background-color: #CC3333 !important }
  4911. #pt-cv-view-1d44f23hby .pt-cv-specialp * { color: #fff !important; }
  4912. #pt-cv-view-1d44f23hby .pt-cv-pficon  { color: #bbb !important; }
  4913. #pt-cv-view-1d44f23hby  .add_to_cart_button, #pt-cv-view-1d44f23hby  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4914. #pt-cv-view-1d44f23hby  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4915. #pt-cv-view-1d44f23hby .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4916. #pt-cv-view-1d44f23hby .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4917. #pt-cv-view-1d44f23hby  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-1d44f23hby  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  4918. #pt-cv-view-1d44f23hby  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-1d44f23hby  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  4919. [id^='pt-cv-filter-bar-1d44f23hby'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-1d44f23hby'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-1d44f23hby'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-1d44f23hby'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4920. [id^='pt-cv-filter-bar-1d44f23hby'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4921. #pt-cv-gls-1d44f23hby li a   { font-weight: 600 !important; }
  4922. #pt-cv-gls-1d44f23hby li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4923. #pt-cv-view-1d44f23hby .pt-cv-gls-header  { background-color: #00aeef !important; }
  4924. #pt-cv-view-1d44f23hby .img-rounded, #pt-cv-view-1d44f23hby .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  4925. #pt-cv-view-1d44f23hby .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  4926. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4927. </div>
  4928. </div>
  4929. </div>
  4930. <div class="elementor-element elementor-element-6d1ec757 elementor-widget elementor-widget-text-editor" data-id="6d1ec757" data-element_type="widget" data-widget_type="text-editor.default">
  4931. <div class="elementor-widget-container">
  4932. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/brain-neuroscience/"><strong>More</strong>…</a></div></div></div>
  4933. </div>
  4934. </div>
  4935. </div>
  4936. </div>
  4937. </div>
  4938. <div class="elementor-element elementor-element-3634f905 elementor-column elementor-col-25 elementor-inner-column" data-id="3634f905" data-element_type="column" data-settings='{"background_background":"classic"}'>
  4939. <div class="elementor-column-wrap  elementor-element-populated">
  4940. <div class="elementor-widget-wrap">
  4941. <div class="elementor-element elementor-element-18de88a9 elementor-widget elementor-widget-text-editor" data-id="18de88a9" data-element_type="widget" data-widget_type="text-editor.default">
  4942. <div class="elementor-widget-container">
  4943. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/chemicals-pesticides/">Chemicals &amp; Pesticides</a></span></p></div>
  4944. </div>
  4945. </div>
  4946. <div class="elementor-element elementor-element-6734be8c elementor-widget elementor-widget-shortcode" data-id="6734be8c" data-element_type="widget" data-widget_type="shortcode.default">
  4947. <div class="elementor-widget-container">
  4948. <div class="elementor-shortcode">
  4949. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-76e5ecc0ts"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333190"><div class="pt-cv-ifield"><a href="/2020/08/20/eu-blocks-austrias-planned-glyphosate-ban-rejecting-claim-that-weedkiller-harms-human-health/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="ban roundup" loading="lazy" data-cvpsrc="/wp-content/uploads/2019/09/ban-roundup-300x150.png"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-850cc012e7">#pt-cv-view-76e5ecc0ts .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  4950. #pt-cv-view-76e5ecc0ts  { margin-top: 0px !important; margin-bottom: 0px !important; }
  4951. #pt-cv-view-76e5ecc0ts .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  4952. #pt-cv-view-76e5ecc0ts .pt-cv-title a, #pt-cv-view-76e5ecc0ts  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  4953. #pt-cv-view-76e5ecc0ts  .pt-cv-title a:hover, #pt-cv-view-76e5ecc0ts  .panel-title:hover   { color: #000000 !important; }
  4954. #pt-cv-view-76e5ecc0ts  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4955. #pt-cv-view-76e5ecc0ts:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4956. #pt-cv-view-76e5ecc0ts .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4957. #pt-cv-view-76e5ecc0ts .pt-cv-specialp { background-color: #CC3333 !important }
  4958. #pt-cv-view-76e5ecc0ts .pt-cv-specialp * { color: #fff !important; }
  4959. #pt-cv-view-76e5ecc0ts .pt-cv-pficon  { color: #bbb !important; }
  4960. #pt-cv-view-76e5ecc0ts  .add_to_cart_button, #pt-cv-view-76e5ecc0ts  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4961. #pt-cv-view-76e5ecc0ts  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4962. #pt-cv-view-76e5ecc0ts .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4963. #pt-cv-view-76e5ecc0ts .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4964. #pt-cv-view-76e5ecc0ts  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-76e5ecc0ts  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4965. [id^='pt-cv-filter-bar-76e5ecc0ts'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-76e5ecc0ts'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-76e5ecc0ts'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-76e5ecc0ts'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4966. [id^='pt-cv-filter-bar-76e5ecc0ts'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4967. #pt-cv-gls-76e5ecc0ts li a   { font-weight: 600 !important; }
  4968. #pt-cv-gls-76e5ecc0ts li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4969. #pt-cv-view-76e5ecc0ts .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4970. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4971. </div>
  4972. </div>
  4973. </div>
  4974. <div class="elementor-element elementor-element-2fb44615 elementor-widget elementor-widget-shortcode" data-id="2fb44615" data-element_type="widget" data-widget_type="shortcode.default">
  4975. <div class="elementor-widget-container">
  4976. <div class="elementor-shortcode">
  4977. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-32a9c622sz"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333190"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/20/eu-blocks-austrias-planned-glyphosate-ban-rejecting-claim-that-weedkiller-harms-human-health/" class="_self cvplbd" target="_self">EU blocks Austria’s planned glyphosate ban, rejecting claim that weedkiller harms human health</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-b1afe5duqm">#pt-cv-view-32a9c622sz .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  4978. #pt-cv-view-32a9c622sz  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  4979. #pt-cv-view-32a9c622sz .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  4980. #pt-cv-view-32a9c622sz .pt-cv-title a, #pt-cv-view-32a9c622sz  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  4981. #pt-cv-view-32a9c622sz  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  4982. #pt-cv-view-32a9c622sz:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  4983. #pt-cv-view-32a9c622sz .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  4984. #pt-cv-view-32a9c622sz .pt-cv-specialp { background-color: #CC3333 !important }
  4985. #pt-cv-view-32a9c622sz .pt-cv-specialp * { color: #fff !important; }
  4986. #pt-cv-view-32a9c622sz .pt-cv-pficon  { color: #bbb !important; }
  4987. #pt-cv-view-32a9c622sz  .add_to_cart_button, #pt-cv-view-32a9c622sz  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  4988. #pt-cv-view-32a9c622sz  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  4989. #pt-cv-view-32a9c622sz .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  4990. #pt-cv-view-32a9c622sz .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  4991. #pt-cv-view-32a9c622sz  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-32a9c622sz  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  4992. [id^='pt-cv-filter-bar-32a9c622sz'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-32a9c622sz'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-32a9c622sz'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-32a9c622sz'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  4993. [id^='pt-cv-filter-bar-32a9c622sz'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  4994. #pt-cv-gls-32a9c622sz li a   { font-weight: 600 !important; }
  4995. #pt-cv-gls-32a9c622sz li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  4996. #pt-cv-view-32a9c622sz .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  4997. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  4998. </div>
  4999. </div>
  5000. </div>
  5001. <div class="elementor-element elementor-element-7c1345f0 elementor-widget elementor-widget-shortcode" data-id="7c1345f0" data-element_type="widget" data-widget_type="shortcode.default">
  5002. <div class="elementor-widget-container">
  5003. <div class="elementor-shortcode">
  5004. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-5c750b1v05"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5005. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332655"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/viewpoint-health-impact-of-chemicals-doubled-in-last-5-years-gullible-media-misreporting-flawed-studies-mislead-the-public/" class="_self cvplbd" target="_self">Viewpoint: ‘Health impact of chemicals doubled in last 5 years’? Gullible media misreporting flawed studies mislead the public</a></h4></div></div>
  5006. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332910"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/viewpoint-bird-apocalypse-study-wrongly-blames-neonicotinoid-pesticides-for-declining-bird-biodiversity/" class="_self cvplbd" target="_self">Viewpoint: ‘Bird apocalypse’? Study wrongly blames neonicotinoid pesticides for declining bird biodiversity</a></h4></div></div>
  5007. </div></div></div> <style type="text/css" id="pt-cv-inline-style-ee7398a9p6">#pt-cv-view-5c750b1v05 .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5008. #pt-cv-view-5c750b1v05  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5009. #pt-cv-view-5c750b1v05 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5010. #pt-cv-view-5c750b1v05 .pt-cv-title a, #pt-cv-view-5c750b1v05  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5011. #pt-cv-view-5c750b1v05  .pt-cv-title a:hover, #pt-cv-view-5c750b1v05  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5012. #pt-cv-view-5c750b1v05  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5013. #pt-cv-view-5c750b1v05:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5014. #pt-cv-view-5c750b1v05 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5015. #pt-cv-view-5c750b1v05 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5016. #pt-cv-view-5c750b1v05 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5017. #pt-cv-view-5c750b1v05 .pt-cv-specialp { background-color: #CC3333 !important }
  5018. #pt-cv-view-5c750b1v05 .pt-cv-specialp * { color: #fff !important; }
  5019. #pt-cv-view-5c750b1v05 .pt-cv-pficon  { color: #bbb !important; }
  5020. #pt-cv-view-5c750b1v05  .add_to_cart_button, #pt-cv-view-5c750b1v05  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5021. #pt-cv-view-5c750b1v05  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5022. #pt-cv-view-5c750b1v05 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5023. #pt-cv-view-5c750b1v05 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5024. #pt-cv-view-5c750b1v05  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-5c750b1v05  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5025. #pt-cv-view-5c750b1v05  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-5c750b1v05  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5026. [id^='pt-cv-filter-bar-5c750b1v05'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-5c750b1v05'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-5c750b1v05'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-5c750b1v05'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5027. [id^='pt-cv-filter-bar-5c750b1v05'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5028. #pt-cv-gls-5c750b1v05 li a   { font-weight: 600 !important; }
  5029. #pt-cv-gls-5c750b1v05 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5030. #pt-cv-view-5c750b1v05 .pt-cv-gls-header  { background-color: #00aeef !important; }
  5031. #pt-cv-view-5c750b1v05 .img-rounded, #pt-cv-view-5c750b1v05 .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5032. #pt-cv-view-5c750b1v05 .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5033. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5034. </div>
  5035. </div>
  5036. </div>
  5037. <div class="elementor-element elementor-element-d56876c elementor-widget elementor-widget-text-editor" data-id="d56876c" data-element_type="widget" data-widget_type="text-editor.default">
  5038. <div class="elementor-widget-container">
  5039. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/chemicals-pesticides/"><strong>More</strong>…</a></div></div></div>
  5040. </div>
  5041. </div>
  5042. </div>
  5043. </div>
  5044. </div>
  5045. <div class="elementor-element elementor-element-2ac053e5 elementor-column elementor-col-25 elementor-inner-column" data-id="2ac053e5" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5046. <div class="elementor-column-wrap  elementor-element-populated">
  5047. <div class="elementor-widget-wrap">
  5048. <div class="elementor-element elementor-element-55e8a034 elementor-widget elementor-widget-text-editor" data-id="55e8a034" data-element_type="widget" data-widget_type="text-editor.default">
  5049. <div class="elementor-widget-container">
  5050. <div class="elementor-text-editor elementor-clearfix">
  5051. <p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/crops-food/">Crops &amp; Food</a></span></p>
  5052. <div class="genet-after-7th-paragraph" style="text-align: center; " id="genet-2005734933">
  5053. <span id="ezoic-pub-ad-placeholder-114" data-ezadblocked="true"></span>
  5054. </div>
  5055. </div>
  5056. </div>
  5057. </div>
  5058. <div class="elementor-element elementor-element-7aab4f5a elementor-widget elementor-widget-shortcode" data-id="7aab4f5a" data-element_type="widget" data-widget_type="shortcode.default">
  5059. <div class="elementor-widget-container">
  5060. <div class="elementor-shortcode">
  5061. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-501e380pt5"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332618"><div class="pt-cv-ifield"><a href="/2020/08/21/crispr-crop-development-proceeds-rapidly-but-bottlenecks-limit-promise/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="plant x" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/plant-x--300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-b1783aema0">#pt-cv-view-501e380pt5 .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5062. #pt-cv-view-501e380pt5  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5063. #pt-cv-view-501e380pt5 .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5064. #pt-cv-view-501e380pt5 .pt-cv-title a, #pt-cv-view-501e380pt5  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5065. #pt-cv-view-501e380pt5  .pt-cv-title a:hover, #pt-cv-view-501e380pt5  .panel-title:hover   { color: #000000 !important; }
  5066. #pt-cv-view-501e380pt5  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5067. #pt-cv-view-501e380pt5:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5068. #pt-cv-view-501e380pt5 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5069. #pt-cv-view-501e380pt5 .pt-cv-specialp { background-color: #CC3333 !important }
  5070. #pt-cv-view-501e380pt5 .pt-cv-specialp * { color: #fff !important; }
  5071. #pt-cv-view-501e380pt5 .pt-cv-pficon  { color: #bbb !important; }
  5072. #pt-cv-view-501e380pt5  .add_to_cart_button, #pt-cv-view-501e380pt5  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5073. #pt-cv-view-501e380pt5  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5074. #pt-cv-view-501e380pt5 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5075. #pt-cv-view-501e380pt5 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5076. #pt-cv-view-501e380pt5  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-501e380pt5  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5077. [id^='pt-cv-filter-bar-501e380pt5'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-501e380pt5'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-501e380pt5'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-501e380pt5'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5078. [id^='pt-cv-filter-bar-501e380pt5'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5079. #pt-cv-gls-501e380pt5 li a   { font-weight: 600 !important; }
  5080. #pt-cv-gls-501e380pt5 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5081. #pt-cv-view-501e380pt5 .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5082. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5083. </div>
  5084. </div>
  5085. </div>
  5086. <div class="elementor-element elementor-element-ba7605f elementor-widget elementor-widget-shortcode" data-id="ba7605f" data-element_type="widget" data-widget_type="shortcode.default">
  5087. <div class="elementor-widget-container">
  5088. <div class="elementor-shortcode">
  5089. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-fb8e9c8lg7"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332618"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/crispr-crop-development-proceeds-rapidly-but-bottlenecks-limit-promise/" class="_self cvplbd" target="_self">CRISPR crop development proceeds rapidly, but ‘bottlenecks’ limit promise</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-7f4629cvzj">#pt-cv-view-fb8e9c8lg7 .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5090. #pt-cv-view-fb8e9c8lg7  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5091. #pt-cv-view-fb8e9c8lg7 .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5092. #pt-cv-view-fb8e9c8lg7 .pt-cv-title a, #pt-cv-view-fb8e9c8lg7  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5093. #pt-cv-view-fb8e9c8lg7  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5094. #pt-cv-view-fb8e9c8lg7:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5095. #pt-cv-view-fb8e9c8lg7 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5096. #pt-cv-view-fb8e9c8lg7 .pt-cv-specialp { background-color: #CC3333 !important }
  5097. #pt-cv-view-fb8e9c8lg7 .pt-cv-specialp * { color: #fff !important; }
  5098. #pt-cv-view-fb8e9c8lg7 .pt-cv-pficon  { color: #bbb !important; }
  5099. #pt-cv-view-fb8e9c8lg7  .add_to_cart_button, #pt-cv-view-fb8e9c8lg7  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5100. #pt-cv-view-fb8e9c8lg7  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5101. #pt-cv-view-fb8e9c8lg7 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5102. #pt-cv-view-fb8e9c8lg7 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5103. #pt-cv-view-fb8e9c8lg7  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-fb8e9c8lg7  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5104. [id^='pt-cv-filter-bar-fb8e9c8lg7'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-fb8e9c8lg7'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-fb8e9c8lg7'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-fb8e9c8lg7'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5105. [id^='pt-cv-filter-bar-fb8e9c8lg7'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5106. #pt-cv-gls-fb8e9c8lg7 li a   { font-weight: 600 !important; }
  5107. #pt-cv-gls-fb8e9c8lg7 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5108. #pt-cv-view-fb8e9c8lg7 .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5109. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5110. </div>
  5111. </div>
  5112. </div>
  5113. <div class="elementor-element elementor-element-2770f9f2 elementor-widget elementor-widget-shortcode" data-id="2770f9f2" data-element_type="widget" data-widget_type="shortcode.default">
  5114. <div class="elementor-widget-container">
  5115. <div class="elementor-shortcode">
  5116. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-4bd6281ph6"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5117. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332915"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/video-gmo-insect-resistant-bt-corn-vs-conventional-corn-which-suffers-more-from-pest-attacks/" class="_self cvplbd" target="_self">Video: GMO insect-resistant Bt corn vs conventional corn—which is more vulnerable to pest attacks?</a></h4></div></div>
  5118. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332912"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/crispr-edited-canola-slated-for-2021-field-trials-moving-crop-closer-to-commercialization/" class="_self cvplbd" target="_self">CRISPR-edited canola slated for 2021 field trials, moving crop closer to commercialization</a></h4></div></div>
  5119. </div></div></div> <style type="text/css" id="pt-cv-inline-style-86eb484o4l">#pt-cv-view-4bd6281ph6 .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5120. #pt-cv-view-4bd6281ph6  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5121. #pt-cv-view-4bd6281ph6 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5122. #pt-cv-view-4bd6281ph6 .pt-cv-title a, #pt-cv-view-4bd6281ph6  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5123. #pt-cv-view-4bd6281ph6  .pt-cv-title a:hover, #pt-cv-view-4bd6281ph6  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5124. #pt-cv-view-4bd6281ph6  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5125. #pt-cv-view-4bd6281ph6:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5126. #pt-cv-view-4bd6281ph6 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5127. #pt-cv-view-4bd6281ph6 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5128. #pt-cv-view-4bd6281ph6 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5129. #pt-cv-view-4bd6281ph6 .pt-cv-specialp { background-color: #CC3333 !important }
  5130. #pt-cv-view-4bd6281ph6 .pt-cv-specialp * { color: #fff !important; }
  5131. #pt-cv-view-4bd6281ph6 .pt-cv-pficon  { color: #bbb !important; }
  5132. #pt-cv-view-4bd6281ph6  .add_to_cart_button, #pt-cv-view-4bd6281ph6  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5133. #pt-cv-view-4bd6281ph6  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5134. #pt-cv-view-4bd6281ph6 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5135. #pt-cv-view-4bd6281ph6 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5136. #pt-cv-view-4bd6281ph6  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-4bd6281ph6  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5137. #pt-cv-view-4bd6281ph6  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-4bd6281ph6  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5138. [id^='pt-cv-filter-bar-4bd6281ph6'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-4bd6281ph6'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-4bd6281ph6'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-4bd6281ph6'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5139. [id^='pt-cv-filter-bar-4bd6281ph6'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5140. #pt-cv-gls-4bd6281ph6 li a   { font-weight: 600 !important; }
  5141. #pt-cv-gls-4bd6281ph6 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5142. #pt-cv-view-4bd6281ph6 .pt-cv-gls-header  { background-color: #00aeef !important; }
  5143. #pt-cv-view-4bd6281ph6 .img-rounded, #pt-cv-view-4bd6281ph6 .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5144. #pt-cv-view-4bd6281ph6 .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5145. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5146. </div>
  5147. </div>
  5148. </div>
  5149. <div class="elementor-element elementor-element-64a38a93 elementor-widget elementor-widget-text-editor" data-id="64a38a93" data-element_type="widget" data-widget_type="text-editor.default">
  5150. <div class="elementor-widget-container">
  5151. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/crops-food/"><strong>More</strong>…</a></div></div>
  5152. </div>
  5153. </div>
  5154. </div>
  5155. </div>
  5156. </div>
  5157. </div>
  5158. </div>
  5159. </section>
  5160. <section class="elementor-element elementor-element-2a738e73 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="2a738e73" data-element_type="section">
  5161. <div class="elementor-container elementor-column-gap-default">
  5162. <div class="elementor-row">
  5163. <div class="elementor-element elementor-element-48a35f19 elementor-column elementor-col-25 elementor-inner-column" data-id="48a35f19" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5164. <div class="elementor-column-wrap  elementor-element-populated">
  5165. <div class="elementor-widget-wrap">
  5166. <div class="elementor-element elementor-element-5a064cb8 elementor-widget elementor-widget-text-editor" data-id="5a064cb8" data-element_type="widget" data-widget_type="text-editor.default">
  5167. <div class="elementor-widget-container">
  5168. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/human-gene-editing-crispr/">Gene Editing / CRISPR</a></span></p></div>
  5169. </div>
  5170. </div>
  5171. <div class="elementor-element elementor-element-66936ac5 elementor-widget elementor-widget-shortcode" data-id="66936ac5" data-element_type="widget" data-widget_type="shortcode.default">
  5172. <div class="elementor-widget-container">
  5173. <div class="elementor-shortcode">
  5174. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-87f0bf75fe"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2327786"><div class="pt-cv-ifield"><a href="/2020/07/31/disability-advocacy-community-both-scared-and-excited-about-crispr-gene-editing/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="Disability advocacy community both scared and excited about CRISPR gene editing" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/07/img--scaled-300x150.jpeg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-ad0c301s2c">#pt-cv-view-87f0bf75fe .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5175. #pt-cv-view-87f0bf75fe  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5176. #pt-cv-view-87f0bf75fe .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5177. #pt-cv-view-87f0bf75fe .pt-cv-title a, #pt-cv-view-87f0bf75fe  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5178. #pt-cv-view-87f0bf75fe  .pt-cv-title a:hover, #pt-cv-view-87f0bf75fe  .panel-title:hover   { color: #000000 !important; }
  5179. #pt-cv-view-87f0bf75fe  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5180. #pt-cv-view-87f0bf75fe:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5181. #pt-cv-view-87f0bf75fe .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5182. #pt-cv-view-87f0bf75fe .pt-cv-specialp { background-color: #CC3333 !important }
  5183. #pt-cv-view-87f0bf75fe .pt-cv-specialp * { color: #fff !important; }
  5184. #pt-cv-view-87f0bf75fe .pt-cv-pficon  { color: #bbb !important; }
  5185. #pt-cv-view-87f0bf75fe  .add_to_cart_button, #pt-cv-view-87f0bf75fe  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5186. #pt-cv-view-87f0bf75fe  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5187. #pt-cv-view-87f0bf75fe .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5188. #pt-cv-view-87f0bf75fe .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5189. #pt-cv-view-87f0bf75fe  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-87f0bf75fe  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5190. [id^='pt-cv-filter-bar-87f0bf75fe'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-87f0bf75fe'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-87f0bf75fe'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-87f0bf75fe'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5191. [id^='pt-cv-filter-bar-87f0bf75fe'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5192. #pt-cv-gls-87f0bf75fe li a   { font-weight: 600 !important; }
  5193. #pt-cv-gls-87f0bf75fe li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5194. #pt-cv-view-87f0bf75fe .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5195. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5196. </div>
  5197. </div>
  5198. </div>
  5199. <div class="elementor-element elementor-element-1e9ad908 elementor-widget elementor-widget-shortcode" data-id="1e9ad908" data-element_type="widget" data-widget_type="shortcode.default">
  5200. <div class="elementor-widget-container">
  5201. <div class="elementor-shortcode">
  5202. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-07e77e83ru"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2327786"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/07/31/disability-advocacy-community-both-scared-and-excited-about-crispr-gene-editing/" class="_self cvplbd" target="_self">Disability advocacy community both scared and excited about CRISPR gene editing</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-4cc20b5jza">#pt-cv-view-07e77e83ru .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5203. #pt-cv-view-07e77e83ru  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5204. #pt-cv-view-07e77e83ru .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5205. #pt-cv-view-07e77e83ru .pt-cv-title a, #pt-cv-view-07e77e83ru  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5206. #pt-cv-view-07e77e83ru  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5207. #pt-cv-view-07e77e83ru:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5208. #pt-cv-view-07e77e83ru .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5209. #pt-cv-view-07e77e83ru .pt-cv-specialp { background-color: #CC3333 !important }
  5210. #pt-cv-view-07e77e83ru .pt-cv-specialp * { color: #fff !important; }
  5211. #pt-cv-view-07e77e83ru .pt-cv-pficon  { color: #bbb !important; }
  5212. #pt-cv-view-07e77e83ru  .add_to_cart_button, #pt-cv-view-07e77e83ru  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5213. #pt-cv-view-07e77e83ru  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5214. #pt-cv-view-07e77e83ru .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5215. #pt-cv-view-07e77e83ru .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5216. #pt-cv-view-07e77e83ru  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-07e77e83ru  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5217. [id^='pt-cv-filter-bar-07e77e83ru'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-07e77e83ru'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-07e77e83ru'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-07e77e83ru'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5218. [id^='pt-cv-filter-bar-07e77e83ru'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5219. #pt-cv-gls-07e77e83ru li a   { font-weight: 600 !important; }
  5220. #pt-cv-gls-07e77e83ru li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5221. #pt-cv-view-07e77e83ru .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5222. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5223. </div>
  5224. </div>
  5225. </div>
  5226. <div class="elementor-element elementor-element-59f2170 elementor-widget elementor-widget-shortcode" data-id="59f2170" data-element_type="widget" data-widget_type="shortcode.default">
  5227. <div class="elementor-widget-container">
  5228. <div class="elementor-shortcode">
  5229. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-b0cb473zrq"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5230. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2301834"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/07/23/4000-us-babies-are-born-with-mitochondrial-diseases-that-could-be-fixed-by-a-new-form-of-gene-editing/" class="_self cvplbd" target="_self">4,000 US babies are born with mitochondrial diseases. That could be fixed by a new form of gene editing</a></h4></div></div>
  5231. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2157223"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/07/23/when-crispr-gene-editing-falls-short-base-editing-might-treat-disorders-on-the-maternal-line-in-mitochondrial-dna/" class="_self cvplbd" target="_self">When CRISPR gene editing falls short: ‘Base editing’ might treat disorders on the maternal line in mitochondrial DNA</a></h4></div></div>
  5232. </div></div></div> <style type="text/css" id="pt-cv-inline-style-76261d0ucm">#pt-cv-view-b0cb473zrq .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5233. #pt-cv-view-b0cb473zrq  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5234. #pt-cv-view-b0cb473zrq .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5235. #pt-cv-view-b0cb473zrq .pt-cv-title a, #pt-cv-view-b0cb473zrq  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5236. #pt-cv-view-b0cb473zrq  .pt-cv-title a:hover, #pt-cv-view-b0cb473zrq  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5237. #pt-cv-view-b0cb473zrq  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5238. #pt-cv-view-b0cb473zrq:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5239. #pt-cv-view-b0cb473zrq .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5240. #pt-cv-view-b0cb473zrq .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5241. #pt-cv-view-b0cb473zrq .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5242. #pt-cv-view-b0cb473zrq .pt-cv-specialp { background-color: #CC3333 !important }
  5243. #pt-cv-view-b0cb473zrq .pt-cv-specialp * { color: #fff !important; }
  5244. #pt-cv-view-b0cb473zrq .pt-cv-pficon  { color: #bbb !important; }
  5245. #pt-cv-view-b0cb473zrq  .add_to_cart_button, #pt-cv-view-b0cb473zrq  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5246. #pt-cv-view-b0cb473zrq  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5247. #pt-cv-view-b0cb473zrq .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5248. #pt-cv-view-b0cb473zrq .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5249. #pt-cv-view-b0cb473zrq  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-b0cb473zrq  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5250. #pt-cv-view-b0cb473zrq  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-b0cb473zrq  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5251. [id^='pt-cv-filter-bar-b0cb473zrq'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-b0cb473zrq'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-b0cb473zrq'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-b0cb473zrq'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5252. [id^='pt-cv-filter-bar-b0cb473zrq'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5253. #pt-cv-gls-b0cb473zrq li a   { font-weight: 600 !important; }
  5254. #pt-cv-gls-b0cb473zrq li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5255. #pt-cv-view-b0cb473zrq .pt-cv-gls-header  { background-color: #00aeef !important; }
  5256. #pt-cv-view-b0cb473zrq .img-rounded, #pt-cv-view-b0cb473zrq .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5257. #pt-cv-view-b0cb473zrq .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5258. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5259. </div>
  5260. </div>
  5261. </div>
  5262. <div class="elementor-element elementor-element-20fd6380 elementor-widget elementor-widget-text-editor" data-id="20fd6380" data-element_type="widget" data-widget_type="text-editor.default">
  5263. <div class="elementor-widget-container">
  5264. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/human-gene-editing-crispr/"><strong>More</strong>…</a></div></div></div>
  5265. </div>
  5266. </div>
  5267. </div>
  5268. </div>
  5269. </div>
  5270. <div class="elementor-element elementor-element-78b64ff2 elementor-column elementor-col-25 elementor-inner-column" data-id="78b64ff2" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5271. <div class="elementor-column-wrap  elementor-element-populated">
  5272. <div class="elementor-widget-wrap">
  5273. <div class="elementor-element elementor-element-671da78f elementor-widget elementor-widget-text-editor" data-id="671da78f" data-element_type="widget" data-widget_type="text-editor.default">
  5274. <div class="elementor-widget-container">
  5275. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/gene-therapy/">Gene Therapy</a></span></p></div>
  5276. </div>
  5277. </div>
  5278. <div class="elementor-element elementor-element-2e7b9ed4 elementor-widget elementor-widget-shortcode" data-id="2e7b9ed4" data-element_type="widget" data-widget_type="shortcode.default">
  5279. <div class="elementor-widget-container">
  5280. <div class="elementor-shortcode">
  5281. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-1811efad6u"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331256"><div class="pt-cv-ifield"><a href="/2020/08/19/one-year-in-9-boys-with-muscular-dystrophy-show-remarkable-progress-from-gene-therapy/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="istockphoto x" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/istockphoto-x--300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-b1d59c38lh">#pt-cv-view-1811efad6u .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5282. #pt-cv-view-1811efad6u  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5283. #pt-cv-view-1811efad6u .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5284. #pt-cv-view-1811efad6u .pt-cv-title a, #pt-cv-view-1811efad6u  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5285. #pt-cv-view-1811efad6u  .pt-cv-title a:hover, #pt-cv-view-1811efad6u  .panel-title:hover   { color: #000000 !important; }
  5286. #pt-cv-view-1811efad6u  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5287. #pt-cv-view-1811efad6u:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5288. #pt-cv-view-1811efad6u .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5289. #pt-cv-view-1811efad6u .pt-cv-specialp { background-color: #CC3333 !important }
  5290. #pt-cv-view-1811efad6u .pt-cv-specialp * { color: #fff !important; }
  5291. #pt-cv-view-1811efad6u .pt-cv-pficon  { color: #bbb !important; }
  5292. #pt-cv-view-1811efad6u  .add_to_cart_button, #pt-cv-view-1811efad6u  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5293. #pt-cv-view-1811efad6u  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5294. #pt-cv-view-1811efad6u .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5295. #pt-cv-view-1811efad6u .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5296. #pt-cv-view-1811efad6u  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-1811efad6u  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5297. [id^='pt-cv-filter-bar-1811efad6u'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-1811efad6u'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-1811efad6u'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-1811efad6u'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5298. [id^='pt-cv-filter-bar-1811efad6u'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5299. #pt-cv-gls-1811efad6u li a   { font-weight: 600 !important; }
  5300. #pt-cv-gls-1811efad6u li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5301. #pt-cv-view-1811efad6u .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5302. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5303. </div>
  5304. </div>
  5305. </div>
  5306. <div class="elementor-element elementor-element-59024ab2 elementor-widget elementor-widget-shortcode" data-id="59024ab2" data-element_type="widget" data-widget_type="shortcode.default">
  5307. <div class="elementor-widget-container">
  5308. <div class="elementor-shortcode">
  5309. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-79ffb7fq15"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331256"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/one-year-in-9-boys-with-muscular-dystrophy-show-remarkable-progress-from-gene-therapy/" class="_self cvplbd" target="_self">One year in, 9 boys with muscular dystrophy show remarkable progress from gene therapy</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-8b3e615iae">#pt-cv-view-79ffb7fq15 .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5310. #pt-cv-view-79ffb7fq15  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5311. #pt-cv-view-79ffb7fq15 .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5312. #pt-cv-view-79ffb7fq15 .pt-cv-title a, #pt-cv-view-79ffb7fq15  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5313. #pt-cv-view-79ffb7fq15  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5314. #pt-cv-view-79ffb7fq15:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5315. #pt-cv-view-79ffb7fq15 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5316. #pt-cv-view-79ffb7fq15 .pt-cv-specialp { background-color: #CC3333 !important }
  5317. #pt-cv-view-79ffb7fq15 .pt-cv-specialp * { color: #fff !important; }
  5318. #pt-cv-view-79ffb7fq15 .pt-cv-pficon  { color: #bbb !important; }
  5319. #pt-cv-view-79ffb7fq15  .add_to_cart_button, #pt-cv-view-79ffb7fq15  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5320. #pt-cv-view-79ffb7fq15  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5321. #pt-cv-view-79ffb7fq15 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5322. #pt-cv-view-79ffb7fq15 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5323. #pt-cv-view-79ffb7fq15  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-79ffb7fq15  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5324. [id^='pt-cv-filter-bar-79ffb7fq15'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-79ffb7fq15'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-79ffb7fq15'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-79ffb7fq15'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5325. [id^='pt-cv-filter-bar-79ffb7fq15'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5326. #pt-cv-gls-79ffb7fq15 li a   { font-weight: 600 !important; }
  5327. #pt-cv-gls-79ffb7fq15 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5328. #pt-cv-view-79ffb7fq15 .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5329. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5330. </div>
  5331. </div>
  5332. </div>
  5333. <div class="elementor-element elementor-element-5b84d400 elementor-widget elementor-widget-shortcode" data-id="5b84d400" data-element_type="widget" data-widget_type="shortcode.default">
  5334. <div class="elementor-widget-container">
  5335. <div class="elementor-shortcode">
  5336. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-fe512fb0vi"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5337. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2328128"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/03/podcast-gene-therapy-could-be-best-hope-to-cure-duchenne-muscular-dystrophy/" class="_self cvplbd" target="_self">Podcast: Gene therapy could be best hope to cure Duchenne muscular dystrophy</a></h4></div></div>
  5338. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2327458"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/07/31/3-million-per-person-price-tag-set-on-first-gene-therapy-for-hemophilia-expected-ready-this-fall/" class="_self cvplbd" target="_self">$3 million per person price tag set on first gene therapy for hemophilia expected ready this fall</a></h4></div></div>
  5339. </div></div></div> <style type="text/css" id="pt-cv-inline-style-5cb90349k1">#pt-cv-view-fe512fb0vi .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5340. #pt-cv-view-fe512fb0vi  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5341. #pt-cv-view-fe512fb0vi .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5342. #pt-cv-view-fe512fb0vi .pt-cv-title a, #pt-cv-view-fe512fb0vi  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5343. #pt-cv-view-fe512fb0vi  .pt-cv-title a:hover, #pt-cv-view-fe512fb0vi  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5344. #pt-cv-view-fe512fb0vi  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5345. #pt-cv-view-fe512fb0vi:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5346. #pt-cv-view-fe512fb0vi .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5347. #pt-cv-view-fe512fb0vi .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5348. #pt-cv-view-fe512fb0vi .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5349. #pt-cv-view-fe512fb0vi .pt-cv-specialp { background-color: #CC3333 !important }
  5350. #pt-cv-view-fe512fb0vi .pt-cv-specialp * { color: #fff !important; }
  5351. #pt-cv-view-fe512fb0vi .pt-cv-pficon  { color: #bbb !important; }
  5352. #pt-cv-view-fe512fb0vi  .add_to_cart_button, #pt-cv-view-fe512fb0vi  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5353. #pt-cv-view-fe512fb0vi  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5354. #pt-cv-view-fe512fb0vi .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5355. #pt-cv-view-fe512fb0vi .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5356. #pt-cv-view-fe512fb0vi  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-fe512fb0vi  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5357. #pt-cv-view-fe512fb0vi  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-fe512fb0vi  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5358. [id^='pt-cv-filter-bar-fe512fb0vi'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-fe512fb0vi'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-fe512fb0vi'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-fe512fb0vi'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5359. [id^='pt-cv-filter-bar-fe512fb0vi'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5360. #pt-cv-gls-fe512fb0vi li a   { font-weight: 600 !important; }
  5361. #pt-cv-gls-fe512fb0vi li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5362. #pt-cv-view-fe512fb0vi .pt-cv-gls-header  { background-color: #00aeef !important; }
  5363. #pt-cv-view-fe512fb0vi .img-rounded, #pt-cv-view-fe512fb0vi .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5364. #pt-cv-view-fe512fb0vi .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5365. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5366. </div>
  5367. </div>
  5368. </div>
  5369. <div class="elementor-element elementor-element-1f1637c1 elementor-widget elementor-widget-text-editor" data-id="1f1637c1" data-element_type="widget" data-widget_type="text-editor.default">
  5370. <div class="elementor-widget-container">
  5371. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/gene-therapy/"><strong>More</strong>…</a></div></div></div>
  5372. </div>
  5373. </div>
  5374. </div>
  5375. </div>
  5376. </div>
  5377. <div class="elementor-element elementor-element-2c1805f9 elementor-column elementor-col-25 elementor-inner-column" data-id="2c1805f9" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5378. <div class="elementor-column-wrap  elementor-element-populated">
  5379. <div class="elementor-widget-wrap">
  5380. <div class="elementor-element elementor-element-361c7fba elementor-widget elementor-widget-text-editor" data-id="361c7fba" data-element_type="widget" data-widget_type="text-editor.default">
  5381. <div class="elementor-widget-container">
  5382. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/health-wellness/">Health &amp; Wellness</a></span></p></div>
  5383. </div>
  5384. </div>
  5385. <div class="elementor-element elementor-element-707dffa2 elementor-widget elementor-widget-shortcode" data-id="707dffa2" data-element_type="widget" data-widget_type="shortcode.default">
  5386. <div class="elementor-widget-container">
  5387. <div class="elementor-shortcode">
  5388. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-97d41fcvm7"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330870"><div class="pt-cv-ifield"><a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="unnamed file" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/unnamed-file-1-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-51a1f04up5">#pt-cv-view-97d41fcvm7 .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5389. #pt-cv-view-97d41fcvm7  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5390. #pt-cv-view-97d41fcvm7 .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5391. #pt-cv-view-97d41fcvm7 .pt-cv-title a, #pt-cv-view-97d41fcvm7  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5392. #pt-cv-view-97d41fcvm7  .pt-cv-title a:hover, #pt-cv-view-97d41fcvm7  .panel-title:hover   { color: #000000 !important; }
  5393. #pt-cv-view-97d41fcvm7  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5394. #pt-cv-view-97d41fcvm7:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5395. #pt-cv-view-97d41fcvm7 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5396. #pt-cv-view-97d41fcvm7 .pt-cv-specialp { background-color: #CC3333 !important }
  5397. #pt-cv-view-97d41fcvm7 .pt-cv-specialp * { color: #fff !important; }
  5398. #pt-cv-view-97d41fcvm7 .pt-cv-pficon  { color: #bbb !important; }
  5399. #pt-cv-view-97d41fcvm7  .add_to_cart_button, #pt-cv-view-97d41fcvm7  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5400. #pt-cv-view-97d41fcvm7  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5401. #pt-cv-view-97d41fcvm7 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5402. #pt-cv-view-97d41fcvm7 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5403. #pt-cv-view-97d41fcvm7  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-97d41fcvm7  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5404. [id^='pt-cv-filter-bar-97d41fcvm7'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-97d41fcvm7'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-97d41fcvm7'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-97d41fcvm7'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5405. [id^='pt-cv-filter-bar-97d41fcvm7'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5406. #pt-cv-gls-97d41fcvm7 li a   { font-weight: 600 !important; }
  5407. #pt-cv-gls-97d41fcvm7 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5408. #pt-cv-view-97d41fcvm7 .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5409. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5410. </div>
  5411. </div>
  5412. </div>
  5413. <div class="elementor-element elementor-element-1ac284ea elementor-widget elementor-widget-shortcode" data-id="1ac284ea" data-element_type="widget" data-widget_type="shortcode.default">
  5414. <div class="elementor-widget-container">
  5415. <div class="elementor-shortcode">
  5416. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-92886fdi4x"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330870"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/is-artificial-intelligence-ai-medicine-racially-biased/" class="_self cvplbd" target="_self">Is artificial intelligence (AI) medicine racially biased?</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-f5ae0a7hqb">#pt-cv-view-92886fdi4x .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5417. #pt-cv-view-92886fdi4x  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5418. #pt-cv-view-92886fdi4x .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5419. #pt-cv-view-92886fdi4x .pt-cv-title a, #pt-cv-view-92886fdi4x  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5420. #pt-cv-view-92886fdi4x  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5421. #pt-cv-view-92886fdi4x:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5422. #pt-cv-view-92886fdi4x .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5423. #pt-cv-view-92886fdi4x .pt-cv-specialp { background-color: #CC3333 !important }
  5424. #pt-cv-view-92886fdi4x .pt-cv-specialp * { color: #fff !important; }
  5425. #pt-cv-view-92886fdi4x .pt-cv-pficon  { color: #bbb !important; }
  5426. #pt-cv-view-92886fdi4x  .add_to_cart_button, #pt-cv-view-92886fdi4x  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5427. #pt-cv-view-92886fdi4x  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5428. #pt-cv-view-92886fdi4x .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5429. #pt-cv-view-92886fdi4x .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5430. #pt-cv-view-92886fdi4x  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-92886fdi4x  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5431. [id^='pt-cv-filter-bar-92886fdi4x'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-92886fdi4x'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-92886fdi4x'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-92886fdi4x'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5432. [id^='pt-cv-filter-bar-92886fdi4x'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5433. #pt-cv-gls-92886fdi4x li a   { font-weight: 600 !important; }
  5434. #pt-cv-gls-92886fdi4x li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5435. #pt-cv-view-92886fdi4x .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5436. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5437. </div>
  5438. </div>
  5439. </div>
  5440. <div class="elementor-element elementor-element-4fd830d2 elementor-widget elementor-widget-shortcode" data-id="4fd830d2" data-element_type="widget" data-widget_type="shortcode.default">
  5441. <div class="elementor-widget-container">
  5442. <div class="elementor-shortcode">
  5443. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-fc422b0bfl"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5444. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331531"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/will-schools-maintain-immunization-requirements-as-vaccination-rates-plunge/" class="_self cvplbd" target="_self">Will schools maintain immunization requirements as vaccination rates plunge?</a></h4></div></div>
  5445. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332072"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/marijuana-use-during-pregnancy-increases-infants-chances-of-getting-autism-by-50/" class="_self cvplbd" target="_self">Marijuana use during pregnancy increases infant’s chances of getting autism by 50%</a></h4></div></div>
  5446. </div></div></div> <style type="text/css" id="pt-cv-inline-style-2665aaeqw1">#pt-cv-view-fc422b0bfl .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5447. #pt-cv-view-fc422b0bfl  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5448. #pt-cv-view-fc422b0bfl .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5449. #pt-cv-view-fc422b0bfl .pt-cv-title a, #pt-cv-view-fc422b0bfl  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5450. #pt-cv-view-fc422b0bfl  .pt-cv-title a:hover, #pt-cv-view-fc422b0bfl  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5451. #pt-cv-view-fc422b0bfl  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5452. #pt-cv-view-fc422b0bfl:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5453. #pt-cv-view-fc422b0bfl .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5454. #pt-cv-view-fc422b0bfl .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5455. #pt-cv-view-fc422b0bfl .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5456. #pt-cv-view-fc422b0bfl .pt-cv-specialp { background-color: #CC3333 !important }
  5457. #pt-cv-view-fc422b0bfl .pt-cv-specialp * { color: #fff !important; }
  5458. #pt-cv-view-fc422b0bfl .pt-cv-pficon  { color: #bbb !important; }
  5459. #pt-cv-view-fc422b0bfl  .add_to_cart_button, #pt-cv-view-fc422b0bfl  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5460. #pt-cv-view-fc422b0bfl  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5461. #pt-cv-view-fc422b0bfl .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5462. #pt-cv-view-fc422b0bfl .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5463. #pt-cv-view-fc422b0bfl  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-fc422b0bfl  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5464. #pt-cv-view-fc422b0bfl  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-fc422b0bfl  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5465. [id^='pt-cv-filter-bar-fc422b0bfl'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-fc422b0bfl'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-fc422b0bfl'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-fc422b0bfl'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5466. [id^='pt-cv-filter-bar-fc422b0bfl'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5467. #pt-cv-gls-fc422b0bfl li a   { font-weight: 600 !important; }
  5468. #pt-cv-gls-fc422b0bfl li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5469. #pt-cv-view-fc422b0bfl .pt-cv-gls-header  { background-color: #00aeef !important; }
  5470. #pt-cv-view-fc422b0bfl .img-rounded, #pt-cv-view-fc422b0bfl .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5471. #pt-cv-view-fc422b0bfl .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5472. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5473. </div>
  5474. </div>
  5475. </div>
  5476. <div class="elementor-element elementor-element-6cb2aa16 elementor-widget elementor-widget-text-editor" data-id="6cb2aa16" data-element_type="widget" data-widget_type="text-editor.default">
  5477. <div class="elementor-widget-container">
  5478. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/health-wellness/"><strong>More</strong>…</a></div></div></div>
  5479. </div>
  5480. </div>
  5481. </div>
  5482. </div>
  5483. </div>
  5484. <div class="elementor-element elementor-element-56871b0b elementor-column elementor-col-25 elementor-inner-column" data-id="56871b0b" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5485. <div class="elementor-column-wrap  elementor-element-populated">
  5486. <div class="elementor-widget-wrap">
  5487. <div class="elementor-element elementor-element-3c3568ac elementor-widget elementor-widget-text-editor" data-id="3c3568ac" data-element_type="widget" data-widget_type="text-editor.default">
  5488. <div class="elementor-widget-container">
  5489. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/new-breeding-techniques-nbts/">New Breeding Techniques</a></span></p></div>
  5490. </div>
  5491. </div>
  5492. <div class="elementor-element elementor-element-3daa3240 elementor-widget elementor-widget-shortcode" data-id="3daa3240" data-element_type="widget" data-widget_type="shortcode.default">
  5493. <div class="elementor-widget-container">
  5494. <div class="elementor-shortcode">
  5495. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-57244f3n1d"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332618"><div class="pt-cv-ifield"><a href="/2020/08/21/crispr-crop-development-proceeds-rapidly-but-bottlenecks-limit-promise/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="plant x" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/plant-x--300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-e8653e6ik9">#pt-cv-view-57244f3n1d .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5496. #pt-cv-view-57244f3n1d  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5497. #pt-cv-view-57244f3n1d .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5498. #pt-cv-view-57244f3n1d .pt-cv-title a, #pt-cv-view-57244f3n1d  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5499. #pt-cv-view-57244f3n1d  .pt-cv-title a:hover, #pt-cv-view-57244f3n1d  .panel-title:hover   { color: #000000 !important; }
  5500. #pt-cv-view-57244f3n1d  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5501. #pt-cv-view-57244f3n1d:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5502. #pt-cv-view-57244f3n1d .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5503. #pt-cv-view-57244f3n1d .pt-cv-specialp { background-color: #CC3333 !important }
  5504. #pt-cv-view-57244f3n1d .pt-cv-specialp * { color: #fff !important; }
  5505. #pt-cv-view-57244f3n1d .pt-cv-pficon  { color: #bbb !important; }
  5506. #pt-cv-view-57244f3n1d  .add_to_cart_button, #pt-cv-view-57244f3n1d  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5507. #pt-cv-view-57244f3n1d  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5508. #pt-cv-view-57244f3n1d .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5509. #pt-cv-view-57244f3n1d .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5510. #pt-cv-view-57244f3n1d  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-57244f3n1d  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5511. [id^='pt-cv-filter-bar-57244f3n1d'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-57244f3n1d'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-57244f3n1d'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-57244f3n1d'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5512. [id^='pt-cv-filter-bar-57244f3n1d'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5513. #pt-cv-gls-57244f3n1d li a   { font-weight: 600 !important; }
  5514. #pt-cv-gls-57244f3n1d li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5515. #pt-cv-view-57244f3n1d .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5516. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5517. </div>
  5518. </div>
  5519. </div>
  5520. <div class="elementor-element elementor-element-558fc7b5 elementor-widget elementor-widget-shortcode" data-id="558fc7b5" data-element_type="widget" data-widget_type="shortcode.default">
  5521. <div class="elementor-widget-container">
  5522. <div class="elementor-shortcode">
  5523. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-eafc9838sy"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332618"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/crispr-crop-development-proceeds-rapidly-but-bottlenecks-limit-promise/" class="_self cvplbd" target="_self">CRISPR crop development proceeds rapidly, but ‘bottlenecks’ limit promise</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-a5f6839w1z">#pt-cv-view-eafc9838sy .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5524. #pt-cv-view-eafc9838sy  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5525. #pt-cv-view-eafc9838sy .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5526. #pt-cv-view-eafc9838sy .pt-cv-title a, #pt-cv-view-eafc9838sy  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5527. #pt-cv-view-eafc9838sy  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5528. #pt-cv-view-eafc9838sy:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5529. #pt-cv-view-eafc9838sy .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5530. #pt-cv-view-eafc9838sy .pt-cv-specialp { background-color: #CC3333 !important }
  5531. #pt-cv-view-eafc9838sy .pt-cv-specialp * { color: #fff !important; }
  5532. #pt-cv-view-eafc9838sy .pt-cv-pficon  { color: #bbb !important; }
  5533. #pt-cv-view-eafc9838sy  .add_to_cart_button, #pt-cv-view-eafc9838sy  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5534. #pt-cv-view-eafc9838sy  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5535. #pt-cv-view-eafc9838sy .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5536. #pt-cv-view-eafc9838sy .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5537. #pt-cv-view-eafc9838sy  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-eafc9838sy  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5538. [id^='pt-cv-filter-bar-eafc9838sy'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-eafc9838sy'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-eafc9838sy'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-eafc9838sy'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5539. [id^='pt-cv-filter-bar-eafc9838sy'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5540. #pt-cv-gls-eafc9838sy li a   { font-weight: 600 !important; }
  5541. #pt-cv-gls-eafc9838sy li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5542. #pt-cv-view-eafc9838sy .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5543. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5544. </div>
  5545. </div>
  5546. </div>
  5547. <div class="elementor-element elementor-element-4ac628ff elementor-widget elementor-widget-shortcode" data-id="4ac628ff" data-element_type="widget" data-widget_type="shortcode.default">
  5548. <div class="elementor-widget-container">
  5549. <div class="elementor-shortcode">
  5550. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-7dfff127jq"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5551. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332912"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/19/crispr-edited-canola-slated-for-2021-field-trials-moving-crop-closer-to-commercialization/" class="_self cvplbd" target="_self">CRISPR-edited canola slated for 2021 field trials, moving crop closer to commercialization</a></h4></div></div>
  5552. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332614"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/18/viewpoint-europe-cant-produce-enough-food-if-it-cuts-use-of-farm-chemicals-but-opposes-gene-editing/" class="_self cvplbd" target="_self">Viewpoint: Europe can’t produce enough food if it cuts use of farm chemicals but opposes gene editing</a></h4></div></div>
  5553. </div></div></div> <style type="text/css" id="pt-cv-inline-style-1bef95dn5w">#pt-cv-view-7dfff127jq .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5554. #pt-cv-view-7dfff127jq  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5555. #pt-cv-view-7dfff127jq .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5556. #pt-cv-view-7dfff127jq .pt-cv-title a, #pt-cv-view-7dfff127jq  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5557. #pt-cv-view-7dfff127jq  .pt-cv-title a:hover, #pt-cv-view-7dfff127jq  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5558. #pt-cv-view-7dfff127jq  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5559. #pt-cv-view-7dfff127jq:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5560. #pt-cv-view-7dfff127jq .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5561. #pt-cv-view-7dfff127jq .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5562. #pt-cv-view-7dfff127jq .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5563. #pt-cv-view-7dfff127jq .pt-cv-specialp { background-color: #CC3333 !important }
  5564. #pt-cv-view-7dfff127jq .pt-cv-specialp * { color: #fff !important; }
  5565. #pt-cv-view-7dfff127jq .pt-cv-pficon  { color: #bbb !important; }
  5566. #pt-cv-view-7dfff127jq  .add_to_cart_button, #pt-cv-view-7dfff127jq  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5567. #pt-cv-view-7dfff127jq  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5568. #pt-cv-view-7dfff127jq .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5569. #pt-cv-view-7dfff127jq .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5570. #pt-cv-view-7dfff127jq  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-7dfff127jq  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5571. #pt-cv-view-7dfff127jq  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-7dfff127jq  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5572. [id^='pt-cv-filter-bar-7dfff127jq'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-7dfff127jq'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-7dfff127jq'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-7dfff127jq'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5573. [id^='pt-cv-filter-bar-7dfff127jq'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5574. #pt-cv-gls-7dfff127jq li a   { font-weight: 600 !important; }
  5575. #pt-cv-gls-7dfff127jq li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5576. #pt-cv-view-7dfff127jq .pt-cv-gls-header  { background-color: #00aeef !important; }
  5577. #pt-cv-view-7dfff127jq .img-rounded, #pt-cv-view-7dfff127jq .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5578. #pt-cv-view-7dfff127jq .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5579. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5580. </div>
  5581. </div>
  5582. </div>
  5583. <div class="elementor-element elementor-element-32152ee2 elementor-widget elementor-widget-text-editor" data-id="32152ee2" data-element_type="widget" data-widget_type="text-editor.default">
  5584. <div class="elementor-widget-container">
  5585. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/new-breeding-techniques-nbts/"><strong>More</strong>…</a></div></div></div>
  5586. </div>
  5587. </div>
  5588. </div>
  5589. </div>
  5590. </div>
  5591. </div>
  5592. </div>
  5593. </section>
  5594. <section class="elementor-element elementor-element-40621c04 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="40621c04" data-element_type="section">
  5595. <div class="elementor-container elementor-column-gap-default">
  5596. <div class="elementor-row">
  5597. <div class="elementor-element elementor-element-6288d996 elementor-column elementor-col-25 elementor-inner-column" data-id="6288d996" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5598. <div class="elementor-column-wrap  elementor-element-populated">
  5599. <div class="elementor-widget-wrap">
  5600. <div class="elementor-element elementor-element-60415f3 elementor-widget elementor-widget-text-editor" data-id="60415f3" data-element_type="widget" data-widget_type="text-editor.default">
  5601. <div class="elementor-widget-container">
  5602. <div class="elementor-text-editor elementor-clearfix">
  5603. <p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/genomics-medicine/">Personal Genomics</a></span></p>
  5604. <div class="genet-after-11th-paragraph" style="text-align: center; " id="genet-1855743020">
  5605. <span id="ezoic-pub-ad-placeholder-115" data-ezadblocked="true"></span>
  5606. </div>
  5607. </div>
  5608. </div>
  5609. </div>
  5610. <div class="elementor-element elementor-element-1d45529e elementor-widget elementor-widget-shortcode" data-id="1d45529e" data-element_type="widget" data-widget_type="shortcode.default">
  5611. <div class="elementor-widget-container">
  5612. <div class="elementor-shortcode">
  5613. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-3db7134ify"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2328101"><div class="pt-cv-ifield"><a href="/2020/08/10/gene-mutation-makes-some-people-more-susceptible-to-the-coronavirus/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="science feature art genes covid v" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/07/science-feature-art-genes-covid-v--300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-c11e82agob">#pt-cv-view-3db7134ify .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5614. #pt-cv-view-3db7134ify  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5615. #pt-cv-view-3db7134ify .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5616. #pt-cv-view-3db7134ify .pt-cv-title a, #pt-cv-view-3db7134ify  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5617. #pt-cv-view-3db7134ify  .pt-cv-title a:hover, #pt-cv-view-3db7134ify  .panel-title:hover   { color: #000000 !important; }
  5618. #pt-cv-view-3db7134ify  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5619. #pt-cv-view-3db7134ify:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5620. #pt-cv-view-3db7134ify .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5621. #pt-cv-view-3db7134ify .pt-cv-specialp { background-color: #CC3333 !important }
  5622. #pt-cv-view-3db7134ify .pt-cv-specialp * { color: #fff !important; }
  5623. #pt-cv-view-3db7134ify .pt-cv-pficon  { color: #bbb !important; }
  5624. #pt-cv-view-3db7134ify  .add_to_cart_button, #pt-cv-view-3db7134ify  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5625. #pt-cv-view-3db7134ify  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5626. #pt-cv-view-3db7134ify .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5627. #pt-cv-view-3db7134ify .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5628. #pt-cv-view-3db7134ify  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-3db7134ify  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5629. [id^='pt-cv-filter-bar-3db7134ify'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-3db7134ify'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-3db7134ify'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-3db7134ify'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5630. [id^='pt-cv-filter-bar-3db7134ify'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5631. #pt-cv-gls-3db7134ify li a   { font-weight: 600 !important; }
  5632. #pt-cv-gls-3db7134ify li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5633. #pt-cv-view-3db7134ify .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5634. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5635. </div>
  5636. </div>
  5637. </div>
  5638. <div class="elementor-element elementor-element-43f354ae elementor-widget elementor-widget-shortcode" data-id="43f354ae" data-element_type="widget" data-widget_type="shortcode.default">
  5639. <div class="elementor-widget-container">
  5640. <div class="elementor-shortcode">
  5641. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-1206653z0g"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2328101"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/10/gene-mutation-makes-some-people-more-susceptible-to-the-coronavirus/" class="_self cvplbd" target="_self">Gene mutation makes some people more susceptible to the coronavirus</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-8680ccebs9">#pt-cv-view-1206653z0g .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5642. #pt-cv-view-1206653z0g  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5643. #pt-cv-view-1206653z0g .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5644. #pt-cv-view-1206653z0g .pt-cv-title a, #pt-cv-view-1206653z0g  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5645. #pt-cv-view-1206653z0g  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5646. #pt-cv-view-1206653z0g:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5647. #pt-cv-view-1206653z0g .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5648. #pt-cv-view-1206653z0g .pt-cv-specialp { background-color: #CC3333 !important }
  5649. #pt-cv-view-1206653z0g .pt-cv-specialp * { color: #fff !important; }
  5650. #pt-cv-view-1206653z0g .pt-cv-pficon  { color: #bbb !important; }
  5651. #pt-cv-view-1206653z0g  .add_to_cart_button, #pt-cv-view-1206653z0g  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5652. #pt-cv-view-1206653z0g  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5653. #pt-cv-view-1206653z0g .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5654. #pt-cv-view-1206653z0g .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5655. #pt-cv-view-1206653z0g  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-1206653z0g  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5656. [id^='pt-cv-filter-bar-1206653z0g'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-1206653z0g'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-1206653z0g'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-1206653z0g'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5657. [id^='pt-cv-filter-bar-1206653z0g'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5658. #pt-cv-gls-1206653z0g li a   { font-weight: 600 !important; }
  5659. #pt-cv-gls-1206653z0g li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5660. #pt-cv-view-1206653z0g .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5661. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5662. </div>
  5663. </div>
  5664. </div>
  5665. <div class="elementor-element elementor-element-20d28378 elementor-widget elementor-widget-shortcode" data-id="20d28378" data-element_type="widget" data-widget_type="shortcode.default">
  5666. <div class="elementor-widget-container">
  5667. <div class="elementor-shortcode">
  5668. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-f6b4965e9v"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5669. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2142009"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/05/tantalizing-solutions-how-we-are-developing-the-next-generation-of-cancer-drugs/" class="_self cvplbd" target="_self">‘Tantalizing solutions’: How we are developing the next generation of cancer drugs</a></h4></div></div>
  5670. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2328478"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/04/coronavirus-highlights-why-the-genetic-information-nondiscrimination-act-is-ripe-for-an-overhaul/" class="_self cvplbd" target="_self">Coronavirus highlights why the Genetic Information Nondiscrimination Act is ripe for overhaul</a></h4></div></div>
  5671. </div></div></div> <style type="text/css" id="pt-cv-inline-style-66abf06apk">#pt-cv-view-f6b4965e9v .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5672. #pt-cv-view-f6b4965e9v  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5673. #pt-cv-view-f6b4965e9v .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5674. #pt-cv-view-f6b4965e9v .pt-cv-title a, #pt-cv-view-f6b4965e9v  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5675. #pt-cv-view-f6b4965e9v  .pt-cv-title a:hover, #pt-cv-view-f6b4965e9v  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5676. #pt-cv-view-f6b4965e9v  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5677. #pt-cv-view-f6b4965e9v:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5678. #pt-cv-view-f6b4965e9v .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5679. #pt-cv-view-f6b4965e9v .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5680. #pt-cv-view-f6b4965e9v .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5681. #pt-cv-view-f6b4965e9v .pt-cv-specialp { background-color: #CC3333 !important }
  5682. #pt-cv-view-f6b4965e9v .pt-cv-specialp * { color: #fff !important; }
  5683. #pt-cv-view-f6b4965e9v .pt-cv-pficon  { color: #bbb !important; }
  5684. #pt-cv-view-f6b4965e9v  .add_to_cart_button, #pt-cv-view-f6b4965e9v  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5685. #pt-cv-view-f6b4965e9v  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5686. #pt-cv-view-f6b4965e9v .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5687. #pt-cv-view-f6b4965e9v .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5688. #pt-cv-view-f6b4965e9v  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-f6b4965e9v  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5689. #pt-cv-view-f6b4965e9v  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-f6b4965e9v  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5690. [id^='pt-cv-filter-bar-f6b4965e9v'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-f6b4965e9v'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-f6b4965e9v'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-f6b4965e9v'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5691. [id^='pt-cv-filter-bar-f6b4965e9v'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5692. #pt-cv-gls-f6b4965e9v li a   { font-weight: 600 !important; }
  5693. #pt-cv-gls-f6b4965e9v li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5694. #pt-cv-view-f6b4965e9v .pt-cv-gls-header  { background-color: #00aeef !important; }
  5695. #pt-cv-view-f6b4965e9v .img-rounded, #pt-cv-view-f6b4965e9v .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5696. #pt-cv-view-f6b4965e9v .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5697. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5698. </div>
  5699. </div>
  5700. </div>
  5701. <div class="elementor-element elementor-element-3de3d9c7 elementor-widget elementor-widget-text-editor" data-id="3de3d9c7" data-element_type="widget" data-widget_type="text-editor.default">
  5702. <div class="elementor-widget-container">
  5703. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/genomics-medicine/"><strong>More</strong>…</a></div></div></div>
  5704. </div>
  5705. </div>
  5706. </div>
  5707. </div>
  5708. </div>
  5709. <div class="elementor-element elementor-element-28617477 elementor-column elementor-col-25 elementor-inner-column" data-id="28617477" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5710. <div class="elementor-column-wrap  elementor-element-populated">
  5711. <div class="elementor-widget-wrap">
  5712. <div class="elementor-element elementor-element-2a7351a6 elementor-widget elementor-widget-text-editor" data-id="2a7351a6" data-element_type="widget" data-widget_type="text-editor.default">
  5713. <div class="elementor-widget-container">
  5714. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/biotech-of-the-future/">Science of the Future</a></span></p></div>
  5715. </div>
  5716. </div>
  5717. <div class="elementor-element elementor-element-58600f9a elementor-widget elementor-widget-shortcode" data-id="58600f9a" data-element_type="widget" data-widget_type="shortcode.default">
  5718. <div class="elementor-widget-container">
  5719. <div class="elementor-shortcode">
  5720. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-804d198o7z"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331538"><div class="pt-cv-ifield"><a href="#" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="unnamed file" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/unnamed-file-5-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-622b4d37gm">#pt-cv-view-804d198o7z .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5721. #pt-cv-view-804d198o7z  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5722. #pt-cv-view-804d198o7z .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5723. #pt-cv-view-804d198o7z .pt-cv-title a, #pt-cv-view-804d198o7z  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5724. #pt-cv-view-804d198o7z  .pt-cv-title a:hover, #pt-cv-view-804d198o7z  .panel-title:hover   { color: #000000 !important; }
  5725. #pt-cv-view-804d198o7z  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5726. #pt-cv-view-804d198o7z:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5727. #pt-cv-view-804d198o7z .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5728. #pt-cv-view-804d198o7z .pt-cv-specialp { background-color: #CC3333 !important }
  5729. #pt-cv-view-804d198o7z .pt-cv-specialp * { color: #fff !important; }
  5730. #pt-cv-view-804d198o7z .pt-cv-pficon  { color: #bbb !important; }
  5731. #pt-cv-view-804d198o7z  .add_to_cart_button, #pt-cv-view-804d198o7z  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5732. #pt-cv-view-804d198o7z  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5733. #pt-cv-view-804d198o7z .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5734. #pt-cv-view-804d198o7z .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5735. #pt-cv-view-804d198o7z  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-804d198o7z  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5736. [id^='pt-cv-filter-bar-804d198o7z'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-804d198o7z'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-804d198o7z'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-804d198o7z'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5737. [id^='pt-cv-filter-bar-804d198o7z'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5738. #pt-cv-gls-804d198o7z li a   { font-weight: 600 !important; }
  5739. #pt-cv-gls-804d198o7z li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5740. #pt-cv-view-804d198o7z .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5741. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5742. </div>
  5743. </div>
  5744. </div>
  5745. <div class="elementor-element elementor-element-7e2bd778 elementor-widget elementor-widget-shortcode" data-id="7e2bd778" data-element_type="widget" data-widget_type="shortcode.default">
  5746. <div class="elementor-widget-container">
  5747. <div class="elementor-shortcode">
  5748. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-bcf86e0nho"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2331538"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">‘Like, wow’!: 3-D ultrasound images allow blind parents ‘glimpse’ at their newborn’s face</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-7404c13js3">#pt-cv-view-bcf86e0nho .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5749. #pt-cv-view-bcf86e0nho  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5750. #pt-cv-view-bcf86e0nho .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5751. #pt-cv-view-bcf86e0nho .pt-cv-title a, #pt-cv-view-bcf86e0nho  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5752. #pt-cv-view-bcf86e0nho  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5753. #pt-cv-view-bcf86e0nho:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5754. #pt-cv-view-bcf86e0nho .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5755. #pt-cv-view-bcf86e0nho .pt-cv-specialp { background-color: #CC3333 !important }
  5756. #pt-cv-view-bcf86e0nho .pt-cv-specialp * { color: #fff !important; }
  5757. #pt-cv-view-bcf86e0nho .pt-cv-pficon  { color: #bbb !important; }
  5758. #pt-cv-view-bcf86e0nho  .add_to_cart_button, #pt-cv-view-bcf86e0nho  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5759. #pt-cv-view-bcf86e0nho  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5760. #pt-cv-view-bcf86e0nho .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5761. #pt-cv-view-bcf86e0nho .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5762. #pt-cv-view-bcf86e0nho  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-bcf86e0nho  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5763. [id^='pt-cv-filter-bar-bcf86e0nho'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-bcf86e0nho'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-bcf86e0nho'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-bcf86e0nho'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5764. [id^='pt-cv-filter-bar-bcf86e0nho'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5765. #pt-cv-gls-bcf86e0nho li a   { font-weight: 600 !important; }
  5766. #pt-cv-gls-bcf86e0nho li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5767. #pt-cv-view-bcf86e0nho .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5768. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5769. </div>
  5770. </div>
  5771. </div>
  5772. <div class="elementor-element elementor-element-3652bcd1 elementor-widget elementor-widget-shortcode" data-id="3652bcd1" data-element_type="widget" data-widget_type="shortcode.default">
  5773. <div class="elementor-widget-container">
  5774. <div class="elementor-shortcode">
  5775. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-2de715br6x"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5776. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2332367"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/18/viewpoint-is-there-a-scientific-basis-to-ban-gene-drive-technology-that-can-rid-us-of-virus-carrying-rodents-and-mosquitoes/" class="_self cvplbd" target="_self">Viewpoint: Is there a scientific basis to ban gene drive technology that can rid us of virus-carrying rodents and mosquitoes?</a></h4></div></div>
  5777. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2329736"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/12/meet-staci-stats-fascinating-interactive-guide-to-ai-in-healthcare/" class="_self cvplbd" target="_self">Meet STACI: STAT’s fascinating interactive guide to AI in healthcare</a></h4></div></div>
  5778. </div></div></div> <style type="text/css" id="pt-cv-inline-style-3eec5efrq9">#pt-cv-view-2de715br6x .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5779. #pt-cv-view-2de715br6x  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5780. #pt-cv-view-2de715br6x .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5781. #pt-cv-view-2de715br6x .pt-cv-title a, #pt-cv-view-2de715br6x  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5782. #pt-cv-view-2de715br6x  .pt-cv-title a:hover, #pt-cv-view-2de715br6x  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5783. #pt-cv-view-2de715br6x  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5784. #pt-cv-view-2de715br6x:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5785. #pt-cv-view-2de715br6x .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5786. #pt-cv-view-2de715br6x .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5787. #pt-cv-view-2de715br6x .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5788. #pt-cv-view-2de715br6x .pt-cv-specialp { background-color: #CC3333 !important }
  5789. #pt-cv-view-2de715br6x .pt-cv-specialp * { color: #fff !important; }
  5790. #pt-cv-view-2de715br6x .pt-cv-pficon  { color: #bbb !important; }
  5791. #pt-cv-view-2de715br6x  .add_to_cart_button, #pt-cv-view-2de715br6x  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5792. #pt-cv-view-2de715br6x  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5793. #pt-cv-view-2de715br6x .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5794. #pt-cv-view-2de715br6x .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5795. #pt-cv-view-2de715br6x  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-2de715br6x  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5796. #pt-cv-view-2de715br6x  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-2de715br6x  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5797. [id^='pt-cv-filter-bar-2de715br6x'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-2de715br6x'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-2de715br6x'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-2de715br6x'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5798. [id^='pt-cv-filter-bar-2de715br6x'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5799. #pt-cv-gls-2de715br6x li a   { font-weight: 600 !important; }
  5800. #pt-cv-gls-2de715br6x li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5801. #pt-cv-view-2de715br6x .pt-cv-gls-header  { background-color: #00aeef !important; }
  5802. #pt-cv-view-2de715br6x .img-rounded, #pt-cv-view-2de715br6x .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5803. #pt-cv-view-2de715br6x .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5804. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5805. </div>
  5806. </div>
  5807. </div>
  5808. <div class="elementor-element elementor-element-3c3b572e elementor-widget elementor-widget-text-editor" data-id="3c3b572e" data-element_type="widget" data-widget_type="text-editor.default">
  5809. <div class="elementor-widget-container">
  5810. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/biotech-of-the-future/"><strong>More</strong>…</a></div></div></div>
  5811. </div>
  5812. </div>
  5813. </div>
  5814. </div>
  5815. </div>
  5816. <div class="elementor-element elementor-element-186d2747 elementor-column elementor-col-25 elementor-inner-column" data-id="186d2747" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5817. <div class="elementor-column-wrap  elementor-element-populated">
  5818. <div class="elementor-widget-wrap">
  5819. <div class="elementor-element elementor-element-1202d09a elementor-widget elementor-widget-text-editor" data-id="1202d09a" data-element_type="widget" data-widget_type="text-editor.default">
  5820. <div class="elementor-widget-container">
  5821. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/epigenetics/">Sustainability / GreenGenes</a></span></p></div>
  5822. </div>
  5823. </div>
  5824. <div class="elementor-element elementor-element-3af46ab2 elementor-widget elementor-widget-shortcode" data-id="3af46ab2" data-element_type="widget" data-widget_type="shortcode.default">
  5825. <div class="elementor-widget-container">
  5826. <div class="elementor-shortcode">
  5827. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-6512cb63ma"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="gene editing invitro crispr and cows x a" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/gene-editing-invitro-crispr-and-cows-x-a-300x150.jpg"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-43ea0fcvyd">#pt-cv-view-6512cb63ma .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5828. #pt-cv-view-6512cb63ma  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5829. #pt-cv-view-6512cb63ma .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5830. #pt-cv-view-6512cb63ma .pt-cv-title a, #pt-cv-view-6512cb63ma  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5831. #pt-cv-view-6512cb63ma  .pt-cv-title a:hover, #pt-cv-view-6512cb63ma  .panel-title:hover   { color: #000000 !important; }
  5832. #pt-cv-view-6512cb63ma  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5833. #pt-cv-view-6512cb63ma:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5834. #pt-cv-view-6512cb63ma .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5835. #pt-cv-view-6512cb63ma .pt-cv-specialp { background-color: #CC3333 !important }
  5836. #pt-cv-view-6512cb63ma .pt-cv-specialp * { color: #fff !important; }
  5837. #pt-cv-view-6512cb63ma .pt-cv-pficon  { color: #bbb !important; }
  5838. #pt-cv-view-6512cb63ma  .add_to_cart_button, #pt-cv-view-6512cb63ma  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5839. #pt-cv-view-6512cb63ma  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5840. #pt-cv-view-6512cb63ma .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5841. #pt-cv-view-6512cb63ma .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5842. #pt-cv-view-6512cb63ma  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-6512cb63ma  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5843. [id^='pt-cv-filter-bar-6512cb63ma'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-6512cb63ma'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-6512cb63ma'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-6512cb63ma'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5844. [id^='pt-cv-filter-bar-6512cb63ma'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5845. #pt-cv-gls-6512cb63ma li a   { font-weight: 600 !important; }
  5846. #pt-cv-gls-6512cb63ma li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5847. #pt-cv-view-6512cb63ma .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5848. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5849. </div>
  5850. </div>
  5851. </div>
  5852. <div class="elementor-element elementor-element-7337c5c5 elementor-widget elementor-widget-shortcode" data-id="7337c5c5" data-element_type="widget" data-widget_type="shortcode.default">
  5853. <div class="elementor-widget-container">
  5854. <div class="elementor-shortcode">
  5855. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-7fc8745irv"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330620"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/24/crispr-cows-could-boost-sustainable-meat-production-but-regulations-wary-consumers-stand-in-the-way/" class="_self cvplbd" target="_self">CRISPR cows could boost sustainable meat production, but regulations and wary consumers stand in the way</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-6838ff3eiu">#pt-cv-view-7fc8745irv .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5856. #pt-cv-view-7fc8745irv  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5857. #pt-cv-view-7fc8745irv .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5858. #pt-cv-view-7fc8745irv .pt-cv-title a, #pt-cv-view-7fc8745irv  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5859. #pt-cv-view-7fc8745irv  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5860. #pt-cv-view-7fc8745irv:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5861. #pt-cv-view-7fc8745irv .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5862. #pt-cv-view-7fc8745irv .pt-cv-specialp { background-color: #CC3333 !important }
  5863. #pt-cv-view-7fc8745irv .pt-cv-specialp * { color: #fff !important; }
  5864. #pt-cv-view-7fc8745irv .pt-cv-pficon  { color: #bbb !important; }
  5865. #pt-cv-view-7fc8745irv  .add_to_cart_button, #pt-cv-view-7fc8745irv  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5866. #pt-cv-view-7fc8745irv  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5867. #pt-cv-view-7fc8745irv .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5868. #pt-cv-view-7fc8745irv .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5869. #pt-cv-view-7fc8745irv  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-7fc8745irv  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5870. [id^='pt-cv-filter-bar-7fc8745irv'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-7fc8745irv'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-7fc8745irv'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-7fc8745irv'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5871. [id^='pt-cv-filter-bar-7fc8745irv'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5872. #pt-cv-gls-7fc8745irv li a   { font-weight: 600 !important; }
  5873. #pt-cv-gls-7fc8745irv li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5874. #pt-cv-view-7fc8745irv .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5875. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5876. </div>
  5877. </div>
  5878. </div>
  5879. <div class="elementor-element elementor-element-48a9c0c7 elementor-widget elementor-widget-shortcode" data-id="48a9c0c7" data-element_type="widget" data-widget_type="shortcode.default">
  5880. <div class="elementor-widget-container">
  5881. <div class="elementor-shortcode">
  5882. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-7d83d6fr2d"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5883. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333452"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/21/bt-cotton-in-africa-role-models-and-lessons-learned/" class="_self cvplbd" target="_self">Bt cotton in Africa: Role models and lessons learned</a></h4></div></div>
  5884. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2333201"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/20/florida-green-lights-release-of-malaria-and-zika-fighting-gmo-gene-drive-mosquitoes/" class="_self cvplbd" target="_self">Florida green lights release of malaria- and Zika-fighting GMO mosquitoes</a></h4></div></div>
  5885. </div></div></div> <style type="text/css" id="pt-cv-inline-style-2253a01i4d">#pt-cv-view-7d83d6fr2d .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5886. #pt-cv-view-7d83d6fr2d  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5887. #pt-cv-view-7d83d6fr2d .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5888. #pt-cv-view-7d83d6fr2d .pt-cv-title a, #pt-cv-view-7d83d6fr2d  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5889. #pt-cv-view-7d83d6fr2d  .pt-cv-title a:hover, #pt-cv-view-7d83d6fr2d  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5890. #pt-cv-view-7d83d6fr2d  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5891. #pt-cv-view-7d83d6fr2d:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5892. #pt-cv-view-7d83d6fr2d .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5893. #pt-cv-view-7d83d6fr2d .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  5894. #pt-cv-view-7d83d6fr2d .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  5895. #pt-cv-view-7d83d6fr2d .pt-cv-specialp { background-color: #CC3333 !important }
  5896. #pt-cv-view-7d83d6fr2d .pt-cv-specialp * { color: #fff !important; }
  5897. #pt-cv-view-7d83d6fr2d .pt-cv-pficon  { color: #bbb !important; }
  5898. #pt-cv-view-7d83d6fr2d  .add_to_cart_button, #pt-cv-view-7d83d6fr2d  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5899. #pt-cv-view-7d83d6fr2d  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5900. #pt-cv-view-7d83d6fr2d .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5901. #pt-cv-view-7d83d6fr2d .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5902. #pt-cv-view-7d83d6fr2d  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-7d83d6fr2d  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  5903. #pt-cv-view-7d83d6fr2d  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-7d83d6fr2d  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  5904. [id^='pt-cv-filter-bar-7d83d6fr2d'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-7d83d6fr2d'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-7d83d6fr2d'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-7d83d6fr2d'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5905. [id^='pt-cv-filter-bar-7d83d6fr2d'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5906. #pt-cv-gls-7d83d6fr2d li a   { font-weight: 600 !important; }
  5907. #pt-cv-gls-7d83d6fr2d li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5908. #pt-cv-view-7d83d6fr2d .pt-cv-gls-header  { background-color: #00aeef !important; }
  5909. #pt-cv-view-7d83d6fr2d .img-rounded, #pt-cv-view-7d83d6fr2d .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  5910. #pt-cv-view-7d83d6fr2d .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  5911. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5912. </div>
  5913. </div>
  5914. </div>
  5915. <div class="elementor-element elementor-element-cf395e0 elementor-widget elementor-widget-text-editor" data-id="cf395e0" data-element_type="widget" data-widget_type="text-editor.default">
  5916. <div class="elementor-widget-container">
  5917. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/green-genes-sustainability/"><strong>More</strong>…</a></div></div></div>
  5918. </div>
  5919. </div>
  5920. </div>
  5921. </div>
  5922. </div>
  5923. <div class="elementor-element elementor-element-2f19ce50 elementor-column elementor-col-25 elementor-inner-column" data-id="2f19ce50" data-element_type="column" data-settings='{"background_background":"classic"}'>
  5924. <div class="elementor-column-wrap  elementor-element-populated">
  5925. <div class="elementor-widget-wrap">
  5926. <div class="elementor-element elementor-element-58dc4120 elementor-widget elementor-widget-text-editor" data-id="58dc4120" data-element_type="widget" data-widget_type="text-editor.default">
  5927. <div class="elementor-widget-container">
  5928. <div class="elementor-text-editor elementor-clearfix"><p><span style="margin-top: 0px;"><a style="color: #54595f;" href="/category/synthetic-biology/">Synthetic Biology</a></span></p></div>
  5929. </div>
  5930. </div>
  5931. <div class="elementor-element elementor-element-4577f154 elementor-widget elementor-widget-shortcode" data-id="4577f154" data-element_type="widget" data-widget_type="shortcode.default">
  5932. <div class="elementor-widget-container">
  5933. <div class="elementor-shortcode">
  5934. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-9cfccdcrua"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330025"><div class="pt-cv-ifield"><a href="#" class="_self pt-cv-href-thumbnail pt-cv-thumb-default cvplbd cvp-lazy-container" target="_self"><img width="300" height="150" src="/wp-content/plugins/pt-content-views-pro/public/assets/images/lazy_image.png" class="pt-cv-thumbnail img-none no-lazyload  cvplazy" alt="synthetic biology" loading="lazy" data-cvpsrc="/wp-content/uploads/2020/08/synthetic-biology-300x150.png"></a></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-bf42b8anrf">#pt-cv-view-9cfccdcrua .pt-cv-content-item { padding-top: 0px !important; padding-bottom: 0px !important; }
  5935. #pt-cv-view-9cfccdcrua  { margin-top: 0px !important; margin-bottom: 0px !important; }
  5936. #pt-cv-view-9cfccdcrua .pt-cv-ifield { padding-top: 0px !important; padding-bottom: 0px !important; }
  5937. #pt-cv-view-9cfccdcrua .pt-cv-title a, #pt-cv-view-9cfccdcrua  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #54595f !important; font-weight: 600 !important; }
  5938. #pt-cv-view-9cfccdcrua  .pt-cv-title a:hover, #pt-cv-view-9cfccdcrua  .panel-title:hover   { color: #000000 !important; }
  5939. #pt-cv-view-9cfccdcrua  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5940. #pt-cv-view-9cfccdcrua:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5941. #pt-cv-view-9cfccdcrua .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5942. #pt-cv-view-9cfccdcrua .pt-cv-specialp { background-color: #CC3333 !important }
  5943. #pt-cv-view-9cfccdcrua .pt-cv-specialp * { color: #fff !important; }
  5944. #pt-cv-view-9cfccdcrua .pt-cv-pficon  { color: #bbb !important; }
  5945. #pt-cv-view-9cfccdcrua  .add_to_cart_button, #pt-cv-view-9cfccdcrua  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5946. #pt-cv-view-9cfccdcrua  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5947. #pt-cv-view-9cfccdcrua .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5948. #pt-cv-view-9cfccdcrua .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5949. #pt-cv-view-9cfccdcrua  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-9cfccdcrua  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5950. [id^='pt-cv-filter-bar-9cfccdcrua'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-9cfccdcrua'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-9cfccdcrua'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-9cfccdcrua'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5951. [id^='pt-cv-filter-bar-9cfccdcrua'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5952. #pt-cv-gls-9cfccdcrua li a   { font-weight: 600 !important; }
  5953. #pt-cv-gls-9cfccdcrua li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5954. #pt-cv-view-9cfccdcrua .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5955. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5956. </div>
  5957. </div>
  5958. </div>
  5959. <div class="elementor-element elementor-element-40a27306 elementor-widget elementor-widget-shortcode" data-id="40a27306" data-element_type="widget" data-widget_type="shortcode.default">
  5960. <div class="elementor-widget-container">
  5961. <div class="elementor-shortcode">
  5962. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-cd774447fn"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2330025"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="#" class="_self cvplbd" target="_self">‘We can’t make dinosaurs come to life – yet.’ How far can synthetic biology turn science fiction into fact?</a></h4></div></div></div></div></div> <style type="text/css" id="pt-cv-inline-style-ce48d1c4qy">#pt-cv-view-cd774447fn .pt-cv-content-item { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5963. #pt-cv-view-cd774447fn  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5964. #pt-cv-view-cd774447fn .pt-cv-ifield { padding-top: 0px !important; padding-left: 20px !important; padding-bottom: 0px !important; padding-right: 20px !important; }
  5965. #pt-cv-view-cd774447fn .pt-cv-title a, #pt-cv-view-cd774447fn  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; line-height: 1.3 !important; color: #ffffff !important; font-weight: 600 !important; }
  5966. #pt-cv-view-cd774447fn  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5967. #pt-cv-view-cd774447fn:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5968. #pt-cv-view-cd774447fn .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  5969. #pt-cv-view-cd774447fn .pt-cv-specialp { background-color: #CC3333 !important }
  5970. #pt-cv-view-cd774447fn .pt-cv-specialp * { color: #fff !important; }
  5971. #pt-cv-view-cd774447fn .pt-cv-pficon  { color: #bbb !important; }
  5972. #pt-cv-view-cd774447fn  .add_to_cart_button, #pt-cv-view-cd774447fn  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  5973. #pt-cv-view-cd774447fn  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  5974. #pt-cv-view-cd774447fn .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  5975. #pt-cv-view-cd774447fn .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  5976. #pt-cv-view-cd774447fn  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-cd774447fn  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #00aeef !important; }
  5977. [id^='pt-cv-filter-bar-cd774447fn'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-cd774447fn'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-cd774447fn'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-cd774447fn'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  5978. [id^='pt-cv-filter-bar-cd774447fn'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  5979. #pt-cv-gls-cd774447fn li a   { font-weight: 600 !important; }
  5980. #pt-cv-gls-cd774447fn li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  5981. #pt-cv-view-cd774447fn .pt-cv-gls-header  { background-color: #00aeef !important; }</style>
  5982. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  5983. </div>
  5984. </div>
  5985. </div>
  5986. <div class="elementor-element elementor-element-388bf846 elementor-widget elementor-widget-shortcode" data-id="388bf846" data-element_type="widget" data-widget_type="shortcode.default">
  5987. <div class="elementor-widget-container">
  5988. <div class="elementor-shortcode">
  5989. <div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys pt-cv-nolf" id="pt-cv-view-26cf7e7tj0"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1">
  5990. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2328767"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/10/bioprinting-creating-pinhead-replicas-of-human-organs-to-fight-covid-19-and-other-ailments/" class="_self cvplbd" target="_self">Bioprinting: Creating pinhead replicas of human organs to fight COVID-19 and other ailments</a></h4></div></div>
  5991. <div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col" data-pid="2328761"><div class="pt-cv-ifield"><h4 class="pt-cv-title"><a href="/2020/08/07/space-station-science-fungus-found-at-chernobyl-could-protect-astronauts-from-galactic-cosmic-radiation/" class="_self cvplbd" target="_self">Space Station science: Fungus found at Chernobyl could protect astronauts from galactic cosmic radiation</a></h4></div></div>
  5992. </div></div></div> <style type="text/css" id="pt-cv-inline-style-1bea953fts">#pt-cv-view-26cf7e7tj0 .pt-cv-content-item { padding-top: 8px !important; padding-left: 0px !important; padding-bottom: 3px !important; padding-right: 0px !important; }
  5993. #pt-cv-view-26cf7e7tj0  { margin-top: 0px !important; margin-left: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }
  5994. #pt-cv-view-26cf7e7tj0 .pt-cv-ifield { padding-top: 0px !important; padding-left: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }
  5995. #pt-cv-view-26cf7e7tj0 .pt-cv-title a, #pt-cv-view-26cf7e7tj0  .panel-title { font-family: 'Open Sans', Arial, serif !important; font-size: 14px !important; color: #54595f !important; font-weight: 600 !important; line-height: 1.2 !important; }
  5996. #pt-cv-view-26cf7e7tj0  .pt-cv-title a:hover, #pt-cv-view-26cf7e7tj0  .panel-title:hover   { font-family: 'Open Sans', Arial, serif !important; color: #087093 !important; }
  5997. #pt-cv-view-26cf7e7tj0  .pt-cv-hover-wrapper::before   { background-color: rgba(51,51,51,.6) !important; }
  5998. #pt-cv-view-26cf7e7tj0:not(.pt-cv-nohover) .pt-cv-mask *   { color: #fff; }
  5999. #pt-cv-view-26cf7e7tj0 .pt-cv-carousel-caption  { background-color: rgba(51,51,51,.6) !important; }
  6000. #pt-cv-view-26cf7e7tj0 .pt-cv-meta-fields .glyphicon {font-family: 'Glyphicons Halflings' !important; line-height: 1 !important;}
  6001. #pt-cv-view-26cf7e7tj0 .pt-cv-meta-fields * { font-family: 'Open Sans', Arial, serif !important; font-size: 12px !important; color: #54595f !important; line-height: 1.0 !important; }
  6002. #pt-cv-view-26cf7e7tj0 .pt-cv-specialp { background-color: #CC3333 !important }
  6003. #pt-cv-view-26cf7e7tj0 .pt-cv-specialp * { color: #fff !important; }
  6004. #pt-cv-view-26cf7e7tj0 .pt-cv-pficon  { color: #bbb !important; }
  6005. #pt-cv-view-26cf7e7tj0  .add_to_cart_button, #pt-cv-view-26cf7e7tj0  .add_to_cart_button *   { color: #ffffff !important; background-color: #00aeef !important; }
  6006. #pt-cv-view-26cf7e7tj0  .woocommerce-onsale   { color: #ffffff !important; background-color: #ff5a5f !important; }
  6007. #pt-cv-view-26cf7e7tj0 .pt-cv-readmore  { color: #ffffff !important; background-color: #00aeef !important; }
  6008. #pt-cv-view-26cf7e7tj0 .pt-cv-readmore:hover  { color: #ffffff !important; background-color: #00aeef !important; }
  6009. #pt-cv-view-26cf7e7tj0  + .pt-cv-pagination-wrapper .pt-cv-more-inactive , #pt-cv-view-26cf7e7tj0  + .pt-cv-pagination-wrapper .pagination a { color: #bb8923 !important; }
  6010. #pt-cv-view-26cf7e7tj0  + .pt-cv-pagination-wrapper .pt-cv-more , #pt-cv-view-26cf7e7tj0  + .pt-cv-pagination-wrapper .pagination .active a { color: #ffffff !important; background-color: #bb8923 !important; }
  6011. [id^='pt-cv-filter-bar-26cf7e7tj0'] .active.pt-cv-filter-option, [id^='pt-cv-filter-bar-26cf7e7tj0'] .active .pt-cv-filter-option, [id^='pt-cv-filter-bar-26cf7e7tj0'] .selected.pt-cv-filter-option, [id^='pt-cv-filter-bar-26cf7e7tj0'] .dropdown-toggle   { color: #fff !important; background-color: #00aeef !important; }
  6012. [id^='pt-cv-filter-bar-26cf7e7tj0'] .pt-cv-filter-title   { color: #fff !important; background-color: #00aeef !important; }
  6013. #pt-cv-gls-26cf7e7tj0 li a   { font-weight: 600 !important; }
  6014. #pt-cv-gls-26cf7e7tj0 li a.pt-active   { color: #fff !important; background-color: #ff5a5f !important; }
  6015. #pt-cv-view-26cf7e7tj0 .pt-cv-gls-header  { background-color: #00aeef !important; }
  6016. #pt-cv-view-26cf7e7tj0 .img-rounded, #pt-cv-view-26cf7e7tj0 .pt-cv-hover-wrapper { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
  6017. #pt-cv-view-26cf7e7tj0 .pt-cv-cap-w-img { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }</style>
  6018. <link href="/fontsgoo/css-familyopensans.html" rel="stylesheet" type="text/css">
  6019. </div>
  6020. </div>
  6021. </div>
  6022. <div class="elementor-element elementor-element-20b16010 elementor-widget elementor-widget-text-editor" data-id="20b16010" data-element_type="widget" data-widget_type="text-editor.default">
  6023. <div class="elementor-widget-container">
  6024. <div class="elementor-text-editor elementor-clearfix"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><div style="text-align: right; font-family: 'open sans'; font-size: 12px;"><a style="color: #54595f;" href="/category/synthetic-biology/"><strong>More</strong>…</a></div></div></div>
  6025. </div>
  6026. </div>
  6027. </div>
  6028. </div>
  6029. </div>
  6030. </div>
  6031. </div>
  6032. </section>
  6033. </div>
  6034. </div>
  6035. </div>
  6036. </div>
  6037. </div>
  6038. </article>
  6039. </main>
  6040. </div>
  6041. </div>
  6042. </div>
  6043. <div class="site-footer">
  6044. <div id="footer-widgets" class="site footer-widgets">
  6045. <div class="footer-widgets-container grid-container grid-parent">
  6046. <div class="inside-footer-widgets">
  6047. <div class="footer-widget-1 grid-parent grid-20 tablet-grid-50 mobile-grid-100">
  6048. <style type="text/css">.widget#text-32 input, .widget#text-32 textarea{}.widget#text-32 input[type="submit"], .widget#text-32 button{}</style>
  6049. <aside id="text-32" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_text"> <div class="textwidget">
  6050. <div style="font-family: 'open sans'; font-size: 14px;">
  6051. <p><strong>About Us</strong></p>
  6052. <ul>
  6053. <li style="line-height: 120%;"><a href="/mission-financials-governorship/">Mission, Financial Transparency, Governorship</a></li>
  6054. <li style="line-height: 120%;"><a href="/glps-aggregation-of-articles-and-use-of-images-under-the-fair-use-copyright-exception/">Fair Use of Articles &amp; Images</a></li>
  6055. <li style="line-height: 120%;"><a href="/our-team/">Our Team</a></li>
  6056. <li style="line-height: 120%;"><a href="/advisory-board/">GLP Boards</a></li>
  6057. <li style="line-height: 120%;"><a href="/contributors/">Write for the GLP</a></li>
  6058. <li style="line-height: 120%;"><a href="/donate/">Donate</a></li>
  6059. <li style="line-height: 120%;"><a href="/copyright/">Copyright</a></li>
  6060. <li style="line-height: 120%;"><a href="/contact/">Contact</a></li>
  6061. <li style="line-height: 120%;"><a href="/privacy-policy/">Privacy Policy</a></li>
  6062. </ul>
  6063. </div>
  6064. </div>
  6065. </aside> </div>
  6066. <div class="footer-widget-2 grid-parent grid-20 tablet-grid-50 mobile-grid-100">
  6067. <style type="text/css">.widget#text-43 input, .widget#text-43 textarea{}.widget#text-43 input[type="submit"], .widget#text-43 button{}</style>
  6068. <aside id="text-43" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_text"> <div class="textwidget">
  6069. <div style="font-family: 'open sans'; font-size: 14px;">
  6070. <strong>Topics</strong>
  6071. <ul>
  6072. <li style="list-style: none; line-height: 120%"><a href="/category/food-agriculture/">Daily Food &amp; Agriculture</a></li>
  6073. <li style="list-style: none; line-height: 120%"><a href="/category/human/">Daily Human</a></li>
  6074. <li style="list-style: none; line-height: 120%"><a href="/category/agricultural-regulations/">Agricultural Laws &amp; Regulations</a></li>
  6075. <li style="list-style: none; line-height: 120%"><a href="/category/ancestry-evolution/">Ancestry &amp; Evolution</a></li>
  6076. <li style="list-style: none; line-height: 120%"><a href="/category/biomedical-regulations-ethics/">Biomedical Regulations &amp; Ethics</a></li>
  6077. <li style="list-style: none; line-height: 120%"><a href="/category/biomedicine-disease/">Biomedicine &amp; Disease</a></li>
  6078. <li style="list-style: none; line-height: 120%"><a href="/category/biotech-communications/">Biotech Communications</a></li>
  6079. <li style="list-style: none; line-height: 120%"><a href="/category/brain-neuroscience/">Brain/Neuroscience</a></li>
  6080. <li style="list-style: none; line-height: 120%"><a href="/category/chemicals-pesticides/">Chemicals &amp; Pesticides</a></li>
  6081. <li style="list-style: none; line-height: 120%"><a href="/category/crops-food/">Crops &amp; Food</a></li>
  6082. <li style="list-style: none; line-height: 120%"><a href="/category/epigenetics/">Epigenetics</a></li>
  6083. <li style="list-style: none; line-height: 120%"><a href="/category/gene-therapy/">Gene Therapy</a></li>
  6084. <li style="list-style: none; line-height: 120%"><a href="/category/health-wellness/">Health &amp; Wellness</a></li>
  6085. <li style="list-style: none; line-height: 120%"><a href="/category/human-gene-editing-crispr/">Human Gene Editing/CRISPR</a></li>
  6086. <li style="list-style: none; line-height: 120%"><a href="/category/new-breeding-techniques-nbts/">New Breeding Techniques (NBTs)</a></li>
  6087. <li style="list-style: none; line-height: 120%"><a href="/category/genomics-medicine/">Personal Genomics</a></li>
  6088. <li style="list-style: none; line-height: 120%"><a href="/category/biotech-of-the-future/">Science of the Future</a></li>
  6089. <li style="list-style: none; line-height: 120%"><a href="/category/green-genes-sustainability/">Sustainability / GreenGenes</a></li>
  6090. <li style="list-style: none; line-height: 120%"><a href="/category/synthetic-biology/">Synthetic Biology</a></li>
  6091. </ul>
  6092. </div>
  6093. </div>
  6094. </aside> </div>
  6095. <div class="footer-widget-3 grid-parent grid-20 tablet-grid-50 mobile-grid-100">
  6096. <style type="text/css">.widget#text-44 input, .widget#text-44 textarea{}.widget#text-44 input[type="submit"], .widget#text-44 button{}</style>
  6097. <aside id="text-44" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_text"> <div class="textwidget">
  6098. <div style="font-family: 'open sans'; font-size: 14px; margin-bottom: 50px">
  6099. <strong>GLP Articles</strong>
  6100. <ul>
  6101. <li style="list-style: none; line-height: 120%"><a href="/category/gene-ius/">GLP Human Genetics</a></li>
  6102. <li style="list-style: none; line-height: 120%"><a href="/category/genetrends-food-agriculture/">GLP Food &amp; Agriculture</a></li>
  6103. </ul>
  6104. </div>
  6105. </div>
  6106. </aside> </div>
  6107. <div class="footer-widget-4 grid-parent grid-20 tablet-grid-50 mobile-grid-100">
  6108. <style type="text/css">.widget#text-45 input, .widget#text-45 textarea{}.widget#text-45 input[type="submit"], .widget#text-45 button{}</style>
  6109. <aside id="text-45" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_text"> <div class="textwidget">
  6110. <div style="font-family: 'open sans'; font-size: 14px;">
  6111. <p><strong>Special Sections</strong></p>
  6112. <ul>
  6113. <li style="line-height: 120%;"><a href="/tag/pollinators/">Bees &amp; Butterflies</a></li>
  6114. <li style="line-height: 120%;"><a href="/glp-facts/">GLP Biotech Profiles</a></li>
  6115. <li style="line-height: 120%;"><a href="/tag/gmo-beyond-the-science-1/">GMO Beyond the Science</a></li>
  6116. <li style="line-height: 120%;"><a href="/gmo-faqs/">GMO FAQs</a></li>
  6117. <li style="list-style: none; line-height: 120%;"><a href="/category/infographics/">Infographics</a></li>
  6118. <li style="line-height: 120%;"><a href="/tag/pesticides-and-food-series/">Pesticides and Food</a></li>
  6119. <li style="list-style: none; line-height: 120%;"><a href="/podcasts/">Podcasts</a></li>
  6120. <li style="line-height: 120%;"><a href="/category/video/">Videos</a></li>
  6121. </ul>
  6122. </div>
  6123. </div>
  6124. </aside> </div>
  6125. <div class="footer-widget-5 grid-parent grid-20 tablet-grid-50 mobile-grid-100">
  6126. <style type="text/css">.widget#text-46 input, .widget#text-46 textarea{}.widget#text-46 input[type="submit"], .widget#text-46 button{}</style>
  6127. <aside id="text-46" data-animation-event="enters" class="extendedwopts-col col-md-12 col-sm-12 col-xs-12 widget inner-padding widget_text"> <div class="textwidget">
  6128. <div style="font-family: 'open sans'; font-size: 14px;">
  6129. <strong>Research</strong>
  6130. <ul>
  6131. <li style="list-style: none; line-height: 120%"><a href="/glp-library/">Search GLP Library</a></li>
  6132. <li style="list-style: none; line-height: 120%"><a href="/glp-library-infographics/">Search Infographics</a></li>
  6133. <li style="list-style: none; line-height: 120%"><a href="/glp-library-videos/">Search Videos</a></li>
  6134. <li style="list-style: none; line-height: 120%"><a href="/authors-a/">Browse Authors</a></li>
  6135. <li style="list-style: none; line-height: 120%"><a href="/sources-a/">Browse Sources</a></li>
  6136. <li style="list-style: none; line-height: 120%"><a href="/glp-rss-feeds/">GLP RSS Feeds</a></li>
  6137. </ul>
  6138. </div>
  6139. </div>
  6140. </aside> </div>
  6141. </div>
  6142. </div>
  6143. </div>
  6144. <footer class="site-info" itemtype="https://schema.org/WPFooter" itemscope>
  6145. <div class="inside-site-info grid-container grid-parent">
  6146. <div class="copyright-bar">
  6147. <div style="float: left">© 2012 - 2020 | <a href="/">GENETIC LITERACY PROJECT</a> | Registered 501(c)(3). EIN: 52-1844456</div>
  6148. <div style="float: right">
  6149. <a href="#" target="_blank"><i class="fa fa-facebook"></i></a><a href="#" target="_blank"><i style="padding-right: 15px;padding-left: 15px" class="fa fa-twitter"></i></a><a href="/feed/" target="_blank"><i class="fa fa-rss"></i></a>
  6150. </div> </div>
  6151. </div>
  6152. </footer>
  6153. </div>
  6154. <a title="Scroll back to top" rel="nofollow" href="#" class="generate-back-to-top" style="opacity:0;visibility:hidden;" data-scroll-speed="400" data-start-scroll="300">
  6155. <span class="screen-reader-text">Scroll back to top</span>
  6156. </a> <nav id="generate-slideout-menu" class="main-navigation slideout-navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope style="display: none;">
  6157. <div class="inside-navigation grid-container grid-parent">
  6158.  
  6159. <select onchange="doGTranslate(this);" class="notranslate"><option value="">Select Language</option>
  6160. <option value="en|af">Afrikaans</option>
  6161. <option value="en|sq">Shqip</option>
  6162. <option value="en|am">አማርኛ</option>
  6163. <option value="en|ar">العربية</option>
  6164. <option value="en|hy">Հայերեն</option>
  6165. <option value="en|az">Azərbaycan dili</option>
  6166. <option value="en|eu">Euskara</option>
  6167. <option value="en|be">Беларуская мова</option>
  6168. <option value="en|bn">বাংলা</option>
  6169. <option value="en|bs">Bosanski</option>
  6170. <option value="en|bg">Български</option>
  6171. <option value="en|ca">Català</option>
  6172. <option value="en|ceb">Cebuano</option>
  6173. <option value="en|ny">Chichewa</option>
  6174. <option value="en|zh-CN">简体中文</option>
  6175. <option value="en|zh-TW">繁體中文</option>
  6176. <option value="en|co">Corsu</option>
  6177. <option value="en|hr">Hrvatski</option>
  6178. <option value="en|cs">Čeština‎</option>
  6179. <option value="en|da">Dansk</option>
  6180. <option value="en|nl">Nederlands</option>
  6181. <option value="en|en">English</option>
  6182. <option value="en|eo">Esperanto</option>
  6183. <option value="en|et">Eesti</option>
  6184. <option value="en|tl">Filipino</option>
  6185. <option value="en|fi">Suomi</option>
  6186. <option value="en|fr">Français</option>
  6187. <option value="en|fy">Frysk</option>
  6188. <option value="en|gl">Galego</option>
  6189. <option value="en|ka">ქართული</option>
  6190. <option value="en|de">Deutsch</option>
  6191. <option value="en|el">Greek</option>
  6192. <option value="en|gu">ગુજરાતી</option>
  6193. <option value="en|ht">Kreyol ayisyen</option>
  6194. <option value="en|ha">Harshen Hausa</option>
  6195. <option value="en|haw">Ōlelo Hawaiʻi</option>
  6196. <option value="en|iw">עִבְרִית</option>
  6197. <option value="en|hi">हिन्दी</option>
  6198. <option value="en|hmn">Hmong</option>
  6199. <option value="en|hu">Magyar</option>
  6200. <option value="en|is">Íslenska</option>
  6201. <option value="en|ig">Igbo</option>
  6202. <option value="en|id">Bahasa Indonesia</option>
  6203. <option value="en|ga">Gaelige</option>
  6204. <option value="en|it">Italiano</option>
  6205. <option value="en|ja">日本語</option>
  6206. <option value="en|jw">Basa Jawa</option>
  6207. <option value="en|kn">ಕನ್ನಡ</option>
  6208. <option value="en|kk">Қазақ тілі</option>
  6209. <option value="en|km">ភាសាខ្មែរ</option>
  6210. <option value="en|ko">한국어</option>
  6211. <option value="en|ku">كوردی‎</option>
  6212. <option value="en|ky">Кыргызча</option>
  6213. <option value="en|lo">ພາສາລາວ</option>
  6214. <option value="en|la">Latin</option>
  6215. <option value="en|lv">Latviešu valoda</option>
  6216. <option value="en|lt">Lietuvių kalba</option>
  6217. <option value="en|lb">Lëtzebuergesch</option>
  6218. <option value="en|mk">Македонски јазик</option>
  6219. <option value="en|mg">Malagasy</option>
  6220. <option value="en|ms">Bahasa Melayu</option>
  6221. <option value="en|ml">മലയാളം</option>
  6222. <option value="en|mt">Maltese</option>
  6223. <option value="en|mi">Te Reo Māori</option>
  6224. <option value="en|mr">मराठी</option>
  6225. <option value="en|mn">Монгол</option>
  6226. <option value="en|my">ဗမာစာ</option>
  6227. <option value="en|ne">नेपाली</option>
  6228. <option value="en|no">Norsk bokmål</option>
  6229. <option value="en|ps">پښتو</option>
  6230. <option value="en|fa">فارسی</option>
  6231. <option value="en|pl">Polski</option>
  6232. <option value="en|pt">Português</option>
  6233. <option value="en|pa">ਪੰਜਾਬੀ</option>
  6234. <option value="en|ro">Română</option>
  6235. <option value="en|ru">Русский</option>
  6236. <option value="en|sm">Samoan</option>
  6237. <option value="en|gd">Gàidhlig</option>
  6238. <option value="en|sr">Српски језик</option>
  6239. <option value="en|st">Sesotho</option>
  6240. <option value="en|sn">Shona</option>
  6241. <option value="en|sd">سنڌي</option>
  6242. <option value="en|si">සිංහල</option>
  6243. <option value="en|sk">Slovenčina</option>
  6244. <option value="en|sl">Slovenščina</option>
  6245. <option value="en|so">Afsoomaali</option>
  6246. <option value="en|es">Español</option>
  6247. <option value="en|su">Basa Sunda</option>
  6248. <option value="en|sw">Kiswahili</option>
  6249. <option value="en|sv">Svenska</option>
  6250. <option value="en|tg">Тоҷикӣ</option>
  6251. <option value="en|ta">தமிழ்</option>
  6252. <option value="en|te">తెలుగు</option>
  6253. <option value="en|th">ไทย</option>
  6254. <option value="en|tr">Türkçe</option>
  6255. <option value="en|uk">Українська</option>
  6256. <option value="en|ur">اردو</option>
  6257. <option value="en|uz">O‘zbekcha</option>
  6258. <option value="en|vi">Tiếng Việt</option>
  6259. <option value="en|cy">Cymraeg</option>
  6260. <option value="en|xh">isiXhosa</option>
  6261. <option value="en|yi">יידיש</option>
  6262. <option value="en|yo">Yorùbá</option>
  6263. <option value="en|zu">Zulu</option></select><style type="text/css">
  6264. #goog-gt-tt {display:none !important;}
  6265. .goog-te-banner-frame {display:none !important;}
  6266. .goog-te-menu-value:hover {text-decoration:none !important;}
  6267. .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
  6268. body {top:0 !important;}
  6269. #google_translate_element2 {display:none!important;}
  6270. </style>
  6271. <div id="google_translate_element2"></div>
  6272. <script type="text/javascript">
  6273. function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: 'en',autoDisplay: false}, 'google_translate_element2');}
  6274. </script><script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cbgoogleTranslateElementInit2"></script>
  6275. <script type="text/javascript">
  6276. function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
  6277. function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
  6278. function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
  6279. </script>
  6280. <div class="main-nav"><ul id="menu-slideout-menu" class=" slideout-menu">
  6281. <li id="menu-item-1192827" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1192827">
  6282. <a href="#">GLP ARTICLES<span role="presentation" class="dropdown-menu-toggle"></span></a>
  6283. <ul class="sub-menu">
  6284. <li id="menu-item-2065704" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2065704"><a href="/category/genetrends-food-agriculture/">GLP Food &amp; Agriculture</a></li>
  6285. <li id="menu-item-2065705" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2065705"><a href="/category/gene-ius/">GLP Human Genetics</a></li>
  6286. </ul>
  6287. </li>
  6288. <li id="menu-item-364270" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-364270">
  6289. <a href="#">TOPICS<span role="presentation" class="dropdown-menu-toggle"></span></a>
  6290. <ul class="sub-menu">
  6291. <li id="menu-item-2065706" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2065706"><a href="/category/food-agriculture/">Daily Food &amp; Agriculture</a></li>
  6292. <li id="menu-item-2065707" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2065707"><a href="/category/human/">Daily Human</a></li>
  6293. <li id="menu-item-2136409" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136409"><a href="/category/agricultural-regulations/">Agricultural Laws &amp; Regulations</a></li>
  6294. <li id="menu-item-2136410" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136410"><a href="/category/ancestry-evolution/">Ancestry &amp; Evolution</a></li>
  6295. <li id="menu-item-2136411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136411"><a href="/category/biomedical-regulations-ethics/">Biomedical Regulations &amp; Ethics</a></li>
  6296. <li id="menu-item-2137204" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2137204"><a href="/category/biomedicine-disease/">Biomedicine &amp; Disease</a></li>
  6297. <li id="menu-item-364293" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364293"><a href="/category/biotech-communications/">Biotech Communications</a></li>
  6298. <li id="menu-item-2052385" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2052385"><a href="/category/brain-neuroscience/">Brain / Neuroscience</a></li>
  6299. <li id="menu-item-364294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364294"><a href="/category/chemicals-pesticides/">Chemicals &amp; Pesticides</a></li>
  6300. <li id="menu-item-364296" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364296"><a href="/category/crops-food/">Crops &amp; Food</a></li>
  6301. <li id="menu-item-364280" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364280"><a href="/category/epigenetics/">Epigenetics</a></li>
  6302. <li id="menu-item-364279" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364279"><a href="/category/gene-therapy/">Gene Therapy</a></li>
  6303. <li id="menu-item-364281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364281"><a href="/category/health-wellness/">Health &amp; Wellness</a></li>
  6304. <li id="menu-item-2052386" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2052386"><a href="/category/human-gene-editing-crispr/">Human Gene Editing/CRISPR</a></li>
  6305. <li id="menu-item-364292" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364292"><a href="/category/genomics-medicine/">Personal Genomics</a></li>
  6306. <li id="menu-item-2052387" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2052387"><a href="/category/new-breeding-techniques-nbts/">New Breeding Techniques (NBTs)</a></li>
  6307. <li id="menu-item-2136408" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136408"><a href="/category/genomics-medicine/">Personal Genomics</a></li>
  6308. <li id="menu-item-1640244" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1640244"><a href="/category/green-genes-sustainability/">Sustainability / GreenGenes</a></li>
  6309. <li id="menu-item-364287" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364287"><a href="/category/synthetic-biology/">Synthetic Biology</a></li>
  6310. </ul>
  6311. </li>
  6312. <li id="menu-item-364271" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-364271">
  6313. <a href="#">SPECIAL SECTIONS<span role="presentation" class="dropdown-menu-toggle"></span></a>
  6314. <ul class="sub-menu">
  6315. <li id="menu-item-364310" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364310"><a href="/tag/pollinators/">Bees &amp; Butterflies</a></li>
  6316. <li id="menu-item-2136404" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136404"><a href="/category/epigenetics/">Epigenetics FAQs</a></li>
  6317. <li id="menu-item-2136401" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136401"><a href="/category/gene-therapy/">Gene Therapy FAQs</a></li>
  6318. <li id="menu-item-364304" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364304"><a href="/glp-facts/">GLP Biotech Profiles</a></li>
  6319. <li id="menu-item-1193665" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1193665"><a href="/tag/gmo-beyond-the-science-1/">GMO Beyond the Science</a></li>
  6320. <li id="menu-item-2151778" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2151778"><a href="/gmo-faqs/">GMO FAQs</a></li>
  6321. <li id="menu-item-2136400" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136400"><a href="/category/infographics/">Infographics</a></li>
  6322. <li id="menu-item-2136402" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136402"><a href="/category/genomics-medicine/">Personal Genomics FAQs</a></li>
  6323. <li id="menu-item-2095513" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2095513"><a href="/tag/pesticides-and-food-series/">Pesticides and Food</a></li>
  6324. <li id="menu-item-2102631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2102631"><a href="/podcasts/">Podcasts</a></li>
  6325. <li id="menu-item-2136398" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136398"><a href="/category/regulation-bioethics/">Regulation &amp; Bioethics FAQs</a></li>
  6326. <li id="menu-item-2136397" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2136397"><a href="/category/synthetic-biology/">Synthetic Biology FAQs</a></li>
  6327. <li id="menu-item-2110593" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2110593"><a href="/category/video/">Videos</a></li>
  6328. </ul>
  6329. </li>
  6330. <li id="menu-item-1193680" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1193680">
  6331. <a href="#">RESEARCH<span role="presentation" class="dropdown-menu-toggle"></span></a>
  6332. <ul class="sub-menu">
  6333. <li id="menu-item-2065746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065746"><a href="/glp-library/"><i class="fas fa-search"></i> Search GLP Library</a></li>
  6334. <li id="menu-item-1193681" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1193681"><a href="/authors-a/">Browse Authors</a></li>
  6335. <li id="menu-item-1193682" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1193682"><a href="/sources-a/">Browse Sources</a></li>
  6336. <li id="menu-item-2136394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2136394"><a href="/glp-rss-feeds/">GLP RSS Feeds</a></li>
  6337. </ul>
  6338. </li>
  6339. <li id="menu-item-364273" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-364273">
  6340. <a href="#">ABOUT GLP<span role="presentation" class="dropdown-menu-toggle"></span></a>
  6341. <ul class="sub-menu">
  6342. <li id="menu-item-364320" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-364320"><a href="/mission-financials-governorship/">Mission, Financial Transparency, Governorship</a></li>
  6343. <li id="menu-item-2089908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2089908"><a href="/glps-aggregation-of-articles-and-use-of-images-under-the-fair-use-copyright-exception/">Fair Use of Articles &amp; Images</a></li>
  6344. <li id="menu-item-364323" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-364323"><a href="/our-team/">Our Team</a></li>
  6345. <li id="menu-item-364326" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364326"><a href="/glp-board/">GLP Boards</a></li>
  6346. <li id="menu-item-2146361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2146361"><a href="/contributors/">Write for the GLP</a></li>
  6347. <li id="menu-item-364322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-364322"><a href="/copyright/">Copyright</a></li>
  6348. <li id="menu-item-364325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-364325"><a href="/contact/">Contact</a></li>
  6349. <li id="menu-item-2145889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2145889"><a href="/privacy-policy/">Privacy Policy</a></li>
  6350. <li id="menu-item-364321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-364321"><a href="/donate/"><i class="far fa-credit-card"></i> Donate to GLP</a></li>
  6351. <li id="menu-item-364268" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-364268"><a target="_blank" rel="noopener noreferrer" href="/eepurl/cnqkgt"><i class="fas fa-envelope"></i> Subscribe to Newsletter</a></li>
  6352. </ul>
  6353. </li>
  6354. </ul></div> </div>
  6355. </nav>
  6356. <div class="slideout-overlay">
  6357. <button class="slideout-exit ">
  6358. <span class="screen-reader-text">Close</span>
  6359. </button>
  6360. </div>
  6361. <script>
  6362. var advanced_ads_ga_UID = false;
  6363. var advanced_ads_ga_anonymIP = true;
  6364. advanced_ads_check_adblocker=function(t){function e(t){(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(t){return setTimeout(t,16)}).call(window,t)}var n=[],a=null;return e(function(){var t=document.createElement("div");t.innerHTML="&nbsp;",t.setAttribute("class","ad_unit ad-unit text-ad text_ad pub_300x250"),t.setAttribute("style","width: 1px !important; height: 1px !important; position: absolute !important; left: 0px !important; top: 0px !important; overflow: hidden !important;"),document.body.appendChild(t),e(function(){var e=window.getComputedStyle&&window.getComputedStyle(t),o=e&&e.getPropertyValue("-moz-binding");a=e&&"none"===e.getPropertyValue("display")||"string"==typeof o&&-1!==o.indexOf("about:");for(var i=0;i<n.length;i++)n[i](a);n=[]})}),function(t){if(null===a)return void n.push(t);t(a)}}(),function(){var t=function(t,e){this.name=t,this.UID=e,this.analyticsObject=null;var n=this,a={hitType:"event",eventCategory:"Advanced Ads",eventAction:"AdBlock",eventLabel:"Yes",nonInteraction:!0,transport:"beacon"};this.analyticsObject="string"==typeof GoogleAnalyticsObject&&"function"==typeof window[GoogleAnalyticsObject]&&window[GoogleAnalyticsObject],!1===this.analyticsObject?(!function(t,e,n,a,o,i,d){t.GoogleAnalyticsObject=o,t[o]=t[o]||function(){(t[o].q=t[o].q||[]).push(arguments)},t[o].l=1*new Date,i=e.createElement(n),d=e.getElementsByTagName(n)[0],i.async=1,i.src="/google-analytics/analytics.js",d.parentNode.insertBefore(i,d)}(window,document,"script",0,"_advads_ga"),_advads_ga("create",n.UID,"auto",this.name),advanced_ads_ga_anonymIP&&_advads_ga("set","anonymizeIp",!0),_advads_ga(n.name+".send",a)):(window.console&&window.console.log("Advanced Ads Analytics >> using other's variable named `"+GoogleAnalyticsObject+"`"),window[GoogleAnalyticsObject]("create",n.UID,"auto",this.name),window[GoogleAnalyticsObject]("set","anonymizeIp",!0),window[GoogleAnalyticsObject](n.name+".send",a))};advanced_ads_check_adblocker(function(e){e&&"string"==typeof advanced_ads_ga_UID&&advanced_ads_ga_UID&&new t("advadsTracker",advanced_ads_ga_UID)})}();</script>
  6365.  
  6366. <noscript><iframe src="/googletagmanager/ns.html-idgtm-5qgjgtj.html" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  6367. <script> var essbInstagramUpdater = {"nonce":"b18476b6aa","ajaxurl":"https:\/\/geneticliteracyproject.org\/wp-admin\/admin-ajax.php"};</script><script type="text/javascript">!function(t,e){"use strict";function n(){if(!a){a=!0;for(var t=0;t<d.length;t++)d[t].fn.call(window,d[t].ctx);d=[]}}function o(){"complete"===document.readyState&&n()}t=t||"docReady",e=e||window;var d=[],a=!1,c=!1;e[t]=function(t,e){return a?void setTimeout(function(){t(e)},1):(d.push({fn:t,ctx:e}),void("complete"===document.readyState||!document.attachEvent&&"interactive"===document.readyState?setTimeout(n,1):c||(document.addEventListener?(document.addEventListener("DOMContentLoaded",n,!1),window.addEventListener("load",n,!1)):(document.attachEvent("onreadystatechange",o),window.attachEvent("onload",n)),c=!0)))}}("wpBruiserDocReady",window);
  6368. (function(){var wpbrLoader = (function(){var g=document,b=g.createElement('script'),c=g.scripts[0];b.async=1;b.src='/-gdbc-client3.1.42-.html'+(new Date()).getTime();c.parentNode.insertBefore(b,c);});wpBruiserDocReady(wpbrLoader);window.onunload=function(){};window.addEventListener('pageshow',function(event){if(event.persisted){(typeof window.WPBruiserClient==='undefined')?wpbrLoader():window.WPBruiserClient.requestTokens();}},false);})();
  6369. </script><link rel="stylesheet" id="elementor-post-2068148-css" href="/wp-content/uploads/elementor/css/post-2068148-ver1595343843.css" type="text/css" media="all">
  6370. <link rel="stylesheet" id="elementor-post-2068144-css" href="/wp-content/uploads/elementor/css/post-2068144-ver1598111511.css" type="text/css" media="all">
  6371. <link rel="stylesheet" id="elementor-post-2150974-css" href="/wp-content/uploads/elementor/css/post-2150974-ver1595343843.css" type="text/css" media="all">
  6372. <link rel="stylesheet" id="elementor-post-2097313-css" href="/wp-content/uploads/elementor/css/post-2097313-ver1595343891.css" type="text/css" media="all">
  6373. <link rel="stylesheet" id="elementor-post-2097317-css" href="/wp-content/uploads/elementor/css/post-2097317-ver1595343891.css" type="text/css" media="all">
  6374. <link rel="stylesheet" id="elementor-post-2097363-css" href="/wp-content/uploads/elementor/css/post-2097363-ver1595343891.css" type="text/css" media="all">
  6375. <link rel="stylesheet" id="elementor-post-2097384-css" href="/wp-content/uploads/elementor/css/post-2097384-ver1595343891.css" type="text/css" media="all">
  6376. <link rel="stylesheet" id="elementor-post-2097392-css" href="/wp-content/uploads/elementor/css/post-2097392-ver1595343891.css" type="text/css" media="all">
  6377. <link rel="stylesheet" id="elementor-post-2147031-css" href="/wp-content/uploads/elementor/css/post-2147031-ver1595343891.css" type="text/css" media="all">
  6378. <link rel="stylesheet" id="elementor-post-2097421-css" href="/wp-content/uploads/elementor/css/post-2097421-ver1595343891.css" type="text/css" media="all">
  6379. <link rel="stylesheet" id="elementor-post-2097594-css" href="/wp-content/uploads/elementor/css/post-2097594-ver1595343891.css" type="text/css" media="all">
  6380. <link rel="stylesheet" id="elementor-post-2097597-css" href="/wp-content/uploads/elementor/css/post-2097597-ver1595343891.css" type="text/css" media="all">
  6381. <link rel="stylesheet" id="elementor-post-2097496-css" href="/wp-content/uploads/elementor/css/post-2097496-ver1595343891.css" type="text/css" media="all">
  6382. <link rel="stylesheet" id="elementor-post-2097504-css" href="/wp-content/uploads/elementor/css/post-2097504-ver1595343891.css" type="text/css" media="all">
  6383. <link rel="stylesheet" id="elementor-post-2097500-css" href="/wp-content/uploads/elementor/css/post-2097500-ver1595343891.css" type="text/css" media="all">
  6384. <link rel="stylesheet" id="elementor-post-2097492-css" href="/wp-content/uploads/elementor/css/post-2097492-ver1595343891.css" type="text/css" media="all">
  6385. <link rel="stylesheet" id="elementor-post-2097508-css" href="/wp-content/uploads/elementor/css/post-2097508-ver1595343891.css" type="text/css" media="all">
  6386. <link rel="stylesheet" id="google-fonts-2-css" href="/fontsgoo/css-familyplayfairdisplay3a1002c100italic2c2002c200italic2c3002c300italic2c4002c400italic2c5002c500italic2c6002c600italic2c7002c700italic2c8002c800italic2c9002c900italic#038;ver5.5.html" type="text/css" media="all">
  6387. <link rel="stylesheet" id="elementor-icons-fa-brands-css" href="/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min-ver5.12.0.css" type="text/css" media="all">
  6388. <script type="text/javascript" src="/wp-content/plugins/gp-premium/menu-plus/functions/js/sticky.min-ver1.11.3.js" id="generate-sticky-js"></script>
  6389. <script type="text/javascript" id="generate-offside-js-extra">
  6390. /* <![CDATA[ */
  6391. var offSide = {"side":"left"};
  6392. /* ]]> */
  6393. </script>
  6394. <script type="text/javascript" src="/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min-ver1.11.3.js" id="generate-offside-js"></script>
  6395. <script type="text/javascript" id="pt-cv-content-views-script-js-extra">
  6396. /* <![CDATA[ */
  6397. var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"16489dba33","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/geneticliteracyproject.org\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw==","is_mobile_tablet":"","sf_no_post_found":"No posts found.","lf__separator":","};
  6398. var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"};
  6399. /* ]]> */
  6400. </script>
  6401. <script type="text/javascript" src="/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv-ver2.3.3.js" id="pt-cv-content-views-script-js"></script>
  6402. <script type="text/javascript" src="/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min-ver5.8.1.js" id="pt-cv-public-pro-script-js"></script>
  6403. <script type="text/javascript" id="dcl_comments-js-extra">
  6404. /* <![CDATA[ */
  6405. var countVars = {"disqusShortname":"geneticliteracyproject"};
  6406. var embedVars = {"disqusConfig":{"integration":"wordpress 3.0.16"},"disqusIdentifier":"2097164 https:\/\/geneticliteracyproject.org\/?page_id=2097164","disqusShortname":"geneticliteracyproject","disqusTitle":"Home","disqusUrl":"https:\/\/geneticliteracyproject.org\/","postId":"2097164"};
  6407. var dclCustomVars = {"dcl_progress_text":"Loading..."};
  6408. /* ]]> */
  6409. </script>
  6410. <script type="text/javascript" src="/wp-content/plugins/disqus-conditional-load-pro/assets/js/public/embed-click.min-ver11.0.4.js" data-cfasync="false"></script><script type="text/javascript" id="jquery-widgetopts-js-extra">
  6411. /* <![CDATA[ */
  6412. var varWidgetOpts = {"shallNotFixed":".site-footer","margin_top":"0","disable_width":"768","disable_height":"200"};
  6413. /* ]]> */
  6414. </script>
  6415. <script type="text/javascript" src="/wp-content/plugins/extended-widget-options/assets/js/jquery.widgetopts.min-ver5.5.js" id="jquery-widgetopts-js"></script>
  6416. <script type="text/javascript" id="advanced-ads-sticky-footer-js-js-extra">
  6417. /* <![CDATA[ */
  6418. var advanced_ads_sticky_settings = {"check_position_fixed":"","sticky_class":"genet-sticky"};
  6419. /* ]]> */
  6420. </script>
  6421. <script type="text/javascript" src="/wp-content/plugins/advanced-ads-sticky-ads/public/assets/js/sticky-ver1.7.12.js" id="advanced-ads-sticky-footer-js-js"></script>
  6422. <!--[if lte IE 11]>
  6423. <script type='text/javascript' src='/wp-content/themes/generatepress/js/classlist.min-ver2.4.2.js' id='generate-classlist-js'></script>
  6424. <![endif]-->
  6425. <script type="text/javascript" src="/wp-content/themes/generatepress/js/menu.min-ver2.4.2.js" id="generate-menu-js"></script>
  6426. <script type="text/javascript" src="/wp-content/themes/generatepress/js/a11y.min-ver2.4.2.js" id="generate-a11y-js"></script>
  6427. <script type="text/javascript" src="/wp-content/themes/generatepress/js/back-to-top.min-ver2.4.2.js" id="generate-back-to-top-js"></script>
  6428. <script type="text/javascript" src="/wp-content/plugins/easy-social-share-buttons3/assets/js/essb-core-ver7.3.js" id="easy-social-share-buttons-core-js"></script>
  6429. <script type="text/javascript" id="easy-social-share-buttons-core-js-after">
  6430. var essb_settings = {"ajax_url":"https:\/\/geneticliteracyproject.org\/wp-admin\/admin-ajax.php","essb3_nonce":"319135f72c","essb3_plugin_url":"https:\/\/geneticliteracyproject.org\/wp-content\/plugins\/easy-social-share-buttons3","essb3_stats":true,"essb3_ga":false,"blog_url":"https:\/\/geneticliteracyproject.org\/","post_id":"2097164"};
  6431. </script>
  6432. <script type="text/javascript" src="/wp-includes/js/wp-embed.min-ver5.5.js" id="wp-embed-js"></script>
  6433. <script type="text/javascript" src="/cdnone/sdks/onesignalsdk-ver5.5.js" async="async" id="remote_sdk-js"></script>
  6434. <script type="text/javascript" id="fwpcl-front-js-extra">
  6435. /* <![CDATA[ */
  6436. var FWPCL = {"rulesets":[{"label":"Hide results template until facets are used","conditions":[[{"object":"facets-not-empty","compare":"not","value":"$EMPTY"}]],"actions":[{"toggle":"show","object":"template","selector":""}],"else":"flip"},{"label":"Hide Date Range when Time Ago is used","conditions":[[{"object":"facet-time_ago","compare":"is","value":"past-day"},{"object":"facet-time_ago","compare":"is","value":"past-week"},{"object":"facet-time_ago","compare":"is","value":"past-month"},{"object":"facet-time_ago","compare":"is","value":"past-year"},{"object":"facet-time_ago","compare":"is","value":"all-dates"}]],"actions":[{"toggle":"hide","object":"facet-date_range","selector":""}],"else":"flip"},{"label":"Only show Date Range when Custom Date Range is selected","conditions":[[{"object":"facet-time_ago","compare":"not","value":"custom-date-range"}]],"actions":[{"toggle":"hide","object":"facet-date_range","selector":""}],"else":"flip"}]};
  6437. /* ]]> */
  6438. </script>
  6439. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/js/frontend-modules.min-ver2.9.14.js" id="elementor-frontend-modules-js"></script>
  6440. <script type="text/javascript" src="/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min-ver2.10.3.js" id="elementor-sticky-js"></script>
  6441. <script type="text/javascript" id="elementor-pro-frontend-js-before">
  6442. var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/geneticliteracyproject.org\/wp-admin\/admin-ajax.php","nonce":"b1d6210a73","i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/geneticliteracyproject.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
  6443. </script>
  6444. <script type="text/javascript" src="/wp-content/plugins/elementor-pro/assets/js/frontend.min-ver2.10.3.js" id="elementor-pro-frontend-js"></script>
  6445. <script type="text/javascript" src="/wp-includes/js/jquery/ui/position.min-ver1.11.4.js" id="jquery-ui-position-js"></script>
  6446. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/lib/dialog/dialog.min-ver4.7.6.js" id="elementor-dialog-js"></script>
  6447. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min-ver4.0.2.js" id="elementor-waypoints-js"></script>
  6448. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/lib/swiper/swiper.min-ver5.3.6.js" id="swiper-js"></script>
  6449. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/lib/share-link/share-link.min-ver2.9.14.js" id="share-link-js"></script>
  6450. <script type="text/javascript" id="elementor-frontend-js-extra">
  6451. /* <![CDATA[ */
  6452. var uael_particles_script = {"uael_particles_url":"https:\/\/geneticliteracyproject.org\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/geneticliteracyproject.org\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js"};
  6453. /* ]]> */
  6454. </script>
  6455. <script type="text/javascript" id="elementor-frontend-js-before">
  6456. var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","downloadImage":"Download image"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.9.14","urls":{"assets":"https:\/\/geneticliteracyproject.org\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_lightbox_enable_counter":"yes","elementor_lightbox_enable_fullscreen":"yes","elementor_lightbox_enable_zoom":"yes","elementor_lightbox_enable_share":"yes","elementor_lightbox_title_src":"title","elementor_lightbox_description_src":"description"},"editorPreferences":[]},"post":{"id":2097164,"title":"Genetic%20Literacy%20Project%20%7C%20Science%20Not%20Ideology","excerpt":"","featuredImage":"https:\/\/geneticliteracyproject.org\/wp-content\/uploads\/2020\/02\/unknown-2.png"}};
  6457. </script>
  6458. <script type="text/javascript" src="/wp-content/plugins/elementor/assets/js/frontend.min-ver2.9.14.js" id="elementor-frontend-js"></script>
  6459. <script type="text/javascript" id="elementor-frontend-js-after">
  6460. window.scope_array = [];
  6461. window.backend = 0;
  6462. jQuery.cachedScript = function( url, options ) {
  6463. // Allow user to set any option except for dataType, cache, and url.
  6464. options = jQuery.extend( options || {}, {
  6465. dataType: "script",
  6466. cache: true,
  6467. url: url
  6468. });
  6469. // Return the jqXHR object so we can chain callbacks.
  6470. return jQuery.ajax( options );
  6471. };
  6472.    jQuery( window ).on( "elementor/frontend/init", function() {
  6473. elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){
  6474. if ( "undefined" == typeof $scope ) {
  6475. return;
  6476. }
  6477. if ( $scope.hasClass( "uael-particle-yes" ) ) {
  6478. window.scope_array.push( $scope );
  6479. $scope.find(".uael-particle-wrapper").addClass("js-is-enabled");
  6480. }else{
  6481. return;
  6482. }
  6483. if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){
  6484. var uael_url = uael_particles_script.uael_particles_url;
  6485. jQuery.cachedScript( uael_url );
  6486. window.backend = 1;
  6487. }else if(elementorFrontend.isEditMode()){
  6488. var uael_url = uael_particles_script.uael_particles_url;
  6489. jQuery.cachedScript( uael_url ).done(function(){
  6490. var flag = true;
  6491. });
  6492. }
  6493. });
  6494. });
  6495. jQuery(document).ready(function(){
  6496. if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) {
  6497. return;
  6498. }
  6499. var uael_url = uael_particles_script.uael_particles_url;
  6500. jQuery.cachedScript = function( url, options ) {
  6501. // Allow user to set any option except for dataType, cache, and url.
  6502. options = jQuery.extend( options || {}, {
  6503. dataType: "script",
  6504. cache: true,
  6505. url: url
  6506. });
  6507. // Return the jqXHR object so we can chain callbacks.
  6508. return jQuery.ajax( options );
  6509. };
  6510. jQuery.cachedScript( uael_url );
  6511. });
  6512. </script>
  6513. <script type="text/javascript" src="/wp-includes/js/underscore.min-ver1.8.3.js" id="underscore-js"></script>
  6514. <script type="text/javascript" id="wp-util-js-extra">
  6515. /* <![CDATA[ */
  6516. var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
  6517. /* ]]> */
  6518. </script>
  6519. <script type="text/javascript" src="/wp-includes/js/wp-util.min-ver5.5.js" id="wp-util-js"></script>
  6520. <script type="text/javascript" id="wpforms-elementor-js-extra">
  6521. /* <![CDATA[ */
  6522. var wpformsElementorVars = {"recaptcha_type":"v2"};
  6523. /* ]]> */
  6524. </script>
  6525. <script type="text/javascript" src="/wp-content/plugins/wpforms/assets/js/integrations/elementor/frontend.min-ver1.6.2.2.js" id="wpforms-elementor-js"></script>
  6526. <script>window.advads_has_ads = [["2156819","ad",null],["2156617","ad",null],["2156703","ad",null],["2156704","ad",null]];
  6527.  
  6528. ( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if ( window.advanced_ads_pro ) {advanced_ads_pro.process_passive_cb();} else if ( window.console && window.console.log ) {console.log('Advanced Ads Pro: cache-busting can not be initialized');} });</script><script type="text/javascript" src="/statswp/e-202035.js" async="async" defer></script>
  6529. <script type="text/javascript">
  6530. _stq = window._stq || [];
  6531. _stq.push([ 'view', {v:'ext',j:'1:8.8.2',blog:'149325001',post:'2097164',tz:'-4',srv:'geneticliteracyproject.org'} ]);
  6532. _stq.push([ 'clickTrackerInit', '149325001', '2097164' ]);
  6533. </script>
  6534. <script type="text/javascript">var essb_handle_stats = function(oService, oPostID, oInstance) { var element = jQuery('.essb_'+oInstance); var instance_postion = jQuery(element).attr("data-essb-position") || ""; var instance_template = jQuery(element).attr("data-essb-template") || ""; var instance_button = jQuery(element).attr("data-essb-button-style") || ""; var instance_counters = jQuery(element).hasClass("essb_counters") ? true : false; var instance_nostats = jQuery(element).hasClass("essb_nostats") ? true : false; if (instance_nostats) { return; } var instance_mobile = false; if( (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent) ) { instance_mobile = true; } if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { 'action': 'essb_stat_log', 'post_id': oPostID, 'service': oService, 'template': instance_template, 'mobile': instance_mobile, 'position': instance_postion, 'button': instance_button, 'counter': instance_counters, 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { }},'json'); } }; var essb_log_stats_only = function(service, postId, position) { var instance_mobile = false; if( (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent) ) { instance_mobile = true; } if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { 'action': 'essb_stat_log', 'post_id': postId, 'service': service, 'template': position, 'mobile': instance_mobile, 'position': position, 'button': position, 'counter': false, 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { }},'json'); } };</script>
  6535.  
  6536. <div class="ezmob-footer ezoic-floating-bottom ezo_ad ezmob-footer-desktop" id="ezmobfooter">
  6537. <center>
  6538. <span id="ezoic-pub-ad-placeholder-100"></span>
  6539.  
  6540. <div class="ezmob-footer ezoic-floating-bottom ezo_ad ezmob-footer-desktop" id="ezmobfooter">
  6541. <center><span style="display:inline-block;float:none;margin-bottom:2px !important;margin-left:0px !important;margin-right:0px !important;margin-top:2px !important;min-height:90px;min-width:728px;" class="ezoic-ad medrectangle-2 adtester-container adtester-container-100" data-ez-name="geneticliteracyproject_org-medrectangle-2"><span id="div-gpt-ad-geneticliteracyproject_org-medrectangle-2-0" ezaw="728" ezah="90" style="position:relative;z-index:0;display:inline-block;min-height:90px;min-width:728px;" class="ezoic-ad ezoic-adl"><script data-ezscrex="false" data-cfasync="false" type="text/javascript" style="display:none;">eval(ez_write_tag([[728,90],'geneticliteracyproject_org-medrectangle-2','ezslot_0',100,'0','0']));</script></span></span></center>
  6542. <span class="ezmob-footer-close" onclick="document.getElementById('ezmobfooter').style.display='none';">x</span>
  6543. </div>
  6544.  
  6545. </center>
  6546. <span class="ezmob-footer-close" onclick="document.getElementById('ezmobfooter').style.display='none';">x</span>
  6547. </div>
  6548.  
  6549. <script>var __ez_tkn_evnt = function() { if(typeof(_ezaq) != 'undefined'){if(window.ezogtk != "") {__ez.bit.AddAndFire(_ezaq.page_view_id,[new __ezDotData("ext_user_hash",window.ezogtk)]);}}};document.addEventListener("DOMContentLoaded", __ez.queue.addFunc("__ez_tkn_evnt", "__ez_tkn_evnt", event, false, ['/detroitchicago/minneapolis.js','/detroitchicago/memphis.js'], true, true, false, true));</script>
  6550. <script type="text/javascript" style="display:none;" async>__ez.queue.addFile('anchorfix.js', '/ezoic/anchorfix.js?cb=191-2', false, [], true, true, true, false);</script>
  6551. <script type="text/javascript">
  6552. (function(f,a){function g(b,a,c){b.addEventListener?b.addEventListener(a,c):b.attachEvent("on"+a,function(){c.call(b)})}function k(b){b&&("string"==typeof b["class"]&&b["class"]&&a.getElementById("uglipop_popbox").setAttribute("class",b["class"]),b.keepLayout&&!b["class"]&&a.getElementById("uglipop_popbox").setAttribute("style","position:relative;height:300px;width:300px;background-color:white;opacity:1;"),"string"==typeof b.content&&b.content&&"html"==b.source&&(a.getElementById("uglipop_popbox").innerHTML=b.content),"string"==typeof b.content&&b.content&&"div"==b.source&&(a.getElementById("uglipop_popbox").innerHTML=a.getElementById(b.content).innerHTML));a.getElementById("uglipop_overlay_wrapper").style.display="";a.getElementById("uglipop_overlay").style.display="";a.getElementById("uglipop_content_fixed").style.display=""}function h(){a.getElementById("uglipop_overlay_wrapper").style.display="none";a.getElementById("uglipop_overlay").style.display="none";a.getElementById("uglipop_content_fixed").style.display="none"}g(a,"DOMContentLoaded",function(){var b=a.createElement("div"),e=a.createElement("div"),c=a.createElement("div"),d=a.createElement("div");e.id="uglipop_content_fixed";e.setAttribute("style","position:fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);opacity:1;z-index:10000000;");c.id="uglipop_popbox";d.id="uglipop_overlay_wrapper";d.setAttribute("style","position:absolute;top:0;bottom:0;left:0;right:0;display:none");b.id="uglipop_overlay";b.setAttribute("style","position:fixed;top:0;bottom:0;left:0;right:0;opacity:0.3;width:100%;height:100%;background-color:black;");d.appendChild(b);e.appendChild(c);a.body.appendChild(d);a.body.appendChild(e);a.getElementById("uglipop_overlay_wrapper").style.display="none";a.getElementById("uglipop_overlay").style.display="none";a.getElementById("uglipop_content_fixed").style.display="none";d.addEventListener("click",h);g(f,"keydown",function(a){27==a.keyCode&&h()});f.uglipop=k})})(window,document);
  6553. var ezRBA = (function() {
  6554.  function init() {
  6555. var reportAdsBtns = document.querySelectorAll('.ez-report-ad-button');
  6556. for (var i = 0; i < reportAdsBtns.length; i++) {
  6557.  reportAdsBtns[i].addEventListener('click', function(e) {
  6558. var url = '<iframe src="https://ezoic.com/pub/reportads/reportads.html' + e.target.getAttribute('name') + '" width="400" height="500" style="border-radius: 10px; box-shadow: 2px 2px 30px 6px rgba(0,0,0,0.75); border: 1px solid black;"></iframe>'
  6559. uglipop({
  6560.  class: 'none',
  6561.  source: 'html',
  6562.  content: url,
  6563. });
  6564.  });
  6565. }
  6566. function bindEvent(element, eventName, eventHandler) {
  6567. if (element.addEventListener) {
  6568. element.addEventListener(eventName, eventHandler, false);
  6569. } else if (element.attachEvent) {
  6570. element.attachEvent('on' + eventName, eventHandler);
  6571. }
  6572. }
  6573. bindEvent(window, 'message', function(e) {
  6574. if (e.data === 'close-report-ad-modal') {
  6575. document.getElementById('uglipop_overlay_wrapper').style.display = 'none';
  6576. document.getElementById('uglipop_overlay').style.display = 'none';
  6577. document.getElementById('uglipop_content_fixed').style.display = 'none';
  6578. }
  6579. })
  6580.  }
  6581.  
  6582.  return {
  6583. init: init
  6584.  };
  6585. })();
  6586. ezRBA.init();
  6587. </script>
  6588. <script type="text/javascript" data-cfasync="false"></script>
  6589. <script type="text/javascript" style="display:none;">var __ez_dims = (function() {
  6590. var setCookie = function( name, content, expiry ) {
  6591. return document.cookie = name+'='+content+((expiry)?';expires='+(new Date(Math.floor(new Date().getTime()+expiry*1000)).toUTCString()):'')+';path=/';
  6592. };
  6593. var ffid = 1;
  6594. var oh = window.screen.height;
  6595. var ow = window.screen.width;
  6596. var h = ffid === 1 ? oh : (oh > ow) ? oh : ow;
  6597. var w = ffid === 1 ? ow : (oh > ow) ? ow : oh;
  6598. var uh = window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight;
  6599. var uw = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth;
  6600. setCookie('ezds', encodeURIComponent('ffid='+ffid+',w='+w+',h='+h), (31536e3*7));
  6601. setCookie('ezohw', encodeURIComponent('w='+uw+',h='+uh), (31536e3*7));
  6602. })();</script><script type="text/javascript" style="display:none;" async>
  6603. __ez.queue.addFile('edmonton.php', '/detroitchicago/edmonton.webp?a=a&cb=191-2&shcb=34', true, ['/detroitchicago/minneapolis.js'], true, false, false, false);
  6604. __ez.queue.addFile('jellyfish.php', '/porpoiseant/jellyfish.webp?a=a&cb=191-2&shcb=34', false, [], true, false, false, false);
  6605. </script>
  6606. <script>var _audins_dom="geneticliteracyproject_org",_audins_did=201186;__ez.queue.addDelayFunc("audins.js","__ez.script.add", "//go.ezoic.net/detroitchicago/audins.js?cb=191-2");</script><noscript><div style="display:none;"><img src="/pixelqua/pixel/p-31iz6hffutd16.gif" border="0" height="1" width="1" alt="Quantcast"></div></noscript>
  6607. <noscript></noscript>
  6608. <div class="outlinks"></div>
  6609. </body>
  6610. </html>
  6611.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda