/* Standard tag definitions */

html {
	margin:0px;
	padding:0px;
	height:100%;
	margin-bottom:1px;
	height: 100%;
}

body {
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	text-align:center;
	background: url("../images/ocean_background2.png") #002a5c;	
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	overflow: auto;
	height: 100%;
}

input, textarea {
	margin: 0;
}

p {
	margin-bottom:1em;
}


a  { 
	color: #006AA8;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #006AA8;
	text-decoration:underline;
}

h1 {
	color: #1a3e70;
	font-weight:bold;
	font-family:'Gill Sans','arial black',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 1em 0 0.5em 0;
}

h1.breadcumbs {
	text-transform:uppercase;
	font-weight:bold;
	font-size: 12px;
}


h2 {
	color: #1a3e70;
	font-size: 150%;
	font-weight: bold;
}

h3 {
	font-weight:bold;
	font-size:inherit;
	color: #1a3e70;
	padding-bottom:5px;
	padding-top:5px;
}

h4 {
	color: #000;
	font-size: 150%;
	font-weight: bold;
}

h5 {
	color: #009966;
	font-size: 150%;
	font-weight: bold;
}

h6 {
	color: #FF3300;
	font-size: 150%;
	font-weight: bold;
}

h7 {
	font-weight:bold;
	font-size:110%;
}


ul {
	padding-left: 2em;
}

ol {
	padding-left: 3em;
}

li {
	padding-bottom:.25em;
}

img {
	border: none;
	max-width: 100%;
	height: auto !important;
}


/* Page layout definitions */

.shadow {
   -moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px #888;
	box-shadow: inner 0 0 5px #888;
}

#parallax_nav_duplicate{
	background-color: transparent;
	background-image:url(../images/menu_background_8.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:30px;
	height: 80px;
	width: 780px;
	float: right;
}

/*///////////////////////////////
     THREE COLUMN LAYOUT
//////////////////////////////*/

.body_div{
	 width:100%;
	 text-align:center;
}

#container{
	margin:0 4vw;
	/* width:1008px; */
	text-align:left;
	background: #ffffff url(../images/container_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	/*padding-bottom: 40px;*/
	
}

#left_column {
  float: left;
  height: 100%;
  position: relative;
  width: 154px;
  padding-right: 14px;
  padding-bottom: 20px;
}

#middle_column{
	width: 100%;
	min-width: 624px;
	float:left;
	position: relative;
	height: 100%;
	padding-bottom:20px;
}

#middle_column .masthead img{
	width: 100%;
}

#middle_column_wide{
	width: 985px;
	min-width: 674px;
	float:left;
	position: relative;
	height: 100%;
	padding-top: 90px;
	padding-bottom: 20px;
}

#middle_column_widest{
	width: 985px;
	min-width: 826px;
	float:left;
	position: relative;
	height: 100%;
	padding-top: 90px;
	padding-bottom: 20px;
}


#right_column{
	width: 200px;
	float:right;
	position: relative;
	height: 100%;
	padding-left: 14px;
	padding-bottom: 20px;
}

#right_column_narrow{
	width: 152px;
	float:right;
	position: relative;
	height: 100%;
	padding-left: 14px;
	padding-bottom: 20px;
}

#right_column_narrowest{
	width: 0px;
	float:right;
	position: relative;
	height: 100%;
	padding-left: 0px;
	padding-bottom: 20px;
}

.home_page_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1em 20px 2em 20px;
	/* width:968px; */
}
.home_page_body > div {
	padding: 0 !important;
	overflow-x: auto;
}
.home_page_body > .cart_holder{
	padding: 1em !important;
}
#home_page_flash{
	text-align: center;
	margin: 0 auto;
}

.home_page_body p {
	/*padding-left: 2em;*/
}

.page_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:10px;
	margin-right:10px;
	
}


/* header boxes */
#header > .top-header{
	display: flex;
	padding: 0.5em 1em;
}
#header > .top-header > nav{
	flex: 1 0 auto;
	padding: 0 0 0 2em;
}
#header > .top-header > nav .menu_list_index_0{ 
	display: flex;
    justify-content: flex-end;	
}

#header > .sub-header{
	display: flex;
	justify-content: space-between;
	padding: 0 1.5em 1em;
}
#header > .sub-header > .login-form{
	display: flex;
	align-items: flex-end;
	color:#939598; 
	font-size:12px;
}

