/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*Base Style 
--------------------------------------------------------*/

.header,.footer_contents{max-width:980px;}

html
{
background:#191919;
margin:0px;
padding:0px;
}

body {
font-size:15px;
color: #000;
font-family: 'Roboto', sans-serif;
line-height: 1.5em;
margin:0px;
padding:0px;
}

:root body {
   font-size:0.750em \0/; /* IE9 */
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

code {
	background-color: #f4f4f4;
	font-size: 0.875em;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


strong {
	font-weight: bold;
}


p {margin: 8px 0;padding:0;}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

h1 {
    line-height: 1.4;
    margin: 15px 0;
    padding: 0;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}

h1:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 6px solid #70c9be;
}


.new_contact h1:after, 
.edit_profile h1:after,
.edit_contacts h1:after,
.Membership .account_history .Pay h1:after,
h1.membername:after {
    display: none;
}
.new_contact h1, 
.edit_profile h1,
.edit_contacts h1,
.Membership .account_history .Pay h1,
h1.membername{
  letter-spacing: normal;
  text-transform: none;
      font-size: 26px;
}


h1 {
font-weight:normal;
text-transform:uppercase;
margin:0 0 15px 0;
font-size: 220%;
}

h2 {
font-size: 150%;
}

h3 {
	font-size:130%;
}

h4 {
	font-size:110%;
}

h5, h6 {
	font-size:100%;
}

img {
border:0;
}

hr {
clear:both;
border: none;
background-color: #ccc;
color: #ccc;
height: 1px;
}

#clear
{
clear:both;
}


.bigger-text {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;  
}


/*List Style 
--------------------------------------------------------*/

ul
{

}

table ul
{

}

ul li
{ 
margin:5px 0;
line-height:120%;
padding:0 0 0 20px; 
list-style-type: none; 
background-image: url(arrow.png); 
background-repeat: no-repeat; 
background-position: 0 3px; 
}

ul ul li
{
font-size:90%;
list-style-type: none; 
background-image: url(bullet.png); 
background-repeat: no-repeat; 
background-position: 0 2px; 
line-height:130%;
}

ul ul ul li
{ 
background-image: none; 
margin-left: 50px; 
padding: 0; 
list-style-type: circle; 
}

ol  { 
margin: 10px 0 10px 20px; 
padding: 0 ;
}

ol li  
{ 
margin-left: 5px; 
margin-top:5px;
}

/********** Document List **********/

.Document a
{
margin-left: 5px; 
margin-top:1px;
padding-left: 25px; 
list-style-type: none; 
}

.Document a.pdf, ul#pdf li
{
background: url(pdf.gif) no-repeat 0 2px;
}

.Document a.doc
{
background: url(word.png) no-repeat 0 0; 
}

.Document a.dat
{
background: url(excel.png) no-repeat 0 0; 
}

.Document p a
{
color:#3a4f96;
border:1px solid #3a4f96;
text-decoration:none;
padding:5px 10px;
}

.Document p a:hover
{
color:#505050;
background:#ccc;
border:1px solid #ccc;
}

.Document em
{
color:#666;
font-size:90%;
padding:5px 0 5px 0;
}

.Document dd
{
padding:0 0 0 25px;
}


/* Links
--------------------------------------------------------*/

a, a:link, a:visited {
	color: #26635a;
	text-decoration:underline;
	}

a:hover, a:active {
	color: #999;
	border:0;
	text-decoration:none;
}

a:hover img
{
opacity:0.7;
}

#logo a:hover img
{
opacity:1;
}


#back_top {
	position: absolute;
	bottom: 0;
	right:20px;
z-index:9999;
}

#back_top a {
padding:10px 0;
width:50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
background:#333;
}
#back_top a:hover {
background:#666;
}


/* Header 
--------------------------------------------------------*/


.header-wrap {
  background:#fff;
  margin:0;
  padding: 15px 0;
}


.header {
margin:0 auto;
padding:0 20px;
position:relative;
}


#logo {
  float: left;
}

#logo a {
  display: block;
  line-height: 0;
}

.header-right {
    float: right;
    text-align: right;
}

.topcontent {
text-align:right;
max-width: none;
color:#ccc;
font-size:13px;
padding:0 0 10px 0;
display: inline-block;
}

.topcontent a
{
color:#666;
padding:5px;
text-decoration:none;
border:0;
}

.topcontent a:hover
{
color:#26635a;
}

.buttons
{
float:right;
font-size:100%;
text-align:right;
padding:0;
text-transform:uppercase;
}

.buttons a#icon
{
padding:0;
display:inline;
float:right;
margin:0 10px 0 0;
line-height: 0;
}

