img {
	height: auto;
}



header {
	z-index: 50;
}

header nav .menu li a {
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	header nav .menu li.current-menu-item > a {
		color: #d2a960;
		background: none;
	}
}



.content--text + .content--text .section {
	padding-top: 0;
}
.content--text .b-inner-post .b-head {
	margin-bottom: 0;
}

.content--text .b-inner-post.is-image .b-head {
	padding-bottom: 0;
}
.content--text .b-inner-post.is-image .b-photo {
	margin-top: 42px;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.content--text .b-inner-post.is-image .b-head {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.content--text .b-inner-post.is-image .b-photo {
		margin-top: 53px;
	}
}
@media only screen and (min-width: 1001px) {
	.content--text .b-inner-post.is-image .b-head {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.content--text .b-inner-post.is-image .b-photo {
		margin-top: 73px;
	}
}

.b-inner-post--1col {
	padding-bottom: 39px;
}
@media only screen and (min-width: 768px) {
	.b-inner-post--1col {
		padding-bottom: 58px;
	}
}
@media only screen and (min-width: 1001px) {
	.b-inner-post--1col {
		padding-bottom: 68px;
	}
}

.b-inner-post--centered .post-detail {
	max-width: 876px;
}
.b-inner-post--centered .post-detail .b-body {
    max-width: 693px;
}



.post-detail .b-head h3 {
	margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
	.b-gallery-post h3 {
		margin-bottom: 22px;
	}
}

.post-detail .b-head p {
	margin: 1em 0 0 0;
}
.post-detail .b-head p:first-child {
	margin-top: 0;
}



.b-subscribe input.wpcf7-not-valid {
	border-color: #f00 !important;
}
.b-subscribe .wpcf7-submit {
	vertical-align: top;
}
.b-subscribe .ajax-loader,
.b-subscribe .wpcf7-not-valid-tip,
.b-subscribe .wpcf7-validation-errors {
	display: none !important;
}
.b-subscribe .wpcf7-mail-sent-ok {
	display: inline-block !important;
	margin: 1em 0 0 0;
	font-size: 13px;
}

.b-subscribe .response {
	font-size: 13px;
}



.time {
	text-transform: uppercase;
}



.simple-lists ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
.simple-lists ul li {
	position: relative;
	z-index: 1;
	color: #322f2a;
	padding-left: 36px;
	margin-bottom: 10px;
}
.simple-lists ul li:before {
	content: '•';
	color: #d2a960;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 11px;
}

@media only screen and (min-width: 1001px) {
	.b-scholarship .b-body .simple-lists {
		max-width: 693px;
		margin: 0 auto;
	}
}



.b-bar-component.is-menu-bar .bar-menu-switch {
	text-transform: uppercase;
}
.b-bar-component.is-menu-bar .b-bar-menu li a {
	text-transform: uppercase;
}



@media only screen and (min-width: 768px) {
	.post-detail .b-body img {
		margin-bottom: 36px;
		margin-top: 44px;
	}
	.post-detail .b-body img.alignright {
		float: right;
		margin-left: 15px;
		margin-bottom: 26px;
		margin-top: 4px;
	}
	.post-detail .b-body img.alignleft {
		float: left;
		margin-right: 15px;
		margin-bottom: 26px;
		margin-top: 4px;
	}
	.b-inner-post .post-detail .b-body img.alignleft {
		margin-right: 37px;
	}
}



.b-photo-list:last-child {
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.b-photo-list:last-child {
		margin-bottom: 48px;
	}
}
@media only screen and (min-width: 1001px) {
	.b-photo-list:last-child {
		margin-bottom: 69px;
	}
}



header nav .sub-menu {
	display: none;
	padding: 0 20px;
	background: #f5f5f5;
	text-align: left;
}
header nav .sub-menu li {
	display: block;
    padding: 19px 9px 20px 9px !important;
	color: #1971a9;
	border-bottom: 1px solid #e1e1e0;
}
header nav .sub-menu li:last-child {
	border-bottom: none;
}
header nav .sub-menu .sub-menu {
	padding: 0;
}
header nav .sub-menu .sub-menu li {
	padding: 14px 0 0 0 !important;
	border-bottom: none !important;
}
header nav .sub-menu .sub-menu li a {
	font: 400 15px/18px 'Roboto Condensed', sans-serif;
}
header nav .sub-menu .sub-menu li a {
	text-transform: none;
}
header nav .menu > li > .sub-menu {
	position: absolute;
	z-index: 999;
}
header nav .menu > li:hover .sub-menu {
	display: block;
}

@media only screen and (min-width: 768px) {
	header nav .menu > li > a {
		padding-bottom: 15px;
	}

	header nav .menu > li > .sub-menu {
		margin: 0 0 0 -30px;
    	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}




.b-tabs .tab-switch,
.b-tabs .b-tab-list li a {
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.b-tabs .b-tab-list li.active-tab a {
		border-bottom-color: #d2a960;
	}
}

.tab-content {
	display: none;
}
.active-tab {
	display: block;
}



.b-faq-list.is-mini-list h4 {
	text-transform: uppercase;
}



.two-columns *:first-child {
	margin-top: 0;
}



.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption {
	max-width: 100%;
}



.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}



div.wpcf7-response-output {
	margin: 2em 0 1em !important;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
.b-form .fields input.wpcf7-not-valid,
.b-form .fields .form-select.wpcf7-not-valid {
	border-color: #f42732;
}
.b-form .g-recaptcha {
	margin-bottom: 20px;
}



body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
	margin: 0 !important;
}

body.woocommerce .woocommerce-message a.button {
	margin: 0;
	padding: 0.618em 1em;
	color: #515151;
	background: #ebe9eb;
	text-shadow: none;
	box-shadow: none;
	border: none;
}
body.woocommerce .woocommerce-message a.button:hover {
	background: #dad8da;
}



body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-checkout .woocommerce table.shop_table {
	border-color: #e1e1e0;
	border-radius: 0;
}
body.woocommerce-cart .woocommerce table.shop_table thead,
body.woocommerce-checkout .woocommerce table.shop_table thead {
	background-color: rgba(245, 245, 245, 0.4);
}
body.woocommerce-cart .woocommerce table.shop_table thead th,
body.woocommerce-checkout .woocommerce table.shop_table thead th {
	font-weight: 400;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #e1e1e0;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text:hover,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-color: #d2a960;
}
body.woocommerce-cart table.cart input.button,
body.woocommerce-cart .shipping-calculator-form button.button {
    padding: 13px 29px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
    line-height: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}

body.woocommerce-cart .cart-collaterals h2,
body.woocommerce-checkout h3 {
	margin: 1em 0 0.5em 0;
	font-size: 22px;
	line-height: 32px;
}
body.woocommerce-cart .cart-collaterals h2:first-child,
body.woocommerce-checkout h3:first-child {
	margin-top: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
	border: 1px solid #e1e1e0;
}
body.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 6px 12px;
	text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals table td {
	padding: 6px 12px;
}

body.woocommerce-cart label,
body.woocommerce-checkout label {
	color: #322f2a;
}
body.woocommerce-cart .input-text,
body.woocommerce-checkout .input-text {
	width: auto;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 28px !important;
	border: 1px solid #e1e1e0;
}
body.woocommerce-cart input.input-text:hover,
body.woocommerce-cart input.input-text:focus,
body.woocommerce-checkout input.input-text:hover,
body.woocommerce-checkout input.input-text:focus {
	border-color: #d2a960;
}
body.woocommerce-cart textarea.input-text,
body.woocommerce-checkout textarea.input-text {
	height: 227px !important;
}

body.woocommerce-cart .dk-select,
body.woocommerce-checkout .dk-select {
	padding: 0 0 0 10px;
	border: 1px solid #e1e1e0;
}
body.woocommerce-cart .dk-select::after,
body.woocommerce-checkout .dk-select::after {
	top: 18px;
}
body.woocommerce-cart .dk-select .dk-selected,
body.woocommerce-checkout .dk-select .dk-selected {
	height: 46px;
	line-height: 46px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #payment #place_order {
	padding: 13px 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	color: #f7f7f8 !important;
	background: #d2a960;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	border-radius: 0;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-checkout #payment #place_order:hover {
	background: #bd9655;
}

body.woocommerce-checkout fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

body.woocommerce-checkout #payment {
	background: #f5f5f5;
	border-radius: 0;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
}
body.woocommerce-checkout #payment div.payment_box {
	width: 100%;
	background: #d2a960;
}
body.woocommerce-checkout #payment div.payment_box::after {
	top: 0;
	border-color: transparent transparent #d2a960;
}
body.woocommerce-checkout #payment div.payment_box .dk-select {
	width: 120px !important;
}