#main-nav{
	background-color:#1a2e5a;
}
#main-nav .menu_list_index_0{
	display: flex;
	justify-content: space-between;
	padding: 0 1em;
}
#main-nav .menu_list_index_0 > li{
	display: block;
	/* width: 100%; */
	text-align: center;
}

.header {
	color:#FFFFFF;
	margin:0;
	padding:0;
}

.header_logo {
	padding-top: 48px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: auto;
	text-align: center;
}

.header table {
	padding-top: 4px;
}

.header_div{
	height: 80px;
}
 
#slideshow-countdown-2{ display: none; }

.page_body table {
	border-spacing:0;	
}

.page_body td {
	padding:1em;
	/*Not sure what this will affect 7/26/2010
		Added the below attriubtr to #calendar td*/
	/*border-bottom:#000 thin solid;*/
}

.total_item td.total_item_label {
    padding: 5px 2% 5px 0;
}
.total_item td.total_item_value {
    padding: 5px 0 5px 10px;
}

td.billing_info_label, td.shipping_info_label{
	padding: 0 5px 0 0;
}
td.billing_info_value, td.shipping_info_value{
	padding: 0 0 0 0;
}

.td_border {
	background-color:#eee;
}

.td_border th {
	font-weight:bold;
	font-size:140%;
	padding:.5em;
	border: #000 thin solid;
	background-color:#FF9966;
}

.td_border td {
	padding:.5em;
	margin:0;
	border-right: #000 thin solid;
	outline:none;
}

.td_borderless {
	border: none;
}

.translation_box, .language_nav {
	margin: 10px 0; 
	font-size: 9px; 
	font-weight: bold;
	padding-left: 2em;
}

.translation_box a, .language_nav .language a {
	background: #eee;
	padding: 3px;
	margin-right:4px;
	border-bottom: #888 1px solid;
	border-right: #888 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	text-decoration:none;
}
.translation_box a.current, .language_nav .language.current a{
	background: #aaa;
	padding: 3px;
	border-bottom: #888 1px solid;
	border-right: #888 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	text-decoration:none;
}

.translation_box a:hover, .language_nav .language a:hover {
	text-decoration:underline;
}
.language_nav .language{
	float: left;
}


/* CSS for membership signup */

.ci_label {
	width:200px;
	text-align:right;
	float:left;
	font-weight:normal;
	margin-right:10px;
}


/* CSS definition for menus */

div.normal_menu div.horz_menu a,div.normal_menu div.horz_menu a.parent{
	height:15px;
	color: #00CCFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-bottom:10px;
}
div.normal_menu div.horz_menu a:hover,div.normal_menu div.horz_menu a.active:hover{
	text-align: center;
}
div.normal_menu div.horz_menu a.parent{
	color: #ffffff;
	text-align: center;
}

.friends-of-imata-stacker{
	background-color:#7F7F7F;
	left: 0;
	padding:10px 10px 10px 25px;
}
.friends-of-imata-stacker > h1{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	margin: 0 0 5px;
}
.friends-of-imata-stacker > .body{
	/* width:941px;  */
	/* height:134px; */
	background:#FFF;
	border-radius: 10px;
	padding: 10px 0; 
}
.friends-of-imata-stacker .cycle-slideshow{
	/* width:941px;
	position:absolute; */
}
.friends-of-imata-stacker .cycle-slideshow-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.friends-of-imata-stacker .cycle-slideshow-wrap .cycle-slide{
	display: block;
}

.footer {
  width: 100%;
  color: #ffffff;
  position: relative;
  background-color:#1a2d59; 
  height:100px;

}

.left_column_div{
	width: 200px;
	height:auto;
	background-color:transparent;
	float: left;
}

.member_login_div{
	width: 80%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	border-top: #80dcf1 solid 1px;
	padding-top: 22px;
	border-bottom: #80dcf1 solid 1px;
	padding-bottom: 22px;
}

.member_login_title{
	text-align: center;
	color: #006aa8;
	font-size:14px;
	font-weight:bolder;
	margin-bottom: 0px;
}

.login_password_forgot{
	padding-top: 4px;
}

.member_login_button_div{
	width: 100%;
	margin: 0 auto;
	padding-top: 6px;	
	border-bottom: 1px solid #7EE2F9;	
}

#r_login_top {
	margin:0;
	padding:0;
}

#r_login_middle {
	margin:0;
	padding:0;
}

#r_login_bottom {
	margin:0;
	padding:0;
}

.r_login {
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color: transparent;
}
.r_login a{
	font-weight: bold;
}

.r_login input {
	background-color:#fff;
	font-size:10px;
	margin-top:12px;
	color: #999;
}

