@charset "UTF-8";             /* CSS Document */
/* ------------------------------ CSS RESET --------------------------------- */
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, span, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form{
	color: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: .05em;
	line-height: 1.5;
	list-style: none;
}

body{
	background: #fff;
	color: #333;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}

a{
	color: #0083DD;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1{
	color: #407BA3;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
h2{
	color: #407BA3;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
h3{
	font-weight: 700  !important;
	font-size: 15px;
	margin-bottom: 5px;
}
h4{
	font-size: 14px !important;
	font-weight: 600  !important;
	margin-bottom: 10px;
}
img{
	border: none;
	max-width: 100%;
}
input{
	
}
ol{
	margin: 0 0 10px 0;
}
ol li{
	list-style: decimal;
	margin: 0 0 0 20px;
}
p{
	margin-bottom: 10px;
}
span{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table, tr, td{
	border: 0 none;
	border-spacing: 0;
	font-size: inherit !important;
	text-align: left;
}
ul{
	margin: 0 0 10px 0;
}
ul li{
	list-style: disc;
	margin: 0 0 0 20px;
}
/*============================ ID's & CLASSES ================================*/
.button.special{
    background: #d12100; /* Old browsers */
	background: -moz-linear-gradient(top,  #d12100 18%, #e84f0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#d12100), color-stop(100%,#e84f0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d12100 18%,#e84f0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d12100 18%,#e84f0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d12100 18%,#e84f0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d12100 18%,#e84f0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12100', endColorstr='#e84f0c',GradientType=0 ); /* IE6-9 */

	border: 1px solid #d12100;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
	text-align: center !important;
}
.button.special:hover{
	background: #d12100;
	color: #fff;
	text-decoration: none;
}
.button.special.green{
    background: #0c7738; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c7738 0%, #109e4a 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7738), color-stop(82%,#109e4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0c7738 0%,#109e4a 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0c7738 0%,#109e4a 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0c7738 0%,#109e4a 82%); /* IE10+ */
	background: linear-gradient(to bottom,  #0c7738 0%,#109e4a 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7738', endColorstr='#109e4a',GradientType=0 ); /* IE6-9 */

	border: 1px solid #0c7738;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
	text-align: center !important;
}
.button.special.green:hover{
	background: #0c7738;
	color: #fff;
	text-decoration: none;
}

div.figure{
	
}
div.figWrapper{
	text-align: center;
}
div.figcaption p{
	margin: 0;
}

img.inline{
	float: left;
	margin: 0 10px 10px 0;
}

p.message{
	color: #d12100;
	font-style: italic;
}

table.councilMember td, table.councilMember th{
	padding: 5px 10px;
	vertical-align: top;
}
table.councilMember th{
	border-bottom: 1px solid #d4e2eb;
}
table.councilMember tr td:nth-child(odd){
	background: #f8fafc;
}
table.councilMember li{
	/*list-style: none;*/
}

ul.councilMember{
	float: left;
	margin: 0 2% 20px 0;
	width: 22%;
}
ul.councilMember li{
	list-style: none;
	margin: 0;
}
ul.councilMember li.credentials span.name{
	font-size: 16px;
	font-weight: 600;
}
ul.councilMember li.department{
	font-style: italic;
}

ul.horizontal{
	float: left;
	width: 100%;
}
ul.horizontal li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 1%;
}
ul.horizontal li a{
	float: left;
	padding: 10px;
}

ul.sidebar, ul.horizontal, table.pubs{
	background: #6393b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #6393b4 0%, #407ba3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6393b4), color-stop(100%,#407ba3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6393b4 0%,#407ba3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393b4', endColorstr='#407ba3',GradientType=0 ); /* IE6-9 */
	
}

ul.sidebar li, ul.horizontal li, table.pubs td{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sidebar li a, ul.sidebar li a:active, ul.sidebar li a:visited, ul.horizontal li a, table.pubs td a, ul.sidebar a h3{
	color: #fff;
	display: block;
	font-size: 11pt;
	margin: 0;
	padding: 20px;
}
ul.sidebar li a:hover, ul.horizontal li a:hover, ul.pubs li a:hover, table.pubs td a:hover{
    background: rgba(0, 0, 0, .2) !important;
    cursor: pointer;
	text-decoration: none;
    transition: all .1s ease-in-out;
} ul.sidebar li a h3{  display:inline-block;   } 

ul.socialNav li .social{
	background: url('/smbe/images/socialicons.png');
	display: block;
	float: left;
	height: 20px;
	margin: 0 20px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	/*transition: all .2s ease-in-out;*/
	width: 20px;
}
ul.socialNav.white li .social{
	background: url('/smbe/images/socialicons-white.png');
}

ul.socialNav li .facebook, ul.socialNav.white li .facebook{
	background-position: 0 0;
}
ul.socialNav li .facebook:hover, ul.socialNav.white li .facebook:hover{
	background-position: 0 -22px;
}
ul.socialNav li .twitter, ul.socialNav.white li .twitter{
	background-position: -22px 0;
}
ul.socialNav li .twitter:hover, ul.socialNav.white li .twitter:hover{
	background-position: -22px -22px;
}
ul.socialNav li .youTube, ul.socialNav.white li .youTube{
	background-position: -43px 0;
}
ul.socialNav li .youTube:hover, ul.socialNav.white li .youTube:hover{
	background-position: -43px -22px;
}
ul.socialNav li .googlePlus, ul.socialNav.white li .googlePlus{
	background-position: -63px 0;
}
ul.socialNav li .googlePlus:hover, ul.socialNav.white li .googlePlus:hover{
	background-position: -63px -22px;
}
ul.socialNav li .linkedIn, ul.socialNav.white li .linkedIn{
	background-position: -84px 0;
}
ul.socialNav li .linkedIn:hover, ul.socialNav.white li .linkedIn:hover{
	background-position: -84px -22px;
}

.pane{
	overflow: hidden;
	text-align: left;
}
.abstract.active{
	position:absolute;
	top:10px;
	right:15px;
}
#fromInfo {
	margin:0px 0px 20px 0px;
}
.subject {
	font-weight:bold;
	font-size:17px;
}
.message {
	border: 1px solid #b8cedd;
	color: #000!important;
	padding: 10px!important;
	background-color: #fbfbfb;
	margin: 20px 0px !important;
}
.feedbackEntry {
	border-bottom: 1px solid #b8cedd;
}
.noteIcon {
	font-size:12pt;
	margin: -3px 0 0 0;
	padding: 0px 0 5px 1px;
}
.at_flat_counter{
	height:32px!important;
}
/*================================= HEADER ===================================*/
#headerWrapper{
	margin: 0;
	text-align: center;
	/*min-width: 100%*/;
}
#header{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 96%;
	max-width: 1200px;
}

#header .left{
	float: left;
	padding: 20px 10px;
}
#header .banner img{
	width: auto;
	max-width: none;
}
#header a.mobile{
	display: none;
}

