html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

embed,
img,
object,
video {
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 15px;
}

body {
	background: #eae9e0;
	font: 300 15px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	position: relative;
}

body:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmQxNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-linear-gradient(#002d17, #004222);
	background-image: linear-gradient(#002d17, #004222);
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 320px;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	border: 1px solid #fafafa;
}

a {
	color: #d09b10;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	opacity: 1;
}

a:visited {
	color: #d09b10;
}

a:hover {
	opacity: 0.8;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	background: #fff;
	max-width: 1100px;
	width: 95%;
	margin: 50px auto 80px;
	position: relative;
}

.wrapper:after {
	content: '';
	display: block;
	position: relative;
	clear: both;
}

.page-id-54 .wrapper {
	margin: 30px auto 0;
}

/* header */
.header {
	background: #fff;
	position: relative;
}

.header .logo {
	width: 66.66667%;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
	padding: 10px;
}

@media (min-width: 500px) {
	.header .logo {
		width: 50%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
	}
}

@media (min-width: 728px) {
	.header .logo {
		width: 33.33333%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
	}
}

.header .search-section {
	position: absolute;
	top: -37px;
	right: 0;
}

.header .search-section .search-btn a {
	color: #fff;
}

.header .search-section .search-btn a:visited {
	color: #fff;
}

.header .search-section .search-btn a:hover, .header .search-section .search-btn a:focus {
	color: #d09b10;
}

.social-header-section {
	position: absolute;
	top: -43px;
	right: 80px;
}

.social-header-section ul.social-links {
	margin: 0;
	padding: 0;
	border: 0;
}

.social-header-section ul.social-links:after {
	content: "";
	display: table;
	clear: both;
}

.social-header-section ul.social-links li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.social-header-section ul.social-links li:first-child {
	padding-left: 0;
}

.social-header-section ul.social-links li:last-child {
	padding-right: 0;
}

.social-header-section ul.social-links li a {
	color: #fff;
	font-size: 25px;
}

.social-header-section ul.social-links li a:visited {
	color: #fff;
}

.social-header-section ul.social-links li a:hover, .social-header-section ul.social-links li a:focus {
	color: #d09b10;
}

/* logo */
/* nav */
main {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 0 40px;
}

/* sidebar */
/* footer */
.footer {
	background: #fafafa;
	border-bottom: 10px solid #d09b10;
	clear: both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
@media (min-width: 728px) {
	.page-template-page-sidebar main,
	.single-post main,
	.single-recipient main,
	.search main, .search-results main,
	.single-pressrelease main {
		width: 66.66667%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
		overflow: visible;
		position: relative;
	}
}

@media (min-width: 728px) {
	.page-template-page-sidebar main:after,
	.single-post main:after,
	.single-recipient main:after,
	.search main:after, .search-results main:after,
	.single-pressrelease main:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 1px;
		background: #eae9e0;
		top: 0;
		bottom: 0;
		left: 100%;
	}
}

.page-template-page-sidebar aside,
.single-post aside,
.single-recipient aside,
.search aside, .search-results aside,
.single-pressrelease aside {
	padding: 0 25px 20px;
	position: relative;
}

@media (min-width: 728px) {
	.page-template-page-sidebar aside,
	.single-post aside,
	.single-recipient aside,
	.search aside, .search-results aside,
	.single-pressrelease aside {
		width: 33.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		margin-top: 20px;
		clear: right;
	}
}

@media (min-width: 728px) {
	.page-template-page-sidebar aside:after,
	.single-post aside:after,
	.single-recipient aside:after,
	.search aside:after, .search-results aside:after,
	.single-pressrelease aside:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 1px;
		background: #eae9e0;
		top: 0;
		bottom: 0;
		left: 0;
	}
}

main .page-title {
	border-bottom: 1px solid #eae9e0;
	background: none;
	border-top: none;
	padding: 0 0 25px;
	margin: 0 25px 25px;
}

.page-title {
	background: #fafafa;
	border-bottom: 1px solid #eae9e0;
	border-top: 1px solid #eae9e0;
	padding: 20px 25px;
	margin: 0 0 0;
}

.entry-content {
	margin-left: 25px;
	margin-right: 25px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*------------------------------------*\
    Home Page
\*------------------------------------*/
.page-template-page-homepage .header {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.page-template-page-homepage main {
	margin-bottom: 0;
	padding-top: 0;
}

.page-template-page-homepage .main-section {
	border-top: 1px solid #eae9e0;
	border-bottom: 1px solid #eae9e0;
	margin: 2px 10px;
	padding: 40px 0;
	overflow: hidden;
}

.page-template-page-homepage article {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0%;
	clear: none;
}

@media (min-width: 728px) {
	.page-template-page-homepage article {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
	}
}

.page-template-page-homepage .social-section {
	background: #fafafa;
	border: 1px solid #eae9e0;
	padding: 40px 25px;
	margin: 0 25px;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 2;
}

.page-template-page-homepage .social-section ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.page-template-page-homepage .social-section ul li {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 0;
	text-align: center;
}

@media (min-width: 500px) {
	.page-template-page-homepage .social-section ul li {
		padding: 10px 0;
	}
}

@media (min-width: 728px) {
	.page-template-page-homepage .social-section ul li {
		padding: 20px 0;
		margin: 0 15px 5px;
	}
}

.page-template-page-homepage .social-section ul a {
	background: #fff;
	border: #cccaca 1px solid;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	padding: 5px;
}

@media (min-width: 500px) {
	.page-template-page-homepage .social-section ul a {
		font-size: 24px;
		padding: 10px;
	}
}

@media (min-width: 728px) {
	.page-template-page-homepage .social-section ul a {
		font-size: 24px;
		padding: 20px;
	}
}

.page-template-page-homepage .social-section ul a:hover, .page-template-page-homepage .social-section ul a:focus {
	background: #d09b10;
	color: #fff;
}

.page-template-page-homepage .social-section ul a i {
	width: 24px;
}

.page-template-page-homepage .social-section h2 {
	color: #cccaca;
	font-size: 1.7em;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 10px;
}

.action-section {
	background: #fff url(../img/call-to-action-bg.png) no-repeat left bottom;
	border-bottom: 20px solid #eae9e0;
	clear: both;
	display: block;
	overflow: hidden;
}

.action-section a {
	text-align: center;
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
}

.action-section a i {
	padding: 0 0 0 10px;
	font-size: 20px;
}

.action-section .btn {
	max-width: 500px;
	margin: 0 auto;
}

.hero-image {
	position: relative;
}

.hero-image img {
	display: block;
	border: none;
	max-width: inherit;
	width: 100%;
	height: auto;
}

.hero-image .hero-text {
	font-size: 0.8em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 5%;
	display: table;
	bottom: 0;
	height: 0;
	min-height: 60px;
	vertical-align: middle;
	margin: auto 0;
	width: 90%;
}

@media (min-width: 400px) {
	.hero-image .hero-text {
		font-size: 0.85em;
		min-height: 90px;
	}
}

@media (min-width: 600px) {
	.hero-image .hero-text {
		font-size: 1.4em;
		min-height: 110px;
	}
}

@media (min-width: 700px) {
	.hero-image .hero-text {
		width: 61.66667%;
		font-size: 1.2em;
		min-height: 140px;
	}
}

@media (min-width: 900px) {
	.hero-image .hero-text {
		font-size: 1.42em;
		min-height: 200px;
	}
}

@media (min-width: 1140px) {
	.hero-image .hero-text {
		font-size: 2em;
		min-height: 270px;
	}
}

.hero-image .slides .slide-box {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	border: 1px solid #eae9e0;
	padding: 10px;
}

@media (min-width: 600px) {
	.hero-image .slides .slide-box {
		left: 60px;
		width: 40%;
		top: 10px;
		position: absolute;
	}
}

@media (min-width: 800px) {
	.hero-image .slides .slide-box {
		width: 40%;
		/* top: 10px; */
		left: 80px;
	}
}

@media (min-width: 1000px) {
	.hero-image .slides .slide-box {
		width: 460px;
		top: 40px;
	}

	.hero-image .slides .slide-v-center .slide-box {
		top: 50%;
		transform: translate(0, -50%)
	}
}

.hero-image .slides .slide-box .box-inner {
	background: #fff;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 800px) {
	.hero-image .slides .slide-box .box-inner {
		padding: 10px 20px;
	}
}

@media (min-width: 1000px) {
	.hero-image .slides .slide-box .box-inner {
		padding: 40px 20px;
	}
}

.hero-image .slides .slide-box .blur-img {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	width: 334%;
	height: auto;
	max-width: 1100px;
	position: absolute;
	top: -40px;
	left: -80px;
	opacity: 0.25;
	z-index: 1;
}

.hero-image .slides .slide-title {
	color: #d09b10;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	font-size: 0.9em;
}

@media (min-width: 800px) {
	.hero-image .slides .slide-title {
		font-size: 1.3em;
	}
}

.hero-image .slides .slide-title:after {
	content: '';
	height: 1px;
	width: 100%;
	max-width: 80px;
	display: block;
	position: relative;
	background: #333;
	z-index: 2;
	margin: 5px auto 10px;
}

@media (min-width: 1000px) {
	.hero-image .slides .slide-title:after {
		margin: 30px auto 20px;
	}
}

.hero-image .slides .slide-content {
	font-size: 1.5em;
	position: relative;
	z-index: 2;
}

.hero-image .slides .slide-content p {
	color: #002d17;
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	font-size: 0.55em;
	margin: 0;
}

@media (min-width: 800px) {
	.hero-image .slides .slide-content p {
		font-size: 0.7em;
		margin: 0 10px;
	}
}

@media (min-width: 1000px) {
	.hero-image .slides .slide-content p {
		font-size: 1em;
	}
}

.hero-image .slides .slide-content p i {
	font-size: 0.5em;
	position: absolute;
}

.hero-image .slides .slide-content p i.fa-quote-right {
	padding: 6px 0 0 10px;
}

.hero-image .slides .slide-content p i.fa-quote-left {
	left: -10px;
	top: 6px;
}

.hero-image .slides .sub-content {
	text-transform: uppercase;
	font-size: 0.6em;
	margin: 0 0 10px 30px;
	padding-top: 10px;
	position: relative;
	color: #333;
	z-index: 2;
}

@media (min-width: 800px) {
	.hero-image .slides .sub-content {
		font-size: 0.8em;
		margin: 0 0 20px 30px;
	}
}

@media (min-width: 1000px) {
	.hero-image .slides .sub-content {
		margin: 0 0 30px 30px;
	}
}

.hero-image .slides .sub-content:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: #002d17;
	margin: 7px 0 0 -20px;
	display: block;
}

@media (min-width: 800px) {
	.hero-image .slides .sub-content:before {
		margin: 10px 0 0 -20px;
	}
}

.hero-image .slides .btn {
	color: #d09b10;
	text-align: center;
	display: block;
	width: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	font-size: 0.7em;
}

@media (min-width: 800px) {
	.hero-image .slides .btn {
		font-size: 1em;
	}
}

.hero-image .slides .btn i {
	font-size: 1.4em;
	padding: 0 0 0 10px;
	line-height: 16px;
}

.hero-image .slides .btn.wide-btn {
	width: auto;
	max-width: 250px;
}

.hero-image .slides .slide-border {
	border: 20px solid #000;
	border-bottom: 50px solid #000;
}

.hero-image .owl-prev,
.hero-image .owl-next {
	background: transparent !important;
	text-indent: -99999px;
	position: absolute;
	top: 25%;
	height: 60px;
	width: 60px;
	color: #fff;
	opacity: 0.5;
}

@media (min-width: 600px) {
	.hero-image .owl-prev,
	.hero-image .owl-next {
		top: 50%;
	}
}

.hero-image .owl-prev:after,
.hero-image .owl-next:after {
	display: block;
	font-family: fontAwesome;
	position: absolute;
	text-indent: 0;
	top: 0px;
	font-size: 80px;
	line-height: 60px;
}

.hero-image .owl-prev {
	left: 0;
}

.hero-image .owl-prev:after {
	width: 60px;
	text-align: center;
	content: '\f104';
}

.hero-image .owl-next {
	right: 0;
}

.hero-image .owl-next:after {
	width: 60px;
	text-align: center;
	content: '\f105';
}

.hero-image .owl-theme .owl-controls .owl-pagination {
	position: relative;
	bottom: 0px;
	width: 100%;
}

@media (min-width: 600px) {
	.hero-image .owl-theme .owl-controls .owl-pagination {
		position: absolute;
	}
}

.hero-image .owl-theme .owl-controls .owl-page span {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #c3c3c3;
	border: 1px solid #333;
}

.hero-image .owl-theme .owl-controls .owl-page.active span {
	background: #d09b10;
	border: 1px solid #fff;
}

.pressroom-section .owl-carousel .owl-item img {
	width: auto;
	height: 300px;
}

.pressroom-section .owl-carousel.photos-nav .owl-item img {
	width: 100%;
	height: auto;
}

.pressroom-section .owl-prev,
.pressroom-section .owl-next {
	background: transparent !important;
	text-indent: -99999px;
	position: absolute;
	top: 25%;
	height: 24px;
	width: 24px;
	color: #fff;
	opacity: 0.5;
}

@media (min-width: 600px) {
	.pressroom-section .owl-prev,
	.pressroom-section .owl-next {
		top: 50%;
	}
}

.pressroom-section .owl-prev:after,
.pressroom-section .owl-next:after {
	display: block;
	font-family: fontAwesome;
	position: absolute;
	text-indent: 0;
	top: 0px;
	font-size: 24px;
	line-height: 24px;
}

.pressroom-section .owl-prev {
	left: 0;
}

.pressroom-section .owl-prev:after {
	width: 20px;
	text-align: center;
	content: '\f104';
}

.pressroom-section .owl-next {
	right: 0;
}

.pressroom-section .owl-next:after {
	width: 20px;
	text-align: center;
	content: '\f105';
}

.blog-section {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0%;
	clear: none;
	padding: 0 0 40px;
	position: relative;
	margin-top: 25px;
}

@media (min-width: 600px) {
	.blog-section {
		width: 66.66667%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
	}
}

@media (min-width: 600px) {
	.blog-section:after {
		content: '';
		width: calc(50% - 25px);
		border-left: 1px solid #eae9e0;
		border-right: 1px solid #eae9e0;
		position: absolute;
		top: 0;
		right: calc(-50% + 25px);
		height: 100%;
		z-index: 0;
	}
}

.blog-section .section-header {
	border-bottom: 1px solid #eae9e0;
	border-top: 1px solid #eae9e0;
	text-align: center;
	text-transform: uppercase;
	margin: 0 25px;
	padding: 5px 10px;
}

.blog-section .section-content {
	margin: 0 25px;
}

.blog-section .row .blog-img {
	margin: 0 0 20px 0;
}

.blog-section .row img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid #fafafa;
}