#r_login_narrow {
	font-size:10px;
	text-align:left;
	color:#fff;
	font-weight:bold;
	padding: 0 15px 1em 2em;
	margin:0;
	background: url(../images/loginSM-mid.gif) repeat-y;
}

.facebook_button_div{
	width: 76px;
	margin: 0 auto;
	padding-top:20px;
}

.donate_button_div{
	width: 74px;
	margin: 0 auto;
	padding-top:20px;
}

#members_menu{
	width: 100%;
	margin: 0 auto;
}

#members_menu .column_section_header p.column_section_title{
font-size: 14px;	
}

#members_menu_body{
	background-color: #bdf3ff;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}

#members_menu_top_img {
  background-image: url("../images/member_menu_top_image.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  width: 80%;
  z-index: 2;
  padding-right: 1em;
  padding-left: 1em;
}

#members_menu_body_links{
	
}

#members_menu_body_links ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;

}

#members_menu_body_links ul li{
	border-top: 1px solid #7EE2F9;
	padding: 4px 0;
}

#members_menu_body_links ul li.first{
	border-top: none;
}

#members_menu_body_links ul li a{
	color: #006aa8;
}
#members_menu_body_links ul li .no_link{
	font-weight: bold;
}

#members_menu_body_links ul li a:hover, #members_menu_body_links ul li:hover, #members_menu_body_links ul li:hover a{
	background-color: #006aa8;
	color: #BDF3FF;
	text-decoration: none;	
}

#animal_trivia{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

#animal_trivia_body{
	background-color: #bdf3ff;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}

.animal_trivia_image_div{
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	height: auto;
	border: 4px solid #002A5C;
}

.animal_trivia_image_div img{
	width: 100%;
}

.animal_trivia_animal_div{
	padding-top: 10px;
	padding-bottom: 10px;
}

.animal_trivia_animal_div span.title{
	color: #002a5c;
	font-weight: bolder;
}

.animal_trivia_animal_div span.details{
	color: #006aa8;
}

.animal_trivia_fact_div{
	padding-top: 10px;
	padding-bottom: 10px;
}

.animal_trivia_fact_div span.title{
	color: #006aa8;	
	font-weight: bold;
}

.animal_trivia_fact_div span.details{
	color: #006aa8;
}


.r_column {
	width: 151px;
	float:right;
}


.r_search {
}
	
.r_search input.text_input {
  background-color: #FFFFFF;
  color: #999999;
  width: 124px;
}

.r_search input {
	font-size: 10px;
	width: auto;
	padding: 0px;
	margin: 0px;
}

.r_search_narrow {
	margin-left: 15px;
}

.r_search_narrow input {
	font-size: 10px;
	width: 100px;
}

.column_section{
	width: 200px;
	margin-top: 20px;
}
.column_section_header p{
	color: #002a5c;
	font-size: 16px;	
	font-weight: bolder;
	margin-bottom: 8px;
	text-align:center;
}
.column_section_header img{
	vertical-align:baseline;
}

.column_section_body{
	text-align:center;
	font-size: 12px;
	color:#000;
	padding: 0.5em 1em;
	padding-bottom: 0px;
	background-color: #e7e7e7;
	border-top: #7ee2f9 solid 1px;
	border-bottom: #7ee2f9 solid 1px;
	
	 -moz-box-shadow: inset 0 0 5px #999;
	-webkit-box-shadow: inset 0 0 5px #999;
	box-shadow: inner 0 0 5px #999;
}

.column_section_footer {
    text-align: center;
}
.column_section_footer.library {
    padding: 2em 0 0;
}

.soundings_link{
	display: block;
}
a.soundings_link:hover{
	text-decoration: none;
}
.soundings_link > img{
	max-width: 100%;
	height: auto;
}
.soundings_link > .info{
	font-size: 2.65em;
    padding: 0.25em;
    text-align: center;
	font-family: "Arial Black", "Arial Bold", "HelveticaBlack", "Helvetica Black", Gadget, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
	background: #0052A6;
	color: #ffffff;
}
.soundings_link > .info > .issue_info{
   -webkit-stroke-width: 5.3px;

   -webkit-stroke-color: #047AB7;

   -webkit-fill-color: #047AB7;

   text-shadow: 8px 5px 10px #047AB7, -8px -5px 10px #047AB7, 8px -5px 10px #047AB7, -8px 5px 10px #047AB7;
}
.soundings_link > .info > .message{
	text-shadow: -4px 2px 1px #000000; 
}

