/* CSS */
body {
	padding-top: 40px;
}
.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.navbar-inner {
  text-align:center;
}
hr {
	border-top: 1px solid #064569;
	border-bottom: none;
}
.border-top {
	border-top: 1px solid #064569;
	margin-top: 10px;
	padding-top: 10px;
}
h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #003c57;
}
h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #003c57;
	line-height: 120%;
}
h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	color: #003c57;
}
h5 span {
	font-style: italic;
}
#home-header {
	/*margin-top: -20px;
	height: 400px;*/
	background: #fff url('../images/home-slide-bg.jpg') repeat-x left top;
}
.main-photo {
	position: relative;
	margin-bottom: 15px;
}
.main-col {
	padding-bottom: 40px;
}
body.home .main-col {
/*	margin-top: 20px;*/
}
.main-col-inner {
	padding: 0 20px;
}
.main-photo-caption {

	padding: 5px 20px;
}

.has-photo .main-photo-caption {
	position: absolute;
	padding: 0;
	bottom: 0;
	height: 65px;
	width: 100%;
	background: transparent url('../images/bg-main-photo-caption.png') repeat-x left bottom;
	z-index: 10;
}

.has-photo .main-photo-caption.with-intro {
	position: absolute;
	padding: 0;
	bottom: 0;
	height: 135px;
	width: 100%;
	background: transparent url('../images/bg-main-photo-caption.png') repeat-x left bottom;
	/* background-color: rgba(255,255,255,.8); */
	z-index: 10;
}
.main-col h1, .main-photo-caption h1, #mn-pagetitle h1, #mn-content h1 {
	padding: 0 0 0 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 36px;
	color: #003c57;
	text-transform: uppercase;
}
.inset-20 {
	padding-left: 20px;
}
.has-photo .main-photo-caption h1 {
	padding: 0 0 0 20px;
	}
	
.main-photo-caption p {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #003c57;
}
.has-photo .main-photo-caption p {
	padding: 0 20px 0 20px;
}
#home-slides {
}
.navbar-inverse, .navbar-inverse .navbar-inner {
	background: #003B58 url('../images/bg-nav.png') repeat-x left bottom;
}
#logo {
	text-align: center;
	margin: 20px 0 0 0;
}
.board-member {
	padding: 0 0 0 170px;
	margin: 0 0 10px 0;
}
.board-member-photo {
	float: left;
	margin: 10px 0 0 -170px;
}
.sponsor-group {
}
.sponsor {
	display: table;
	width: 220px;
	height: 100px;
	float: left;
	margin: 10px 10px 20px 10px;
	text-align: center;
}
.sponsor .cell {
	display: table-cell;
	vertical-align: middle;
}
.leftcol-block {
	/*width: 268px;*/
	margin: 20px 0;
	padding: 0 0 12px 0;
	background: #fff url('../images/leftcol-block-shadow.jpg') no-repeat left bottom;
}
.leftcol-block-inner {
	border: 1px solid #dbdbdb;
}
.leftcol-block h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #de8237;
	background: #fff;
	line-height: 110%;
	padding: 0 10px 3px 15px;
}
.leftcol-block h3 a {
	color: #de8237;
}
.leftcol-block h3 a:hover {
	text-decoration: none;
	color: #000;
}
.event-date {
	font-size: 12px;
	color: #999;
}
.rightcol-menu {
	list-style: none;
	margin: 10px 0;
}
.rightcol-menu li {
	list-style: none;
}
.rightcol-menu li a {
	display: block;
	text-align: center;
	background: #f0f1f1;
	color: #080c0a;
	margin: 10px 0;
	padding: 5px;
	line-height: 120%;
	font-size: 12px;
}
.rightcol-menu li a:hover {
	text-decoration: none;
	background: #dedede;

}
.rightcol {
	margin-top: 20px;
}
.social-icons {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 3px;
}
.sign-up h3 {
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #de8237;
	background: #fff;
	line-height: 110%;
	padding: 0 10px 3px 15px;
}
form#signup {
	width: 100%;
}
form#signup #ea {
	width: 120px;
}
form#signup .submit {
	width: 35px;
	margin-left: 5px;
}
.rightcol-block {
	/*width: 158px;*/
	margin: 20px 0;
	padding: 0 0 7px 0;
	background: #fff url('../images/rightcol-block-shadow.jpg') no-repeat left bottom;
}
.rightcol-block-inner {
	border: 1px solid #dbdbdb;
}
.rightcol-block-img {
	text-align: center;
	padding: 8px 0 0 0;
}
.rightcol-block-img a {
	display: block;
}
.rightcol-block h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #de8237;
	background: #fff;
	line-height: 110%;
	padding: 0 5px 3px 10px;
}
.rightcol-block h3 a {
	color: #de8237;
}
.rightcol-block h3 a:hover {
	text-decoration: none;
	color: #000;
}
.rightcol-block h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	background: #f0f1f1;
	text-align: center;
	line-height: 110%;
	padding: 10px 0;
	margin: 0 10px;
}
form#signup input {
	width: 92%;
}
.btn-text {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #de8237;
	background: #fff;
	line-height: 110%;
	margin: 5px 0;
	padding: 0 10px 3px 15px;
}