.blog-section .row a {
	display: block;
}

.blog-section .featured-post-section-content .row a {
	display: inline;
}

.blog-section h2 {
	font-size: 1.3em;
}

.blog-section h3 {
	font-size: 2em;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	margin: 10px 0;
}

.blog-section h3 a {
	color: #002d17;
}

.blog-section .view-article {
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	text-transform: uppercase;
	margin: 10px 0;
}

.blog-section .view-article.homefeat-view-article {
	display: block !important;
	margin-top: 20px;
}

.twitter-section {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0%;
	clear: none;
	border-bottom: 0;
	margin-top: 25px;
	position: relative;
}

@media (min-width: 600px) {
	.twitter-section {
		width: 33.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
	}
}

.twitter-section .section-header {
	background: #fafafa;
	border: 1px solid #eae9e0;
	margin: 0 25px 0 0;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
}

.twitter-section .section-header i {
	color: #d1bd96;
	display: block;
	margin: 0px 0 10px;
	font-size: 20px;
}

.twitter-section .section-content {
	margin: 0 25px 0 0;
	border-right: 1px solid #eae9e0;
	border-left: 1px solid #eae9e0;
	padding: 10px 20px;
}

.twitter-section .section-content iframe {
	display: block !important;
}

.twitter-section h2 {
	font-size: 1.3em;
}

.twitter-section .twitter-timeline {
	min-width: 100% !important;
}

/*------------------------------------*\
    Single Recipient
\*------------------------------------*/
.single-recipient > .wrapper {
	margin-bottom: 0;
}

.single-recipient main {
	margin-bottom: 0;
}

.single-recipient main:after {
	width: 50%;
	background: #fafafa;
	border-left: 1px solid #eae9e0;
}

.single-recipient main > section {
	padding: 0 25px;
}

.single-recipient main > section article h2, .single-recipient main > section article h3, .single-recipient main > section article h4, .single-recipient main > section article h5, .single-recipient main > section article h6 {
	font-family: "Open Sans", sans-serif;
	lien-height: 1.1em;
}

.single-recipient main > section article h2 {
	font-size: 1.4em;
}

.single-recipient .sidebar {
	clear: right;
}

.single-recipient .language-sidebar {
	background: #fff;
	margin-top: 0;
	padding-top: 20px;
	border-bottom: 1px solid #eae9e0;
}

.single-recipient .recipient-sidebar {
	background: #fafafa;
	margin-top: 0;
	padding-top: 20px;
}

.single-recipient .recipient-sidebar h3 {
	font-family: "Open Sans", sans-serif;
	border-bottom: 1px solid #d09b10;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.single-recipient .recipient-sidebar ul {
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.single-recipient .recipient-sidebar li {
	padding-left: 15px;
	position: relative;
	margin: 0 0 5px;
}

.single-recipient .recipient-sidebar li:before {
	font-family: fontAwesome;
	content: '\f101';
	color: #d09b10;
	position: absolute;
	left: 0;
}

.single-recipient .title-box {
	background: #fff;
	color: #002d17;
	overflow: hidden;
	font-size: 0.75em;
}

@media (min-width: 728px) {
	.single-recipient .title-box {
		width: 30%;
		top: 20px;
		bottom: 20px;
		position: absolute;
		left: 80px;
	}

	.single-recipient .title-box.wide h1 {
		font-size: 20px;
		line-height: 1;
	}
}

@media (min-width: 728px) {
	.single-recipient .title-box.wide h1 {
		font-size: 16px;
	}
}

@media (min-width: 800px) {
	.single-recipient .title-box {
		margin-bottom: 0.25em;
	}
}

@media (min-width: 900px) {
	.single-recipient .title-box.wide h1 {
		font-size: 20px;
	}
}

@media (min-width: 1020px) {
	.single-recipient .title-box {
		top: 20px;
		bottom: 20px;
		font-size: 1em;
	}

	.single-recipient .title-box.wide h1 {
		font-size: 24px;
	}
}

@media (min-width: 1180px) {
	.single-recipient .title-box {
		top: 40px;
		bottom: 40px;
	}
}

.single-recipient .title-box img {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	width: 334%;
	height: auto;
	max-width: 1100px;
	position: absolute;
	top: -40px;
	left: -80px;
	opacity: 0.7;
	z-index: 1;
	display: none;
}

.single-recipient .title-box.opaque-block img {
	opacity: 0.2;
}

@media (min-width: 728px) {
	.single-recipient .title-box img {
		display: block;
	}
}

.single-recipient .title-box h1 {
	color: #002d17;
	text-align: center;
	padding: 10px 20px 0;
	position: relative;
	z-index: 2;
	line-height: 1.1;
	margin-bottom: 15px;
}

@media (min-width: 1020px) {
	.single-recipient .title-box h1 {
		padding: 30px 20px 0;
		margin-bottom: 25px;
	}
}

@media (min-width: 1180px) {
	.single-recipient .title-box h1 {
		margin-bottom: 15px;
	}
}

.single-recipient .title-box p {
	text-align: center;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

@media (min-width: 728px) {
	.single-recipient .title-box p {
		margin-bottom: 0;
		font-size: 12px;
	}
}

@media (min-width: 1020px) {
	.single-recipient .title-box p {
		font-size: 16px;
	}
}

.single-recipient .title-box p:after {
	content: '';
	height: 1px;
	width: 100%;
	max-width: 80px;
	margin: 5px auto 5px;
	display: block;
	position: relative;
	background: #002d17;
	z-index: 2;
}

@media (min-width: 800px) {
	.single-recipient .title-box p:after {
		margin: 15px auto 0;
	}
}

.single-recipient .title-box ul {
	list-style-type: none;
	padding: 0 20px;
	position: absolute;
	z-index: 2;
}

@media (min-width: 728px) {
	.single-recipient .title-box ul {
		bottom: 40px;
	}
}

@media (min-width: 900px) {
	.single-recipient .title-box ul {
		bottom: 50px;
	}
}

.single-recipient .title-box li {
	padding-left: 15px;
	position: relative;
	margin: 0 0 5px;
	font-size: 100%;
}

@media (min-width: 800px) {
	.single-recipient .title-box li {
		font-size: 12px;
	}
}

.single-recipient .title-box li:before {
	font-family: fontAwesome;
	content: '\f101';
	color: #d09b10;
	position: absolute;
	left: 0;
}

.single-recipient .title-box .share {
	background: #fff;
	color: #d09b10;
	padding: 10px 20px;
	position: relative;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

@media (min-width: 728px) {
	.single-recipient .title-box .share {
		position: absolute;
	}
}

.single-recipient .title-box .share a {
	color: #d09b10;
}

@media (min-width: 1180px) {
	.single-recipient.postid-5106 .title-box {
		width: 35%;
		top: 40px;
		bottom: 40px;
	}
}

.single-recipient .entry-content {
	padding: 0;
	margin: 0;
}

.recipient-more {
	color: #d09b10;
	display: none;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
}

.recipient-more span:nth-child(1) {
	display: block;
}

.recipient-more span:nth-child(2) {
	display: none;
}

.recipient-more.expand span:nth-child(1) {
	display: none;
}

.recipient-more.expand span:nth-child(2) {
	display: block;
}

.video-section {
	background: #fafafa;
	border-top: 1px solid #eae9e0;
}

.video-section .wrapper {
	background: #fafafa;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 10px;
}

.video-section h2 {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	margin: 20px 0 30px;
	font-size: 1.8em;
}

.photos-section,
.messages-section {
	background: #fff;
	margin: 0 0 40px;
}

.photos-section .wrapper,
.messages-section .wrapper {
	margin: 0 auto;
}

.photos-section h2,
.messages-section h2 {
	font-size: 1.8em;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	padding: 20px 25px 20px;
}

.photos-section .carousel-wrapper,
.messages-section .carousel-wrapper {
	margin: 0 25px;
}

@media (min-width: 1020px) {
	.photos-section #recipient-photos .photo-content,
	.messages-section #recipient-photos .photo-content {
		font-size: 1em;
	}
}

.more-materials {
	text-align: center;
	display: block;
	margin: 40px 20px 60px;
	padding: 0 0 50px;
	font-size: 0.9em;
}

.recipient-blog-wrapper {
	margin-bottom: 80px !important;
}

.recipient-blog-wrapper a {
	color: #002d17;
}

.recipient-blog-wrapper a:link, .recipient-blog-wrapper a:visited {
	color: #002d17;
}

.recipient-blog-wrapper a:hover, .recipient-blog-wrapper a:focus {
	color: #335745;
}

.recipient-blog-section,
.recipient-messages-section {
	background: #fff;
	padding: 20px 0 10px;
}

@media (min-width: 728px) {
	.recipient-blog-section,
	.recipient-messages-section {
		width: 66.66667%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
		overflow: visible;
		position: relative;
	}
}

@media (min-width: 728px) {
	.recipient-blog-section:after,
	.recipient-messages-section:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 50%;
		background: #fafafa;
		border-left: 1px solid #eae9e0;
		top: 0;
		bottom: 0;
		left: 100%;
	}
}

.recipient-blog-section h2,
.recipient-messages-section h2 {
	text-align: center;
	border-bottom: 1px solid #eae9e0;
	padding-bottom: 15px;
	margin: 0 25px;
	font-size: 1.65em;
	text-transform: uppercase;
}

.recipient-blog-section .messages-form-msg,
.recipient-messages-section .messages-form-msg {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 25px 25px;
	font-size: 1.5em;
}

.recipient-blog-section .related-posts,
.recipient-messages-section .related-posts {
	padding: 0 25px;
}

.recipient-blog-section .related-posts .post-article,
.recipient-messages-section .related-posts .post-article {
	border-bottom: 1px solid #eae9e0;
	overflow: hidden;
	margin: 0 1px 15px;
	padding: 0 0 15px;
}

.recipient-blog-section .related-posts .post-thumb,
.recipient-messages-section .related-posts .post-thumb {
	float: left;
	padding: 18px 20px 0 1px;
	width: 40%;
}

.recipient-blog-section .related-posts .post-content,
.recipient-messages-section .related-posts .post-content {
	padding: 10px 0;
}

.recipient-blog-section .related-posts .post-content.has-thumb,
.recipient-messages-section .related-posts .post-content.has-thumb {
	width: 60%;
	float: left;
}

.recipient-blog-section h3,
.recipient-messages-section h3 {
	margin-bottom: 0;
}

.recipient-blog-section .date,
.recipient-messages-section .date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.messages-section h2 {
	text-transform: none;
	padding-top: 0;
	padding-left: 0;
}

.messages-section .post-message {
	padding: 10px 0;
	border-bottom: 1px solid #eae9e0;
}

.messages-section .post-message p {
	margin-bottom: 10px;
}

.messages-section .message-sender {
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	color: #002d17;
}

.messages-section .message-sender .date {
	font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
	color: #333;
	margin-bottom: 0;
}

.messages-section .messages-sidebar h2 {
	text-align: left;
}

.messages-section .messages-sidebar .messages-form-msg {
	margin-bottom: 10px;
}

.news-sidebar,
.messages-sidebar {
	background: #fafafa;
	margin-top: 0;
	padding: 20px 0 10px;
}

.news-sidebar h2,
.messages-sidebar h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.35em;
	border-bottom: 1px solid #d09b10;
	padding-bottom: 22px;
	margin-bottom: 10px;
}

