/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 100px;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #332E2E;
}

body.editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table.data_table {
	width: 100%;
	margin: 1em 0px;
}

table th {
	background-color: #AB742B;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
	color: #FFFFFF;
	vertical-align: bottom;
	padding: 5px 10px;
	text-align: center;
}

table th span {
	font-size: 15px;
}

table td {
	vertical-align: top;
	padding: 5px 10px;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #AB742B;
}

table tr th:first-child, table tr td:first-child {
	text-align: left;
}

table.center tr th:first-child, table.center tr td:first-child {
	text-align: center;
}

table tr.top td {
	border: 0px;
}

table tr.top td.highlight {
	border-left: 3px solid #AB742B;
	border-top: 3px solid #AB742B;
	border-right: 3px solid #AB742B;
	text-transform: uppercase;
	font-weight: bold;
}

table td.highlight {
	border-left: 3px solid #AB742B;
	border-right: 3px solid #AB742B;
}

table tr.highlight td, table td.highlight2 {
	background-color: #F2EADF;
}

table tr:last-child td.highlight {
	border-bottom: 3px solid #AB742B;
}

/*
table td.highlight2 {
	border: 1px solid #AB742B;
}
*/

table td.new {
	position: relative;
	background-clip: padding-box; /* Add this line */
}

table td.new:after {
	content: "New";
	position: absolute;
	top: 2px;
	left: 4px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	transform: rotate(-45deg);
}

table.roster {
	width: 100%;
	margin-bottom: 15px;
}

table.roster td {
	width: 33%;
	padding-right: 5px;
	line-height: 30px;
}

table.roster td img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

table.roster_logo td {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 1em;
}

#content ul li {
	line-height: 26px;
}

#content ul.roster {
	padding-left: 0px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
}

.roster li {
	list-style: none;
}

@media only screen and (max-width: 1200px) {

	#content ul.roster {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

}

@media only screen and (max-width: 700px) {

	#content ul.roster {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

}

h1, h2.h1, h3 {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: .125em;
	color: #666464;
	color: #63808C;
	margin-bottom: 1em;
}

/*
.layout2 h1 {
	font-size: 27px;
	text-align: center;
	text-transform: uppercase;
}
*/

.layout6 h1 {
	text-align: center;
}

h1 + h2 {
	margin-top: -.5em;
}

h2 {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: 300;
	color: #B07D2E;
	color: #63808C;
	letter-spacing: .125em;
	margin-bottom: .25em;
}

h3 {
	font-size: 19px;
	margin-bottom: .25em;
}

hr {
	border: 0px;
	height: 2px;
	margin: 30px auto;
	color: #C8C7C7;
	background-color: #C8C7C7;
}

p + hr {
	margin-top: 20px;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #B07D2E;
}

#content a, button, .button, input[type="button"], input[type="submit"] {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a:hover {
	color: #E6B05C;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	margin: 0px auto 20px auto;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}


.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

@media only screen and (max-width: 450px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

div.ctct-form-embed * {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

strong {
	font-weight: bold;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 50px;
	position: relative;
}

header {
	position: relative;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
/*	height: 100%; turned off for slideshow*/
	max-width: none;
	z-index: 500;
}

header .container {
	max-width: none;
}

#logo {
	position: absolute;
	top: 50px;
	left: 100px;
}

#logo img {
	width: 100%;
	max-width: 150px;
	display: inline-block;
}

#search {
	position: absolute;
	top: 37px;
	right: 100px;
	height: 40px;
	border: 2px solid #FFFFFF;
	padding: 0px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search_box {
	background-color: transparent;
}

#header_photo {
	position: relative;
}

#header_photo img {
	display: block;
	width: 100%;
}

#header_title {
	position: absolute;
	bottom: 20%;
	left: 0px;
	width: 100%;
	font-size: 100px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {

	#header_photo {
		height: 275px;
		overflow: hidden;
	}

	#header_photo img {
		width: 1000px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -500px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -250px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -750px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -80px;
	width: 100%;
	height: 80px;
	z-index: 500;
	background-color: #AB742B;
	background-image: url('../images/footer-bottom-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed #logo, .collapsed_temp #logo {
	top: 15px;
	height: 52px;
	overflow: hidden;
}

.collapsed #logo img, .collapsed_temp #logo img {
	max-width: 100px;
}

.collapsed_temp #top_nav, .collapsed #top_nav, .collapsed_temp #search, .collapsed #search {
	display: none;
}

.collapsed_temp #main_nav, .collapsed #main_nav {
	top: 30px;
}

#content_box {
	padding-top: 80px;
	padding-bottom: 50px;
	background-image: url('../images/content-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.layout2 #content_box {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
}

@media only screen and (min-width: 2000px) {
	#content_box {
		background-size: 100% auto;
	}
}

#content {
	padding-bottom: 70px;
}

.layout2 #content {
/*	text-align: center;*/
	max-width: 1060px;
}

.layout6 #content {
	max-width: none;
}

#home_ctas {
	margin-bottom: 100px;
}

#home_ctas h1 {
	font-size: 35px;
	text-align: center;
	line-height: 1.2em;
}

#home_ctas h1 em {
	display: inline-block;
	font-size: .7em;
	line-height: 1.25em;
	margin-top: .25em;
}

#home_ctas ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
}