.b-category-menu .back {
	display: inline-block;
	margin: 0 18px 0 0;
	padding: 0 20px 0 0;
	font-size: 20px;
	line-height: 28px;
	color: #d2a960;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0s ease-out 0s;
}
.b-category-menu .back:hover {
	color: #fff;
	text-decoration: none;
}
.b-category-menu .back:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	margin: 0 8px 2px 0;
	background: rgba(0, 0, 0, 0) url("../images/left-arrow-icon.png") no-repeat scroll left center;
	vertical-align: middle;
}



.b-products .b-tabs .b-tab-list li a {
	border-bottom-color: #f5f5f5;
}
.b-products .b-tabs .b-tab-list li a:hover,
.b-products .b-tabs .b-tab-list li.active-tab a {
	border-bottom-color: #d2a960;
}



body.woocommerce .b-store-product .button {
  margin-top: 24px;
}

.b-store-product .b-text p {
	margin-top: 1em;
}
.b-store-product .b-text p:first-child {
	margin-top: 0;
}



body.woocommerce .b-store-highlight .button {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  body.woocommerce .b-store-highlight .button {
    margin-top: 28px;
  }
}



.b-body p {
	margin: 1em 0 0 0;
}
.b-body p:first-child {
	margin-top: 0;
}
.b-faq-list li .b-body p {
	margin-top: 0.5em;
}