.news-sidebar .news-post,
.messages-sidebar .news-post {
	border-bottom: 1px solid #eae9e0;
	overflow: hidden;
	margin: 0 0 25px;
	padding: 0 0 15px;
}

.news-sidebar .news-post:last-child,
.messages-sidebar .news-post:last-child {
	border-bottom: none;
}

.news-sidebar p,
.messages-sidebar p {
	margin-bottom: 0;
}

.news-sidebar .news-date,
.messages-sidebar .news-date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#recipient-messages-posts.owl-theme .owl-controls,
#recipient-related-posts.owl-theme .owl-controls,
#related-news.owl-theme .owl-controls {
	font-weight: bold;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-pagination,
#recipient-related-posts.owl-theme .owl-controls .owl-pagination,
#related-news.owl-theme .owl-controls .owl-pagination {
	width: 70%;
	margin: 0 auto;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-pagination .owl-page span,
#recipient-related-posts.owl-theme .owl-controls .owl-pagination .owl-page span,
#related-news.owl-theme .owl-controls .owl-pagination .owl-page span {
	background: transparent;
	opacity: 1;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-pagination .owl-page span:hover, #recipient-messages-posts.owl-theme .owl-controls .owl-pagination .owl-page span:focus,
#recipient-related-posts.owl-theme .owl-controls .owl-pagination .owl-page span:hover,
#recipient-related-posts.owl-theme .owl-controls .owl-pagination .owl-page span:focus,
#related-news.owl-theme .owl-controls .owl-pagination .owl-page span:hover,
#related-news.owl-theme .owl-controls .owl-pagination .owl-page span:focus {
	color: #a67c0d;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-pagination .owl-page span.owl-numbers,
#recipient-related-posts.owl-theme .owl-controls .owl-pagination .owl-page span.owl-numbers,
#related-news.owl-theme .owl-controls .owl-pagination .owl-page span.owl-numbers {
	color: #d09b10;
	padding: 2px 0;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-pagination .owl-page.active span,
#recipient-related-posts.owl-theme .owl-controls .owl-pagination .owl-page.active span,
#related-news.owl-theme .owl-controls .owl-pagination .owl-page.active span {
	color: #a67c0d;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-buttons div,
#recipient-related-posts.owl-theme .owl-controls .owl-buttons div,
#related-news.owl-theme .owl-controls .owl-buttons div {
	color: #d09b10;
	background: transparent;
	position: absolute;
	bottom: 0;
	opacity: 1;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-buttons div:hover, #recipient-messages-posts.owl-theme .owl-controls .owl-buttons div:focus,
#recipient-related-posts.owl-theme .owl-controls .owl-buttons div:hover,
#recipient-related-posts.owl-theme .owl-controls .owl-buttons div:focus,
#related-news.owl-theme .owl-controls .owl-buttons div:hover,
#related-news.owl-theme .owl-controls .owl-buttons div:focus {
	color: #a67c0d;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-buttons .owl-prev,
#recipient-related-posts.owl-theme .owl-controls .owl-buttons .owl-prev,
#related-news.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
}

#recipient-messages-posts.owl-theme .owl-controls .owl-buttons .owl-next,
#recipient-related-posts.owl-theme .owl-controls .owl-buttons .owl-next,
#related-news.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}

/*------------------------------------*\
    Current Recipients Page
\*------------------------------------*/
.page-id-56 main {
	padding-bottom: 0;
}

.page-id-56 .page-title {
	background: #fafafa;
	border-bottom: 1px solid #eae9e0;
	border-top: 1px solid #eae9e0;
	padding: 20px 25px;
	margin: 0 0 20px;
}

.current-recipient-section {
	margin: 0 15px;
	overflow: hidden;
}

.current-recipient-section .current-recipient-inner {
	overflow: hidden;
}

.current-recipient-section .row {
	position: relative;
	float: left;
	padding: 0 10px;
	margin: 0 0 30px;
	width: 100%;
}

@media (min-width: 600px) {
	.current-recipient-section .row {
		width: 50%;
	}
}

@media (min-width: 700px) {
	.current-recipient-section .row {
		width: 33.3333%;
	}
}

.current-recipient-section .row-inner {
	position: relative;
}

.current-recipient-section .recipient-thumb {
	width: 30%;
	float: left;
}

@media (min-width: 600px) {
	.current-recipient-section .recipient-thumb {
		width: 100%;
		float: none;
	}
}

.current-recipient-section .recipient-thumb img {
	width: 100%;
}

.current-recipient-section .recipient-content {
	position: relative;
	float: left;
	bottom: 0;
	left: 0;
	width: 70%;
	background: #fff;
	overflow: hidden;
	min-height: 40%;
}

@media (min-width: 600px) {
	.current-recipient-section .recipient-content {
		width: 100%;
		position: absolute;
		float: none;
	}
}

@media (min-width: 960px) {
	.current-recipient-section .recipient-content {
		height: 50%;
	}
}

@media (min-width: 1140px) {
	.current-recipient-section .recipient-content {
		height: 40%;
	}
}

.current-recipient-section .recipient-content h3 {
	margin: 10px 15px 10px;
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 1.1em;
}

@media (min-width: 960px) {
	.current-recipient-section .recipient-content h3 {
		font-size: 1.3em;
	}
}

.current-recipient-section .recipient-content h3 span {
	font-weight: normal;
}

.current-recipient-section .recipient-content .entry-location {
	font-size: 16px;
	line-height: 20px;
}

.current-recipient-section .recipient-content .entry-content {
	margin: 0 15px;
	position: relative;
	z-index: 2;
	display: block;
	font-size: 0.8em;
}

@media (min-width: 600px) {
	.current-recipient-section .recipient-content .entry-content {
		display: none;
	}
}

@media (min-width: 960px) {
	.current-recipient-section .recipient-content .entry-content {
		display: block;
	}
}

.current-recipient-section .recipient-content a {
	color: #002d17;
}

.current-recipient-section .blur-img {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
	z-index: 1;
	display: none;
}

@media (min-width: 600px) {
	.current-recipient-section .blur-img {
		display: block;
	}
}

.current-recipient-section .blur-img img {
	width: 100%;
}

.all-recipient-btn {
	display: block;
	font-size: 1.2em;
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	margin: 40px auto 60px;
	max-width: 520px;
}

@media (min-width: 600px) {
	.all-recipient-btn {
		font-size: 1.3em;
	}
}

.about-recipient-section {
	background: #000 url(../img/about-recipient-bg.jpg) no-repeat right bottom;
	color: #fff;
	height: 400px;
	padding-top: 40px;
	position: relative;
}

.about-recipient-section:after {
	background: #000;
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.8;
}