#home_ctas li {
	list-style: none;
	display: block;
	width: calc(100%/6 - 10px);
}

#home_ctas li a {
	display: flex;
	align-items: center;
	height: 70px;
	background-color: #B07D2E;
	background-image: url('../images/cta-bg1.jpg');
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#home_ctas li a span {
	margin: 0px auto;
}

@media only screen and (max-width: 1000px) {

	#home_ctas {
		margin-bottom: 80px;
	}

	#home_ctas li {
		width: calc(100%/3 - 10px);
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 600px) {

	#home_ctas li {
		width: calc(100%/2 - 10px);
	}

}

#ctas {
	max-width: none;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
}

.layout2 #ctas {
	margin-bottom: 150px;
}

#ctas_inner, .photo_links {
	margin-left: -1.754385964912233%;
}

#ctas .cta, .photo_link {
	width: 31.5789473684211%;
	height: 240px;
	float: left;
	margin-left: 1.754385964912233%;
	display: inline;
	background-color: #B07D2E;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.layout2 #ctas .cta, .photo_link {
	height: auto;
	background-color: transparent;
	background-image: none;
}

.layout2 #ctas .cta a, .photo_link a {
	background-color: #B07D2E;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
	height: 0px;
	width: 83.3333333333333%;
	margin: 0px auto;
	padding-bottom: 68.2%;
}

.photo_link a {
	height: auto;
	padding: 10%;
	line-height: 1em;
}

#ctas .cta1, .layout2 #ctas .cta1 a, .photo_link a {
	background-image: url('../images/cta-bg1.jpg');
}

#ctas .cta2, .layout2 #ctas .cta2 a, .photo_link2 a {
	background-color: #63808C;
	background-image: url('../images/cta-bg2.jpg');
}

#ctas .cta3, .layout2 #ctas .cta3 a, .photo_link3 a {
	background-color: #684E5C;
	background-image: url('../images/cta-bg3.jpg');
}

#ctas .cta img, .photo_link img {
	width: 100%;
	height: auto;
}

.layout2 #ctas .cta img, .photo_link img {
	display: block;
	margin-bottom: -20%;
}

#ctas .cta a, .photo_link a {
	color: #FFFFFF;
}

#ctas .cta a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 5%;
}

.layout2 #ctas .cta a span {
	position: absolute;
}

#ctas .cta a strong, .photo_link strong {
	font-size: 2.5em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
	display: block;
	margin-bottom: .5em;
}

.layout2 #ctas .cta a strong {
	margin-bottom: 7%;
}

.photo_link strong {
	margin-bottom: 0px;
}

.layout2 #ctas .cta a em.content {
	display: inline-block;
	margin-bottom: 2em;
	font-size: 0.9375em;
	line-height: 1.2em;
}

#ctas .cta a em.link {
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	display: inline-block;
	padding: 0px 15px;
}

#ctas .cta a:hover em.link {
	background-color: #FFFFFF;
	color: #B07D2E;
}

#ctas .cta2 a:hover em.link {
	color: #63808C;
}

#ctas .cta3 a:hover em.link {
	color: #684E5C;
}

@media only screen and (max-width: 900px) {

	.layout2 #ctas {
		margin-bottom: 20px;
	}

	#ctas_inner, .photo_links {
		margin-left: 0px;
	}

	.photo_links {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	#ctas .cta, .photo_link {
		float: none;
		display: block;
		width: 100%;
		margin: 0px auto 8% auto;
	}

	.layout2 #ctas .cta a {
		padding-bottom: 40%;
	}

}

@media only screen and (max-width: 700px) {

	.layout2 #ctas .cta a {
		padding-bottom: 50%;
	}

}

@media only screen and (max-width: 550px) {

	.layout2 #ctas .cta a {
		padding-bottom: 65%;
	}

}

.home_resources {
	max-width: none;
	display: flex;
	margin-top: 50px;
}

#home_podcasts {
	flex-direction: row-reverse;
}

.home_resources .resource {
	margin-top: 40px;
}

.home_resources .photo {
	width: 50%;
}

#home_podcasts .photo img {
	width: 100%;
	display: block;
}

.home_resources .content {
	flex: 1;
	padding: 125px 0px 100px 4%;
}

#home_podcasts .content {
	padding: 100px 4% 125px 0px;
}

.home_resources h2, #home_events h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666464;
}

.resource .icon {
	float: left;
	width: 60px;
	padding-top: 34px;
}

.resource .icon a {
	display: block;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	text-indent: 110%;
	overflow: hidden;
}

.resource .icon1 {
	padding-left: 5px;
}

.resource .icon a:hover {
	background-position: 0px -50px;
}

.resource .icon1 a {
	background-image: url('../images/icon-video.png');
	background-size: 50px 100px;
}

.resource .icon2 a {
	background-image: url('../images/icon-podcast.png');
	background-size: 57px 100px;
}

.resource .icon3 a {
	background-image: url('../images/icon-article.png');
	background-size: 60px 100px;
}

.resource .icon4 a {
	background-image: url('../images/icon-presentation.png');
	background-size: 60px 100px;
}

.resource .icon2 path {
	fill: #63808C;
}

.resource .resource_content {
	margin-left: 80px;
}

.resource .date {
	font-weight: 400;
}

