nav.bar.tabs {
display: none;
}
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;
}
.position-swap {
position: absolute;
}
}
@media screen and (max-width: 768px) {
.desktop-only {
display: none !important;
}
.position-swap {
position: relative;
}
}
/*=============== 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;
}
}
/*============================= 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;
}
/*============================= 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(http://nacopodcasts.org/wp-content/uploads/2016/01/dc-skyling_1600.png);
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
margin-top: -16px;
margin-bottom: 64px;
position: relative;
display: table;
}
.header-container {
background-color: rgba(0,0,0,0.7);
border: solid 2px rgba(255,255,255,0.7);
padding: 32px;
text-align: center;
position: absolute;
}
@media screen and (min-width: 769px) {
.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) {
.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%;
left: 18%;
bottom: 356px;
}
.event-header {
width: calc(100% + 64px);
margin-left: -32px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.header-container {
width: 84%;
left: 8%;
bottom: 356px;
}
.event-header {
width: calc(100% + 64px);
margin-left: -32px;
}
}
@media screen and (max-width: 768px) {
.header-container {
width: calc(100% - 32px);
left: 16px;
bottom: 256px;
}
.event-header {
width: calc(100% + 32px);
margin-left: -16px;
z-index: 100;
}
}
.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;
}
}
/*============================= 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: #359a46;
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
}
}
@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;
}
/*=============== YouTube & Full Image Stylings ========================*/
.youtube-video {
height: 0;
position: relative;
margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
.youtube-video {
width: 100% !important;
padding-bottom: 56.25%;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.youtube-video {
width: 116%;
padding-bottom: 65.25%;
margin-left: -8%;
}
}
@media screen and (max-width: 768px) {
.youtube-video {
width: calc(100% + 32px);
margin-left: -16px;
padding-bottom: calc(56.25% + 18px);
}
}
/*=============== Speaker Box Stylings ========================*/
@media screen and (min-width: 1025px) {
.speaker-container {
width: calc(33.333% - 16px);
float: left;
}
.speakers div:nth-child(3n+2) {
margin-right: 24px;
margin-left: 24px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.speaker-container {
width: calc(50% - 12px);
float: left;
}
.speakers div:nth-child(odd) {
margin-right: 24px;
}
}
.speakers {
display: table;
width: 100%;
}
.speaker-container {
position: relative;
min-height: 300px;
margin-top: 24px;
border: solid 1px #eaeaea;
transition: all 0.5s linear;
}
.speaker-info .fa {
position: absolute;
right: 16px;
bottom: 16px;
}
.speaker-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
width: 50%;
height: 100%;
}
.speaker-info {
padding: 16px;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
width: 50%;
margin-right: 0px !important;
border-left: solid 1px #eaeaea;
}
.speaker-container:hover {
box-shadow:4px 4px 15px rgba(51,51,51,0.75);
transition: all 0.2s linear;
}
/*.speaker-container:hover .speaker-info {
background-color: #33ccff !important;
border: 0px;
transition: all 0.5s linear;
}
.speaker-container:hover .speaker-info p {
color: #ffffff !important;
transition: all 0.5s linear;
}
.speaker-container:hover .speaker-info h3 {
color: #ffffff !important;
transition: all 0.5s linear;
}*/
Overview
The NACo Legislative Conference is held on an annual basis in Washington, DC. This meeting brings over 2,000 elected and appointed county officials from across the country to focus on legislative issues facing county government. Attendees hear from key Administration officials and members of Congress and are offered a myriad of additional educational opportunities addressing current and hot topic issues. A day of lobbying on Capitol Hill the last day rounds out an information-packed conference.
Meeting in Washington, D.C. gives you access to key decision makers that no other city can provide. The NACo Legislative Conference focuses on timely and pressing federal policy issues that have an impact on America’s county governments. Attendees help shape NACo’s policy priorities and positions, advancing our message to key federal decision makers, and receive training on the latest information and tools.
- 2016 Interim Policy Resolutions
- 2016 LEGISLATIVE PRIORITIES
Educational offerings will cover cutting-edge solutions to help you lead your county and networking provides valuable interaction and time to share and learn from county peers across the U.S.
Featured Speakers
HON. MITCH MCCONNELL
U.S. SENATE MAJORITY LEADER
HON. JOHN MCCAIN
U.S. SENATOR
Hon. Julián Castro
U.S. Secretary of Housing and Urban Development
Hon. Anthony Foxx
U.S. Secretary of Transportation
HON. JOHN B. KING, JR.
Acting U.S. Secretary of Education
HON. TOM VILSACK
U.S. SECRETARY OF AGRICULTURE
Hon. Jerry Abramson
Director, White House Office of Intergovernmental Affairs
Michael Botticelli
Director, White House Office of National Drug Control Policy
Dr. France A. Córdova
Director, National Science Foundation
Dr. DJ Patil
Chief Data Scientist, White House Office of Science and Technology Policy
HON. Bill Haslam
Governor, Tennessee
HON. Gary R. Herbert
Governor, State of Utah
HON. Terry McAuliffe
Governor, Commonwealth of Virginia
HON. Tom Wolf
Governor, Commonwealth of Pennsylvania
CHRIS WALLACE
HOST OF FOX NEWS SUNDAY
RON BROWNSTEIN
POLITICAL DIRECTOR, ATLANTIC MEDIA COMPANY
THE CAPITOL STEPS
WASHINGTON D.C.-BASED COMEDY TROUPE
Schedule
-
FULL SCHEDULE (PDF)
-
SPECIAL SESSIONS & SUMMITS
-
RURAL POVERTY SUMMIT
SATURDAY, FEB. 20
All Day
Policy Committee Meetings and Affiliate Meetings
7:00 a.m. – 5:00 p.m.
Registration Open
8:30 a.m. - 5:00 p.m.
NACo Technology and Innovation Summit
4:00 p.m. - 5:00 p.m.
Policy Coordinating Committee Meeting
SUNDAY, FEB. 21
All Day
Policy Committee Meetings and Affiliate Meetings
7:30 a.m. – 4:00 p.m.
Registration Open
7:00 a.m. - 8:00 a.m.
Non-Denominational Worship Service
3:00 p.m. - 4:00 p.m.
NACo Board of Directors Forum
MONDAY, FEB. 22
7:30 a.m. – 8:30 a.m.
NACo Regional Caucus Meetings
7:30 a.m. – 3:00 p.m.
Registration Open
9:00 a.m. - 10:30 a.m.
Opening General Session
10:45 a.m. – 12:00 p.m.
Concurrent Educational Workshops
12:00 p.m. – 1:30 p.m.
Attendee Luncheon
1:45 p.m. – 3:00 p.m.
Concurrent Educational Workshops
1:45 p.m. – 4:15 p.m.
NACo Board of Directors Business and Resolutions Meeting
3:15 p.m. – 4:15 p.m.
Concurrent Educational Workshops
TUESDAY, FEB. 23
8:00 a.m. – 12:00 p.m.
Registration Open
10:00 a.m. - 11:45 a.m.
General Session
12:00 p.m. – 5:00 p.m.
Federal Agency and Capitol Hill Visits (self-arranged)
1:00 p.m. – 3:30 p.m.
Concurrent Educational Workshops
6:30 p.m. – 9:00 p.m.
NACo President’s Reception
WEDNESDAY, FEB. 24
All Day
Federal Agency and Capitol Hill Visits (self-arranged)
Educational Workshop Tracks
- ALL WORKSHOPS
- WORKSHOP GRID (PDF)
RESILIENT COUNTY ECONOMIES
Learn about innovative tools and programs to bolster local economies. Sessions will cover global supply chains, NACo's County Economies toolkit and economic diversification in smog rock-reliant communities.
SAFE AND SECURE COUNTIES
Dive deep into the topics of NACo Pres. Sallie Clark's presidential initiative. From tackling the opioid epidemic, to reducing the number of people with mental illnesses in jails, to improving early childhood development, access the latest tools to help us make our communities safer and more secure.
COUNTY LEADERSHIP
What is your leadership legacy? How can we build trust in county government? This track will help to hone leadership skills to better serve our residents.
COUNTY OPERATIONS AND FINANCE
Improve the way counties operate by attending sessions on accounting, cyber security and compliance issues related to the Affordable Care Act. This track will also provide comprehensive information about NACo's premier cost-saving solutions.
INFLUENCING FEDERAL POLICY
Just as counties play a vital role in state capitals, learn how to maximize our voice at the federal level. Sessions will cover modern, effective techniques to inform federal decision-makers on the issues that impact us every day.
$(document).ready(function(){
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top-150
}, 1200, 'swing', function () {
window.location.hash = target;
});
});
});
$('.map-embed-container').click(function () {
$('.map-embed-container iframe').css("pointer-events", "auto");
});
$('.map-embed-container-2').click(function () {
$('.map-embed-container-2 iframe').css("pointer-events", "auto");
});
This meeting brings over 2,000 elected and appointed county officials from across the country to focus on legislative issues facing county government.