@media (min-width: 700px) {
	.about-recipient-section:after {
		opacity: 0.5;
	}
}

@media (min-width: 800px) {
	.about-recipient-section:after {
		display: none;
	}
}

.about-recipient-section h2, .about-recipient-section p {
	color: #fff;
	position: relative;
	z-index: 2;
	margin: 0 5% 20px 5%;
}

@media (min-width: 700px) {
	.about-recipient-section h2, .about-recipient-section p {
		margin: 0 30% 20px 5%;
	}
}

@media (min-width: 800px) {
	.about-recipient-section h2, .about-recipient-section p {
		margin: 0 40% 20px 5%;
	}
}

.about-recipient-section h2 {
	font-size: 2em;
	font-family: "Open Sans", sans-serif;
}

/*------------------------------------*\
    All Recipients Page
\*------------------------------------*/
.page-id-54 main {
	padding-bottom: 0;
}

.filter-section {
	background: #fafafa;
	border-left: 1px solid #eae9e0;
	padding: 0 20px 40px;
}

@media (min-width: 600px) {
	.filter-section {
		width: 25%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
	}
}

.filter-section h3 {
	border-bottom: 1px solid #eae9e0;
	margin: 10px 0 20px -20px;
	padding: 0 20px 20px;
	width: calc(100% + 40px);
}

.filter-section input[type="checkbox"] {
	margin: 0 10px 0 -20px;
}

.form-region {
	border-bottom: 1px solid #eae9e0;
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 0.75em;
}

.form-region:last-child {
	border-bottom: 0;
}

@media (min-width: 500px) {
	.form-region {
		font-size: 1em;
	}
}

@media (min-width: 600px) {
	.form-region {
		font-size: 0.8em;
	}
}

@media (min-width: 800px) {
	.form-region {
		font-size: 1em;
	}
}

.form-region label {
	display: block;
	margin: 0 0 5px 20px;
	line-height: 40px;
}

.form-region input[type="radio"] {
	margin: 0 10px 0 -20px;
}

.recipient-section {
	padding: 0 25px;
	font-size: 0.75em;
	overflow-x: scroll;
}

@media (min-width: 600px) {
	.recipient-section {
		width: 75%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
		font-size: 0.8em;
		overflow: hidden;
	}
}

@media (min-width: 800px) {
	.recipient-section {
		font-size: 1em;
	}
}

.recipient-section thead td {
	font-size: 0.75em;
}

@media (min-width: 600px) {
	.recipient-section thead td {
		font-size: 0.8em;
	}
}

@media (min-width: 800px) {
	.recipient-section thead td {
		font-size: 1em;
	}
}

.recipient-section thead td:nth-child(1) {
	width: 75px;
}

.recipient-map-section {
	display: none;
}

@media (min-width: 320px) {
	.recipient-map-section {
		height: 370px;
	}
}

@media (min-width: 400px) {
	.recipient-map-section {
		height: 600px;
	}
}

.recipient-map-section h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
}

.recipient-map-section h4 a {
	color: #002d17;
}

.recipient-map-section ul {
	margin-bottom: 10px;
	padding: 0;
	/*20px;*/
	position: relative;
	z-index: 2;
}

.recipient-map-section li {
	padding-left: 0;
	position: relative;
	margin: 0 0 5px;
	font-style: italic;
	/*		&:before {
				font-family: fontAwesome;
				content: '\f101';
				color: $gold;
				position: absolute;
				left: 0;
			}*/
}

.recipient-map-section .recipient-map-info {
	font-weight: bold;
}

.profile-items-wrap {
	max-height: 220px;
}

.profile-items-wrap .profile-item {
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

.profile-items-wrap .profile-item:first-child {
	padding-top: none;
}

.profile-items-wrap .profile-item:last-child {
	border-bottom: none;
	padding-bottom: none;
}

.profile-items-wrap .profile-item p:last-child {
	margin-bottom: 0;
}

.recipient-map-section .profile-thumb-map {
	max-width: 120px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.recipient-map-section p {
	max-width: 300px;
	margin-bottom: 10px;
}

.recipient-map-section .hdr-under-threat-msg {
	max-width: 300px;
	font-size: 11px;
	margin-bottom: 6px;
}

.hdr-under-threat-msg {
	margin-bottom: 10px;
}

.gep-under-threat {
	background: url("../img/icon-under-threat.png") no-repeat;
	line-height: 22px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #d09b10;
	font-weight: bold;
	margin-bottom: 4px;
}

.page-id-54 .acf-map {
	margin: 0;
}

@media (min-width: 320px) {
	.page-id-54 .acf-map {
		height: 370px;
	}
}

@media (min-width: 400px) {
	.page-id-54 .acf-map {
		height: 600px;
	}
}

.page-id-54 .acf-map .gm-style-mtc {
	display: none;
}

.gep-map-meta {
	display: block;
	background: #fff;
}

.gep-map-meta.gep-map-legend {
	background-color: #f2f2f2;
}

.gep-map-meta .wrapper {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
}

.filter-row {
	padding: 20px 0;
}

.gep-map-filters .filter-section {
	width: 100%;
}

.gep-map-filters .form-region {
	margin: 0 0 20px;
	float: left;
	border-bottom: none;
	padding-right: 20px;
}

@media (min-width: 320px) {
	.gep-map-filters .form-region {
		width: 100%;
	}
}

@media (min-width: 400px) {
	.gep-map-filters .form-region {
		width: 20%;
	}
}

.gep-map-filters .form-region label {
	line-height: 10px;
}

.gep-map-filters .form-region input {
	margin: 0 8px 5px -20px;
}

.gep-map-filters .form-region a.btn {
	line-height: 100%;
	display: inline-block;
	height: 40px;
	line-height: 1.3;
}

.gep-map-filters .input-group {
	clear: both;
	/*		label {
				float: left;
				margin-left: 22px;
			}
			input {
				/*float: left;* /
			}
			*/
}

a.btn-msg,
a:visited.btn-msg,
a:hover.btn-msg {
	display: inline-block;
	background: #d09b10;
	color: #fff;
	border: none;
}

ul.gep-map-legend-list {
	list-style: none;
}

ul.gep-map-legend-list li {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 65px;
	padding: 30px 0 30px 30px;
	margin-right: 40px;
	line-height: 65px;
}

@media (min-width: 320px) {
	ul.gep-map-legend-list li {
		font-size: 14px;
		margin-right: 0;
		padding: 20px 0 20px 30px;
	}
}

@media (min-width: 400px) {
	ul.gep-map-legend-list li {
		margin-right: 20px;
	}
}

ul.gep-map-legend-list li.gep-map-legend-winners {
	background-image: url("../img/marker-recipient.png");
}

ul.gep-map-legend-list li.gep-map-legend-at-risk {
	background-image: url("../img/marker-at-risk.png");
}

#recipient-msg-thank-you {
	display: none;
}

/*------------------------------------*\
    Contact Page
\*------------------------------------*/
.contact-section .locations {
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}

@media (min-width: 700px) {
	.contact-section .location {
		float: left;
		width: 50%;
	}
}

@media (min-width: 700px) {
	.contact-section .location:nth-child(odd) {
		padding-right: 10px;
	}
}

@media (min-width: 700px) {
	.contact-section .location:nth-child(even) {
		padding-left: 10px;
	}
}

.acf-map {
	width: 100%;
	height: 420px;
	margin: 20px 0;
}

.acf-map iframe {
	height: auto;
}

.acf-map img {
	max-width: none;
}

span.label {
	font-weight: bold;
}

/*------------------------------------*\
    Widgets
\*------------------------------------*/
.sidebar-widget > div {
	margin: 0 0 20px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #f2f2f2;
}

.sidebar-widget h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.35em;
	border-bottom: 1px solid #d09b10;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.sidebar-widget a {
	color: #002d17;
}

.sidebar-widget a:link, .sidebar-widget a:visited {
	color: #002d17;
}

.sidebar-widget a:hover, .sidebar-widget a:focus {
	color: #335745;
}

.widget_contact h4 {
	font-weight: bold;
}

.widget_contact dt {
	font-weight: bold;
}

.widget_contact dl {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

@media (min-width: 1180px) {
	.widget_contact dl {
		font-size: 0.8em;
		float: left;
		width: 50%;
	}
}

@media (min-width: 1280px) {
	.widget_contact dl {
		font-size: 0.85em;
	}
}

@media (min-width: 1420px) {
	.widget_contact dl {
		font-size: 1em;
	}
}

.widget_contact dl:nth-child(1) {
	border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 1180px) {
	.widget_contact dl:nth-child(1) {
		padding-right: 5px;
		border-right: 1px solid #f2f2f2;
		border-bottom: 0;
	}
}

@media (min-width: 1280px) {
	.widget_contact dl:nth-child(1) {
		padding-right: 10px;
	}
}

@media (min-width: 1180px) {
	.widget_contact dl:nth-child(2) {
		padding-left: 5px;
		width: auto;
		float: right;
		max-width: 50%;
	}
}

@media (min-width: 1280px) {
	.widget_contact dl:nth-child(2) {
		padding-left: 10px;
	}
}

.btn {
	background: #fbf9f5;
	border: 1px solid #002d17;
	color: #002d17;
	padding: 10px 15px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.btn:hover, .btn:focus {
	background: #002d17;
	background: #002d17;
	color: #fff;
}

.language-btn {
	background: #fff;
	border: 1px solid #002d17;
	color: #002d17;
	padding: 10px 15px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	font-size: 1.25em;
	display: block;
	margin: 0 40px 10px 0;
}

.language-btn:hover, .language-btn:focus {
	background: #002d17;
	color: #fff;
}

/*------------------------------------*\
    Pressroom
\*------------------------------------*/
.single-pressroom main {
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 0;
}

@media (min-width: 728px) {
	.single-pressroom main {
		width: 66.66667%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		overflow: visible;
		position: relative;
	}
}

@media (min-width: 728px) {
	.single-pressroom main:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 50%;
		background: #fafafa;
		border-right: 1px solid #eae9e0;
		top: 0;
		bottom: 0;
		right: 100%;
	}
}

.single-pressroom .sidebar {
	padding: 0 25px 20px;
	position: relative;
	z-index: 2;
}

@media (min-width: 728px) {
	.single-pressroom .sidebar {
		width: 33.33333%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
		margin-top: 20px;
	}
}

@media (min-width: 728px) {
	.single-pressroom .sidebar:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		background: #fafafa;
		border-right: 1px solid #eae9e0;
		top: 0;
		bottom: 0;
		left: 0;
	}
}

.single-pressroom .sidebar > div {
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #f2f2f2;
}

.single-pressroom .sidebar h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.35em;
	border-bottom: 1px solid #d09b10;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.single-pressroom .sidebar a {
	color: #002d17;
}

.single-pressroom .sidebar a:link, .single-pressroom .sidebar a:visited {
	color: #002d17;
}

.single-pressroom .sidebar a:hover, .single-pressroom .sidebar a:focus {
	color: #335745;
}