#header .right{
	float: right;
	margin: 0;
	padding: 0;
}

#header .secondaryNav{
	
}

#header .secondaryNav .pane{
	float: left;
	height: 20px;
	overflow: visible;
	padding: 5px 10px;
}
#header .secondaryNav .pane div{
	float: left;
}
#header .secondaryNav .navbar{
	background: #D12100;
	border-bottom: 1px solid #851500;
}
#header ul.socialNav{
	float: left;
	margin: 0 auto;
	padding: 0;
}
#header ul.socialNav li{
	border: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul.socialNav li a{
	margin: 0 20px 0 0;
	padding: 0;
}

#header .navbar{
	/*border: 1px solid blue;*/
	display: block;
	float: left;
}
#header .navbar li{
	float: left;
	list-style: none;
	margin: 0;
}
#header .navbar li a{
	color: #fff;
	display: block;
	float: left;
	height: 20px;
	padding: 5px 10px;
}
#header .navbar li a:hover{
	color: #851500;
	text-decoration: none;
	transition: all .1s ease-in-out;
}

#subHeaderWrapper{
	background: #d4e2eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4e2eb 0%, #b8cedd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e2eb), color-stop(100%,#b8cedd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4e2eb 0%,#b8cedd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4e2eb 0%,#b8cedd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4e2eb 0%,#b8cedd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4e2eb 0%,#b8cedd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e2eb', endColorstr='#b8cedd',GradientType=0 ); /* IE6-9 */

}
/*================================= NAVBAR ===================================*/
#navBarWrapper{
	background: #6393b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #6393b4 0%, #407ba3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6393b4), color-stop(100%,#407ba3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6393b4 0%,#407ba3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393b4', endColorstr='#407ba3',GradientType=0 ); /* IE6-9 */
	
	/*border-bottom: 1px solid #193E57;*/
	clear: both;
	text-align: center; /*centers #navbar in IE*/
	width: 100%;
}
#navBar{
	margin: 0 auto; /*centers #navBar everywhere else*/
	padding: 0px 0;
	width: 96%;
	max-width: 1200px;
}
/* GENERAL Style for submenu items when not selected */
#navBar li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar ul li a, .mobileMenuTrigger a{
	display: block;
	float: left;
}
.mobileMenuTrigger a{
	width: 100%;
}
.MainMenu_Item td, #navBar ul li a, .mobileMenuTrigger a{
	color: #fff;
	cursor: pointer;
	padding: 10px 5px;

	background: #6393b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #6393b4 0%, #407ba3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6393b4), color-stop(100%,#407ba3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6393b4 0%,#407ba3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6393b4 0%,#407ba3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393b4', endColorstr='#407ba3',GradientType=0 ); /* IE6-9 */
}
.MainMenu_MenuContainer td:hover{
	background: #193E57;
}
.mobileMenuTrigger, ul.navbar li.mobileMenuTrigger{
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mobileMenuTrigger a{
	padding: 10px 0;
	width: 100%;
}

/* Styles for the MAIN MENU items when HOVERED (not submenu) */
.RootMenu_ItemSel td, #navBar ul li a:hover, .mobileMenuTrigger a:hover{
	background: rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	padding: 10px 5px;
	transition: all .1s ease-in-out;
	text-decoration: none;
}
/* Styles for the submenu items when unselected */
.SubMenu{
	margin-top: 0px;
}
.SubMenu .MainMenu_Item{
	/*border-top: 1px solid #888;*/
	color: #fff;
	z-index: 99;
}
.SubMenu tr:hover{
	background: #193E57;
}

