html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
object{ outline: 0; }
strong, b, strong *, b * { font-weight: bold; }
em, i, em *, i * { font-style: italic !important; }
a:focus, input:focus{ outline-style: none; }

body{ background: #fcfcfc; color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 21px; text-align: center; }
div.width{ width: 960px; text-align: left; margin: auto; }
a{ color: #35579c; text-decoration: none; }
	a:hover{ color: #233b6e; }

/* Clearfix */
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { display: inline-block; }
html[xmlns] .clear { display: block; }
* html .clear { height: 1%; }

.clearboth{ clear: both; }

div.error-message{ padding-top: 5px; color: red; font-family: 'Lato', sans-serif; }

/* Buttons */
.btn{ font-family: 'Lato', sans-serif; color: #fff; font-weight: 400; line-height: 1em; background: #a74755; padding: 10px 20px; text-transform: uppercase; letter-spacing: 3px; font-size: 11px; border-radius: 3px; border: 0; cursor: pointer; }
	.btn.blue{ color: #fff; background: #35579C; }
.btn:hover{ background: #8b3945; }
	.btn.blue:hover{ color: #fff; background: #4773CD; }

.mobile-visible{ display: none !important; }
.hidden{ display: none !important; }

.top-banner{ padding: 10px 30px; position: relative; text-align: center; background-image: linear-gradient(90deg, #F3EFCE 0%, #E3DAA0 100%); display: none; }
	.top-banner-open .top-banner{ display: block; }
	.top-banner .close{ position: absolute; top: 10px; right: 10px; cursor: pointer; font-size: 18px; }

/* Header */
div.header{ background: #fff; border-bottom: #e5e5e5 1px solid; }
	.header div.width{ position: relative; text-align: center; background: url('logo-symbol.png') 0 50% no-repeat;  padding: 35px 0 45px 0; }
	.header .building-link{ position: absolute; top: 0; left: 0; width: 66px; height: 100%; display: block; }
	.header h1{ width: 423px; height: 62px; text-indent: -5000px; margin: auto; }
		.header h1 a{ width: 423px; height: 62px; background: url('logo.png') 0 0 no-repeat; display: block; }
	.header .right{ position: absolute; top: 0; right: 0; display: block; font-family: 'Lato', sans-serif; font-weight: 600; line-height: 1em; }
		.header .right a{ color: #fff; background: #a74755; padding: 12px 13px; display: inline-block; margin-left: 5px; }
			.header .right a.donate:hover{ background: #8b3945; }
		.header .right a.join{ background: #35579c; }
			.header .right a.join:hover{ background: #233b6e; }


	.header div.social{ position: absolute; right: 0; top: 75px; width: 200px; }
	.header .social h4{ font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 500; line-height: 1.2em; }
		.header .social div.links{ position: absolute; right: 0; top: 0; }
		.header .social a{ width: 18px; height: 18px; text-indent: -5000px; background-position: 0 0; background-repeat: no-repeat; background-size: cover; float: left; display: inline; margin-left: 5px; }
			.header .social a.facebook{ background-image: url('facebook.png'); }
			.header .social a.twitter{ background-image: url('twitter.png'); }
			.header .social a.youtube{ background-image: url('youtube1.jpg'); }
			.header .social a:hover{ opacity: .8; }

/* Navigation */
div.navigation{ position: relative; }
	.navigation a.portrait{ display: block; width: 92px; height: 106px; position: absolute; left: 50%; margin-left: -46px; top: -31px; background: url('portrait.png') 0 0 no-repeat; }


/* Main navigation */
div.main-navigation{ border-bottom: #e5e5e5 1px solid; padding: 0; background: #fff; }
	.main-navigation div.width{ position: relative; }
	.main-navigation a{ text-transform: uppercase; letter-spacing: 2px; color: #7b7b7b; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 12px; padding: 15px 0 13px 0; display: inline-block; }
		.main-navigation a:hover{ color: #000;}
	.main-navigation ul{ width: 45%; text-align: center; }
	.main-navigation li{ display: inline; margin: 0 25px; }
	.main-navigation ul.right{ position: absolute; right: 0; top: 0; }

	
	.main-navigation li.multi{ position: relative;  }
	.main-navigation ul div.sub{ position: absolute; background: #fff; width: 200px; top: 25px; left: 50%; margin-left: -100px; z-index: 3; display: none; }
		.main-navigation ul ul{ width: auto; display: block; border: #ccc 1px solid; border-radius: 4px; box-shadow: 0 1px 2px 0 #ccc; overflow: hidden; }
		.main-navigation ul ul a{ text-transform: none; font-weight: 500; letter-spacing: 0; display: block; text-align: left; padding: 5px 10px; font-size: 14px;  }
		.main-navigation ul ul a:hover{ background: #f5f5f5; }
		.main-navigation ul ul li{ display: block; width: 100%; margin: 0; font-size: 14px; }

	.main-navigation li.multi:hover div.sub{ display: block; }

/* Secondary navigation */
div.secondary-navigation{ background: #fcfcfc; border-bottom: #e5e5e5 1px solid; font-family: 'Lato', sans-serif; font-size: 13px; box-shadow: 0 1px 1px 0 #eee; color: #a1a1a1; }
	.secondary-navigation div.width{ position: relative; height: 36px;}
	.secondary-navigation div.search{ position: absolute; right: 0; top: 0; }
	.secondary-navigation div.share{ padding: 8px 0; }
	.secondary-navigation div.tagline{ position: absolute; width: 300px; top: 25px;  left: 50%; margin-left: -150px; background: #fff; font-family: Georgia, sans-serif; font-size: 12px; font-style: italic; border: #ccc 1px solid; text-align: center; padding: 1px 0; }
	.secondary-navigation .search input[type="text"]{ border: #e5e5e5 solid; border-width: 0 1px; background: #fff url('search.png') 10px 50% no-repeat; font-family: 'Lato', sans-serif; font-size: 13px; padding: 10px; font-weight: 400; text-indent: 20px; width: 183px; }
	.secondary-navigation div.addthis{ float: left; width: 400px; margin-top: 2px; }
	.secondary-navigation .share span.label{ float: left; margin-right: 5px; }

/* Slider */
div.slider-wrapper{ padding: 50px 0 20px 0;  }
	div.slider{ height: 538px; position: relative; overflow: hidden; }
	.slider img{ display: block; }
	.slider a{ display: block; }
	.slider div.info{ background: #f3f3f3; text-align: center; padding: 30px 0 33px 0; color: #313131; }
	.slider .info h2{ font-size: 24px; line-height: 1em; font-family: 'Merriweather'; font-weight: 100; }
	.slider .info h3{ font-size: 18px; line-height: 1em; font-family: 'Merriweather'; font-weight: 100; font-style: italic; padding-top: 10px; }
	.slider div.controls{ position: absolute; width: 100%; height: 100px; top: 175px; z-index: 3; display: none; }
		.slider .controls span{ position: absolute; width: 100px; height: 100px; text-indent: -5000px; background: url('slider-prev.png') 0 0 no-repeat; cursor: pointer; top: 0; opacity: .6; }
		.slider .controls span.next{ right: 0; top: 0; background: url('slider-next.png') 0 0 no-repeat; }
		.slider .controls span.prev{ left: 0; top: 0; }
		.slider .controls span:hover{ opacity: 1; }
		.slider a{ color: inherit; }
		.slider a:hover{ color: #233b6e; }

	.slider:hover div.controls{ display: block; }

	.slider div.timer{ position: absolute; top: 423px; height: 3px; width: 100%; background: #eee; }
		.slider .timer span{ background: #35579c; display: block; position: absolute; top: 0; left: 0; height: 3px; overflow: hidden; width: 1px; }


/* Homepage */
.home div.width{ overflow: hidden; padding: 40px 0; }
	.home div.block{ float: right; display: inline; width: 455px; }
	.home div.block:first-child{ margin-left: 50px; }
	.home h2{ color: #7b7b7b; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: #e5e5e5 1px solid; position: relative; margin-bottom: 15px; }
		.home h2 span{ display: block; position: absolute; top: -10px; width: 100%; text-align: center; }
		.home h2 strong{ font-weight: 700; background: #fcfcfc; padding: 0 20px; }

	.home .items li{ margin-top: 22px; }
	.home .items h3{ font-family: 'Merriweather', serif; font-size: 18px; line-height: 1.4em; }
	.home .items div.meta{ font-family: 'Lato', sans-serif; font-style: italic; color: #a3a3a3; font-size: 13px; padding-top: 3px; }
		.home .items .meta strong{ font-weight: 400; font-style: italic; color: #000; }
		.home .items .meta a{ color: #91192b; }
		.home .items div.content{ font-size: 14px; line-height: 21px; color: #7b7b7b; padding-top: 5px;}

	.home .events div.date{ border: #dddddd 1px solid; float: left; display: inline; margin-right: 20px; box-shadow: 0 0 2px 0 #ddd; text-align: center; width: 64px; }
		.home .events .date span{ display: block; }
		.home .events .date span.day{ font-size: 30px; font-family: 'Lato'; font-weight: 300; padding: 13px 0; color: #91192b; letter-spacing: -1px }
		.home .events .date span.month{ font-size: 10px; font-weight: 700; font-family: 'Lato', sans-serif; text-transform: uppercase; background: #f0f0f0; letter-spacing: 2px; line-height: 1em; padding: 4px 0; color: #999; }
		.home .events div.wrapper{ width: 360px; float: left; display: inline; }

	.home .subscribe, .post-page .subscribe{ background: #fff; border-radius: 3px; border: #eaeaea 1px solid; text-align: center; padding: 23px; margin-top: 45px; }
		.home .subscribe h2, .post-page .subscribe h2{border: 0; position: static; margin-bottom: 10px; font-family: 'Lato', sans-serif; letter-spacing: 2px; text-transform: uppercase; color: #7b7b7b; font-weight: 700; }
		.home .subscribe p, .post-page .subscribe p{ font-family: 'Merriweather', serif; font-size: 14px; color: #646464; padding-bottom: 20px; }
		.home .subscribe form, .post-page .subscribe form{ width: 349px; margin: auto; overflow: hidden; }
		.home .subscribe input[type="text"], .post-page .subscribe input[type="text"], .home .subscribe input[type="email"], .post-page .subscribe input[type="email"]{ width: 220px; border: #ccc 1px solid; border-radius: 3px 0 0 3px; float: left; line-height: 1.2em !important; height: 14px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; padding: 10px 10px 10px 35px; font-size: 14px; font-family: 'Lato', sans-serif; background: url('mail.png') 10px 50% no-repeat; }
		.home .subscribe input[type="submit"], .post-page .subscribe input[type="submit"]{ width: 80px; background: #35579c; border: #35579c 1px solid; border-radius: 0 3px 3px 0; float: left; display: inline; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #fff; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 0 !important; height: 14px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; padding: 10px 0; }


	.home div.view-all{ border-bottom: #e5e5e5 1px solid; position: relative; margin-bottom: 30px; text-align: center; margin-top: 20px; }
		.home .view-all div{ position: relative; top: 10px; }
		.home .view-all a{ background: #fcfcfc; padding: 20px; }



/* Quote */
div.quote{ background: url('cobbelstone.png') 50% bottom no-repeat; height: 210px; color: #464646; }
	.quote blockquote{ font-family: 'Rouge Script'; display: block; text-align: center; font-size: 36px; line-height: 1.1em; color: #464646; padding: 50px 50px 0 50px; }
	.quote div.book{ text-align: right; font-size: 16px; padding-top: 20px; }

/* Footer */
div.footer{ background: #f3f4f4; font-family: 'Lato', sans-serif; padding: 30px 0; border-top: #ddd 1px solid; position: relative; color: #6e6e6e; }
	.footer div.width{ position: relative; }
	.footer div.menu{ position: absolute; top: 0; right: 0; }
		.footer .menu a{ margin-left: 20px; color: #6e6e6e; }
		.footer .menu a:hover{ text-decoration: underline; }
	.footer div.small{ margin-top: 10px; font-size: 11px; line-height: 15px; }


/* Sidebar layout */
.sidebar-layout div.width{ background: url('side-bg.png') 755px 0 no-repeat;}
.sidebar-layout div.main-content{ width: 715px; float: left; display: inline; margin-right: 40px; }
.sidebar-layout div.sidebar{ width: 205px; float: left; display: inline; font-family: 'Lato', sans-serif; padding-top: 46px; color: #333; }

.donate-layout{ padding: 40px 0; }
	.donate-layout h2{ text-align: center; font-size: 30px; font-family: 'Merriweather', sans-serif; line-height: 1; }
	.donate-layout p{ font-size: 16px; text-align: center; padding: 10px 10px 0; }
	.donate-layout div.top{ padding-bottom: 30px; }
	.donate-layout div.top.left-aligned{ text-align: left; }
	.donate-layout .top.left-aligned h2{ text-align: left; }
	.donate-layout .top.left-aligned .content{ font-size: 16px; line-height: 24px; text-align: left; }
	.donate-layout .top.left-aligned .content p{ text-align: left; padding: 15px 0 0 0; }

.sidebar div.member-logout{ margin-left: 20px; padding: 14px; border-radius: 4px; border: #ccc 1px solid; margin-top: -20px; background: #fff; box-shadow: 0 1px 2px 0 #ddd; }

/* Sidebar */
.sidebar h3{ font-size: 24px; font-family: 'Merriweather', serif; font-weight: 100; padding-left: 20px; margin-bottom: 10px; margin-top: 40px; line-height: 1.2em; }
	.sidebar h3:first-child{ margin-top: 0;}
	.sidebar .submenu{ padding-top: 10px; }
	.sidebar .submenu a{ display: block; }
	.sidebar .submenu li{ padding: 10px 0 10px 20px; line-height: 1em; }
	.sidebar .submenu li.active{ background: url('active-bg.png') 0 0 repeat-y; }
	.sidebar .submenu .active a{ color: #333333; }
	.sidebar .submenu.text{ margin-top: -10px; }
	.sidebar .submenu.text li{ line-height: 1.5em; padding: 5px 0 5px 20px; }

	.sidebar div.subscribe{ padding-left: 20px; }
	.sidebar .subscribe form{ width: 185px; margin: auto; overflow: hidden; }
	.sidebar .subscribe input[type="text"], .sidebar .subscribe input[type="email"]{ width: 100px; border: #ccc 1px solid; border-radius: 3px 0 0 3px; float: left; line-height: 1.2em !important; height: 10px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; padding: 10px 10px 10px 35px; font-size: 14px; font-family: 'Lato', sans-serif; background: url('mail.png') 10px 50% no-repeat; }
	.sidebar .subscribe input[type="submit"]{ width: 36px; background: #35579c; border: #35579c 1px solid; border-radius: 0 3px 3px 0; float: left; display: inline; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #fff; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 0 !important; height: 10px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; padding: 10px 0; }
	.sidebar .subscribe p{ font-family: Georgia, serif; color: #636363; padding-bottom: 12px; }

	.sidebar div.info{ background: #515866; margin-top: -50px; padding: 40px 20px 30px; color: #fff; }
		.sidebar .info h3{ font-size: 18px; font-family: 'Merriweather', serif; font-weight: 700; padding: 0; }
		.sidebar .info h4{ color: #b7b7b7; margin-top: 15px; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; }
		.sidebar .info strong{ font-weight: 700; }
		.sidebar .info a{ color: #E2B4B4; font-weight: 700; }
		.sidebar .info span.address{ display: block; font-size: 12px; }
		.sidebar .info div.action{ margin-top: 20px; }
			.sidebar .info .action a{ display: block; color: #fff; background: #74c24e; font-weight: 400; text-align: center; padding: 15px; }

/* Pagination */
.pagination { font-size: 18px; text-align: center; padding-top: 30px; font-family: Lato, sans-serif; }
	.pagination div{ margin: 0 30px; display: inline; }

/* Text page */
div.page{ padding-top: 40px; }
.page h2{ font-size: 36px; letter-spacing: -1px; font-family: 'Merriweather', serif; line-height: 1.2em; font-weight: 100; }
.page div.content{ font-size: 16px; line-height: 24px; padding-top: 16px; }
.page .content h3{ font-size: 24px; letter-spacing: -1px; font-family: 'Merriweather', serif; line-height: 1.2em; font-weight: 400; }
.page div.credits{ font-size: 13px; line-height: 19px; padding-top: 20px; font-family: 'Lato'; }
.about-page-content img{ margin-right: 20px; margin-bottom: 10px; }
	.about-page-content p a img{ margin: 0; }
.page .content p{ padding-top: 16px; }
.page .content p:first-child{ padding-top: 0; }
.page p.wp-caption-text{ font-size: 14px; font-style: italic; padding-top: 0; color: #666; }
.page div.wp-caption.alignnone{ padding-top: 16px; }
.page .topics li{ font-size: 18px; list-style-type: disc; list-style-position: inside; padding-left: 40px; }
.page div.topics{ padding-top: 30px; line-height: 30px; }

.page .meta div.categories{ overflow: hidden; }
	.page .meta .categories li{ list-style-type: none; display: inline; font-style: normal; }
	.page .meta .categories li a{ font-size: 13px; color: #35579c; }
	.page .meta .categories li:before{ content: ', '; }
	.page .meta .categories li:first-child:before{ content: ''; }
	.page div.tags{ padding-top: 30px; font-size: 16px; line-height: 1em; }
		.page .tags a{ color: #91192b; }

.page div.meta{ font-family: 'Lato'; color: #696a6b; font-size: 14px; padding: 5px 0 10px 0; font-style: italic; }
	.page .meta a{ font-size: 16px; color: #91192b; }

/* Index page */
ul.index{ padding-top: 40px; }
	.index li{ padding: 30px 0; border-top: #ddd 1px solid; }
		.index li:first-child{ padding-top: 0; border: 0; }
	.index h2{ font-size: 30px; line-height: 1.3em; font-family: 'Merriweather', serif; letter-spacing: -1px; }
		.index h2 a{ color: #333; }
		.index h2 a:hover{ color: #35579c; }
	.index div.meta{ font-family: 'Lato'; color: #696a6b; font-size: 14px; padding: 5px 0 10px 0; font-style: italic; }
		.index .meta a{ font-size: 16px; color: #91192b; }
	.index div.content{ font-size: 16px; line-height: 24px; }
	.index li.empty{ color: #999; font-size: 18px; padding: 30px 0; border: 0; line-height: 24px; }

h2.page-title{ font-size: 24px; padding-top: 50px; font-family: 'Lato', sans-serif; font-weight: 700; border-bottom: #ddd 1px solid; padding-bottom: 15px; margin-bottom: -20px; }
	h2.page-title.no-border{ border-bottom: 0; }


/* Events */
li.item.event{ position: relative; }
	.item.event h2{ padding-right: 80px; }
	.item.event div.date{ position: absolute; top: 30px; right: 0; }
	.item.event:first-child div.date{ top: 0; }

	.item.event div.date{ border: #dddddd 1px solid; float: left; display: inline; box-shadow: 0 0 2px 0 #ddd; text-align: center; width: 64px; }
		.item.event .date span{ display: block; }
		.item.event .date span.day{ font-size: 30px; font-family: 'Lato'; font-weight: 300; padding: 13px 0; color: #91192b; letter-spacing: -1px }
		.item.event .date span.month{ font-size: 10px; font-weight: 700; font-family: 'Lato', sans-serif; text-transform: uppercase; background: #f0f0f0; letter-spacing: 2px; line-height: 1em; padding: 4px 0; color: #999; }


/* Event */
div.secondary-block{ padding-top: 40px; overflow: hidden; }
	.secondary-block h3{ color: #7b7b7b; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: #e5e5e5 1px solid; position: relative; margin-bottom: 15px; }
		.secondary-block h3 span{ display: block; position: absolute; top: -10px; width: 100%; text-align: center; }
		.secondary-block h3 strong{ font-weight: 700; background: #fcfcfc; padding: 0 20px; }

/* Speakers */
.speakers dl{ float: left; display: inline; width: 332px; font-family: 'Lato', sans-serif; }
.speakers dl.first{ margin-right: 50px; }
.speakers dt{ font-size: 18px; line-height: 1em; margin-bottom: 8px; font-weight: 300; margin-top: 20px; }
.speakers dd{ font-size: 12px; line-height: 1.5em;  }

/* Photos */
.photos ul{ overflow: hidden; padding-top: 20px; }
	.photos li{ float: left; display: inline; margin-right: 15px; }

/* Post */
.post-page{ font-family: 'Merriweather', serif; padding: 80px 0; }
	.post-page .sub{ background: #A74755; width: 130px; height: 2px; margin: 20px auto 0 auto; }
	.post-page h1{ text-align: center; font-size: 36px; line-height: 48px; font-weight: 300; padding: 0 110px; }
		.post-page h1 a{ color: inherit; }
	.post-page .meta{ font-family: 'Lato', serif; font-size: 16px; line-height: 24px; text-align: center; margin-top: 30px; color: #7B7B7B; }
	.post-page .post-categories{ text-align: center; font-size: 13px;  margin-top: 10px; }
		.post-page .post-categories li{ display: inline; }
	.post-page p{ padding: 0 110px; }
	.post-page .content{ font-size: 18px; line-height: 34px; font-weight: 300; }
		.post-page .content > *{ margin-top: 70px; }
		.post-page .content h2, .post-page .content h3, .post-page .content h4{ padding: 0 110px; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: -40px; }
			.post-page .content h2{ font-size: 30px; }
			.post-page .content h3{ font-size: 24px; }
			.post-page .content h4{ font-size: 18px; }
	.post-page .wp-block-image img{ width: 100%; height: auto; }
	.post-page .wp-block-image figcaption{ padding: 0 110px; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 24px; color: #7B7B7B; font-weight: 400; }
	.post-page .wp-block-pullquote{ background: #fff; padding: 50px 0; border-top: #A74755 2px solid; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1); margin-left: 0; margin-right: 0; }
	.post-page .wp-block-quote{ background: #32589D; color: #fff; padding: 50px 0; }
	.post-page .subscribe{ margin-left: 110px; margin-right: 110px; margin-top: 70px; box-shadow: box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1); }

/* Audio */
.audio li.item{ padding-top: 20px; }
	.audio li.item:first-child{ padding-top: 0; }
	.audio h4{ font-size: 16px; font-family: 'Lato', sans-serif; }
	.audio h5{ font-size: 13px; }
	.audio div.audio-container{ margin-top: 10px; }

/* Video */
.video iframe{ width: 100%; height: 400px; margin-top: 20px; }
	.video h4{ font-size: 18px; }

/* People */
.people *{ box-sizing: border-box; }
.people .width{ text-align: center; padding: 60px 0; }
	.people h1{ font-size: 30px; line-height: 1; font-family: 'Merriweather', serif; }
	.people h2{ font-size: 26px; font-family: 'Merriweather', serif; margin-top: 40px; font-weight: 700; font-style: italic; }
	.people h3{ font-size: 18px; color: #000; font-size: 18px; line-height: 1; font-family: 'Merriweather', sans-serif; font-weight: 700; }
	.people h4{ font-size: 14px; color: #7b7b7b; line-height: 1; padding-top: 15px; font-family: 'Lato', sans-serif; }
	.people .sub{ width: 30px; height: 2px; background: #A84755; display: inline-block; margin-top: 15px; margin-bottom: -20px; }
	.people ul{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; margin-top: 20px; }
		.people ul.no-border{ border: 0; padding: 0; }
	.people li{ border: #e0e0e0 1px solid; padding: 20px; border-radius: 4px; box-shadow: rgba(0,0,0,0.1) 0 1px 5px 0; }
		.people li .img{ width: 100px; float: left; display: inline; }
			.people li .img img{ width: 100%; overflow: hidden; border-radius: 100px; display: block; }
		.people li .info{ width: calc(100% - 100px); float: left; display: inline; text-align: left; padding-left: 20px; }
			.people li .info p{ font-family: 'Merriweather', serif; font-size: 14px; line-height: 21px; margin-top: 10px; }
			.people li .info .more{ font-family: 'Lato', sans-serif; color: #A84755; font-weight: 700; display: block; margin-top: 5px; }
				.people li .info .more:hover{ text-decoration: underline; cursor: pointer; }

.frozen-banner{ position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; font-family: 'Lato', sans-serif; opacity: 0; transition: .5s; bottom: -100px; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1); z-index: 100; }
	.frozen-banner.is-visible{ opacity: 1; bottom: 0; }
	.frozen-banner .inner{ padding: 18px 24px; font-size: 18px; }
	.frozen-banner .bar{ background: #ccc; height: 5px; position: relative; }
	.frozen-banner .fill{ background: #a74754; height: 5px; position: absolute; top: 0; left: 0; width: 0%; transition: .3s; }

/* Memberships */
.memberships *{ box-sizing: border-box; }
.memberships .width{ text-align: center; padding: 60px 0; }
	.memberships h1{ font-size: 30px; line-height: 1; font-family: 'Merriweather', serif; }
	.memberships h2{ font-size: 26px; font-family: 'Merriweather', serif; margin-top: 40px; margin-bottom: 24px; font-weight: 700; font-style: italic; }
	.memberships h3{ font-size: 16px; line-height: 24px; color: #000; font-family: 'Merriweather', sans-serif; font-weight: 700; margin-right: 12px; }
	.memberships h4{ font-size: 18px; color: #a74755; font-family: 'Lato', sans-serif; font-weight: 600; margin-top: 8px; }
	.memberships p{ font-size: 16px; line-height: 24px; margin-top: 12px; }
	.memberships .sub{ width: 30px; height: 2px; background: #A84755; display: inline-block; margin-top: 15px; margin-bottom: -20px; }
	.memberships .cols{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 32px; margin-top: 32px; }
	.memberships ul{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 24px; margin-top: 24px; }
		.memberships ul.no-border{ border: 0; padding: 0; }
	.memberships li{ border: #e0e0e0 1px solid; padding: 12px 18px; border-radius: 4px; box-shadow: rgba(0,0,0,0.1) 0 1px 5px 0; text-align: left; display: grid; grid-template-columns: 64px 1fr; grid-gap: 18px; cursor: pointer; transition: .3s; }
		.memberships li:hover{box-shadow: rgba(0,0,0,0.2) 0 1px 5px 0; }
		.memberships img{ overflow: hidden; border-radius: 100px; width: 100%; height: auto; }
		.memberships .info{ display: flex; flex-direction: column; }
	.memberships .action{ margin-top: 14px; }
	.memberships li .info .more{ font-family: 'Lato', sans-serif; color: #A84755; font-weight: 700; display: block; margin-top: 5px; }
				.memberships li .info .more:hover{ text-decoration: underline; cursor: pointer; }

.radio-boxes{ display: grid; grid-template-columns: 1fr 1fr 1fr; width: 100%; grid-gap: 16px; }
	.radio-boxes .radio-box{ border: #ddd 1px solid; border-radius: 4px; padding: 4px 12px 6px !important; background: #fff; display: grid !important; grid-template-columns: 20px 1fr; }
	.radio-boxes .radio-box.active{ border-color: #35579c; }
	.radio-boxes .radio-box input{ transform: translateY(2px); }

.centered-img img{ margin: auto; max-width: 420px; border-radius: 0; }

/* Contact */
.sidebar p.address{ padding-top: 15px; font-size: 12px; }
.contact p{ padding-top: 20px; }
.contact div.split{ overflow: hidden; margin-bottom: 15px; }
.contact label{ padding-bottom: 5px; display: block;}
.contact div.form{ margin-top: 20px; font-family: 'Lato', sans-serif; }
.contact input[type="text"], .contact textarea, .contact input[type="email"]{ border: #ccc 1px solid; padding: 6px; font-family: 'Lato', sans-serif; background: #fff; border-radius: 3px; display: block; font-size: 14px; }
.contact .split div.input{ width: 332px; float: left; display: inline; }
.contact .split div.input:first-child{ margin-right: 50px; }
.contact .split input[type="text"], .contact .split input[type="email"]{ width: 318px; }
.contact textarea{ width: 701px; height: 150px; }
.contact div.submit{ text-align: center; padding-top: 30px; }
.contact .submit input.btn{ padding: 15px 20px 13px 20px; font-size: 13px; }



/* Dialog */
div.dialog{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; background: rgba(0,0,0,0.8); text-align: center; overflow-x: hidden; overflow-y: auto; }
	.dialog div.box{ width: 500px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -250px; margin-top: -200px; text-align: left; border-radius: 4px; text-align: left; }
		.dialog div.box.big{ width: 960px; position: relative; left: auto; top: auto; margin: 30px auto auto auto; }
	.dialog div.form{ padding: 20px; font-family: 'Lato', sans-serif; }
	.dialog .form div.input{ overflow: hidden; margin-top: 12px; }
		.dialog .form .input label{ float: left; width: 120px; padding: 7px 0; }
		.dialog .form .text input, .dialog .form .email input, .dialog .form .tel input{ width: 322px; border: #ccc 1px solid; font-family: 'Arial', sans-serif; border: #ccc 1px solid; padding: 7px; font-size: 12px; border-radius: 4px; }
	.dialog .close{ position: absolute; right: 10px; top: 10px; font-size: 18px; text-transform: uppercase; cursor: pointer; font-weight: bold; color: #999; }
		.dialog .close:hover{ color: #333; }
	.dialog h3{ font-family: 'Merriweather'; font-weight: 100; font-size: 24px; padding: 10px 0 10px 0; }
	.dialog .submit{ text-align: right; padding-top: 15px; }
	.dialog .submit input{ cursor: pointer; }
	.dialog .form div.info{ font-family: 'Georgia', serif; color: #555; padding: 5px 0 10px 0; font-style: italic; }
	.dialog .text{ font-family: 'Merriweather', serif; font-size: 14px; color: #646464; padding-top: 10px; }
	.dialog .subscribe{ overflow: hidden; padding: 20px 0 0 0; }
	.dialog .subscribe form{ width: auto; }
	.dialog .subscribe input[type="text"], .dialog .subscribe input[type="email"]{ width: calc(100% - 130px); border: #ccc 1px solid; border-radius: 3px 0 0 3px; float: left; line-height: 1.2em !important; height: 14px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; padding: 10px 10px 10px 35px; font-size: 14px; font-family: 'Lato', sans-serif; background: url('mail.png') 10px 50% no-repeat; }
		.dialog .subscribe input[type="submit"]{ width: 80px; background: #35579c; border: #35579c 1px solid; border-radius: 0 3px 3px 0; float: left; display: inline; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #fff; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 0 !important; height: 14px; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; padding: 10px 0; }

	.dialog .person{ overflow: hidden; padding: 30px; }
		.dialog .person *{ box-sizing: border-box; }
		.dialog .person .img{ width: 160px; height: 160px; float: left; display: inline; }
			.dialog .person .img img{ width: 160px; height: 160px; display: block; overflow: hidden; border-radius: 100px; }
		.dialog .person .info{ float: left; display: inline; width: calc(100% - 160px); padding-left: 30px; }
		.dialog .person h3{ font-size: 24px; line-height: 1; font-family: 'Merriweather', serif; font-weight: 700; }
		.dialog .person h4{ font-size: 16px; font-family: 'Lato', sans-serif; color: #7b7b7b; }
		.dialog .person .text{ font-size: 14px; font-family: 'Merriweather', serif; line-height: 24px; margin-top: 10px; color: #000; }
		.dialog .person h5{ font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 700; color: #7b7b7b; margin-top: 20px; margin-bottom: -5px; letter-spacing: 2px; font-size: 12px; }
		.dialog .person p{ margin-top: 12px; }
			.dialog .person p:first-child{ margin-top: 0; }


/* Simple page: RSVP form, subscribe form, confirmation messages */
.simple div.width{ width: 600px; padding-top: 50px; }
	.simple h2{ font-family: 'Merriweather', serif; font-weight: 100; font-size: 30px; line-height: 1em; }
		.simple h2 .red{ font-family: 'Lato', sans-serif; color: #a74755; font-weight: 600; margin-left: 12px; }
		.simple .top .flash{ margin-top: 20px; font-size: 14px; font-family: 'Lato', sans-serif; }
		.simple h3{ font-family: 'Merriweather', serif; font-weight: 100; font-size: 18px; line-height: 1em; padding-top: 30px; }
		.simple h2 span.small{ font-size: 18px; display: block; line-height: 1.5em; }
	.simple div.content{ font-size: 16px; line-height: 24px; padding-top: 15px; }
		.simple .content p{ padding-top: 15px; }
			.simple .content p:first-child{ padding-top: 0; }
	.simple div.form{ padding-top: 10px; }
	.simple .form .text input, .simple .form .tel input, .simple .form .number input, .simple .form .email input, .simple .form .password input{ border: #ccc 1px solid; padding: 6px; font-family: 'Lato', sans-serif; background: #fff; border-radius: 3px; display: block; font-size: 14px; width: auto; width: 586px; }
		.simple .form .text input.small{ width: 100px; }
	.simple input.readonly{ background: #f5f5f5 !important; color: #999; }
	.simple .address-extras{ overflow: hidden; }
		.simple .address-extras .field-wrapper{ float: left; display: inline; box-sizing: border-box; }
			.simple .address-extras .field-wrapper input{ width: 100%; box-sizing: border-box; }
		.simple .address-extras .city{ width: 50%; }
		.simple .address-extras .state{ width: 20%; padding-left: 20px; }
		.simple .address-extras .zip{ width: 30%; padding-left: 20px; }
	.simple .form textarea{ border: #ccc 1px solid; padding: 6px; font-family: 'Lato', sans-serif; background: #fff; border-radius: 3px; display: block; font-size: 14px; width: 586px; height: 150px; }
	.simple .form label{ font-family: 'Lato', sans-serif; display: block; padding-bottom: 4px; padding-top: 5px; }
	.simple .form div.input{ padding-top: 16px; }
	.simple ul.normal{ padding-top: 20px; padding-left: 30px;  }
		.simple .normal li{ list-style-type: disc; list-style-position: inside; }

	.simple .form div.submit{ padding-top: 24px; }

	.simple div.message{ text-align: center; padding: 50px 0; font-size: 18px; }
	.simple div.textblock{ padding: 30px 0; font-size: 18px; line-height: 24px; }
		.simple .textblock p{ padding-top: 15px; }
		.simple .textblock p:first-child{ padding-top: 0; }
	.simple .message h2{ padding-bottom: 20px; }
	.simple .message div.button{ padding-top: 30px; }

	.simple p.description{ padding-top: 20px; font-size: 16px; line-height: 22px; }
	.simple .yes-no label{ display: inline; margin-left: 5px; margin-right: 15px; }
	.simple .yes-no legend, .simple .multicheck legend{ font-family: 'Lato', sans-serif; font-weight: 700; padding-bottom: 5px; }
	.simple .checkbox label{ display: inline; }
	.simple div.multicheck{ padding-top: 20px; }
	.simple .form .multicheck div.input{ margin-top: 0; padding-top: 5px; }
	.simple .form .multicheck .input input{ position: relative; top: -1px; margin-right: 5px; }

	.page .description{ padding: 10px 0; }
	.page .secondary-description{ padding: 10px 0; margin-top: 20px; background: #fff; border: #ccc 1px solid; border-radius: 4px; padding: 15px; }
	.page .form .text input, .page .form .email input, .page .form .number input{ border: #ccc 1px solid; width: 300px; padding: 6px; font-family: 'Lato', sans-serif; background: #fff; border-radius: 3px; display: block; font-size: 14px; }
		.page .form .text input.small{ width: 100px; }
	.page .form .text label, .page .form .number label, .page .form .email label, .page .form .select label{ width: 150px; float: left; display: inline; font-size: 14px; font-family: 'Lato', sans-serif; padding: 6px 0; }
	.page .form .select select{ margin-top: 8px; }
	.page .form div.input{ clear: both; padding-top: 10px; }
	.page .contact .form div.input{ clear: none; }
	.page .form .submit{ clear: both; padding-left: 150px; padding-top: 15px; }
		.page .contact .form .submit{ padding-left: 0; padding-top: 30px; }

.payment-logos{ padding-top: 20px; }
	.payment-logos .logo{ display: inline-block; margin-right: 30px; }

.contact-buttons{ padding-top: 15px; }
	.contact-buttons .btn{ text-transform: none; letter-spacing: 0; display: inline-block; margin-top: 10px; font-size: 14px; background: #35579c; color: #fff; }
	.contact-buttons .btn:hover{ opacity: .8; }


.join-layout .width{ overflow: hidden; padding-top: 40px; }
	.join-layout .left, .join-layout .right{ float: left; display: inline; }

	.join-layout .left{ width: calc(100% - 390px);}
		.join-layout .left .content{ font-size: 16px; line-height: 24px; }
		.join-layout .left .centered-image{ text-align: center; padding-bottom: 30px; }
			.join-layout .left .centered-image img{ max-width: 300px; }
	.join-layout .form{ margin-top: 30px; }
		.join-layout .form .input{ margin-top: 10px; }
			.join-layout .form .input label{ font-family: 'Lato', sans-serif; display: block;  }
			.join-layout .form .text input, .join-layout .form .tel input, .join-layout .form .email input, .join-layout .form .number input, .join-layout .form .email input, .join-layout .form .password input{ border: #ccc 1px solid; padding: 6px; font-family: 'Lato', sans-serif; background: #fff; border-radius: 3px; display: block; font-size: 14px; width: auto; width: 100%; box-sizing: border-box; }
			.join-layout .form .text input.small{ width: 100px; }
		.join-layout .form h3{ font-family: 'Merriweather', serif; font-weight: 100; font-size: 18px; line-height: 1em; padding-top: 30px; }
		.join-layout .form .submit{ margin-top: 20px; }

	.join-layout .right{ width: 320px; margin-left: 30px; background: #f5f5f5; padding: 30px 20px; font-family: 'Lato', sans-serif; border-radius: 4px; }
		.join-layout .right h3{ font-family: 'Merriweather', serif; font-weight: 300; font-size: 18px; line-height: 1em; padding-top: 20px; }
		.join-layout .right h3:first-child{ padding-top: 0; }
		.join-layout .right ul{ padding-left: 30px; padding-top: 20px; }
			.join-layout .right li{ list-style-type: disc; list-style-position: outside; font-size: 16px; }
			.join-layout .right li ul{ padding-bottom: 5px; padding-top: 3px; }
			.join-layout .right li ul li{ list-style-type: circle; font-size: 13px; }
			.join-layout .right p{ font-size: 12px; padding-top: 15px; }

/* Flash */
div.flash{ background: #f1f9ec; border: #a9d493 1px solid; font-size: 18px; padding: 20px; border-radius: 4px; }
	.sidebar-layout div.flash{ margin: 14px 0; }
	div.flash.bad{ background: #f3e9eb; border-color: #b6717d; }


div.author-info{ padding: 20px; background: #fefefe; border: #ddd 1px solid; border-radius: 4px; margin-top: 40px; overflow: hidden; }
	.author-info h3{ font-family: 'Merriweather', serif; font-size: 24px; font-weight: 700; line-height: 1em; }
	.author-info div.bio{ font-size: 14px; line-height: 22px; padding-top: 10px; }
	.author-info img{ float: left; margin-right: 15px; }

/* Search results */
.results .group{ margin-top: 50px; }
	.results .group h3{ font-size: 18px; font-family: 'Lato', sans-serif; line-height: 1; font-weight: 700; text-transform: uppercase; margin-bottom: -20px; border-bottom: #ddd 1px solid; padding-bottom: 15px; color: #7b7b7b; }
	.results .index h2{ font-size: 24px; }
	.results .all{ font-family: 'Lato', sans-serif; border-top: #ddd 1px solid; font-weight: 600; font-size: 15px; padding-top: 10px; }

/* Past events */
.past-events *{ box-sizing: border-box; }
	.past-events .items{ }
	.past-events .event{ float: left; display: inline; width: 33%; width: calc(33.333% - 24px); padding: 40px 0 0 0; margin-left: 35px; }
	.past-events .event:nth-child(3n+1){ clear: left; margin-left: 0; }
	.past-events .event .date{ font-family: 'Lato', sans-serif; font-weight: 600; line-height: 1; border-bottom: #ddd 1px solid; padding-bottom: 10px; margin-bottom: 10px; }
	.past-events .event h2{ font-family: 'Merriweather', serif; font-size: 18px; line-height: 1.3em; }
		.past-events .event h2 a{ color: #333333; }
	.past-events .meta{ font-family: 'Lato', sans-serif; font-style: italic; padding-top: 5px; }
		.past-events .meta a{ color: #91192b; }
	.past-events .content{ padding-top: 5px; }
	.past-events .event img{ display: block; width: 100%; margin-top: 5px; }

/* Mobile */
@media all and (max-width: 960px){ 
	.mobile-hidden{ display: none !important; }
	.mobile-visible{ display: block !important; }
	div.width{ width: auto; padding: 10px; }
	.sidebar-layout div.width{ background: transparent; }
	.sidebar-layout div.main-content, .sidebar-layout div.sidebar{ width: 100%; clear: both; }
	.header h1 a{ width: 100%; background-size: contain; }
	.header h1{ width: 100%; max-width: 300px; padding: 10px;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } 
	.header div.width{ background: transparent; padding: 10px 0; }
	ul.index{ padding-top: 0;}
	div.sidebar{ padding: 0; }
	.sidebar h3{ padding: 0; }
	.sidebar .submenu li.active{ background: transparent; color: #233b6e; }
	.sidebar .submenu li{ padding: 0 !important; }
	.sidebar .submenu li a{ display: block; padding: 10px 0; border-top: #ddd 1px solid; }
	.sidebar div.subscribe{ padding: 0; }
	.sidebar .subscribe input[type="text"], .sidebar .subscribe input[type="submit"]{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 40px; }
	.sidebar .subscribe input[type="text"]{ width: 80%;}
	.sidebar .subscribe input[type="submit"]{ width: 20%;}
	.sidebar .subscribe form{ width: 100%; }
	.sidebar-layout div.sidebar{ padding-top: 20px;}
	div.quote{ display: none; }
		.quote blockquote{ padding: 0; }
	img{ max-width: 100%; }

	div.mobile-menu{ padding: 10px; }
	.mobile-menu select{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; }
	div.page{ padding-top: 0;}

	div.footer{ display: none; }

	.home div.block{ margin: 0 !important; width: 100%; clear: both; margin-bottom: 30px; }
	.home div.width{ padding: 20px; }
	.home div.view-all{ border: 0; padding-bottom: 30px; }
	.home .events div.wrapper{ width: calc(100% - 90px); }
	.home .subscribe{ margin-top: 0; margin-bottom: 40px; }
	.home .subscribe form{ width: auto; }
	.home .subscribe input[type="text"], .home .subscribe input[type="email"]{ width: calc(100% - 130px);}

	.speakers dl{ width: 100%; clear: both; }
	.sidebar div.info{ margin-top: 20px; }

	.contact div.split{ clear: both; width: auto; }
	.contact .split div.input{ width: auto; clear: both; display: block; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	.contact .split input[type="text"], .contact .split input[type="email"]{ width: 100%; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
	.contact div.form{ display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	.contact textarea{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; }

	.people ul{ grid-template-columns: 1fr; padding: 0 20px; }

	.sidebar .subscribe input[type="email"]{ width: 80%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 19px 19px 19px 40px; }
	.sidebar .subscribe input[type="submit"]{ width: 20%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 10px; }

	.results .group h3{ margin-bottom: 20px; font-size: 14px; }
		.simple h2{ font-size: 24px;}
	.results h2.page-title{ padding-top: 0; padding-bottom: 0; }

	.simple div.width{ width: auto; }
	.simple .form .text input, .simple .form .number input, .simple .form .tel input, .simple .form .email input, .simple .form .password input{ width: 100%; box-sizing: border-box; }
		.simple .form .text input.small{ width: 100px; }

	.past-events h2.page-title{ padding-top: 0; }
		.past-events .event{ float: none; display: block; width: 100%; margin: 0; padding-top: 24px; }

	div.dialog{ padding: 20px; box-sizing: border-box; }
		.dialog div.box{ width: auto; position: relative; margin: 0; box-sizing: border-box; top: 0; left: 0; }
		.dialog h3{ font-size: 18px; }

	.join-layout .width{ padding-top: 20px; }
	.join-layout .left, .join-layout .right{ float: none; display: block; }

	.join-layout .left{ width: 100%;}
	.join-layout .form{ margin-top: 20px; }
	.join-layout .right{ width: auto; margin-left: 0; margin-top: 30px; }

	.post-page h1{ padding-left: 0; padding-right: 0; }
	.post-page p{ padding-left: 0; padding-right: 0; }
	.post-page .subscribe{ margin-left: 0; margin-right: 0; }
	.post-page h1{ font-size: 30px; line-height: 42px; }
	.post-page .content > *{ margin-top: 40px; }
	.post-page .content{ font-size: 16px; line-height: 30px; }
	.post-page .content h2, .post-page .content h3, .post-page .content h4{ padding-left: 0; padding-right: 0; margin-bottom: -10px; }
	.post-page .content h2{ font-size: 24px; line-height: 1.3; }
	.post-page .content h3{ font-size: 18px; line-height: 1.3; }
	.post-page .content h4{ font-size: 16px; line-height: 1.3; }
	.post-page .wp-block-pullquote, .post-page .wp-block-quote{ padding: 30px 20px; }
	.post-page .wp-block-image figcaption{ padding-left: 0; padding-right: 0; }

	.memberships{ padding: 0 20px; }
		.memberships .cols{ grid-template-columns: 1fr; }

}