.r_section_footer, .r_section_footer a, .r_section_footer img{
	padding: 0;
	margin: 0;
	bottom: 0;
}

.r_section_footer img{
	vertical-align: bottom;
}

.r_publications h1 {
	text-align:center;
	font-size: 11px;
	margin: 0.5em 0;
	padding-bottom:1em;
	
}
.r_publications h1 sup {
	text-transform:none;
}

.r_publications li {
	width: 100%;
}


.r_publications p {
	padding-bottom: 5px;
}

.r_publications ul {
	list-style-position:outside;
	padding-left: 20px;
}

.r_publications li {
	padding-top: 10px;
}

.r_publications_narrow {
	margin: 10px 0;
	text-align:center
}



.r_events_narrow {
	margin-bottom: 10px;
	text-align:center;
}

.r_events.column_section_body{	
	text-align: left;
}
.r_events.column_section_body li{	
	list-style: none;	
}
.r_events.column_section_body ul{	
	padding: 0;	
}
.r_events.column_section_body .date {
    padding: 0 0 5px 10px;
}


.r_forum {
	text-align:left;
	color:#ffffff;
}

.r_forum_narrow {
	margin-bottom: 5px;
	text-align:center;
}

.r_extras {
	margin: 10px 0;
}

.search_results ul {
	padding-left: 30px;
}
.search_results li {
	padding: 5px 0;
}

/*
   -------------------------------------------------
	Calendar Styles
   -------------------------------------------------
*/

#calendar td {
	padding:5px;
	border-bottom:#000 thin solid;
}

#calendar table {
}

.cal_nav {
	color: white;
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	text-decoration: none;
	background-color: #255066;
}

.cal_nav:hover  { color: red }
.cell { 
	background-color: #fff;
	text-align: center; 
	border-bottom: #f00 1px solid; 
	border-right: solid 1px #aaa;  
	font-size: 12px;font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	padding:5px;
}
.cellOver { 
	background-color:#ffeeee;
	text-align: center; 
	border-bottom: solid 1px #aaa; 
	border-right: solid 1px #aaa; 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	padding:5px;
}
.day_list { 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: white; 
}

.dayOver { 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: #ffeeee; 
}

.day_item { 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: transparent; 
}

.day_itemHover { 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: #ffdddd; 
}

.cal { 
	color: black; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	border: solid 1pt #472144
}
.cal_print { 
	color: black;
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}
.cell_print {
	border: #000 solid thin;
}

.cell_print_weekend {
	border: #000 solid thin;
}

.date_cell {
	text-align:left;
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	text-align:left;
	color: #000; 
}

.date_cell h1 {
	background-color:#FFCCCC;
	font-weight:normal;
	font-size:6pt;
}	

.date_cell a {
	text-decoration: none;
	color: #000;
	font-weight:bold;
	font-size:8pt;
}

.date_cell a:hover {
	color: red;
	text-decoration:underline;
}

.last_month_cell {
	text-align:left;
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	text-align:left;
	color: #000; 
}

.last_month_cell a {
	text-decoration: none;
	color: #000;
	font-weight:normal;
	font-size:8pt;
	font-style:italic;
}

.list_font {
	color: black; 
	font-size: 7pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}

.list_font a  { 
	text-decoration: none;
}

.list_font a:hover { 
	color: red; 
	text-decoration: underline;
}

.cal_list {
	font-size:12px;
}

.list_day {
	width:100px;
	font-size:inherit;
	border-bottom: solid thin #472144;
	padding:4px;
}

.list_day_weekend {
	background-color:#CCCCCC;
	font-size:inherit;
	border-bottom: solid thin #472144;
	padding:4px;
}

.list_day_over {
	background-color:#ffeeee;
	font-size:inherit;
	border-bottom: solid thin #472144;
	padding:4px;
}
.list_day_weekend_over {
	background-color:#ffeeee;
	font-size:inherit;
	border-bottom: solid thin #472144;
	padding:4px;
}

.cal_head {
	font-size: 13px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background: url(../images/calendar-header2.gif) no-repeat;
	padding-left:0px;
	margin: 0;
	height: 28px;
}

.cal_head td {
	padding:0;
}

.cal_head_print       { font-size: 20px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; border-bottom: solid; }
.day_week { 
	font-weight: bold; 
	background-color: #dfdfdf; 
	text-align: center; 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	border-bottom: #aaa solid thin;
}
.day_week_first { 
	font-weight: bold; 
	background-color: #dfdfdf; 
	text-align: center; 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	border-left: #aaa solid thin;
	border-bottom: #aaa solid thin;
}
.day_week_last { 
	font-weight: bold; 
	background-color: #dfdfdf; 
	text-align: center; 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	border-right: #aaa solid thin;
	border-bottom: #aaa solid thin;
}

