@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 28px;
	color: #7ab342;
	line-height: 32px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #968a84;
	line-height: 28px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	color: #7ab342;
	line-height: 24px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	color: #968a84;
	line-height: 24px;
	font-weight: normal;
}
p, li, td, tr, th {
	color: #363839;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #2d617c;
}
a:hover {
	color: #3f3b39;
}
.headshot {
	float:left;
	padding-right: 8px;
}
/*This is for standard buttons*/
a:active.button, a:link.button, a:visited.button {
	background-color: #2d617c;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	color: white;
	margin: 0;
	overflow: visible;
	-moz-transition: background-color 0.2s linear 0s;
	-webkit-transition: background-color 0.2s linear 0s;
	text-transform: uppercase;
}
a:hover.button {
	background-color: #ccc;
	transition: all 225ms ease-in 0s;
}

/*This is for REGISTRATION FEE buttons*/
a:active.buttonFee, a:link.buttonFee, a:visited.buttonFee {
	background-color: #515151;
	padding: 10px 0px;
	display: inline-block;
	text-decoration: none;
	color: white;
	margin: 0;
	overflow: visible;
	-moz-transition: background-color 0.2s linear 0s;
	-webkit-transition: background-color 0.2s linear 0s;
	text-transform: uppercase;
}
a:hover.buttonFee {
	background-color: #ccc;
	transition: all 225ms ease-in 0s;
}
/* This is for conference navigation */
.confnav a {
	display: block;
	color: #2d617c;
	border: 1px solid #2d617c;
	text-align: center;
	padding: 10px 0px;
	text-decoration: none;
	margin-bottom: 10px;
}
.confnav a:hover {
	background-color: #3f3b39;
	border: 1px solid #3f3b39;
    color: white;
}
.confnav .expand {
  display: none;
}
a.regnow {
	color: white;
	border: 1px solid #2d617c;
	background-color: #2d617c;
}
a:hover.regnow {
	background-color: #3f3b39;
	border: 1px solid #3f3b39;
	text-decoration:none;
}
a.expand {
	color: white;
	background-color:#2d617c;
	border: 1px solid #2d617c;
}
a:hover.expand {
	background-color: #ccc;
	border: 1px solid #ccc;
}

/*This is for divs */
.col-left-wide {
	float: left;
	width: 70%;
}
.col-right-narrow {
	float: right;
	width: 28%;
}
.col-left-narrow {
	float: left;
	width: 33%;
}
.col-right-wide {
	float: right;
	width: 62%;
}
.col-left-sched {
	float: left;
	width: 25%;
}
.col-right-sched {
	float: right;
	width: 75%;
}
.col-left-half {
	float:left;
	width:50%;
}
.col-right-half {
	float:right;
	width:50%;
}
/*This is for images */
img.left-photo {
	float: left;
	width: 25%;
	margin: 0px 1em 1em 0px;
}
/*This is for the CONFERENCE SCHEDULE accordions and tabs */
.accordion {
	background-color: #eaeff5;
	padding: 10px 5px;
	max-width: 100%;
	text-align: left;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	color: black;
	font-size: 15px;
}
.active, .accordion:hover {
	background-color: #968a84;
	transition: all 225ms ease-in 0s;
}
.accordion:after {
	content: '\002B';
	color: black;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	max-width: 100%;
	padding: 4px 5px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.tab {
	overflow: hidden;
	background-color: #7ab342;
	text-align: center;
}
.tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px;
	transition: 0.3s;
	font-size: 15px;
	color: white;
	float: none;
	width: 30%
}
.tab button:hover {
	background-color: #968a84;
	transition: all 225ms ease-in 0s;
}
.tab button.active {
	background-color: #968a84;
}
.tabcontent {
	display: none;
	border-top: none;
}

/* This is to keep your content from bumping up against the right edge of the div */
.col-left-half p, .col-left-half ul, .col-left-half ol, .col-left-half h1, .col-left-half h2, .col-left-half h3, .col-left-half h4, .col-left-half h5, .col-left-half h6, .col-right-half p, .col-right-half ul, .col-right-half ol, .col-right-half h1, .col-right-half h2, .col-right-half h3, .col-right-half h4, .col-right-half h5, .col-right-half h6, .col-left-third p, .col-left-third ul, .col-left-third ol, .col-left-third h1, .col-left-third h2, .col-left-third h3, .col-left-third h4, .col-left-third h5, .col-left-third h6, .col-center-third p, .col-center-third ul, .col-center-third ol, .col-center-third h1, .col-center-third h2, .col-center-third h3, .col-center-third h4, .col-center-third h5, .col-center-third h6, .col-right-third p, .col-right-third ul, .col-right-third ol, .col-right-third h1, .col-right-third h2, .col-right-third h3, .col-right-third h4, .col-right-third h5, .col-right-third h6 {
	padding-right:1em;
}

/*This is for mobile responsiveness */
@media (max-width: 750px) {
/*This is for divs */
	.col-left-wide {
		float: none;
		width: 100%;
		align-content: center;
	}
	.col-right-narrow {
		float: none;
		width: 100%;
		align-content: center;
	}
	.col-left-narrow {
		float: none;
		width: 100%;
	}
	.col-right-wide {
		float: none;
		width: 100%;
	}
	.col-left-sched {
		float: none;
		width: 100%;
	}
	.col-right-sched {
		float: none;
		width: 100%;
	}
	.col-left-half {
		float: none;
		width: 100%;
		text-align: center;
	}
	.col-right-half {
		float: none;
		width: 100%;
		text-align: center;
	}
	.tab button {
		width: 100%;
	}
	.desktopNav {
		display: none;
	}
	.mobileNav {
		display: block;
		min-width: 100%;
	}
	.confnav a:not(:first-child) {
		display: none;
	}
	.confnav a.expand {
		display: block;
	}
	.confnav.responsive {
		position: relative;
	}
	.confnav.responsive a {
		float: none;
		display: block;
	}
}