.resource .title {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: .1em;
}

#home_podcasts .resource .title {
	margin-bottom: .5em;
}

.resource .title a {
	color: #63808C;
}

.resource .title a:hover {
	color: #9FC4D3;
}

.resource .title1 a {
	color: #B07D2E;
}

.resource .title1 a:hover {
	color: #E6B05C;
}

.resource .title3 a {
	color: #684E5C;
}

.resource .title3 a:hover {
	color: #B694A7;
}

.resource .title4 a {
	color: #979D35;
}

.resource .title4 a:hover {
	color: #CED467;
}

.resource .info {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: .7em;
}

.resource p {
	line-height: 20px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1200px) {

	#home_library .content {
		padding-top: 50px;
	}

	#home_podcasts .content {
		padding-bottom: 50px;
	}

}

@media only screen and (max-width: 900px) {

	#home_library, #home_podcasts {
		flex-direction: column;
	}

	#home_podcasts .content {
		padding: 50px 0px 20px 0px;
	}

	.home_resources .photo {
		display: block;
		width: 100%;
		height: 400px;
	}

}

#home_events {
	padding: 50px 0px;
}

#home_events .container {
	max-width: none;
}

#home_events h2 {
	text-align: center;
	margin-bottom: 2em;
}

#home_events_inner {
/*	margin-left: -2%;*/
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#home_events .event {
	width: 23%;
	border: 2px solid #C8C7C7;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #666464;
	padding: 2% 1% 0px 1%;
	padding: 25px 10px 0px 10px;
}

#home_events .event .date {
	line-height: 1em;
	margin-top: 1em;
}

#home_events .event .date em {
	line-height: 1em;
}

#home_events .event .name {
	margin-bottom: 1.25em;
}

#home_events .event .name strong {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.25em;
	color: #B07D2E;
}

#home_events .event a, #people .person .read, #person .back a {
	display: inline-block;
	border: 2px solid #666464;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style: italic;
	padding: .4em .6em;
	color: #666464;
}

#home_events .event a:hover, #people .person a:hover .read, #person .back a:hover {
	background-color: #666464;
	color: #FAFAFA;
}

#home_events img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 2em;
	margin-bottom: -10%;
}

@media only screen and (max-width: 1200px) {

	#home_events .event {
		width: 48%;
		margin-bottom: 100px;
	}

}

@media only screen and (max-width: 550px) {

	#home_events_inner {
		margin-left: 0px;
	}

	#home_events .event {
		width: 100%;
		float: none;
		display: block;
		margin-left: 0px;
	}

}

#footer_top {
	height: 594px;
	padding-top: 125px;
	background-color: #666464;
	background-image: url('../images/footer-top-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.layout2 #footer_top {
	padding-top: 175px;
}

#ccoptin {
	margin-bottom: 180px;
}

#ccoptin label, #footer_top .title {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #FFFFFF;
}

#ccoptin div, #footer_top a.join {
	width: 100%;
	max-width: 300px;
	height: 40px;
	border: 2px solid #FFFFFF;
	margin: 0px auto;
	padding: 0px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 35px;
}

#footer_top a.join {
	display: inline-block;
	width: 140px;
	margin-bottom: 180px;
	font-size: 20px;
	line-height: 36px;
	color: #FFFFFF;
}

#email_box, #search_box {
	background-color: transparent;
	float: left;
	width: calc(100% - 26px);
	height: 36px;
	font-weight: 400;
	font-size: 12px;
	line-height: 36px;
	font-style: 400;
	font-style: italic;
	color: #FFFFFF;
}

.email_submit {
	background-color: transparent;
	border: 0px;
	font-size: 20px;
	line-height: 36px;
	color: #FFFFFF;
	cursor: pointer;
	width: 20px;
	float: right;
}

.email_submit:hover, #footer_top a.join:hover {
	color: #B07D2E;
}

#footer_top a.join:hover {
	border: 2px solid #B07D2E;
}

#social {
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#social li {
	list-style: none;
	display: inline-block;
	margin: 0px 20px;
	font-size: 28px;
	line-height: 28px;
}

#social li a {
	display: block;
	color: #FFFFFF;
}

a.podcast {
	display: inline-block;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .125em;
	color: #FFFFFF;
}

a.podcast i {
	font-size: 25px;
	vertical-align: middle;
}

#social li a:hover, a.podcast:hover {
	color: #B07D2E;
}

#footer_bottom {
	height: 361px;
	background-color: #AB742B;
	background-image: url('../images/footer-bottom-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 80px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	color: #EADBC3;
}

#footer_bottom p {
	margin-bottom: 5px;
}

#footer_bottom img {
	width: 75px;
}

#footer_bottom a {
	color: #EADBC3;
}

#copyright {
	margin-top: 90px;
	font-size: 15px;
	line-height: 19px;
	font-style: italic;
}

#copyright span, #copyright a {
	white-space: nowrap;
}

@media only screen and (max-width: 599px) {

	#copyright {
		max-width: 400px;
		margin: 70px auto 0px auto;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}

#nav li a {
	color: #FFFFFF;
}

#nav li li {
	text-transform: none;
	font-size: 15px;
}

#nav #top_nav li {
	font-size: 14px;
	text-transform: none;
	font-style: italic;
}

#subnav ul {
	padding: 15px 0px;
}