.b-bio {
	padding: 40px 60px;
	font: 400 16px/27px 'Lora', sans-serif;
	background: #f5f5f5;
}
.b-bio p {
	margin: 1em 0 0 0;
}
.b-bio p:first-child {
	margin-top: 0;
}



.mfp-inline-holder .mfp-content {
	max-width: 528px;
}
.mfp-close {
	color: #cabfa8 !important;
}

.share-popup {
	max-width: 528px;
	background: #f5f5f5;
}

.share-content {
	padding: 60px 60px 10px 60px;
}
.share-content h2 {
	margin: 0;
	font: bold 36px/1.1 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #2b2721;
}
.share-content p {
	margin: 0.5em 0 1em 0;
	font: normal 16px/1.5 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #a49e93;
}
.share-content form {
	margin: 1em 0 2em 0;
}
.share-content fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.share-content input[type=text],
.share-content input[type=email] {
	width: 240px;
	padding: 10px 15px 10px 50px;
	font: normal 15px/1.7 'Droid Serif', serif;
	color: #a49e93;
	background: #fff url(../images/share-email.png) no-repeat 15px center;
	border: 1px solid #eae7e2;
}
.share-content input[type=text].wpcf7-not-valid,
.share-content input[type=email].wpcf7-not-valid {
	border: 1px solid #f00;
}
.share-content input[type=submit] {
	margin: 0;
	padding: 14px 45px;
	font: 400 15px/20px 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	background: #d2a960;
	border: none;
	cursor: pointer;
}
.share-content .wpcf7-not-valid-tip {
	display: none;
}
.share-content .wpcf7-response-output {
	font: normal 14px/1.4 'Roboto Condensed', sans-serif !important;
}