.single-pressroom .sidebar dl {
	margin: 0 0 10px;
}

.single-pressroom .sidebar dt {
	margin: 0 0 5px;
}

.single-pressroom .sidebar dd {
	margin: 0 0 5px;
}

.single-pressroom .page-title {
	color: #002d17;
	background: #fafafa;
	border-top: 1px solid #eae9e0;
	border-bottom: 1px solid #eae9e0;
	margin: 0 0 0;
	padding: 10px 25px;
}

.single-pressroom .press-subtitle {
	font-size: 1.3em;
}

.pressroom-section .title-block {
	overflow: hidden;
}

.pressroom-section .title-block .row-left {
	border-bottom: 1px solid #eae9e0;
	padding: 10px 20px 20px;
	display: none;
}

@media (min-width: 600px) {
	.pressroom-section .title-block .row-left {
		display: block;
	}
}

.pressroom-section .title-block .row-right {
	border-bottom: 1px solid #eae9e0;
	padding: 10px 20px 20px;
	width: 100%;
}

@media (min-width: 600px) {
	.pressroom-section .title-block .row-right {
		border-left: 1px solid #eae9e0;
		width: 70%;
	}
}

.pressroom-section .title-block h3 {
	font-size: 1.3em;
}

@media (min-width: 600px) {
	.pressroom-section .title-block h3 {
		font-size: 1em;
	}
}

@media (min-width: 728px) {
	.pressroom-section .title-block h3 {
		font-size: 0.75em;
	}
}

@media (min-width: 900px) {
	.pressroom-section .title-block h3 {
		font-size: 1em;
	}
}

@media (min-width: 960px) {
	.pressroom-section .title-block h3 {
		font-size: 1.1em;
	}
}

@media (min-width: 1020px) {
	.pressroom-section .title-block h3 {
		font-size: 1.3em;
	}
}

.pressroom-section .row {
	overflow: hidden;
	position: relative;
}

.pressroom-section .row:nth-child(even) {
	background: #fafafa;
}

@media (min-width: 600px) {
	.pressroom-section .row:after {
		content: '';
		border-left: 1px solid #eae9e0;
		width: 70%;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		margin: auto;
	}
}

.pressroom-section .row-left {
	padding: 20px 20px;
}

@media (min-width: 600px) {
	.pressroom-section .row-left {
		float: left;
		width: 30%;
	}
}

.pressroom-section .row-right {
	padding: 20px 20px;
	position: relative;
	z-index: 2;
}

@media (min-width: 600px) {
	.pressroom-section .row-right {
		float: left;
		width: 70%;
	}
}

.pressroom-section .video-downloads {
	padding: 10px 0 0;
}

.pressroom-section .video-downloads a {
	padding: 0 2px;
}

.pressroom-section .video-downloads span {
	display: block;
}

@media (min-width: 1240px) {
	.pressroom-section .video-downloads span {
		display: inline;
	}
}

#fancybox-content .language-versions {
	overflow: visible;
	position: relative;
}

@media (min-width: 900px) {
	#fancybox-content .language-versions {
		width: 65%;
		float: left;
	}
}

@media (min-width: 900px) {
	#fancybox-content .language-versions:after {
		content: '';
		display: block;
		position: absolute;
		border-right: 1px solid #eae9e0;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 0;
	}
}

#fancybox-content .language-versions div {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 25px 0 0;
}

#fancybox-content .language-versions .language-content {
	padding: 0 25px 0 0;
}

#fancybox-content .language-versions .language-content h2 {
	font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
	margin-bottom: 10px;
}

@media (min-width: 900px) {
	#fancybox-content aside {
		float: right;
		padding: 0 0 0 25px;
		width: 35%;
	}
}

#fancybox-content .language-content {
	padding: 0 25px 0 0;
}

#fancybox-content .khmer-language {
	font-family: 'Khmer', cursive;
}

/*------------------------------------*\
    Board of Directors
\*------------------------------------*/
.page-template-page-sidebar .directors-section .row {
	margin: 0 0 30px;
	width: 100%;
}

@media (min-width: 400px) {
	.page-template-page-sidebar .directors-section .row {
		padding: 0 5px;
		width: 50%;
	}
}

@media (min-width: 500px) {
	.page-template-page-sidebar .directors-section .row {
		width: 33.333%;
	}
}

@media (min-width: 700px) {
	.page-template-page-sidebar .directors-section .row {
		padding: 0 20px;
		width: 33.333%;
	}
}

@media (min-width: 700px) {
	.page-template-page-sidebar .directors-section .row:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 700px) {
	.page-template-page-sidebar .directors-section .row:nth-child(4n+1) {
		clear: none;
	}
}

.directors-section {
	margin: 0 25px 60px;
}

.directors-section .director-rows {
	overflow: hidden;
}

.directors-section .row {
	float: left;
	margin: 0 0 30px;
	width: 100%;
}

@media (min-width: 400px) {
	.directors-section .row {
		padding: 0 5px;
		width: 50%;
	}
}

@media (min-width: 500px) {
	.directors-section .row {
		width: 33.333%;
	}
}

@media (min-width: 700px) {
	.directors-section .row {
		padding: 0 20px;
		width: 25%;
	}
}

@media (min-width: 700px) {
	.directors-section .row:nth-child(4n+1) {
		clear: left;
	}
}

.directors-section img {
	display: block;
	margin: 0 0 5px;
}

.directors-section h3 {
	margin: 0;
}

.directors-section span {
	display: block;
	font-size: 0.8em;
}

.directors-section span.position {
	font-style: italic;
}

/*------------------------------------*\
    Staff Section
\*------------------------------------*/
.staff-section .staff-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	margin: 0 0 1rem 0;
	padding: 0.5rem 25px;
	text-align: left;
	width: 100%;
}

@media (min-width: 700px) {
	.staff-section .staff-row {
		justify-content: flex-start;
		flex-direction: row;
	}
}

.staff-section .staff-row .staff-image {
	margin: 0 auto 1rem auto;
	text-align: center;
}

@media (min-width: 700px) {
	.staff-section .staff-row .staff-image {
		margin: 0;
		width: 15%;
		flex: 0 1 auto;
	}
}

.staff-section .staff-row .staff-image img {
	display: block;
	max-width: 100%;
	margin: auto;
}

@media (min-width: 700px) {
	.staff-section .staff-row .staff-image img {
		margin: 0;
	}
}

.staff-section .staff-row .staff-meta {
	flex: 1 0 0;
}

@media (min-width: 700px) {
	.staff-section .staff-row .staff-meta {
		margin-left: 2%;
		flex: 1 0 auto;
		width: auto;
		max-width: 83%;
	}
}

.staff-section .staff-row .staff-meta dl.row dt {
	font-weight: 600;
}

.staff-section .staff-row .staff-meta .staff-entry {
	line-height: 1.5;
	margin-bottom: 6px;
	text-align: center;
}

@media (min-width: 700px) {
	.staff-section .staff-row .staff-meta .staff-entry {
		text-align: left;
	}
}

.staff-section .staff-row .staff-meta .staff-excerpt {
	margin-bottom: 0;
}

/*------------------------------------*\
    Prize Jury
\*------------------------------------*/
.page-template-page-sidebar .jury-section .row {
	margin: 0 0 30px;
	width: 100%;
}

@media (min-width: 400px) {
	.page-template-page-sidebar .jury-section .row {
		padding: 0 5px;
		width: 50%;
	}
}

@media (min-width: 500px) {
	.page-template-page-sidebar .jury-section .row {
		width: 33.333%;
	}
}

@media (min-width: 700px) {
	.page-template-page-sidebar .jury-section .row {
		padding: 0 20px;
		width: 33.333%;
	}
}

.page-template-page-sidebar .jury-section .row:nth-child(2n+1) {
	clear: left;
}

@media (min-width: 500px) {
	.page-template-page-sidebar .jury-section .row:nth-child(2n+1) {
		clear: none;
	}
}

@media (min-width: 500px) {
	.page-template-page-sidebar .jury-section .row:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 700px) {
	.page-template-page-sidebar .jury-section .row:nth-child(4n+1) {
		clear: none;
	}
}

.jury-section {
	margin: 0 25px 60px;
}

.jury-section .jury-rows {
	overflow: hidden;
}

.jury-section .row {
	float: left;
	margin: 0 0 30px;
	width: 100%;
}

@media (min-width: 400px) {
	.jury-section .row {
		padding: 0 5px;
		width: 50%;
	}
}

@media (min-width: 500px) {
	.jury-section .row {
		width: 33.333%;
	}
}

@media (min-width: 700px) {
	.jury-section .row {
		padding: 0 20px;
		width: 25%;
	}
}

@media (min-width: 700px) {
	.jury-section .row:nth-child(4n+1) {
		clear: left;
	}
}

.jury-section img {
	display: block;
	margin: 0 0 5px;
}

.jury-section h3 {
	margin: 0;
}

.jury-section span {
	display: block;
	font-size: 0.8em;
}

.jury-section span.position {
	font-style: italic;
}

/*------------------------------------*\
    Blog
\*------------------------------------*/
.blog-title {
	background: #fafafa;
	border-top: 1px solid #eae9e0;
	border-bottom: 1px solid #eae9e0;
	padding: 10px 25px;
	margin: 0;
}

.error404 main,
main.archive-main,
main.blog {
	background: #fff;
}

@media (min-width: 728px) {
	.error404 main,
	main.archive-main,
	main.blog {
		width: 66.66667%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
		overflow: visible;
		position: relative;
	}
}

@media (min-width: 728px) {
	.error404 main:after,
	main.archive-main:after,
	main.blog:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 50%;
		background: #fafafa;
		border-left: 1px solid #eae9e0;
		top: 0;
		bottom: 0;
		left: 100%;
	}
}

#blog-section,
.archive-section {
	padding: 0 25px;
}

#blog-section article,
.archive-section article {
	border-bottom: 1px solid #eae9e0;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

#blog-section article h2,
.archive-section article h2 {
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	line-height: 1.2em;
}

#blog-section article .post-thumb,
.archive-section article .post-thumb {
	float: left;
	padding: 5px 20px 0 0;
	width: 40%;
}

#blog-section article .post-content.has-thumb,
.archive-section article .post-content.has-thumb {
	width: 60%;
	float: left;
}

#blog-section article .post-content .date,
.archive-section article .post-content .date {
	display: inline-block;
	font-size: 0.85em;
	margin-bottom: 10px;
}

#blog-section article .post-content .author,
.archive-section article .post-content .author {
	display: inline-block;
	font-size: 0.85em;
	margin-bottom: 10px;
}

#blog-section article a,
.archive-section article a {
	color: #002d17;
}

#blog-section article a:link, #blog-section article a:visited,
.archive-section article a:link,
.archive-section article a:visited {
	color: #002d17;
}

#blog-section article a:hover, #blog-section article a:focus,
.archive-section article a:hover,
.archive-section article a:focus {
	color: #335745;
}

.blog-sidebar #mc_embed_signup form {
	padding-right: 3% !important;
}

