@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);
@import url('https://fonts.googleapis.com/css?family=Oswald:300');
/***************************************************
****************************************************
		OVERLAY
****************************************************
***************************************************/

*
	{
	border:0;
	text-decoration:none;
	font-style:normal;
	}

html,body
	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	}

/***************************
    Fonts / Sizes / Colors

    2em         = 32px
    1.75em      = 28px
    1.625em     = 26px
    1.5em       = 24px
    1.3125em    = 21px
    1.25em      = 20px
    1.125em     = 18px
    1em         = 16px // base font
    .875em      = 14px
    .75em       = 12px
    .625em      = 10px

***************************/
h1, h2, h3, h4
	{ 
	font-family:'TradeGothicNextW02-Cond','Oswald','Open Sans',sans-serif;
	margin:.75em 0 .25em 0;
	line-height: 1.3em;
	font-weight:normal;    
	}

h1 { font-size:2.525em; margin-top:0; margin-bottom:.5em; } /* 36px */
h2 { font-size:1.85em; margin:.3em 0 .6em 0;  } /* 30px */
h3 { font-size:1.575em; } /* 24px */
h4 { font-size:1.4em; } /* 20px */
a, a em 
	{
	cursor: pointer;
	}
p
	{
	line-height:1.675em;
	margin:0 0 1.3em 0;
	}

em 
	{
	font-style:italic;
	}

ul
	{
	margin-bottom: 1.5em;
	margin-left: 16px;
    padding-left: 16px;
	}

ul li, ol, ol li
	{
	margin-bottom: .5em;
	line-height:1.3em;
	}

.sidebar p,
.sidebar ul li,
.sidebar ol li
	{
	/*font-size:.875em;*/
	}
.sidebar p:first-child
	{
	margin-top:1em;
	}
a
	{
	color:#0266C8;
	}
a:visited
	{
	color:#0266C8;
	}
a:hover
	{
	color:#357AE8;
	text-decoration:underline;
	}

a:active
	{
	color:#0266C8;
	}

.txtright
	{
	text-align:right;
	}	
.txtleft
	{
	text-align:left;
	}	
.small
	{
	font-size:.875em;
	}
/*** 12 COL GRID ***/   
.row
	{
	clear:both;
	overflow: hidden;
	}
.col
    {
    float:left;
    margin-right: 4.5%;
    }
.col-2
    {
    width:20%;
    }
.col-3
    {
    width:22.5%;
    }
.col-4
    {
	width:29.5%;
    }
.col-5
    {
    width:40%;
    }  
.col-6
    {
    width:47.7%;
    }      
.col-7
    {
    width:56.5%;
    }
.col-8
    {
    width:65%;
    }
.col-10
    {
    width:75%
    } 
.col-12
    {
    width:100%
    }
.col.last
    {
    margin-right:0;
    }
.floatright
	{
	float: right;
	}
hr
	{
	display:block;
	height:2px;
	border:1px inset;
	margin:0.5em auto 0.5em auto;
	color:black;
	-moz-float-edge:margin-box;
	-moz-box-sizing:border-box;
	}
hr[size="1"]
	{
	border-style:solid none none none;
	}

hr
	{
	display:block;
	height:2px;
	border:1px inset;
	margin:0.5em auto;
	color:black;
	-moz-float-edge:margin-box;
	-moz-box-sizing:border-box;
	}
hr[size="1"]
	{
	border-style:solid none none none;
	}
table
	{
	display:table;
	margin-bottom:20px;
	}
tbody
	{
	display: table-row-group;
	vertical-align:middle;
	}
tr
	{
	display:table-row;
	}
td
	{
	display:table-cell;
	}
th
	{
	display:table-cell;
	}
caption
	{
	display:table-caption;
	}
colgroup
	{
	display:table-column-group;
	}
rowgroup
	{
	display:table-row-group;
	}
thead
	{
	display:table-header-group;
	}
tfoot
	{
	display:table-footer-group;
	}

sub, sup
	{
	font-size: 60%;
	text-shadow: 1px 1px 1px #000; 
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}
 
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
 
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}



/***************************************************
****************************************************
		CONDITIONAL STRUCTURE
****************************************************
***************************************************/