.button {
font-size: 100%;
display: inline-block;
zoom: 1;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
text-align: center;
cursor: pointer;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em 1em;
color: #fff;
border: 0 rgba(0,0,0,0);
background-color: #70c9be;
color: #fff !important;
text-decoration: none !important;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.button:hover{
color: #fff;
background-color: #40A596;
text-decoration:none;
}


.header:after,
.buttons-wrap:after {
    display: block;
    clear: both;
    content: " ";
}


a#donate
{
font-size:90%;
text-decoration:none;
color:#fff;
background:#70C9BE;
display:inline-block;
text-align:center;
line-height:32px;
width:90px;
padding:0;
margin:0 5px 0 0;
}
a#signup
{
font-size:90%;
text-decoration:none;
color:#fff;
background:#70c9be;
display:inline-block;
text-align:center;
line-height:32px;
width:160px;
padding:0;
margin:0 3px 0 0;
}

a#signup:hover,a#donate:hover
{
background:#40A596;
}


.header #Login {
    display: inline-block;
}

.header .Login
{
color:#ccc;
font-size:13px;
text-align:right;
}

.header .Login a
{ 
color:#666;
padding:0 2px;
text-decoration:none;
}

.header .Login a:hover
{
color:#26635a;
}



#spacer
{height:550px;}


.grid {
margin:0 auto;
width:980px;
padding: 0;
background:#fff;
position:relative;
}

.gridtop
{
background:url(body_bg.png) repeat-x 0 0;
position:absolute;
height:400px;
width:978px;
top:-350px;
left:0;
z-index:-1;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
}


/* Body
--------------------------------------------------------*/

.contents_base {
margin:0 0 20px 0;
padding:20px 40px;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

.contents
{
position:relative;
padding:0;
margin:-330px 0 0 0;
min-height:500px;
/top:-330px;
/margin:0;
}

.contents img
{
margin:10px;
}

#bg_rotate_img_active,#bg_rotate_img_inactive
{
height:1200px !important;
overflow:hidden !important;
}



.advocacy-img {
    max-width: 100%;
    height: auto;
    padding: 5px;
    background: #fff;
}








/* SMenu
   ========================================================================== */

#menu {
 background: #000;
 line-height: 0;
 text-align: center;
}
#menu ul {
  list-style: none;
}
#menu ul li {
  margin: 0;
  padding: 0;
  background: none;
}
#menu a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#menu #SMenu li ul li a {
  color: #000;
}
#menu #SMenu li ul {
  -moz-box-shadow: 0px 2px 5px #999;
  -webkit-box-shadow: 0px 2px 5px #999;
  box-shadow: 0px 2px 5px #999;
  background: #fff;
}
#menu #SMenu li ul li {
  display: block !important;
}
#SMenu {
  display: none;
}
.slicknav_menu a {
    color: #000 !important;
}
.slicknav_menu .slicknav_menutxt,
a.slicknav_btn.slicknav_open .slicknav_menutxt {
    color: #fff;
}
span.slicknav_arrow {
    padding-left: 6px;
    float: right;
}
.slicknav_menu .slicknav_icon {
    float: right !important;
}

.slicknav_menutxt {
    margin-right: 10px;
    position: relative;
    bottom: 2.5px;
}
.slicknav_btn {
   line-height: 100%;
    padding: 20px 15px 15px;
    font-size: 16px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff; 
    box-shadow: none !important; 
}
.slicknav_nav {
    padding: 0;
    margin: 0;
  }
.slicknav_nav li > a {
    background: #eee;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.slicknav_nav ul {
  padding: 0;
}
.slicknav_nav ul li a {
    background: #70c9be;
   border: none;
}
.slicknav_nav ul li {
    border-bottom: 1px solid #5aaba1;
}
.slicknav_nav ul ul li a {
    background: #ccc;
}












.vmenu
{
padding:10px;
}

.vmenu a
{
display:block;
margin:5px 0;
line-height:120%;
padding:0 0 0 20px; 
list-style-type: none; 
background-image: url(arrow.png); 
background-repeat: no-repeat; 
background-position: 0 3px; 
}

ul.submenu
{
font-weight:bold;
position:absolute;
padding:0;
margin:0 auto;
top:-90px;
left:-40px;
display:block;
width:auto;
border-left:1px solid #666;

}

ul.submenu li
{
float:left;
background:0;
margin:0;
padding:0;
border-left:1px solid #666;
border-top:1px solid #666;
border-bottom:1px solid #666;
}

ul.submenu a
{
text-decoration:none;
color:#505050;
text-align:center;
padding:0 15px;
line-height:35px;
display:block;
margin:0 0 0 -1px;
background:#fff;
border-right:1px solid #666;
}

ul.submenu a:hover
{
color:#fff;
background:#70c9be;
}


/* Footer 
--------------------------------------------------------*/


.footer
{
font-size:90%;
color:#fff;
background:#70C9BE;
padding:20px 0;
}

.footer_contents
{
color:#fff;
list-style:none;
margin:0 auto;
}

ul.footer_contents li
{
background:none;
float:left;
width:20%;
border-right:1px solid #40A596;
border-bottom:0px solid #40A596;
vertical-align:top;
padding:0px 2%;
}


.customisable, .customisable:link, .customisable:visited {
  color: #256f66 !important;
}

.Identity-screenName {
    color: #676767 !important;
}