.blog-sidebar #mc_embed_signup .button {
	background-color: #d09b10;
}

.blog-sidebar #mc_embed_signup .button:hover {
	background-color: #002d17;
}

.blog-sidebar #mce-EMAIL {
	margin-right: 0 !important;
	width: 100% !important;
}

.archive aside,
aside.blog-sidebar,
.error404 aside {
	background: #fafafa;
	padding: 0 25px 20px;
	position: relative;
}

@media (min-width: 728px) {
	.archive aside,
	aside.blog-sidebar,
	.error404 aside {
		width: 33.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		padding-top: 20px;
		clear: right;
	}
}

@media (min-width: 728px) {
	.archive aside:after,
	aside.blog-sidebar:after,
	.error404 aside:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 1px;
		background: #eae9e0;
		top: 0;
		bottom: 0;
		left: 0;
	}
}

/*------------------------------------*\
    News Section
\*------------------------------------*/
.news-section {
	padding: 0 0 60px 0;
}

.news-section dl.row {
	overflow: hidden;
}

.news-section dl.row:nth-child(even) {
	background: #fafafa;
}

.news-section dt {
	padding: 10px 20px 10px 25px;
}

@media (min-width: 500px) {
	.news-section dt {
		width: 60%;
		float: left;
	}
}

.news-section dt h3 {
	font-size: 1em;
	margin: 0;
	line-height: 1.1em;
}

@media (min-width: 500px) {
	.news-section dt h3 {
		font-size: 1.15em;
	}
}

.news-section dt span {
	font-size: 0.85em;
}

.news-section dd {
	padding: 0px 20px 10px;
}

@media (min-width: 500px) {
	.news-section dd {
		width: 40%;
		padding: 10px 20px;
		float: left;
		text-align: right;
	}
}

.news-section dd h4 {
	font-size: 1em;
}

@media (min-width: 500px) {
	.news-section dd h4 {
		font-size: 1.15em;
	}
}

/*------------------------------------*\
    Nominations Section
\*------------------------------------*/
.page-id-49 .nominating-organizations li a:link, .page-id-49 .nominating-organizations li a:visited {
	color: #7a7979;
}

.page-id-49 .nominating-organizations a:link, .page-id-49 .nominating-organizations a:visited {
	color: #7a7979;
}

/*------------------------------------*\
    Login Section
\*------------------------------------*/
.login-section {
	padding: 0 25px;
	margin: 40px 80px;
}

.lwa-form tr:nth-child(even) {
	background: #fff;
}

.lwa-form .lwa-submit-links {
	display: none;
	visibility: hiiden;
}

/*------------------------------------*\
    Search Form
\*------------------------------------*/
#modal-window {
	background: #fff;
	max-width: 100%;
	width: 500px;
	height: 200px;
}

#modal-window form {
	width: 320px;
	margin: 60px auto 80px;
}

.close-modal {
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	text-indent: -99999px;
}

.close-modal:link, .close-modal:visited {
	color: #000;
}

.close-modal:focus, .close-modal:hover {
	color: #333;
}

.close-modal:after {
	font-family: fontAwesome;
	content: '\f00d';
	display: block;
	text-indent: 0;
	font-size: 40px;
	line-height: 40px;
	top: -10px;
	right: 5px;
	position: absolute;
}

/*------------------------------------*\
    Search Pages
\*------------------------------------*/
.search main .search-section, .search-results main .search-section {
	padding: 0 25px;
}

.search main .search-section article, .search-results main .search-section article {
	border-bottom: 1px solid #eae9e0;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.search main .search-section article .post-thumb, .search-results main .search-section article .post-thumb {
	float: left;
	padding: 0 20px 0 0;
	width: 40%;
}

.search main .search-section article .post-content.has-thumb, .search-results main .search-section article .post-content.has-thumb {
	width: 60%;
	float: left;
}

.search main .search-section article .post-content .date, .search-results main .search-section article .post-content .date {
	display: inline-block;
	font-size: 0.85em;
	margin-bottom: 10px;
}

.search main .search-section article .post-content .author, .search-results main .search-section article .post-content .author {
	display: inline-block;
	font-size: 0.85em;
	margin-bottom: 10px;
}

.search main .search-section article h2, .search-results main .search-section article h2 {
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	line-height: 1.2em;
}

.search main .search-section article a, .search-results main .search-section article a {
	color: #002d17;
}

.search main .search-section article a:link, .search main .search-section article a:visited, .search-results main .search-section article a:link, .search-results main .search-section article a:visited {
	color: #002d17;
}

.search main .search-section article a:hover, .search main .search-section article a:focus, .search-results main .search-section article a:hover, .search-results main .search-section article a:focus {
	color: #335745;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.pagination {
	text-align: center;
}

.pagination a:hover, .pagination a:focus {
	color: #a67c0d;
}

.pagination a:visited, .pagination a:link {
	color: #d09b10;
}

.pagination a, .pagination span {
	padding: 0 10px;
}

.pagination .current {
	color: #a67c0d;
}

.error404 main {
	padding: 20px 25px 0 40px;
}

.error404 main section {
	min-height: 300px;
}

/*------------------------------------*\
    Single Blog Post
\*------------------------------------*/
.single-post .single-section {
	padding: 0 25px;
}

.single-post .date, .single-post p.categories {
	display: block;
	font-size: 0.85em;
	margin: 0 0 15px;
}

.single-post .date {
	float: left;
	line-height: 1.5em;
}

.single-post .share {
	border-left: 1px solid #c3c3c3;
	float: left;
	font-size: 1.25em;
	line-height: 1em;
	margin: 0 10px;
	padding: 0 10px;
}

.single-post .share-bottom {
	border: none;
	float: none;
	margin: 0 20px 20px 0;
	padding-left: 0;
}

.single-post .share-rail--container {
	display: none;
	position: relative;
}

@media (min-width: 728px) {
	.single-post .share-rail--container {
		display: block;
	}
}

.single-post .share-rail--parent {
	position: absolute;
	right: 0;
}

@media (min-width: 1180px) {
	.single-post .share-rail--parent {
		left: 0;
	}
}

.single-post .share-rail {
	background: #fff;
	border: 1px solid #d09b10;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	display: none;
	font-size: 1.5em;
	position: absolute;
	margin-left: 30px;
	padding: 10px 10px;
	float: none;
}

@media (min-width: 1180px) {
	.single-post .share-rail {
		margin-left: -66px;
	}
}

.single-post .share-rail a {
	display: block;
}

.single-post .share-rail span span {
	display: none;
}

.single-post .post-content {
	clear: left;
}

/*------------------------------------*\
    Single Press Releases
\*------------------------------------*/
.single-pressrelease .date {
	font-size: 0.8em;
}

.single-pressrelease article {
	padding: 0 25px;
}

/*------------------------------------*\
    Sortable Tables
\*------------------------------------*/
table.dataTable thead th {
	position: relative;
	border-bottom: 1px solid #eae9e0;
	cursor: pointer;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
	font-family: fontAwesome;
	background: none;
	padding: 0 0 0 10px;
}

table.dataTable thead .sorting_asc:after {
	content: '\f0de';
	color: #d09b10;
}

table.dataTable thead .sorting_desc:after {
	content: '\f0dd';
	color: #d09b10;
}

table.dataTable thead .sorting:after {
	content: '\f0dc';
	color: #c3c3c3;
}

table.dataTable.no-footer {
	border: none;
}

/*------------------------------------*\
    Ceremony Page page id 47
\*------------------------------------*/
.video-title {
	min-height: 21px;
	padding: 0 5px;
}

/*------------------------------------*\
    E-Mail Newsletter Sign Up in the Sidebar
\*------------------------------------*/
.subscription #mc_embed_signup form {
	padding-right: 3% !important;
}

.subscription #mc_embed_signup .button {
	background-color: #d09b10;
}

.subscription #mc_embed_signup .button:hover {
	background-color: #002d17;
}

.subscription #mc_embed_signup #mce-EMAIL {
	margin-right: 0 !important;
	width: 100% !important;
}

.message-form label, .message-form input {
	display: block;
}

.message-form input, .message-form textarea {
	width: 100%;
	margin-bottom: 20px;
}

.messages-sidebar p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", serif;
	font-weight: normal;
	line-height: 1.681em;
	margin-top: 0;
	margin-bottom: 0;
	color: #002d17;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.15em;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 0.85em;
}

article h2, article h3, article h4, article h5, article h6 {
	font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
}

main ul, main ol,
aside ul,
aside ol {
	padding-left: 20px;
	margin-bottom: 1.5em;
}

main ul,
aside ul {
	list-style-type: disc;
}

main ol,
aside ol {
	list-style-type: decimal;
}

main li,
aside li {
	margin-bottom: 5px;
}

blockquote {
	color: #002d17;
	border-bottom: 1px solid #d09b10;
	border-top: 1px solid #d09b10;
	text-align: center;
	margin: 20px 10px;
	padding: 25px 0;
	font-size: 0.8em;
}

@media (min-width: 500px) {
	blockquote {
		font-size: 1.5em;
		padding: 25px 20px;
	}
}

@media (min-width: 700px) {
	blockquote {
		margin: 25px 5%;
	}
}

blockquote p {
	color: #002d17;
	font-size: 1.5em;
}

blockquote p:only-child, blockquote p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 1.5em;
}

table {
	margin: 1.5em 0;
	width: 100%;
}

thead {
	border-bottom: 1px solid #eae9e0;
	font-size: 16px;
}

thead td {
	font-weight: bold;
}

thead td a {
	color: #000;
}

thead td a span {
	color: #d09b10;
}

thead td span {
	padding-left: 15px;
	font-size: 18px;
}

th {
	font-weight: bold;
	padding: 5px;
}

tr {
	background: #fff;
}

tr:nth-child(even) {
	background: #f2f2f2;
}

td {
	padding: 15px 5px;
}

hr {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #f2f2f2;
}

.primary-nav {
	border-bottom: 1px solid #000;
	z-index: 9;
	position: relative;
	clear: both;
}

@media (min-width: 728px) {
	.primary-nav {
		border: none;
		width: 66.66667%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
	}
}

@media (min-width: 1240px) {
	.primary-nav {
		margin-top: 0;
	}
}

.primary-nav .menu-toggle {
	display: block;
	font-size: 30px;
	line-height: 30px;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: absolute;
	top: -40px;
	right: 10px;
}

@media (min-width: 728px) {
	.primary-nav .menu-toggle {
		display: none;
	}
}

.primary-nav > ul {
	display: none;
}

@media (min-width: 728px) {
	.primary-nav > ul {
		display: block;
	}
}

.primary-nav > ul li {
	padding: 0 20px 10px;
	border-top: 6px solid #fff;
}

@media (min-width: 728px) {
	.primary-nav > ul li {
		float: left;
		padding: 3px 0 10px;
		font-size: 0.7em;
	}

	.primary-nav > ul li:first-child {
		padding-left: 0;
	}

	.primary-nav > ul li:last-child {
		padding-right: 0;
	}
}

