File "Print_Innovaa04c.html"
Full path: /home/argothem/www/organecyberpresse/IMG/distant/html/Print_Innovaa04c.html
File size: 91.67 KB
MIME-type: text/html
Charset: utf-8
<!doctype html>
<HTML class=no-js>
<HEAD>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3587170-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3587170-1');
</script>
<META charset=utf-8>
<META http-equiv=x-ua-compatible content="ie=edge">
<meta name="title" content="About | INMA" />
<meta name="description" content="The International News Media Association (INMA) is a global community of market-leading news media companies reinventing how they engage audiences and grow revenue in a multi-platform environment. INMA is the news media industry's foremost ideas-sharing network with members connected via conferences, reports, Webinars, virtual meetings, an unparalleled archive of best practices, and initiatives dedicated to digital subscriptions, product, and data." />
<meta name="robots" content="follow,index" />
<meta name="googlebot" content="index, follow" />
<meta name="distribution" content="global" />
<meta name="google-site-verification" content="LUjEBCl2pqOiZZRRqGyeLsxSFgdID1rTKnS4EGtNqac" />
<link rel="shortcut icon" href="/favicon.ico" TYPE="image/ico" />
<META name=viewport content="width=device-width, initial-scale=1">
<liNK href="//fonts.googleapis.com/css?family=Raleway:700,500,400|Source+Sans+Pro:400,400italic,700,700italic" rel=stylesheet type=text/css>
<liNK rel=stylesheet href="/_b/css/style.new.css">
<liNK rel=stylesheet href="/_b/css/nav-css.css">
<liNK rel=stylesheet href="/_b/css/slick.css">
<SCRIPT src="//code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></SCRIPT>
<SCRIPT src="/_b/js/core.js" type="text/javascript"></SCRIPT>
<SCRIPT src="/_b/js/extras.js" type="text/javascript"></SCRIPT>
<SCRIPT src="/_b/js/noframework.waypoints.min.js" type="text/javascript"></SCRIPT>
<STYLE>
.user-details .user-avatar{
background-size:cover;
background-position: center center;
background-repeat:no-repeat;
}
</STYLE>
<SCRIPT>
function showMenu() {
var x = document.getElementById("primary-nav");
var menuBtn = document.querySelector('.m-menu');
var greenButtons = document.querySelector('.m-buttons');
var joinBtn = document.querySelector('.btn-join');
var pageContent = document.querySelector('.primary-content');
var memberBenefitsDiv = document.querySelector('.member-benefits');
var siteFooter = document.querySelector('.site-footer');
var whyMembership = document.querySelector('.why-membership');
if (x.style.display === "block") {
menuBtn.innerHTML = "☰";
x.style.display = "none";
menuBtn.style.textDecoration = 'none';
menuBtn.style.fontSize = '40px';
greenButtons.style.display = "none";
joinBtn.style.display = 'block';
pageContent.style.display = 'block';
siteFooter.style.display = 'block';
whyMembership.style.display = 'block';
} else {
menuBtn.innerHTML = "×";
x.style.display = "block";
menuBtn.style.textDecoration = 'none';
menuBtn.style.fontSize = '60px';
menuBtn.style.color = '#007bff';
menuBtn.style.fontWeight = '300';
greenButtons.style.display = "block";
joinBtn.style.display = 'none';
pageContent.style.display = 'none';
siteFooter.style.display = 'none';
whyMembership.style.display = 'none';
}
}
</SCRIPT>
<SCRIPT>
jQuery(document).ready(function($) {
$(".swapImage")
.mouseover(function() {
var src = $(this).attr("src").match(/[^\.]+/) + "_green.png";
$(this).attr("src", src);
})
.mouseout(function() {
var src = $(this).attr("src").replace("_green.png", ".png");
$(this).attr("src", src);
});
const mainlogo = document.getElementById('mainlogo').classList;
const headerwaypoint = new Waypoint({
element: document.getElementById('endofheader'),
handler: function(direction) {
(direction === 'down') ? mainlogo.add('small') : mainlogo.remove('small');
}
});
});
</SCRIPT>
<title>INMA: About</title>
<SCRIPT>
//-------------------------------------------------------
var z_account = "60D233A6-5BC1-47AD-9287-44D06AC3BF0D";
var z_collector = "INMA.informz.net";
var z_cookieDomain = ".inma.org";
//-------------------------------------------------------
(function (e, o, n, r, t, a, s) { e[t] || (e.GlobalSnowplowNamespace = e.GlobalSnowplowNamespace || [], e.GlobalSnowplowNamespace.push(t), e[t] = function () { (e[t].q = e[t].q || []).push(arguments) }, e[t].q = e[t].q || [], a = o.createElement(n), s = o.getElementsByTagName(n)[0], a.async = 1, a.src = r, s.parentNode.insertBefore(a, s)) }(window, document, "script", "https://"+z_collector+"/web_trk/sp.js", "informz_trk")), informz_trk("newTracker", "infz", z_collector + "/web_trk/collector/", { appId: z_account, cookieDomain: z_cookieDomain }), informz_trk("setUserIdFromLocation", "_zs"), informz_trk("enableActivityTracking", 30, 15); informz_trk("trackPageView", null);
</SCRIPT>
<style>
#gdprBox {
position: relative;
z-index: 9999;
padding: 20px 20px;
background-color: #2d92ff;
text-align: left;
display:none;
}
#gdprBox.fixed {
position: fixed;
bottom: 0;
width: 100%;
opacity: 0.9;
}
#gdprBox .btn,
#gdprBox p {
display: inline-block;
}
#gdprBox p {
padding-right: 1.25rem;
color: #fff;
text-transform: uppercase;
}
#gdprBox .btn {
background-color: #fff;
color: #62b30f;
}
#gdprBox .close {
float: right;
padding: 9px 17px 9px 0;
}
</style>
<SCRIPT type="text/javascript">
jQuery(document).ready(function($) {
if(!getCookie('gdprAccepted')) $('#gdprBox').show();
$('#gdprClose,#gdprXClose').click(function(e) {
e.preventDefault();
//set gdpr cookie that expires 1 year from now
setCookie('gdprAccepted', 'yes', 365)
//close gdpr banner
$('#gdprBox').hide();
});
});
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+ d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for(var i = 0; i <ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
</SCRIPT>
</HEAD>
<BODY DATA-ANCHOR="top">
<style>
@media screen and (min-width:768px) {
.site-header {
position: sticky;
z-index: 1000;
background:white;
top:0;
}
#mainlogo img {
max-width: 100%;
height: auto;
margin: 0;
}
#mainlogo {
width:250px;
transition: all 200ms ease-out;
margin: 1rem 0;
}
#mainlogo.small {
width: 125px;
}
}
@media screen and (max-width: 768px) {
#mainlogo.branding { display: block; }
#mainlogo {
flex-grow: 1;
}
#mainlogo img{
width: 125px !important;
}
}
.flex-row {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: center;
}
</style>
<header class=site-header>
<DIV class="wrapper flex-row">
<H1 class=branding id="mainlogo"> <IMG src="/img/inma-logo-test-01.svg" alt="INMA" onClick="location.href='/'" height="64" style="cursor:pointer;width:250px;"></H1>
<A href="javascript:void(0);" class="m-menu" onClick="showMenu()"> ☰ </A>
<DIV class="mobile-hide" style="flex-grow: 1">
<FORM id="searchForm" action="/search-results.cfm" style="display:inline;">
<INPUT name="criteria" type="search" PLACEHOLDER="Search all of INMA" style="width:200px;padding:0.2rem;">
<A href="javascript:;" onClick="$('#searchForm').submit();" class="icon-search" style="position:relative;right:1.6rem;"></A>
</FORM>
</DIV>
<DIV class="login-controls print-hide" style="margin: 0;">
<DIV class="logged-out user-links">
<A href="/calendar/"><SPAN class="main-nav-title-mobile">Calendar</SPAN></A>
<A href="/member-directory.cfm">Member Directory</A>
</DIV>
</DIV>
</DIV>
<nav class=primary-nav id="primary-nav">
<DIV class="wrapper print-hide">
<UL class=horizonal-nav>
<li class="menu-item desktop-hide"><A href="/calendar/"><SPAN class="main-nav-title-mobile">Calendar</SPAN></A></li>
<li class="menu-item desktop-hide"><A href="/search.cfm"><SPAN class="main-nav-title-mobile">Search</SPAN></A></li>
<li class="menu-item desktop-hide"><A href="/member-directory.cfm"><SPAN class="main-nav-title-mobile">Member Directory</SPAN></A></li>
<li class=menu-item> <A href="/topics-main.cfm"><SPAN class="main-nav-title-mobile">Topics</SPAN> <I class=icon-caret-down></I></A>
<DIV class=sub-nav>
<UL>
<li> <A href="/topic-articles.cfm?topic=Advertising">
<figure class=sub-nav-avatar><svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g><g transform="translate(-73 -177) translate(73 177)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M123.785 117.77H49.123V55.857h102.66v56.027"/><path d="M95.123 117.77v31.89"/><path d="M105.123 117.77v31.89"/><path d="M49.123 48.793h102.66"/><path d="M94.362 63.368h12"/><path d="M100.123 62.65V49.065"/><path d="M127.123 62.65V49.065"/><path d="M121.512 63.368h12"/><path d="M73.123 62.65V49.065"/><path d="M67.213 63.368h12"/><path d="M49.123 149.82h102.66"/><path d="M139.123 149.66v-20.37"/><path d="M150.918 129.29c0 6.204-5.026 11.23-11.224 11.23-6.2 0-11.227-5.026-11.227-11.23 0-6.204 10.373-24.48 10.373-24.48s12.078 18.276 12.078 24.48z"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Advertising</SPAN> </A> </li>
<li> <A href="/topic-articles.cfm?topic=Audience">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g><g transform="translate(0 0)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M120.373 88.394c-.2 0-.265-5.643-1.764-8.05 5.436-5.895-1.63-10.297-1.63-10.297-6.9-5.18-16.928-4.235-22.608 2.047-.42.136 1.107-2.4 1.107-2.4-5.8-1.81-12.068 1.12-14 6.538 0 0-1.984 3.97-.472 11.084 0 0-.368 1.078-.568 1.078-2.997 0-5.43 2.415-5.43 5.393 0 2.98 2.433 5.394 5.43 5.394.2 0 .388-.038.583-.058 1.032 9.73 9.316 17.316 19.383 17.316 10.07 0 18.353-7.585 19.385-17.316.194.02.384.06.583.06 2.998 0 5.428-2.415 5.428-5.395 0-2.978-2.43-5.393-5.427-5.393z"/><path d="M74.76 150.177c0-14.073 11.48-22.246 25.646-22.246 14.167 0 25.65 8.174 25.65 22.247"/><path d="M162.952 76.167c-.135 0-.18-3.84-1.202-5.48 3.7-4.01-1.108-7.005-1.108-7.005-4.696-3.526-11.52-2.882-15.385 1.392-.285.093.754-1.634.754-1.634-3.946-1.23-8.21.763-9.526 4.45 0 0-1.35 2.703-.32 7.544 0 0-.252.733-.388.733-2.04 0-3.694 1.643-3.694 3.67 0 2.028 1.654 3.67 3.694 3.67.136 0 .264-.025.398-.04.702 6.623 6.338 11.784 13.19 11.784 6.853 0 12.488-5.16 13.192-11.783.132.015.26.04.396.04 2.04 0 3.694-1.642 3.694-3.67 0-2.027-1.654-3.67-3.694-3.67z"/><path d="M131.91 118.21c0-9.576 7.815-15.138 17.454-15.138 9.64 0 17.454 5.562 17.454 15.14"/><path d="M64.375 76.167c-.136 0-.18-3.84-1.202-5.48 3.7-4.01-1.108-7.005-1.108-7.005-4.696-3.526-11.52-2.882-15.385 1.392-.285.093.754-1.634.754-1.634-3.947-1.23-8.21.763-9.527 4.45 0 0-1.35 2.703-.32 7.544 0 0-.252.733-.388.733-2.04 0-3.695 1.643-3.695 3.67 0 2.028 1.654 3.67 3.694 3.67.135 0 .263-.025.397-.04.702 6.623 6.338 11.784 13.19 11.784 6.852 0 12.488-5.16 13.192-11.783.13.015.26.04.395.04 2.04 0 3.694-1.642 3.694-3.67 0-2.027-1.655-3.67-3.695-3.67z"/><path d="M33.333 118.21c0-9.576 7.815-15.138 17.454-15.138 9.64 0 17.454 5.562 17.454 15.14"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Audience</SPAN> </A> </li>
<li> <A href="/topic-articles.cfm?topic=Business Intelligence">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g><g transform="translate(0 0)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M118.713 130.61v9.644h-43.29c-8.712 0-15.773-7.063-15.773-15.773V66.496"/><path d="M118.65 80.358v9.77"/><path d="M118.713 52.632h-45.2c-7.656 0-13.863 6.207-13.863 13.863s6.207 13.863 13.863 13.863h45.2"/><path d="M73.824 65.632h44.888"/><path d="M130.35 110.087c0 12.716-10.308 23.023-23.024 23.023-12.714 0-23.023-10.307-23.023-23.023 0-12.715 10.31-23.022 23.023-23.022 12.716 0 23.023 10.307 23.023 23.022z"/><path d="M107.326 94.05c8.858 0 16.037 7.18 16.037 16.037"/><path d="M123.323 126.636l24.104 24.103"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Business Intelligence</SPAN> </A> </li>
<li> <A href="/topic-articles.cfm?topic=Leadership">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g><g transform="translate(0 0)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M84.758 59.165c-.156 0-.207-4.44-1.38-6.332 4.248-4.633-1.27-8.095-1.27-8.095-5.392-4.073-13.226-3.33-17.664 1.61-.326.106.865-1.89.865-1.89-4.53-1.422-9.428.882-10.938 5.143 0 0-1.547 3.124-.367 8.717 0 0-.287.848-.444.848-2.34 0-4.24 1.898-4.24 4.24 0 2.342 1.9 4.24 4.24 4.24.158 0 .305-.03.456-.045.807 7.652 7.277 13.615 15.144 13.615 7.865 0 14.336-5.963 15.144-13.615.15.015.298.045.454.045 2.342 0 4.24-1.898 4.24-4.24 0-2.342-1.898-4.24-4.24-4.24z"/><path d="M49.123 107.746c0-11.067 8.97-17.493 20.037-17.493 11.066 0 20.036 6.426 20.036 17.493"/><path d="M140.286 110.747c-.156 0-.207-4.438-1.38-6.33 4.25-4.635-1.27-8.096-1.27-8.096-5.392-4.073-13.225-3.33-17.664 1.61-.326.107.865-1.888.865-1.888-4.53-1.423-9.426.88-10.937 5.142 0 0-1.547 3.123-.366 8.716 0 0-.288.847-.444.847-2.342 0-4.24 1.9-4.24 4.24 0 2.343 1.898 4.24 4.24 4.24.156 0 .303-.03.454-.045.807 7.653 7.277 13.616 15.144 13.616 7.865 0 14.337-5.963 15.144-13.616.15.016.298.046.454.046 2.342 0 4.24-1.898 4.24-4.24 0-2.342-1.898-4.24-4.24-4.24z"/><path d="M104.65 159.33c0-11.068 8.97-17.494 20.038-17.494 11.067 0 20.037 6.426 20.037 17.493"/><path d="M97.155 52.698h32.758v27.96"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Leadership</SPAN> </A> </li>
<li> <A href="/topic-articles.cfm?topic=Marketing">
<figure class=sub-nav-avatar> <IMG class="swapImage" src="/img/marketing-icon.png"> </figure>
<SPAN class=sub-nav-title>Marketing</SPAN> </A> </li>
<li> <A href="/topic-articles.cfm?topic=Newsrooms">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-351 -180) translate(351 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round"><g stroke-linejoin="round"><path d="M153.945 105.197c5.628 0 9.922-6.27 9.922-11.623 2.036 0 2.796-.866 2.796-1.937v-3.874c0-1.07-2.037-1.937-2.037-1.937V81.95c5.09-5.81-5.09-11.62-13.237-5.81-8.146 0-9.165 2.6-9.165 5.81v3.876s-2.036.866-2.036 1.937v3.874c0 1.07 1.276 1.937 3.314 1.937 0 5.353 4.813 11.623 10.44 11.623z" id="Stroke-5"/><path d="M132.044 118.3v-1.48c0-5.355 5.07-8.204 10.7-8.204h3.056l2.963-5.058" id="Stroke-7"/><path d="M174.808 118.3v-1.48c0-5.355-3.867-8.204-9.495-8.204h-3.055l-3.566-5.058" id="Stroke-9"/></g><g stroke-linejoin="round"><path d="M78.924 118.148c0-5.368 8.43-9.71 13.93-9.71l1.99-5.827"/><path d="M118.72 118.148c0-5.368-8.428-9.71-13.928-9.71l-1.99-5.827"/><path d="M114.742 94.84c-1.99 3.886-7.128 7.77-15.92 7.77-8.79 0-13.928-3.884-15.918-7.77 0 0 3.468-5.655 3.98-7.767 1.514-6.263 5.346-11.654 11.94-11.654 6.593 0 10.423 5.39 11.938 11.653.51 2.112 3.98 7.768 3.98 7.768z" id="Stroke-5"/></g><g stroke-linejoin="round"><path d="M46.26 105.197c5.63 0 9.923-6.27 9.923-11.623 2.036 0 2.796-.866 2.796-1.937v-3.874c0-1.07-2.038-1.937-2.038-1.937V81.95c5.09-5.81-5.09-11.62-13.237-5.81-8.145 0-9.164 2.6-9.164 5.81v3.876s-2.035.866-2.035 1.937v3.874c0 1.07 1.277 1.937 3.315 1.937 0 5.353 4.813 11.623 10.44 11.623z"/><path d="M24.36 118.3v-1.48c0-5.355 5.07-8.204 10.7-8.204h3.056l2.963-5.058"/><path d="M67.124 118.3v-1.48c0-5.355-3.867-8.204-9.495-8.204h-3.056l-3.566-5.058"/></g><path d="M19.57 127.684H182.2"/></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Newsrooms</SPAN> </A> </li>
<li> <A href="/topic-articles.cfm?topic=Product">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g><g transform="translate(0 0)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M136.96 128.523v21.974H56.14V49.123h80.82v55.395"/><path d="M69.222 66.123h54.656"/><path d="M69.222 77.123h54.656"/><path d="M69.222 87.123h54.656"/><path d="M69.222 97.123h54.656"/><path d="M69.222 108.123h31.58"/><path d="M153.155 107.195l-3.766-4.553-36.03 29.802-4.945 7.926 8.712-3.372z"/><path d="M143.5 109.43l1.884 2.277"/><path d="M116.183 132.027l1.883 2.277"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Product</SPAN> </A> </li>
<!-- <li> <A href="/blogs/">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g><g transform="translate(0 0)"><ellipse class="icon-bg" fill="#2D92FF" cx="100" cy="100" rx="100" ry="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M124.733 95.227c.522-1.766.484-2.53.484-3.833 0-13.412-10.872-24.284-24.284-24.284-13.41 0-24.283 10.872-24.283 24.284 0 1.304.265 2.584.463 3.833 0 0 1.87 6.96 3.448 9.386l8.87 21.288h23.006l8.87-21.287c1.578-2.426 2.904-7.62 3.427-9.386z"/><path d="M89.43 130.596h23.04"/><path d="M89.43 136.596h23.04"/><path d="M89.43 142.596h23.04"/><path d="M118.862 91.393c0-9.902-8.026-17.93-17.93-17.93"/><path d="M107.554 148.72c0 3.648-2.956 6.604-6.603 6.604s-6.603-2.956-6.603-6.603"/><path d="M100.123 54.325V38.597"/><path d="M125.736 65.604l11.832-11.832"/><path d="M76.13 65.604L64.298 53.772"/><path d="M64.85 89.596H49.124"/><path d="M152.743 89.596h-15.728"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>All INMA Blogs</SPAN> </A> </li> -->
</UL>
</DIV>
</li>
<!-- previous version <SPAN class="main-nav-title-mobile">Events<SPAN class=mobile-hide> & Awards</SPAN></SPAN> -->
<li class="menu-item">
<a href="/blogs">
<i class="icon-events"></i>
<span class="main-nav-title-mobile">Blogs</span>
<i class="icon-caret-down"></i>
</a>
<div class="sub-nav">
<ul>
<li>
<a href="/blogs/Video-Innovations">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path clip-rule="evenodd" d="M9.417 23.298h13.675v-8.044H9.417v8.044z"></path>
<path d="M9.82 17.616h13.272"></path>
<path clip-rule="evenodd" d="M20.419 6.737L8.42 13.3l.966 1.74 11.998-6.563-.966-1.74v0z"></path>
<path d="M11.679 15.475l-2.011 1.978M14.092 15.475l-2.01 1.978M16.505 15.475l-2.01 1.978M18.919 15.475l-2.012 1.978M21.332 15.475l-2.01 1.978M22.941 16.263l-1.207 1.19"></path>
<path clip-rule="evenodd" d="M15.852 18.875l2.414 1.394-2.413 1.394v-2.788 0z"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Audio & Video Innovations</span>
</a>
</li>
<li>
<a href="/blogs/Big-Data-For-News-Publishers">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path d="M21.913 20.564v3.515H8.983V7.86h12.93v8.864M11.075 10.58h8.745M11.075 12.34h8.745M11.075 13.94h8.745M11.075 15.54h8.745M11.075 17.3h5.053"></path>
<path clip-rule="evenodd" d="M24.505 17.151l-.602-.728-5.765 4.768-.791 1.268 1.394-.54 5.764-4.768v0z"></path>
<path d="M22.96 17.509l.301.364M18.59 21.124l.301.365"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Big Data for News Publishers</span>
</a>
</li>
<li>
<a href="/blogs/marketing">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path clip-rule="evenodd" d="M23.474 20.143c.075.54-.097 1.064-.55 1.365a1.474 1.474 0 01-1.541.042l-6.207-3.666-.762-5.483 5.005-5.225a1.355 1.355 0 011.425-.37c.519.165.862.618.936 1.157l1.694 12.18v0z"></path>
<path d="M22.885 12.022a1.977 1.977 0 11.544 3.916"></path>
<path clip-rule="evenodd" d="M14.441 12.593l-6.52.906c-.649.09-1.265.517-1.175 1.166l.436 3.133c.09.648.853 1.274 1.501 1.184l1.958-.273 2.438 6.048 3.133-.435-2.437-6.048 1.428-.199-.762-5.482v0z"></path>
<path d="M8.447 15.422l.218 1.566M10.014 15.204l.218 1.566"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Bottom-Line Marketing</span>
</a>
</li>
<li>
<a href="/blogs/Digital-Strategies">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<path
d="M16.373 18.48v.5a.5.5 0 00.5-.5h-.5zm0-4h.5a.5.5 0 00-.5-.5v.5zm-6.533 0h-.5a.5.5 0 00.5.5v-.5zm0-3.84v-.5a.5.5 0 00-.5.5h.5zm8.8 0h.5a.5.5 0 00-.5-.5v.5zm0 .154h-.5a.5.5 0 00.717.45l-.217-.45zm4-.374l-.05.498a.5.5 0 00.55-.498h-.5zm-.4 7.26l.4.3a.5.5 0 00.1-.3h-.5zm0-3.28h.5a.5.5 0 00-.5-.5v.5zm-1.867 0v-.5a.5.5 0 00-.5.5h.5zm0 4.08h-.5a.5.5 0 00.5.5v-.5zM6.34 8.64a1.5 1.5 0 011.5-1.5v-1a2.5 2.5 0 00-2.5 2.5h1zm0 7.84V8.64h-1v7.84h1zm1.5 1.5a1.5 1.5 0 01-1.5-1.5h-1a2.5 2.5 0 002.5 2.5v-1zm8.533 0H7.84v1h8.533v-1zm.5.5v-4h-1v4h1zm-7.033-3.5h6.533v-1H9.84v1zm-.5-4.34v3.84h1v-3.84h-1zm9.3-.5h-8.8v1h8.8v-1zm.5.654v-.154h-1v.154h1zm-.283.45c.458-.22.972-.344 1.516-.344v-1c-.698 0-1.36.16-1.95.444l.434.9zm1.516-.344h1.867v-1h-1.867v1zm1.867 0c.118 0 .235.006.35.018l.1-.996a4.548 4.548 0 00-.45-.022v1zm-.1-2.26v1.78h1V8.64h-1zm-1.5-1.5a1.5 1.5 0 011.5 1.5h1a2.5 2.5 0 00-2.5-2.5v1zm-12.8 0h12.8v-1H7.84v1zm14.9 10.54V14.4h-1v3.28h1zm-.5-3.78h-1.867v1h1.867v-1zm-2.367.5v4.08h1V14.4h-1zm.767 3.58h-.267v1h.267v-1zm1.2-.6c-.274.365-.71.6-1.2.6v1c.818 0 1.544-.393 2-1l-.8-.6z"
fill="#fff"
></path>
<path
d="M16.404 14.48l.5.023a.5.5 0 00-.5-.523v.5zm.059 7.68v.5a.5.5 0 00.492-.589l-.492.089zM4.679 19.48l.47.17-.47-.17zm1.33-3.68l-.47-.17.47.17zm15.5-1.131l.212-.453a.5.5 0 00-.212-.047v.5zm-1.11 0v-.5a.5.5 0 00-.5.5h.5zm0 6.777h-.5a.5.5 0 00.5.5v-.5zm1.854 0v.5a.5.5 0 00.5-.5h-.5zm0-6.177h.5a.5.5 0 00-.102-.303l-.398.303zm-5.354-.6c0-.056.002-.111.004-.166l-.999-.046a4.65 4.65 0 00-.005.212h1zm0 6.777v-6.777h-1v6.777h1zm.056.625a3.527 3.527 0 01-.056-.625h-1c0 .273.025.542.072.803l.984-.178zm-.492-.411H6.56v1h9.903v-1zm-9.903 0a1.5 1.5 0 01-1.228-.638l-.819.574A2.5 2.5 0 006.56 22.66v-1zm-1.228-.638a1.5 1.5 0 01-.183-1.372l-.94-.34a2.5 2.5 0 00.304 2.286l.819-.574zm-.183-1.372l1.33-3.68-.94-.34-1.33 3.68.94.34zm1.33-3.68a1.5 1.5 0 011.41-.99v-1a2.5 2.5 0 00-2.35 1.65l.94.34zm1.41-.99h8.515v-1H7.89v1zm13.62-.811H20.4v1h1.11v-1zm-1.61.5v6.777h1v-6.777h-1zm.5 7.277h1.854v-1h-1.854v1zm2.354-.5v-6.177h-1v6.177h1zm-1.456-6.325c.22.103.411.258.558.45l.796-.605a2.503 2.503 0 00-.93-.75l-.424.905z"
fill="#fff"
></path>
<rect x="18.399" y="12.48" width="5.92" height="11.04" rx="2" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></rect>
<circle cx="21.52" cy="21.68" r=".56" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></circle>
<path d="M12.16 18.8h4M9.68 11.538l1.12-1.12M9.84 13.298l2.72-2.72M17.28 18.8h.8M10.24 18.8h.8" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</figure>
<span class="sub-nav-title">Digital Strategies</span>
</a>
</li>
<li>
<a href="/blogs/digital-subscriptions">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<path
d="M9.52 11.878l.327.378a.5.5 0 00.173-.378h-.5zm-.375.326l.327.377-.327-.377zm13.87 0l.328-.378-.328.378zm-.227-.197h-.5a.5.5 0 00.172.378l.328-.378zm-4 2.258h-.5a.5.5 0 00.5.5v-.5zm0-.433h.5a.5.5 0 00-.172-.377l-.328.377zm.5.433l.327-.377a.5.5 0 00-.328-.123v.5zm.072.063h.5a.5.5 0 00-.173-.377l-.327.377zm0 3.775v.5a.5.5 0 00.5-.5h-.5zm-6.56 0h-.5a.5.5 0 00.5.5v-.5zm0-3.775l-.328-.377a.5.5 0 00-.172.377h.5zm0 0v-.5a.5.5 0 00-.328.123l.328.377zm.72 0v.5a.5.5 0 00.5-.5h-.5zm0-.624l-.328-.378a.5.5 0 00-.172.378h.5zm2.56-2.22l.327-.379a.5.5 0 00-.655 0l.328.378zM10.02 7.84a1.5 1.5 0 011.5-1.5v-1a2.5 2.5 0 00-2.5 2.5h1zm0 4.038V7.84h-1v4.038h1zm-.828-.377l-.375.325.655.755.375-.325-.655-.755zm-.375.325a1.5 1.5 0 00-.517 1.133h1a.5.5 0 01.172-.378l-.655-.755zM8.3 12.959v8.144h1v-8.144h-1zm0 8.144a1.5 1.5 0 001.5 1.5v-1a.5.5 0 01-.5-.5h-1zm1.5 1.5h12.56v-1H9.8v1zm12.56 0a1.5 1.5 0 001.5-1.5h-1a.5.5 0 01-.5.5v1zm1.5-1.5v-8.144h-1v8.144h1zm0-8.144a1.5 1.5 0 00-.517-1.133l-.656.755a.5.5 0 01.173.378h1zm-.517-1.133l-.227-.197-.655.756.226.196.656-.755zM22.288 7.84v4.167h1V7.84h-1zm-1.5-1.5a1.5 1.5 0 011.5 1.5h1a2.5 2.5 0 00-2.5-2.5v1zm-9.268 0h9.268v-1H11.52v1zm7.768 7.925v-.433h-1v.433h1zm0-.5h-.5v1h.5v-1zm.4.185l-.073-.062-.655.755.072.063.655-.755zm.172 4.153v-3.775h-1v3.775h1zm-7.06.5h6.56v-1H12.8v1zm-.5-4.275v3.775h1v-3.775h-1zm.172-.377l.656.755-.656-.755zm1.048-.123h-.72v1h.72v-1zm-.5-.124v.624h1v-.624h-1zm2.732-2.599l-2.56 2.221.655.756 2.56-2.221-.655-.756zm3.364 2.35l-2.709-2.35-.655.756 2.708 2.35.656-.756z"
fill="#fff"
></path>
<path d="M14.337 16.107l-5.328 5.761M18.13 16.371l5.021 5.498" stroke="#fff"></path>
<path d="M9.183 12.5l7.044 5.114 7.044-5.115" stroke="#fff" stroke-linejoin="round"></path>
<path d="M11.52 14.328V7.84h9.268v6.425" stroke="#fff" stroke-linejoin="round"></path>
<path d="M13.846 10.64h4.468M13.846 12.72h4.468" stroke="#fff" stroke-linecap="round"></path>
</svg>
</figure>
<span class="sub-nav-title">Digital Subscriptions</span>
</a>
</li>
<li>
<a href="/blogs/INNOVATIVE-ADVERTISING-SOLUTIONS">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path clip-rule="evenodd" d="M19.957 15.236c.084-.282.077-.404.077-.613a3.885 3.885 0 10-7.77 0c0 .209.042.414.074.613 0 0 .299 1.114.551 1.502l1.42 3.406h3.68l1.42-3.406c.252-.388.464-1.219.548-1.502v0z"></path>
<path
d="M14.309 20.895h3.686M14.309 21.855h3.686M14.309 22.815h3.686M19.018 14.623a2.869 2.869 0 00-2.869-2.869M17.209 23.795a1.057 1.057 0 11-2.113 0M16.02 8.692V6.176M20.118 10.497l1.893-1.893M12.181 10.497l-1.893-1.893M10.376 14.335H7.859M24.438 14.335h-2.516"
></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Innovative Advertising</span>
</a>
</li>
<li>
<a href="/blogs/Media-Leaders">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round">
<g stroke-linejoin="round">
<path
clip-rule="evenodd"
d="M24.632 16.831c.9 0 1.587-1.003 1.587-1.86.326 0 .447-.138.447-.31v-.619c0-.171-.325-.31-.325-.31v-.62c.814-.93-.815-1.86-2.118-.93-1.304 0-1.466.416-1.466.93v.62s-.326.139-.326.31v.62c0 .171.204.31.53.31 0 .856.77 1.86 1.67 1.86v0z"
></path>
<path d="M21.127 18.928v-.237c0-.857.811-1.313 1.712-1.313h.489l.474-.809M27.97 18.928v-.237c0-.857-.62-1.313-1.52-1.313h-.489l-.57-.809"></path>
</g>
<g stroke-linejoin="round">
<path d="M12.628 18.904c0-.86 1.349-1.554 2.229-1.554l.318-.932M18.995 18.904c0-.86-1.349-1.554-2.228-1.554l-.319-.932"></path>
<path
clip-rule="evenodd"
d="M18.359 15.175c-.319.621-1.14 1.243-2.547 1.243-1.407 0-2.229-.622-2.547-1.243 0 0 .554-.905.636-1.243.243-1.002.856-1.865 1.91-1.865 1.056 0 1.669.863 1.911 1.865.082.338.637 1.243.637 1.243v0z"
></path>
</g>
<g stroke-linejoin="round">
<path
clip-rule="evenodd"
d="M7.402 16.831c.9 0 1.588-1.003 1.588-1.86.325 0 .447-.138.447-.31v-.619c0-.171-.326-.31-.326-.31v-.62c.815-.93-.814-1.86-2.118-.93-1.303 0-1.466.416-1.466.93v.62s-.326.139-.326.31v.62c0 .171.204.31.53.31 0 .856.77 1.86 1.671 1.86v0z"
></path>
<path d="M3.897 18.928v-.237c0-.857.812-1.313 1.713-1.313h.488l.474-.809M10.74 18.928v-.237c0-.857-.619-1.313-1.52-1.313h-.488l-.57-.809"></path>
</g>
<path d="M3.131 20.43h26.021"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Media Leaders</span>
</a>
</li>
<li>
<a href="/blogs/research">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path clip-rule="evenodd" d="M8.14 22.08c0 .95.778 1.72 1.736 1.72.959 0 1.735-.77 1.735-1.72V10.204H9.287c-.576 0-1.146.293-1.146.863V22.08z"></path>
<path d="M13.347 12.82h3.47M13.347 10.74h3.47M18.9 10.74h3.47M13.347 14.9h3.47M13.347 16.98h3.47"></path>
<path clip-rule="evenodd" d="M18.553 17.086h4.165v-4.129h-4.165v4.13z"></path>
<path d="M13.347 19.06h3.47M18.9 19.06h3.47M13.347 21.14h3.47M18.9 21.14h3.47M9.876 23.968H22.89c.575 0 1.216-.631 1.216-1.2V9.003c0-.57-.36-.864-.935-.864H12.758c-.575 0-1.147.293-1.147.864v13.243"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Media Research</span>
</a>
</li>
<li>
<a href="/blogs/mobile-tablets">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<path
d="M16.373 18.48v.5a.5.5 0 00.5-.5h-.5zm0-4h.5a.5.5 0 00-.5-.5v.5zm-6.533 0h-.5a.5.5 0 00.5.5v-.5zm0-3.84v-.5a.5.5 0 00-.5.5h.5zm8.8 0h.5a.5.5 0 00-.5-.5v.5zm0 .154h-.5a.5.5 0 00.717.45l-.217-.45zm4-.374l-.05.497a.5.5 0 00.55-.497h-.5zm-.4 7.26l.4.3a.5.5 0 00.1-.3h-.5zm0-3.28h.5a.5.5 0 00-.5-.5v.5zm-1.867 0v-.5a.5.5 0 00-.5.5h.5zm0 4.08h-.5a.5.5 0 00.5.5v-.5zM6.34 8.64a1.5 1.5 0 011.5-1.5v-1a2.5 2.5 0 00-2.5 2.5h1zm0 7.84V8.64h-1v7.84h1zm1.5 1.5a1.5 1.5 0 01-1.5-1.5h-1a2.5 2.5 0 002.5 2.5v-1zm8.533 0H7.84v1h8.533v-1zm.5.5v-4h-1v4h1zm-7.033-3.5h6.533v-1H9.84v1zm-.5-4.34v3.84h1v-3.84h-1zm9.3-.5h-8.8v1h8.8v-1zm.5.654v-.154h-1v.154h1zm-.283.45c.458-.22.972-.344 1.516-.344v-1c-.698 0-1.36.159-1.95.443l.434.901zm1.516-.344h1.867v-1h-1.867v1zm1.867 0c.118 0 .235.006.35.017l.1-.995a4.548 4.548 0 00-.45-.022v1zm-.1-2.26v1.78h1V8.64h-1zm-1.5-1.5a1.5 1.5 0 011.5 1.5h1a2.5 2.5 0 00-2.5-2.5v1zm-12.8 0h12.8v-1H7.84v1zm14.9 10.54V14.4h-1v3.28h1zm-.5-3.78h-1.867v1h1.867v-1zm-2.367.5v4.08h1V14.4h-1zm.767 3.58h-.267v1h.267v-1zm1.2-.6c-.274.365-.71.6-1.2.6v1c.818 0 1.544-.393 2-1l-.8-.6z"
fill="#fff"
></path>
<path
d="M16.404 14.48l.5.023a.5.5 0 00-.5-.523v.5zm.059 7.68v.5a.5.5 0 00.492-.589l-.492.089zM4.679 19.48l.47.17-.47-.17zm1.33-3.68l-.47-.17.47.17zm15.5-1.131l.212-.453a.5.5 0 00-.212-.047v.5zm-1.11 0v-.5a.5.5 0 00-.5.5h.5zm0 6.777h-.5a.5.5 0 00.5.5v-.5zm1.854 0v.5a.5.5 0 00.5-.5h-.5zm0-6.177h.5a.5.5 0 00-.102-.303l-.398.303zm-5.354-.6c0-.056.002-.111.004-.166l-.999-.046a4.65 4.65 0 00-.005.212h1zm0 6.777v-6.777h-1v6.777h1zm.056.625a3.527 3.527 0 01-.056-.625h-1c0 .273.025.542.072.803l.984-.178zm-.492-.411H6.56v1h9.903v-1zm-9.903 0a1.5 1.5 0 01-1.228-.638l-.819.574A2.5 2.5 0 006.56 22.66v-1zm-1.228-.638a1.5 1.5 0 01-.183-1.372l-.94-.34a2.5 2.5 0 00.304 2.286l.819-.574zm-.183-1.372l1.33-3.68-.94-.34-1.33 3.68.94.34zm1.33-3.68a1.5 1.5 0 011.41-.99v-1a2.5 2.5 0 00-2.35 1.65l.94.34zm1.41-.99h8.515v-1H7.89v1zm13.62-.811H20.4v1h1.11v-1zm-1.61.5v6.777h1v-6.777h-1zm.5 7.277h1.854v-1h-1.854v1zm2.354-.5v-6.177h-1v6.177h1zm-1.456-6.325c.22.103.411.258.558.45l.796-.605a2.503 2.503 0 00-.93-.75l-.424.905z"
fill="#fff"
></path>
<rect x="18.399" y="12.48" width="5.92" height="11.04" rx="2" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></rect>
<circle cx="21.52" cy="21.68" r=".56" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></circle>
<path d="M12.16 18.8h4M9.68 11.537l1.12-1.12M9.84 13.297l2.72-2.72M17.28 18.8h.8M10.24 18.8h.8" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</figure>
<span class="sub-nav-title">Mobile Strategies</span>
</a>
</li>
<li>
<a href="/blogs/Print-Innovations">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path
clip-rule="evenodd"
d="M8 9.916S9.998 9.6 12.08 9.6s4.08.316 4.08.316V20.64s-1.99-.315-4.08-.315S8 20.64 8 20.64V9.916zM16.16 9.916s1.998-.316 4.08-.316 4.08.316 4.08.316V20.64s-1.99-.315-4.08-.315-4.08.315-4.08.315V9.916z"
></path>
<path d="M15.04 21.76c0 .619.443 1.12.99 1.12.546 0 .99-.501.99-1.12h7.3M8 21.68h7.04"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Print Innovations</span>
</a>
</li>
<li>
<a href="/blogs/Product-and-Tech">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path
d="M19.805 18.843H7.86V8.937h16.426v8.965M15.22 18.843v5.103M16.82 18.843v5.103M7.86 7.807h16.425M15.098 10.139h1.92M16.02 10.024V7.85M20.34 10.024V7.85M19.442 10.139h1.92M11.7 10.024V7.85M10.754 10.139h1.92M7.86 23.971h16.425M22.26 23.946v-3.26"
></path>
<path clip-rule="evenodd" d="M24.147 20.686a1.796 1.796 0 11-3.592 0c0-.992 1.66-3.916 1.66-3.916s1.932 2.924 1.932 3.916v0z"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Product & Tech</span>
</a>
</li>
<li>
<a href="/blogs/value-content">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path
clip-rule="evenodd"
d="M19.26 14.143c-.032 0-.043-.903-.282-1.288.87-.943-.261-1.648-.261-1.648-1.104-.828-2.708-.677-3.617.328-.067.022.177-.384.177-.384-.928-.29-1.93.179-2.24 1.046 0 0-.317.635-.076 1.774 0 0-.059.172-.09.172a.866.866 0 00-.869.863c0 .477.389.863.869.863.031 0 .062-.006.093-.01a3.112 3.112 0 003.101 2.771 3.112 3.112 0 003.102-2.77c.03.003.061.009.093.009.48 0 .868-.386.868-.863a.866.866 0 00-.868-.863v0z"
></path>
<path d="M11.96 24.028c0-2.251 1.838-3.559 4.104-3.559 2.267 0 4.104 1.308 4.104 3.56"></path>
<path
clip-rule="evenodd"
d="M26.072 12.187c-.022 0-.029-.615-.192-.877.592-.642-.178-1.12-.178-1.12-.751-.565-1.843-.462-2.461.222-.046.015.12-.262.12-.262-.631-.197-1.314.122-1.524.712 0 0-.216.433-.051 1.207 0 0-.04.118-.062.118a.589.589 0 00-.591.587c0 .324.264.587.59.587.023 0 .043-.004.064-.006a2.118 2.118 0 002.11 1.885 2.118 2.118 0 002.112-1.885c.02.002.041.006.063.006a.589.589 0 00.59-.587.589.589 0 00-.59-.587v0z"
></path>
<path d="M21.105 18.914c0-1.533 1.25-2.423 2.793-2.423 1.542 0 2.793.89 2.793 2.423"></path>
<path
clip-rule="evenodd"
d="M10.3 12.187c-.022 0-.03-.615-.193-.877.592-.642-.177-1.12-.177-1.12-.751-.565-1.843-.462-2.462.222-.045.015.12-.262.12-.262-.63-.197-1.313.122-1.523.712 0 0-.216.433-.052 1.207 0 0-.04.118-.062.118a.589.589 0 00-.59.587c0 .324.264.587.59.587.022 0 .043-.004.064-.006a2.117 2.117 0 002.11 1.885 2.118 2.118 0 002.111-1.885c.021.002.042.006.063.006a.59.59 0 00.591-.587.589.589 0 00-.59-.587v0z"
></path>
<path d="M5.333 18.914c0-1.533 1.25-2.423 2.793-2.423 1.542 0 2.792.89 2.792 2.423"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">Satisfying Audiences</span>
</a>
</li>
</ul>
<a href="/blogs/" class="sub-nav-footer-link">View All Blogs</a>
</div>
</li>
<li class=menu-item> <A href=/masterclasses.cfm><I class=icon-events></I><SPAN class="main-nav-title-mobile">Master Classes</SPAN></A>
</li>
<li class=menu-item> <A href="/conferences.cfm"><I class=icon-events></I><SPAN class="main-nav-title-mobile">Conferences</SPAN></A>
</li>
<li class=menu-item> <A href="/webinars.cfm"><I class=icon-webinars></I><SPAN class="main-nav-title-mobile">Webinars</SPAN></A>
</li>
<li class=menu-item> <A HREF="/awards.cfm"><I class=icon-resources></I><SPAN class="main-nav-title-mobile">Awards</SPAN> <I class=icon-caret-down></I></A>
<DIV class=sub-nav>
<UL>
<li> <A href="/Awards/">
<figure class="sub-nav-avatar">
<IMG src="/files/images/INMA_Global_Media_Awards.png">
</figure>
<SPAN class=sub-nav-title>Global Media Awards</SPAN> </A>
</li>
<li>
<A href="/Initiatives/30Under30/">
<figure class="sub-nav-avatar">
<IMG src="/files/images/INMA_30_Under_30.png">
</figure>
<SPAN class=sub-nav-title>30 Under 30 Awards</SPAN>
</A>
</li>
<li> <A href="/Initiatives/Elevate/">
<figure class="sub-nav-avatar">
<IMG src="/files/images/INMA_Elevate_Scholarship_2020.png">
</figure>
<SPAN class=sub-nav-title>Elevate Scholarships</SPAN>
</A></li>
</UL>
</DIV>
</li>
<li class=menu-item> <A href="/resources.cfm"> <I class=icon-resources></I><SPAN class="main-nav-title-mobile">Resources</SPAN> <I class=icon-caret-down></I></A>
<DIV class=sub-nav>
<UL>
<li> <A href="/reports.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-307 -156) translate(307 156)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M132.618 69.216l-35.584 35.258V56.077c-26.454 1.07-46.156 22.29-46.156 48.397 0 26.787 21.877 48.5 48.665 48.5s48.42-21.713 48.42-48.5c0-13.906-5.97-26.416-15.345-35.258z"/><path d="M112.306 40.35v28.57l20.837-20.836c-6.11-4.077-12.02-6.777-20.837-7.733z"/></g></g></g></g></svg> </figure>
<span class="sub-nav-details">
<SPAN class=sub-nav-title>Reports</SPAN>
<SPAN class=sub-nav-subtitle>Global, strategic, relevant, and just-in-time</SPAN>
</span>
</A> </li>
<li> <A href="/best-practices.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-543 -156) translate(543 156)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M146.712 125.897c.47 3.37-.605 6.65-3.438 8.528-2.834 1.883-6.71 2.004-9.63.263l-38.792-22.915-4.763-34.265 31.284-32.658c2.335-2.474 5.668-3.355 8.905-2.318 3.237 1.04 5.38 3.87 5.85 7.24l10.582 76.125z"/><path d="M143.027 75.137c6.76-.94 13.004 3.776 13.944 10.535.94 6.762-3.78 13-10.54 13.94"/><path d="M90.256 78.705l-40.75 5.664c-4.055.563-7.91 3.23-7.345 7.284l2.722 19.58c.563 4.053 5.332 7.964 9.386 7.4l12.237-1.7 15.233 37.8 19.586-2.724-15.235-37.8 8.93-1.24-4.764-34.265z"/><path d="M52.797 96.386l1.362 9.79"/><path d="M62.587 95.025l1.362 9.79"/></g></g></g></g></svg> </figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Best Practices</SPAN>
<SPAN class=sub-nav-subtitle>All campaigns from Global Media Awards</SPAN>
</span>
</A> </li>
<li> <A href="/modules/premium-videos/">
<figure class=sub-nav-avatar>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-635 -180) translate(635 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/>
<g transform="translate(45.000000,150.000000) scale(0.015500,-0.015500)" fill="#ffffff" stroke="none"><path d="M0 5426 l0 -663 52 -9 c29 -4 1498 -8 3265 -9 l3212 0 28 21 c22 17 29 30 31 66 3 40 0 47 -25 64 -27 19 -106 19 -3181 24 -3140 5 -3153 5 -3165 25 -24 40 -25 66 -26 483 l-1 423 25 24 24 25 3265 0 3265 0 26 -22 26 -23 -1 -2815 0 -2814 -23 -23 -22 -23 -3269 0 -3269 -1 -21 21 -21 21 -5 2145 -5 2146 -30 24 c-31 25 -54 28 -117 18 l-38 -7 0 -2273 0 -2274 3500 0 3500 0 0 3045 0 3045 -3500 0 -3500 0 0 -664z"></path> <path d="M827 5491 c-89 -5 -100 -8 -118 -31 -15 -18 -19 -35 -15 -64 7 -63 22 -71 147 -74 176 -6 209 7 209 79 0 44 -34 89 -67 89 -10 0 -27 2 -38 4 -11 1 -64 0 -118 -3z"></path> <path d="M1530 5479 c-50 -23 -63 -60 -38 -113 15 -35 60 -46 188 -46 116 0 138 8 166 61 19 37 12 59 -27 88 -27 20 -43 23 -142 25 -84 1 -119 -3 -147 -15z"></path> <path d="M2314 5471 c-43 -31 -50 -54 -27 -94 30 -51 53 -58 189 -55 137 3 158 13 170 74 13 69 -40 96 -189 98 -100 1 -112 -1 -143 -23z"></path> <path d="M3460 4013 c-19 -2 -110 -12 -201 -22 -121 -14 -177 -24 -207 -40 -23 -12 -65 -26 -94 -32 -29 -7 -81 -27 -116 -45 -35 -19 -70 -34 -77 -34 -7 0 -26 -11 -42 -24 -15 -13 -46 -31 -67 -40 -21 -9 -53 -28 -71 -43 -18 -16 -64 -52 -102 -81 -91 -70 -145 -122 -223 -217 -81 -98 -124 -158 -149 -210 -11 -22 -31 -55 -45 -74 -14 -18 -28 -48 -31 -65 -4 -17 -18 -50 -31 -73 -13 -23 -31 -72 -40 -109 -8 -37 -22 -84 -30 -103 -25 -59 -33 -110 -44 -271 -13 -200 1 -415 35 -515 13 -38 31 -99 40 -135 9 -36 23 -76 32 -88 8 -13 23 -47 33 -75 25 -73 74 -152 208 -340 65 -92 278 -285 359 -326 23 -11 45 -26 49 -32 3 -6 27 -21 53 -33 25 -12 57 -29 72 -39 14 -9 50 -25 81 -36 31 -11 67 -26 80 -35 13 -8 55 -22 93 -31 39 -9 97 -24 130 -35 170 -53 537 -51 715 4 41 13 95 27 120 31 25 4 74 21 110 37 169 79 239 115 280 143 25 16 52 35 61 40 142 88 367 328 450 480 12 22 32 53 45 68 13 16 24 34 24 40 0 7 14 41 31 77 17 36 41 99 54 140 13 41 30 94 39 117 9 23 23 126 33 229 14 161 15 205 4 323 -18 193 -27 248 -56 316 -13 33 -25 70 -25 81 0 12 -13 47 -29 77 -16 30 -34 72 -41 93 -7 22 -25 57 -40 79 -15 22 -36 54 -46 71 -77 127 -190 258 -317 367 -50 43 -100 83 -112 89 -11 6 -29 19 -40 29 -19 17 -42 30 -150 87 -109 57 -165 80 -213 91 -29 6 -69 19 -90 30 -51 25 -66 28 -237 46 -223 23 -227 23 -265 18z m286 -195 c22 -9 74 -21 115 -27 41 -7 99 -23 129 -37 30 -14 73 -31 95 -38 22 -7 62 -27 89 -44 28 -18 55 -32 62 -32 6 0 27 -12 47 -27 20 -16 67 -50 104 -78 68 -50 202 -180 258 -251 39 -50 115 -163 115 -171 0 -3 12 -27 27 -52 27 -45 85 -178 104 -236 5 -16 14 -61 20 -99 6 -38 18 -88 26 -110 21 -59 27 -290 9 -391 -27 -152 -56 -275 -72 -307 -9 -17 -25 -55 -35 -85 -10 -30 -27 -66 -37 -81 -11 -15 -29 -47 -41 -72 -73 -154 -331 -424 -473 -496 -18 -9 -42 -25 -53 -35 -11 -10 -40 -25 -63 -33 -24 -9 -55 -24 -70 -35 -15 -10 -54 -27 -87 -36 -33 -10 -77 -26 -98 -37 -36 -18 -175 -40 -342 -53 -92 -7 -373 18 -438 40 -238 79 -451 193 -563 300 -115 110 -194 190 -194 196 0 4 -18 29 -40 54 -22 25 -40 50 -40 55 0 5 -11 22 -25 38 -14 17 -32 49 -40 73 -9 24 -23 51 -32 61 -8 10 -28 53 -43 95 -16 43 -35 96 -43 118 -26 71 -51 273 -50 420 0 157 30 371 62 433 10 20 26 62 35 93 8 31 24 67 34 80 10 13 24 40 32 59 7 19 26 52 41 72 16 20 29 41 29 46 0 4 15 26 33 48 19 21 38 47 43 56 31 56 249 254 321 292 16 8 35 22 43 30 7 9 33 25 58 36 26 12 53 27 62 34 8 7 40 21 70 31 30 10 69 26 87 37 17 10 76 27 130 38 54 11 123 27 153 35 76 20 387 15 446 -7z"></path> <path d="M3064 3146 c-17 -8 -34 -21 -38 -31 -3 -9 -6 -336 -6 -727 l0 -710 29 -29 c41 -40 94 -40 146 1 21 17 41 30 46 30 5 0 24 13 42 30 19 16 54 38 78 48 24 11 53 29 63 41 11 11 25 21 32 21 7 0 27 12 45 28 18 15 51 38 74 52 77 46 107 65 139 87 17 12 51 33 76 47 25 13 54 33 64 45 11 12 25 21 32 21 7 0 33 16 58 35 26 19 50 35 55 35 5 0 26 14 47 30 22 17 71 51 109 76 87 57 105 77 105 120 0 26 -9 41 -41 71 -22 21 -53 44 -67 52 -15 7 -36 21 -47 31 -11 10 -41 28 -67 40 -27 12 -48 25 -48 30 0 4 -22 19 -50 34 -27 15 -52 31 -55 37 -4 5 -25 19 -48 31 -23 11 -53 30 -67 40 -31 24 -111 76 -164 106 -22 12 -50 32 -61 42 -12 11 -24 20 -28 20 -7 0 -123 75 -167 108 -14 11 -41 27 -60 37 -19 10 -48 28 -63 41 -27 22 -86 44 -117 44 -8 -1 -29 -7 -46 -14z m250 -303 c16 -13 45 -32 66 -43 20 -10 42 -26 49 -34 8 -9 32 -25 55 -36 22 -11 57 -31 76 -44 144 -101 229 -156 239 -156 5 0 23 -11 39 -25 16 -13 49 -35 73 -47 29 -16 45 -31 47 -46 5 -32 -41 -89 -86 -107 -20 -9 -45 -23 -55 -33 -10 -9 -39 -28 -63 -42 -24 -14 -81 -50 -126 -80 -46 -31 -90 -60 -99 -65 -54 -34 -118 -76 -139 -93 -14 -11 -42 -29 -61 -40 -20 -11 -46 -26 -58 -34 -20 -12 -24 -10 -42 11 -18 22 -19 43 -19 472 0 445 0 448 21 463 24 17 42 12 83 -21z"></path></g></g></g></g>
</svg>
</figure>
<span class="sub-nav-details">
<SPAN class=sub-nav-title>Premium Videos</SPAN>
<SPAN class=sub-nav-subtitle>Recordings from master classes and conferences</SPAN>
</span>
</A> </li>
<li> <A href="/headlines.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-1251 -156) translate(1251 156)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M50.877 137.996c0 5.94 4.856 10.753 10.846 10.753s10.845-4.815 10.845-10.754V63.78H58.042c-3.598 0-7.165 1.834-7.165 5.397v68.82z"/><path d="M83.415 80.123h21.69"/><path d="M83.415 67.123h21.69"/><path d="M118.122 67.123h21.692"/><path d="M83.415 93.123h21.69"/><path d="M83.415 106.123h21.69"/><path d="M115.954 106.79h26.03V80.982h-26.03z"/><path d="M83.415 119.123h21.69"/><path d="M118.122 119.123h21.692"/><path d="M83.415 132.123h21.69"/><path d="M118.122 132.123h21.692"/><path d="M61.723 149.797h81.337c3.59 0 7.6-3.94 7.6-7.5V56.275c0-3.565-2.254-5.4-5.846-5.4h-65.08c-3.593 0-7.165 1.835-7.165 5.4v82.77"/></g></g></g></g></svg> </figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Headlines</SPAN>
<SPAN class=sub-nav-subtitle>Curated news media top stories</SPAN>
</span>
</A> </li>
<li>
<A href="/presentations.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-779 -156) translate(779 156)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M54.202 122.705h86.537v-59.21H54.2z"/><g><path d="M82.284 155.977l18.222-27.328 18.22 27.327"/><path d="M47.368 54.223H147.57"/><path d="M96.183 93.738c0 8.01-6.493 14.504-14.503 14.504s-14.504-6.493-14.504-14.504c0-8.01 6.493-14.503 14.504-14.503 8.01 0 14.503 6.493 14.503 14.503z"/><path d="M107.058 89.223h21.052"/><path d="M107.058 98.223h10.526"/></g></g></g></g></g></svg> </figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Presentations</SPAN>
<SPAN class=sub-nav-subtitle>From conferences, study tours, webinars</SPAN>
</span>
</A>
</li>
<li> <A href="/Solution-Providers.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-351 -180) translate(351 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round"><g stroke-linejoin="round"><path d="M153.945 105.197c5.628 0 9.922-6.27 9.922-11.623 2.036 0 2.796-.866 2.796-1.937v-3.874c0-1.07-2.037-1.937-2.037-1.937V81.95c5.09-5.81-5.09-11.62-13.237-5.81-8.146 0-9.165 2.6-9.165 5.81v3.876s-2.036.866-2.036 1.937v3.874c0 1.07 1.276 1.937 3.314 1.937 0 5.353 4.813 11.623 10.44 11.623z" id="Stroke-5"/><path d="M132.044 118.3v-1.48c0-5.355 5.07-8.204 10.7-8.204h3.056l2.963-5.058" id="Stroke-7"/><path d="M174.808 118.3v-1.48c0-5.355-3.867-8.204-9.495-8.204h-3.055l-3.566-5.058" id="Stroke-9"/></g><g stroke-linejoin="round"><path d="M78.924 118.148c0-5.368 8.43-9.71 13.93-9.71l1.99-5.827"/><path d="M118.72 118.148c0-5.368-8.428-9.71-13.928-9.71l-1.99-5.827"/><path d="M114.742 94.84c-1.99 3.886-7.128 7.77-15.92 7.77-8.79 0-13.928-3.884-15.918-7.77 0 0 3.468-5.655 3.98-7.767 1.514-6.263 5.346-11.654 11.94-11.654 6.593 0 10.423 5.39 11.938 11.653.51 2.112 3.98 7.768 3.98 7.768z" id="Stroke-5"/></g><g stroke-linejoin="round"><path d="M46.26 105.197c5.63 0 9.923-6.27 9.923-11.623 2.036 0 2.796-.866 2.796-1.937v-3.874c0-1.07-2.038-1.937-2.038-1.937V81.95c5.09-5.81-5.09-11.62-13.237-5.81-8.145 0-9.164 2.6-9.164 5.81v3.876s-2.035.866-2.035 1.937v3.874c0 1.07 1.277 1.937 3.315 1.937 0 5.353 4.813 11.623 10.44 11.623z"/><path d="M24.36 118.3v-1.48c0-5.355 5.07-8.204 10.7-8.204h3.056l2.963-5.058"/><path d="M67.124 118.3v-1.48c0-5.355-3.867-8.204-9.495-8.204h-3.056l-3.566-5.058"/></g><path d="M19.57 127.684H182.2"/></g></g></g></g></svg> </figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Solution Providers</SPAN>
<SPAN class=sub-nav-subtitle>Companies that can solve media challenges</SPAN>
</span>
</A> </li>
<!-- newsletters used to be here -->
<li>
<A href="https://www.flickr.com/photos/inma-world-congress/albums" target="_blank">
<figure class=sub-nav-avatar><IMG class="swapImage" src="/img/nav_camera_icon.png" width="200"></figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Photos</SPAN>
<SPAN class=sub-nav-subtitle>Memories from past INMA conferences</SPAN>
</span>
</A>
</li>
<!-- search was here-->
</UL>
</DIV>
</li>
<li class=menu-item> <A HREF="/Initiatives/"><I class=icon-resources></I><SPAN class="main-nav-title-mobile">Initiatives</SPAN> <I class=icon-caret-down></I></A>
<DIV class=sub-nav>
<UL>
<li> <A href="/Initiatives/Readers-First/">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/>
<g id="Nav" stroke="none" stroke-width="4" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Nav_Intitiatives-Subnav" ztransform="translate(-75.000000, -175.000000)" stroke="#FFFFFF" stroke-width="4">
<g id="readers_first" ztransform="translate(70.000000, 177.000000)">
<g id="icon-readersfirst" transform="translate(50.000000, 60.000000)">
<path d="M0,1.97142857 C0,1.97142857 12.4888733,2.15578115e-15 25.5,0 C38.5111267,-2.13915816e-15 51,1.97142857 51,1.97142857 L51,69 C51,69 38.5605906,67.0285728 25.5,67.0285714 C12.4394094,67.0285701 0,69 0,69 L0,1.97142857 Z" id="Rectangle-941"></path>
<path d="M51,1.97142857 C51,1.97142857 63.4888733,2.15578115e-15 76.5,0 C89.5111267,-2.13915816e-15 102,1.97142857 102,1.97142857 L102,69 C102,69 89.5605906,67.0285728 76.5,67.0285714 C63.4394094,67.0285701 51,69 51,69 L51,1.97142857 Z" id="Rectangle-941"></path>
<path d="M44,76 C44,79.8659932 46.7695968,83 50.1860676,83 C53.6025384,83 56.3721352,79.8659932 56.3721352,76 L102,76" id="Oval-791"></path>
<path d="M0,75.5 L44,75.5" id="Line"></path>
</g>
</g>
</g>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Readers First Initiative</SPAN>
<SPAN class=sub-nav-subtitle>Global best practices behind digital subscriptions</SPAN>
</span>
</A> </li>
<li> <A href="/Initiatives/Product/">
<figure class=sub-nav-avatar>
<svg width="200" height="200" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<STYLE type="text/css">
.st0{fill:none;stroke:#FFFFFF;stroke-width:4;stroke-miterlimit:10;}
</STYLE>
<circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/>
<g transform="translate(30.000000, 40.000000)">
<g>
<g>
<path class="st0" d="M129,111.2h-24.4c-2.8,0-5-2.2-5-5v-48c0-2.8,2.2-5,5-5H129c2.8,0,5,2.2,5,5v48
C134,109,131.8,111.2,129,111.2z"/>
<line class="st0" x1="134" y1="63.2" x2="100" y2="63.2"/>
<line class="st0" x1="134" y1="101.2" x2="100" y2="101.2"/>
</g>
<polyline class="st0" points="92,100.8 12,100.8 12,15.8 128,15.8 128,45.2 "/>
<line class="st0" x1="70" y1="100.8" x2="70" y2="110.8"/>
<line class="st0" x1="42" y1="110.8" x2="92" y2="110.8"/>
</g>
<g>
<g>
<path class="st0" d="M129,111.2h-24.4c-2.8,0-5-2.2-5-5v-48c0-2.8,2.2-5,5-5H129c2.8,0,5,2.2,5,5v48
C134,109,131.8,111.2,129,111.2z"/>
<line class="st0" x1="134" y1="63.2" x2="100" y2="63.2"/>
<line class="st0" x1="134" y1="101.2" x2="100" y2="101.2"/>
</g>
<polyline class="st0" points="92,100.8 12,100.8 12,15.8 128,15.8 128,45.2 "/>
<line class="st0" x1="70" y1="100.8" x2="70" y2="110.8"/>
<line class="st0" x1="42" y1="110.8" x2="92" y2="110.8"/>
</g>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Product Initiative</SPAN>
<SPAN class=sub-nav-subtitle>Methods, strategies, KPIs, prototyping for media companies</SPAN>
</A> </li>
<li>
<A href="/Initiatives/Smart-Data/">
<figure class="sub-nav-avatar">
<IMG class="swapImage" src="/img/smart_data_initiative_Icon.png">
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Smart Data Initiative</SPAN>
<SPAN class=sub-nav-subtitle>Audience and content metrics, analytics, and workflows</SPAN>
</span>
</A>
</li>
<li>
<A href="/Initiatives/advertising/">
<figure class="sub-nav-avatar">
<IMG class="swapImage" src="/img/advertising_initiative_Icon.png">
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Advertising Initiative</SPAN>
<SPAN class=sub-nav-subtitle>Ad formats, sales teams, and new role of print</SPAN>
</span>
</A>
</li>
<li> <A href="/Initiatives/Digital-Platform/">
<figure class=sub-nav-avatar>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<circle cx="100" cy="100" r="100" fill="#2D92FF" class="icon-bg"/>
<g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" transform="translate(46 58)">
<path d="M88 23.5H75.830732c-1.109195 0-1.997399.894795-1.997399 1.998581V49H8V0h80v23.5zM74 49v23H0l8.314607-23H74z"/>
<rect width="37" height="69" x="74" y="24" rx="2"/>
<circle cx="93.5" cy="81.5" r="3.5"/>
<path d="M35 63.5h25M19.5 18.109825l7-7M20.5 29.109825l17-17M67 63.5h5M23 63.5h5"/>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Digital Platform Initiative</SPAN>
<SPAN class=sub-nav-subtitle>Empowering the news industry's financial sustainability</SPAN>
</span>
</A> </li>
<li>
<A href="/Initiatives/Young-Professionals/">
<figure class=sub-nav-avatar>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<g fill="none" fill-rule="evenodd">
<circle cx="100" cy="100" r="100" fill="#2D92FF" fill-rule="nonzero" class="icon-bg"/>
<g fill="#FFF" fill-rule="nonzero">
<path d="M113.857625 100.581283h-.763614v-9.414664c0-.111676-.039376-.210629-.063283-.315236 7.204413-4.416128 12.049075-12.44121 12.049075-21.6198C125.079803 55.3188 113.981379 44 100.340386 44 86.699394 44 75.60097 55.318801 75.60097 69.231582c0 9.250685 4.920601 17.330899 12.217829 21.724408-.01125.072095-.042189.135707-.042189.210629v9.414664h-.625798C70.525677 100.581283 57 115.999563 57 134.951875v20.634512C57 156.366701 57.62861 157 58.406288 157h84.187424C143.37139 157 144 156.366701 144 155.586387v-20.645821c.001406-18.945245-13.521458-34.359283-30.142374-34.359283zm8.323819-33.079963c-8.696485-1.890001-13.1727-6.792412-14.694303-8.828015 2.459598-1.642618 4.968416-3.6033 7.487077-5.965448.021094-.01979.029532-.048062.04922-.067853 4.041671 3.739007 6.715025 8.979271 7.158005 14.861316zm-21.839651-20.67268c4.642156 0 8.942584 1.491362 12.490649 4.014662-15.80527 14.666237-31.514912 13.06744-33.689033 12.759273 2.453972-9.632361 11.01264-16.773935 21.198384-16.773935zM78.414952 69.232996c0-.966911.080158-1.912619.19688-2.84843.569547.093298 2.01521.286963 4.149956.286963 4.823567 0 13.093946-1.014975 22.326226-6.487071 1.714265 2.39042 6.844403 8.181993 17.121555 10.206287-.596266 11.813566-10.16043 21.245193-21.869183 21.245193-12.089857.001414-21.925434-10.049376-21.925434-22.402942zm21.92684 25.231582c3.536815 0 6.89503-.773246 9.939643-2.143037v8.890213l-.435949.272828c-5.77 3.614609-12.946286 3.631572-18.728942.049476l-.525952-.325131v-8.792674c2.993987 1.313246 6.28892 2.048325 9.7512 2.048325zm40.847038 59.708196h-15.958554v-9.098015c0-.780315-.628611-1.413613-1.406288-1.413613s-1.406288.633298-1.406288 1.413613v9.098015H78.26448v-9.098015c0-.780315-.628612-1.413613-1.406289-1.413613s-1.406288.633298-1.406288 1.413613v9.098015h-15.63792v-19.2209c0-19.48383 14.19085-31.543365 27.338236-31.543365h1.634106l.855023.530105c3.334309 2.066703 7.068003 3.09864 10.803104 3.09864 3.768851 0 7.53489-1.051728 10.8917-3.155184l.755176-.47356h1.767704c13.144573 0 27.331205 12.055293 27.331205 31.532056v19.232208h-.001407z"/>
<path d="M119.5943 117h-15.1886c-.777352 0-1.4057.629754-1.4057 1.4057v11.272316C103 132.611714 105.38688 135 108.321984 135h7.357438C118.61312 135 121 132.61312 121 129.678016v-11.272315c0-.777353-.628348-1.405701-1.4057-1.405701zm-1.405702 12.678016c0 1.38321-1.125966 2.510582-2.509176 2.510582h-7.356033c-1.384615 0-2.510582-1.125966-2.510582-2.510582v-9.866614h12.377197v9.866614h-.001406z"/>
</g>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>Young Professionals Initiative</SPAN>
<SPAN class=sub-nav-subtitle>Engaging news media's rising stars</SPAN>
</span>
</A>
</li>
<li>
<A href="/services/">
<figure class=sub-nav-avatar>
<svg width="200" height="200" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/>
<g id="Nav" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Nav_Intitiatives-Subnav" ztransform="translate(-693.000000, -203.000000)" stroke="#FFFFFF" stroke-width="4">
<g id="nav_icons" ztransform="translate(-395.000000, -227.000000)" stroke="#FFFFFF" stroke-width="4">
<g id="services" ztransform="translate(344.000000, 177.000000)">
<g id="icon-services" transform="translate(44.000000, 44.000000)">
<path d="M51.2112974,51.5977619 C39.36424,49.117545 30.4684247,38.6336826 30.4684247,26.0769231 C30.4684247,16.0701858 36.1179974,7.37990823 44.4085359,3.00770046 L44.4085359,29.5538462 L68.8037305,29.5538462 L68.8037305,3.00770046 C77.094269,7.37990823 82.7438416,16.0701858 82.7438416,26.0769231 C82.7438416,38.0188262 74.6978849,48.0858658 63.7193574,51.1765474 L67.0612166,109.523077 L47.8935637,109.523077 L51.2112974,51.5977619 Z" id="Oval-474" stroke-linecap="square" stroke-linejoin="round" transform="translate(56.606133, 56.265389) rotate(-45.000000) translate(-56.606133, -56.265389) "></path>
<path d="M35,51 C44.9411255,51 53,42.9411255 53,33" id="Oval-475" stroke-linecap="round"></path>
<path d="M93,80 L82,91" id="Line" stroke-linecap="square"></path>
</g>
</g>
</g>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<SPAN class=sub-nav-title>INMA Services</SPAN>
<SPAN class=sub-nav-subtitle>Solving problems and activating ideas</SPAN>
</span>
</A>
</li>
</UL>
</DIV>
</li>
<!--<li class=menu-item> <A href="/member-directory.cfm"><I class=icon-membership></I><SPAN class="main-nav-title-mobile">Member Directory</SPAN> </A> </li>-->
<li class=menu-item>
<a href="/curation.cfm">
<i class=icon-resources></i>
<span class="main-nav-title-mobile">Curation</span>
<i class=icon-caret-down></i>
</a>
<div class=sub-nav>
<ul>
<li>
<a href="/Initiatives/Inma-Knows/">
<figure class=sub-nav-avatar>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<g fill="none" fill-rule="evenodd">
<circle cx="100" cy="100" r="100" fill="#2D92FF" fill-rule="nonzero" class="icon-bg"/>
<g fill="#FFF" fill-rule="nonzero">
<path d="M153.609902 49.904912c-4.67672-7.262768-19.025875-5.80768-35.598078.439814-5.909809-3.869326-12.87999-5.729667-20.113691-5.27836-5.760677.357103-11.131276 2.276667-15.744886 5.289182-18.164317-6.85114-31.530391-7.02084-35.76131-.450636-1.396487 2.168957-1.744266 4.900286-1.033938 8.117482 1.579357 7.143314 8.410477 16.396529 18.582843 25.794867-1.906238 1.762445-3.713279 3.531182-5.398127 5.299331-1.035028-.498702-2.191578-.786515-3.417364-.786515-4.33448 0-7.86061 3.499053-7.86061 7.800728 0 1.882738.67508 3.611797 1.797473 4.961187-.004615.007299-.01242.010906-.016952.018288-4.249886 6.97529-5.167002 12.725173-2.653325 16.62688 2.082645 3.234644 6.311046 4.843914 12.212546 4.843914 6.439365-.001258 14.883915-1.936844 24.685675-5.74418.094917.79784.156014 1.603985.190506 2.418267h-.436318c-3.03333 0-5.501353 2.46692-5.501353 5.498896 0 2.490576 1.675785 4.575563 3.95179 5.24942v11.75998c0 2.75012 2.238407 4.987528 4.991097 4.987528h.273927v1.838781c0 3.53395 2.877568 6.410234 6.41444 6.410234h13.653345c3.535529 0 6.413097-2.876284 6.413097-6.410234v-1.838781h.27527c2.751347 0 4.989754-2.237408 4.989754-4.987528v-11.759561c2.276677-.67352 3.953132-2.75876 3.953132-5.249839 0-3.031976-2.468022-5.498896-5.501352-5.498896h-.435563c.034744-.80841.096092-1.609437.191597-2.403083 9.563166 3.705413 18.10515 5.684033 24.677115 5.683362 5.835703 0 10.127215-1.54753 12.21926-4.79828 2.433865-3.77764 1.640369-9.295662-2.271054-15.973744 1.49686-1.421616 2.434873-3.418523 2.434873-5.63261 0-4.301675-3.52613-7.800729-7.86061-7.800729-1.504497 0-2.906523.42891-4.1026 1.159305-1.77238-1.877789-3.694984-3.772354-5.74834-5.668514 15.477674-14.287299 22.046282-26.93018 17.547731-33.915956zm-55.54258-2.095137c5.96545-.36675 11.710264.963766 16.735351 3.795674-8.754814 3.561884-17.979768 8.346407-26.632951 13.819047-6.659749 4.21091-12.838616 8.698393-18.382686 13.291908-.015022-.64005-.044899-1.27792-.020057-1.923674.590821-15.304837 13.02224-28.035379 28.300343-28.982955zM70.043171 82.07067c5.818164-4.949527 12.4336-9.794196 19.59689-14.324209 10.006366-6.327438 19.503651-11.083272 27.943081-14.363803 1.088069.781399 2.137532 1.632338 3.13278 2.567416 6.1526 5.779411 9.540423 13.606983 9.540423 22.042561 0 7.670538-2.877569 14.984056-8.10231 20.595695-3.75675 4.035589-6.315746 9.023871-7.56201 14.468241-7.668425-3.204865-16.11205-7.569119-24.951964-13.159619C82.82623 95.587476 76.48665 90.9417 70.903722 86.252808c-.3863-1.366168-.669793-2.762367-.860551-4.182138zM48.04355 57.429152c-.54651-2.474973-.324952-4.505686.660646-6.037109 3.305327-5.131895 15.021046-4.749207 30.758798.913183C72.210663 58.13992 67.395805 66.92203 67.01966 76.68804c-.055557 1.438142-.009903 2.863197.114892 4.272399-.380426.330427-.751955.66186-1.125247.993126-9.829958-9.048952-16.507834-17.925939-17.965753-24.524413zm7.0818 33.649702c2.818486 0 5.110605 2.266936 5.110605 5.051951 0 2.7877-2.292119 5.054637-5.110605 5.054637-2.818487 0-5.110605-2.266936-5.110605-5.054636 0-2.785016 2.292119-5.051952 5.110605-5.051952zm-6.421154 25.171174c-2.341885-3.63604.00621-9.210014 2.490513-13.371767 1.157893.667398 2.498067 1.055958 3.930641 1.055958 4.33448 0 7.86061-3.500396 7.86061-7.803413 0-2.089601-.836717-3.985593-2.189312-5.387328 1.62543-1.693575 3.355345-3.388157 5.189157-5.077034.816072.724188 1.646243 1.44846 2.499577 2.171977 1.461276 4.689396 3.971344 9.022948 7.430166 12.710829 3.481399 3.712627 5.828907 8.381975 6.91857 13.520665-17.239145 6.785959-30.604884 7.65636-34.129922 2.180113zm61.786487 32.339738c0 2.018633-1.643557 3.661457-3.663092 3.661457H93.174247c-2.020878 0-3.664435-1.642824-3.664435-3.661457v-1.838781h20.980872v1.838781zm3.025274-4.587558H86.485882c-1.235354 0-2.241093-1.003948-2.241093-2.23875v-11.510504h31.51092v11.510504c0 1.234802-1.004396 2.23875-2.23975 2.23875zm6.192883-19.24815c0 1.516658-1.234011 2.750119-2.751348 2.750119H83.044346c-1.517336 0-2.751347-1.23346-2.751347-2.75012s1.23401-2.750119 2.751347-2.750119h33.913147c1.517337 0 2.751348 1.23346 2.751348 2.75012zm-5.936664-5.498897H86.23025c-.307664-7.875974-3.209067-15.146543-8.308594-20.584958-2.051257-2.187747-3.732916-4.62623-5.032304-7.237602 4.690148 3.696354 9.818797 7.333065 15.279027 10.786316 8.937852 5.65224 17.7567 10.222854 25.914566 13.58962-.161217 1.134893-.264694 2.283628-.310768 3.446624zm37.251539-23.124355c0 2.7877-2.292118 5.054636-5.110605 5.054636-2.818486 0-5.110605-2.266936-5.110605-5.054636 0-2.785016 2.292119-5.051952 5.110605-5.051952 2.818487 0 5.110605 2.266936 5.110605 5.051952zm-11.277303-4.822272c-1.057268 1.32867-1.693912 3.00161-1.693912 4.822272 0 4.303017 3.52613 7.803413 7.86061 7.803413 1.113749 0 2.17236-.234294 3.133284-.650788 2.371258 4.079042 4.524735 9.437429 2.251247 12.966597-3.398397 5.276683-16.474852 4.785866-34.1269-2.14832 1.09923-5.146324 3.47351-9.855685 6.997457-13.6397 4.26172-4.579002 7.089773-10.196848 8.246239-16.237984 2.660038 2.36911 5.116647 4.741574 7.331975 7.08451zm-5.72954-9.336514c-.382104-.3389-.75934-.67805-1.149333-1.016447.0877-.980879.13881-1.968637.13881-2.962938 0-9.067743-3.793342-17.832154-10.406513-24.045088-.637567-.59903-1.299555-1.160228-1.973377-1.70188 15.890493-5.676818 27.499378-5.77983 30.671182-.853624 3.623061 5.625564-3.161901 17.589556-17.28077 30.579977z"/>
<path d="M111.5 86c4.135634 0 7.5-3.364872 7.5-7.5s-3.364366-7.5-7.5-7.5-7.5 3.364872-7.5 7.5 3.364366 7.5 7.5 7.5zm0-12.357647c2.689187 0 4.876153 2.179168 4.876153 4.857647 0 2.67848-2.186966 4.857647-4.876153 4.857647-2.689187 0-4.876153-2.179168-4.876153-4.857647 0-2.67848 2.186966-4.857647 4.876153-4.857647zM146 138.5c0-4.135128-3.364366-7.5-7.5-7.5s-7.5 3.364872-7.5 7.5 3.364366 7.5 7.5 7.5 7.5-3.364872 7.5-7.5zm-12.376153 0c0-2.67848 2.186966-4.857647 4.876153-4.857647 2.689187 0 4.876153 2.179168 4.876153 4.857647 0 2.67848-2.186966 4.857647-4.876153 4.857647-2.689187 0-4.876153-2.179168-4.876153-4.857647zM69 136.5c0-4.135128-3.364366-7.5-7.5-7.5s-7.5 3.364872-7.5 7.5 3.364366 7.5 7.5 7.5 7.5-3.364872 7.5-7.5zm-12.376153 0c0-2.67848 2.186966-4.857647 4.876153-4.857647 2.689187 0 4.876153 2.179168 4.876153 4.857647 0 2.67848-2.186966 4.857647-4.876153 4.857647-2.689187 0-4.876153-2.179168-4.876153-4.857647z"/>
</g>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>INMA Knows</span>
<span class=sub-nav-subtitle>Curation of high-interest INMA resources</span>
</span>
</a>
</li>
<li>
<a href="/INMA-Recommends/">
<figure class=sub-nav-avatar>
<IMG class="swapImage" src="/img/inma_recommended_reading.png">
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>INMA Recommends</span>
<span class=sub-nav-subtitle>Great reports from the news industry</span>
</span>
</a>
</li>
<li>
<a href="/newsletters.cfm">
<figure class=sub-nav-avatar>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<g id="Page-1" fill="none" fill-rule="evenodd">
<g>
<g transform="translate(-779 -156) translate(779 156)">
<circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/>
<g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
<g id="icon-newsletter" transform="translate(55.000000, 39.000000)">
<path d="M17,24.3971833 L17,10 L33.5980493,10 L44.8447522,0.244585953 C45.2207193,-0.081528651 45.7792807,-0.081528651 46.1552478,0.244585953 L57.4019507,10 L74.9287109,10 L74.9287109,25.2027492 L90.6552478,38.8439807 C90.8742197,39.0339174 91,39.3095246 91,39.5993947 L91,98.1430195 C91,98.6953043 90.5522847,99.1430195 90,99.1430195 L1,99.1430195 C0.44771525,99.1430195 -2.20200613e-13,98.6953043 -2.20268248e-13,98.1430195 L-2.05613304e-13,39.5993947 C-2.03589152e-13,39.3095246 0.125780302,39.0339174 0.344752247,38.8439807 L17,24.3971833 Z" id="Combined-Shape" stroke-linejoin="round"></path>
<path d="M34.6070964,61.6728516 L1.30769231,97.6785714" id="Line"></path>
<path d="M89.6923077,63.3214286 L58.3076923,97.6785714" id="Line" transform="translate(74.000000, 80.500000) scale(-1, 1) translate(-74.000000, -80.500000) "></path>
<polyline id="Path-2" stroke-linejoin="round" points="2.390625 39.122807 46.4179688 71.0868421 90.4453125 39.122807"></polyline>
<polyline id="Path-3" stroke-linejoin="round" points="17 50.5510681 17 10 74.9287109 10 74.9287109 50.1600626"></polyline>
<path d="M31.537037,27.5 L59.462963,27.5" id="Line-2" stroke-linecap="round"></path>
<path d="M31.537037,40.5 L59.462963,40.5" id="Line-2" stroke-linecap="round"></path>
</g>
</g></g></g></g></g>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>Newsletters</span>
<span class=sub-nav-subtitle>20+ newsletters by topic and geography</span>
</span>
</a>
</li>
<li>
<a href="/search.cfm">
<figure class=sub-nav-avatar>
<img class="swapImage" src="/img/search-icon.png" width="200">
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>Search</span>
<span class=sub-nav-subtitle>Topics, events, awards and resources</span>
</span>
</a>
</li>
<li>
<a href="/membersOnly.cfm">
<figure class=sub-nav-avatar>
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path
d="M19.805 18.843H7.86V8.937h16.426v8.965M15.22 18.843v5.103M16.82 18.843v5.103M7.86 7.807h16.425M15.098 10.139h1.92M16.02 10.024V7.85M20.34 10.024V7.85M19.442 10.139h1.92M11.7 10.024V7.85M10.754 10.139h1.92M7.86 23.971h16.425M22.26 23.946v-3.26"
></path>
<path clip-rule="evenodd" d="M24.147 20.686a1.796 1.796 0 11-3.592 0c0-.992 1.66-3.916 1.66-3.916s1.932 2.924 1.932 3.916v0z"></path>
</g>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>Members Only</span>
<span class=sub-nav-subtitle>Top INMA resources at a glance</span>
</span>
</a>
</li>
</ul>
<ul>
<li>
<a href="http://www.facebook.com/pages/INMA/115463598505996" target="_blank" title="INMA on Facebook">
<figure class=sub-nav-avatar>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="15" cy="15" r="15" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6674 23V15.5313H11V12.864H13.6674L13.6098 10.976C13.6098 8.48146 15.462 7 17.646 7C18.6916 7 19.2422 7.1147 19.5041 7.14991V9.67539H17.6524C16.4649 9.67539 16.243 10.2755 16.243 11.1195L16.3348 12.864H19.5356L19.0021 15.5313H16.3348V23H13.6674Z" fill="white"/>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>Facebook</span>
<span class=sub-nav-subtitle>Like us + follow INMA for day's best stories</span>
</span>
</a>
</li>
<li>
<a href="https://instagram.com/inmaorg/" target="_blank" title="INMA on Instagram">
<figure class=sub-nav-avatar>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="15" cy="15" r="15" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9481 7H10.5974C9.1626 7 8 8.11904 8 9.49958V20.5004C8 21.8805 9.1626 23 10.5974 23H19.9481C21.3823 23 22.5455 21.8805 22.5455 20.5004V9.49958C22.5455 8.11904 21.3823 7 19.9481 7ZM18.3896 8.50004H20.987V10.9991H18.3896V8.50004ZM15.2727 11.4961C17.2784 11.4961 18.9049 13.0642 18.9049 14.9982C18.9049 16.9298 17.2784 18.4979 15.2727 18.4979C13.2665 18.4979 11.6405 16.9298 11.6405 14.9982C11.6405 13.0642 13.2665 11.4961 15.2727 11.4961ZM21.5065 19.9159C21.5065 21.0664 20.5761 22.0005 19.4286 22.0005H11.1169C9.96935 22.0005 9.03896 21.0664 9.03896 19.9159V15.7508V15.4998V13.4997H10.0779V13.9557C10.0779 13.9557 10.08 14.4662 10.08 14.7497C10.08 17.6473 12.4052 19.9974 15.2727 19.9974C18.1403 19.9974 20.4649 17.6473 20.4649 14.7497C20.4649 14.4662 20.4675 13.9557 20.4675 13.9557V13.4997H21.5065V19.9159Z" fill="white"/>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>Instagram</span>
<span class=sub-nav-subtitle>A graphical, occasionally fun view of INMA</span>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/inma/" target="_blank" title="INMA on LinkedIn">
<figure class=sub-nav-avatar>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="15" cy="15" r="15" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5712 7H9.42875C8.63964 7 8 7.63911 8 8.42714V20.5707C8 21.3598 8.63964 22 9.42875 22H21.5712C22.3604 22 23 21.3598 23 20.5707V8.42714C23 7.63911 22.3604 7 21.5712 7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6726 12.3342H11.6843C12.3122 12.3342 12.7027 11.8611 12.7027 11.2713C12.6909 10.6686 12.3122 10.209 11.6961 10.209C11.0806 10.209 10.6777 10.6686 10.6777 11.2713C10.6777 11.8611 11.0688 12.3342 11.6726 12.3342ZM10.7843 19.3247H12.8168V12.9984H10.7843V19.3247Z" fill="#2D92FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.4963 12.8999C17.3788 12.8999 16.8795 13.4929 16.6004 13.9087V13.9285H16.5859C16.5902 13.922 16.5956 13.9151 16.6004 13.9087V13.0435H14.4297C14.4575 13.6167 14.4297 19.3247 14.4297 19.3247H16.6004V15.9128C16.6004 15.7306 16.6138 15.5485 16.6695 15.4188C16.8217 15.0535 17.1677 14.6758 17.749 14.6758C18.5102 14.6758 18.7475 15.2367 18.7475 16.0569V19.3247H20.8513V15.8228C20.8513 13.9456 19.8806 12.8999 18.4963 12.8999Z" fill="#2D92FF"/>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>LinkedIn</span>
<span class=sub-nav-subtitle>Follow us to keep track of latest postings</span>
</span>
</a>
</li>
<li>
<a href="http://twitter.com/inmaorg" target="_blank" title="INMA on Twitter">
<figure class=sub-nav-avatar>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="15" cy="15" r="15" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6001 10.8424L22.538 9L21.1311 9.92119L20.8577 10.0552C20.2987 9.41361 19.4785 9 18.5518 9C16.8682 9 15.5035 10.1105 15.5035 11.7636C15.5035 11.9888 15.5335 12.4356 15.5813 12.6451L15.5035 12.6848C15.5035 12.6848 9.40737 11.7636 8.93841 9.46059C8.93841 9.46059 7.5315 11.7636 9.87634 13.6059C9.87634 13.6059 8.93841 14.0656 8.46897 13.6059C8.46897 13.6059 8.46897 14.9877 10.8138 16.3695C10.8138 16.3695 9.87634 16.8292 9.40738 16.3695C9.40738 16.3695 11.2832 18.211 12.2212 18.211C12.2212 18.211 12.2212 19.5927 8 19.5927C8 19.5927 13.3369 23.0463 18.3178 19.1331C20.8497 17.1433 21.4664 14.6225 21.4988 12.7207C21.5588 12.4867 21.6001 12.2458 21.6001 11.9939V11.7636L23.0075 10.3818L21.6001 10.8424Z" fill="white"/>
</svg>
</figure>
<span class=sub-nav-details>
<span class=sub-nav-title>Twitter</span>
<span class=sub-nav-subtitle>Connect with @inmaorg for latest all day</span>
</span>
</a>
</li>
</ul>
</div>
</li>
<li class=menu-item> <A href=/about.cfm> <I class=icon-about></I><SPAN class="main-nav-title-mobile">About</SPAN> <I class=icon-caret-down></I></A>
<DIV class=sub-nav>
<UL>
<li> <A href=/about-inma.cfm>
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g><g transform="translate(-67 -180) translate(67 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g transform="translate(50.877 50.877)"><circle stroke="#fff" stroke-width="4" cx="48.581" cy="48.999" r="48.246"/><path d="M49.803 38.96h-2.926v31.12h2.926V38.96zm1.13-10.05c0-1.62-1.197-2.594-2.66-2.594-1.462 0-2.66.973-2.66 2.594 0 1.488 1.198 2.53 2.66 2.53 1.463 0 2.66-1.042 2.66-2.53z" fill="#fff"/></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>About INMA</SPAN> </A> </li>
<li> <A href="/board-of-directors.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-351 -180) translate(351 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round"><g stroke-linejoin="round"><path d="M153.945 105.197c5.628 0 9.922-6.27 9.922-11.623 2.036 0 2.796-.866 2.796-1.937v-3.874c0-1.07-2.037-1.937-2.037-1.937V81.95c5.09-5.81-5.09-11.62-13.237-5.81-8.146 0-9.165 2.6-9.165 5.81v3.876s-2.036.866-2.036 1.937v3.874c0 1.07 1.276 1.937 3.314 1.937 0 5.353 4.813 11.623 10.44 11.623z" id="Stroke-5"/><path d="M132.044 118.3v-1.48c0-5.355 5.07-8.204 10.7-8.204h3.056l2.963-5.058" id="Stroke-7"/><path d="M174.808 118.3v-1.48c0-5.355-3.867-8.204-9.495-8.204h-3.055l-3.566-5.058" id="Stroke-9"/></g><g stroke-linejoin="round"><path d="M78.924 118.148c0-5.368 8.43-9.71 13.93-9.71l1.99-5.827"/><path d="M118.72 118.148c0-5.368-8.428-9.71-13.928-9.71l-1.99-5.827"/><path d="M114.742 94.84c-1.99 3.886-7.128 7.77-15.92 7.77-8.79 0-13.928-3.884-15.918-7.77 0 0 3.468-5.655 3.98-7.767 1.514-6.263 5.346-11.654 11.94-11.654 6.593 0 10.423 5.39 11.938 11.653.51 2.112 3.98 7.768 3.98 7.768z" id="Stroke-5"/></g><g stroke-linejoin="round"><path d="M46.26 105.197c5.63 0 9.923-6.27 9.923-11.623 2.036 0 2.796-.866 2.796-1.937v-3.874c0-1.07-2.038-1.937-2.038-1.937V81.95c5.09-5.81-5.09-11.62-13.237-5.81-8.145 0-9.164 2.6-9.164 5.81v3.876s-2.035.866-2.035 1.937v3.874c0 1.07 1.277 1.937 3.315 1.937 0 5.353 4.813 11.623 10.44 11.623z"/><path d="M24.36 118.3v-1.48c0-5.355 5.07-8.204 10.7-8.204h3.056l2.963-5.058"/><path d="M67.124 118.3v-1.48c0-5.355-3.867-8.204-9.495-8.204h-3.056l-3.566-5.058"/></g><path d="M19.57 127.684H182.2"/></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Board of Directors</SPAN> </A> </li>
<li> <A href="/regional-board.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-635 -180) translate(635 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4"><path d="M50.262 98.123h98.86" stroke-linecap="round"/><path d="M64.912 65.123h70.176" stroke-linecap="round"/><path d="M59.65 129.123h80.7" stroke-linecap="round"/><g><path d="M99.73 148.68c33.005-26.406 33.005-74.814 0-96.815" stroke-linecap="round"/><path d="M99.73 148.68c-33.006-26.406-33.006-74.814 0-96.815" stroke-linecap="round"/><path d="M150.338 100.273c0 27.947-22.66 50.604-50.61 50.604-15.208 0-28.85-6.71-38.127-17.33-7.77-8.894-12.477-20.536-12.477-33.274 0-27.952 22.66-50.61 50.606-50.61 27.947 0 50.608 22.658 50.608 50.61z"/></g></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Regional Boards</SPAN> </A> </li>
<li> <A href="/press.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g><g><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M99.17 82.45v71.94"/><path d="M92.982 103.51L76.17 153.676"/><path d="M105.264 103.51l16.594 50.168"/><path d="M92.982 103.105h12.28"/><path d="M114.402 80.363H79.607V65.58h34.795z"/><path d="M116.156 80.81l14.912 9.853V56.17l-14.912 9.855z"/><path d="M98.03 54.628c0 5.437-4.448 9.854-9.945 9.854-5.495 0-9.942-4.417-9.942-9.854 0-5.447 4.447-9.857 9.942-9.857 5.497 0 9.944 4.41 9.944 9.858z"/><path d="M117.914 54.628c0 5.437-4.446 9.854-9.944 9.854-5.495 0-9.94-4.417-9.94-9.854 0-5.447 4.445-9.857 9.94-9.857 5.498 0 9.944 4.41 9.944 9.858z"/></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Press Room</SPAN> </A> </li>
<li> <a href="/inma-news.cfm">
<figure class="sub-nav-avatar">
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon">
<circle cx="16" cy="16" r="16" fill="currentColor"></circle>
<g stroke="#fff" stroke-linecap="round" stroke-linejoin="round">
<path clip-rule="evenodd" d="M8.14 22.08c0 .95.778 1.72 1.736 1.72.959 0 1.735-.77 1.735-1.72V10.204H9.287c-.576 0-1.146.293-1.146.863V22.08z"></path>
<path d="M13.347 12.82h3.47M13.347 10.74h3.47M18.9 10.74h3.47M13.347 14.9h3.47M13.347 16.98h3.47"></path>
<path clip-rule="evenodd" d="M18.553 17.086h4.165v-4.129h-4.165v4.13z"></path>
<path d="M13.347 19.06h3.47M18.9 19.06h3.47M13.347 21.14h3.47M18.9 21.14h3.47M9.876 23.968H22.89c.575 0 1.216-.631 1.216-1.2V9.003c0-.57-.36-.864-.935-.864H12.758c-.575 0-1.147.293-1.147.864v13.243"></path>
</g>
</svg>
</figure>
<span class="sub-nav-title">INMA In the News</span>
</a>
</li>
<li> <A href="/staff.cfm">
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-1203 -180) translate(1203 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M162.303 135.03c-.024-9.287-14.5-16.765-23.93-16.74l-3.44-10.07"/><path d="M127.988 61.2c11.31-.03 17.9 9.28 20.53 20.108.884 3.65 6.858 13.42 6.858 13.42-3.396 6.728-12.19 13.47-27.27 13.507"/><path d="M100.78 115.03c9.43 0 16.625-10.875 16.625-20.16 3.413 0 4.686-1.5 4.686-3.36v-6.717c0-1.858-3.412-3.36-3.412-3.36v-6.72c8.53-10.08-8.532-20.157-22.182-10.08-13.65 0-15.357 4.51-15.357 10.08v6.72s-3.414 1.502-3.414 3.36v6.718c0 1.86 2.14 3.36 5.556 3.36 0 9.285 8.066 20.16 17.497 20.16z"/><path d="M64.076 137.757v-2.57c0-9.286 8.5-14.228 17.932-14.228h5.12l4.966-8.772"/><path d="M135.742 137.757v-2.57c0-9.286-6.48-14.228-15.914-14.228h-5.12l-5.974-8.772"/><path d="M71.69 61.354c-13.65.034-15.344 4.546-15.33 10.116l.017 6.72s-3.41 1.51-3.404 3.368l.017 6.72c.005 1.857 2.148 3.354 5.564 3.345.022 9.286 8.116 20.138 17.546 20.117"/><path d="M39.456 134.556l-.007-2.568c-.025-9.287 8.463-14.25 17.895-14.273l5.12-.013 4.944-8.784"/></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Staff</SPAN> </A> </li>
<li> <A href=/contact.cfm>
<figure class=sub-nav-avatar> <svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-1487 -180) translate(1487 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g><path fill="#fff" d="M59.95 59.283h4.055v25.65h31.03v-25.65h4.052v58.485h-4.052V88.48h-31.03v29.288H59.95z"/><g fill="#fff"><path d="M115.496 75.172h3.88v42.6h-3.88v-42.6zm-1.5-13.76c0-2.22 1.588-3.55 3.528-3.55s3.527 1.33 3.527 3.55c0 2.038-1.586 3.462-3.526 3.462-1.94 0-3.527-1.424-3.527-3.462z"/><path d="M137.01 64.605v-6.3h4.056l-.088 6.3-.53 37.276h-2.91l-.528-37.275zm2.028 46.153c1.94 0 3.703 1.51 3.703 4.084 0 2.482-1.762 3.995-3.702 3.995s-3.792-1.513-3.792-3.995c0-2.575 1.852-4.084 3.792-4.084z"/></g><path stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M47.368 136.103h45.046l-8.626 12.544 29.71-12.544h37.38"/></g></g></g></g></svg> </figure>
<SPAN class=sub-nav-title>Contact</SPAN> </A> </li>
<li> <A href="/membership/">
<figure class=sub-nav-avatar>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<g id="Page-1" fill="none" fill-rule="evenodd"><g><g transform="translate(-1203 -180) translate(1203 180)"><circle class="icon-bg" fill="#2D92FF" cx="100" cy="100" r="100"/><g stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
<g id="icon-join" transform="translate(63.000000, 60.000000)">
<path d="M21.7213349,43.7537582 C28.7064131,42.4736193 34,36.3550014 34,29 C34,20.7157288 27.2842712,14 19,14 C18.5153514,14 18.0360711,14.0229847 17.5631898,14.0679235 C17.7915769,8.96595092 20.0718827,4.98493841 32.8992117,4.98493841 C46.5497765,-5.09344905 63.6129825,4.98493841 55.0813795,15.0633259 L55.0813795,21.7839306 C55.0813795,21.7839306 58.4940207,23.2856103 58.4940207,25.1433931 L58.4940207,31.862318 C58.4940207,33.7201008 57.2211055,35.2217805 53.8084643,35.2217805 C53.8084643,44.5056551 46.6129104,55.3802352 37.1820764,55.3802352 C30.6093285,55.3802352 24.6996277,50.0981396 21.7213349,43.7537582 Z" id="Combined-Shape" stroke-linecap="round" stroke-linejoin="round"></path>
<circle id="Oval" cx="19" cy="29" r="15"></circle>
<path d="M19,24 L19,34" id="Line-2" stroke-linecap="round"></path>
<path d="M19,24 L19,34" id="Line-2" stroke-linecap="round" transform="translate(19.000000, 29.000000) rotate(-90.000000) translate(-19.000000, -29.000000) "></path>
<path d="M0.4796323,78.1075028 L0.4796323,75.5391937 C0.4796323,66.2519597 8.97881519,61.3101904 18.4113554,61.3101904 L23.5320236,61.3101904 L28.4974165,52.5386338" id="Stroke-7" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M72.1450973,78.1075028 L72.1450973,75.5391937 C72.1450973,66.2519597 65.6644917,61.3101904 56.2319515,61.3101904 L51.1129897,61.3101904 L45.1374549,52.5386338" id="Stroke-9" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
</svg> </figure>
<SPAN class=sub-nav-title>Join INMA</SPAN> </A> </li>
</UL>
</DIV>
</li>
</UL>
</DIV>
</nav>
</header>
<div id="endofheader"></div>
<main class="primary-content http-error-404">
<DIV class="wrapper">
<IMG src="/img/404-graphic.svg" alt="HTTP Error 404">
<H1>Uh oh, we can't seem to make that connection.</H1>
<P>Don't worry. There are plenty of other great pages to view.</P>
<P><A href="/">Go back home</A></P>
</DIV>
</main>
<footer class=site-footer>
<DIV class=wrapper>
<DIV class="back-to-top desktop-hide center text-center">
<A class="jump btn btn-white text-center" href="##article-header" DATA-SCROLL="top">Back to Top</A> </DIV>
<nav class=footer-links> <A href="/about-inma.cfm">About INMA</A> <A href="/contact.cfm">Contact INMA</A> <A href="/privacy.cfm">Privacy Policy</A>
<P class=copyright>©2016 INMA</P>
<P class=db-credit> <A class=drawbackwards href="http://www.drawbackwards.com">by Drawbackwards</A> </P>
</nav>
</DIV>
</footer>
<SCRIPT type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3587170-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</SCRIPT>
</BODY>
</HTML>