.footer input.formButton {
    background: #fff;
    border: none;
    padding: 12px 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.4px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.footer input.formButton:hover,
.footer input.formButton:active,
.footer input.formButton:focus {
  background: #40A596;
  color: #fff;
}

ul.footer_contents #last
{border-right:0px solid #bf6868;}

ul.footer_contents h2
{
    padding: 0;
    margin: 0 auto 20px;
    font-size: 15px;
}

ul.footer_contents h2:after {
  display: none;
}

ul.footer_contents h2#twitter
{
padding:0 0 0 35px;
background:url(twitter_bird.png) no-repeat 0 0;
}

div.twitter #twtr-widget-1
{
font-size:11px !important;
}


ul.footer_contents .EvtCal table,ul.footer_contents .EvtCal h1
{
display:none;
}

ul.footer_contents .EvtCal p
{
padding:0 0 10px 0;
margin:0;
}

ul.footer_contents .EvtCalList a
{
text-decoration:none;
color:#256f66;
padding:0;
}

ul.footer_contents .EvtCalRSS a
{
color:#fff !important;
}

ul.footer_contents .EvtCalList
{
padding:0;
margin:0;
}

ul.footer_contents .EvtCalList dt
{
padding:0;
margin:0;
}

ul.footer_contents .EvtCalList a:hover,.EvtCalRSS a:hover
{
color:#fff;
}

#credit
{
display:block;
padding:50px 0 0 10px;
color:#fff;
font-family:Times;
text-decoration:none;
font-style:italic;
text-align:right;
}

a#calendar
{
background:url(calendar.png) no-repeat 0 center;
/background:url(calendar.png) no-repeat 15px center;
line-height:16px;
margin:10px 0 0 0;
padding:0 0 0 22px;
color:#fff;
text-decoration:none;
display:block;
}

a#calendar:hover
{
color:#256f66;
text-decoration:none;
}

.EvtCalList dt
{
padding:10px 0 0 0;
margin:0;
}

.EvtCalList dd
{
padding:0 0 10px 0;
margin:0;
}

ul.footer_contents table.EvtCalSm
{
display:none;
}

ul.footer_contents p.EvtCalCalendarLink a
{
text-decoration:none;
color:#256f66;
}

ul.footer_contents p.EvtCalCalendarLink a:hover
{
text-decoration:none;
color:#fff;
}

.EvtCalRSS
{
padding:10px 0 0 0;
font-size:90%;

}

.EvtCalRSS img
{
float:left;
margin:0 5px 0 0;
}



ul.footer_contents .ImageRotateHolder
{
text-align:left;
padding:0;
margin:0;
height:150px;
}

#ImageRotate_Div
{
width:90%;
height:150px;
padding:0 10px;
background:#fff;
text-align:center;
}

.footer #ImageRotate_Div {
 width: 95%;
}

#ImageRotate_Div a
{
line-height:150px;
display:block;
}

#ImageRotate_Div img
{
max-height:100px;
}


#rowfooter
{
color:#ccc;
font-size:80%;
color:#ccc;
padding:10px 0;
line-height:130%;
}

#rowfooter a
{
color:#fff;
text-decoration:none;
padding:0 5px;
}

#rowfooter a:hover
{
color:#70C9BE;
}

#rowfooter .buttons
{
display:none;
}

#exware
{
color:#999;
font-size:90%;
}

/*************** Search ******************/

#rowfooter #search
{
border:1px solid #ddd;
background:#fff;
display:block;
margin:0;
height:28px;
width:200px;
float:right;
}


#rowfooter #search input.textbox
{
background:#fff;
width: 140px;
/float:left;
color:#888;
border:0px;
padding:5px;
margin:2px;
font-size: 12px;
font-size: 12px9; /* IE8 and below */
}

#rowfooter #search input:hover
{
color:#505050;
}


#rowfooter #search input[type="image"]
{
float:right;
margin:5px 5px 0 0;
top:0;
}

#rowfooter #search form
{
display:inline;
}



/* Table
--------------------------------------------------------*/

table.A
{
margin:5px 0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-spacing:0px;
}

table.A td,table.A th
{
padding:10px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
text-align:left;
line-height:130%;
}

table.A th
{
background-color:#109ec2;
color:white;
font-weight:bold;
text-align:center;
}

table.A p
{
margin:0px;
}

table.B
{
border-bottom: 1px solid #ccc; 
margin:10px 0;
}

table.B td
{
border-top: 1px solid #ccc; 
padding:10px;
text-align:left;
vertical-align:top;
}

table.B th
{
background:#333;
color:#fff;
padding:7px 15px;
}


/* Home Page
--------------------------------------------------------*/


.announcement
{
width:100%;
margin:0 0 10px 0;
background:#fff;
border:1px solid #ccc;
}


table.announcement td
{
position:relative;
padding:37px 150px 37px 30px;
vertical-align:middle !important;
}

.announcement h2
{
font-size:130%;
margin:0;
padding:0;
line-height:110%;
}

.announcement img
{
position:absolute;
right:10px;
top:0;
}



/* Member Profile
--------------------------------------------------------*/

.profile_photo
{
float:right;
border:1px solid #ccc;
padding:5px;
margin:0 0 10px 20px;
}

h1 .Membership
{
display:inline;
}

div.MembershipStatus
{
padding:10px;
background-color:#fff;
border:1px solid #256f66;
}

ul.Membership_update_profile_menu
{
display:inline-block;
width:100%;
padding:0;
margin:0 0 20px 0;
}

ul.Membership_update_profile_menu li
{
padding:0 5px 5px 0;
margin:0;
background:none;
float:left;

}

ul.Membership_update_profile_menu li a
{
color: #505050;
font-family:'Montserrat', sans-serif;
font-size:12px;
background-color:#fff;
background-repeat:no-repeat;
background-position:7px center;
text-decoration:none;
padding:0 10px 0 27px;
display:block;
line-height:30px;
height:30px;
/* shadow */
-moz-box-shadow: 0px 2px 5px #999; /* Firefox */
-webkit-box-shadow: 0px 2px 5px #999; /* Safari,Chrome */
box-shadow: 0px 2px 5px #999; /* CSS3 */
/border:1px solid #ccc;
}

ul.Membership_update_profile_menu li a:hover
{
background-color: #ddeceb;
text-decoration:none;
}

#Membership_view_profile_link{background-image:url(account.png);}
#Membership_update_profile_link{background-image:url(user.png);}
#Membership_update_contact_link{background-image:url(address.png);}
#Membership_update_photo_link{background-image:url(Camera.png);}
#Membership_change_password_link{background-image:url(login.png);}
#Membership_account_link{background-image:url(clock.png);}


h1.membername
{
text-transform:none;
font-size:150%;
}

.Report
{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
text-align:left;
}

.Report td,.Report th
{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:10px;
}


/*Address Card 
--------------------------------------------------------*/

.ContactPreview
{
font-size:90%;
float:left;
padding:15px;
width:42%;
margin:0 10px 10px 0;
border:1px solid #fff;
background:#e7f8f8;
line-height:130%;
/* shadow */
-moz-box-shadow: 2px 2px 2px #ccc; /* Firefox */
-webkit-box-shadow: 2px 2px 2px #ccc; /* Safari,Chrome */
box-shadow: 2px 2px 2px #ccc; /* CSS3 */
cursor: pointer;
min-height:225px;
}

.ContactPreview p.ContactEditTip
{
font-style:italic;
}

.ContactPreview h2
{
font-size:120%;
margin:0 0 10px 0;
}

a.ContactAddLink
{
background:url(add.png) no-repeat 0 center;
padding:5px 0 5px 20px;
text-decoration:none;
color:#666;
display:block;
clear:both;
}

a.ContactAddLink:hover
{
text-decoration:none;
color:#2f8c80;
}


/********** Required Fields **********/

span.requiredPrompt
{
background-image:url(asterisk.png);
background-position:top right;
background-repeat:no-repeat;
padding-right:10px;
font-weight:bold;
}

/********** Shopping Cart **********/

div.Pay table.Receivable 
{
width:100%;
font-size:85%;
border-collapse:collapse;
margin-bottom:15px;
margin-top:15px;
}

div.Pay table.Receivable th
{
color: white;
background-color: #70c9be;
padding: 5px;
font-size:90%;
text-transform:uppercase;
border: 1px solid #999;
}

div.Pay table.Receivable tfoot
{
background-color:#eee;
padding:5px;
}

div.Pay table.Receivable td
{
padding:5px;
border: 1px solid #ddd;
background-color: white;
}

div.Pay table.Receivable td div.total
{
font-weight:bold;
}

div.Pay table.Receivable div.number {
text-align: right;
}


/* Event Calendar
--------------------------------------------------------*/

div.EvtDateSelector {
   border:1px solid #ccc;
   background-color:#f7f7f7;
   padding-left:20px;
   padding-right:20px;
   margin-bottom:10px;
}

.EvtCalHeader 
{
font-size:large;
}

a span.EvtCalHeader
{
color:white;
text-decoration:none;
}

a span.EvtCalHeader:hover
{
color:#999;
text-decoration:none;
}

.EvtCalMonthMenuButton {
	cursor:pointer;
}
table.EvtCal { 
        border:1px #ccc solid; 
        border-collapse:collapse; 
	margin-bottom:10pt;
}

table.EvtCal td 
{ 
border:1px #ccc solid;
margin:0px; 
padding:5px; 
height:80px;
width:14.2%;
vertical-align:top;
background-color:#fff;
font-size:90%;
}

table.EvtCal th 
{ 
border:1px #ccc solid; 
margin:0px; 
padding:4px; 
background-color:#40A596;
font-weight:bold; 
font-size:10px; 
color:white;
text-align:center;
}

table.EvtCal caption {
	background-color:#40A596;
	color:#ffffff;
        border:1px #204379 solid;
        margin:0px; 
	margin-left:-1px;
	margin-right:-1px;
        padding:4px; 
	font-weight:bold; 
	font-size:10px; 
}
table.EvtCal td.EvtDay {
	background-color:white;
}
table.EvtCal td.Today {
	background-color:#ffc;;
}
table.EvtCal div.EvtDay {
	font-weight:bold;
}
table.EvtCal div.Evt {
	padding-top:4px;
}
table.EvtCal div.Evt a {
	font-weight:normal;
}
table.EvtCal div.SharedEvt a {
	color:#40A596;
}
table.EvtCal div.OtherEvt a {

}
table.EvtCal td.NoDay {
	background-color:#ddd;
}

.popup_p a:hover {
	text-decoration:none;
}

.EvtCal div.popup 
{
border: 1px solid #ccc;
background-color:white;
color:black;
padding:10px;
display:none;
z-index:10;
position:absolute;
left: -80px;
text-align:left;
line-height: 140%;
width:300px;
}

div.popup a {
        font-weight:normal;
}
span.popup_p { 
    position:relative;
}

a.popup_close {
line-height:100%;
font-size:90%;
margin:-20px 0 10px 10px;
    display:block;
    float:right;
    border:1px solid #bbb;
text-decoration:none;
    padding:5px;
    font-weight:normal;
}
a.popup_close:hover {
    background-color:#ddd;
    text-decoration:none;
}
.ThisMonth {
    font-weight:bold;
}


div.vCalendarLink
{
padding-left:50px;
background-image:url(add_small.png);
background-repeat:no-repeat;
background-position:left center;
margin-top:10px;
height:45px;

}

div.EvtCal .EvtCalRSS img
{
margin:0 7px 0 0;
vertical-align:top;
}

div.EvtCal .EvtCalRSS a
{
font-size:11px;
color:#999;
text-decoration:none;
}

div.EvtCal .EvtCalRSS a:hover
{
text-decoration:none;
}

div.EvtCal .EvtCalRSS
{
margin-top:15px;
}

div.EvtCal p.EventDate
{
font-size:110%;
font-weight:bold;
}

div.EvtCal dl.EvtCalList dt
{
font-weight:bold;
}

div.EvtCal dl.EvtCalList dd
{
margin-left:0px;
margin-bottom: 15px;
}

div.EvtCal dl.EvtCalList dd p
{
margin-top:0px;
}

div.EvtCal table.EvtCalSm
{
position:relative;
top:-25px;
border-collapse:collapse;
}

div.EvtCal table.EvtCalSm th
{
text-align:center;
padding:6px;
color:white;
background-color:#777;
width: 20px;
height:20px;
border:1px solid #999;
/border:0px solid #fff;
/position:relative;
}

div.EvtCal table.EvtCalSm th form
{
padding:0;
/margin:0 0 0 50px;
}

div.EvtCal table.EvtCalSm th form img
{
padding:0;
margin:0;
/position:absolute;
/right:60px;
/top:10px;
}

div.EvtCal table.EvtCalSm td
{
text-align:center;
padding:6px;
border:1px solid #ccc;
}

div.EvtCal table.EvtCalSm td.EvtDay
{
background-color:#70c9be;
}

div.EvtCal table.EvtCalSm td.EvtDay a
{
color:white;
}

div.EvtCal table.EvtCalSm th img 
{
margin:0px;
}


.Event h1
{
padding:0 0 10px 0;
}

p.EventDate
{
padding:5px 0;
margin:0;
}


/* Zine Base
--------------------------------------------------------*/

p.ZinePath
{
font-size:90%;
}

div.Zine span.ZineDate, div.Zine div.ZineAuthor,div.Zine div.ZineTitle h2
{
display:none;
}

div.Zine .ZineItem
{
margin-bottom:30px;
}

div.Zine a.ZineLink
{
font-weight:bold;
font-size:11pt;
display:block;
margin-bottom:5px;
}

div.Zine .ZineAbstract
{
font-style:italic;
}

div.Zine .ZineSummaryIndex
{
text-align:right;
margin-top:15px;
}

div.Zine .ZineSummaryIndex
{
color:#fff;
}

div.Zine .ZineSummaryIndex a
{
background-color:#70C9BE;
color:white;
text-decoration:none;
padding:5px 10px;
}

div.Zine .ZineSummaryIndex a:hover
{
background-color:#999;
}

div.Zine table.ZineTools a
{
color:#666;
font-size:90%;
text-decoration:none;
}

div.Zine table.ZineTools tr
{
float:left;
padding-right:15px;
}

div.Zine table.ZineTools td img
{
padding-right:2px;
vertical-align:middle;
}

div.Zine .ZineIndex
{
margin-top:30px;
}

.ZineImage img {
max-width: 650px;
height: auto;
}

table.ZineIndex { 
        border:2px #666677 solid; 
        border-collapse:collapse; 
	margin-bottom:10pt;
        width:100%;
}
table.ZineIndex td { 
        border-top:1px #666677 dotted; 
        border-bottom:1px #666677 dotted; 
        border-left:1px #666677 solid; 
        border-right:1px #666677 solid; 
        margin:0px; 
        padding:5px; 
}
table.ZineIndex th 
{ 
border:1px #666677 solid; 
margin:0px; 
padding:5px; 
background-color:#70c9be;
color:white;
}

/********** Comments **********/

.ZineComment {
    margin-bottom:5px;
}
.ZineComment .ZineHeader 
{
padding:4px;
background-color:#70c9be; 
border:1px solid #666688; 
font-weight:bold;
font-size:11pt;
display:block;
color:white;

}

.ZineComment .ZineAboutBody {
    /* The background is used to simulate a 2-column table-like layout.
       A more elegant way to do this is to set display:table-cell for 
       .ZineAbout and .ZineBody, but that only works in recent Gecko
       browsers.  This alternative is more of a hack, but works in most
       recent browsers. It also gives an acceptable appearance if the
       background image fails to load.  */ 
    background: url(commentbg.gif) repeat-y 0% 0%;
    border-left:1px solid #668;
    border-right:1px solid #668;
}
.ZineComment .ZineAbout {
    padding:10px;
    float:left;
    width:80px;
    font-size:9pt;
    color:#666;
}
.ZineComment .ZineBody {
    padding:10px;
    margin-left:100px;
}
.ZineComment .ZineFooter {
    padding:4px;
    background-color:#eee;
    border:1px solid #668; 
    font-size:9pt;
    display:block;
}
.ZineComment .ZineAttachment {
    padding:10px;
    margin-top:10px;
    font-size:9pt;
    display:block;
    background-color:#eeeeff; 
}

/* footer Zine */

.footer_contents div.Zine .ZineIndex
{
padding:0;
margin:15px 0 0 0;
}

.footer_contents div.Zine .ZineItem
{
margin-bottom:10px;
}

.footer_contents div.Zine .ZineTitle h3
{
padding:0;
margin:0;
font-size:110%;
}

.footer_contents div.ZineFooter table.ZineTools
{
display:none;
}


.footer_contents div.Zine table.ZineTools a
{
color:#fff;
font-size:11px;
text-decoration:none;
}


.footer_contents div.Zine a.ZineLink
{
text-decoration:none;
color:#256f66;
}

.footer_contents div.Zine a.ZineLink:hover
{
color:#fff;
}

.footer_contents div.Zine .ZineSummaryIndex
{
font-size:90%;
margin-top:5px;
}

.footer_contents div.Zine .ZineSummaryIndex a
{
color:#256f66;
padding:0px;
}

.footer_contents div.Zine .ZineSummaryIndex a:hover
{
background:none;
color:white;
}

.footer_contents div.ZineAbout
{
padding:0 0 10px 0;
}

.ZineAuthor,.ZineDate
{
font-style:italic;
font-size:90%;
}

.footer_contents .ZineAboutBody
{
padding:0 0 10px 0;
}

.footer_contents .EvtCalRSS a
{
font-size:90%;
color:#fff;
}


/*------------- contents Zine--------------*/

.contents .ZineTitle h3
{
padding:0 0 5px 0;
margin:0;
}


.contents .ZineAbout
{
color:#fff;
}

.contents .ZineAbout
{
color:#fff;
padding:0 0 10px 0;
margin:0;
}

.contents .ZineAbout span
{
color:#333;
padding:0;
margin:0;
}

/*-------------Login--------------*/

div.LoginForm
{
text-align:center;
}

table.LoginForm
{
margin:auto;
}

/*Mini Profile
--------------------------------------------------------*/

div.mini_profile
{
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
clear:both;
min-height:100px;
}

div.mini_profile_photo
{
float:left;
}

div.mini_profile_photo img
{
margin:0px 20px 0px 0px;
max-width: 80px;
height: auto;
}

/*************** Event Registration *************/

div.EvtSessionRegistrant div.EventFee 
{
border-bottom: 1px dotted #999999;
padding: 8px 5px;
margin-bottom:0px;
}

span.EvtFeeName 
{
text-transform: uppercase;
margin-right:10px;
display: block;
float: left;
}

div.EvtSessionRegistrant
{
margin-bottom: 25px;
}

span.EvtFeeAccess 
{
color:red;
display:block;
font-size:x-small;
font-style:italic;
line-height:120%;
}

span.EvtFeeCost 
{
margin-right:7px;
font-weight:bold;
float:left;
}

span.EvtFeeRegLink 
{
float: right;
text-align: center;
}

span.EvtFeeRegDoneLink
{
float:right;
}

span.EvtFeeRegLink a 
{
border: 1px solid #b5161c;
color:#fff;
font-weight: normal;
margin-left: 15px;
padding: 2px 5px;
font-size:85%;
text-decoration:none;
background:#e35459;

}

span.EvtFeeRegLink a:hover 
{
opacity:0.7;
background-color:#b5161c;
color:white;
text-decoration:none;
}

div.EventFees h3
{
background-color: #ccc;
color: #3C3C3C;
font-size: 11pt;
top: 0;
line-height:10pt;
margin-bottom:3px;
}

div.EvtRegRegistrants div.popup, div.popup
{
display:none;
background-color: white;
border: 1px solid #ccc;
padding: 15px;
position: absolute;
width: 500px;
z-index: 100;
box-shadow: 0px 2px 5px #ccc;

/* shadow */
-moz-box-shadow: 0px 2px 5px #ccc; /* Firefox */
-webkit-box-shadow: 0px 2px 5px #ccc; /* Safari,Chrome */
box-shadow: 0px 2px 5px #ccc; /* CSS3 */
}


span.EvtFeeRegDone 
{
border: 1px solid green;
color: green;
font-size: 90%;
font-weight: normal;
margin-left: 15px;
padding: 0px 5px;
line-height:170%;
display:inline-block;
}

div.EvtRegRegistrants span.popup_p a.popup,div.EventFee span.popup_p a.popup
{
color:#b5161c;
}

div.EventFee span.popup_p a.popup
{
padding:0 15px 0 0;
}

div.EvtRegRegistrants span.popup_p a.popup:hover,div.EventFee span.popup_p a.popup:hover
{
color:#9097A9;
text-decoration:underline;
}

div.EvtFeeActivityInfo
{
display: inline;
}

div.EvtRegRegistrants div.popup .Event h3
{
background-color:white;
left:0px;
padding:0px;
width:100%;
}

a.popup_close
{
text-indent:-9999px;
background:url(close.png) no-repeat right 0;
height:18px;
width:12px;
float:right;
position:relative;
z-index:200;
font-size:90%;
padding:2px 5px;
}

span.EvtFeeGroupName
{
font-size: 110%;
font-weight: bold;
margin-bottom: 7px;
padding-bottom: 2px;
display:none;
margin-top:25px;
}

div.EvtRegContinue
{
border: 1px solid #ccc;
padding:15px;
margin-bottom:20px;
width:860px;
}

div.EvtRegContinue h2, div.EvtRegFinish h2
{
background-color: #cc0000;
color: white;
left: -15px;
line-height: 12pt;
margin: 0px;
padding: 7px 7px 7px 15px;
position: relative;
top: -15px;
width: 868px;
font-size:12pt;
}

div.EvtRegRegistrants h3
{
background-color: #666;
color: white;
left: -15px;
line-height: 12pt;
margin: 0px;
padding: 7px 7px 7px 15px;
position: relative;
width: 868px;
font-size:12pt;
}


div.EvtRegRegistrants .EventFees h3
{
color: #666;
left: -15px;
line-height: 12pt;
margin: 0px;
padding: 7px 7px 7px 15px;
position: relative;
width: 868px;
font-size:12pt;
background-color: #DDDDDD;
font-weight:bold;
}

div.EvtRegContinue div.EvtRegContinue
{
border:0px;
padding:0px;
margin:0px;
width:540px;
}

div.EvtRegFinish
{
border:1px solid #ccc;
padding:15px;
width:860px;
}

div.EventFee
{
background-color: #EEEEEE;
padding: 8px 15px;
margin-bottom:10px;
}

.EvtRegRegistrants div.EventFee
{
width:auto;
}

div.EvtFeeGroup div.EventFee
{
background: none;
border:0px;
border-bottom: 1px dashed;
margin-bottom:0px;
padding:8px 5px;
}

div.EvtFeeGroup
{

}

div.EventFee .EvtFeeName
{
display:inline;
float:none;
}

div.EventFee .EvtFeeBuyInfo
{
display:inline;
float:right;
text-align:right;
}


.EvtSessionRegistrant div.EventFee .EvtFeeBuyInfo
{
width:255px;
}

div.EventFees div.EventFee
{
display:block;
min-height:19px;
font-size:85%;
line-height: 19px;
}

div.EvtFeeDescr
{
font-size:95%;
font-style:italic;
clear:both;
}

div.EvtRegContinue div.EventFee
{
display:block;
background:none;
border:0px;
border-bottom:1px dashed #ccc;
margin-bottom:0px;
}

div.EvtReg form
{
clear:both;
padding-top:15px;
}

div.EvtRegMerchandise h3
{
background-color: #999999;
color: white;
left: -15px;
line-height: 12pt;
margin: 0px;
padding: 7px 7px 7px 15px;
position: relative;
width: 868px;
font-size:12pt;
}

div.EvtRegMerchandise p.CatalogPath
{
display:none;
}

div.EvtRegMerchandise a.popup_close
{
float:right;
border:1px solid #999;
padding:2px 4px;
}

div.EvtRegMerchandise h2
{
background:none;
color:#006A71;
width:60%;
}

div.EvtRegProduct
{
margin-top:15px;
}

div.ProductPrice
{
font-weight:bold;
}

div.EvtReg span.popup_p
{
font-size:90%;
padding-left:5px;
}

div.EvtReg .EvtRegProduct span.popup_p
{
display:inline;
}

span.EvtFeeRegdate
{
font-style: italic;
padding-left:10px;
font-size:80%;
}

div.EvtRegContinue div.EventFee span.EvtFeeName 
{
float:left;
}

.MembershipDirectoryAlpha a
{
border: 1px #ccc solid;
padding: 2px 5px;
margin-right: 2px;
font-size: 90%;
text-decoration: none;
display:inline-block;
}

.MembershipDirectoryAlpha a:hover
{
background-color:#ccc;
color:white;
text-decoration:none;
}

/********** Search **********/

div.Search dl {
margin-bottom:40px;
margin-left:15px;
}
div.Search dt {
font-weight:bold;
}
div.Search dd {
font-style:italic;
margin:5px 0 10px 10px;
font-size:90%;
line-height:120%;
}

.searchdetails
{
color:#999;
}

input#meta_5ftwitter {
display: block !important;
}