.day_week_print {
	font-weight: bold; 
	text-align: center; 
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	border-bottom: solid;
}

.cell_active { 
	background-color: yellow;
	text-align: center; 
	border: solid 1px white;  
	font-size: 12px;font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	padding:5px;
}

.cell_saturday_over {
	background-color:#ffeeee;
	text-align: center;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding:5px;
}

.cell_saturday { 
	background-color:#e6e6fa;
	text-align: center; 
	border-bottom: solid 1px #aaa; 
	border-right: solid 1px #aaa;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding:5px;
}

.cell_sunday { 
	background-color:#e6e6fa;
	text-align: center; 
	border-bottom: solid 1px #aaa; 
	border-right: solid 1px #aaa;
	border-left: solid 1px #aaa;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding:5px;
}

.cell_sunday_over { 
	background-color:#ffeeee;
	text-align: center;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-left: solid 1px #aaa;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding:5px;
}

.drop { 
	color: black;
	font-size: 8.5px;
	background-color: yellow;
}

.item_link { 
	color: #472144;
}
.more {
	border:0;
	width:79px;
	height:23px;
}
	
.nextPrevLink { 
	color: #fff;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}

.cats_checkboxes {
	background-color:#CCFFFF;
	border:#000000 thin solid;
	padding: 1em;
	width: 400px;
}

.detail_popup {
	margin: 2em;
	background: #ffffff;
	text-align:left;
	font-weight:normal;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}	

/*
   -------------------------------------------------
	Menu Styles
   -------------------------------------------------
*/
.menu_container_footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1cb1ca;
    font-size: 12pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.menu_container_footer .menu_list li a,
.menu_container_footer .menu_list li .no_link{
	padding: 5px 10px 5px 10px;
	color: #1cb1ca;
	display: block;
}
.menu_container_footer2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1cb1ca;
    font-size: 10pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.menu_container_footer2 .menu_list li a,
.menu_container_footer2 .menu_list li .no_link{
	padding: 5px 10px 5px 10px;
	color: #1cb1ca;
	display: block;
}
.menu_container_footer_copy {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
    font-size: 8pt;
	padding-left:30px;
	padding-top:20px;

}
.menu_container {
	background-color: transparent;
	/* background-image:url(/client/imata_web/images/menu_background.png); */
	/* background-image:url(../images/menu_background.png);
	background-repeat:no-repeat; */
	background-position:top left;
	/* padding-left:30px; */
	height: 80px;
	/* width: 812px; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* z-index:1000;
	right: 0;
	position: absolute; */
}
.menu_container .menu {
	height:36px;
	padding-top:6px;
	margin:0;
	color:#FFFFFF;
	text-align:left;
	margin-left:0px;
	width:100%;
}

.menu table {
	background-color: transparent;
	width: 100%;
	border:none;
	margin-left:10px;
}

.menu td, th {
	text-align:left;
	font-weight:normal;
	background-color: transparent;
	border:none;
}

.t_menu_top {
	float:left;
	padding:4px 7px 0 7px;
	width:auto;
}

div.vert_menu {
  position: absolute;
  visibility: hidden;
  display: none;
}
div.horz_menu a { display: block; float: left; }
div.vert_menu a { display: block; float: none; }
div.vert_menu a {
	width: 220px;
	height:22px;
	padding-left: 10px;
	padding-top: 2px;
	background: #0066CC url(../images/mainnav-bkgd.gif) repeat-x;
	text-decoration: none;
	border: none;
	color: white; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.vert_menu a:hover {
	background: #fff url(../images/mainnav-bkgd-over.gif) repeat-x;
	color: #451746; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	border:none;
}

/* // PNC EDIT 05/01/2017b */
a.endorsement-alert {
    background-color: #cc3333;
    color: #ffffff;
    display: block;
    font-size: 1.25em;
    margin: 0.5em;
    padding: 0.75em;
    text-align: center;
    width: 100%;
}
a.endorsement-alert:hover { color: white; }
/*
   -------------------------------------------------
	Inline Image Styles
   -------------------------------------------------
*/

.image_right {
	float:right;
	margin-left:1em;
	margin-bottom:0.5em;
}

.image_left {
	float:left;
	margin-right:1em;
	margin-bottom:0.5em;
}

/*
   -------------------------------------------------
	Form Styles
   -------------------------------------------------
*/
.facility_pass {
	background:#dfdbdc;
    min-height: 100%; /* min. height for modern browser */
    height:auto !important; /* important rule for modern Browser */
    height:100%; /* min. height for IE */
    overflow: hidden !important; /* FF scroll-bar */
	padding:20px;
	-moz-border-radius: 45px; 
	border-radius: 15px;	

}
.facility_pass input[type=submit] {
    background-color: #19bde7;
    cursor: pointer;
    cursor: hand;
    padding: 2px 3px 2px 3px;
    width: 70px;
    color: #FFF;
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    size: 10px;
    height: 23px;
    border: 0;	
	float: left;
}
.facility_pass input[type=text]    {
	/* width:375px; */
	max-width: 100%;
	display:block;
	border: 1px solid #4387b4;
	height: 25px;
	margin-left:-90px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Chrome, FF 4.0 support box-shadow without vendor prefix.
	* Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
	* No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
	* change the offsets, blur and color to suit your design.
	*/
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;  
}

.form_label {
	display:block;
	width:100px;
	float:left;
	text-align:right;
	padding-right:10px;
}

div.form_input{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.form_receipt label{
	font-weight: bold;
}



.form_button {
	margin: 10px 0 0 110px;
	padding:0 1em;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #1a3e70;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 0;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

#duplicate_donor_div {
	text-align: right;
}
#duplicate_donor_div label{
	float: right;
}
#duplicate_donor{
	float: right;	
}
#submit_div{
	text-align:center;
}