#footer
	{
	border-top:1px solid #c9c9c9;
	padding-top:20px;
	text-align:center;
	}

#footer p
	{
	font-size:.875em;
	margin:0;
	padding:0 0 20px 0;
	}

/***** MAIN NAVIGATION *****/
#navigation div.menu
	{
	display:block;
	height:auto;
	padding:5px 0;
	width:100%;
	overflow:hidden;
	}
#navigation ul li .last
	{
	border:none;
	}
#navigation ul li a
	{
	color:white;
	display:block;
	float:left;
	font-weight:100;
	padding:12px 12px 12px 0;
	text-decoration:none;
	cursor: pointer;
	}
#navigation ul li
	{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 18px 0 0;
	}
#navigation ul
	{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#navigation
	{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	background:#008465;
	}
#special p
	{
	}
#special
	{
	float:right;
	margin:20px 0px 0px 0px;
	padding:0px;
	width:270px;
	}
#content .content-tabs
	{
	margin-bottom:45px;
	margin-top: 20px;
	z-index: 50;
	}
.content-tabs a
	{
	background-color: #fff;
	border:1px solid #008465;
	text-decoration: none;
	border-radius: 50px;
	color:#008465;
	padding:10px 40px;
	margin-right:5px;
	zoom: 95%;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	}
.content-tabs a:hover,
.content-tabs a.currentlink
	{
	background-color: #008465;
	color:#fff;
	text-decoration: none;
	}
/***************************************************
****************************************************
		CONTENT
****************************************************
***************************************************/
.attend-list li
	{
    letter-spacing: -.01em;
    line-height:1.5em;
	}

#content
	{
	overflow: hidden;
	padding-bottom: 20px;
	min-height:550px;
	background:rgba(255, 255, 255, 0.9)
	}

#content table
	{
	border:2px solid #ab2022;
	border-left:2px;
	border-right:2px;
	border-bottom:0px;
	border-top:0px;
	padding:0;
	border-collapse:collapse;
	-moz-border-radius-topright:16px;
	-moz-border-radius-topleft:16px;
	-moz-border-radius-bottomright:16px;
	-moz-border-radius-bottomleft:16px;
	}
#content table td
	{
	padding:5px;
	margin:0px;
	vertical-align:top;
	color:black;
	background:#e0e0e0;
    border-top:0px solid #ab2022;
	border-bottom:0px solid #ab2022;
	border-left:3px solid #ab2022;
	border-right:3px solid #ab2022;
	}
#content table td li
	{
	
	color:black;
	}
#content table td ul, #content table td ol
	{
	padding-left:20px;
	margin:2px;
	}
#content table th
	{
	text-align:center;
	padding:2px;
	margin:0px;
	background:#333333;
	color:white;
	border:solid 0px #000000;
	-moz-border-radius-topright:16px;
	-moz-border-radius-topleft:16px;
	border-top:0px solid #ab2022;
	border-bottom:0px solid #ab2022;
	border-left:3px solid #ab2022;
	border-right:3px solid #ab2022;
	}
#content table tbody .bottom
	{
	-moz-border-radius-bottomright:16px;
	-moz-border-radius-bottomleft:16px;
	}

#all { width:100% }
#content
	{
	padding:40px 0;
	}

#menu, #banner_600, #banner_400 { display: none; }
.wrap
	{
	margin:0 auto;
	width:1265px;
	position: relative;
	}

.banner
	{
	clear: both;
	overflow: hidden;
	padding:0;
	height: 450px;
	position:relative;
    background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/events/advocacy_day/include/images/advocacy-banner-2026.jpg") repeat-x;
	background-size: cover;
	background-position: center;
    /* background:#111; */
	}

.standing-logo
	{
    width: 640px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	}
.banner-text h2
	{
    color: #fff;
	font-weight: lighter;
	font-size: 64px;
	line-height: 1em;
	margin:0;
	text-shadow: 4px 4px 20px rgba(0,0,0,1);
	}
#slogan
	{
	padding-left:30px;
	border-left: 1px solid #fff;
	}
.banner-text h3.slogan
	{
    color: #fff;
    font-weight: 100;
	font-size: 44px;
	line-height: 0.5em;
    text-shadow: 4px 4px 20px rgba(0,0,0,1);
	padding:0;
	margin: 0 0 15px 0;
	}
.banner-text h3.slogan strong
	{
	color:#09b38b;
	}
.banner-text .slogan
	{
	clear:both;
	width:100%;
	}
.banner-text .slogan img
	{
	width:100%;
	}
.banner-text p
	{
	clear: both;
	margin-top: 0;
	font-size: 18px!important;
	line-height: 0.7em;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
	}
.standing-logo svg
	{
	height:330px!important;	
	}
.banner-date
	{
	margin-top:8px;
	margin-bottom:8px;
	}
.video-banner
	{
	position: fixed;
	overflow: hidden;
	z-index:-1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	background-size: cover; 
	}

.video-banner video
	{
	top:-40px;
    position: relative;
	}
.banner-text
	{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(3px);
	width: 100%;
	padding: 15px 0 10px;
	bottom: 0;
	z-index:10;
	}

.logo
	{
	width:220px;
	/*margin-top:0px;
	margin-bottom:10px;*/
	}
.banner-text p
	{
	color:#fff;
	font-weight:300;
	}
.banner-info
	{
	margin-top:0;
	}
.tag
	{
    font-size: 1.675em;
    margin: 0 0 1em 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
	}

.register
	{
	margin: 90px 0 0 50px;
	float: left;
	}
	
/****** EVENTS ******/
.event-date
	{
	padding:10px 0;
	color: #06865d;
	}
.event
	{
	padding:0;
	margin-bottom:30px;
	}
.event .event-time
	{
	margin-bottom:0;
	color:#06865d;
	font-weight:bold;
	border-bottom:1px solid #d9d9d9;
	}
.event .event-title
	{
	margin:.5em 0;
	}
.event .event-speaker
	{
	margin-bottom: .5em;
	}

.event-sub
	{
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #d9d9d9;
	}
.event-sub .event-title
	{
	font-weight:400;
	}

.table-row h4, .table-row p {
  margin: 0 0 .5em 0;
  padding: 0;
}

.pricing
	{
	width:100%;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:30px;
	}
.pricing.full
	{
	width:100%;
	}
.pricing .col
    {
    margin-right: 2.5%;
    }
.pricing .col.last
	{
	margin-right:0;
	}
.table-row
	{
	clear:both;
	overflow: hidden;
	border-top:1px solid #d9d9d9;
	padding-top:15px;
	}
.table-row:nth-child(odd) 
	{
	 background:#000000;
	 color:#fff;
	}
/*.table-row:nth-child(even) 
	{
	 background:#333333;
	 color:#fff;
	}*/
.table-row .col-10
	{
	width:79.5%;
	padding-left:2.5%;
	}
.table-row .col-2
	{
	width:12.5%;
	text-align: right;
	padding-right:2.5%;
	}
.table-row .col-8
	{
	width:60%;
	padding-left:2.5%;
	padding-right:2.5%;
	}
.table-row .col-4
	{
	width:30%;
	text-align: right;
	padding-right:0%;
	}
/*.price
	{
	color:#000000;
	}*/
.helpreg
	{
	display: none;
	}
.help
	{
	position: absolute;
	top:100px;
	z-index: 100;
	border:1px solid #d9d9d9;
	background:#fff;
	padding:2.5% 5% 5% 5%;
	width:99%;
	display:block; 
	box-sizing: border-box;
	-webkit-box-shadow:0px 0px 50px -16px black;
     -moz-box-shadow:0px 0px 50px -16px black;
          box-shadow:0px 0px 50px -16px black;
	}
p.close
	{
	background:#06865d;
	color:#ffffff;
	cursor: pointer;
	width:15%;
	text-align: center;
	padding:5px 0;
	margin:2em 0 0 0;
	border:1px solid #333;
	border-bottom:1px solid #333;
	border-top:0;
	display: block;
	}
.close:hover
	{
	color:#fff;
	}

/***** SPEAKERS *****/
div.speaker
	{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	}
div.photo
	{
	float:left;
	padding:0 5% 0 0;
	width:20%;
	}
div.photo img
	{
	border:5px solid #ddd;
	width:100%;
	}
div.bio
	{
	float:right;
	width:75%;
	}
.bio h3
	{
	margin-top:0;
	}
.bio h4
	{
	margin-top:0;
	font-size:1.25em;
	margin-bottom:1em;
	}

.callout-box
	{
	padding:0 20px;
	width:auto;
	border:1px solid #ccc;
	background-color:#000000;
	color:#ffffff;
	/*background:#DEE5F1;*/
	}

/***** FORMS ******/
form
	{
	border:1px solid #d9d9d9;
	padding:15px 30px;
	background:#f3f3f3;
	overflow: hidden;
	}
label, input
	{
	float:left;
	clear:both;
	width:100%;
	margin-bottom:.5em;
	}
input
	{
	border:1px solid #c9c9c9;
	padding:10px 2.5%;
	width:95%;
	margin-bottom: 10px;
	outline:none;
	}
input[type="submit"], a.button
	{
	background:#F89F1A;
	color:#ffffff;
	text-transform:uppercase;
	cursor: pointer;
	border-radius: 50px;
	width:100%;
	text-align: center;
	padding:18px 0;
	/*border:1px solid #0f946a;*/
	border-bottom:3px solid #D08009;
	border-top:0;
	display: block;
	font-size:1.25em;
	}
a.button:hover
	{
	background:#D08009;
	border-bottom:3px solid #F89F1A;
	text-decoration: none;
	}

a.button-register
	{
	border:2px solid #008465;
	background:#fff;
	color:#008465;
	text-transform:uppercase;
	font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	width:100%;
	text-align: center;
	padding:13px 0;
	display: block;
	font-size:1.1em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
a.button-register:hover
	{
	background:#008462;
	color:#fff;
	box-shadow:none;
	}
a.parking
	{
	background:#fff;
	color:#0c4683;
	border:2px solid #0c4683;
	background:#fff;
	text-transform:uppercase;
	font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	width:100%;
	max-width: 280px;
	text-align: center;
	padding:13px 0;
	display: block;
	font-size:1.1em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
a.parking:hover
	{
	background:#0c4683;
	color:#fff;
	}
a.action
	{
	background:#fff;
	color:rgb(255, 0, 0);
	border:2px solid #111;
	}
a.action:hover
	{
	background:#111;
	color:#fff;
	}
a.reserve
	{
	background:#06865d;
	border-bottom:3px solid #0c9368;
	color:#ffffff;
	}
a.reserve:hover
	{
	background:#0c9368;
	border-bottom:3px solid #18b684;
	}
.promobox
	{
    border: 1px solid #dddddd;
    width: 100%;
    overflow: hidden;
    min-height: 120px;
    margin: 2em auto;
    color: #ffffff;
    background: #ffffff;
    background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,#ffffff 0%,#ebebeb 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#ebebeb 100%);
    position: relative;
    cursor: pointer;
    }
.promobox img
	{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
	}
.promobox h2
	{
    font-size: 1.25em;
    margin: 0 0 1em 0;
    width: 100%;
    color: #666;
    border-bottom: 1px solid #ccc;
	}
.promobox h3
	{
    color: #4a5c87;
    font-size: 1.5em;
    line-height: 1.25em;
    border-bottom: 0;
	}
.promobox span
	{
    padding: 0 20px 10px 20px;
    display: block;
	}
.promobox a,
.promobox a:visited,
.promobox a:hover,
.promobox a:active
	{
    text-decoration: none;
	}
.promobox.annual_meeting a,
.promobox.annual_meeting span,
.promobox.annual_meeting h2,
.promobox.annual_meeting h3
	{
	cursor:default!important;
	}
/***************************************************
****************************************************
		MOBILE
****************************************************
***************************************************/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Media Screens
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
@media screen and (max-width: 1851px) {
.content-tabs a
	{
		padding:10px 35px;
		margin-right:5px;
		font-size:16px;
		zoom: 85%;
	}
}

@media screen and (max-width: 1720px) {
	.wrap { width: 1100px; }
}
@media screen and (max-width: 1597px) {
	.content-tabs a
		{
		padding:10px 30px;
		margin-right:5px;
		font-size:14px;
		zoom: 85%;
		}
	.banner
		{
		height: 280px;
		background-position: center;
		background-size: cover;
		}
	.banner-text .wrap *
		{
		zoom: 95%;
		text-align: left;
		}
}
@media screen and (max-width: 1265px) {
	.wrap { width: 1024px; }
}
@media screen and (max-width: 1024px) {
	.wrap { width: 980px; }
	
	.standing-logo
		{
	    width: 540px;
	    }

	.standing-logo svg
		{
		height:278px!important;	
		}
	.banner-text .wrap *
		{
		zoom: 85%;
		text-align: left;
		}
	
}

@media screen and (max-width: 980px) {
	.wrap { width: 900px; }
}
@media screen and (max-width: 900px) {
	.wrap { width: 768px; }
}
@media screen and (max-width: 768px) {
	.wrap { width: 600px }
	.col {
		width:100%; 
		clear:both;
	}
	.banner
	{
	clear: both;
	overflow: hidden;
	padding:0;
	height: 450px;
	position:relative;
    background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/events/advocacy_day/include/images/banner-2025-mobile.jpg") repeat-x;
	background-size: cover;
	background-position: center;
	}

	.banner-text .wrap *
		{
		zoom: 100%;
		}
	.banner-text
		{
		padding: 5px 0;
		background-color: transparent;
		backdrop-filter: unset;
		}
	.banner-text #slogan
		{
		border-left: 0;
		padding-left: 0;
		margin-top: 0;
		}
	.banner-text #slogan h2
		{
		font-size: 28px!important;
		}
	.banner-text #slogan .banner-date
		{
		font-size: 16px!important;
		}
}
@media screen and (max-device-width: 7in) {
	.wrap { width: 90%; padding:0 5%; }
	/* .banner-text h1.slogan
		{
	    margin-top: 0px;
	    font-size: 36px!important;
	    text-shadow: 2px 2px 5px rgba(0,0,0,0);
	    clear:both;
		} */
	#navigation
		{
		height:auto;
		}
	#menu
		{
		display: block;
		}
	#main_nav
		{
		display: none;
		}
	ul#main_nav
		{
		clear:both;
		float: none;
		margin: 0;
		padding: 0;
		}
	ul#main_nav li
		{
		clear:both;
		width:100%;
		border-bottom: 1px solid rgba(0,0,0,.2);
		padding:0;
		}
	ul#main_nav li:first-child
		{
		border-top: 1px solid rgba(0,0,0,.2);
		}
	ul#main_nav li:last-child
		{
		border-bottom: none;
		}
	ul#main_nav li a 
		{
		width:95%;
		padding:15px 2.5%;
		}
	ul#main_nav li a:hover 
		{
		background:#000;
		}
	.content-tabs a
		{
		display:block;
		margin-bottom:7px;
		zoom: 100%;
		}
	.tag
		{
		display: none;
		}
	#content img
		{
		width:100%;
		}
	div.photo
		{
		padding:0 0 10% 0;
		width:80%!important;
		clear:both;
		}
	div.bio
		{
		clear:both;
		width:100%;
		}
	.logo
		{
	    margin-top: 20px;
	    margin-left: 0px;
	    width: 140px;
    	}

	.txtright 
		{
		text-align:left;
		}
	.banner-info
		{
		display: none;
		}
	.standing-logo
		{
		width: 290px;
		margin: auto;
		position: absolute;
		top: 30px;
		left: 0;
		bottom: 0;
		right: 0;
		}
	.banner 
		{
		clear: both;
	    overflow: hidden;
	    padding: 0;
	    height: 270px;
	    background-color: #000;
	    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/events/advocacy_day/include/images/banner-2025-mobile.jpg") repeat-x;
		background-position: center;
		background-size: cover;
		}
	#slogan
		{
		padding:12px 0;
		}
	#slogan h2
		{
		font-size: 32px!important;
		line-height:1em;
	    margin-top: 0px;
	    clear:both;
		}
	.banner-text h3
		{
		font-size: 24px!important;
		margin: .2em 0 0 0!important;
		}
	.banner-text p
		{
		margin-top: 10px;
		font-size: 16px!important;
		line-height: 1.2em;
		text-shadow: 1px 1px 3px rgba(0,0,0,0);
		}
	.video-banner
		{
	    position: absolute;
	    width: 200%;
	    height: 260px;
	    overflow: hidden;
	    z-index: 0;
		}
	.video-banner video
		{
    	top: -140px;
    	}
}