#subnav li {
	list-style: none;
	font-weight: 400;
	font-style: italic;
}

#subnav li a {
	color: #666464;
}

#subnav li a:hover, #subnav li.active a {
	color: #B07D2E;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow_wrapper .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 5;
	font-size: 20px;
	line-height: 1.2em;
}

#home_slideshow_wrapper .content_inner {
	position: absolute;
	bottom: 15%;
	left: 0px;
	width: 100%;
	color: #FFFFFF;
	z-index: 500;
	padding: 0px 100px;
}

#home_slideshow_wrapper .title {
/*	font-size: 2.5em;*/
	line-height: 1.4em;
}

#home_slideshow_wrapper .subtitle {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.1em;
	color: #AF7C2F;
	margin-bottom: .5em;
}

#home_slideshow_wrapper .content a {
	background-color: #617F8B;
	padding: .5em 1em;
	font-size: 20px;
	font-weight: bold;
	color: #222344;
	text-transform: uppercase;
	display: inline-block;
}

@media only screen and (max-width: 1599px) { 

	#home_slideshow_wrapper .content_inner {
		bottom: 10%;
	}

}

@media only screen and (max-width: 1349px) { 

	#home_slideshow_wrapper .content_inner {
		padding: 0px 60px;
		bottom: 5%;
	}

}

@media only screen and (max-width: 1199px) { 

	#home_slideshow_wrapper .content_inner {
		padding: 0px 30px;
	}

	#home_slideshow_wrapper .content a {
		font-size: 18px;
	}

}

@media only screen and (max-width: 800px) {

	#home_slideshow_wrapper {
		height: 400px;
		overflow: hidden;
	}

	#home_slideshow {
		width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	#home_slideshow li img {
		width: 900px;
	}

}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

#anniversary_banner {
	margin-bottom: 50px;
}

#anniversary_banner img {
	width: 250px;
	margin-bottom: 20px;
}

#anniversary_banner {
	text-align: center;
}

#anniversary_banner h1 {
	font-size: 26px;
}

#anniversary_banner .blue_button {
	font-size: 26px;
	padding: 15px 20px;
}

@media only screen and (min-width: 900px) {

	#anniversary_banner {
		display: table;
		margin: 0px auto;
	}

	#anniversary_banner div {
		display: table-cell;
		vertical-align: middle;
	}

	#anniversary_banner .left {
		padding-right: 25px;
	}

	#anniversary_banner .right {
		padding-left: 25px;
	}

}

#home_top, #home_bottom {
/*	background-image: url('../images/home-bg-top.jpg');*/
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;	
	padding-bottom: 100px;
}

#home_bottom {
	background-image: url('../images/home-bg-bottom.jpg');
	padding-top: 100px;
	padding-bottom: 50px;
}

#home_library {
	margin-bottom: -50px;
}

#home_podcasts {
	margin-top: -50px;
}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 600px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 450px) {

	.gallery li {
		width: 48%;
	}
}

/* EVENTS CSS */

#events .event {
	border: 2px solid #C8C7C7;
	margin-top: 50px;
	margin-left: 50px;
	padding: 15px;
}

#events.details .event {
	margin: 0px 0px 50px 50px;
	display: table;
	width: calc(100% - 50px);
}

#events .event .photo {
	margin-left: -67px;
	float: left;
	width: 400px;
}

#content #events.details .photo {
	width: calc(70% - 50px);
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#events .event img {
	display: block;
}

#events.details .event img {
	margin-left: -67px;
}

#events .event .content {
	float: right;
	width: calc(100% - 348px);
	display: table;
	height: 170px;
	min-height: 170px;
	margin: 40px 0px;
}

#events.stories .event .content {
	width: calc(100% - 388px);
}

#events.details .event .content {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: calc(30% + 50px);
	margin: 0px;
}

#events .event .date {
	width: 42%;
	border-right: 2px solid #C8C7C7;
	display: table-cell;
	font-size: 19px;
	color: #666464;
	vertical-align: middle;
}

#events.details .event .date {
	display: block;
	border: 0px;
	width: 100%;
}

#events .event .date_inner {
	max-width: 200px;
	margin: 0px auto;
}

#events.details .event .date_inner {
	max-width: none;
}

#events .event .date em {
	font-size: 25px;
}

#events .event .title {
	width: 58%;
	display: table-cell;
	vertical-align: middle;
}

#events.details .event .title {
	display: block;
	width: 100%;
}

#events .event .title_inner {
	max-width: 300px;
	margin: 0px auto;
}

#events.stories .event .title_inner {
	max-width: none;
}

#events.details .event .title_inner {
	max-width: none;
}

#events .event .title h3 {
	font-size: 20px;
	line-height: 1em;
	color: #B07D2E;
	margin-bottom: 1em;
}

#events .event .title p {
	line-height: 1.5em;
}

#events .event .title p a.fancy_button {
	display: inline-block;
	margin-top: .5em;
}

/*#events .event .title a, */
.fancy_button {
	border: 2px solid #666464;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #666464;
	font-style: italic;
	padding: 2px 10px;
}

.fancy_button.large {
	font-size: 20px;
	padding: 6px 14px;
}

/*#events .event .title a:hover, .*/
fancy_button:hover {
	background-color: #666464;
	color: #FFFFFF;
}