/*
   -------------------------------------------------
	Document Library
   -------------------------------------------------
*/

.library_keywords {
	color: #0033ff;
}



.menu_container .menu_list_index_0{
    font-size: 1.25vw;
   /*  font-weight: bold; */
    margin-top: 5px;
	line-height: 1;
}

.menu_container .menu .menu_list_index_0_item {
	/*	text-transform: uppercase;	*/
}
.menu_container .menu_list li{
}
#main-nav a,
#main-nav .no_link{
	text-align: left;
}

.menu_container .menu_list li a,
.menu_container .menu_list li .no_link,
#header .menu_container .menu_list li a,
#header .menu_container .menu_list li .no_link{
	padding: 0.25em 0.5em;
	color: #002a5c;
	display: block;
}
#header .menu_container .menu_list li a,
#header .menu_container .menu_list li .no_link{
	font-weight: normal;
}
#header .menu_container .menu_list li li a,
#header .menu_container .menu_list li li .no_link{
	font-weight: bold;
}
.menu_container .menu_list li:hover{
	color: #000000;
}
.menu_container .menu_list li a:hover,
.menu_container .menu_list li .no_link:hover{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: #03bae4;
	color:#FFF;
}
.menu_container .menu_list li ul{
	/*width: 15.3em;*/
	border:#03bae4 3px solid;
	border-radius: 5px;
	margin-left:-8px;
}
.menu_container .menu_list li li a,
.menu_container .menu_list li li .no_link{
	padding: 6px 10px;
}
.menu_container .menu_list .menu_list_index_1_child_item{
/*	background: url("/images/shadow.png") no-repeat scroll right bottom transparent;
	background: url("../images/mainnav-bkgd.gif") repeat scroll 0 0 #00A0C6;*/
	background:#FFF;
	
}
.menu_container .menu_list .menu_list_index_1_child_item:hover,
.menu_container .menu_list .menu_list_index_1_child_item a:hover,
.menu_container .menu_list .menu_list_index_1_child_item .no_link:hover{
	color:#FFF;
	background:#03bae4;
}
.menu_container .menu_list li li li{
	background:#FFF;
}
.menu_container .menu_list li li li:hover{
	background:#03bae4;
}
#members_menu_body_links li{
	display: block;
}

/* Second Menu */
.menu_container2 .menu_list_index_0{
	/* float: left; */
    font-size: 1.25vw;
    font-weight: bold;
	/* height:26px; */
}

.menu_container2 .menu .menu_list_index_0_item {
	text-transform: uppercase;
}
.menu_container2 .menu_list li{
}