div.Subscribe input.requiredInput {
width: 200px;
}

div.Subscribe div {
line-height: 1.5em;
}

.alignLeft {
margin: 0 15px 15px 0;
}

.alignRight {
margin: 0 0 15px 15px;
}

.home-zine div.Zine .ZineSummaryIndex a{
display: none;
}


.home-zine div.Zine a.ZineLink {
  display: inline-block;
}

.home-zine div.Zine .ZineAbstract {
  font-size: 14px;
}

img.ZineStatusIcon {
    margin: 0 10px 0 0;
}

/********** Blindbox **********/

.boxhead span.boxtitle{
font-size:17px;
padding-right:18px;
background-position:center right;
background-repeat:no-repeat;
background-image:url(drop_up.png);
cursor:pointer;
}

.paneClosed span.boxtitle{
background-image:url(drop.png) !important;
}

.blindbox .boxpane h2{
display:none;
}

.blindbox .boxpane .location h2{
display:block;
}


.pw5-landing-header {
  overflow: auto;
  margin-bottom: 20px;
}

.pw5-landing-header img {
  margin: 0;
}

.pw5-landing-header #primary-logo {
  float: left;
}
.pw5-landing-header .secondary-logo {
  float: right;
}
.pw5-landing-header .secondary-logo img {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pw5-landing-header #primary-logo,
  .pw5-landing-header .secondary-logo {
   float: none;
  }
  .pw5-landing-header {
   text-align: center;
  }
  .pw5-landing-header img {
   margin-bottom: 20px;
  }
}