.fancy_button2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url('../images/cta-bg1.jpg');
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 10px;
}

.fancy_button3 {
	display: inline-block;
	max-width: 520px;
	padding: .6em 3em;
	font-size: 26px;
	font-weight: bold;
	color: #63808C;
	border: 3px solid #684E5C;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.fancy_button3:hover {
	color: #684E5C;
}

#events_content {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

@media only screen and (max-width: 1150px) {

	#events .event .content {
		display: block;
		width: calc(100% - 388px);
	}

	#events .event .date, #events .event .title {
		display: block;
		width: 100%;
		border: 0px;
	}

	#events .event .date {
		margin-bottom: .75em;
	}

	#events .event .date_inner, #events .event .title_inner {
		max-width: none;
	}

}

@media only screen and (max-width: 850px) {

	#events .event .content {
		display: block;
		width: calc(100% - 368px);
	}

}

@media only screen and (max-width: 800px) {

	#events .event .photo {
		width: 320px;
	}

	#events .event .content {
		width: calc(100% - 288px);
		min-height: 200px;
		margin: 00px 0px;
	}

	#events.details .event {
		display: block;
		margin-left: 0px;
		width: 100%;
	}

	#content #events.details .event .photo {
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	#content #events.details .event .photo img {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 650px) {

	#events .event {
		margin-left: 0px;
	}

	#content #events .event .photo {
		float: none;
		display: block;
		margin: 0px auto 1.5em auto;
		width: 100%;
		max-width: 400px;
	}

	#events .event .content {
		width: 100%;
		min-height: auto;
		float: none;
	}

}

#event_search {
	width: 200px;
	height: 40px;
	border: 2px solid #C8C7C7;
	padding: 0px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

#event_search .email_submit {
	color: #C8C7C7;
}


/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
	font-size: 16px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
	font-size: 16px;
}

form.feedback input.number {
	width: 55px;
	margin-right: 5px;
}

form.feedback select.month {
	width: 110px;
	margin-right: 5px;
}

form.feedback select.year {
	width: 70px;
	margin-right: 5px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
	background-color: #B07D2E;
	text-transform: uppercase;
	font-size: 16px;
}

form.feedback div.col span {
	white-space: nowrap;
	margin-right: 10px;
}

@media only screen and (min-width: 700px) {

	form.feedback div.row {
		margin-left: -5%;
	}

	form.feedback div.col {
		width: 45%;
		margin-left: 5%;
		float: left;
		display: inline;
	}

	form.feedback div.col.wide {
		width: 95%;
	}
}

/* RESOURCE LIBRARY CSS */

#resource_categories {
	width: 350px;
	float: right;
	margin: 0px 0px 40px 40px;
	display: inline;
	background-color: #F2F2F2;
	padding: 50px;
}

#resource_categories .title {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#resource_categories form {
	border: 2px solid #F9F9F9;
	padding: 0px 8px;
	margin-bottom: 30px;
}

#resource_categories input.textbox {
	background-color: transparent;
	width: calc(100% - 30px);
	height: 36px;
	font-size: 15px;
	color: #666464;
}

#resource_categories button {
	color: #666464;
	-webkit-appearance: none;
	border: 0px;
	background-color: transparent;
	font-size: 16px;
}

#content #resource_categories ul {
	padding: 0px;
}

#resource_categories li {
	list-style: none;
	font-size: 15px;
	border-top: 2px solid #F9F9F9;
	padding: 2px 0px;
}

#resource_categories li:first-child {
	border-top: 0px;
}

#resource_categories li a {
	color: #666464;
}

#resource_categories li a:hover {
	color: #B07D2E;
}

#content .resource {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) { 

	#resource_categories {
		float: none;
		display: block;
		width: auto;
		margin: 0px 0px 40px 0px;
		padding: 15px;
	}

	#resource_categories form {
		margin-bottom: 15px;
	}

	#resource_categories select {
		width: 100%;
	}

}

#people {
	margin-left: -2.5%;
}

#people .person {
	float: left;
	margin: 0px 0px 2.5% 2.5%;
	display: inline;
	width: 30.8333333333333%;
}

#people .person a {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 16px;
}

#people .person .photo {
	display: block;
	position: relative;
}

#people .person img {
	display: block;
}

#people .person .overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

#people .person a:hover .overlay {
	background-color: rgba(255,255,255,.3);
}

#people .person .content {
	display: block;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	padding: 7% 3%;
	letter-spacing: .01em;
}

#people .person strong {
	display: block;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1em;
	color: #B07D2E;
	letter-spacing: .1em;
	margin-bottom: -.6em;
}

#people .person .company {
	display: block;
	font-size: 1.1875em;
	margin-bottom: .5em;
	color: #919090;
}

#people .person .title {
	font-weight: normal;
	font-size: 1.4375em;
	color: #494848;
}

#people .person .read {
	margin-top: 1em;
	line-height: 1em;
}

@media only screen and (max-width: 1300px) {

	#people .person {
		width: 47.5%;
	}

	#people .person strong {
		font-size: 4em;
	}

}

@media only screen and (max-width: 850px) {

	#people {
		margin-left: 0px;
	}

	#people .person {
		float: none;
		margin-left: 0px;
		display: block;
		width: 100%;
	}

	#people .person strong {
		font-size: 3em;
	}

}