.menu_container2 .menu_list li a,
.menu_container2 .menu_list li .no_link{
	padding: 0.5em;
	color: #FFF;
	display: block;
}
.menu_container2 .menu_list li:hover{
	color: #000000;
}
.menu_container2 .menu_list li a:hover,
.menu_container2 .menu_list li .no_link:hover{
	background: none repeat scroll 0 0 #00A0C6;
}
.menu_container2 .menu_list li ul{
	border:#1b2f5b 3px solid;
	width:200px;
}
.menu_container2 .menu_list li li a,
.menu_container2 .menu_list li li .no_link{
	padding: 6px 10px;
}
.menu_container2 .menu_list .menu_list_index_1_child_item{
/*	background: url("/images/shadow.png") no-repeat scroll right bottom transparent;
	background: url("../images/mainnav-bkgd.gif") repeat scroll 0 0 #00A0C6;*/
	background:#205e82;
/*	border-bottom:2px solid #FFF;	*/
}
.menu_container2 .menu_list .menu_list_index_1_child_item:hover,
.menu_container2 .menu_list .menu_list_index_1_child_item a:hover,
.menu_container2 .menu_list .menu_list_index_1_child_item .no_link:hover{
	color:#FFF;
	background:#03bae4;
}
.menu_container2 .menu_list li li li{
	background: none repeat scroll 0 0 #016C86;
}
.back_nav a, .back_nav a:hover {
	color:#FFF;
	size:12px;
}
@media (min-width: 1240px){
	.menu_container .menu_list_index_0{
		font-size: 13px;
	}

	.menu_container2 .menu_list li a,
	.menu_container2 .menu_list li .no_link{
		font-size: 14px;
	}
}

.submit_bp_button{
	-moz-border-radius: 25px; 
	background-color:#19bde7; 
	cursor: pointer; 
	cursor: hand; 
	padding:2px 3px 2px 3px; 
	width:230px; 
	color:#FFF; 
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	size:10px;
	height:23px;
	border:0;
}
.submit_button{
	-moz-border-radius: 25px; 
	background-color:#19bde7; 
	cursor: pointer; 
	cursor: hand; 
	padding:2px 3px 2px 3px; 
	width:75px; 
	color:#FFF; 
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	size:10px;
	height:23px;
	border:0;
}
.double-scroll{
	/* width: 970px; */
	/* height:900px; */
	max-width: 100%;
	overflow-x: auto;
}
.chat_container {
	background: #FFF;
	height: 290px;
	padding: 10px;
	/* overflow: scroll; */
	width: 420px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.chat_admin_warn a, .chat_admin_warn a:hover, .chat_admin_warn a:visited, .chat_admin_warn a:active  {
	color:#f95454 !important;
}
.chat_admin_pm a, .chat_admin_pm a:hover, .chat_admin_pm a:visited, .chat_admin_pm a:active  {
	color:#060 !important;
}

.box{
	display: none;
}



/**
	*	Accrediation Form Adjustments
	**/
#lc-cms-form-element-331,
#lc-cms-form-element-332,
#lc-cms-form-element-333{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;		
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;		
}
#lc-cms-form-element-331 .lc_cms_form_label_on_top,
#lc-cms-form-element-332 .lc_cms_form_label_on_top,
#lc-cms-form-element-333 .lc_cms_form_label_on_top{
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
}
#lc-cms-form-element-331 .lc_cms_form_caption,
#lc-cms-form-element-332 .lc_cms_form_caption,
#lc-cms-form-element-333 .lc_cms_form_caption{
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}
#lc-cms-form-element-331 .cms-form-field-stacked,
#lc-cms-form-element-332 .cms-form-field-stacked,
#lc-cms-form-element-333 .cms-form-field-stacked{ margin-left: 21%; }
#lc-cms-form-element-334 .lc_cms_form_label_on_top,
#lc-cms-form-element-337 .lc_cms_form_label_on_top,
#lc-cms-form-element-338 .lc_cms_form_label_on_top{ display:none; }


/**
*	Mobile Rules
*/
#header > .sub-header > .login-form > .submit_button,
#mobile-nav,
#mobile-expander,
#mobile-nav{
	display: none;
}