@media (min-width: 800px) {
	.primary-nav > ul li {
		padding: 7px 0 10px;
		font-size: 0.7em;
	}
}

@media (min-width: 960px) {
	.primary-nav > ul li {
		padding: 10px 0px;
	}
}

@media (min-width: 1140px) {
	.primary-nav > ul li {
		padding: 10px 5px;
		font-size: 1em;
	}
}

@media (min-width: 1240px) {
	.primary-nav > ul li {
		padding: 10px 10px;
	}
}

@media (min-width: 1420px) {
	.primary-nav > ul li {
		padding: 10px 10px;
	}
}

.primary-nav > ul li a {
	color: #002d17;
	padding: 10px 15px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

@media (min-width: 728px) {
	.primary-nav > ul li a {
		padding: 10px 10px 10px 25px;
	}
}

.primary-nav > ul li a:hover, .primary-nav > ul li a:focus {
	background: #fff;
	color: #d09b10;
}

.primary-nav > ul li.current-menu-item, .primary-nav > ul li.current_page_item {
	border-top: 6px solid #d09b10;
}

.primary-nav > ul li.current-menu-item > a, .primary-nav > ul li.current_page_item > a {
	background: #fff;
	color: #d09b10;
}

.primary-nav > ul li:hover, .primary-nav > ul li:focus {
	border-top: 6px solid #d09b10;
}

@media (min-width: 728px) {
	.primary-nav > ul li:hover .sub-menu, .primary-nav > ul li:focus .sub-menu {
		display: block;
	}
}

.primary-nav > ul li:hover .sub-menu li, .primary-nav > ul li:focus .sub-menu li {
	border-top: 0;
}

.primary-nav > ul li:hover .sub-menu li:hover, .primary-nav > ul li:hover .sub-menu li:focus, .primary-nav > ul li:focus .sub-menu li:hover, .primary-nav > ul li:focus .sub-menu li:focus {
	border-top: 0;
}

.primary-nav > ul li.menu-item-has-children > a {
	width: 90%;
}

@media (min-width: 728px) {
	.primary-nav > ul li.menu-item-has-children > a {
		width: auto;
	}
}

.primary-nav > ul li.menu-item-has-children .submenu-toggle {
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
}

@media (min-width: 728px) {
	.primary-nav > ul li.menu-item-has-children .submenu-toggle {
		top: 8px;
	}
}

@media (min-width: 800px) {
	.primary-nav > ul li.menu-item-has-children .submenu-toggle {
		top: 12px;
	}
}

@media (min-width: 960px) {
	.primary-nav > ul li.menu-item-has-children .submenu-toggle {
		top: 15px;
	}
}

@media (min-width: 1140px) {
	.primary-nav > ul li.menu-item-has-children .submenu-toggle {
		top: 20px;
	}
}

.primary-nav.toggled-on .menu-toggle {
	opacity: 0.7;
}

.primary-nav.toggled-on > ul {
	display: block;
}

.primary-nav ul li {
	line-height: 2em;
	position: relative;
}

.primary-nav ul li ul li {
	float: none;
}

@media (min-width: 728px) {
	.primary-nav ul li:hover ul.submenu, .primary-nav ul li:focus ul.submenu {
		display: block;
	}
}

.primary-nav .sub-menu {
	display: none;
	position: relative;
	background: #fff;
	border: 1px solid #eae9e0;
}

@media (min-width: 728px) {
	.primary-nav .sub-menu {
		position: absolute;
		width: 240px;
	}
}

.primary-nav .sub-menu.submenu-toggle-on {
	display: block;
}

.primary-nav .sub-menu li {
	padding: 0 0 1px;
}

.primary-nav .sub-menu li a {
	padding: 5px 10px;
}

.submenu-toggle {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	height: 25px;
}

@media (min-width: 728px) {
	.submenu-toggle {
		display: block;
	}
}

.submenu-toggle:after {
	font-family: fontAwesome;
	position: absolute;
	content: '\f0d7';
	color: #d09b10;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 25px;
	font-size: 20px;
}

.submenu-toggle.active:after {
	content: '\f068';
}

.footer {
	padding: 30px 0 20px;
	font-size: 0.8em;
}

@media (min-width: 1140px) {
	.footer {
		font-size: 1em;
	}
}

.footer .wrapper {
	background: transparent;
	margin-top: 30px;
	margin-bottom: 35px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer .subscription {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0%;
	clear: none;
}

@media (min-width: 600px) {
	.footer .subscription {
		width: 50%;
		float: left;
		margin-right: -100%;
		margin-left: 0%;
		clear: none;
		display: block;
	}
}

.footer .subscription #mc_embed_signup {
	background: transparent;
}

.footer .subscription #mc_embed_signup form {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.footer .subscription #mc_embed_signup input[type="email"].email {
	float: left;
	color: #c3c3c3;
	width: 75%;
	margin: 0;
}

@media (min-width: 800px) {
	.footer .subscription #mc_embed_signup input[type="email"].email {
		width: 80%;
	}
}

.footer .subscription #mc_embed_signup input[type="submit"].btn.button {
	margin: 0 0 0 -5px;
	padding: 0 15px;
	color: white;
	background: #cccaca;
	border: 1px solid #333;
	float: left;
	clear: none;
	width: 25%;
	border-radius: 0;
	font-size: 1em;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	min-width: 20px;
}

@media (min-width: 800px) {
	.footer .subscription #mc_embed_signup input[type="submit"].btn.button {
		width: 20%;
	}
}

.footer .footer-nav {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0%;
	clear: none;
}

@media (min-width: 600px) {
	.footer .footer-nav {
		width: 41.66667%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		display: block;
	}
}

.footer .footer-nav > ul {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	margin: 0 0 0 10px;
	float: right;
	padding: 10px;
	position: relative;
}

.footer .footer-nav > ul:after {
	content: "";
	display: table;
	clear: both;
}

.footer .footer-nav > ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.footer .footer-nav > ul li:first-child {
	padding-left: 0;
}

.footer .footer-nav > ul li:last-child {
	padding-right: 0;
}

.footer .footer-nav li {
	background: #fafafa;
	padding: 15px 0;
	border-top: 1px solid #eae9e0;
	border-bottom: 1px solid #eae9e0;
	position: relative;
}

.footer .footer-nav li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #eae9e0;
	position: absolute;
	right: 0;
	margin: auto;
}

.footer .footer-nav li:first-child {
	padding-left: 15px !important;
	border-left: 1px solid #eae9e0;
}

.footer .footer-nav li:last-child {
	border-right: 1px solid #eae9e0;
	padding-right: 15px !important;
}

.footer .footer-nav li:last-child:after {
	display: none;
}

.footer .footer-nav li a {
	color: #d09b10;
}

.footer .footer-nav .sub-menu {
	margin-left: 5px;
}

.footer .footer-nav .sub-menu li {
	margin: 0;
}

@media (min-width: 500px) {
	.footer #contact-info {
		width: 58.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
	}
}

@media (min-width: 900px) {
	.footer #contact-info {
		width: 33.33333%;
		float: left;
		margin-right: -100%;
		margin-left: 41.66667%;
		clear: none;
	}
}

.footer #contact-info div {
	overflow: hidden;
}

.footer #contact-info dl {
	float: left;
	display: block;
	width: 50%;
}

.footer #contact-info dl:nth-child(odd) {
	padding-right: 10px;
}

.footer #contact-info dl:nth-child(even) {
	padding-left: 10px;
}

.footer .social {
	overflow: hidden;
}

@media (min-width: 500px) {
	.footer .social {
		width: 58.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		margin-top: 10px;
	}
}

@media (min-width: 900px) {
	.footer .social {
		width: 25%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		margin-top: 0;
	}
}

.footer .social ul {
	overflow: hidden;
	float: right;
}

.footer .social li {
	display: block;
	float: left;
	font-size: 32px;
	margin: 0 10px 0 0;
}

.footer .logo {
	text-align: right;
}

@media (min-width: 500px) {
	.footer .logo {
		width: 58.33333%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		margin-top: 40px;
	}
}

@media (min-width: 900px) {
	.footer .logo {
		width: 25%;
		float: right;
		margin-left: 0;
		margin-right: 0%;
		clear: none;
		clear: right;
		margin-top: 120px;
	}
}

.footer .copyright {
	padding: 10px 10px 30px;
	clear: both;
	text-align: right;
	display: block;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	border: 1px solid #c3c3c3;
}

.cf7-100 input[type="email"], .cf7-100
input[type="number"], .cf7-100
input[type="password"], .cf7-100
input[type="tel"], .cf7-100
input[type="url"], .cf7-100
input[type="text"] {
	width: 100%;
}

.cf7-50 input[type="email"], .cf7-50
input[type="number"], .cf7-50
input[type="password"], .cf7-50
input[type="tel"], .cf7-50
input[type="url"], .cf7-50
input[type="text"] {
	width: 100%;
}

input[type="submit"].btn {
	margin: 0 0 0 -5px;
	padding: 0 15px;
	color: #fff;
	background: #cccaca;
	border-color: #333;
	line-height: 40px;
	height: 40px;
}

button, input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
}

button {
	height: 44px;
	-webkit-appearance: none;
	border: 1px solid #c3c3c3;
}

input[type="search"] {
	border: 1px solid #c3c3c3;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	text-indent: 4px;
}

select {
	border: 1px solid #eae9e0;
	width: 100%;
	max-width: 320px;
	text-indent: 10px;
}

.cf7-field select {
	height: 40px;
	line-height: 40px;
	width: 100%;
	max-width: 100%;
}

aside select {
	margin-bottom: 40px;
}

.cf7-field {
	margin-bottom: 20px;
}

.cf7-field p {
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
	padding-bottom: 10px;
}

.cf7-100 textarea {
	width: 100%;
}

.cf7-50 textarea {
	width: 100%;
}

.cf7-50 {
	width: calc(50% - 10px);
}

.cf7-100 {
	clear: both;
	width: 100%;
}

.cf7-col {
	float: left;
}

.cf7-col.cf7-50:nth-child(odd) {
	clear: left;
	margin-right: 10px;
}

.cf7-col.cf7-50:nth-child(even) {
	margin-right: 10px;
}

.required {
	color: red;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/*safari and chrome*/
	button, input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="text"] {
		line-height: 40px;
		height: 40px;
	}

	select {
		height: auto;
		line-height: inherit;
	}

	aside select {
		height: 40px;
		line-height: 40px;
	}

	button {
		height: 44px;
	}
}

select::-moz-focus-inner {
	/*Remove button padding in FF*/
	border: 0;
	padding: 0;
}

@-moz-document url-prefix() {
	/* targets Firefox only */
	select {
		padding: 20px 0 !important;
	}

	.wpcf7-form-control-wrap.countries select {
		padding: 10px 0 !important;
	}

	button, input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="text"] {
		line-height: 40px;
		height: 40px;
	}

	button {
		height: 44px;
	}
}