/* Styles for the submenu items when selected */
.SubMenu_ItemSel{
	background: rgba(0, 0, 0, .2) !important;
	color: #fff !important;
	cursor: pointer;
}

.dnn_dnnmenu_ctldnnmenu_spmicn, .dnn_dnnmenu_ctldnnmenu_spmarw{
	display: none; /*have to hide weird spacers generated by the Main Menu DNN*/
}
/*============================== BREADCRUMB ==================================*/
#breadCrumbWrapper{
	clear: both;
	text-align: center; /*centers #navbar in IE*/
	width: 100%;
}
#breadCrumbBar{
	margin: 0 auto; /*centers #breadcrumb everywhere else*/
	width: 96%;
	max-width: 1200px;
}
/*-- LEFT --*/
#breadCrumbBar .left{
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 10px 20px;
}

#breadCrumbBar .left a{
	color: #407BA3;
	display: block;
	float: left;
}
#breadCrumbBar .left a:last-child{
	color: #0083DD;
}
#breadCrumbBar .left a:hover{
	color: #407BA3;
}
#breadCrumbBar .rightArrow {
	color: #407BA3;
	float: left;
	margin: 0 10px;
}
/*-- RIGHT --*/
#breadCrumbBar .right{
	float: right;
	margin: 0;
	padding: 0;
}

#breadCrumbBar .memberActivity{
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0;
}
#breadCrumbBar .memberActivity a{
	
}
#breadCrumbBar .memberActivity a:hover{
	
}
#breadCrumbBar .memberActivity a.collapse{
	display: none;
}

#breadCrumbBar .wrapper{
	float: left;
}

#breadCrumbBar ul.socialNav{
	float: left;
	margin: 10px auto;
	padding: 0;
}
#breadCrumbBar ul.socialNav li{
	border: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadCrumbBar ul.socialNav li a{
	margin: 0 0 0 10px;
	padding: 0;
}

#breadCrumbBar .searchBar{
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 0;
	text-align: left;
}
#breadCrumbBar .searchBar input{
	border-right: none;
	float: left;
	height: 32px;
	margin: 0;
	padding: 5px;
}
#breadCrumbBar .searchBar a{
	border-width: 2px;
	border-left-width: 1px;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
}