#person {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

#person .title {
	position: relative;
	background-color: #FFFFFF;
	margin: -50px 50px 50px 50px;
	text-align: center;
	padding-top: 40px;
}

#person h2 {
	font-size: 60px;
	line-height: .8em;
	font-weight: 400;
	margin-bottom: 0px;
}

#person .company {
	font-size: 1.1875em;
	color: #919090;
}

#person .content {
	max-width: 800px;
	margin: 0px auto 50px auto;
}

#person blockquote {
	max-width: 800px;
	margin: 0px auto 50px auto;
	font-size: 21px;
	line-height: 40px;
	text-align: center;
	color: #B07D2E;
}

#person .back {
	text-align: center;
}

#person .back a {
	line-height: 1.1em;
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1150px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#main_nav {
		position: absolute;
		top: 96px;
		right: 100px;
	}

	#top_nav {
		position: absolute;
		top: 46px;
		right: 300px;
	}

	#nav > ul {
		float: right;
	}

	#nav > ul > li {
		float: left;
		margin-left: 40px;
		display: inline;
		padding-bottom: 8px;
	}

	#nav li a {
		padding-bottom: 3px;
	}

	#nav li a:hover, #nav li.active a {
		border-bottom: 1px solid #B07D2E;
	}

	#nav li > ul {
		position: absolute;
		top: 23px;
		left: 0px;
		padding: 10px 20px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #AC762B;
		background-image: url('../images/dropdown-bg.jpg');
		width: 200px;
	}

	#nav .nav2 > ul {
		left: auto;
		right: 0px;
	}

	#nav li:hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#nav li li {
		border-top: 1px solid #C29A60;
	}

	#nav li li:first-child {
		border-top: 0px;
	}

	#nav li li a, #nav li.active li a {
		display: block;
		padding: 7px 0px;
		color: #EADBC3;
		border: 0px;
	}

	#nav li li a:hover {
		border: 0px;
		color: #FFFFFF;
	}

	#subnav {
		text-align: center;
		border-bottom: 2px solid #C8C7C7;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (max-width: 1349px) { 

	#logo {
		left: 60px;
	}

	#main_nav, #search {
		right: 60px;
	}

	#top_nav {
		right: 260px;
	}

}

@media only screen and (max-width: 1449px) { 

	#nav > ul > li {
		margin-left: 25px;
	}

}

@media only screen and (min-width: 1050px) and (max-width: 1249px) { 

	#nav > ul > li {
		font-size: 15px;
	}

}

@media only screen and (max-width: 1199px) { 

	.container {
		padding: 0px 30px;
	}

	#logo {
		left: 30px;
	}

	#main_nav, #search {
		right: 30px;
	}

	#top_nav {
		right: 230px;
	}

}

@media only screen and (max-width: 1149px) {

	.mobile_nav body {
		overflow: hidden;
	}

	#logo {
		left: 0px;
		top: 20px;
		width: 100%;
		text-align: center;
	}

	#logo img {
	}

	#header_title {
		bottom: 10%;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
	}

	#nav_trigger, #nav_close {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #FFFFFF;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #AC762B;
		background-image: url('../images/dropdown-bg.jpg');
		padding-top: 50px;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav li {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#nav > ul > li {
		margin-left: 0px;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li a {
		padding: 6px 30px;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
	}

	#subnav ul {
		padding: 0px;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		font-style: italic;
		border-bottom: 2px solid #C8C7C7;
		text-align: center;
		color: #666464;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #C8C7C7;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		border-top: 1px solid #FFFFFF;
		text-align: center;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 12px 15px;
	}

	#subnav li a:hover, #subnav li.active a {
		color: #FFFFFF;
	}

	#search {
		display: block !important;
		position: relative;
		top: auto;
		right: auto;
		width: calc(100% - 30px);
		margin: 20px auto 0px auto;
	}

	#content_box {
		padding-top: 50px;
		padding-bottom: 20px;
	}

}

@media only screen and (max-width: 799px) {

	.container {
		padding: 0px 15px;
	}

	#footer_top {
		height: 504px;
	}

	#ccoptin {
		margin-bottom: 90px;
	}

}

@media only screen and (max-width: 599px) {

	#header_title {
		bottom: 15%;
	}

	#content_box {
		padding-top: 30px;
		padding-bottom: 10px;
	}

}

@media only screen and (max-width: 449px) {

	#ccoptin label {
		font-size: 30px;
	}

	#footer_bottom {
		font-size: 16px;
		line-height: 24px;
	}

}

@media only screen and (max-width: 349px) {

	#footer_bottom {
		font-size: 15px;
		line-height: 23px;
	}

	#footer_bottom a {
		white-space: nowrap;
	}

}