@media screen\0 {
	/* IE Hacks: targets IE 8, 9 and 10 */
	select {
		height: 40px;
		line-height: 40px;
	}

	button, input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="text"] {
		line-height: 40px;
		height: 40px;
	}

	button {
		height: 44px;
	}
}

.ui-multiselect {
	padding: 2px 0 2px 4px;
	text-align: left;
}

.ui-multiselect span.ui-icon {
	float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
	position: absolute !important;
	top: auto !important;
	left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
	padding: 5px !important;
}

.ui-multiselect-header {
	margin-bottom: 3px;
	padding: 3px 0 3px 4px;
}

.ui-multiselect-header ul {
	font-size: 0.9em;
}

.ui-multiselect-header ul li {
	float: left;
	padding: 0 10px 0 0;
}

.ui-multiselect-header a {
	text-decoration: none;
}

.ui-multiselect-header a:hover {
	text-decoration: underline;
}

.ui-multiselect-header span.ui-icon {
	float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
	float: right;
	text-align: right;
	padding-right: 0;
}

.ui-multiselect-menu {
	display: none;
	padding: 3px;
	position: absolute;
	z-index: 10000;
	text-align: left;
}

.ui-multiselect-checkboxes {
	position: relative;
	overflow-y: scroll;
}

.ui-multiselect-checkboxes label {
	cursor: default;
	display: block;
	border: 1px solid transparent;
	padding: 3px 1px;
}

.ui-multiselect-checkboxes label input {
	position: relative;
	top: 1px;
}

.ui-multiselect-checkboxes li {
	clear: both;
	font-size: 0.9em;
	padding-right: 3px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	display: block;
	padding: 3px;
	margin: 1px 0;
	text-decoration: none;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
	border: none;
}

/*Videos*/
.fluid-video {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.fluid-video > * {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	margin: 0;
	padding: 0;
}

.fluid-video-thumb {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.fluid-video-thumb:after {
	content: '\f01d';
	color: #fff;
	display: block;
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	margin: auto;
	height: 60px;
}

.fluid-video-thumb img {
	display: block;
	position: absolute;
	width: 100% !important;
	height: auto;
	top: -16.5%;
	margin: 0;
	padding: 0;
}

.mejs-overlay.mejs-layer.mejs-overlay-play {
	width: 100%;
	height: 100%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	max-width: 96%;
	text-align: center;
	border: none;
	padding: 0 0 10px;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*Fancy Box**/
#fancybox-wrap .fancybox-bg {
	display: none;
}

#fancybox-content {
	font-size: 0.7em;
}

@media (min-width: 600px) {
	#fancybox-content {
		font-size: 0.8em;
	}
}

@media (min-width: 800px) {
	#fancybox-content {
		font-size: 1em;
	}
}

#fancybox-outer #fancybox-close {
	background: none;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
}

#fancybox-outer #fancybox-close:after {
	font-family: fontAwesome;
	content: '\f00d';
	color: #000;
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 0;
	left: 0;
}

/*Recipient Videos**/
#video-carousel {
	position: relative;
}

#video-carousel .item {
	margin: 0 20px;
	padding: 0 0 10px;
	background: #fff;
}

#video-carousel .video-download {
	padding: 5px 20px;
	color: #002d17;
}

#video-carousel .video-download a {
	float: right;
}

#video-carousel .b-roll-video {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff;
}

#video-carousel .b-roll-video a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: Center;
	height: 100%;
	padding: 20px 20px;
	opacity: 0.5;
}

#video-carousel .b-roll-video a:hover {
	opacity: 1;
}

#video-carousel .b-roll-video a i {
	display: block;
	font-size: 70px;
}

#video-carousel .owl-controls {
	margin: 10px 25px 15px;
}

#video-carousel .owl-prev,
#video-carousel .owl-next {
	position: absolute;
	top: 25%;
	z-index: 10;
	text-indent: -99999px;
	color: #d09b10;
	background: none;
}

#video-carousel .owl-prev:after,
#video-carousel .owl-next:after {
	content: '';
	font-family: fontAwesome;
	display: block;
	position: absolute;
	text-indent: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 60px;
	height: 60px;
	line-height: 60px;
}

#video-carousel .owl-prev {
	left: -20px;
}

#video-carousel .owl-prev:after {
	content: '\f104';
	left: 0;
}

#video-carousel .owl-next {
	right: -20px;
}

#video-carousel .owl-next:after {
	content: '\f105';
	right: 0;
}

.hero-image .owl-carousel {
	position: relative;
}

.hero-image .owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.hero-image .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.hero-image .owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 30px;
	height: 30px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #c3c3c3;
	border: 1px solid #333;
}

.hero-image .owl-carousel .owl-dots .owl-dot.active span {
	background: #d09b10;
	border: 1px solid #fff;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/*Recipient Photos**/
#recipient-photos,
.photos {
	background: #000;
}

#recipient-photos .item,
.photos .item {
	position: relative;
}

#recipient-photos .item img,
.photos .item img {
	border: none;
	margin: 0 auto;
	display: block;
}

#recipient-photos .photo-content,
.photos .photo-content {
	background: #000;
	color: #fff;
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 10px 30px;
	font-size: 0.6em;
	overflow: hidden;
}

@media (min-width: 800px) {
	#recipient-photos .photo-content,
	.photos .photo-content {
		position: absolute;
		background: rgba(0, 0, 0, 0.7);
	}
}

@media (min-width: 1020px) {
	#recipient-photos .photo-content,
	.photos .photo-content {
		font-size: 0.8em;
	}
}

@media (min-width: 600px) {
	#recipient-photos .photo-content .caption,
	.photos .photo-content .caption {
		float: left;
		width: 70%;
		border-right: 1px solid #fafafa;
		padding: 0 10px;
	}
}

#recipient-photos .photo-content a,
.photos .photo-content a {
	text-align: center;
	display: block;
}

@media (min-width: 600px) {
	#recipient-photos .photo-content a,
	.photos .photo-content a {
		float: left;
		width: 30%;
		padding: 0 10px;
	}
}

#recipient-photos .photo-content a span,
.photos .photo-content a span {
	display: block;
}

#recipient-photos.owl-theme .owl-nav .owl-prev,
#recipient-photos.owl-theme .owl-nav .owl-next,
.photos.owl-theme .owl-nav .owl-prev,
.photos.owl-theme .owl-nav .owl-next {
	position: absolute;
	bottom: -18%;
	z-index: 10;
	text-indent: -99999px;
	color: #fff;
	background: none;
}

#recipient-photos.owl-theme .owl-nav .owl-prev:after,
#recipient-photos.owl-theme .owl-nav .owl-next:after,
.photos.owl-theme .owl-nav .owl-prev:after,
.photos.owl-theme .owl-nav .owl-next:after {
	content: '';
	font-family: fontAwesome;
	display: block;
	position: absolute;
	text-indent: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
}

#recipient-photos.owl-theme .owl-nav .owl-prev,
.photos.owl-theme .owl-nav .owl-prev {
	left: 0;
}

#recipient-photos.owl-theme .owl-nav .owl-prev:after,
.photos.owl-theme .owl-nav .owl-prev:after {
	content: '\f104';
	left: 0;
}

#recipient-photos.owl-theme .owl-nav .owl-next,
.photos.owl-theme .owl-nav .owl-next {
	right: 0;
}

#recipient-photos.owl-theme .owl-nav .owl-next:after,
.photos.owl-theme .owl-nav .owl-next:after {
	content: '\f105';
	right: 0;
}

body.single-recipient #recipient-photos .item,
body.ceremony #recipient-photos .item {
	overflow: hidden
}

body.single-recipient #recipient-photos .item img,
body.ceremony #recipient-photos .item img {
	width: auto;
	height: 500px;
	max-width: unset;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (min-width: 800px) {

	body.single-recipient #recipient-photos .item img,
	body.ceremony #recipient-photos .item img {
		width: auto;
		height: 500px;
		max-width: 100%;
		left: 0;
		transform: translate(0, 0);
	}
}

body.single-recipient #recipient-photos-nav .owl-prev,
body.single-recipient #recipient-photos-nav .owl-next,
body.ceremony #recipient-photos-nav .owl-prev,
body.ceremony #recipient-photos-nav .owl-next {
	background: transparent !important;
	text-indent: -99999px;
	position: absolute;
	top: 25%;
	height: 24px;
	width: 24px;
	color: #fff;
	opacity: 0.5;
}

@media (min-width: 600px) {
	body.single-recipient #recipient-photos-nav .owl-prev,
	body.single-recipient #recipient-photos-nav .owl-next,
	body.ceremony #recipient-photos-nav .owl-prev,
	body.ceremony #recipient-photos-nav .owl-next {
		top: 50%;
	}
}

body.single-recipient #recipient-photos-nav .owl-prev:after,
body.single-recipient #recipient-photos-nav .owl-next:after,
body.ceremony #recipient-photos-nav .owl-prev:after,
body.ceremony #recipient-photos-nav .owl-next:after {
	display: block;
	font-family: fontAwesome;
	position: absolute;
	text-indent: 0;
	top: 0px;
	font-size: 24px;
	line-height: 24px;
}

body.single-recipient #recipient-photos-nav .owl-prev,
body.ceremony #recipient-photos-nav .owl-prev {
	left: 0;
}

body.single-recipient #recipient-photos-nav .owl-prev:after,
body.ceremony #recipient-photos-nav .owl-prev:after {
	width: 20px;
	text-align: center;
	content: '\f104';
}

body.single-recipient #recipient-photos-nav .owl-next,
body.ceremony #recipient-photos-nav .owl-next {
	right: 0;
}

body.single-recipient #recipient-photos-nav .owl-next:after,
body.ceremony #recipient-photos-nav .owl-next:after {
	width: 20px;
	text-align: center;
	content: '\f105';
}

#recipient-photos-nav,
.photos-nav {
	background: #000;
	padding: 10px 30px;
}

#recipient-photos-nav .item,
.photos-nav .item {
	padding: 0 2px;
}

#recipient-photos-nav .item img,
.photos-nav .item img {
	border: none;
}

#recipient-photos-nav .owl-item,
.photos-nav .owl-item {
	opacity: 0.65;
	cursor: pointer;
}

#recipient-photos-nav .owl-item.synced,
.photos-nav .owl-item.synced {
	opacity: 1;
}

#recipient-photos-nav .owl-item:hover,
.photos-nav .owl-item:hover {
	opacity: 1;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.other-recipient-section {
	padding: 20px 25px;
	margin-bottom: 80px;
}

.other-recipient-section .other-recipient-col {
	width: 41.66667%;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
}

.other-recipient-section .other-recipient-col img {
	float: left;
	margin-right: 20px;
}

.other-recipient-section .other-recipient-col h3 {
	line-height: 1;
}

.other-recipient-section .other-recipient-next {
	width: 41.66667%;
	float: left;
	margin-right: -100%;
	margin-left: 50%;
	clear: none;
}