.mobile-show{ display: none; }
.mobile-show-flex{ display: none; }
@media (min-width: 768px){
	#header > .sub-header > .login-form > .login-form-wrapper{
		display: block !important;
	}
	#mobile-nav{
		display: none !important;
	}
}
@media (max-width: 768px){
	.mobile-hide{ display: none; }
	.mobile-show{ display: block; }
	.mobile-show-flex{ display: flex; }

	*[style*="float: right"],
	*[style*="float: left"],
	*[style*="float:right"],
	*[style*="float:left"],
	.image_right,
	.image_left{
		float: none !important;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100%;
	}

	#header{
		display: flex;
		flex-wrap: wrap;
	}
	#header .sub-header{
		flex: 1 1 0%;
		padding: 0;
		flex-wrap: wrap;
	}

	#header .sub-header .member-info{
		flex: 1 0 100%;
		order: 3;
	}

	#top-nav, #main-nav{
		display: none;
	}
	#mobile-expander{ display: block; }

	#header > .sub-header{ padding: 0; }

	#header > .sub-header > .login-form{
		display: block;
		text-align: right;
		padding: 1em 0.5em;
		flex: 1 0 auto;
	}

	#header > .sub-header > .login-form > .login-form-wrapper{
		display: none;
	}

	#header > .sub-header > .login-form > .login-form-wrapper .form-elements{
		display: block;
		margin-bottom: 0.5em;
	}

	#header > .sub-header > .login-form > .submit_button{
		display: inline-block;
		font-size: 14px;
		text-align: center;
		line-height: 1.65em;
	}

	#header > .sub-header > .misc-controls{ padding: 1em 0; display: flex; }

	#header > .sub-header > .misc-controls .donate-button{ display: none; }
	#header > .sub-header > .misc-controls > a img{ padding: 0 0.5em !important; }

	#middle_column{ min-width: 0; float: none; }

	.home_page_body {
		padding: 1em 2vw 2em 2vw;
	}

	#slideshow-countdown-1{ display: none; }
	#slideshow-countdown-2{
		display: block;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		margin: 1em auto;
		text-align: center;
	}
	#slideshow-countdown-2 > a > div{ display: inline-block; position: relative; }

	.table-scroller{ overflow-x: auto; }

	table.mobile-stacked,
	table.mobile-stacked tbody,
	table.mobile-stacked th,
	table.mobile-stacked tr,
	table.mobile-stacked td{
		display: block;
		max-width: 100%;
		width: 100% !important;
	}

	ul {
		padding-left: 0.5em;
	}
}

/**
	Mobile Menu
*/
#mobile-expander{
	cursor: pointer;
	float: right;
	height: 24px;
	width: 30px;
	padding: 1.5em;
	box-sizing: initial;
	position: relative;
	z-index: 2;
	color: #1a3e70;
}
#mobile-expander span {
	background-color: #1a3e70;
	display: block;
	height: 5px;
	margin-bottom: 5px;
	width: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/* #mobile-expander:after {
	bottom: 0;
	content: "Menu";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
} */
#mobile-expander.open span:first-child + span {
    height: 0;
    margin: 0;
}
#mobile-expander.open span:first-child, 
#mobile-expander.open span:first-child + span + span {
	margin: 0;
	-webkit-transform: translate(0px, 13px) rotate(-45deg) scaleX(1.3);
	-moz-transform: translate(0px, 13px) rotate(-45deg) scaleX(1.3);
	-o-transform: translate(0px, 13px) rotate(-45deg) scaleX(1.3);
	-ms-transform: translate(0px, 13px) rotate(-45deg) scaleX(1.3);
	transform: translate(0px, 13px) rotate(-45deg) scaleX(1.3);
}
#mobile-expander.open span:first-child + span + span {
	-webkit-transform: translate(0px, 9px) rotate(45deg) scaleX(1.3);
	-moz-transform: translate(0px, 9px) rotate(45deg) scaleX(1.3);
	-o-transform: translate(0px, 9px) rotate(45deg) scaleX(1.3);
	-ms-transform: translate(0px, 9px) rotate(45deg) scaleX(1.3);
	transform: translate(0px, 9px) rotate(45deg) scaleX(1.3);
}


#mobile-nav{
	/* display: block; */
	flex: 1 0 100%;
	background-color: #1a2d59;
	font-size: 1.15rem;
}
#mobile-nav .main-nav{
	background-color: #046aaa;
}
#mobile-nav li {
	display: block;
	padding: 0.5em 1em;
	border-bottom: 1px solid;
	color: white;
}
#mobile-nav li:last-child { border-bottom: none; }
#mobile-nav a,
#mobile-nav .no_link { color: white; }
#mobile-nav .no_link { font-weight: normal; }

#mobile-nav li.parent {	position: relative; }
#mobile-nav li.parent:after {
	content: '\25be';
    position: absolute;
    right: 0.5em;
	top: 0.5em;
}
#mobile-nav li.parent.open:after { content: '\25b4'; }
#mobile-nav li > .menu_group_wrapper { display: none; }


@media (max-width: 768px){
	.facility_pass input[type=text]    {
		margin-left: 0;
	}
}