.EvtReg .formButtons {
    margin: 20px 0;
}
.EvtReg .formButtons .formButton {
    padding: .5em 1em;
    color: rgba(0,0,0,.8);
    border: 1px solid #ccc;
    background-color: #E6E6E6;
    cursor: pointer;
}
.EvtReg .formButtons input[type="submit"] {
    background: #70c9be;
    color: #fff;
}
.EvtReg .formButtons input[type="submit"]:hover {
    background: #999;
}
.EvtReg .formButtons .formButton:hover {
    background: #ddd;
}




textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="string"], input[type="tel"], input[type="color"],  .uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
padding: 5px;
outline:0;
max-width: 100%;
}

select {
max-width: 100%;
}

input[type=file] {
line-height: 20px;
margin: 3px 0;
font-size: medium;
}

textarea:focus, input[type="text"]:focus, input[type="string"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0 none;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
border-color: #ee5f5b;
color: #b94a48;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, input.requiredInput[type="text"]:focus, textarea.requiredInput:focus {
border-color: #e9322d;
box-shadow: 0 0 6px #f8b9b7;
}

.EvtReg .QA_question {
    margin: 10px 0;
}



span.EvtFeeRegLink a, .Catalog form input[type="submit"] {
    border: 1px solid black;
    color: #fff;
    font-weight: bold;
    margin-left: 25px;
    padding: 4px 7px;
    font-size: 95%;
    text-decoration: none;
    background: #1a700a;
    text-transform: uppercase;
}
span.EvtFeeRegLink a:hover, .Catalog form input[type="submit"]:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
    background: #666;
    border: 1px solid #999;
}

