footer {
z-index: 50;
}
.cn-body p {
font-family: "MuseoSans300" !important;
font-size: 18px !important;
line-height: 1.5em !important;
}
.museo300 {
font-family: "MuseoSans300" !important;
}
.cn-body li {
font-family: "MuseoSans300" !important;
font-size: 18px !important;
line-height: 1.5em !important;
}
.single-column h2 {
color: #0099cc !important;
}
h3 {
text-transform: uppercase !important;
}
h1 {
font-family: "kepler-std",serif !important;
}
@media screen and (min-width: 1025px) {
.single-column {
width: 64%;
margin-right: auto;
margin-left: auto;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.single-column {
width: 84%;
margin-right: auto;
margin-left: auto;
}
}
@media screen and (min-width: 769px) {
.mobile-only {
display: none !important;
}
}
@media screen and (max-width: 768px) {
.desktop-only {
display: none !important;
}
}
/*=============== Full Width Nav Styling ========================*/
@media screen and (min-width: 1025px) {
#utility .stripe-inner {
display: none;
}
header .grid .column.menu {
position: relative;
}
header nav.bar > ul.menu {
background-color: #333333 !important;
position: relative;
width: calc(100% - 150px);
float: left;
}
header nav.bar {
margin-top: 0px !important;
}
/*margin-top: -8px !important; */
header .grid .column.branding {
display: none;
}
header .grid .column.menu {
padding-left: 0px;
padding-right: 0px;
}
header nav.bar ul.menu li.top-nav-logo {
display: list-item !important;
}
header nav.bar ul.menu li.top-nav-search {
display: list-item !important;
position: absolute;
top: 0px;
bottom: 0px;
left: calc(100% + 75px);
width: 75px !important;
}
header nav.bar > ul.menu > li.last {
position: absolute;
top: 0px;
bottom: 0px;
left: 100%;
text-indent: -9999px !important;
width: 75px !important;
}
}
@media screen and (min-width: 769px) {
.full-width-container {
width: calc(100% + 64px) !important;
margin-left: -32px;
}
}
@media screen and (max-width: 768px) {
.full-width-container {
width: calc(100% + 32px) !important;
margin-left: -16px;
}
}
/*============================= Drop Shadow Styling =================================*/
.inset-shadow {
-moz-box-shadow: inset 0 18px 18px -18px #333333,
inset 0 -18px 18px -18px #333333;
-webkit-box-shadow: inset 0 18px 18px -18px #333333,
inset 0 -18px 18px -18px #333333;
box-shadow: inset 0 18px 18px -18px #333333,
inset 0 -18px 18px -18px #333333;
}
.inset-shadow-bottom {
-moz-box-shadow: inset 0 -18px 18px -18px #333333;
-webkit-box-shadow: inset 0 -18px 18px -18px #333333;
box-shadow: inset 0 -18px 18px -18px #333333;
}
.inset-shadow-top {
-moz-box-shadow: inset 0 18px 18px -18px #333333;
-webkit-box-shadow: inset 0 18px 18px -18px #333333;
box-shadow: inset 0 18px 18px -18px #333333;
}
/*============================= Back to Top Styling =================================*/
.back-top {
position: fixed;
bottom: -24px;
padding-top: 24px;
left: calc(50% - 75px);
width: 150px;
text-align: center;
background-color: rgba(151,151,151,0.55);
transition: all 0.5s linear;
z-index: 10;
}
.back-top:hover {
bottom: 0px;
background-color: rgba(51,204,255,0.96);
transition: all 0.5s linear;
}
.back-top a {
color: #ffffff !important;
}
.load-hidden {
opacity: 0;
position: fixed;
transition: all 1s linear;
}
.back-top:hover .load-hidden {
opacity: 1;
transition: all 1s linear;
}
/*============================= Header Styling =================================*/
.event-header {
background-image: url(/sites/default/files/long-beach_header.jpg);
background-size: cover;
background-repeat: no-repeat;
margin-top: -16px;
margin-bottom: 64px;
position: relative;
display: flex !important;
-webkit-align-items: center !important;
align-items: center !important;
}
.header-container {
background-color: rgba(0,0,0,0.85);
border: solid 2px rgba(255,255,255,0.7);
padding: 32px;
text-align: center;
}
@media screen and (min-width: 769px) {
.event-header {
height: calc(100vh - 65px);
}
.header-container h1 {
color: #ffffff !important;
font-size: 4.4vw !important;
}
.header-container h3 {
font-size: 2.2vw !important;
}
}
@media screen and (max-width: 768px) {
.event-header {
height: calc(100vh - 65px);
}
.header-container h1 {
font-size: 30px !important;
color: #ffffff !important;
}
.header-container p {
font-size: 70% !important;
}
}
@media screen and (min-width: 1025px) {
.header-container {
width: 64%;
margin-left: 18%;
margin-top: -30px;
}
.event-header {
width: calc(100% + 64px);
margin-left: -32px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.header-container {
width: 84%;
margin-left: 8%;
}
.event-header {
width: calc(100% + 64px);
margin-left: -32px;
}
}
@media screen and (max-width: 768px) {
.header-container {
width: calc(100% - 32px);
margin-left: 16px;
}
.event-header {
width: calc(100% + 32px);
margin-left: -16px;
}
}
.event-menu {
z-index: 20;
}
/*
-moz-box-shadow: 0 -18px 18px -18px #333333;
-webkit-box-shadow: 0 -18px 18px -18px #333333;
box-shadow: 0 -18px 18px -18px #333333;
*/
.event-menu-item:hover {
background-color: rgba(51,204,255,0.96) !important;
}
.event-menu-item a {
font-family: "MuseoSans" !important;
color: #02386f !important;
}
.event-menu-item:hover a {
color: #ffffff !important;
}
@media screen and (min-width: 1601px) {
.event-menu {
width: 1600px;
margin-left: calc(50% - 800px);
font-size: 17px !important;
}
.event-menu-item a {
display: block;
padding: 16px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
.event-menu {
font-size: 1.1vw;
width: 100%;
}
.event-menu-item a {
display: block;
padding: 16px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.event-menu {
font-size: 1.5vw;
width: 100%;
}
.event-menu-item a {
display: block;
padding: 12px 8px 8px 8px;
}
.event-menu-item {
height: 55px;
}
}
@media screen and (min-width: 769px) {
.event-menu {
position: fixed;
left: 0px;
bottom: 0px;
}
.event-menu-item {
background-color: rgba(255,255,255,0.9) !important;
width: 20%;
float: left;
padding: 0px;
text-align: center;
border-top: solid 1px rgba(151,151,151,0.85);
border-right: solid 1px rgba(151,151,151,0.85);
}
.last-item {
border-right: 0px !important;
}
}
@media screen and (max-width: 768px) {
.event-menu-item a {
display: block;
padding: 16px;
}
.event-menu {
position: fixed;
left: calc(-100% - 16px);
bottom: 0px;
width: 100%;
-webkit-box-shadow: 8px 0px 18px 0px rgba(153,153,153,0.8);
-moz-box-shadow: 8px 0px 18px 0px rgba(153,153,153,0.8);
box-shadow: 8px 0px 18px 0px rgba(153,153,153,0.8);
transition: left 1s linear;
}
.event-menu:hover {
left: 0px;
transition: left 0.4s linear;
}
.event-menu:hover .event-mini-menu {
opacity: 0;
transition: all 1s linear;
}
.event-menu-item {
width: calc(100% + 32px);
margin-left: -16px;
padding: 0px;
text-align: center;
background-color: rgba(255,255,255,0.9) !important;
border-bottom: solid 1px rgba(151,151,151,0.8) !important;
border-right: solid 1px rgba(151.151.151.0.8)
}
.last-item {
border-bottom: 0px !important;
}
.first-item {
border-top: solid 1px rgba(151,151,151,0.8) !important;
}
.event-mini-menu {
width: 70px;
color: #ffffff;
position: absolute;
bottom: 0px;
right: -84px;
padding-top: 32px;
padding-bottom: 24px;
text-align: center;
opacity: 1;
background-color: rgba(51,204,255,0.94) !important;
transition: all 1s linear;
}
}
/*=============== YouTube & Full Image Stylings ========================*/
.youtube-video, .youtube-video-bleed {
height: 0;
position: relative;
margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
.youtube-video {
width: 100% !important;
padding-bottom: 56.25%;
}
.youtube-video-bleed {
width: calc(100% + 64px);
margin-left: -32px;
padding-bottom: calc(42.1875% + 27px)
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.youtube-video {
width: 116%;
padding-bottom: 65.25%;
margin-left: -8%;
}
.youtube-video-bleed {
width: calc(100% + 64px);
margin-left: -32px;
padding-bottom: calc(42.1875% + 27px)
}
}
@media screen and (max-width: 768px) {
.youtube-video {
width: calc(100% + 32px);
margin-left: -16px;
padding-bottom: calc(56.25% + 18px);
}
.youtube-video-bleed {
width: calc(100% + 32px);
margin-left: -16px;
padding-bottom: calc(42.1875% + 13.5px)
}
}
/*============================= Dropdown Styling =================================*/
.county-welcome .row-header {
background-color: transparent !important;
width: 272px !important;
padding: 16px 6px 16px 16px !important;
}
.county-welcome .fa-plus {
margin-top: 7.5px !important;
}
@media screen and (min-width: 1025px) {
.county-welcome .row-header {
margin-left: calc(18% + 6px) !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.county-welcome .row-header {
margin-left: calc(8% + 6px) !important;
}
}
.county-welcome .accordion-button {
color: #000000 !important;
background-color: transparent !important;
}
.county-welcome .row-content {
border: 0px !important;
margin-left: 0px !important;
padding: 32px !important;
margin-right: 0px !important;
background-color: #eaeaea !important;
color: #333333 !important;
-moz-box-shadow: inset 0 18px 18px -18px #333333,
inset 0 -18px 18px -18px #333333;
-webkit-box-shadow: inset 0 18px 18px -18px #333333,
inset 0 -18px 18px -18px #333333;
box-shadow: inset 0 18px 18px -18px #333333,
inset 0 -18px 18px -18px #333333;
}
.county-welcome p {
color: #333333 !important;
}
@media screen and (min-width: 769px) {
.bleed {
width: calc(100% + 64px);
margin-left: -32px;
padding: 0px
}
}
@media screen and (max-width: 768px) {
.bleed {
width: calc(100% + 32px);
margin-left: -16px;
padding: 0px
}
}
/*============================= Agenda Styling =================================*/
.agenda {
background-color: #F68827;
color: #ffffff !important;
margin-top: 64px;
margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
.agenda {
width: calc(100% + 64px);
margin-left: -32px;
padding: 64px 32px 64px 32px;
}
}
@media screen and (max-width: 768px) {
.agenda {
width: calc(100% + 32px);
margin-left: -16px;
padding: 64px 16px 64px 16px
}
}
.agenda p {
color: #ffffff !important;
}
.agenda-day h3 {
border-bottom: dotted 2px #ffffff;
padding-bottom: 8px;
}
.agenda .column {
padding-left: 0px !important
}
.agenda-day {
display: table;
margin-bottom: 28px;
width: 100%;
}
.agenda-time {
width: 185px;
float: left;
clear: both;
margin: 8px 0px 8px 0px;
}
.agenda-item {
width: calc(100% - 209px);
float: right;
margin: 8px 0px 8px 0px;
}
.reg-time {
width: 90px;
float: left;
clear: both;
margin: 8px 0px 8px 0px;
}
.reg-item {
width: calc(100% - 114px);
float: right;
margin: 8px 0px 8px 0px;
}
/*============================= Image / Embedding Styling =================================*/
.overlay {
background:transparent;
position:relative;
top: 375px;
margin-top: -375px;
}
@media screen and (min-width: 1025px) {
.img-full {
position:relative;
width: 100% !important;
margin: 0px 0px 24px 0px !important;
}
.map-embed {
width: 100%;
height: 375px;
display:table;
}
}
@media screen and (min-width: 769px) and (max-width:1024px) {
.img-full {
position:relative;
max-width: none !important;
width: 116%;
margin-left: -8% !important;
margin-bottom: 24px !important;
}
.map-embed, .overlay {
width: 116%;
margin-left: -8% !important;
height: 375px;
display:table;
}
}
@media screen and (max-width: 768px) {
.img-full {
position:relative;
width: calc(100% + 32px) !important;
max-width: none !important;
margin-left: -16px !important;
margin-bottom: 24px;
}
.map-embed, .overlay {
width: calc(100% + 32px) !important;
max-width: none !important;
margin-left: -16px !important;
height: 375px;
display:table;
}
}
.map-embed-container iframe, .map-embed-container-2 iframe {
pointer-events:none;
}
/*---------- Speakers General ----------------*/
.speaker-image {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: 100%;
background-position: right bottom;
background-repeat: no-repeat;
}
.speaker-bio h3, .speaker-bio p, .speaker-bio a {
color: #ffffff !important
}
.speaker-bio h3 {
text-transform: uppercase;
}
.speaker-container:hover .speaker-bio {
bottom: 0px;
transition: bottom 1.2s;
-webkit-transition-timing-function: ease-out; /* Safari and Chrome */
transition-timing-function: ease-out;
}
.speaker-container {
transition: all 0.7s;
}
.speaker-name {
padding: 16px 16px 24px 16px;
background-color: rgba(51,51,51,0.89);
color: #47C8F5;
text-align: center;
text-transform: uppercase;
font-family: "MuseoSans300" !important;
}
/*---------- Speakers 2 ----------------*/
@media screen and (min-width: 1025px) {
.speakers-2 .speaker-container:nth-child(4n+1), .speakers-2 .speaker-container:nth-child(4n+4) {
background-color: #80D9F8;
}
.speakers-2 .speaker-container:nth-child(4n+2), .speakers-2 .speaker-container:nth-child(4n+3) {
background-color: #47C8F5;
}
}
@media screen and (max-width: 1024px) {
.speakers-2 .speaker-container:nth-child(odd) {
background-color: #80D9F8;
}
.speakers-2 .speaker-container:nth-child(even) {
background-color: #47C8F5;
}
}
@media screen and (min-width: 1601px) {
.speakers-2 .bio-long {
font-size: 14px !important
}
.speakers-2 .bio-short {
font-size: 24px !important
}
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
.speakers-2 .bio-long {
font-size: 0.85vw !important
}
.speakers-2 .bio-short {
font-size: 1.5vw !important
}
}
@media screen and (min-width: 1025px) {
.speakers-2 .speaker-container {
width: 50%;
float: left;
display: table;
position: relative;
overflow: hidden;
}
.speakers-2 .speaker-image-container {
width: 50%;
height: 0px;
padding-bottom: 42.85%;
position: relative;
margin-top:-12px;
float: right;
}
.speakers-2 .speaker-bio {
width: 50%;
float: left;
padding: 16px 0px 16px 16px;
background-color: transparent;
}
.speakers-2 .speaker-bio h3 {
display: none;
}
.speakers-2 .speaker-bio p, .speakers-2 .speaker-bio a {
color: #3B4548 !important;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.speakers-2 .speaker-container {
width: 100%;
float: left;
display: table;
position: relative;
overflow: hidden;
}
.speakers-2 .speaker-image-container {
width: 50%;
height: 0px;
padding-bottom: 42.85%;
position: relative;
margin-top:-12px;
float: right;
}
.speakers-2 .speaker-bio {
width: 50%;
float: left;
padding: 16px 0px 16px 16px;
background-color: transparent;
}
.speakers-2 .speaker-bio h3 {
display: none;
}
.speakers-2 .speaker-bio p, .speakers-2 .speaker-bio a {
color: #3B4548 !important;
}
.speakers-2 .bio-long {
font-size: 1.5vw !important
}
.speakers-2 .bio-short {
font-size: 2.8vw !important
}
}
@media screen and (max-width: 600px) {
.speakers-2 .speaker-container {
width: 100%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-2 .speaker-image-container {
width: 100%;
height: 0px;
padding-bottom: 85.7%;
position: relative;
margin-top:-12px;
float: right;
}
.speakers-2 .speaker-bio {
position: absolute;
padding: 16px;
bottom: 100%;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
transition: bottom 1.2s;
-webkit-transition-timing-function: ease-in; /* Safari and Chrome */
transition-timing-function: ease-in;
overflow: hidden;
background-color: rgba(0,0,0,0.8);
}
.speakers-2 .bio-long {
font-size: 2.8vw !important
}
/*.speakers-2 .bio-long {
font-size: 2.3333vw !important
}
.speakers-2 .bio-short {
font-size: 4vw !important
}*/
.speakers-2 .bio-short {
font-size: 24px !important;
color: #ffffff !important;
}
}
/*---------- Speakers 3 ----------------*/
.speakers-3 .speaker-image-container {
width: 100%;
height: 0px;
padding-bottom: 64.275%;
position: relative;
margin-top:-12px;
}
@media screen and (min-width: 1025px) {
.speakers-3 .speaker-container {
width: 33.333%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-3 .speaker-container:nth-child(3n+1) {
width: 33.334% !important;
}
.speakers-3 .speaker-container:nth-child(8n+1),
.speakers-3 .speaker-container:nth-child(8n+3),
.speakers-3 .speaker-container:nth-child(8n+6),
.speakers-3 .speaker-container:nth-child(8n+8) {
background-color: #80D9F8;
}
.speakers-3 .speaker-container:nth-child(8n+2),
.speakers-3 .speaker-container:nth-child(8n+4),
.speakers-3 .speaker-container:nth-child(8n+5),
.speakers-3 .speaker-container:nth-child(8n+7) {
background-color: #47C8F5;
}
.speakers-3 .speaker-image {
background-position: right top !important
}
.speakers-3 .speaker-bio {
position: absolute;
padding: 16px;
bottom: 100%;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
transition: bottom 1.2s;
-webkit-transition-timing-function: ease-in; /* Safari and Chrome */
transition-timing-function: ease-in;
overflow: hidden;
background-color: rgba(0,0,0,0.8);
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.speakers-3 .speaker-container:nth-child(odd) {
background-color: #80D9F8;
}
.speakers-3 .speaker-container:nth-child(even) {
background-color: #47C8F5;
}
.speakers-3 .speaker-container {
width: 100%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-3 .speaker-image-container {
width: 50%;
height: 0px;
padding-bottom: 42.85%;
position: relative;
margin-top:-12px;
float: right;
}
.speakers-3 .speaker-bio {
width: 50%;
float: left;
padding: 16px 0px 16px 16px;
background-color: transparent;
}
.speakers-3 .speaker-bio h3 {
display: none;
}
.speakers-3 .speaker-bio p, .speakers-3 .speaker-bio a {
color: #3B4548 !important;
}
}
@media screen and (max-width: 600px) {
.speakers-3 .speaker-container {
width: 100%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-3 .speaker-image-container {
width: 100%;
height: 0px;
padding-bottom: 85.7%;
position: relative;
margin-top:-12px;
float: right;
}
.speakers-3 .speaker-bio {
position: absolute;
padding: 16px;
bottom: 100%;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
transition: bottom 1.2s;
-webkit-transition-timing-function: ease-in; /* Safari and Chrome */
transition-timing-function: ease-in;
overflow: hidden;
background-color: rgba(0,0,0,0.8);
}
.speakers-3 .speaker-container:nth-child(odd) {
background-color: #80D9F8;
}
.speakers-3 .speaker-container:nth-child(even) {
background-color: #47C8F5;
}
}
/*---------- Speakers 4+ ----------------*/
.speakers-4 .speaker-image-container {
width: 100%;
height: 0px;
padding-bottom: 85.7%;
position: relative;
margin-top:-12px;
}
@media screen and (min-width: 1025px) {
.speakers-4 .speaker-container {
width: 25%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-4 .speaker-container:nth-child(8n+1),
.speakers-4 .speaker-container:nth-child(8n+3),
.speakers-4 .speaker-container:nth-child(8n+6),
.speakers-4 .speaker-container:nth-child(8n+8) {
background-color: #80D9F8;
}
.speakers-4 .speaker-container:nth-child(8n+2),
.speakers-4 .speaker-container:nth-child(8n+4),
.speakers-4 .speaker-container:nth-child(8n+5),
.speakers-4 .speaker-container:nth-child(8n+7) {
background-color: #47C8F5;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.speakers-4 .speaker-container {
width: 50%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-4 .speaker-container:nth-child(4n+1),
.speakers-4 .speaker-container:nth-child(4n+4) {
background-color: #80D9F8;
}
.speakers-4 .speaker-container:nth-child(4n+2),
.speakers-4 .speaker-container:nth-child(4n+3) {
background-color: #47C8F5;
}
}
@media screen and (max-width: 600px) {
.speakers-4 .speaker-container {
width: 100%;
float: left;
display: table;
cursor: pointer;
position: relative;
overflow: hidden;
}
.speakers-4 .speaker-container:nth-child(odd) {
background-color: #80D9F8;
}
.speakers-4 .speaker-container:nth-child(even) {
background-color: #47C8F5;
}
}
.speakers-4 .speaker-bio {
position: absolute;
padding: 16px;
bottom: 100%;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
transition: bottom 1.2s;
-webkit-transition-timing-function: ease-in; /* Safari and Chrome */
transition-timing-function: ease-in;
overflow: hidden;
background-color: rgba(0,0,0,0.8);
}
/*---------- Speaker Images ----------------*/
.kaj {
transition: background-image 1s;
background-image: url(/sites/default/files/default_images/Kareem-Abdul-Jabbar_bw.png);
background-size: cover;
background-position: right top
}
.nyad {
transition: background-image 1s;
background-image: url(/sites/default/files/default_images/nyad-bw.png);
background-size: cover;
background-position: left top
}
.jd-esri {
transition: background-image 1s;
background-image: url(/sites/default/files/default_images/JackDangermond-bw.png);
background-size: cover;
background-position: left top
}
.meacham {
transition: background-image 1s;
background-image: url(/sites/default/files/default_images/Meacham-Jon-bw-v2.png);
background-size: cover;
background-position: left top;
}
@media screen and (min-width: 601px) {
.speaker-container:hover .kaj {
background-image: url(/sites/default/files/default_images/Kareem-Abdul-Jabbar_rgb.png);
transition: background-image 1s;
}
.speaker-container:hover .nyad {
background-image: url(/sites/default/files/default_images/nyad-rgb.png);
transition: background-image 1s;
}
.speaker-container:hover .jd-esri {
transition: background-image 1s;
background-image: url(/sites/default/files/default_images/JackDangermond-rgb.png);
}
.speaker-container:hover .meacham {
transition: background-image 1s;
background-image: url(/sites/default/files/default_images/Meacham-Jon-rgb-v2.png);
}
}
Kareem Abdul-Jabbar
Kareem Abdul-Jabbar
Six-time NBA champion, author, filmmaker and columnist
Kareem Abdul-Jabbar is a global icon that changed the game of professional basketball. Since his stellar professional career, he has gone on to become a celebrated New York Times-bestselling author, filmmaker, ambassador of education and Washington Post and Time magazine columnist.
Diana Nyad
Diana Nyad
Record-breaking athlete, sports broadcaster and author
At the age of 64, Diana Nyad successfully fulfilled her lifelong dream of completing the 110-mile swim from Cuba to Florida in 2013. In the 1970s, Nyad was the greatest long-distance swimmer in the world and has been inducted into many halls of fame, including the International Women’s Sports Hall of Fame. She became a prominent sports broadcaster, filing compelling reports for NPR, ABC’s “Wide World of Sports,” Fox Sports and The New York Times and recently released a bestselling memoir, “Find a Way,” that has been optioned for the big screen.
Jack Dangermond
Jack Dangermond
Co-founder and president, Esri
A geographer with deep roots in landscape architecture, Jack Dangermond commercialized geographic information systems (GIS) after a decade of research and development as a regional planning consultant in his hometown of Redlands, Calif. In 1981, Jack directed the design of the world's first commercially available GIS software product. By 1999, Dangermond had guided Esri from a small research group of a dozen people to a global organization of 3,100 employees. Today, Esri dominates the geospatial technology industry and is the fourth largest privately held software company in the world.
Jon Meacham
Jon Meacham
Presidential historian and Pulitzer prizewinner
Jon Meacham is known for his depth of knowledge about politics, religion and current affairs and analysis of how issues and events affect our lives. His latest presidential biography, “Destiny and Power: The American Odyssey of George Herbert Walker Bush,” debuted at number one on The New York Times bestsellers list. Other national bestsellers include “Thomas Jefferson: The Art of Power,” “Franklin and Winston,” “American Gospel” and “American Lion: Andrew Jackson in the White House,” which won the Pulitzer Prize in 2009.
Lights. Leadership. Action!
Join county officials, experts from the private and nonprofit sectors and other leaders from across the country in Los Angeles County, Calif. for the 2016 NACo Annual Conference and Exposition.
This is your chance to exchange cutting-edge best practices and shape NACo’s federal policy agenda for the year ahead. Don’t miss this one-of-a-kind opportunity to access information and resources to address some of our most pressing challenges -- the opioid and heroin crisis, criminal justice and mental health reform, transportation and infrastructure, economic development and much more. Additionally, take a look at innovative, cost-saving products and services on display from participating companies and exhibitors.
All counties, parishes and boroughs are welcome to attend Policy Steering Committee meetings and workshops beginning on Friday, July 22nd. We hope you will join us in Los Angeles County/Long Beach!
Located alongside a picturesque harbor on the beautiful Pacific Ocean, Long Beach is small enough to call your own for any number of days, yet offers the experience, diversity and variety of a much larger city. Learn more about Long Beach.
Conference Schedule
Plan for productivity with the detailed conference schedule listing the workshops, speakers, mobile tours and networking opportunities on offer.
FULL SCHEDULE
COMMITTEE MEETINGS
Conference App
Put the meeting in the palm of your hand. The conference app contains all the information you need to know, including the detailed schedule, specific meeting agendas, locations of meetings, exhibitor listing, access to networking with other attendees, and more! Click below, or search NACo 2016 in the Google Play or Apple store. Log in using your registration email address and the password NACo2016.
iOS
Android
Registration
- REGISTER ONLINE
- REGISTRATION FORM (PDF)
- CONVENTION CENTER & HOTELS MAP
- GUEST REGISTRATION FORM (PDF)
Type |
Eary Bird POSTMARKED BY 6/10 |
Advance 6/11 - 7/21 |
Onsite IN LONG BEACH, CALIF. |
NACo Board of Directors |
$515 |
$540 |
$650 |
NACo County Member |
$515 |
$540 |
$650 |
State Association of Counties Staff |
$515 |
$540 |
$650 |
NACo Corporate Member |
$515 |
$540 |
$650 |
County Non-Member |
$740 |
$765 |
$850 |
Corporate Non-Member |
$765 |
$815 |
$900 |
Government (Federal or State employees only) |
$565 |
$615 |
$770 |
Two Day |
$360 |
$375 |
$400 |
Friday - Saturday | Saturday - Sunday | Sunday - Monday | Monday - Tuesday |
Working Press (Staff Only) |
complimentary |
If you plan on attending the Sunday, July 24 Awards Luncheon, an additional fee of $15 will be applied to your total due. Forms must be postmarked by the dates below in order to qualify for the selected rate category. NACo reserves the right to correct any errors when calculating the total amount due.
Hotel Information
Unfortunately, the deadline to reserve housing has passed. If you still need a hotel room in Long Beach please check the website below for availability.
New Hotel Reservations
New reservations can be booked by clicking here.
Hotel Reservation Modifications or Cancellations
If you need to change or cancel your existing reservation, please contact your hotel directly. Refer to your acknowledgment email for the cancellation policy for your designated hotel.