/*============================== SUBHEADER ===================================*/
#subHeader{
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 96%;
	max-width: 1200px;
}
#subHeader .pane{
	display: none;
}
#subHeader .left{
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 32%;
}
#subHeader .middle{
	float: left;
	margin-bottom: 20px;
	width: 32%;
}
#subHeader .right{
	float: right;
	margin-bottom: 20px;
	width: 32%;
}
#subHeader .figure{
	overflow: hidden;
}
#subHeader .figure .figWrapper{
	border: 5px solid #fff;
	overflow: hidden;
}
#subHeader .figure img{
	max-height: 300px;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: none;
}
#subHeader .figcaption{
	background: #fff;
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
}
#subHeader .figcaption p{
	border-left: 2px solid #b8cedd;
	padding: 10px 10px 10px 15px;
}
/*================================ PANES =====================================*/
#marquee{
	float: left;
	width: 100%;
}
#marquee .pane{
	margin: 20px auto 0 auto;
	width: 96%;
	max-width: 1200px;
}

#panesWrapper{
	float: left;
	text-align: center; /*centers #breadcrumb in IE*/
	width: 100%;
}

#panesWrapper .wrapper{
	margin: 20px auto 0 auto;
	width: 96%;
	max-width: 1200px;
}

#panesWrapper .figure{
	float: left;
	margin: 0 2% 10px 0;
	overflow: hidden;
	max-width: 30%;
}
#panesWrapper .figure .figWrapper{
	border: 5px solid #b8cedd;
	overflow: hidden;
	text-align: center;
}
#panesWrapper .figure img{
	max-height: 300px;
	margin: 0;
	padding: 0;
	width: auto;
}
#panesWrapper .figcaption{
	background: #b8cedd;
	border-top: 2px solid #fff;
	margin: 0;
	padding: 0 0 0 5px;
}
#panesWrapper .figcaption p{
	border-left: 2px solid #fff;
	padding: 10px 10px 10px 15px;
}

#topPane.wrapper{
	
}
#topPane .left{
	float: left;
	margin-right: 2%;
	width: 23%;
}
#topPane .middle{
	float: left;
	width: 50%;
}
#topPane .right{
	float: right;
	width: 23%;
}


#smallLeft{
	margin: 20px auto 0 auto;
}
#smallLeft .left{
	float: left;
	width: 28%;
}
#smallLeft .right{
	float: right;
	width: 70%;
}

#smallRight{
	margin: 20px auto 0 auto;
}
#smallRight .left{
	float: left;
	width: 70%;
}
#smallRight .right{
	float: right;
	width: 28%;
}
/*================================ CLEANUP ===================================*/
#cleanup{
	clear: both;
	margin: 0 auto;
	padding: 0 20px;
	width: 94%;
	max-width: 1200px;
}
/*============================= SUPER FOOTER =================================*/
#superFooterWrapper{
	background: #d4e2eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4e2eb 0%, #b8cedd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e2eb), color-stop(100%,#b8cedd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4e2eb 0%,#b8cedd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4e2eb 0%,#b8cedd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4e2eb 0%,#b8cedd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4e2eb 0%,#b8cedd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e2eb', endColorstr='#b8cedd',GradientType=0 ); /* IE6-9 */

	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center; /*centers #breadcrumb in IE*/
	width: 100%;
}
#superFooterWrapper .wrapper{
	margin: 20px auto;
	padding: 0;
	width: 96%;
	max-width: 1200px;
}

#superFooterWrapper .left{
	float: left;
	margin-right: 2%;;
	width: 32%;
}
#superFooterWrapper .middle{
	float: left;
	width: 32%;
}
#superFooterWrapper .right{
	float: right;
	width: 32%;
}

#superFooterWrapper h2{
	border-bottom: 1px solid #D12100;
	color: #D12100;
	font-family: 'EB Garamond', 'Times New Roman', Georgia, serif;
	font-size: 24px;
	font-variant:small-caps;
	margin-bottom: 10px !important;
}
/*================================= FOOTER ===================================*/
#footerWrapper{
	background: #407ba3;
	clear: both;
	font-size: 12px;
	padding: 0;
	text-align: center; /*centers #breadcrumb in IE*/
	width: 100%;
}
#footer{
	margin: 0 auto; /*centers #breadcrumb everywhere else*/
	padding: 20px 0;
	width: 95%;
	max-width: 1200px;
}

