html {
}
body {
	background: none repeat scroll 0 0 #6A6A6A;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
a, a:visited {
	color: #B23E3E;
	line-height: normal;
	text-decoration: none;
}
blockquote {
	margin: 20px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
h3.interior_title {
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
h3.interior_sub_title {
	font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	letter-spacing: -0.25px;
	margin-bottom: 0;
}
h3.interior_sub_title_underline {
	border-bottom: 1px solid #000000;
	color: #000000 !important;
	font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}
.center_col h3.interior_sub_title_sentence_case {
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	letter-spacing: -0.25px;
	text-transform: none;
}
.clearfix:after {
	clear: both;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.clearfix {
}

a:hover {
	text-decoration: underline;
}
ul, ol {
	list-style: none outside none;
	/*margin: 0;*/
}
.center_col ul.restaurant_tabs, ul.sub-list {
	list-style:none !important;
	margin: 0 15px 20px 25px;
	color: #666666;
}
.center_col ul {
	list-style:disc outside none;
	margin: 0 15px 20px 25px;
	color: #666666;
}
.center_col ol {
	list-style:decimal;
	margin: 0 15px 20px 25px;
	color: #666666;
}
h3.subhead {
	color: #006634;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
sub {
	font-size: 0.95em;
}
sub span {
	color: #669B63;
}
.star {
	color: #FF7D59;
}
.gray {
	color: #999999;
}
.red {
	color: #9F0A0C;
}
.purple {
	color: #440E62;
}
.blue {
	color: #0000FE;
}
.green {
	color: #197B32;
}
.brown {
	color: #603912;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatNone {
	float: none;
}
p.back_to_top {
	text-align: right;
}
.button {
	border-radius: 6px;
	color: #FFFFFF;
	display: block;
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: 45px;
	padding: 10px 30px;
	text-align: center;
	text-shadow: 1px 0 0 #000000, 0 0 0 #000000, 1px 0 0 #000000;
	width: 80px;
}
.center_col input[type="text"], .right_col input[type="text"] {
	background: none repeat scroll 0 0 #F8F6FB;
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 #999999 inset;
	display: block;
	height: 30px;
	padding: 0 10px;
}
.right_col input[type="text"] {
	display: inline-block;
}
input[type="checkbox"] {
	display: inline-block;
}
input[type="radio"] {
	display: inline-block;
}
.center_col input[type="submit"], .right_col input[type="submit"], .center_col input[type="reset"], .right_col input[type="reset"] {
	background: none repeat scroll 0 0 #B23E3E;
	border: medium none;
	border-radius: 6px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 7px 15px;
	position: relative;
	text-transform: uppercase;
}
.search_button {
	position: relative;
	top: 16px;
}
.center_col form#multimedia_search input[type="submit"] {
	background: none repeat scroll 0 0 #980000;
	border-radius: 4px;
	padding: 7px 15px;
	position: relative;
	top: -2px;
}
.center_col input[type="submit"]:hover, .center_col input[type="reset"]:hover, .right_col input[type="submit"]:hover {
	background: none repeat scroll 0 0 #262626;
}
.site_container {
	display: block;
	margin: 0 auto;
	min-width: 320px;
	width: 100%;
}
.site_container .container_24 {
	margin: 0 auto;
	max-width: 1200px;
}
.top, .header, .main_nav, .home_content, .footer, .bottom, .landing {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
.home_content_container a {
	color: #333333;
}
.header_wrapper {
	background: linear-gradient(to bottom, #980000 0%, #BC0000 50%, #980000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 3px solid #CCCCCC;
}
#bar_bulletin .header_wrapper {
	background: url("../images/bar_bulletin_header_bkg.png") repeat-x scroll left top #FFFFFF;
	border-bottom: 3px solid #CCCCCC;
}
#bar_bulletin .nav_wrapper .grid_24 {
	margin: 0;
	width: 100%;
}
#bar_bulletin .logo_wrapper {
	position: relative;
	top: 35px;
}
#bar_bulletin .logo_wrapper h2 {
	color: #B23E3E;
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size: 5em;
	margin-bottom: 0;
}
#bar_bulletin .top_links_wrapper a span, #bar_bulletin .top_links_wrapper a:visited span {
	color: #FFFFFF !important;
}
#bar_bulletin .top_links_wrapper a:hover span {
	color: #FFFFFF !important;
}
.top_links {
	margin: 7px 0;
}
.top_links li {
	display: inline-block;
	letter-spacing: 1px;
	margin-left: 20px;
}
.top_links li:first-child {
	margin: 0;
}
.top_links li a {
	color: #EBCCCA;
	font-family: "NovecentowideMedium", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
}
.social_media_top {
	float: right;
	margin: 7px 0;
}
.social_media_list {
	float: left;
	margin: 0;
	padding: 0;
}
.social_media_list li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.social_media_list li a {
	display: block;
	height: 22px;
	text-indent: -9999px;
	width: 22px;
}
.social_media_list li a:before {
	background: url("../images/social_media_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	float: left;
	height: 22px;
	width: 22px;
}
.social_media_list li a.f_link:before {
	background-position: 0 0;
}
.social_media_list li a.t_link:before {
	background-position: 0 -21px;
}
.social_media_list li a.yt_link:before {
	background-position: 0 -42px;
}
.social_media_list li a.fl_link:before {
	background-position: 0 -63px;
}
.social_media_list li a.rss_link:before {
	background-position: 0 -83px;
}
.social_media_list li a.f_link:hover:before {
	background-position: -21px 0;
}
.social_media_list li a.t_link:hover:before {
	background-position: -21px -21px;
}
.social_media_list li a.yt_link:hover:before {
	background-position: -21px -42px;
}
.social_media_list li a.fl_link:hover:before {
}
.social_media_list li a.rss_link:hover:before {
	background-position: -21px -83px;
}
#logo {
	display: block;
	float: left;
	width: 70%;
}
#logo a {
	display: block;
	margin-top: 3%;
	height:100%;
}
#logo a span {
	color: #FFFFFF;
	display: none;
	font-family: "NovecentowideMedium", Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.search_div {
	background: none repeat scroll 0 0 #CF9796;
	border-radius: 2px;
	display: block;
	margin-top: 30px;
}
#search_form {
	display: none;
}
.search_box {
	display: block;
	padding: 3px;
	width: 100%;
}
.search_box input[type="text"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #888888 inset;
	height: 24px;
	padding: 3px 5px;
	width: 73%;
}
.search_box input[type="submit"], .events_search input[type="submit"], .contact_info input[type="submit"], .search_box input[type="button"], .events_search input[type="button"], .contact_info input[type="submit"] {
	background: linear-gradient(#EAEAEA 0%, #D0D0D0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0 #666666;
	color: #4A4A4A;
	cursor: pointer;
	font-weight: bold;
	height: 28px;
	position: relative;
	text-shadow: 1px 0 0 #FFFFFF, 0 0 0 #000000, 1px 0 0 #FFFFFF;
	width: 20%;
}
.events_search input[type="submit"] {
	font-size: 0.9em;
	letter-spacing: 0;
	padding: 7px 15px;
	text-transform: none;
	width: auto;
}
.contact_info input[type="submit"] {
	float: right;
	letter-spacing: 0;
	padding: 6px;
	text-transform: none;
	width: auto;
}
.search_box input[type="submit"]:hover {
	background: none repeat scroll 0 0 #FAFAFA;
}
#main_menu {
	display: none;
}
#mobileNav {
	display: block;
	float: right;
}
#mobileNav a {
	display: inline-block;
	margin-top: 5px;
}
#mobile_search_button {
	background: url("../images/search_glass.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	display: none;
	height: 35px;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 35px;
}
.menu_button {
	background: url("../images/menu_icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 35px;
	padding: 5% 0;
	text-decoration: none;
	text-indent: -9999px;
	width: 35px;
}
.content_wrapper {
	background: url("../images/msba_bg.jpg") repeat-x scroll 0 0 #6A6A6A;
}
.sections_page.content_wrapper {
	background: url("../images/msba_sections_bg.jpg") repeat-x scroll 0 0 #F6BB5F;
}
.committees_page.content_wrapper {
	background:url("../images/msba_committees_bg.png") repeat-x #9cbdcd;
}
/**
.sections_page .content_container, .committees_page .content_container {
    background: url("../images/sections_container_gradient_bg.png") repeat-x scroll center top #ffffff;
	
} **/

.sections_page .content_container {
	background: url("../images/sections_gradient_bg.png") repeat-x scroll center 48px #FFFFFF;
}
.committees_page .content_container {
	background: url("../images/sections_container_gradient_bg.png") repeat-x scroll center top #FFFFFF;
}
.content_container {
	background:#ffffff;
	width:100%;
	float:left;
}
section.slider {
	float: left;
	position: relative;
	top: 18px;
	width: 100%;
}
section.slider.conference_solo {
	float: none;
	top: 0;
	width: 100%;
}
.flex-control-nav {
	display: none !important;
}
.home_rotator_sidebar {
	float: left;
	width: 100%;
}
.fastcase_logo a {
	background: url("../images/fastcase_login.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	text-indent: -9999px;
}

/* Homepage MSBA Banner Space */

.msbabanner {
	width:95%;
	background-color:#333;
	margin:5px auto 15px;
	/*Be Fit to Practice*/ background:url("../uploadedImages/MSBA/Microsites/Wellness/befitbg1.jpg") no-repeat center top;
		/*2015 Solo Conf  background:url("../uploadedImages/MSBA/Conference_Solo/Conference_Test/header.jpg") no-repeat center bottom;*/
	text-align:center;
	border-radius:10px;
	border:3px solid #87C9FF; 
	/*2015 Solo Conf border:3px solid #3d497b;*/ 
	min-height:45px;
	overflow: hidden;
	zoom:1;
}

#left  {
	float:left;
	width:75%;
	vertical-align:middle;
}

#right {
	float:right;
	width:25%;
	vertical-align:middle;
}