.logo_roster {
	margin-left: -2%;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.logo_roster .logo {
	width: 23%;
	height: 140px;
	float: left;
	border: 2px solid #E9E8E8;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 15px 2%;
}

.logo_roster .logo.small {
	width: 18%;
	height: 110px;
	padding: 15px;
}

.logo_roster a {
	display: block;
	width: 100%;
	height: 100px;
	position: relative;
	text-align: center;
}

.logo_roster .small a {
	height: 78px;
}

.logo_roster img {
	max-width: 100%;
	height: auto;
	max-height: 100px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.logo_roster .small img {
	max-height: 78px;
}

#addsearch-results {
	margin-bottom: 20px !important;
}

.featured_member {
	border: 2px solid #E9E8E8;
	padding: 10px;
	margin-bottom: 20px;
}

.featured_member .logo {
	float: right;
	margin: 0px 0px 10px 10px;
	display: inline;
}

.featured_member .logo img {
	width: 100%;
	max-width: 200px;
}

@media only screen and (max-width: 750px) {

	.logo_roster .logo {
		width: 31.3333333333333%;
	}

	.logo_roster .logo.small {
		width: 23%;
	}


}

@media only screen and (max-width: 550px) {

	.logo_roster .logo {
		width: 48%;
	}

	.logo_roster .logo.small {
		width: 31.3333333333333%;
	}


}

@media only screen and (max-width: 900px) {

	#home_top {
		padding-bottom: 40px;
	}

	#home_bottom {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#home_events {
		padding-bottom: 0px;
	}

	#footer_top {
		height: 394px;
		padding-top: 75px;
	}

	.layout2 #footer_top {
		padding-top: 75px;
	}

	#footer_top a.join {
		margin-bottom: 60px;
	}

	#ccoptin {
		margin-bottom: 80px;
	}

}

.photo_content_box {
	border: 2px solid #C8C7C7;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding: 15px;
}

.photo_content_box.right {
	margin-left: 0px;
	margin-right: 50px;
}

.photo_content_box_inner {
	display: flex;
}

.photo_content_box.right .photo_content_box_inner{
	flex-direction: row-reverse;
}

.photo_content_box .photo {
	width: 45%;
}

.photo_content_box.small_photo .photo {
	width: 20%;
}

#content .photo_content_box .photo img {
	display: block;
	transform: translateX(-67px);
        height: 100%;
        object-fit: cover;
}

#content .photo_content_box.right .photo img {
	transform: translateX(67px);
}

.photo_content_box .content {
	width: 55%;
	min-height: 170px;
	display: flex;
	flex: 1;
	align-items: center;
	padding-right: 15px;
	line-height: 26px;
	text-align: center;
}

.photo_content_box.right .content {
	margin: 40px -20px 40px 0px;
	padding-right: 0px;
	padding-left: 15px;
}

.photo_content_box .content_inner {
	width: 100%;
}

.photo_content_box h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.photo_content_box ul {
	text-align: left;
}

#content .photo_content_box .content p:last-child, #content .photo_content_box .content ul:last-child {
	margin-bottom: 0px;
}

.photo_content_box blockquote {
	margin: 0px 0px 10px 0px;
	font-style: italic;
}

.photo_content_box cite {
	display: block;
	font-style: normal;
	margin-bottom: 1em;
}

.photo_content_box .data_table {
	margin: 2em 0px;
}

.photo_content_box .purple_circle {
	background-color: #684E5C;
	border-radius: 50%;
	color: #FFFFFF;
	width: 400px;
	height: 400px;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
	margin: 0px auto;
}

.purple_circle::before, .purple_circle_inner {
	content: '';
	float: left;
	height:100%;
	width: 50%;
	shape-outside: radial-gradient(farthest-side at right, transparent calc(100% - 15px), #fff 0);
}

.purple_circle_inner {
	float: right;
	shape-outside: radial-gradient(farthest-side at left,  transparent calc(100% - 15px), #fff 0);
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {

	.photo_content_box .purple_circle {
		width: 350px;
		height: 350px;
		font-size: 17px;
		padding-top: 0px;
	}

}

@media only screen and (min-width: 901px) and (max-width: 1000px) {

	.photo_content_box .purple_circle {
		width: 300px;
		height: 300px;
		font-size: 14px;
		line-height: 26px;
	}

}

@media only screen and (max-width: 900px) {

	.photo_content_box {
		margin-left: 0px;
		margin-right: 0px !important;
	}

	.photo_content_box_inner {
		display: block;
	}

	.photo_content_box .photo, .photo_content_box .content {
		width: 100%;
	}

	.photo_content_box .photo {
		margin-bottom: 20px;
	}

	#content .photo_content_box .photo img {
		transform: none !important;
	}

}

@media only screen and (max-width: 500px) {

	.photo_content_box .purple_circle {
		width: 350px;
		height: 350px;
		font-size: 17px;
		padding-top: 0px;
	}

}

@media only screen and (max-width: 450px) {

	.photo_content_box .purple_circle {
		width: 300px;
		height: 300px;
		font-size: 14px;
		line-height: 26px;
	}

}

@media only screen and (max-width: 375px) {

	.photo_content_box .purple_circle {
		width: 250px;
		height: 250px;
		font-size: 12px;
		line-height: 22px;
	}

}

.brown_button, .blue_button {
	display: inline-block;
	background-color: #B07D2E;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 5px 20px;
}

.blue_button {
	background-color: #617F8B;
}

.brown_button:hover {
	background-color: #E6B05C;
	color: #FFFFFF;
}

.blue_button:hover {
	background-color: #8CAAB6;
	color: #FFFFFF;
}

.brown_button span {
	font-size: 17px;
}

.blue_cta {
	background-color: #617F8B;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 20px;
}

.blue_cta h2 {
	color: #FFFFFF;
}

.blue_cta a {
	display: inline-block;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .2em 1em;
	color: #FFFFFF;
}

.blue_cta a:hover {
	background-color: #FFFFFF;
	color: #617F8B;
}

#home_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
}

#home_blocks .block {
	background-color: #3D4D5B;
	margin-top: 30px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
}