.Catalog form input[type="submit"] {
    margin: 10px 0;
    cursor: pointer;
    font-size: 0.880em;
}
.epub-prices .ebook-version .EventFees {
    margin-bottom: 20px;
}


.ebook-version {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ddd;
}
.print-version {
    background: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ddd;
}





.ebook-version > h2, .print-version > h2 {
    text-decoration: underline;
}
.ebook-version > h2 {
    margin-bottom: 25px;
}


@media (min-width: 768px) {
.purchase-indent {
    margin-left: 30px;
 }
}


/* Catalog */
.Catalog table {
  width: 100%;
}
.Catalog table form {
  max-width: 200px;
}



.Catalog .ProductInfo .ProductPrice .ProductPrice1, 
.Catalog .ProductInfo .ProductPrice .ProductPrice2 {
    border-bottom: 1px dashed;
    margin-bottom: 0px;
    padding: 8px 5px;
    display: block;
    min-height: 19px;
    font-size: 85%;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
}



.Catalog .ProductInfo .ProductPrice {
    margin-bottom: 35px;
}



.Catalog .cart_form .prompt .requiredPrompt {
    margin-right: 10px;
}

.Catalog .cart_form input#quantity_5finput {
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.Catalog .ProductPrice span.ProductPriceMemberWarning {
    color: #777;
    font-style: italic;
    font-size: 90%;
}


.CatalogProduct {
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.CatalogSummary {
    font-weight: bold;
}
.Catalog .ProductPrice {
    font-weight: 400;
}

.print-version .ProductPrice {
    font-weight: 400;
}

.print-version .CatalogPath {
    display: none;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div.response {margin:1em 0; font-weight:bold; }
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color: white; display:none; margin-top: 0px;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; z-index:1; color:white;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}