/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,900);

body {
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

pre {
	font-family: "Open Sans";
}

div.container {
	width: 1200px;
	margin: 0 auto;
}

header img {
	width: 100%;
}

div#upcoming_events {
	display: flex;
}

div#upcoming_events h2 {
	color: #ffffff;
	line-height: 60px;
	margin: 0;
	padding-left: 20px;
}

div#upcoming_events > div.prelude {
	width: 595px !important;
}

div#upcoming_events > div.events-container {
	width: calc(100% - 595px) !important;
}

div.prelude {
	width: 1000px;
	margin: 0 auto 50px;
}

div.prelude > div {
	display: flex;
	margin-top: 30px;
}

div.prelude > h2 {
	background: #f15723;
}

div.prelude img {
	margin-right: 30px;
	width: 80px;
}

div.prelude h5 {
	color: #156761;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

div.prelude p {
	margin-top: 0;
}

div.prelude p,
div.prelude li,
div.events-container p,
div.events-container strong {
	color: #000;
	opacity: 0.7;
}

div.prelude p,
div.events-container p, 
div.prelude li {
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

div.events-container {
	border: 1px solid #efefef;
	border-top: none;
	margin-bottom: 30px;
}

div.events-container > h2 {
	background: #0FB1B4;
}

div.events-container h3 {
	color: #FFF;
	font-family: Arial;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: #0FB1B4;
	padding: 15px 30px;
	margin-top: 0;
	margin-bottom: 0;
}

div.events-container div.events {
	padding: 20px 70px;
}

div.events-container h4 {
	color: #000;
	font-family: Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 30px;
}

div.events-container h5 {
	color: #5F5752;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

div.event {
	display: flex;
	margin-bottom: 30px;
}

div.event div.headshot-container {
	margin-right: 30px;
}

img.headshot {
	width: 150px;
	border: 3px solid #f5ac22;
}

div#content {
	padding: 40px 0 20px;
}

#isi h3 {
	margin-bottom: 0;
}

#isi h3 + p {
	margin-top: 0;
}

#isi p {
	line-height: 22px;
}

.clearfix {
	clear: both;
}

a {
	color: #0071bb;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#errors ul {
	list-style-type: none;
    color: red;
    font-weight: bold;
    padding: 0;
    margin: 0;
} 

.errmsg,
.red { 
	color: red !important; 
}

div.form-group.errmsg input,
div.form-group.errmsg select { 
	border-color: red !important;
}

div.form-group.errmsg label {
	color: red !important;
}

#thank-you a { 
	font-weight: bold; 
}

input[type=checkbox] {
	vertical-align: middle;
}

footer {
	background: #F2E5C2;
	color: #000;
	font-size: 18px;
	font-style: normal;
	line-height: 32px;
	box-sizing: border-box;
}

footer > div {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}

form#unsubscribe {
	font-size: 15px;
}

form#unsubscribe label {
	display: block;
	margin-bottom: 10px;
}

form#unsubscribe input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
	margin-left: 5px;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.form-group,
.desc {
	margin-bottom: 10px;
}

.form-group label {
	display: block;
	font-weight: bold;
}

.form-control {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}

.btn-default {
	color: #333;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-default:hover {
	color: #333;
	background-color: #fff;
	border-color: #adadad;
}

form#create-attendee {
	margin: 0 auto;
	width: 1100px;
}

form#create-attendee div.event {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}

form#create-attendee div.form-group,
form#create-attendee div.checkbox-group-container {
	display: flex;
	align-items: center;
}

form#create-attendee div.form-group label {
	display: inline-block;
	text-align: right;
	width: 50%;
	margin-right: 10px;
}

form#create-attendee div.checkbox-group {
	display: inline-block;
}

form#create-attendee input[type=text]::placeholder {
	color: transparent;
}

a.register-button {
	background: #F05722;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 20px;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
}

.ui-tooltip {
	max-width: 600px !important;
}

.event-time br {
	display: none;
}

.slick-arrow {
	display: none !important;
}

.pull-right {
	float: right;
}

.inline-block {
	display: inline-block !important;
}

@media (max-width: 1400px) {
	footer {
		width: 1200px;
	}

	footer > div {
		width: 1200px;
		margin: 0;
		padding: 60px 50px;
	}
}

@media (max-width: 850px) {
	div.container {
		width: 100%;
		margin: 0;
	}

	div#content {
		padding: 20px 30px;
	}

	div#upcoming_events {
		display: block;
		margin-top: 0;
	}

	div#upcoming_events > div.prelude,
	div#upcoming_events > div.events-container {
		width: 100% !important;
	}

	div.events-container div.events {
		padding: 20px;
	}

	div.event {
		display: block;
		margin-bottom: 50px;
	}

	div.event div.headshot-container {
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	form#create-attendee {
		width: 100%;
	}

	form#create-attendee div.form-group select.form-control[name="office.state"],
	form#create-attendee div.form-group input.form-control[name="office.zip"] {
		width: 48%;
	}

	footer {
		width: 100%;
	}

	footer > div {
		width: 100%;
		margin: 0;
	}

	img.headshot {
		border-radius: 50%;
	}

	form#create-attendee div.event {
		text-align: left;
	}

	form#create-attendee span.event-date {
		line-height: 28px;
	}

	/*form#create-attendee div.form-group label {
		display: none;
	}*/

	form#create-attendee div.checkbox-group-container {
		display: block;
	}

	form#create-attendee div.form-group label.checkbox-group-label,
	form#create-attendee div.form-group div.checkbox-group {
		text-align: left;
		display: block;
	}

	form#create-attendee div.form-group .form-control {
		display: block;
		width: 100%;
	}

	form#create-attendee input[type=submit] {
		width: 100%;
	}

	form#create-attendee input[type=text]::placeholder {
		color: inherit;
	}

	div#registration_dialog iframe {
		width: 100%;
		border: none;
	}

	footer {
		text-align: center;
		padding: 20px 10px;
	}

	footer > div {
		padding: 0;
		display: block;
	}
}