#footer span, #footer p, #copyrightYear{
	color: #fff;
	display: inline;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
#footer ul{
	padding: 10px 0;
	text-align: center;
}
#footer li{
	border-right: 1px solid rgba(0, 0, 0, .1);
	color: #fff;
	display: inline;
	margin-right: 10px;
	padding: 2px 10px;
}
#footer li.last{
	border: none;
}

#footer li.wrapper{
	border: none;
	padding: 0;
}

#footer li.wrapper .pane{
	/*display: inline;*/
	float: left;
}

#footer ul.socialNav{
	float: left;
	margin: 0 auto;
	padding: 0;
}
#footer ul.socialNav li{
	border: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul.socialNav li a{
	margin: 0 20px 0 0;
	padding: 0;
}

/*======================== MOBILE & DEVICE STYLE =============================*/
@media (max-width: 600px) {
	#breadCrumbBar .right{
		display: none;
	}
	
	/*NAVBAR*/
	#staticNavBar{
		/*display: none;*/
	}
	.MainMenu_MenuContainer{
		background: #0077be;
		display: none;
		margin-top: 58px;
		position: absolute;
	}
	.MainMenu_MenuContainer td{
		float: left;
		width: 100%;
	}
	#marquee ul.navbar{
		display: none;
		padding: 0;
		position: absolute;
		width: auto;
	}
	#marquee ul.navbar li{
		float: none;
		list-style: none;
		text-align: left;
	}
	#marquee ul.navbar li a{
		background: #999;
		width: 100%;
	}
	.mobileMenuTrigger{
		display: block;
		text-align: left;
	}
	
	/*CONTENT*/
	#subHeader .pane, #panesWrapper .pane, #superFooterWrapper .pane{
		margin: 0;
		width: 100%;
	}
	
	ul.councilMember{
		float: left;
		margin: 0 2% 20px 0;
		width: 48%;
	}

	/*FOOTER*/
	#footer li{
		clear: both;
		display: block;
		list-style: none;
		text-align: left;
	}
	#footer ul.socialNav li{
		clear: none;
		list-style: none;
		margin: 0 0 10px 10px;
	}
}
@media (max-width: 420px) {
	/*HEADER*/
	#header a.full{
		display: none;
	}
	#header a.mobile{
		display: block;
	}
}
/*END CSS QUERIES ############################################################*/

/*Gallery rotator======================*/
.rotator {
   text-align: center;
   overflow-y: hidden;
   max-height:317px;
}

.rotator .image {
   display: none;
}

.rotator .image img {
   width:100%;
}

.rotator .image p {
   position: relative;
   bottom: 100px;
   padding:20px 50px;
   color:white;
   background:rgba(0,0,0,.35);
   text-align: left;
   font-size:19px;
}
.rotator a:hover{
   text-decoration:none;
}
.gallery-arrow {
   position: relative;
   bottom: 210px;
   font-size:50px;
   color:white;
   height:0px;
}

.gallery-arrow:hover {
   font-weight:bold;
   cursor: pointer;
}

#rotatorLeft {
   float:left;
   left:30px;
}

#rotatorRight {
   float:right;
   right:30px;
}

/*9-10-2014 Member Directory work */
/*MEMBER DIRECTORY ===========================================================*/
/*DIRECTORY SORT -------------------------------------------------------------*/
#sortWrapper{
    margin-bottom: 20px;
}
.sortSwitches{
    float: right;
    margin: 0 0 10px 0;
    padding: 0;
}
.sortSwitches a, .sortSwitches a:visited{
    background: #008f45;
    color: #fff;
    float: left;
    margin: 0;
    padding: 3px 8px;
    text-decoration: none;
    white-space: nowrap
}
.sortSwitches a:hover{
    background: #f2f2f2;
    color: #999;
    text-decoration: none;
}
.sortSwitches a.active, .sortSwitches a:visited.active{
    background: #f2f2f2;
    color: #008f45;
    text-decoration: none;
}
.sortSwitches a.code{
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    
    border-top: 2px solid #008f45;
    border-bottom: 2px solid #008f45;
    border-left: 2px solid #008f45;
}
.sortSwitches a.name{
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    
    border-top: 2px solid #008f45;
    border-right: 2px solid #008f45;
    border-bottom: 2px solid #008f45;
}
#alphabetSort, #stateCodeSort, #stateNameSort{
    clear: both;
    margin: 0 auto;
}
#alphabetSort li{
    display:inline-block;
    list-style: none;
    margin: 0;
}
#alphabetSort li a{
    background: #999;
    
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11pt;
    height: 25px;
    margin: 0 5px 0 0;
    padding: 5px 6px 0 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