.btn-text:hover {
	text-decoration: none;
	color: #000;
}
.breadcrumb-bar {
	text-align: center;
	padding: 0;
	background-color: #f0f1f1;
	height: 30px;
	/*margin-top: -20px;*/
}
.breadcrumb {
	color: #080c0a;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 100%;
}
.breadcrumb a {
	color: #de8237;
}
.floatright {
	float: right;
	margin: 3px 0 10px 15px;
}
.floatleft {
	float: left;
	margin: 3px 15px 10px 0;
}

/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li a {
  color: #999;
  padding: 0 13px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #999;
}
.footer-links li a:hover {
  color: #666;
}
.footer-links li:first-child {
  padding-left: 0;
}
.copyright {
	color: #bbb;
}
.dropdown-menu li a {
	text-align: left;
}
.dropdown-menu li a:hover {
	background-image: none;
	background-color: #003b58;
}
p.faq-question {
	color: #003c57;
	cursor: pointer;
}
p.faq-question:hover {
	color: #de8237;
}
.faq-answer {
}
.caret-collapse {
  display: inline-block;
  margin-top: 8px;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.caret-large {
  display: inline-block;
  margin-top: 9px;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 6px solid #000000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
h4.toggle {
	color: #de8237;
}
h4.toggle:hover {
	color: #003c57;
}
.toggle:hover {
	cursor: pointer;
}
.carousel-indicators {
	top: 20px;
}
.carousel { 
	margin-bottom: 0;
}
/* CM styles */
.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
td.centered, th.centered {
	text-align: center;
}
/* media Queries */
@media (min-width: 980px) and (max-width: 1199px) {
	.rightcol-block h3 {
		font-size: 13px;
		padding: 0 3px 3px 7px;
	}
}
@media (max-width: 979px) {
	.main-photo-caption p {

		font-size: 12px;
	}
	body {
		padding-top: 0;
	}
	.navbar-fixed-top {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	form#signup {
		text-align: center;
	}
	.breadcrumb-bar, .breadcrumb {
		display: none;
	}
	h3 {
		font-size: 20px;
	}
	.rightcol-block h3, .btn-text {
		text-align: center;
		padding-left: 0;
	}
	h4 {
		font-size: 17px;
	}
	.main-col h1, .main-photo-caption h1, #mn-pagetitle h1, #mn-content h1 {
		font-size: 28px;
		line-height: 120%;
	}
	.has-photo .main-photo-caption {
		position: relative;
		padding: 0;
		height: auto;
		width: 100%;
		background: none;
		z-index: 0;
	}
	
	.has-photo .main-photo-caption.with-intro {
		position: relative;
		padding: 0;
		margin: 0 0 15px 0;
		height: auto;
		width: 100%;
		background: none;
		z-index: 0;
	}
	
	.board-member {
		padding: 0 0 0 0;
		margin: 0 0 10px 0;
	}
	.board-member-photo {
		float: none;
		margin: 0 0 0 0;
	}
	.leftcol-block {
		margin: 15px 0;
		padding: 0 0 11px 0;
		background: #fff url('../images/leftcol-block-shadow.jpg') no-repeat center bottom;
	}
	.rightcol-block {
		margin: 15px 0;
		padding: 0 0 11px 0;
		background: #fff url('../images/leftcol-block-shadow.jpg') no-repeat center bottom;
	}
	.main-col {
		padding-bottom: 20px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {

	.leftcol-block, .rightcol-block  {
		border: none;
		text-align: center;
		background: none;
		background-color: #fff;
	}

}


@media (min-width: 768px) and (max-width: 979px) {
	.rightcol-block h3 {
		font-size: 10px;
		padding: 0 3px 3px 5px;
	}
}