#home_blocks .block.tall {
	grid-row-end: span 2;
}

#home_blocks h2, #home_blocks a.h2, #home_blocks a.button {
	background-color: #B07D2E;
	padding: 10px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: .125em;
	text-align: center;
	margin: 0px;
}

#home_blocks .content {
	padding: 20px 20px 10px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#home_blocks .block.tall a {
	display: inline-block;
	background-color: #B07D2E;
	padding: 10px;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 5px;
}

#home_blocks a.button {
	font-size: 16.5px;
	padding: 15px 10px;
}

#home_blocks .block.tall a:hover, #home_blocks a.h2:hover, #home_blocks a.button:hover {
	background-color: #E6B05C;
}

@media only screen and (max-width: 1100px) {

	#home_blocks {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#home_blocks .block {
		width: calc(50% - 15px);
	}

	#home_blocks .block.tall {
		width: 100%;
	}

}

@media only screen and (max-width: 1100px) {

	#home_blocks {
		display: block;
	}

	#home_blocks .block {
		width: 100%;
	}

}

hr.purple {
	color: #684E5C;
	background-color: #684E5C;
	height: 3px;
	max-width: 400px;
	margin: 50px auto;
}

.layout2 h1 {
	font-size: 40px;
	position: relative;
	padding-bottom: 15px;
}

.layout2 h1 span {
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0px;
	display: block;
	margin-top: 20px;
}

.layout2 h1:after {
	content: " ";
	display: block;
	height: 0px;
	border-bottom: 3px solid #63808C;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 200px);
	width: 400px;
}

@media only screen and (max-width: 450px) {

	.layout2 h1:after {
		display: none;
	}

	.layout2 h1 {
		border-bottom: 3px solid #63808C;
	}

}

/* DONOR PAGE CSS */

.layout7 #content {
	max-width: none;
	padding: 0px 0px 28px 0px;
	font-size: 18px;
}

.layout7 h1, .layout7 h2 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	line-height: 1.1em;
	text-align: center;
}

.layout7 h1 {
	padding: 0px 15px;
}

.layout7 p {
	text-align: center;
}

.layout7 .brown_button {
	font-size: 40px;
	text-transform: uppercase;
	padding: .6em 1em;
}

.donor_levels {
	max-width: 1000px;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 80px;
}

.donor_levels .col {
	font-size: 20px;
	text-align: center;
}

.donor_levels .col img {
	border-radius: 50%;
	border: 4px solid #63808C;
	margin-bottom: 20px;
}

.donor_levels .col strong {
	font-size: 50px;
	color: #63808C
}

.testimonial {
	margin: 100px 0px;
	padding-left: 50px;
}

.testimonial .inner {
	display: flex;
	align-items: center;
	border: 1px solid #332E2E;
	padding: 20px 30px;
	text-align: center;
}

.testimonial img {
	width: 250px;
	height: auto;
	border-radius: 50%;
	margin: -40px 40px -40px -90px;
}

.testimonial blockquote, .blue_testimonial blockquote {
	margin: 0px;
	font-style: italic;
}

.testimonial cite, .blue_testimonial cite {
	display: block;
	margin-top: 10px;
	font-style: normal;
}

.testimonial cite strong {
	color: #63808C;
}

.blue_testimonial {
	margin: 75px auto 100px auto;
	background-color: #D9E1E3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px 80px 30px 30px;
}

.blue_testimonial .inner {
	border: 1px solid #332E2E;
	padding: 20px 30px;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.blue_testimonial img {
	width: 250px;
	height: auto;
	border-radius: 50%;
	margin: -40px -90px -40px 40px;
}

.team {
	margin: 40px 0px 100px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
}

.team .col {
	display: flex;
	align-items: center;
}

.team img {
	width: 250px;
	height: auto;
	border-radius: 50%;
	margin-right: 20px;
}

.team strong {
	color: #63808C
}

.team a {
	font-weight: bold;
}

@media only screen and (max-width: 1099px) {

	.team {
		display: block;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}

	.team .col {
		margin-top: 40px;
	}

}

@media only screen and (max-width: 1049px) {

	.donor_levels {
		grid-column-gap: 60px;
	}

}

@media only screen and (max-width: 849px) {

	.testimonial, .blue_testimonial {
		padding: 20px;
	}

	.testimonial .inner, .blue_testimonial .inner {
		display: block;
		padding: 20px;
	}

	.testimonial img, .blue_testimonial img {
		margin: 0px auto 20px auto;
	}

}

@media only screen and (max-width: 749px) {

	.layout7 h1, .layout7 h2 {
		font-size: 35px;
	}

	.donor_levels {
		grid-column-gap: 40px;
	}

	.donor_levels .col strong {
		font-size: 40px;
	}

}

@media only screen and (max-width: 599px) {

	.layout7 h1, .layout7 h2 {
		font-size: 30px;
	}

	.donor_levels {
		display: block;
	}

	.donor_levels .col {
		max-width: 300px;
		margin: 50px auto 0px auto;
	}

}