#stateCodeSort li, #stateNameSort li, p.stateSort a, p.stateSort a:active, p.stateSort a:visited{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
#stateNameSort li{
    display: none;
}
.stateSort a, .stateSort a:active, .stateSort a:visited{
    background: #008f45;
    
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11pt;
    height: 25px;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
p.stateSort{
    margin: 0;
}
#stateCodeSort li a{
    width: 30px;
}
#stateNameSort li a, p.stateSort a{
    padding: 5px 5px 0 5px;
    width: auto;
    min-width: 60px;
}
#alphabetSort li:hover a, .stateSort a:hover{
    background: #666;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
/*DIRECTORY SEARCH -----------------------------------------------------------*/
#membershipDirectorySearchWrapper{
    
}
#membershipDirectorySearchWrapper h2{
    background: #008f45;
    color: #fff;
    padding: 10px;
    text-align: left;
}
#membershipDirectorySearch{
    border-spacing: 0;
}
#membershipDirectorySearch input, #membershipDirectorySearch select{
    background: #f2f2f2;
    color: #999;
    margin: 0 10px 10px 0;
    width: 100%;
    max-width: 120px;
}
#membershipDirectorySearch p{
    color: #999;
    display: none;
    margin: 0;
}

/*DIRECTORY RESULTS ----------------------------------------------------------*/
#membershipDirectoryWrapper{
    
}
#membershipDirectory{
    
}
.stateSegment{
    background: #fff;
    /*border: 1px solid #999;*/
    padding: 0;
    /*display:none;*/
}

.stateHead{
    background: #008f45;
}
.stateHead:hover{
    background: #666;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.stateHead h2{
    border: none;
    color: #fff;
    display: block;
    float: left;
    margin: 0px 10px;
    padding: 0;
    width: 75%;
}
.stateHead h2:hover{
    cursor: pointer;
}
.stateHead .catapult{
    color: #fff;
    display: block;
    float: right;
    margin: 2px 5px;
}
.memberRow{
    border-top: 1px solid #999;
    padding: 10px;
}
.memberRow li{
    margin: 0 0 0 0;
    list-style:none;
}
.memberRow .memberName{
    font-size: 11pt;
    font-weight: 700;
}
.noMemberRow{
    display: none;
}
.noMemberRow p{
    background: #fff;
    color: #bf0000;
    font-size: 11pt;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    float:left;
}

.clearfix {
    clear:both;
}

ul.sidebar li {
    list-style:none;
}
/*========================== m02 Renewal Form ================================*/
.m02Header{
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
.m02Navigation{
	border-top: 1px solid #999;
        float: left;
	margin-top: 20px;
	padding-top: 10px;
        width: 100%;
}
.m02Step{
    background: #a7b5c2;
    margin-bottom: 10px;
    padding: 10px 10px 5px 10px;
    width: 95%;
}
.m02Step:hover{
    background: #e6eaee;
}
.m02Step a:active{
    color: #000;
}
.m02Step p{
    /*margin: 5px 0;*/
}
.m02Step.active{
    background: #e6eaee;
}
.m02Step.active p{
    display: block;
}
.m02Step p, .m02Step.complete p, h3 span{
    display: none;
}
.m02Step.complete{
    background: #a7b5c2;
}
.m02Step.complete span{
    color: #fff;
    display: inline;
}
.m02Navigation{
    margin-bottom: 20px;
}

#subscriptionFormat{
    margin: 0 0 60px 0;
}
.geographicLocationOption{
    display: none;
}
.geographicLocationButtons{
    height: 60px;
    margin: 10px 0; /*auto to center*/
    text-align: center;
    width: 350px;
}
.geographicLocationButtons .button{
    font-size: 14pt;
    font-weight: 900;
    padding: 20px 0;
    width: 100%;
}
.hidden {
    display:none;
}
.noPointer .RootMenu_ItemSel td {
	cursor:initial;
	background:none;
}
.shoppingCartBlanket {
	display:none;
}