.share-social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.share-social li {
	float: left;
	width: 33.333333%;
}
.share-social li a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 96px;
	text-indent: 999em;
}
.share-social li.facebook a {
	background: #3b5a99 url(../images/share-facebook.png) no-repeat center center;
}
.share-social li.twitter a {
	background: #00adef url(../images/share-twitter.png) no-repeat center center;
}
.share-social li.google a {
	background: #d54933 url(../images/share-google.png) no-repeat center center;
}



header .b-mobile-cart {
	padding: 7px 20px;
	text-align: right;
	background: #1971a9;
}
header .b-mobile-cart a {
	display: inline-block;
	padding: 0 32px 0 0;
	color: #fff;
	background: url(../images/cart.png) no-repeat right center;
	background-size: 25px 22px;
}
header .b-mobile-cart a span.total {
	position: relative;
	display: inline-block;
	padding: 4px 7px 2px 7px;
	font: normal 14px/16px 'Roboto Condensed', sans-serif;
	color: #1971a9;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
header .b-mobile-cart a span.total:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -4px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}



header .b-mini-cart {
	float: right;
	border-left: 1px solid #bd9655;
}
header .b-mini-cart a {
	display: block;
	height: 60px;
	padding: 15px 57px 0 25px;
	background: url(../images/cart.png) no-repeat right 25px center;
	background-size: 25px 22px;
}
header .b-mini-cart a:hover {
    background-color: #bd9655;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
header .b-mini-cart a span.total {
	position: relative;
	display: inline-block;
	padding: 4px 7px 2px 7px;
	font: normal 14px/16px 'Roboto Condensed', sans-serif;
	color: #d2a960;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
header .b-mini-cart a span.total:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -4px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}



@media only screen and (min-width: 768px) {
	.b-people-list ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	.b-people-list ul li {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 35px;
	}
	.b-people-list ul li:nth-child(even) {
		padding-left: 0;
	}
}
@media only screen and (min-width: 1001px) {
	.b-people-list ul li:nth-child(even) {
		padding-left: 0;
	}
}



.error-message {
	padding: 15px;
	color: #322f2a;
	background: #f2dede;
}

.success-message {
	padding: 15px;
	color: #322f2a;
	background: #dff0d8;
}



.b-donate--block .b-body p.is-large {
	text-align: left;
}
.b-donate--block .b-form {
	max-width: 100%;
	padding-bottom: 0;
}
.b-donate--block .b-form .b-donation-amount {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
	.b-donate--block .span5,
	.b-donate--block .span7 {
		width: 100%;
		margin-left: 0;
	}
}



.b-store-tabs {
	padding: 0;
}
.b-store-tabs .container {
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.b-store-tabs {
		padding-top: 60px;
	}
}
@media only screen and (min-width: 1001px) {
	.b-store-tabs {
		padding-top: 90px;
	}
}



@media only screen and (max-width: 767px) {
	.woocommerce-checkout #payment div.payment_box::before {
		display: none !important;
	}
	.woocommerce-checkout #payment div.payment_box .form-row-first,
	.woocommerce-checkout #payment div.payment_box .form-row-last {
		float: none;
		width: 100%;
	}
}



iframe {
	max-width: 100%;
	border: 0;
}



#cboxContent {
	float: none !important;
    max-width: 1120px;
	margin: 100px auto 0 auto;
	padding: 0;
}
#cboxTitle {
	display: block !important;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	line-height: 1.4;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
#cboxTitle:empty {
	padding: 0;
}



@media only screen and (min-width: 768px) {
	.b-form .donation-options {
		margin-bottom: 16px;
	}
}



.b-tabs .tab-list--level2 li a {
	text-transform: none;
}

@media only screen and (min-width: 768px) {
	.b-tabs .tab-list--level2 {
		margin-top: 30px;
	}
}



hr.simple {
	height: 1px;
	margin: 0;
	background: #e1e1e0;
	border: 0;
}

h3.center {
	text-align: center;
}

.b-event-list--past {
	margin-top: 40px;
}