.msbabanner #right h2 {
	color:#FFF;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size:2.2em;
	text-shadow: 2px 2px 8px #000;
	margin:12px 0 auto 15px;
	/*text-transform:uppercase;*/
	text-align:center;
	vertical-align:middle;
	}

.msbabanner #left h2 {
	color:#FFF;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size:3.2em;
	text-shadow: 2px 2px 8px #000;
	margin:5px auto 0;
	/*text-transform:uppercase;*/
	text-align:center;
	vertical-align:middle;
	}


.msbabanner #left h3 {
	color:#FFF;
	font-weight:bold;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-shadow: 2px 2px 8px #000;
	margin: auto;
	text-align:center;
}

.msbabanner #right h3 {
	color:#FFF;
	font-weight:bold;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-shadow: 2px 2px 8px #000;
	margin:0 auto 3px;
	text-align:center;
	vertical-align:middle;
}

.msbabanner h3 a {
	color:#FFF;
}

.msbabanner #right p {
	margin: 3px 30px;
	text-align:right;
	color:#fff;
	text-shadow: 2px 2px 5px #000;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	vertical-align:middle;	
}

.msbabanner #left p {
	margin: auto;
	text-align:center;
	color:#fff;
	text-shadow: 2px 2px 5px #000;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
	font-family:"proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	vertical-align:middle;	
}

.msbabanner h2 a, a:visited {
	color:#FFF;
}

a, a:visited {
	color: #B23E3E;
	line-height: normal;
	text-decoration: none;
}

/*All Slider*/
.flex-direction-nav a {
	opacity: 1;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
}
/*Home Slider*/
.flexslider.home_slider {
	background: transparent!important;
	margin: 0!important;
}
.flexslider.home_slider .flex-viewport {
	max-height: 440px;
}
.flexslider.home_slider .flex-control-nav li {
	width: 25%;
	float: left;
	margin: 0 0!important;
	background: transparent;
}
.flexslider.home_slider .flex-control-nav li h5 {
	font-weight: bold;
	margin: 0;
	font-size: 14px;
	line-height: normal;
	padding-bottom: 10px;
}
.flexslider.home_slider .flex-control-nav li a.flex-active span.content h5 {
	padding-top: 0;
}
/*slider headlines*/
.slider_headlines {
	display: block;
	float: left;
	position: relative;
	top: -56px;
	margin-top: -60px;
	/**min-height: 90px;**/
	 height:75px;
}

.conference_solo .slider_headlines{
   width:100%;
}

.slider_headlines ul {
	list-style: none;
	margin: 0;
	width: 101%;
}
.slider_headlines ul li {
	display: block;
	float: left;
	width: 24.55%;
	margin: 0 0 0 0.3%;
	background: rgba(51, 51, 51, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88333333', endColorstr='#88333333'); /* IE */
	padding: 0;
}
.slider_headlines ul li:first-child {
	margin-left: 0;
}
.slider_headlines ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 120%;
	padding: 5%;
	display: block;
	border-top: 5px solid transparent;
	min-height: 90px;
	/** height:75px; - This change left the links on the homepage sliders to be 15px to short. The slider image became visible underneath the link area. Please advise why this was changed? Thanks - Daniel Pixton dpixton@msba.org **/
}
.slider_headlines ul li a span {
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.slider_headlines ul li a:hover {
	text-decoration: none;
	background-color: #000000;
	border-top: 5px solid #ff9000;
}
.slider_headlines li.active {
	background-color: #000000;
}
.slider_headlines li.active a {
	border-top: 5px solid #ff9000;
}
@media screen and (max-width:550px) {
.slider_headlines {
 top: 10px;
 margin-top: -10px;
 margin-bottom: 10px;
 width: 100%;
}
.slider_headlines ul li, .slider_headlines ul li a {
 min-height: 62px;
 font-size: 11px;
}
.slider_headlines ul li a span {
 display: none;
}

}
@media screen and (min-width:551px) and (max-width:640px) {
.slider_headlines {
 top: 10px;
 margin-top: -10px;
 margin-bottom: 10px;
 width: 100%;
}
.slider_headlines ul li a {
 font-size: 12px;
}
.slider_headlines ul li a span {
 font-size: 10px;
 line-height: 130%;
}
}
@media screen and (min-width:641px) and (max-width:879px) {
.slider_headlines {
 top: -18px;
 margin-top: -57px;
}
.slider_headlines ul li, .slider_headlines ul li a {
 min-height: 60px;
 font-size: 12px;
}
.slider_headlines ul li a span {
 display: none;
}
}
@media screen and (min-width:880px) and (max-width:1079px) {
.slider_headlines {
 top: -52px;
}
.slider_headlines ul li a {
 font-size: 12px;
}
.slider_headlines ul li a span {
 font-size: 11px;
}
}
/*Conference Solo Slider*/
.flexslider.conference_solo_slider {
	background: transparent!important;
	margin:0!important;
}
.flexslider.conference_solo_slider .flex-viewport {
	max-height:440px;
}
.flexslider.conference_solo_slider .flex-direction-nav {
	list-style:none !important;
	margin:0 !important;
}
.flexslider.conference_solo_slider .flex-control-nav li {
	width:25%;
	float:left;
	margin:0 0!important;
	background:transparent;
}
.flexslider.conference_solo_slider .flex-control-nav li h5 {
	font-weight:bold;
	margin:0;
	font-size:14px;
	line-height:normal;
	padding-bottom:10px;
}
.flexslider.conference_solo_slider .flex-control-nav li a.flex-active span.content h5 {
	padding-top:0;
}
 @media screen and (max-width:550px) {
 .conference_solo .slider_headlines {
top:10px;
margin-top:-10px;
margin-bottom:10px;
width:100%;
}
}
@media screen and (min-width:551px) and (max-width:640px) {
 .conference_solo .slider_headlines {
top:10px;
margin-top:-10px;
margin-bottom:30px;
width:100%;
}
}
@media screen and (min-width:641px) and (max-width:879px) {
 .conference_solo .slider_headlines {
top:-23px;
margin-top:-57px;
}
}
 @media screen and (min-width:880px) and (max-width:1079px) {
 .conference_solo .slider_headlines {
top:-54px;
}
}
@media screen and (min-width:1080px) {
 .conference_solo .slider_headlines {
margin-top:-110px;
top:-14px;
}
}
.home_section_left {
	display: block;
	float: left;
	width: 100%;
}
.home_section_right {
	display: none;
}
.tabbed_box {
	height: 310px;
	margin-top: 20px;
	position: relative;
	width: 100%;
	z-index: 100;
}
.tabs {
	margin: 0;
}
.tabbed_box .tabs li {
	float: left;
	list-style: none outside none;
	margin: 0;
	position: relative;
	width: 50%;
}
.tabbed_box .tabs li:first-child {
	border-bottom: medium none;
	margin-left: 0;
}
.tabbed_box .tabs li a {
	background: none repeat scroll 0 0 #CFCFCF;
	border-radius: 5px 5px 0 0;
	color: #999999;
	display: block;
	font-family: 'proxima_nova_rgbold', 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 12px 0 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.tabbed_box .tabs li:first-child a {
	border-right: 1px solid #CCCCCC;
	box-shadow: none;
}
.tabbed_box .tabs li a:hover {
	color: #333333;
}
.tabbed_box .tabs li a:focus {
	outline: medium none;
}
.tabbed_box .tabs li a.active {
	background: none repeat scroll 0 0 #E5E5E5;
	border-bottom: medium none;
	color: #4F4F4F;
}
.tab_content_1, .tab_content_2 {
	background: none repeat scroll 0 0 #E5E5E5;
	height: 200px;
	padding: 20px;
	position: relative;
	top: 45px;
}
.tab_content_2 {
	display: none;
}
.tabbed_div form ul li {
	margin-bottom: 10px;
}
.tabbed_div form label {
	color: #666666;
	font-family: "NovecentowideMedium", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.tabbed_div form input {
	border: 2px solid #CCCCCC;
	height: 25px;
	width: 80%;
}
.tabbed_div form input[type="submit"] {
	background: linear-gradient(to bottom, #EEEEEE 0%, #ABABAB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 5px;
	color: #4A4A4A;
	cursor: pointer;
	font-size: 1em;
	height: 40px;
	margin-top: 10px;
	width: 130px;
}
.tabbed_div form input[type="submit"]:hover {
	background: linear-gradient(to bottom, #ABABAB 0%, #EEEEEE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ad_block_lg {
	display: none;
}
.section {
	width: 100%;
}
.section .section_accordion {
	background: none;
	height: auto;
	border-top: 1px solid #CCCCCC;
	display: block;
	padding: 10px 5px;
}
.section .section_accordion a {
	color: #4F4F4F;
	display: block;
	font-family: 'proxima_nova_rgbold', 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.section .section_accordion a:hover {
	text-decoration: none;
}
.sidebar_accordion .event_title a, .sidebar_accordion a.title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}
.section h5 {
	border-bottom: 2px solid #333333;
	display: none;
	font-size: 14px;
	font-weight: normal;
}
.section img {
	display: none;
	width: 100%;
}
.section ul {
}
.section ul li {
	display: inline-block;
	line-height: 140%;
	padding: 0 0 20px;
	width: 100%;
}
.section a {
	color: #333333;
}
.section p {
	text-align: right;
}
.section p a.view_all {
	color: #333333;
	font-size: 11px;
	text-transform: capitalize;
}
.section .event_date_wrapper, .sidebar_accordion .event_date_wrapper {
	background: none repeat scroll 0 0 #EBEBEB;
	border-radius: 50%;
	display: table;
	float: left;
	font-size: 11px;
	height: 40px;
	line-height: 120%;
	position: relative;
	text-align: center;
	width: 40px;
}
.section .event_date, .sidebar_accordion .event_date {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}
.section .event_date span.event_month, .sidebar_accordion .event_date span.event_month {
	padding-top: 50%;
}
.section .event_date span.event_day, .sidebar_accordion .event_date span.event_day {
	font-weight: bold;
}
.section .event_title, .sidebar_accordion .event_title {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.section.news_section ul li, .section.job_section ul li {
	margin-bottom: 10px;
}
.section .news_title, .section .job_title {
	font-weight: bold;
}
.journal_block {
}
.journal_block img {
	width: 100%;
}
.footer_wrapper {
	border-top: 1px solid #CCCCCC;
	float: left;
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
}
.footer_logo {
	display: none;
}
ul.footer_menu li {
	display: inline-block;
	width: 49%;
}
ul.footer_menu li a {
	color: #666666;
}
.social_media_footer ul li {
	color: #666666;
	font-size: 0.9em;
	line-height: 170%;
	text-transform: uppercase;
}
.bottom_footer_wrapper {
	background: none repeat scroll 0 0 #6A6A6A;
	padding: 20px 0;
}
body#sections .bottom_footer_wrapper {
	background: none repeat scroll 0 0 #F6BB5F;
}
body#committees .bottom_footer_wrapper {
	background: none repeat scroll 0 0 #9CBDCD;
}
body#sections .bottom_footer, body#sections .bottom_footer a, body#committees .bottom_footer, body#committees .bottom_footer a {
	color: #666666;
}
.bottom_footer, .bottom_footer a {
	color: #CCCCCC;
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
.logo_wrapper .grid_24 {
padding: 2%;
width: 96% !important;
}
/**.top_links{display:none !important;} **/

#logo {
 background: url("../images/msba_mobile_logo.png") no-repeat scroll left center / 65% auto rgba(0, 0, 0, 0);
 height: 66px;
 width: 60%;
}
.top_links li:first-child {
 margin-left: 10px;
}
.top_links li {
 margin-left: 10px;
}
.social_media_top {
 display: none;
}
.flex-caption {
 bottom: 59px !important;
 padding: 10px 0 20px;
}
.flexslider.home_slider .flex-control-nav {
 display: block;
}
.flexslider.home_slider .flex-control-nav li a {
}
.flexslider.home_slider .flex-control-nav li a.flex-active {
 border-bottom-width: 5px;
 top: 0;
}
.flexslider.home_slider .flex-control-nav li span.content, .flexslider.home_slider .flex-control-nav li a.flex-active span.content {
 min-height: 49px;
}
.flexslider.home_slider .flex-control-nav li span.content {
 padding: 10px 5px 0;
}
.flexslider.home_slider .flex-control-nav li a.flex-active span.content {
 padding-top: 5px;
}
.flexslider.home_slider .flex-control-nav li h5 {
 font-size: 0.75em;
}
.flex-control-nav {
 display: block;
}
.flex-control-nav li a.flex-active {
 border-bottom-width: 5px;
 top: 0;
}
.flex-control-nav li span.content, .flex-control-nav li a.flex-active span.content {
 min-height: 49px;
}
.flex-control-nav li span.content {
 padding: 10px 5px 0;
}
.flex-control-nav li a.flex-active span.content {
 padding-top: 5px;
}
.flexslider.conference_solo_slider .flex-caption {
 padding: 10px 0;
}
.flexslider.conference_solo_slider .flex-caption a p {
 font-size: 11px;
}
.flexslider.conference_solo_slider .flex-control-nav li h5 {
 font-size: 0.75em;
}
.flexslider.conference_solo_slider .slides img {
 width: 160%;
}
.search_div {
 display: none;
 float: right;
 margin: 5px 0;
 width: 100%;
}
#bar_bulletin .search_div {
 background: none repeat scroll 0 0 #E7E7E7;
 float: left;
 margin: 0 auto 20px;
 width: 95%;
}
.search_div.expand_search {
 display: block;
}
#search_form {
 display: block;
}
.search_box input[type="text"] {
 width: 72%;
}
.container_24 .nav_wrapper .grid_24 {
 margin: 0;
 width: 100%;
}
nav {
 display: block;
}
#main_menu {
 float: left;
 height: auto;
 margin: 0;
 text-align: left;
}
#main_menu.expanded {
 background: none repeat scroll 0 0 #333333;
 display: block;
 padding: 0;
 width: 100%;
}
#main_menu.expanded li {
 word-wrap: break-word;
}
#main_menu.expanded li:hover {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#main_menu.expanded li div {
 display: none;
}
#main_menu > li {
 border-top: 0 none;
}
#main_menu > li:hover {
 border-top: 0 none;
}
#main_menu > li a:hover {
 border-left: 1px solid #4F4A44;
 color: #FBA300;
}
.social_media_footer ul li:first-child {
 width: 100%;
}
}
@media screen and (min-width: 641px) and (max-width: 959px) {
.top_links_wrapper {
 display: block;
}
.top_links {
 display: block;
}
.top_links li {
 margin-left: 5px;
}
.top_links li a {
 font-size: 0.65em;
}
.social_media_list {
 display: block;
}
.social_media_list li {
 font-size: 1.1em;
}
#logo {
 margin-bottom: 20px;
 width: 35%;
}
#logo a {
 background: url("../images/msba_logo.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
 height: 82px;
 padding-left: 0;
}
#logo a span {
 display: block;
 font-size: 0.8em;
 left: 100%;
 position: relative;
 top: 30px;
 width: 70%;
}
#logo a {
 text-decoration: none;
}
#bar_bulletin .container_24 .grid_20 {
 width: 79%;
}
#bar_bulletin .container_24 .grid_4 {
 width: 17%;
}
#mobileNav a {
 display: none;
}
#search_form {
 display: block;
}
.search_div {
 float: right;
 margin: 0;
 position: relative;
 top: 64px;
 width: 30%;
}
#bar_bulletin .search_div {
 top: -64px;
}
#bar_bulletin .search_div {
 background: none repeat scroll 0 0 #E7E7E7;
 top: -100px;
 width: 25%;
}
.search_box {
 display: block;
}
.search_box input[type="text"] {
 width: 60%;
}
.search_box input[type="submit"] {
 width: 28%;
}
nav {
 display: block;
}
#main_menu {
 display: block;
 padding: 0;
}
#main_menu > li {
 width: 10%;
}
#main_menu > li.short_menu {
 width: 6%;
}
#main_menu > li > a {
 font-size: 0.75em;
}
#main_menu > li > a span {
 display: none;
}
#main_menu li div {
 display: none;
}
section.slider {
 width: 72%;
}
.home_rotator_sidebar {
 margin: 10px 0 20px 2%;
 width: 25%;
}
.flex-caption {
 bottom: 59px !important;
 padding: 10px 0 20px;
}
.flexslider.home_slider .flex-control-nav {
 display: block;
}
.flexslider.home_slider .flex-control-nav li a {
}
.flexslider.home_slider .flex-control-nav li a.flex-active {
 border-bottom-width: 5px;
 top: 0;
}
.flexslider.home_slider .flex-control-nav li span.content, .flexslider.home_slider .flex-control-nav li a.flex-active span.content {
 min-height: 49px;
}
.flexslider.home_slider .flex-control-nav li span.content {
 padding: 10px 5px 0;
}
.flexslider.home_slider .flex-control-nav li a.flex-active span.content {
 padding-top: 5px;
}
.flexslider.home_slider .flex-control-nav {
 display: block;
}
.flexslider.home_slider .flex-control-nav li span.content {
 min-height: 50px;
}
.flexslider.home_slider .flex-control-nav li h5 {
 font-size: 0.8em;
}
.flexslider.home_slider .flex-control-nav li p {
 display: none;
}
.flex-control-nav li a.flex-active {
 border-bottom-width: 5px;
 top: 0;
}
.flex-control-nav li span.content, .flex-control-nav li a.flex-active span.content {
 min-height: 49px;
}
.flex-control-nav li span.content {
 padding: 10px 5px 0;
}
.flex-control-nav li a.flex-active span.content {
 padding-top: 5px;
}
.flex-control-nav {
 display: block;
}
.flex-control-nav li span.content {
 min-height: 50px;
}
.flexslider.conference_solo_slider .flex-control-nav li h5 {
 font-size: 0.95em;
}
.tabbed_box {
 height: auto;
 margin-top: 0;
}
.tabbed_div form {
 position: relative;
 top: -34px;
}
.tabbed_div label {
 font-size: 0.8em;
}
.tabbed_box .tabs li a {
 font-size: 0.7em;
 height: 18px;
 line-height: 100%;
 padding: 12px 12px 14px;
 width: 65%;
}
.tabbed_box .tabs li:first-child a {
 margin-left: 5px;
}
.tab_content_1, .tab_content_2 {
 height: 180px;
 padding: 10px;
 top: 44px;
}
.tabbed_div form label {
 font-size: 0.8em;
}
.tabbed_div form input[type="submit"] {
 font-size: 0.8em;
 margin: 0;
 width: 120px;
}
.fastcase_logo {
 display: none;
}
.home_sections_wrapper {
 background: url("../images/home_shadow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
 float: left;
}
.home_section_left {
 width: 100%;
}
.home_section_right {
 display: none;
}
.ad_block_lg {
 display: none;
}
.section_div {
 margin-top: 20px;
}
.section_div .section:first-child {
 border-left: 1px solid #CCCCCC;
 margin-left: 0;
 padding-left: 2%;
}
.section_div .section.interior:first-child {
 border-left: medium none;
}
.section {
 border-right: 1px solid #CCCCCC;
 float: left;
 font-size: 0.9em;
 margin-left: 2%;
 min-height: 500px;
 padding-right: 2%;
 width: 20%;
}
.section.interior {
 border: medium none;
}
.section ul li {
}
.section .event_title {
 width: 55%;
}
.section h5 {
 display: block;
 font-size: 13px;
}
.section p {
 text-align: left;
}
.section img {
 display: block;
}
.section .section_accordion {
 display: none;
}
.section ul {
 display: block !important;
 min-height: 330px;
 padding: 10px 0 0;
}
.journal_block p {
 margin-bottom: 20px;
}
.ad_block_sm {
 display: none;
}
.footer_wrapper {
 background: url("../images/home_shadow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
 border: 0 none;
 margin: 20px 0;
 padding: 30px 0 0;
}
.footer_wrapper .grid_15 {
 width: 76.5%;
}
.footer_wrapper .grid_6 {
 width: 19%;
}
.footer_logo a {
 background: url("../images/msba_footer_logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
 display: block;
 height: 36px;
 text-indent: -9999px;
 width: 125px;
}
ul.footer_menu li {
 display: inline-block;
 width: 24%;
}
.social_media_footer ul li {
 font-size: 0.9em;
 line-height: 170%;
}
.social_media_footer ul li:first-child {
/** width: 100%; **/
}
.bottom_footer_wrapper {
 display: block;
}
}
@media screen and (min-width: 960px) and (max-width: 1079px) {
.top_links_wrapper {
 display: block;
}
.top_links {
 display: block;
}
.top_links li {
 margin-left: 10px;
}
.top_links li a {
 font-size: 0.77em;
}
.social_media_list {
 display: block;
}
.social_media_list li {
 font-size: 1.1em;
}
#logo {
 margin-bottom: 20px;
 width: 55%;
}
#logo a {
 background: url("../images/msba_logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height: 82px;
 padding-left: 0;
}
#logo a span {
 display: block;
 left: 300px;
 position: relative;
 top: 30px;
 width: 60%;
}
#logo a {
 text-decoration: none;
}
#mobileNav a {
 display: none;
}
#search_form {
 display: block;
}
.search_div {
 float: right;
 margin: 0;
 position: relative;
 top: 64px;
 width: 26%;
}
#bar_bulletin .search_div {
 background: none repeat scroll 0 0 #E7E7E7;
 top: -100px;
 width: 35%;
}
.search_box {
 display: block;
}
nav {
 display: block;
}
#main_menu {
 display: block;
}
#main_menu li {
 width: 10%;
}
#main_menu > li > a {
 font-size: 0.9em;
}
section.slider {
 max-width: 847px;
 width: 72%;
}
section.slider.conference_solo {
 max-width: 1176px;
 width: 100%;
}
.flexslider.home_slider .flex-control-nav li span.content {
}
.flexslider.home_slider .flex-control-nav {
 display: block;
}
.home_rotator_sidebar {
 margin: 20px 0 0 2%;
 width: 25%;
}
.flexslider.conference_solo_slider .flex-control-nav {
 bottom: 0 !important;
 display: block;
}
.flexslider.conference_solo_slider .flex-control-nav li h5 {
 font-size: 1em;
}
.tabbed_box {
 height: 270px;
 margin-top: 0;
}
.tabbed_div form {
 position: relative;
 top: -34px;
}
.tabbed_div label {
 font-size: 0.8em;
}
.tabbed_box .tabs li a {
 font-size: 0.7em;
 height: 18px;
 line-height: 100%;
 padding: 12px 12px 14px;
 width: 65%;
}
.tabbed_box .tabs li:first-child a {
 margin-left: 10px;
}
.tab_content_1, .tab_content_2 {
 height: 180px;
 padding: 10px;
 top: 44px;
}
.tabbed_div form label {
 font-size: 0.8em;
}
.tabbed_div form input[type="submit"] {
 font-size: 0.8em;
 margin: 0;
 width: 120px;
}
.fastcase_logo a {
 background-size: 100% auto;
 display: block;
 height: 130px;
 width: 100%;
}
.home_sections_wrapper {
 background: url("../images/home_shadow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
 float: left;
}
.home_section_left {
 width: 80%;
}
.home_section_right {
 display: block;
 float: right;
 margin-right: 5%;
 margin-top: 30px;
 width: 15%;
}
.ad_block_lg {
 display: block;
 margin: 30px auto 0;
 width: 728px;
}
.section_div {
 margin-top: 20px;
}
.section_div .section:first-child {
 border-left: 1px solid #CCCCCC;
 margin-left: 0;
 padding-left: 2%;
}
.section {
 border-right: 1px solid #CCCCCC;
 float: left;
 margin-left: 2%;
 padding-right: 2%;
 width: 20%;
}
.section h5 {
 display: block;
}
.section p {
 text-align: left;
}
.section img {
 display: block;
}
.section .section_accordion {
 display: none;
}
.section ul {
 display: block !important;
 min-height: 330px;
 padding: 10px 0 0;
}
.section .event_title {
 width: 63%;
}
.journal_block p {
 margin-bottom: 20px;
}
.footer_wrapper {
 background: url("../images/home_shadow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
 border: 0 none;
 margin: 20px 0;
 padding: 30px 0 0;
}
.footer_logo a {
 background: url("../images/msba_footer_logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
 display: block;
 height: 36px;
 text-indent: -9999px;
 width: 125px;
}
ul.footer_menu li {
 display: inline-block;
 width: 24%;
}
.social_media_footer ul li {
 font-size: 0.9em;
 line-height: 170%;
}
.bottom_footer_wrapper {
 display: block;
}
}
@media screen and (min-width: 1080px) {
.top_links_wrapper {
 display: block;
}
.top_links {
 display: block;
}
.social_media_list {
 display: block;
}
.social_media_list li {
 font-size: 1.1em;
}
#logo {
 margin-bottom: 20px;
 width: 55%;
}
#logo a {
 background: url("../images/msba_logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height: 82px;
 padding-left: 0;
}
#logo a span {
 display: block;
 left: 300px;
 position: relative;
 top: 30px;
 width: 60%;
}
#logo a {
 text-decoration: none;
}
#mobileNav a {
 display: none;
}
#search_form {
 display: block;
}
.search_div {
 float: right;
 margin: 0;
 position: relative;
 top: 64px;
 width: 26%;
}
#bar_bulletin .search_div {
 background: none repeat scroll 0 0 #E3E3E3;
 margin: 0;
 top: -100px;
}
.search_box {
 display: block;
}
nav {
 display: block;
}
#main_menu {
 display: block;
}
#main_menu li {
 width: 10.45%;
}
#conference_solo #main_menu li {
 width: 8.7%;
}
section.slider {
 max-width: 858px;
 width: 73%;
}
section.slider.conference_solo {
 max-width: 1176px;
 width: 100%;
}
.home_rotator_sidebar {
 margin: 20px 0 10px 2%;
 width: 25%;
}
 .tabbed_box {
 margin-top: 0;
}
.tabbed_div form {
 position: relative;
 top: -15px;
}
.tabbed_box .tabs li a {
 height: 20px;
 line-height: 100%;
 padding: 12px 12px 14px;
 width: 65%;
}
.tabbed_box .tabs li:first-child a {
 margin-left: 20px;
}
.fastcase_logo a {
 background-size: 100% auto;
 display: block;
 height: 130px;
 width: 100%;
}
.home_sections_wrapper {
 background: url("../images/home_shadow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
 float: left;
}
.home_section_left {
 width: 80%;
}
.home_section_right {
 display: block;
 float: right;
 margin-right: 5%;
 margin-top: 30px;
 width: 15%;
}
.ad_block_lg {
 display: block;
 margin: 30px auto 0;
 width: 728px;
}
.section_div {
 margin-top: 20px;
}
.section_div .section:first-child {
 border-left: 1px solid #CCCCCC;
 margin-left: 0;
 padding-left: 2%;
}
.section {
 border-right: 1px solid #CCCCCC;
 float: left;
 margin-left: 2%;
 padding-right: 2%;
 width: 20%;
}
.section h5 {
 display: block;
}
.section p {
 text-align: left;
}
.section img {
 display: block;
}
.section .section_accordion {
 display: none;
}
.section ul {
 display: block !important;
 min-height: 370px;
 padding: 10px 0 0;
}
.section .event_title {
 width: 67%;
}
.journal_block p {
 margin-bottom: 10px;
}
.footer_wrapper {
 background: url("../images/home_shadow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
 border: 0 none;
 margin: 20px 0;
 padding: 30px 0 0;
 z-index: -1;
}
.footer_logo {
 display: block;
}
.footer_logo a {
 background: url("../images/msba_footer_logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
 display: block;
 height: 36px;
 text-indent: -9999px;
 width: 125px;
}
ul.footer_menu li {
 display: inline-block;
 width: 24%;
}
.social_media_footer ul li {
 font-size: 0.9em;
 line-height: 170%;
}
.bottom_footer_wrapper {
 display: block;
}

.notice {
	display:none;
	color:#9F0A0C;
	background-color:#FFF;
	height:18px;
	width:62%;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left:20px;
	margin-top:-8px;
	margin-bottom:-7px;
	padding:5px;
	border-radius:5px;
}
}
