/*# sourceMappingURL=maps/style.css.map */

html {
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	width: 100%;
}

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, input, select {
	background: transparent;
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	margin: 0 auto 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
	-ms-overflow-style: scrollbar;
}

ol, ul {
	list-style: none;
}

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

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

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

[tabindex="-1"]:focus {
	outline: none !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
	touch-action: manipulation;
}

fieldset {
	min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	outline: 0;
	border: none;
	background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "";
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	background: 0 0;
	border: none;
	box-shadow: none;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: "";
}

.lg-toolbar .lg-download:after {
	content: "";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	transform: translate3d(0, 100%, 0);
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
	outline: 0;
	border: none;
}

.lg-outer .lg-toggle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-toggle-thumb:after {
	content: "";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../vimeo-play.html") no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../vimeo-play.html") 0 -58px no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-vimeo .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url("../video-play.html") no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5 .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../youtube-play.html") no-repeat;
}

.lg-outer .lg-has-youtube .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../youtube-play.html") 0 -60px no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	transform: scale3d(1, 1, 1);
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transform-origin: 0 0;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	transition-delay: 0s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 5px, 0);
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon, .lg-outer .lg-dropdown>li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "";
}

.group:after, .group:before {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../loading.html") center center no-repeat;
	display: none !important;
}

.lg-outer .lg-item.nitro-lazy {
	background-image: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-complete.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	background-image: none !important;
	background-color: transparent !important;
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button.mfp-close.nitro-lazy, button.mfp-arrow.nitro-lazy {
	background-image: none !important;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.embed-outer iframe {
	width: 100%;
	min-height: 30rem;
}

.dribbble {
	color: #ea4c89;
}

.facebook {
	color: #3b5999;
}

.flickr {
	color: #ff0084;
}

.googleplus {
	color: #dd4b39;
}

.instagram {
	color: #e4405f;
}

.linkedin {
	color: #0077b5;
}

.pinterest {
	color: #bd081c;
}

.snapchat {
	color: #fffc00;
}

.soundcloud {
	color: #f30;
}

.tumblr {
	color: #34465d;
}

.twitter {
	color: #55acee;
}

.vimeo {
	color: #1ab7ea;
}

.whatsapp {
	color: #25d366;
}

.youtube {
	color: #cd201f;
}

.btn, .button, [type="reset"], [type="submit"], .media-block-element-play, .pagination_element.prev, .pagination_element.next, .btn-secondary, .button-secondary, .filter-submit, input, textarea, select, .donate-amount, .content a[href^="http://"]:not([href*="mysite.com"]):after, .content a[href^="https://"]:not([href*="mysite.com"]):after, .content a[href^="//"]:not([href*="mysite.com"]):after, .content a[target=_blank]:after, .content a.button[href^="http://"]:not([href*="mysite.com"]):after, .content a[type="reset"][href^="http://"]:not([href*="mysite.com"]):after, .content a[type="submit"][href^="http://"]:not([href*="mysite.com"]):after, .content a.media-block-element-play[href^="http://"]:not([href*="mysite.com"]):after, .content a.pagination_element.prev[href^="http://"]:not([href*="mysite.com"]):after, .content a.pagination_element.next[href^="http://"]:not([href*="mysite.com"]):after, .content a.button[href^="https://"]:not([href*="mysite.com"]):after, .content a[type="reset"][href^="https://"]:not([href*="mysite.com"]):after, .content a[type="submit"][href^="https://"]:not([href*="mysite.com"]):after, .content a.media-block-element-play[href^="https://"]:not([href*="mysite.com"]):after, .content a.pagination_element.prev[href^="https://"]:not([href*="mysite.com"]):after, .content a.pagination_element.next[href^="https://"]:not([href*="mysite.com"]):after, .content a.button[href^="//"]:not([href*="mysite.com"]):after, .content a[type="reset"][href^="//"]:not([href*="mysite.com"]):after, .content a[type="submit"][href^="//"]:not([href*="mysite.com"]):after, .content a.media-block-element-play[href^="//"]:not([href*="mysite.com"]):after, .content a.pagination_element.prev[href^="//"]:not([href*="mysite.com"]):after, .content a.pagination_element.next[href^="//"]:not([href*="mysite.com"]):after, .content a.button[target=_blank]:after, .content a[type="reset"][target=_blank]:after, .content a[type="submit"][target=_blank]:after, .content a.media-block-element-play[target=_blank]:after, .content a.pagination_element.prev[target=_blank]:after, .content a.pagination_element.next[target=_blank]:after, .content a, figcaption a, .text-hover, .nav-item-link, .sidebar-nav-item .subnav_element, .item-link, .media-block-content p a, .metadata-link, .metalabel a, .content a img img, .profile-image img, .footer-nav-item.social .nav-item-link, .rnav-item-link, .rnav-arrow, .sidebars, .sidebars .sidebar, .sidebar, .sidebar-show-button, .sidebar-meta-block-tag, .sidebar-meta-block.downloads .downloads-link, .sidebar-meta-share-button, .card, .reports .card-image img, .download-link, .filter-show-button, .hero-outer.full .hero-image-cite:before, .media-block-footer .media-transcript:before, .metatag-link, .pagination a, .profile-overlay, .profile-summary, .profile-summary .profile-summary-close, .profile-meta-item-link, .profile-meta-item-text, .pullquote-share-element, .media-gallery-outer.dark .slick-arrow, .media-gallery .slick-slide, .media-gallery .slick-arrow {
	-webkit-transition-property: background, border, box-shadow, color, opacity, transform, background, height, padding, top, right, bottom, left, width;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: background, border, box-shadow, color, opacity, transform, background, height, padding, top, right, bottom, left, width;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.article .research-logos .inner-logo-flex, .footer-nav-outer, .footer-credits .container, .header, .header-inner, .main-section, .main-section>*, .sidebar-meta, .sidebar-meta-share, .sidebar-meta-share-button, .az-ancor-letters, .cards, .cards>*, .card, .card-pagination .cards .card-wrap, .download, .feat-items .container, .item, .filter, .hero, .hero-info, .media-block, .media-block-footer, .media-block-info, .media-block-placeholder-text, .media-gallery .media-block-meta, .pagination, .profile, .profile-element, .share, .share-item, .share-item .button, .share-item [type="reset"], .share-item [type="submit"], .share-item .media-block-element-play, .share-item .pagination_element.prev, .share-item .pagination_element.next, .slick-track, .statistic, .media-gallery .slick-track {
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

::-moz-selection {
	background: #ffeb3b;
	color: #000;
}

::selection {
	background: #ffeb3b;
	color: #000;
}

::-webkit-input-placeholder {
	color: currentColor;
	opacity: .4;
}

:-moz-placeholder {
	color: currentColor;
	opacity: .4;
}

::-moz-placeholder {
	color: currentColor;
	opacity: .4;
}

:-ms-input-placeholder {
	color: currentColor;
	opacity: .4;
}

h1, body.home .hero-title, h2, .research-logos .sidebar-meta-share-title, h3, .item-header-title, .media-block-title, h4, .donate-header-title, h5, h6, .article .accordion-button {
	font: 600 1.2rem/1.2 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

.btn, .button, [type="reset"], [type="submit"], .media-block-element-play, .pagination_element.prev, .pagination_element.next, .btn-secondary, .button-secondary, .filter-submit, .content table {
	font: 400 1.125rem/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

.article .research-logos-title, .content, figcaption, .sidebar-meta-block-title, .sidebar-meta-share-title, .pullquote-share-title {
	font: 400 1.125rem/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

.card-header-date, .metadata, .pagination {
	font: 400 1.2rem/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

.metalabel {
	font: 600 .9rem/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h1, body.home .hero-title {
	font-size: 2rem;
	font-size: calc(2.12rem + 1.4vw);
	font-weight: 700;
}

@media screen and (min-width: 1280px) {
	h1, body.home .hero-title {
		font-size: 3.75;
	}
}

h2, .research-logos .sidebar-meta-share-title {
	font-size: 1.8rem;
	font-size: calc(1.35rem + 1vw);
	font-weight: 700;
}

@media screen and (min-width: 1280px) {
	h2, .research-logos .sidebar-meta-share-title {
		font-size: 2.25rem;
	}
}

h3, .item-header-title, .media-block-title {
	font-size: 1.5rem;
	font-size: calc(1.625rem + .7vw);
	font-weight: 700;
}

@media screen and (min-width: 1280px) {
	h3, .item-header-title, .media-block-title {
		font-size: 1.625rem;
	}
}

h4 {
	font-size: 1.4rem;
	font-size: calc(1.375 + .4vw);
}

@media screen and (min-width: 1280px) {
	h4 {
		font-size: 1.375;
	}
}

.donate-header-title, h5 {
	font-size: 1.25rem;
	font-size: calc(1.21rem + .2vw);
}

@media screen and (min-width: 1280px) {
	.donate-header-title, h5 {
		font-size: 1.25rem;
	}
}

h6 {
	font-size: 1.125rem;
	font-size: calc(1.105rem + .1vw);
}

@media screen and (min-width: 1280px) {
	h6 {
		font-size: 1.11rem;
	}
}

.btn, .button, [type="reset"], [type="submit"], .media-block-element-play, .pagination_element.prev, .pagination_element.next, .btn-secondary, .button-secondary, .filter-submit {
	border-radius: 35px;
	display: block;
	font-weight: 600;
	padding: .6rem 1.5rem;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 560px) {
	.btn, .button, [type="reset"], [type="submit"], .media-block-element-play, .pagination_element.prev, .pagination_element.next, .btn-secondary, .button-secondary, .filter-submit {
		display: inline-block;
		width: auto;
	}
}

@media screen and (min-width: 960px) {
	.btn, .button, [type="reset"], [type="submit"], .media-block-element-play, .pagination_element.prev, .pagination_element.next, .btn-secondary, .button-secondary, .filter-submit {
		border-radius: 15px;
		padding: .6rem 1.5rem;
	}
}

.btn, .button, [type="reset"], [type="submit"], .media-block-element-play, .pagination_element.prev, .pagination_element.next {
	background: #2b7583;
	color: #fff;
}

.btn:hover, .button:hover, :hover[type="reset"], :hover[type="submit"], .media-block-element-play:hover, .pagination_element.prev:hover, .pagination_element.next:hover {
	background: #fff;
	color: #2b7583;
	box-shadow: inset 0 0 0 2px #2b7583;
}

.btn-secondary, .button-secondary {
	box-shadow: inset 0 0 0 2px #000;
	background: #97dad4;
	color: #000;
	text-decoration: unset !important;
}

.btn-secondary:hover, .button-secondary:hover {
	background: #fff;
}

.hero .button, .hero [type="reset"], .hero [type="submit"], .hero .media-block-element-play, .hero .pagination_element.prev, .hero .pagination_element.next {
	background: transparent;
	border: 3px solid #fff;
}

.hero .button:hover, .hero :hover[type="reset"], .hero :hover[type="submit"], .hero .media-block-element-play:hover, .hero .pagination_element.prev:hover, .hero .pagination_element.next:hover {
	background: #fff;
	border: 3px solid #fff;
	color: #2b7583;
	box-shadow: unset;
}

input, textarea, select, .donate-amount {
	color: #333;
	border-radius: 4px;
	border: 1px solid #ccc;
	font: 400 1em/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	height: 2.5em;
	padding: 0 1rem;
	width: 100%;
}

input:disabled, textarea:disabled, select:disabled, .donate-amount:disabled {
	background: #e6e6e6;
}

form {
	font: 1rem "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

form p {
	font: 1em "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

[type="text"], [type="number"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="time"], [type="search"], [type="tel"], [type="url"], [type="email"], [list], textarea, select {
	background: #fff;
	outline: none;
}

[type="text"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="time"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, [list]:focus, textarea:focus, select:focus {
	border-color: #2b7583;
}

[type="text"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, [type="date"]::-webkit-input-placeholder, [type="datetime"]::-webkit-input-placeholder, [type="datetime-local"]::-webkit-input-placeholder, [type="month"]::-webkit-input-placeholder, [type="week"]::-webkit-input-placeholder, [type="time"]::-webkit-input-placeholder, [type="search"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [list]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
	color: gray;
	opacity: 1;
}

[type="text"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="week"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="email"]::-moz-placeholder, [list]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	color: gray;
	opacity: 1;
}

[type="text"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="datetime"]:-ms-input-placeholder, [type="datetime-local"]:-ms-input-placeholder, [type="month"]:-ms-input-placeholder, [type="week"]:-ms-input-placeholder, [type="time"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [list]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	color: gray;
	opacity: 1;
}

[type="text"]:-moz-placeholder, [type="number"]:-moz-placeholder, [type="date"]:-moz-placeholder, [type="datetime"]:-moz-placeholder, [type="datetime-local"]:-moz-placeholder, [type="month"]:-moz-placeholder, [type="week"]:-moz-placeholder, [type="time"]:-moz-placeholder, [type="search"]:-moz-placeholder, [type="tel"]:-moz-placeholder, [type="url"]:-moz-placeholder, [type="email"]:-moz-placeholder, [list]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
	color: gray;
	opacity: 1;
}

textarea {
	resize: vertical;
	padding: .5rem 1rem;
	height: auto;
	min-height: 8rem;
}

[type="reset"], [type="submit"] {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}

button {
	border: 0;
	cursor: pointer;
}

button:hover {
	color: #2b7583;
	text-decoration: underline;
}

[type="color"], [type="file"] {
	border: none;
	line-height: 1;
	padding: 0;
}

[type="file"] {
	height: auto;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url("../svg/select-arrow.svg");
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 25px;
	border: solid 1px #a1aeb7;
}

select.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width: 560px) {
	select {
		background-image: url("../svg/select-arrow.svg");
		background-position: 98% center;
		background-repeat: no-repeat;
	}
	
	select.nitro-lazy {
		background-image: none !important;
	}
}

select::-ms-expand {
	display: none;
}

label {
	font: 400 1em/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	display: block;
}

label+input, label+textarea, label+select {
	margin-top: .25rem;
}

legend {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: .5rem;
	width: 100%;
	font-weight: 600;
	font-size: 2rem;
}

[type="checkbox"], [type="radio"] {
	float: left;
	height: 1.5rem;
	margin-right: .5rem;
	width: auto;
}

[type="checkbox"]+label, [type="radio"]+label {
	display: inline;
	font-style: normal;
}

.chosen-container {
	margin-top: .25rem;
	width: 100% !important;
}

.chosen-container .chosen-single {
	background: #fff !important;
	height: 2.5rem !important;
	padding-left: 1rem;
}

.chosen-container .chosen-single span {
	color: #333 !important;
	font-size: 1rem;
	line-height: 39px;
}

.chosen-container .chosen-single div b {
	background-image: url("../svg/select-arrow.svg") !important;
	background-position: center !important;
	background-size: 25px !important;
	margin-left: -20px;
	width: 25px !important;
}

.chosen-container .chosen-single div b.nitro-lazy {
	background-image: none !important;
}

.ginput_container .name_last {
	margin-top: 0;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
	width: 100%;
}

.gform_button {
	margin-left: 0;
}

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1.5rem;
	vertical-align: top;
	width: 1.5rem;
}

.ie .icon {
	display: none;
}

.icon-label {
	left: -9999px;
	position: fixed;
	top: -9999px;
}

.ie .icon-label {
	position: static;
}

.article {
	margin-top: 0;
	padding: 2rem 1rem 0;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 560px) {
	.article {
		margin-left: 0;
		padding: 2rem 1rem;
	}
}

.article-header-summary p {
	font: 200 1.33em/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

.article-footer {
	border-top: 1px solid #ccc;
	margin-top: 2rem;
	padding-top: 1rem;
}

@media screen and (min-width: 560px) {
	.article {
		padding: 0;
	}
}

@media screen and (min-width: 960px) {
	.article {
		flex: 0 66.66%;
		max-width: 66.66%;
		float: left;
	}
}

@media screen and (min-width: 1440px) {
	.article {
		flex: 0 59.66%;
		max-width: 59.66%;
	}
}

.article .sidebar-meta-share-title {
	color: #2b7583;
}

.article>*+* {
	margin: 2rem 0 0;
}

.article .accordion-outer, .article .pullquote {
	width: 100%;
}

.article .accordion-outer {
	box-shadow: none;
	padding: 0;
}

.article .accordion-button {
	background-color: #2b7583;
	border-radius: 15px 15px;
	color: #fff;
	padding: 1rem;
}

.article .accordion-button:hover, .article .accordion-button.active, .article .accordion-button:focus {
	background-color: #2b7583;
}

.article .accordion-button.active {
	border-radius: 15px 15px 0 0;
}

.article .accordion-button .icon {
	right: 1rem;
	top: 1rem;
}

.article .accordion-panel {
	border-radius: 0 0 15px 15px;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding: 1rem;
}

.article .accordion-item {
	padding: 0;
}

.article .accordion-item+.accordion-item {
	border-top: 0;
	margin-top: 1rem;
}

.article .pullquotes.container {
	padding: unset;
}

.article .pullquote {
	padding: 2rem;
}

.article .pullquote-image+.pullquote-info {
	text-align: center;
	padding-bottom: 0;
}

.article .pullquote-image+.pullquote-info:before {
	display: none;
}

.article .pullquote-image+.pullquote-info blockquote {
	font-size: 1.3em;
}

.article .pullquote-info {
	padding-left: 130px;
	text-align: left;
}

.article .pullquote-info:before {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	content: url("../svg/quotemarks_teal.svg");
	left: 2rem;
}

.article .pullquote blockquote {
	font-size: 1.3em;
}

.article .pullquote cite {
	font-size: 1em;
}

.article .gallery-thumb {
	padding: 0;
}

.article .gallery .slick-slide * {
	height: 100%;
}

.article .gallery .slick-dotted.slick-slider {
	margin-bottom: 60px;
}

@media screen and (min-width: 700px) {
	.article .gallery .slick-prev {
		left: -1rem;
	}
}

@media screen and (min-width: 700px) {
	.article .gallery .slick-next {
		right: -1rem;
	}
}

.article .download-block {
	flex: 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 560px) {
	.article .download-block {
		flex: 0 50%;
		max-width: 50%;
	}
}

.article .cta {
	background-color: #97dad4;
	border-radius: 30px;
	padding: 3rem;
	position: relative;
}

.article .cta:after {
	content: url("../svg/cta_circles.svg");
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.article .cta-inner {
	text-align: center;
	position: relative;
	z-index: 2;
}

.article .media-block {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	min-height: auto;
}

.article .media-block-meta p, .article .media-block-meta span {
	color: #3a3a3d;
}

.article .media-block-element {
	flex: 0 100%;
	max-width: 100%;
	border-radius: 0;
}

@media screen and (min-width: 1280px) {
	.article .media-block-element {
		height: 325px;
	}
}

.article .media-block-element img {
	position: relative;
}

.article .media-block-element .video-outer {
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}

.article .media-block-element .video-outer iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.article .media-block-info {
	display: none;
}

.article .media-block-caption {
	background-color: #f2f2f2;
	display: inline-block;
	font-size: .9em !important;
	margin-top: 0 !important;
	overflow-wrap: break-word;
	padding: .5rem 1rem;
	word-wrap: break-word;
	margin: 0;
}

@media screen and (min-width: 700px) {
	.article .media-block-title {
		font-size: 1em;
	}
}

@media screen and (min-width: 960px) {
	.article .media-block-title {
		font-size: 1em;
	}
}

@media screen and (min-width: 1280px) {
	.article .media-block-title {
		font-size: 1em;
	}
}

.article .media-block-element {
	flex: 0 100%;
	max-width: 100%;
	border-radius: 0;
	margin: 0;
}

@media screen and (min-width: 700px) {
	.article .media-block-element {
		flex: 0 50%;
		max-width: 50%;
	}
}

.article .media-block-info {
	flex: 0 100%;
	max-width: 100%;
	display: block;
	background-color: #97dad4;
	border-radius: 0;
	color: #3a3a3d;
}

@media screen and (min-width: 560px) {
	.article .media-block-info {
		padding: 3rem 3rem 2rem;
	}
}

@media screen and (min-width: 700px) {
	.article .media-block-info {
		flex: 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 960px) {
	.article .media-block-info {
		flex: 0 50%;
		max-width: 50%;
		padding: 3rem 3rem 2rem;
	}
}

@media screen and (min-width: 1280px) {
	.article .media-block-info {
		padding: 3rem 3rem 2rem;
	}
}

.article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block {
	color: #3a3a3d;
}

.article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block span, .article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block a {
	color: #3a3a3d;
}

.article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block a:hover {
	color: #1f5a65;
}

.article .media-block-footer {
	margin-top: 0;
}

.article .media-block-footer .accordion-button {
	background-color: transparent;
}

.article .media-block-footer .accordion-panel {
	border-radius: 0;
	border: 0;
	padding: 0;
}

.article .profile {
	margin: 2rem -1.5rem;
}

@media screen and (min-width: 960px) {
	.article .profile {
		margin: 2rem -2rem;
	}
}

.article .profile-element {
	margin: 1.5rem 0;
}

@media screen and (min-width: 1280px) {
	.article .profile-element {
		flex: 0 33.33%;
		max-width: 33.33%;
	}
}

.article .profile-element:nth-child(n+4), .article .profile-element:nth-child(n+5) {
	margin: 1.5rem 0;
}

.article .research-logos {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding: 1rem 0 2rem;
}

.article .research-logos-title {
	color: #3a3a3d;
	font-weight: 500;
	font-size: 1.4rem;
	margin: 0 0 1rem;
	align-self: flex-end;
	width: 100%;
}

@media screen and (min-width: 1280px) {
	.article .research-logos-title {
		padding-right: 2rem;
	}
}

.article .research-logos .inner-logo-flex a {
	margin-left: 0;
}

@media screen and (min-width: 700px) {
	.single-post .article .media-block-title {
		font-size: 1em;
	}
}

@media screen and (min-width: 960px) {
	.single-post .article .media-block-title {
		font-size: 1em;
	}
}

@media screen and (min-width: 1280px) {
	.single-post .article .media-block-title {
		font-size: 1em;
	}
}

.single-post .article .media-block-element {
	flex: 0 100%;
	max-width: 100%;
	border-radius: 0;
}

@media screen and (min-width: 1280px) {
	.single-post .article .media-block-element {
		flex: 0 55%;
		max-width: 55%;
	}
}

.single-post .article .media-block-info {
	display: unset;
	background-color: #97dad4;
	border-radius: 0;
	color: #3a3a3d;
	flex: 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 560px) {
	.single-post .article .media-block-info {
		padding: 3rem 3rem 2rem;
	}
}

@media screen and (min-width: 1280px) {
	.single-post .article .media-block-info {
		flex: 0 45%;
		max-width: 45%;
		padding: 2rem 2rem 1rem;
	}
}

@media screen and (min-width: 700px) {
	.single-post .article .media-block-info.full {
		flex: 0 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 960px) {
	.single-post .article .media-block-info.full {
		flex: 0 100%;
		max-width: 100%;
		padding: 3rem 3rem 2rem;
	}
}

.single-post .article .media-block-meta {
	margin-top: 0;
}

.single-post .article .media-block-meta p {
	margin-top: 0;
}

.single-post .article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block {
	color: #3a3a3d;
}

.single-post .article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block span, .single-post .article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block a {
	color: #3a3a3d;
}

.single-post .article .media-block-content .sidebar-meta .media-meta .sidebar-meta-block a:hover {
	color: #1f5a65;
}

body.logged-in .main {
	margin-top: 0;
}

.content * {
	margin-top: 1rem;
}

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

.content ol, .content ul {
	margin-top: 1rem;
	padding-left: 1.2rem;
}

.content li+li {
	margin: .5rem auto 0;
}

.content ol li {
	list-style: decimal;
}

.content ol li ol li {
	list-style-type: lower-roman;
}

.content ol li ul li {
	list-style-type: circle;
}

.content ul li {
	list-style: disc;
}

.content ul li ul li {
	list-style-type: circle;
}

.content ul li ol li {
	list-style-type: decimal;
}

.content form ol, .content form ul {
	padding: 0;
}

.content form li {
	list-style: none !important;
}

.content h2, .content h3 {
	color: #2b7583;
}

.content h3, .content h4, .content h5, .content h6 {
	font-weight: 500;
}

.content p {
	font-size: 1.125rem;
}

.content p:empty {
	display: none;
}

.content p em {
	font-style: italic;
}

.content a {
	text-decoration: underline;
	color: #3a3a3d;
	font-weight: 500;
}

.content a[href^="http://"]:not([href*="mysite.com"]):after, .content a[href^="https://"]:not([href*="mysite.com"]):after, .content a[href^="//"]:not([href*="mysite.com"]):after, .content a[target=_blank]:after {
	background-image: url("data:image/svg+xml,%3Csvg width=\'18\' height=\'18\' viewBox=\'0 0 18 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.3333 9.88897V15.2223C14.3333 15.6938 14.146 16.146 13.8126 16.4794C13.4792 16.8128 13.0271 17.0001 12.5556 17.0001H2.77778C2.30628 17.0001 1.8541 16.8128 1.5207 16.4794C1.1873 16.146 1 15.6938 1 15.2223V5.44453C1 4.97303 1.1873 4.52085 1.5207 4.18745C1.8541 3.85405 2.30628 3.66675 2.77778 3.66675H8.11111\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M11.6667 1H17.0001V6.33333\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M7.22217 10.7778L16.9999 1\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");
	background-size: 100%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-left: .5rem;
	width: 16px;
}

.content a.button[href^="http://"]:not([href*="mysite.com"]):after, .content a[type="reset"][href^="http://"]:not([href*="mysite.com"]):after, .content a[type="submit"][href^="http://"]:not([href*="mysite.com"]):after, .content a.media-block-element-play[href^="http://"]:not([href*="mysite.com"]):after, .content a.pagination_element.prev[href^="http://"]:not([href*="mysite.com"]):after, .content a.pagination_element.next[href^="http://"]:not([href*="mysite.com"]):after, .content a.button[href^="https://"]:not([href*="mysite.com"]):after, .content a[type="reset"][href^="https://"]:not([href*="mysite.com"]):after, .content a[type="submit"][href^="https://"]:not([href*="mysite.com"]):after, .content a.media-block-element-play[href^="https://"]:not([href*="mysite.com"]):after, .content a.pagination_element.prev[href^="https://"]:not([href*="mysite.com"]):after, .content a.pagination_element.next[href^="https://"]:not([href*="mysite.com"]):after, .content a.button[href^="//"]:not([href*="mysite.com"]):after, .content a[type="reset"][href^="//"]:not([href*="mysite.com"]):after, .content a[type="submit"][href^="//"]:not([href*="mysite.com"]):after, .content a.media-block-element-play[href^="//"]:not([href*="mysite.com"]):after, .content a.pagination_element.prev[href^="//"]:not([href*="mysite.com"]):after, .content a.pagination_element.next[href^="//"]:not([href*="mysite.com"]):after, .content a.button[target=_blank]:after, .content a[type="reset"][target=_blank]:after, .content a[type="submit"][target=_blank]:after, .content a.media-block-element-play[target=_blank]:after, .content a.pagination_element.prev[target=_blank]:after, .content a.pagination_element.next[target=_blank]:after {
	background-image: url("data:image/svg+xml,%3Csvg width=\'18\' height=\'18\' viewBox=\'0 0 18 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.3333 9.88897V15.2223C14.3333 15.6938 14.146 16.146 13.8126 16.4794C13.4792 16.8128 13.0271 17.0001 12.5556 17.0001H2.77778C2.30628 17.0001 1.8541 16.8128 1.5207 16.4794C1.1873 16.146 1 15.6938 1 15.2223V5.44453C1 4.97303 1.1873 4.52085 1.5207 4.18745C1.8541 3.85405 2.30628 3.66675 2.77778 3.66675H8.11111\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M11.6667 1H17.0001V6.33333\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M7.22217 10.7778L16.9999 1\' stroke=\'white\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");
	height: 20px;
	width: 20px;
}

.content a.button[href^="http://"]:not([href*="mysite.com"]):hover:after, .content a[type="reset"][href^="http://"]:not([href*="mysite.com"]):hover:after, .content a[type="submit"][href^="http://"]:not([href*="mysite.com"]):hover:after, .content a.media-block-element-play[href^="http://"]:not([href*="mysite.com"]):hover:after, .content a.pagination_element.prev[href^="http://"]:not([href*="mysite.com"]):hover:after, .content a.pagination_element.next[href^="http://"]:not([href*="mysite.com"]):hover:after, .content a.button[href^="https://"]:not([href*="mysite.com"]):hover:after, .content a[type="reset"][href^="https://"]:not([href*="mysite.com"]):hover:after, .content a[type="submit"][href^="https://"]:not([href*="mysite.com"]):hover:after, .content a.media-block-element-play[href^="https://"]:not([href*="mysite.com"]):hover:after, .content a.pagination_element.prev[href^="https://"]:not([href*="mysite.com"]):hover:after, .content a.pagination_element.next[href^="https://"]:not([href*="mysite.com"]):hover:after, .content a.button[href^="//"]:not([href*="mysite.com"]):hover:after, .content a[type="reset"][href^="//"]:not([href*="mysite.com"]):hover:after, .content a[type="submit"][href^="//"]:not([href*="mysite.com"]):hover:after, .content a.media-block-element-play[href^="//"]:not([href*="mysite.com"]):hover:after, .content a.pagination_element.prev[href^="//"]:not([href*="mysite.com"]):hover:after, .content a.pagination_element.next[href^="//"]:not([href*="mysite.com"]):hover:after, .content a.button[target=_blank]:hover:after, .content a[type="reset"][target=_blank]:hover:after, .content a[type="submit"][target=_blank]:hover:after, .content a.media-block-element-play[target=_blank]:hover:after, .content a.pagination_element.prev[target=_blank]:hover:after, .content a.pagination_element.next[target=_blank]:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg width=\'18\' height=\'18\' viewBox=\'0 0 18 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.3333 9.88897V15.2223C14.3333 15.6938 14.146 16.146 13.8126 16.4794C13.4792 16.8128 13.0271 17.0001 12.5556 17.0001H2.77778C2.30628 17.0001 1.8541 16.8128 1.5207 16.4794C1.1873 16.146 1 15.6938 1 15.2223V5.44453C1 4.97303 1.1873 4.52085 1.5207 4.18745C1.8541 3.85405 2.30628 3.66675 2.77778 3.66675H8.11111\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M11.6667 1H17.0001V6.33333\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M7.22217 10.7778L16.9999 1\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");
}

.content img {
	border-radius: 20px;
	margin: 1.5rem 0 0 0;
}

.content .fluid-width-video-wrapper {
	border-radius: 4px;
	overflow: hidden;
}

.content .btn, .content .button, .content [type="reset"], .content [type="submit"], .content .media-block-element-play, .content .pagination_element.prev, .content .pagination_element.next {
	font-size: 1rem;
	margin-top: 1rem;
}

@media screen and (min-width: 560px) {
	.content .btn+.btn, .content .btn .button, .content .btn [type="reset"], .content .btn [type="submit"], .content .btn .media-block-element-play, .content .btn .pagination_element.prev, .content .btn .pagination_element.next, .content .button+.btn, .content [type="reset"]+.btn, .content [type="submit"]+.btn, .content .media-block-element-play+.btn, .content .pagination_element.prev+.btn, .content .pagination_element.next+.btn, .content .button .button, .content [type="reset"] .button, .content [type="submit"] .button, .content .media-block-element-play .button, .content .pagination_element.prev .button, .content .pagination_element.next .button, .content .button [type="reset"], .content [type="reset"] [type="reset"], .content [type="submit"] [type="reset"], .content .media-block-element-play [type="reset"], .content .pagination_element.prev [type="reset"], .content .pagination_element.next [type="reset"], .content .button [type="submit"], .content [type="reset"] [type="submit"], .content [type="submit"] [type="submit"], .content .media-block-element-play [type="submit"], .content .pagination_element.prev [type="submit"], .content .pagination_element.next [type="submit"], .content .button .media-block-element-play, .content [type="reset"] .media-block-element-play, .content [type="submit"] .media-block-element-play, .content .media-block-element-play .media-block-element-play, .content .pagination_element.prev .media-block-element-play, .content .pagination_element.next .media-block-element-play, .content .button .pagination_element.prev, .content [type="reset"] .pagination_element.prev, .content [type="submit"] .pagination_element.prev, .content .media-block-element-play .pagination_element.prev, .content .pagination_element.prev .pagination_element.prev, .content .pagination_element.next .pagination_element.prev, .content .button .pagination_element.next, .content [type="reset"] .pagination_element.next, .content [type="submit"] .pagination_element.next, .content .media-block-element-play .pagination_element.next, .content .pagination_element.prev .pagination_element.next, .content .pagination_element.next .pagination_element.next {
		margin-left: 1rem;
	}
}

.content .btn a, .content .button a, .content [type="reset"] a, .content [type="submit"] a, .content .media-block-element-play a, .content .pagination_element.prev a, .content .pagination_element.next a, .content a.btn, .content a.button, .content a[type="reset"], .content a[type="submit"], .content a.media-block-element-play, .content a.pagination_element.prev, .content a.pagination_element.next {
	border: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	padding: .8rem 1.5rem;
	font-weight: 600;
}

.content .btn a:hover, .content .button a:hover, .content [type="reset"] a:hover, .content [type="submit"] a:hover, .content .media-block-element-play a:hover, .content .pagination_element.prev a:hover, .content .pagination_element.next a:hover, .content a.btn:hover, .content a.button:hover, .content a:hover[type="reset"], .content a:hover[type="submit"], .content a.media-block-element-play:hover, .content a.pagination_element.prev:hover, .content a.pagination_element.next:hover {
	background: #fff;
	color: #2b7583;
	box-shadow: inset 0 0 0 2px #2b7583;
}

.content p.btn, .content p.button, .content p[type="reset"], .content p[type="submit"], .content p.media-block-element-play, .content p.pagination_element.prev, .content p.pagination_element.next {
	padding: 0;
}

.content .btn a, .content .button a, .content [type="reset"] a, .content [type="submit"] a, .content .media-block-element-play a, .content .pagination_element.prev a, .content .pagination_element.next a {
	display: block;
	padding: .8rem 1.5rem;
}

.content blockquote {
	background-color: rgba(151, 218, 212, .4);
	border-radius: 30px 30px 0 0;
	margin: 1.5rem 0 0;
	position: relative;
}

.content blockquote p {
	display: block;
	font-weight: 300;
	padding: 8rem 2.5rem 1rem 1.5rem;
	quotes: "“" "”" "‘" "’";
	color: #2b7583;
	font-size: 1.2em;
}

@media screen and (min-width: 700px) {
	.content blockquote p {
		padding: 2.5rem 2.5rem 1rem 2rem;
		margin-left: 8rem;
		font-size: 1.4em;
	}
}

.content blockquote p:before {
	content: url("../svg/quotemarks_teal.svg");
	position: absolute;
	top: 16%;
	left: 10%;
	transform: translate(-5%, -30%);
}

@media screen and (min-width: 700px) {
	.content blockquote p:before {
		top: 48%;
		left: 5%;
	}
}

.content cite p {
	padding: 0 0 2.5rem 1.5rem;
	background-color: rgba(151, 218, 212, .4);
	border-radius: 0 0 30px 30px;
	width: 100%;
	font-size: .9em;
	color: #3a3a3d;
	font-style: normal;
}

@media screen and (min-width: 700px) {
	.content cite p {
		padding: 0 0 2rem 10rem;
	}
}

.content figcaption {
	width: 100%;
	border-radius: 0 0 20px 20px;
}

.content .wp-caption-text {
	width: 100%;
	border-radius: 0 0 20px 20px;
	background-color: #f2f2ef;
	color: #3a3a3d;
	margin-top: unset;
	padding: .8rem 1rem;
	font-size: .9em;
}

.content .wp-caption img {
	border-radius: 20px 20px 0 0;
	width: 100%;
}

.content figure {
	margin: 2rem 0;
}

.content figure img {
	width: 100%;
}

.content code {
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-family: "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
}

.content sub, .content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.content sup {
	top: -.5em;
}

.content sub {
	bottom: -.25em;
}

@media screen and (min-width: 560px) {
	.content p, .content li {
		font-size: 1.125rem;
	}
	
	.content li li {
		font-size: 1em;
	}
}

@media screen and (min-width: 960px) {
	.content .alignleft, .content .float-left, .content .float_left {
		float: left;
		margin: 1.5rem 1.5rem 1.5rem 0;
		max-width: 48%;
	}
	
	.content .alignright, .content .float-right, .content .float_right {
		float: right;
		margin: 1.5rem 0 1.5rem 1.5rem;
		max-width: 48%;
	}
}

pre {
	background-color: #f2f2f2;
	border-radius: 3px;
	font-size: 85%;
	font-family: "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	line-height: 1.45;
	margin: 3rem 0;
	overflow: auto;
	padding: 1rem;
}

p pre {
	display: inline-block;
	padding: 0;
}

.donate {
	text-align: center;
}

.donate-options {
	max-width: 26.66667rem;
	margin-top: 0;
}

.donate-label {
	background: #fff;
	border: 1px solid #f2f2ef;
	color: #f2f2ef;
	cursor: pointer;
	float: left;
	font-weight: 600;
	margin: 0;
	padding: .5rem 1rem;
	width: 50%;
}

.donate-label:first-child {
	border-radius: 4px 0 0 4px;
}

.donate-label:last-child {
	border-radius: 0 4px 4px 0;
}

.donate-form {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-bottom: 1rem;
	max-width: 26.66667rem;
}

.donate-header {
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
	padding: 1rem;
}

.donate-amount {
	font-size: 1.4em;
	padding: 0;
	position: relative;
}

.donate-amount-label {
	left: 0;
	padding: .5rem 1rem;
	position: absolute;
}

.donate-amount-input {
	background: none;
	border: none;
	font-weight: 600;
	margin: 0;
	padding-left: 2rem;
}

.donate-amount-input:-moz-placeholder-shown {
	font-weight: 400;
}

.donate-amount-input:placeholder-shown {
	font-weight: 400;
}

.donate-submit {
	width: 100%;
}

@media screen and (min-width: 960px) {
	.donate-form {
		padding-bottom: 2rem;
	}
}

#donate-once:checked ~ .donate-options .donate-once, #donate-monthly:checked ~ .donate-options .donate-monthly {
	background: #f2f2ef;
	color: #fff;
}

#donate-once:checked ~ .donate-form .donate-header-title span {
	display: none;
}

body, br, dd, option, td, th, svg {
	margin-top: 0;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	background: #262626;
	color: #3a3a3d;
	font: 400 18px "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	position: relative;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

figcaption {
	background-color: #f2f2f2;
	display: inline-block;
	font-size: .9em !important;
	margin-top: 0 !important;
	overflow-wrap: break-word;
	padding: .5rem 1rem;
	word-wrap: break-word;
}

a {
	color: #2b7583;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

em {
	font-style: normal;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	text-align: center;
}

sup {
	vertical-align: super;
	font-size: small;
}

sub {
	vertical-align: sub;
	font-size: small;
}

li {
	list-style: none;
}

.main-section, .section {
	margin: 0;
	overflow: hidden;
	padding: 2rem 0;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.main-section, .section {
		padding: 3rem 0;
	}
}

.components .container {
	padding: 0 2rem;
}

.section-footer, .container, .cta-outer.donate {
	max-width: 80rem;
	padding: 0 1rem;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 560px) {
	.section-footer, .container, .cta-outer.donate {
		padding: 0 2rem;
	}
}

@media screen and (min-width: 1700px) {
	.section-footer, .container, .cta-outer.donate {
		max-width: 100rem;
	}
}

.card {
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	overflow: hidden;
}

.content a:hover, figcaption a:hover, .text-hover:hover, .nav-item-link:hover, .sidebar-nav-item .subnav_element:hover, .item-link:hover, .media-block-content p a:hover, .metadata-link:hover, .metalabel a:hover {
	color: #2b7583;
}

.content a img, .profile-image {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	display: block;
	overflow: hidden;
}

.content a img img, .profile-image img {
	transform: scale(1);
}

.content a img img:hover, .profile-image img:hover, .content a img img:focus, .profile-image img:focus {
	transform: scale(1.05);
}

*[data-visible="true"] {
	opacity: 1;
	transform: translateY(0), translateX(0);
	transition-timing-function: ease-in-out;
	transition-duration: 800ms;
	transition-delay: 260ms;
}

*[data-scroll-effect="fadein"] {
	opacity: .01;
	transform: translateY(50px);
	transition: ease 1.5s;
}

*[data-scroll-effect="fade"] {
	opacity: .01;
	transition: ease .5s;
}

*[data-scroll-effect="fadeinleft"] {
	opacity: .01;
	transform: translateX(-150px);
	transition: ease-in-out 6s;
}

*[data-scroll-effect="fadeinright"] {
	opacity: .01;
	transform: translateX(150px);
	transition: ease-in-out 6s;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	font-size: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	text-indent: -9999rem;
	width: 1px;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.cookie-notice {
	background: #333;
	bottom: 0;
	color: #fff;
	font-size: .9rem;
	line-height: 1.5;
	padding: .5rem;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 50;
}

.skip-link {
	border-radius: 0;
	left: 50%;
	position: fixed;
	top: -10rem;
	transform: translateY(-100%);
	transition: transform .3s;
	z-index: 999;
}

.skip-link:focus {
	transform: translateY(0%);
}

.footer {
	background-color: #fff;
	color: #3a3a3d;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 2.5rem;
	z-index: 20;
	position: relative;
}

.footer:after {
	content: "";
	position: absolute;
	bottom: 4.5rem;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, #97dad4 0%, rgba(151, 218, 212, 0) 69.79%);
	transform: rotate(-180deg);
	z-index: 1;
}

@media screen and (min-width: 1280px) {
	.footer:after {
		bottom: 3rem;
	}
}

.footer .container {
	z-index: 2;
}

.footer h3 {
	color: #2b7583;
}

@media screen and (min-width: 960px) {
	.footer h3 {
		font-size: 1.2em !important;
	}
}

.footer-header {
	align-items: center;
	justify-content: space-between;
}

.footer-header p {
	font-size: .938rem;
}

@media screen and (min-width: 960px) {
	.footer-header p {
		max-width: 55%;
		margin-left: 0;
		padding-top: 1.5rem;
	}
}

.footer-header * {
	margin-top: 0;
}

.footer-header .search {
	flex: 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 700px) {
	.footer-header .search {
		flex: 0 30%;
		max-width: 30%;
	}
}

.footer-header .search-input {
	background: rgba(255, 255, 255, .1);
	border-color: transparent;
	color: #fff;
	font-size: 1em;
	height: auto;
	padding: .66667rem 2.5rem .66667rem 1rem;
}

.footer-header .search-icon {
	height: 24px;
	right: .55556rem;
	width: 24px;
}

.footer-header .search-button {
	border-left: 1px solid rgba(255, 255, 255, .1);
	width: 45px;
}

.footer-logo {
	display: none;
	margin: 1rem 0;
	width: 100%;
}

@media screen and (min-width: 560px) {
	.footer-logo {
		margin: 0;
		width: auto;
	}
}

@media screen and (min-width: 960px) {
	.footer-logo {
		display: block;
	}
}

.footer-logo img {
	width: auto;
}

.footer-nav:first-child {
	border-top: 0;
	margin-left: 0;
	padding-top: 0;
}

@media screen and (min-width: 560px) {
	.footer-nav:nth-child(3) {
		margin-left: 0;
	}
}

@media screen and (min-width: 960px) {
	.footer-nav:nth-child(3) {
		margin-left: 2%;
	}
}

.footer-nav-outer * {
	margin-top: 0;
}

.footer-nav.social {
	flex: 0 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
}

@media screen and (min-width: 560px) {
	.footer-nav.social {
		flex: 0 auto;
		max-width: auto;
		text-align: left;
	}
}

.footer-nav-item {
	margin-top: 0;
}

.footer-nav-item .footer-nav-item-title {
	font-size: 1em;
	padding-bottom: 1rem;
}

.footer-nav-item .nav-item-link {
	font-size: 1rem;
	margin: 0;
	padding: 0 0 .2rem 0;
	color: #3a3a3d;
}

@media screen and (min-width: 960px) {
	.footer-nav-item .nav-item-link {
		font-size: 1.125rem;
	}
}

.footer-nav-item .nav-item-link:hover {
	font-weight: 600;
	text-decoration: underline;
}

.footer-nav-item.social {
	display: inline-block;
	margin-right: .66667rem;
	text-align: center;
}

.footer-nav-item.social:last-child {
	margin-right: 0;
}

.footer-nav-item.social .nav-item-link {
	background-color: #2b7583;
	border-radius: 100%;
	display: inline-block;
	height: 35px;
	padding: 0;
	position: relative;
	width: 35px;
}

.footer-nav-item.social .nav-item-link:hover {
	background-color: #97dad4;
}

.footer-nav-item.social .nav-item-link:hover .icon {
	color: #000;
}

.footer-nav-item.social .nav-item-link.instagram .icon, .footer-nav-item.social .nav-item-link.youtube .icon {
	padding: 2px;
}

.footer-nav-item.social .nav-item-link .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	margin: 0;
}

.footer-details, .footer-nav {
	flex: 0 100%;
	max-width: 100%;
	border-top: solid 1px #fff;
	padding-top: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 560px) {
	.footer-details, .footer-nav {
		flex: 0 48%;
		max-width: 48%;
		border-top: 0;
		margin-left: 4%;
		padding-top: 0;
	}
}

@media screen and (min-width: 960px) {
	.footer-details, .footer-nav {
		flex: 0 21.22%;
		max-width: 21.22%;
		margin-left: 0%;
	}
}

@media screen and (min-width: 1280px) {
	.footer-details, .footer-nav {
		flex: 0 23.22%;
		max-width: 23.22%;
		margin-left: 0%;
	}
}

.footer-details {
	margin-right: 0;
}

.footer-details .footer-nav-item-title {
	font-size: 1em;
	padding-bottom: 1rem;
}

.footer-details p {
	padding-bottom: .2rem;
	font-size: 1.125rem;
}

.footer-details p a {
	color: #3a3a3d;
}

.footer-details p a:hover {
	color: #2b7583;
	text-decoration: underline;
}

.footer-credits {
	background-color: #2b7583;
	color: #fff;
	padding: 1rem 0 .6rem;
	z-index: 2;
	position: relative;
}

@media screen and (min-width: 700px) {
	.footer-credits {
		margin-top: 1rem;
	}
}

.footer-credits * {
	margin-top: 0;
}

.footer-credits a {
	color: white;
	text-decoration: underline;
}

.footer-credits p {
	flex: 0 25%;
	max-width: 25%;
}

@media screen and (min-width: 700px) {
	.footer-credits p {
		flex: 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 960px) {
	.footer-credits p {
		flex: 0 20%;
		max-width: 20%;
	}
}

@media screen and (min-width: 1280px) {
	.footer-credits p {
		flex: 0 20%;
		max-width: 20%;
	}
}

.footer-credits p:first-child {
	margin-left: 0;
	font-weight: 500;
	font-size: 1.1rem;
}

@media screen and (min-width: 1280px) {
	.footer-credits p:first-child {
		font-size: 1.2rem;
	}
}

.footer-credits p:last-child {
	margin-right: 0;
	font-size: 1rem;
}

@media screen and (min-width: 700px) {
	.footer-credits p:last-child {
		text-align: right;
		flex: 0 40%;
		max-width: 40%;
		padding-right: .3rem;
	}
}

@media screen and (min-width: 960px) {
	.footer-credits p:last-child {
		padding-right: 1.5rem;
	}
}

@media screen and (min-width: 1280px) {
	.footer-credits p:last-child {
		font-size: 1.1rem;
		flex: 0 25%;
		max-width: 25%;
		padding-right: unset;
	}
}

.footer-credits .footer-nav-item .nav-item-link {
	color: #fff;
	text-decoration: underline;
}

.header {
	background: #2b7583;
	flex-flow: column-reverse;
	position: relative;
	width: 100%;
	z-index: 40;
}

@media screen and (min-width: 960px) {
	.header {
		background: transparent;
	}
}

.header.dark {
	background-color: #2b7583;
}

.header-inner {
	flex: 0 100%;
	max-width: 100%;
	justify-content: space-between;
	margin: 0;
	padding: 1rem;
}

@media screen and (min-width: 960px) {
	.header-inner {
		margin: 0 2rem;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1440px) {
	.header-inner {
		margin: 0 8rem;
		padding-bottom: 0;
	}
}

.header-inner .nav-item {
	position: relative;
}

@media screen and (min-width: 960px) {
	.header-inner .nav-item:after {
		content: "";
		border-right: solid 2px #fff;
		width: 1px;
		position: absolute;
		right: 0;
		height: 2rem;
		top: 1.4rem;
	}
}

.header-inner .nav-item:last-of-type:after {
	content: "";
	border-right: solid 2px transparent;
}

.header-logo {
	margin-left: 0;
	align-self: center;
}

.header-logo img {
	min-width: 12rem;
}

@media screen and (min-width: 1440px) {
	.header-logo img {
		min-width: 15rem;
	}
}

.header-links {
	margin: 0;
}

@media screen and (min-width: 960px) {
	.header-links {
		display: block;
		padding-left: .5rem;
	}
}

.header-nav {
	margin-right: 0;
	align-self: end;
}

.header-nav-list {
	display: none;
}

@media screen and (min-width: 960px) {
	.header-nav-list {
		display: block;
		margin: 0;
	}
}

.header-subnav {
	margin: 0;
}

@media screen and (min-width: 700px) {
	.header-subnav {
		margin-left: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.header-subnav {
		margin-left: 8rem;
	}
}

.header-subnav-inner {
	flex: 0 100%;
	max-width: 100%;
	background-color: #97dad4;
	display: none;
	padding: .5rem 1rem;
	text-align: right;
	width: 100%;
	position: relative;
}

@media screen and (min-width: 960px) {
	.header-subnav-inner {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width: 960px) {
	.header-subnav-inner .search {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
}

@media screen and (min-width: 960px) {
	.header-subnav-inner .search div {
		height: 100%;
	}
}

@media screen and (min-width: 960px) {
	.header-subnav-inner .search-input {
		height: 100%;
		border-radius: 30px 0px 0px 30px;
	}
}

@media screen and (min-width: 960px) {
	.header-subnav-inner .search-button {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.header-subnav {
		display: inline-block;
	}
	
	.header-subnav-list {
		text-align: right;
	}
	
	.header-subnav-list .subnav-item {
		display: inline-block;
	}
	
	.header-subnav-list .subnav-item .nav-item-link {
		font-size: .9em;
		margin: 0 .5rem;
		color: #3a3a3d;
		text-decoration: underline;
		font-weight: 500;
	}
}

@media screen and (min-width: 960px) and (min-width: 960px) {
	.header-subnav-list .subnav-item .nav-item-link {
		margin: 0 1rem 0 .5rem;
	}
}

@media screen and (min-width: 960px) {
	.header-subnav-list .subnav-item .nav-item-link:hover {
		color: #fff;
	}
}

.nav-item {
	float: left;
	padding: 1rem 0;
}

.nav-item:focus-within .dropdown, .nav-item:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.nav-item:focus-within .dropdown .nav-item, .nav-item:hover .dropdown .nav-item {
	float: none;
}

.nav-item:hover {
	background: white;
	border-radius: 15px 15px 0 0;
	height: 100%;
	box-shadow: 0 0 0 2px white;
}

.nav-item:hover .nav-item-link {
	color: #2b7583;
}

.nav-item:hover .header {
	background: #2b7583 !important;
}

.nav-item.hovered .header {
	background: #2b7583 !important;
}

.nav-item.hovered .nav-item-link {
	box-shadow: inset 0 -2px 0 0 #2b7583;
}

.nav-item.hovered .dropdown-item .nav-item-link {
	box-shadow: none;
}

.nav-item .button, .nav-item [type="reset"], .nav-item [type="submit"], .nav-item .media-block-element-play, .nav-item .pagination_element.prev, .nav-item .pagination_element.next {
	margin-left: 1rem;
}

.nav-item-link {
	display: block;
	margin: 0 1rem;
	padding: .5rem 0;
	color: #fff;
	font-weight: 500;
}

.social .nav-item-link {
	margin: 0;
	padding: .5rem 1rem;
}

.nav-item-link.current {
	box-shadow: inset 0 -2px 0 #f2f2ef;
}

.nav-item-arrow {
	width: 1rem;
}

.menu-button {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 600;
	margin: .2rem 0 0 0;
	padding: 0 1.5rem 0 0;
	position: relative;
	text-transform: uppercase;
	width: auto;
}

.menu-button:hover {
	background-color: transparent;
	box-shadow: none;
	color: #f2f2ef;
}

@media screen and (min-width: 960px) {
	.menu-button {
		display: none;
	}
}

.menu-button .icon {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: 1em;
	right: 0;
	width: 1em;
}

.dropdown {
	background: #fff;
	border-radius: 0 0 4px 4px;
	margin-top: 15px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	min-width: 9.5rem;
	-moz-columns: 2;
	columns: 2;
	padding: 1rem 0;
	right: 0;
	overflow: hidden;
	z-index: unset;
	box-shadow: 0 0 0 2px white;
}

@media screen and (min-width: 1440px) {
	.dropdown {
		right: 0;
	}
}

.dropdown:before {
	content: "";
	position: fixed;
	width: 300rem;
	height: 100vh;
	top: 0;
	left: -100rem;
	background-color: #2b7583;
	opacity: .7;
	z-index: -1;
	pointer-events: none;
}

.dropdown-item {
	min-width: 19rem;
}

.dropdown-item .nav-item-link {
	color: #000 !important;
	padding: .5rem 1rem;
	margin: unset;
	font-weight: 400 !important;
}

.dropdown-item .nav-item-link:hover {
	background-color: #97dad4;
	font-weight: 600 !important;
}

.main {
	background: #fff;
	display: block;
	margin: 0;
}

.main-section {
	align-items: flex-start;
	margin: auto;
	max-width: 80rem;
	overflow: visible;
}

.main-header, .main-footer {
	text-align: center;
}

.main-header-outer {
	background-color: #2b7583;
	color: #fff;
}

.main-header-title {
	padding-bottom: 1rem;
}

.main-header-summary p {
	font-size: 1.2em;
}

@media screen and (min-width: 960px) {
	.main-section {
		flex-flow: row wrap;
	}
}

.main-section>* {
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 960px) {
	.main-section>* {
		flex: 1 66.66%;
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 960px) {
	.main-section.single>* {
		flex-direction: row-reverse;
	}
}

.main-section.single .sidebar {
	margin-top: 2rem;
}

@media screen and (min-width: 960px) {
	.main-section.single .sidebar {
		margin-top: 0;
	}
}

.rnav {
	background: rgba(151, 218, 212, .4);
	color: #fff;
	margin-top: 0;
	padding-top: 0;
}

.rnav-outer {
	display: none;
	overflow: hidden;
	background: white;
}

@media screen and (min-width: 960px) {
	.rnav-outer {
		display: none !important;
	}
}

.rnav-search {
	padding: 1rem;
	background: rgba(151, 218, 212, .4);
}

.rnav-search .search {
	width: 100%;
}

.rnav-search .search-input {
	background: #fff;
	border-color: transparent;
	color: #3a3a3d;
	font-size: 1em;
	height: auto;
	padding: .66667rem 2.5rem .66667rem 1rem;
	border-radius: 30px;
}

.rnav-search .search-icon {
	height: 24px;
	right: .55556rem;
	width: 24px;
}

.rnav-search .search-button {
	border-left: 1px solid rgba(255, 255, 255, .1);
	width: 45px;
	display: none;
}

.rnav-item {
	position: relative;
}

.rnav-item:after {
	content: "";
	border-bottom: 1px solid #3a3a3d;
	width: 95%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 2%;
}

.rnav-item:last-of-type:after {
	content: "";
	border-bottom: unset;
}

.rnav-item-link {
	display: block;
	margin: .28571rem 0;
	padding: 1rem 3rem 1rem 1rem;
	text-align: left;
	color: #3a3a3d;
	position: relative;
}

.rnav-item-link:hover {
	background: #97dad4;
}

.rnav-dropdown {
	background: #97dad4;
	display: none;
	overflow: hidden;
	transition: height 500ms ease;
}

.rnav-dropdown .rnav-item-link:hover {
	background: rgba(255, 255, 255, .4);
}

.rnav-secnav {
	background: transparent;
	display: flex;
	padding-bottom: 1.5rem;
}

.rnav-secnav-item {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: block;
	margin: 0 0 0 1rem;
}

.rnav-secnav-item:last-child {
	border-bottom: 0;
}

.rnav-secnav-item .rnav-item-link {
	font-size: .8em;
	font-weight: 400;
	border: 2px solid white;
	border-radius: 30px;
	padding: 1rem;
	background-color: #2b7583;
	color: #fff;
}

.rnav-secnav-item .rnav-item-link:hover {
	background-color: #fff;
	color: #2b7583;
	border: 2px solid #2b7583;
}

.rnav-arrow {
	background-color: transparent;
	border-left: solid 1px rgba(255, 255, 255, .1);
	box-shadow: none;
	cursor: pointer;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: .28571rem;
	width: auto;
}

.rnav-arrow:hover {
	background-color: transparent;
	box-shadow: none;
}

.rnav-arrow.active {
	transform: rotate(-180deg);
}

.rnav-arrow .icon {
	transition: transform .4s ease;
	display: block;
	fill: #3a3a3d;
	width: 1rem;
}

.rnav-button {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 1rem;
}

.search {
	display: inline-block;
	margin: 0;
	position: relative;
	width: 30rem;
}

.search-input {
	font-size: .9em;
	height: 1.8em;
	margin-top: 0;
	padding: 0 .5rem 0 2.5rem;
}

.search-input::-moz-placeholder {
	color: #3a3a3d;
}

.search-input::placeholder {
	color: #3a3a3d;
}

.search-icon {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	fill: #fff;
	cursor: pointer;
	height: 15px;
	display: inline-block;
	right: .28571rem;
	pointer-events: none;
	width: 15px;
}

.search-icon:hover .search-button {
	background-color: #f2f2ef;
}

.search-button {
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #ccc;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -999rem;
	top: 0;
	width: 28px;
}

.section.primary {
	background: #2b7583;
}

.section.secondary {
	background: #f2f2ef;
}

.section.dark {
	background: #2b7583;
}

.section.dark h2, .section.dark h3, .section.dark h4, .section.dark h5, .section.dark h6, .section.dark p {
	color: #fff;
}

.section.dark .button, .section.dark [type="reset"], .section.dark [type="submit"], .section.dark .media-block-element-play, .section.dark .pagination_element.prev, .section.dark .pagination_element.next {
	background: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.section.grey {
	background: #ccc;
}

.section.light {
	background: #f2f2ef;
}

.section.primary .section-header, .section.primary .section-footer, .section.primary .main-header, .section.secondary .section-header, .section.secondary .section-footer, .section.secondary .main-header, .section.dark .section-header, .section.dark .section-footer, .section.dark .main-header {
	color: #fff;
}

.section.primary.wysiwyg, .section.primary.statistic-outer, .section.primary.download-outer, .section.primary.pullquote-outer, .section.primary.profile-outer, .section.secondary.wysiwyg, .section.secondary.statistic-outer, .section.secondary.download-outer, .section.secondary.pullquote-outer, .section.secondary.profile-outer, .section.dark.wysiwyg, .section.dark.statistic-outer, .section.dark.download-outer, .section.dark.pullquote-outer, .section.dark.profile-outer {
	color: #fff;
}

.section.primary.listing .card-wrap, .section.secondary.listing .card-wrap, .section.dark.listing .card-wrap {
	border-top: solid 5px #fff;
}

.section.primary.listing .card-wrap-inner, .section.secondary.listing .card-wrap-inner, .section.dark.listing .card-wrap-inner {
	color: #fff;
}

.section .no-container {
	padding: 0;
}

.section.subnav {
	background: #fff;
}

.section-header {
	margin: 0 auto 0;
	text-align: center;
}

@media screen and (min-width: 560px) {
	.section-header {
		margin: 0 auto 2rem;
	}
}

.section-header-title {
	color: #2b7583;
}

@media screen and (min-width: 960px) {
	.section-header-title {
		margin-bottom: 1rem;
	}
}

.section-header-title+.section-header-summary {
	padding-top: .66667rem;
}

.section-header-summary {
	font-size: 1em;
	padding-bottom: 1rem;
}

@media screen and (min-width: 560px) {
	.section-header-summary {
		font-size: 1.125em;
	}
}

@media screen and (min-width: 960px) {
	.section-header-summary {
		padding: 0 0 1rem;
		width: 40rem;
		font-size: 1.2em;
	}
}

.section-footer {
	margin-top: 1rem;
	text-align: center;
}

@media screen and (min-width: 560px) {
	.section-footer {
		margin-top: 2rem;
	}
}

.section.listing .card-image {
	display: none;
}

.container.centered {
	text-align: center;
}

.container.small {
	max-width: 53.33333rem;
}

.container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
	padding: 1rem;
}

@media screen and (min-width: 560px) {
	.container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
		padding: 2rem;
	}
}

@media screen and (min-width: 1280px) {
	.container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
		border-radius: 4px;
		max-width: 76rem;
	}
}

.container.dark, .container.primary, .container.secondary {
	color: #fff;
}

.container.white {
	background: #fff;
}

.container.grey {
	background: #e6e6e6;
}

.container.dark {
	background: #262626;
}

.container.primary {
	background: #2b7583;
}

.container.secondary {
	background: #f2f2ef;
}

.sidebars {
	border-radius: 20px;
	margin-bottom: 1rem;
	width: 100%;
	border: unset;
	padding: 0;
}

@media screen and (min-width: 960px) {
	.sidebars {
		flex: 0 29%;
		max-width: 29%;
		margin: -2em 0 0;
		margin: 0;
		top: calc(0px + ( 1rem * 2 ));
	}
	
	.nav-up .sidebars {
		top: 2rem;
	}
}

@media screen and (min-width: 1280px) {
	.sidebars {
		flex: 0 30%;
		max-width: 30%;
	}
}

.sidebars .sidebar {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 1rem;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.sidebars .sidebar {
		flex: 0 100%;
		max-width: 100%;
		margin: -2em 0 0;
		margin: 0;
		top: calc(0px + ( 1rem * 2 ));
	}
	
	.nav-up .sidebars .sidebar {
		top: 2rem;
	}
}

@media screen and (min-width: 1280px) {
	.sidebars .sidebar {
		flex: 0 100%;
		max-width: 100%;
	}
}

.sidebars .sidebar:last-of-type .media-meta {
	padding: 0;
}

.sidebar {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 1rem;
	width: 100%;
	box-shadow: 0 0 0 1px black;
	overflow: hidden;
}

@media screen and (min-width: 960px) {
	.sidebar {
		flex: 0 29%;
		max-width: 29%;
		margin: -2em 0 0;
		margin: 0;
		top: calc(0px + ( 1rem * 2 ));
	}
	
	.nav-up .sidebar {
		top: 2rem;
	}
}

@media screen and (min-width: 1280px) {
	.sidebar {
		flex: 0 30%;
		max-width: 30%;
	}
}

.sidebar:nth-child(even) {
	box-shadow: unset;
	margin-top: 2rem !important;
	border-radius: unset;
}

.sidebar-show-button {
	background-image: url("../svg/white_arwdwn.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	display: block;
	height: 30px;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 30px;
	background-color: #2b7583;
}

.sidebar-show-button.nitro-lazy {
	background-image: none !important;
}

.sidebar-show-button:hover {
	transform: rotate(90deg);
}

.sidebar-show-button.active {
	transform: rotate(180deg);
}

@media screen and (min-width: 960px) {
	.sidebar-show-button {
		display: none;
	}
}

.sidebar-inner {
	display: none;
}

@media screen and (min-width: 960px) {
	.sidebar-inner {
		display: block !important;
	}
}

.sidebar-block+.sidebar-block {
	margin-top: 3rem;
}

.sidebar-title {
	color: #fff;
	display: block;
	font: 500 1.2em/1.2 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	margin: 0;
	background-color: #2b7583;
	border-radius: 17px 17px 0 0;
	padding: 1rem 1rem 1rem 1.5rem;
}

.sidebar-block {
	position: relative;
}

.sidebar-nav {
	padding-top: .5rem;
}

@media screen and (min-width: 960px) {
	.sidebar-nav {
		border-top: 0;
		margin: 0;
		padding-top: 0;
	}
}

.sidebar-nav-item {
	position: relative;
}

.sidebar-nav-item:first-child a {
	border-top: unset;
}

.sidebar-nav-item-link {
	padding: .8rem 0 .8rem 1.5rem;
	color: #3a3a3d;
}

.sidebar-nav-item .rnav-arrow {
	display: inline-block;
	float: right;
	margin-top: .5rem;
	padding: 0 .5rem 0 0;
	position: absolute;
}

.sidebar-nav-item .rnav-arrow.active {
	padding: 0 0 0 .5rem;
}

.sidebar-nav-item .rnav-arrow .icon {
	fill: #000;
}

.sidebar-nav-item.current .sidebar-nav-list {
	display: block;
}

.sidebar-nav-item .subnav_element {
	display: block;
	padding-right: 1.6rem;
	font-size: 1rem;
	border-top: 1px solid black;
}

.sidebar-nav-item .subnav_element:hover, .sidebar-nav-item .subnav_element.current {
	color: #2b7583;
}

.sidebar-nav-item .subnav_element.current {
	font-weight: 600;
}

.sidebar-nav-item.current-menu-item .subnav_element {
	color: #f2f2ef;
	font-weight: 600;
}

.sidebar-nav-item.current-menu-item .sidebar-nav-item .subnav_element {
	color: inherit;
	font-weight: 400;
}

.sidebar-nav-list .sub-list {
	overflow: hidden;
	padding-bottom: .5rem;
	transition: height 500ms ease;
}

.sidebar-nav-list .sub-list .sidebar-nav-list .sub-list {
	margin-left: 1rem;
}

.sidebar-nav-list .sub-list .rnav-arrow {
	margin-top: -2rem;
}

.sidebar-nav-list .sub-list.current-nav {
	display: block;
}

.sidebar-nav-list .sub-list .sidebar-nav-item {
	padding: unset;
}

.sidebar-nav-list .sub-list .sidebar-nav-item-link {
	display: block;
	font-size: .9em;
	font-size: .8em;
	font-weight: 400;
	padding: .4rem 2.8rem;
}

.sidebar-nav-list .sub-list .sidebar-nav-item-link.active-link, .sidebar-nav-list .sub-list .sidebar-nav-item-link:hover {
	background-color: rgba(151, 218, 212, .4);
}

.sidebar-nav-list .sub-list .sidebar-nav-item-link.current {
	background-color: rgba(151, 218, 212, .4);
	color: #3a3a3d;
	font-weight: 400;
	margin-left: unset;
}

.sidebar-nav-list .sub-list .sidebar-nav-item-link.current:hover {
	background-color: rgba(151, 218, 212, .4);
}

.sidebar-nav-list .sub-list .sidebar-nav-item.current-menu-item .sidebar-nav-item .sidebar-nav-item-link {
	box-shadow: none;
}

.sidebar-nav-list .sub-list .sub-list {
	padding-left: 1rem;
}

.sidebar-nav-list .sub-list .sub-list .sidebar-nav-item-link {
	font-size: .8em;
}

.sidebar-meta {
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
	position: relative;
}

.sidebar-meta .media-meta {
	margin: unset;
}

.sidebar-meta .media-meta .sidebar-meta-block {
	color: #fff;
	font-weight: 300;
}

.sidebar-meta .media-meta .sidebar-meta-block span {
	color: #fff;
	font-weight: 500;
	font-size: 1em;
}

@media screen and (min-width: 700px) {
	.sidebar-meta .media-meta .sidebar-meta-block span {
		font-size: 1.2em;
	}
}

.sidebar-meta .media-meta .sidebar-meta-block a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
	font-size: .9em;
}

@media screen and (min-width: 700px) {
	.sidebar-meta .media-meta .sidebar-meta-block a {
		font-size: 1em;
	}
}

.sidebar-meta-title {
	color: #3a3a3d;
}

.sidebar-meta-block {
	margin: .66667rem 0;
}

.sidebar-meta-block.info {
	flex: 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 560px) {
	.sidebar-meta-block.info {
		flex: 0 48%;
		max-width: 48%;
	}
}

@media screen and (min-width: 700px) {
	.sidebar-meta-block.info {
		flex: 0 100%;
		max-width: 100%;
		margin-top: 1.5rem;
	}
}

.sidebar-meta-block:first-child {
	margin-top: 0;
}

.sidebar-meta-block:last-child {
	margin-bottom: 0;
}

.sidebar-meta-block.tags {
	margin: 0 -.25rem;
}

.sidebar-meta-block.image {
	flex: 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 560px) {
	.sidebar-meta-block.image {
		flex: 0 48%;
		max-width: 48%;
	}
}

@media screen and (min-width: 960px) {
	.sidebar-meta-block.image {
		flex: 0 100%;
		max-width: 100%;
	}
}

.sidebar-meta-block.image img {
	aspect-ratio: .8;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-height: 15rem;
}

.sidebar-meta-block.logo {
	border-bottom: 1px solid #3a3a3d;
	border-top: 1px solid #3a3a3d;
	padding: .5rem 0;
}

.sidebar-meta-block.logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 15rem;
}

.sidebar-meta-block.logo .inner-logo-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2rem;
}

.sidebar-meta-block.logo .inner-logo-flex img {
	padding-bottom: 1rem;
}

.sidebar-meta-block.disclaimer {
	border-top: 1px solid #3a3a3d;
	padding: .5rem 0;
}

.sidebar-meta-block.nextupdate {
	border-top: 1px solid #3a3a3d;
	padding: .5rem 0;
}

.sidebar-meta-block.lastupdated {
	border-top: 1px solid #3a3a3d;
	padding: .5rem 0;
}

.sidebar-meta-block.trusted {
	padding: .5rem 0;
}

.sidebar-meta-block.trusted img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 11rem;
	margin-left: 0;
}

.sidebar-meta-block .smart-date--time, .sidebar-meta-block .smart-date--date {
	font-weight: 500;
}

.sidebar-meta-block .smart-date--time:after, .sidebar-meta-block .smart-date--date:before {
	content: " ";
	display: block;
}

.sidebar-meta-block span {
	color: #3a3a3d;
	font-weight: 500;
	font-size: 1.4rem;
}

.sidebar-meta-block-title {
	color: #3a3a3d;
	font-weight: 500;
	font-size: 1.4rem;
	margin: 0 .25rem .5rem;
	width: 100%;
}

.sidebar-meta-block-tag {
	background-color: #2b7583;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font: 600 .8em/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	margin: .25rem .25rem .25rem 0;
	padding: .25rem .66667rem;
}

.sidebar-meta-block-tag:hover {
	background: #f2f2ef;
	color: #fff;
}

.sidebar-meta-block.share {
	justify-content: flex-start;
	position: relative;
}

.sidebar-meta-block.downloads {
	background-color: #fff;
	color: #000;
	margin-top: 1.5rem;
	padding: 1rem;
	width: 100%;
}

.sidebar-meta-block.downloads .icon {
	display: inline-block;
	margin: 0 .33333rem 0 0;
	width: 20px;
}

.sidebar-meta-block.downloads h3 {
	color: #2b7583;
	font-size: 1.2em;
}

.sidebar-meta-block.downloads .downloads-link {
	display: block;
	font-size: .9em;
	padding: .5rem 0 0 2rem;
	position: relative;
}

.sidebar-meta-block.downloads .downloads-link:hover {
	color: #2b7583;
}

.sidebar-meta-block.downloads .downloads-link .icon {
	left: 0;
	position: absolute;
	top: 4px;
}

.sidebar-meta-share {
	margin: .5rem 0 .66667rem;
}

.sidebar-meta-share-title {
	color: #3a3a3d;
	font-weight: 500;
	font-size: 1.4rem;
	margin: 0 0 .5rem;
	align-self: flex-end;
	width: 100%;
}

@media screen and (min-width: 1280px) {
	.sidebar-meta-share-title {
		padding-right: 2rem;
	}
}

.sidebar-meta-share-button {
	align-items: center;
	background-color: #2b7583;
	border-radius: 100%;
	height: 45px;
	justify-content: center;
	margin: 0 .5rem 0 0;
	position: relative;
	width: 45px;
}

.sidebar-meta-share-button:hover {
	background-color: #97dad4;
}

.sidebar-meta-share-button:hover .icon {
	color: #3a3a3d;
}

.sidebar-meta-share-button.twitter .icon, .sidebar-meta-share-button.instagram .icon {
	height: 1.4em;
	width: 1.4em;
}

.sidebar-meta-share-button.whatsapp .icon, .sidebar-meta-share-button.link .icon, .sidebar-meta-share-button.mail .icon {
	height: 1em;
	width: 1em;
}

.sidebar-meta-share-button .icon {
	color: #fff;
}

.sidebar-meta .media-meta {
	padding: 1.5rem;
}

.sidebar-meta .media-meta .sidebar-meta-block {
	color: #3a3a3d;
}

.sidebar-meta .media-meta .sidebar-meta-block.image {
	max-height: 15rem;
}

.sidebar-meta .media-meta .sidebar-meta-block span, .sidebar-meta .media-meta .sidebar-meta-block p {
	color: #3a3a3d;
}

.content table {
	display: inline-block;
	font-variant-numeric: lining-nums tabular-nums;
	height: auto !important;
	max-width: 100%;
	overflow-x: auto;
	width: auto !important;
}

.content table caption {
	background-color: #f2f2f2;
	display: inline-block;
	padding: .5rem .66667rem;
	text-align: left;
}

.content thead:nth-child(even), .content tfoot:nth-child(even), .content tr:nth-child(even) {
	background: #e6e6e6;
}

.content thead tr td {
	background-color: #2b7583;
	color: #fff;
}

.content th, .content td {
	border: solid 1px #ccc;
	padding: .25rem .5rem;
	vertical-align: top;
}

.content thead td, .content tfoot td, .content th {
	font-weight: 600;
}

.page-navigation {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #1f5a65;
}

.page-navigation-prev {
	background-color: #1f5a65;
	color: #fff;
	padding: .8rem 1rem .8rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	font-family: "Poppins";
	position: relative;
}

@media screen and (min-width: 700px) {
	.page-navigation-prev {
		padding: .8rem 1rem .8rem 5rem;
		font-size: 1.25rem;
	}
}

.page-navigation-prev:hover {
	color: #fff;
	text-decoration: underline;
}

.page-navigation-prev:after {
	content: "";
	background-image: url("../svg/whitearrowleftsml.svg");
	height: 16px;
	width: 16px;
	position: absolute;
	background-size: 100% 100%;
	display: inline-block;
	top: 49%;
	left: 12%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
	.page-navigation-prev:after {
		top: 49%;
		left: 28%;
	}
}

.page-navigation-next {
	background-color: #1f5a65;
	color: #fff;
	padding: .8rem 2rem .8rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	font-family: "Poppins";
	position: relative;
}

@media screen and (min-width: 700px) {
	.page-navigation-next {
		padding: .8rem 5rem .8rem 1rem;
		font-size: 1.25rem;
	}
}

.page-navigation-next:hover {
	color: #fff;
	text-decoration: underline;
}

.page-navigation-next:after {
	content: "";
	background-image: url("../svg/whitearrowrightsml.svg");
	height: 16px;
	width: 16px;
	position: absolute;
	background-size: 100% 100%;
	display: inline-block;
	top: 51%;
	right: 5%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
	.page-navigation-next:after {
		top: 51.5%;
		right: 26%;
	}
}

.az-content {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: .5rem;
	margin: 1rem 0;
}

@media screen and (min-width: 700px) {
	.az-content {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 960px) {
	.az-content {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1440px) {
	.az-content {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

.az-content li {
	width: 100%;
}

@media screen and (min-width: 700px) {
	.az-content li {
		padding-right: 2rem;
	}
}

.az-content a {
	color: #3a3a3d;
}

.az-content a:hover {
	color: #2b7583;
	text-decoration: underline;
}

.az-ancor-letters {
	margin-bottom: 2rem;
	gap: 1rem;
}

.az-ancor-letters a {
	padding: .5rem 1rem;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 3rem;
}

@media screen and (min-width: 700px) {
	.az-ancor-letters a {
		line-height: 3.7rem;
	}
}

@media screen and (min-width: 960px) {
	.az-ancor-letters a {
		font-size: 1.6rem;
	}
}

.az-ancor-letters .ancor-inner-letter {
	background-color: #2b7583;
	width: 2.8rem;
	height: 2.8rem;
	text-align: center;
	margin: 0;
}

@media screen and (min-width: 700px) {
	.az-ancor-letters .ancor-inner-letter {
		width: 3.6rem;
		height: 3.6rem;
	}
}

.az-ancor-letters .ancor-inner-letter:hover {
	background-color: transparent;
	outline: 2px solid #2b7583;
}

.az-ancor-letters .ancor-inner-letter:hover a {
	color: #2b7583;
}

.az-ancor-letters .ancor-inner-letter.no-content {
	background: #ccc;
	pointer-events: none;
}

.az-ancor-letters .ancor-inner-letter.no-content a {
	color: #3a3a3d;
}

.az-inner-letter {
	background-color: #2b7583;
	color: #fff;
	padding-left: 1rem;
}

.no-content {
	background: #ccc;
	pointer-events: none;
}

.no-content a {
	color: #3a3a3d;
}

.research-logos .sidebar-meta-block {
	border-top: unset;
}

.research-logos .sidebar-meta-block .inner-logo-flex {
	display: block;
}

.research-logos .sidebar-meta-block .inner-logo-flex img {
	margin-left: 0;
	padding-bottom: 2rem;
}

.research-logos .sidebar-meta-share-title {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

@media screen and (min-width: 1280px) {
	.research-logos .sidebar-meta-share-title {
		font-size: 1.6rem;
	}
}

.research-logos .media-meta {
	display: none;
}

.accordion-outer {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	padding: 0 1.5rem;
	position: relative;
}

.accordion-item {
	padding: 1rem 0;
}

.accordion-item+.accordion-item {
	border-top: 1px solid #ccc;
}

.accordion-trigger * {
	pointer-events: none;
}

.accordion-button {
	background: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 1.25rem;
	padding: 0 1.5rem 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.accordion-button .icon {
	display: inline-block;
	height: 1.05em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: .3em;
	transition: .235s transform ease-in-out;
	transform: rotate(90deg);
	width: 1.05em;
}

.accordion-button:hover, .accordion-button:focus {
	background: none;
	box-shadow: none;
	outline: 0;
}

.accordion-button:active .icon, .accordion-button.active .icon {
	transform: rotate(-90deg);
	transition: .235s transform ease-in-out;
}

.accordion-panel {
	display: none;
	padding-top: 1rem;
}

.accordion-panel p {
	color: #000;
}

.cards {
	position: relative;
	width: 100%;
}

.cards>* {
	flex: 0 100%;
	max-width: 100%;
	margin: 1.5rem 0;
}

@media screen and (min-width: 700px) {
	.cards>*:first-child:nth-last-child(1), .cards>*:first-child:nth-last-child(1) ~ article {
		flex: 0 48%;
		max-width: 48%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 700px) {
	.cards>*:first-child:nth-last-child(2), .cards>*:first-child:nth-last-child(2) ~ article {
		flex: 0 48%;
		max-width: 48%;
	}
}

@media screen and (min-width: 700px) {
	.cards>* {
		flex: 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 960px) {
	.cards>* {
		flex: 0 33.33%;
		max-width: 33.33%;
	}
}

@media screen and (min-width: 960px) {
	.cards-outer .section-header-summary {
		width: 46rem;
	}
}

@media screen and (min-width: 1280px) {
	.cards-outer .section-header-summary {
		width: 46rem;
	}
}

@media screen and (min-width: 1440px) {
	.cards-outer .section-header-summary {
		width: 46rem;
	}
}

@media screen and (min-width: 960px) {
	.cards-outer .section-header.container {
		padding: 0 2rem;
	}
}

.cards-outer.dark .cards .card .card-header-title {
	color: #2b7583;
}

.cards-outer.dark .cards .card-summary p {
	color: #3a3a3d;
}

.cards-outer.dark .cards .card .button, .cards-outer.dark .cards .card [type="reset"], .cards-outer.dark .cards .card [type="submit"], .cards-outer.dark .cards .card .media-block-element-play, .cards-outer.dark .cards .card .pagination_element.prev, .cards-outer.dark .cards .card .pagination_element.next {
	background-color: #2b7583 !important;
}

.cards-outer.dark .cards .card .button:hover, .cards-outer.dark .cards .card :hover[type="reset"], .cards-outer.dark .cards .card :hover[type="submit"], .cards-outer.dark .cards .card .media-block-element-play:hover, .cards-outer.dark .cards .card .pagination_element.prev:hover, .cards-outer.dark .cards .card .pagination_element.next:hover {
	background-color: #fff !important;
	color: #2b7583 !important;
}

.cards-outer.dark .section-footer .button-secondary {
	background: transparent;
	color: #fff;
	box-shadow: inset 0 0 0 2px white;
}

.cards-outer.dark .section-footer .button-secondary:hover {
	background-color: #fff;
	color: #2b7583;
}

.card {
	overflow: hidden;
	width: 100%;
	border-radius: 30px;
}

@media screen and (min-width: 700px) {
	.card {
		margin: 0 1.5rem;
	}
}

.card .card-header-title {
	color: #2b7583;
	font-weight: 400;
}

.card.hovered {
	box-shadow: 0 2vw 4vw rgba(0, 0, 0, .2);
	transform: scale(1.02);
}

.card.hovered .card-header-title .card-link {
	text-decoration: underline;
}

.card-image {
	border-radius: 4px 4px 0 0;
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 700px) {
	.card-image {
		max-height: 18rem;
	}
}

.card-image img {
	aspect-ratio: 1.33333;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.card-image .card-featured {
	background-color: #2b7583;
	color: #fff;
	font-size: .9rem;
	font-weight: 600;
	left: 0;
	padding: .4rem .66667rem;
	position: absolute;
	top: 1.5rem;
}

.card-wrap {
	align-self: stretch;
	height: 100%;
	margin: 0;
}

.card-wrap-inner {
	color: #000;
	padding: 2rem;
}

.card-header {
	margin-top: 0;
}

.card-header+.card-summary {
	margin-top: .5rem;
}

.card-header-title {
	font-size: 1.2em;
}

@media screen and (min-width: 1440px) {
	.card-header-title {
		font-size: 1.4em;
	}
}

@media screen and (min-width: 1700px) {
	.card-header-title {
		font-size: 1.6em;
	}
}

.card-header-date {
	display: block;
	margin-top: .5rem;
}

.card-button-outer {
	margin-top: 1rem;
}

.reports .card-image {
	background-color: #e6e6e6;
	overflow: hidden;
}

.reports .card-image img {
	bottom: -1em;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	margin: 3rem auto 0;
	position: relative;
	width: 60%;
}

.reports .card-image img:hover {
	bottom: -.5em;
}

.reports .card-wrap {
	box-shadow: 0px -8px 22px 0px rgba(0, 0, 0, .3);
	z-index: 2;
}

.listing .section-header-title {
	color: #2b7583;
	margin-bottom: 0rem;
}

.listing .card {
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
}

.listing .card:hover {
	background-color: #97dad4;
	border-radius: 20px;
}

.listing .card:hover-wrap {
	background-color: #97dad4;
}

.listing .card:hover-wrap-inner {
	padding: 1rem 0 0 0;
}

.listing .card:hover-wrap-inner .card-header {
	color: #3a3a3d;
	font-weight: 600;
	text-decoration: underline;
}

.listing .card:hover .card-header-title a {
	color: #3a3a3d;
}

.listing .card-wrap {
	border: solid 2px #2b7583;
	border-radius: 20px;
}

.listing .card-wrap-inner {
	padding: 2rem;
	height: 100%;
}

@media screen and (min-width: 960px) {
	.listing .card-wrap-inner {
		padding: 3rem;
	}
}

.listing .card-wrap-inner .card-header {
	color: #2b7583;
}

.listing .card-wrap-inner .card-header:hover {
	color: #3a3a3d;
}

.listing .card-wrap-inner .card-summary {
	margin-top: 1.5rem;
}

.listing.secondary .card-wrap {
	border-top: solid 5px #fff;
}

.listing.secondary .card-wrap-inner {
	color: #fff;
}

.card-pagination .section-header-title {
	color: #2b7583;
}

.card-pagination .cards {
	justify-content: space-between;
	grid-gap: 1rem;
}

@media screen and (min-width: 700px) {
	.card-pagination .cards {
		grid-gap: unset;
	}
}

.card-pagination .cards>* {
	margin: unset;
}

@media screen and (min-width: 700px) {
	.card-pagination .cards>* {
		flex: 0 44%;
		max-width: 44%;
	}
}

.card-pagination .cards>*:first-child .card-next-outer {
	display: none;
}

.card-pagination .cards>*:last-child .card-prev-outer {
	display: none;
}

.card-pagination .cards .card {
	border-radius: 0;
	margin: 0;
}

.card-pagination .cards .card-wrap {
	background-color: #f2f2ef;
	border: unset;
}

.card-pagination .cards .card-wrap-inner {
	flex: 0 90%;
	max-width: 90%;
	padding: 2rem;
}

@media screen and (min-width: 960px) {
	.card-pagination .cards .card-wrap-inner {
		padding: 3rem;
	}
}

.card-pagination .cards .card-wrap-inner .card-summary {
	margin-top: 1.5rem;
}

.card-pagination .cards .card-image {
	display: none;
}

.card-pagination .cards .card-prev-outer {
	position: relative;
	flex: 0 100%;
	max-width: 100%;
	height: 3rem;
}

@media screen and (min-width: 700px) {
	.card-pagination .cards .card-prev-outer {
		flex: 0 10%;
		max-width: 10%;
		height: unset;
	}
}

.card-pagination .cards .card-prev-outer .button, .card-pagination .cards .card-prev-outer [type="reset"], .card-pagination .cards .card-prev-outer [type="submit"], .card-pagination .cards .card-prev-outer .media-block-element-play, .card-pagination .cards .card-prev-outer .pagination_element.prev, .card-pagination .cards .card-prev-outer .pagination_element.next {
	padding: .6rem .5rem;
}

@media screen and (min-width: 960px) {
	.card-pagination .cards .card-prev-outer .button, .card-pagination .cards .card-prev-outer [type="reset"], .card-pagination .cards .card-prev-outer [type="submit"], .card-pagination .cards .card-prev-outer .media-block-element-play, .card-pagination .cards .card-prev-outer .pagination_element.prev, .card-pagination .cards .card-prev-outer .pagination_element.next {
		padding: .6rem 1.5rem;
	}
}

.card-pagination .cards .card-prev-outer a {
	height: 100%;
	border-radius: 0;
	width: 100%;
}

.card-pagination .cards .card-prev-outer a:hover {
	background-color: #97dad4;
}

.card-pagination .cards .card-prev-outer a:hover:after {
	background-image: url("../svg/blackarrowleft.svg");
}

.card-pagination .cards .card-prev-outer a:after {
	content: "";
	background-image: url("../svg/whitearrowleft.svg");
	height: 30px;
	width: 30px;
	position: absolute;
	background-size: 100% 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card-pagination .cards .card-next-outer {
	position: relative;
	flex: 0 100%;
	max-width: 100%;
	height: 3rem;
}

@media screen and (min-width: 700px) {
	.card-pagination .cards .card-next-outer {
		flex: 0 10%;
		max-width: 10%;
		height: unset;
	}
}

.card-pagination .cards .card-next-outer .button, .card-pagination .cards .card-next-outer [type="reset"], .card-pagination .cards .card-next-outer [type="submit"], .card-pagination .cards .card-next-outer .media-block-element-play, .card-pagination .cards .card-next-outer .pagination_element.prev, .card-pagination .cards .card-next-outer .pagination_element.next {
	padding: .6rem .5rem;
}

@media screen and (min-width: 960px) {
	.card-pagination .cards .card-next-outer .button, .card-pagination .cards .card-next-outer [type="reset"], .card-pagination .cards .card-next-outer [type="submit"], .card-pagination .cards .card-next-outer .media-block-element-play, .card-pagination .cards .card-next-outer .pagination_element.prev, .card-pagination .cards .card-next-outer .pagination_element.next {
		padding: .6rem 1.5rem;
	}
}

.card-pagination .cards .card-next-outer a {
	height: 100%;
	border-radius: 0;
	width: 100%;
}

.card-pagination .cards .card-next-outer a:hover {
	background-color: #97dad4;
}

.card-pagination .cards .card-next-outer a:hover:after {
	background-image: url("../svg/blackarrowright.svg");
}

.card-pagination .cards .card-next-outer a:after {
	content: "";
	background-image: url("../svg/whitearrowright.svg");
	height: 30px;
	width: 30px;
	position: absolute;
	background-size: 100% 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card-pagination .card {
	background-color: transparent;
	border-radius: unset;
	box-shadow: none;
}

.card-pagination .card-header-title {
	font-size: 1.375rem;
}

.card-pagination .card.hovered {
	box-shadow: unset;
	transform: unset;
}

.card-pagination .card.hovered .card-header-title {
	color: #2b7583;
	text-decoration: underline;
}

.card-pagination .card:hover {
	background-color: #97dad4;
	border-radius: 0;
}

.card-pagination .card:hover-wrap {
	background-color: #97dad4;
}

.card-pagination .card:hover-wrap-inner {
	padding: 1rem 0 0 0;
}

.card-pagination .card:hover-wrap-inner .card-header {
	color: #2b7583;
	font-weight: 600;
	text-decoration: underline;
}

.card-pagination .card:hover .card-header-title a {
	color: #2b7583;
}

.card-pagination.secondary .card-wrap {
	border-top: solid 5px #fff;
}

.card-pagination.secondary .card-wrap-inner {
	color: #fff;
}

@media screen and (min-width: 700px) {
	.two-col .cards>* {
		flex: 0 50%;
		max-width: 50%;
	}
}

.two-col .cards>* .card-image {
	max-height: 18rem;
}

@media screen and (min-width: 960px) {
	.three-col .cards>* {
		flex: 0 31%;
		max-width: 31%;
	}
}

.three-col .cards>* .card-image {
	max-height: 18rem;
}

.three-col .cards>*:first-child:nth-last-child(2), .three-col .cards>*:first-child:nth-last-child(2) ~ article {
	flex: 0 50%;
	max-width: 50%;
}

.three-col .cards>*:first-child:nth-last-child(2) .card-image, .three-col .cards>*:first-child:nth-last-child(2) ~ article .card-image {
	max-height: 18rem;
}

@media screen and (min-width: 1280px) {
	.four-col .cards>* {
		flex: 0 25%;
		max-width: 25%;
	}
}

.four-col .cards>*:first-child:nth-last-child(3), .four-col .cards>*:first-child:nth-last-child(3) ~ article {
	flex: 0 33.33%;
	max-width: 33.33%;
}

.four-col .cards>*:first-child:nth-last-child(2), .four-col .cards>*:first-child:nth-last-child(2) ~ article {
	flex: 0 50%;
	max-width: 50%;
}

.four-col .cards>*:first-child:nth-last-child(2) .card, .four-col .cards>*:first-child:nth-last-child(2) ~ article .card {
	margin: 0 1.5rem;
}

@media screen and (min-width: 1280px) {
	.four-col .cards>*:first-child:nth-last-child(2) .card-image, .four-col .cards>*:first-child:nth-last-child(2) ~ article .card-image {
		max-height: 18rem;
	}
}

.cta-outer {
	background-color: #97dad4;
	position: relative;
}

.cta-outer .cta-inner .button, .cta-outer .cta-inner [type="reset"], .cta-outer .cta-inner [type="submit"], .cta-outer .cta-inner .media-block-element-play, .cta-outer .cta-inner .pagination_element.prev, .cta-outer .cta-inner .pagination_element.next {
	font-size: 1rem;
}

.cta-outer.home-page {
	background-color: #cce54d;
}

.cta-outer.home-page .cta {
	background-color: #cce54d;
}

.cta-outer.home-page .cta-inner {
	background-color: #cce54d;
}

@media screen and (min-width: 560px) {
	.cta-outer.home-page .cta-inner {
		padding: 3rem 4rem;
	}
}

@media screen and (min-width: 960px) {
	.cta-outer.home-page .cta-inner {
		width: 50rem;
		border-radius: 30px;
	}
}

.cta-outer.home-page .cta-inner .button, .cta-outer.home-page .cta-inner [type="reset"], .cta-outer.home-page .cta-inner [type="submit"], .cta-outer.home-page .cta-inner .media-block-element-play, .cta-outer.home-page .cta-inner .pagination_element.prev, .cta-outer.home-page .cta-inner .pagination_element.next {
	box-shadow: inset 0 0 0 2px #3a3a3d;
}

.cta-outer.home-page .cta-title {
	color: #3a3a3d;
}

.cta-outer.home-page .cta-summary {
	font-size: 1.375rem;
	font-weight: 400;
}

.cta-outer.home-page .cta-value, .cta-outer.home-page .cta p, .cta-outer.home-page .cta h3 {
	color: #3a3a3d;
}

.cta-outer.home-page .cta .cta-image+.cta-inner {
	background-color: #cce54d;
}

@media screen and (min-width: 700px) {
	.cta-outer.home-page .cta .cta-image+.cta-inner {
		border-radius: 30px;
	}
}

.cta-outer.donate {
	margin: auto;
	background-color: transparent;
}

@media screen and (min-width: 960px) {
	.cta-outer.donate {
		padding-bottom: 0;
	}
}

.cta-outer.donate .cta-inner {
	text-align: initial;
	padding: 0rem;
}

@media screen and (min-width: 560px) {
	.cta-outer.donate .cta-inner {
		padding: 0rem;
	}
}

@media screen and (min-width: 700px) {
	.cta-outer.donate .cta-inner {
		padding: 3rem 3rem 3rem 0rem;
	}
}

@media screen and (min-width: 960px) {
	.cta-outer.donate .cta-inner {
		width: auto;
		padding: 0 3rem 3rem 0rem;
	}
}

.cta-outer.donate .cta-inner .button, .cta-outer.donate .cta-inner [type="reset"], .cta-outer.donate .cta-inner [type="submit"], .cta-outer.donate .cta-inner .media-block-element-play, .cta-outer.donate .cta-inner .pagination_element.prev, .cta-outer.donate .cta-inner .pagination_element.next, .cta-outer.donate .cta-inner .button-secondary {
	margin-top: 2rem;
}

.cta-outer.donate .cta-title {
	color: #2b7583;
	font-weight: 400;
	font-size: 1.8rem;
}

@media screen and (min-width: 960px) {
	.cta-outer.donate .cta-title {
		padding-right: 5rem;
	}
}

@media screen and (min-width: 1440px) {
	.cta-outer.donate .cta-title {
		padding-right: 20rem;
	}
}

.cta-outer.donate .cta-summary {
	color: #000;
	padding: 1rem 0 0 0;
}

.cta-outer.no-img+.dark .cta:after {
	content: url("../svg/cta_circles_dark.svg");
	position: absolute;
	bottom: 0;
	right: 0;
}

.cta-outer.no-img+.dark .cta-inner .cta-title, .cta-outer.no-img+.dark .cta-inner .cta-summary {
	color: #fff;
}

.cta-outer.no-img+.dark .cta-inner .button:hover, .cta-outer.no-img+.dark .cta-inner :hover[type="reset"], .cta-outer.no-img+.dark .cta-inner :hover[type="submit"], .cta-outer.no-img+.dark .cta-inner .media-block-element-play:hover, .cta-outer.no-img+.dark .cta-inner .pagination_element.prev:hover, .cta-outer.no-img+.dark .cta-inner .pagination_element.next:hover {
	background-color: #fff !important;
	color: #2b7583 !important;
	box-shadow: unset;
}

.cta-outer.no-img {
	padding: 0;
}

.cta-outer.no-img .cta:after {
	content: url("../svg/cta_circles.svg");
	position: absolute;
	bottom: 0;
	right: 0;
}

.cta-outer.no-img .cta-inner {
	background: transparent !important;
	box-shadow: unset !important;
}

.cta-outer.no-img .cta-inner .cta-title, .cta-outer.no-img .cta-inner .cta-summary {
	color: #3a3a3d;
}

.cta-outer.no-img .cta-inner .button, .cta-outer.no-img .cta-inner [type="reset"], .cta-outer.no-img .cta-inner [type="submit"], .cta-outer.no-img .cta-inner .media-block-element-play, .cta-outer.no-img .cta-inner .pagination_element.prev, .cta-outer.no-img .cta-inner .pagination_element.next {
	background: transparent;
	border: 2px solid #3a3a3d;
	color: #3a3a3d;
}

.cta-outer.no-img .cta-inner .button:hover, .cta-outer.no-img .cta-inner :hover[type="reset"], .cta-outer.no-img .cta-inner :hover[type="submit"], .cta-outer.no-img .cta-inner .media-block-element-play:hover, .cta-outer.no-img .cta-inner .pagination_element.prev:hover, .cta-outer.no-img .cta-inner .pagination_element.next:hover {
	background: white;
	border: 2px solid #3a3a3d;
	box-shadow: unset;
}

.cta-outer.no-img .cta-image {
	display: none;
}

@media screen and (min-width: 560px) {
	.cta-outer.no-img .cta-image+.cta-inner {
		margin: 4vh;
	}
}

@media screen and (min-width: 960px) {
	.cta-outer.no-img .cta-image+.cta-inner {
		margin: 4vh auto;
	}
}

.cta-outer.full-width-image {
	padding: 0;
}

@media screen and (min-width: 700px) {
	.cta-outer.full-width-image {
		min-height: 80vh;
	}
}

.cta-outer.full-width-image .cta-image {
	position: relative;
}

@media screen and (min-width: 700px) {
	.cta-outer.full-width-image .cta-image {
		position: absolute;
	}
}

.cta-outer.site-width-image {
	padding: 0;
}

@media screen and (min-width: 700px) {
	.cta-outer.site-width-image {
		min-height: 60vh;
	}
}

@media screen and (min-width: 1280px) {
	.cta-outer.site-width-image {
		margin: 0 auto;
		width: 80rem;
	}
}

.cta-outer.site-width-image .cta-image {
	position: relative;
}

@media screen and (min-width: 700px) {
	.cta-outer.site-width-image .cta-image {
		position: absolute;
	}
}

.cta-outer .cta-image+.cta-inner {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	color: #000;
	margin: 4vh;
}

@media screen and (min-width: 560px) {
	.cta-outer .cta-image+.cta-inner {
		margin: 8vh;
	}
}

@media screen and (min-width: 960px) {
	.cta-outer .cta-image+.cta-inner {
		margin: 8vh auto;
	}
}

.cta-outer .cta-inner {
	color: #fff;
	padding: 1.5rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 560px) {
	.cta-outer .cta-inner {
		padding: 3rem;
	}
}

@media screen and (min-width: 960px) {
	.cta-outer .cta-inner {
		width: 53.33333rem;
	}
}

.cta-outer .cta-inner .button, .cta-outer .cta-inner [type="reset"], .cta-outer .cta-inner [type="submit"], .cta-outer .cta-inner .media-block-element-play, .cta-outer .cta-inner .pagination_element.prev, .cta-outer .cta-inner .pagination_element.next {
	padding: .8rem 1.5rem;
}

.cta-title+.button, .cta-title+[type="reset"], .cta-title+[type="submit"], .cta-title+.media-block-element-play, .cta-title+.pagination_element.prev, .cta-title+.pagination_element.next {
	margin-top: 2rem;
}

.cta-summary {
	padding: 1.5rem 0 2rem;
	font-weight: 400;
}

@media screen and (min-width: 960px) {
	.cta-summary {
		padding: 1rem 3.5rem 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.cta-summary {
		padding: 1rem 2.5rem 2rem;
	}
}

.cta-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta-image img {
	aspect-ratio: 1.77778;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.cta-caption {
	background-color: #2b7583;
	color: #fff;
	font-size: .8em;
	padding: .66667rem 1.5rem;
}

@media screen and (min-width: 700px) {
	.cta-caption {
		bottom: 0;
		left: 0;
		position: absolute;
	}
}

.cta-value {
	display: inline-block;
	text-align: center;
}

.cta-value-number {
	font-size: 5rem;
	font-weight: 400;
}

.cta-stat-title {
	font-size: 1.6rem;
	padding: 0;
	position: relative;
	font-weight: 400;
	top: -1rem;
	margin-bottom: 2rem;
}

.cta-stat-summary {
	padding: 0 0 2rem;
	position: relative;
	width: 75%;
}

@media screen and (min-width: 960px) {
	.cta-stat-summary {
		width: 44%;
	}
}

@media screen and (min-width: 1440px) {
	.cta-stat-summary {
		width: 52%;
	}
}

.download {
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
}

.download-block {
	flex: 0 50%;
	max-width: 50%;
	margin: 1rem 0;
	position: relative;
}

@media screen and (min-width: 960px) {
	.download-block {
		flex: 0 33.33%;
		max-width: 33.33%;
	}
}

.download-block .icon {
	left: 0;
	position: absolute;
	top: 0;
}

.download-link {
	display: inline-block;
	padding-left: 2rem;
}

.download-link:hover {
	color: #2b7583;
	text-decoration: underline;
}

.download-link span {
	font-size: .9em;
	text-transform: uppercase;
}

.expand-check ~ div {
	display: none;
}

.expand-check:checked ~ div {
	display: block;
}

.expand-trigger {
	cursor: pointer;
	margin-top: 0;
}

.expand-trigger .icon {
	transition: transform .4s ease;
}

.expand-check:checked ~ .expand-trigger .icon {
	transform: rotate(90deg);
}

.feat-items.people .container {
	grid-row-gap: 2.8rem;
}

.feat-items.people .container .item {
	flex-direction: row;
	background-color: transparent;
	position: relative;
}

@media screen and (min-width: 960px) {
	.feat-items.people .container .item {
		flex: 0 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.feat-items.people .container .item {
		flex: 0 48%;
		max-width: 48%;
	}
	
	.feat-items.people .container .item:nth-child(odd):after {
		content: "";
		border-right: solid 2px #2b7583;
		height: 100%;
		right: -1.7rem;
		position: absolute;
	}
}

.feat-items.people .container .item-image img {
	height: 10rem;
	width: 10rem;
	border-radius: 50%;
}

.feat-items.people .container .item-header {
	margin: 0 0 .5rem 0;
}

.feat-items.people .container .item-summary-block {
	margin: 0 0 .5rem 0;
	font-size: 1.2rem;
}

.feat-items.people .container .item-summary-block span {
	font-weight: 600;
}

.feat-items.people .container .item-summary .metatag .metatag-link:hover {
	background-color: transparent;
	box-shadow: 0 0 0 2px #2b7583;
	color: #2b7583;
}

.feat-items.people .container .item-info {
	padding: 0 1.5rem;
	text-align: center;
}

@media screen and (min-width: 700px) {
	.feat-items.people .container .item-info {
		text-align: left;
	}
}

.feat-items.people.full-width .section-header-title {
	margin-left: 0;
}

@media screen and (min-width: 1280px) {
	.feat-items.people.full-width .item {
		flex: 0 100%;
		max-width: 100%;
	}
	
	.feat-items.people.full-width .item:nth-child(odd):after {
		content: "";
		border-right: unset;
		height: 0;
		right: -1.7rem;
		position: absolute;
	}
}

.feat-items.people.full-width .item-header-title a {
	color: #2b7583;
}

.feat-items.people.full-width .item-image {
	flex: 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 700px) {
	.feat-items.people.full-width .item-image {
		flex: 0 25%;
		max-width: 25%;
	}
}

.feat-items.people.full-width .item-image img {
	height: 10rem;
	width: 10rem;
	margin: auto;
}

@media screen and (min-width: 960px) {
	.feat-items.people.full-width .item-image img {
		max-height: 9rem;
		max-width: 9rem;
	}
}

@media screen and (min-width: 1440px) {
	.feat-items.people.full-width .item-image img {
		max-height: 10rem;
		max-width: 10rem;
	}
}

@media screen and (min-width: 1700px) {
	.feat-items.people.full-width .item-image img {
		max-height: 12rem;
		max-width: 12rem;
	}
}

@media screen and (min-width: 560px) {
	.feat-items.people.full-width .item-info {
		flex: 0 75%;
		max-width: 75%;
	}
}

.feat-items.people.full-width .item-header-title .item-link {
	text-decoration: none;
}

.feat-items .container {
	justify-content: space-between;
}

.feat-items .item {
	flex: 0 100%;
	max-width: 100%;
	background-color: #f2f2f2;
	border-radius: 4px;
	padding-bottom: 0;
}

@media screen and (min-width: 960px) {
	.feat-items .item {
		flex: 0 48%;
		max-width: 48%;
		margin: 0;
	}
}

.feat-items .item:first-child {
	margin-top: 2rem;
}

@media screen and (min-width: 560px) {
	.feat-items .item:first-child {
		margin-top: 0;
	}
}

.feat-items .item-image {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

@media screen and (min-width: 700px) {
	.feat-items .item-image {
		border-radius: 0 4px 4px 0;
	}
}

.feat-items .item-info {
	padding: 1.5rem;
}

.feat-items .item+.item {
	border-top: 0;
	margin-top: 2rem;
	padding-top: 0;
}

@media screen and (min-width: 960px) {
	.feat-items .item+.item {
		margin: 0;
	}
}

@media screen and (min-width: 960px) {
	.feat-items .item-image {
		border-radius: 0 4px 4px 0;
	}
}

.no-results {
	flex: 0 100%;
	max-width: 100%;
	color: #f44336;
	font-weight: 600;
	text-align: center;
}

.item {
	flex-direction: row-reverse;
	padding-bottom: 2rem;
}

@media screen and (min-width: 960px) {
	.item {
		padding-bottom: 0;
	}
}

.item.hovered .item-header-title {
	color: #f2f2ef;
	text-decoration: underline;
}

.item+.item {
	border-top: 1px solid #ccc;
	padding-top: 2rem;
}

.item-image {
	flex: 0 100%;
	max-width: 100%;
	border-radius: 4px;
}

.item-image img {
	aspect-ratio: 1.77778;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.item-info {
	flex: 0 100%;
	max-width: 100%;
	margin: 0;
}

.item-header {
	margin-top: .5rem;
}

.item-header-date, .item-header-author {
	display: inline-block;
	margin: .5rem 0;
}

.item-header-author:before {
	content: "|";
	display: inline-block;
	margin: 0 .5rem;
}

.item-summary {
	margin-left: 0;
	max-width: 40rem;
}

.item-summary .tags .metatag .metatag-link {
	background-color: #97dad4;
	color: #3a3a3d;
	font-weight: 500;
}

.item-summary .tags .metatag .metatag-link:hover {
	background-color: transparent;
	box-shadow: 0 0 0 2px #68c3bb;
	color: #3a3a3d !important;
}

@media screen and (min-width: 700px) {
	.item+.item {
		margin-top: 2rem;
		padding-top: 2rem;
	}
	
	.item-info {
		flex: 0 100%;
		max-width: 100%;
	}
	
	.item-image {
		flex: 0 35%;
		max-width: 35%;
	}
	
	.item-image+.item-info {
		flex: 0 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 700px) and (min-width: 560px) {
	.item-image+.item-info {
		flex: 0 65%;
		max-width: 65%;
		padding-right: 2rem;
	}
}

@media screen and (min-width: 700px) {
	.item-image+* {
		margin-top: 0;
	}
}

.filter {
	align-items: flex-end;
	justify-content: flex-start;
	max-width: 80rem;
	padding: 1.5rem 1rem 0;
}

@media screen and (min-width: 560px) {
	.filter {
		padding: 1rem 1rem 1.5rem;
	}
}

.filter-outer {
	background-color: #2b7583;
	padding-top: 0rem;
}

.filter-outer.three-col .filter {
	grid-row-gap: 2rem;
	padding-bottom: 3rem;
}

@media screen and (min-width: 700px) {
	.filter-outer.three-col .filter {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-row-gap: 2rem;
		max-width: 50rem;
		padding-bottom: 3rem;
	}
}

@media screen and (min-width: 960px) {
	.filter-outer.three-col .filter {
		grid-row-gap: 4rem;
		max-width: 50rem;
		padding-bottom: 6rem;
	}
}

@media screen and (min-width: 1280px) {
	.filter-outer.three-col .filter {
		max-width: 55rem;
	}
}

@media screen and (min-width: 1440px) {
	.filter-outer.three-col .filter {
		max-width: 65rem;
	}
}

@media screen and (min-width: 1700px) {
	.filter-outer.three-col .filter {
		max-width: 70rem;
	}
}

.filter-outer.three-col .filter-field {
	border-radius: 10px;
}

.filter-outer.three-col .filter-block {
	width: 100%;
	height: 3rem;
	position: relative;
}

.filter-outer.three-col .filter-block label {
	position: absolute;
	top: -1.5rem;
}

.filter-outer.three-col .filter-block.button-flex {
	display: flex;
	align-items: flex-end;
}

.filter-outer.three-col .filter-block .filter-submit {
	padding: unset;
	padding-top: 4px;
	height: 2.8rem;
	background: transparent;
	color: #fff;
	text-decoration: unset !important;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.filter-outer.three-col .filter-block .filter-submit {
		width: 8rem;
	}
}

.filter-outer.three-col .filter-block .filter-submit:hover {
	background-color: #cce54d;
	color: #3a3a3d;
	box-shadow: inset 0 0 0 2px #cce54d;
}

.filter-outer.three-col .filter-block .filter-clear {
	font-size: 1em;
}

@media screen and (min-width: 1440px) {
	.filter-outer.three-col .filter-block .filter-clear {
		padding-left: 0;
	}
}

.filter-outer.three-col .filter-block .filter-clear:hover {
	background-color: unset;
	text-decoration: underline;
	color: #fff;
}

.filter-outer.small .filter {
	max-width: 40rem;
}

.filter-button {
	text-align: center;
}

.filter-show-button {
	background-color: transparent;
	background-image: url("../svg/select-arrow.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 1rem 2rem 1rem 0;
}

.filter-show-button.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width: 700px) {
	.filter-show-button {
		display: none;
	}
}

.filter-show-button span {
	color: #fff;
}

.filter-inner {
	display: none;
}

@media screen and (min-width: 700px) {
	.filter-inner {
		display: block !important;
	}
}

.filter-field {
	height: 2.7rem;
	border-radius: 12px;
}

.filter-block {
	flex: 0 100%;
	padding: 0 0 1.5rem;
	text-align: left;
}

@media screen and (min-width: 560px) {
	.filter-block {
		padding: 0 2.5rem 1.5rem;
	}
}

@media screen and (min-width: 700px) {
	.filter-block {
		flex: 1 12em;
		padding: 0 1rem;
	}
}

.filter-block label {
	color: #fff;
	font-weight: 600;
}

.filter-block select {
	background-position: 94% center;
}

.filter-submit {
	box-shadow: inset 0 0 0 2px #fff;
	background: transparent;
	color: #fff;
	text-decoration: unset !important;
	width: 100%;
}

@media screen and (min-width: 560px) {
	.filter-submit {
		margin-top: 0;
	}
}

.filter-submit:hover {
	background-color: #cce54d;
	color: #3a3a3d;
	box-shadow: inset 0 0 0 2px #cce54d;
}

@media screen and (min-width: 960px) {
	.header {
		left: 0;
		position: absolute;
		top: 0;
		transition: top .2s ease-in-out;
	}
}

.header.nav-up {
	box-shadow: none;
	top: 0px;
}

@media screen and (min-width: 960px) {
	.main {
		margin-top: 0px;
	}
}

.gallery {
	margin: 1.5rem 0;
	position: relative;
}

.gallery-item {
	margin: 0;
	text-align: center;
}

.gallery-thumb {
	height: 100%;
	padding: 0 1rem;
}

.gallery-thumb img {
	aspect-ratio: 1.33333;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

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

@media screen and (min-width: 560px) {
	.slick-arrow {
		display: block !important;
	}
}

.slick-arrow:hover {
	box-shadow: none;
}

body.home .hero-title {
	padding: 0;
	color: #fff;
}

.single-post .hero-outer.solid {
	padding-bottom: 3rem;
}

.single-post .hero-outer.solid .hero-inner {
	margin: 3rem auto 2rem;
}

@media screen and (min-width: 960px) {
	.single-post .hero-outer.solid .hero-inner {
		margin: 10rem auto 0rem;
	}
}

.home .hero {
	margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
	.home .hero-outer.full .hero-image+.hero-info {
		flex: 0 80%;
		max-width: 80%;
		border-radius: 30px 30px 0 0;
		margin: 6em auto 0;
	}
}

@media screen and (min-width: 960px) {
	.home .hero-outer.full .hero-image+.hero-info {
		flex: 0 50%;
		max-width: 50%;
		margin: 20em auto 0 5rem;
	}
}

@media screen and (min-width: 1280px) {
	.home .hero-outer.full .hero-image+.hero-info {
		flex: 0 45%;
		max-width: 45%;
		margin: 22em auto 0 10rem;
	}
}

@media screen and (min-width: 1700px) {
	.home .hero-outer.full .hero-image+.hero-info {
		flex: 0 35%;
		max-width: 35%;
		margin: 25em auto 0 10rem;
	}
}

@media screen and (min-width: 960px) {
	.home .hero-outer.full .hero-image+.hero-info .hero-inner {
		text-align: initial;
	}
}

@media screen and (min-width: 1440px) {
	.home .hero-outer.full .hero-image+.hero-info .hero-inner {
		padding: 3rem 3rem;
	}
}

.home .hero-outer.full .hero-image+.hero-info .hero-inner .hero-summary p {
	line-height: 2rem;
}

@media screen and (min-width: 960px) {
	.home .hero {
		margin-bottom: 4rem;
	}
}

@media screen and (min-width: 960px) {
	.page-builder .hero-outer.full .hero-image+.hero-info {
		flex: 0 70%;
		max-width: 70%;
	}
}

@media screen and (min-width: 1440px) {
	.page-builder .hero-outer.full .hero-image+.hero-info {
		flex: 0 55%;
		max-width: 55%;
	}
}

@media screen and (min-width: 1700px) {
	.page-builder .hero-outer.full .hero-image+.hero-info {
		flex: 0 55%;
		max-width: 55%;
	}
}

.hero {
	position: relative;
}

@media screen and (min-width: 960px) {
	.hero {
		flex-flow: row-reverse nowrap;
	}
}

.hero-outer {
	padding: 0;
}

@media screen and (min-width: 960px) {
	.hero-outer {
		position: relative;
	}
}

.hero-outer.search-section .hero-inner {
	padding-bottom: 0;
}

.hero-outer.dark .hero-title {
	color: white;
}

.hero-outer.info-left .hero-inner {
	text-align: left !important;
}

.hero-outer.info-left .hero-title, .hero-outer.info-left .hero-summary {
	max-width: 80rem;
	padding: 0;
	margin-left: unset !important;
}

@media screen and (min-width: 1280px) {
	.hero-outer.info-left .hero-title, .hero-outer.info-left .hero-summary {
		padding: 0 5rem;
	}
}

@media screen and (min-width: 1700px) {
	.hero-outer.info-left .hero-title, .hero-outer.info-left .hero-summary {
		max-width: 90rem;
		padding: 0 3rem;
	}
}

.hero-outer.full {
	background-color: #2b7583;
}

.hero-outer.full .hero-image {
	flex: 0 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 700px) {
	.hero-outer.full .hero-image {
		left: 0;
		position: absolute;
		top: 0;
	}
	
	.hero-outer.full .hero-image:after {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 50%;
		background: linear-gradient(180deg, #000 0%, rgba(43, 117, 131, 0) 100%);
	}
}

.hero-outer.full .hero-image-cite {
	position: absolute;
	bottom: 0;
	left: 0rem;
	padding: .2rem 1rem .2rem 3rem;
	color: #fff;
	background-color: #3a3a3d;
	width: 50rem;
	border-radius: 20px 20px 0 0;
	font-style: normal;
	z-index: 3;
}

@media screen and (min-width: 960px) {
	.hero-outer.full .hero-image-cite {
		left: 10rem;
	}
}

.hero-outer.full .hero-image-cite:before {
	content: url("../svg/cam.svg");
	position: absolute;
	top: 54%;
	left: 3%;
	transform: translate(-50%, -50%);
}

.hero-outer.full .hero-image+.hero-info {
	flex: 0 100%;
	max-width: 100%;
	background-color: rgba(43, 117, 131, .8);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	position: relative;
	text-align: center;
	z-index: 2;
}

@media screen and (min-width: 700px) {
	.hero-outer.full .hero-image+.hero-info {
		flex: 0 80%;
		max-width: 80%;
		border-radius: 4px;
		margin: 10em auto;
	}
}

@media screen and (min-width: 960px) {
	.hero-outer.full .hero-image+.hero-info {
		flex: 0 39%;
		max-width: 39%;
		border-radius: 20px;
	}
}

.hero-outer.full .hero-image+.hero-info .hero-inner {
	color: #000;
	margin: 0;
	padding: 2rem 2rem 3rem;
	width: 100%;
}

@media screen and (min-width: 1440px) {
	.hero-outer.full .hero-image+.hero-info .hero-inner {
		padding: 3rem 3rem;
	}
}

.hero-outer.full .hero-title {
	color: #fff;
}

.hero-outer.full .hero-summary {
	font-size: 1.625rem;
}

.hero-outer.full .hero-summary p {
	padding: 0;
	color: #fff;
}

.hero-outer.solid .hero-image+.hero-info {
	background-color: transparent;
	box-shadow: none;
}

@media screen and (min-width: 700px) {
	.hero-outer.solid .hero-image+.hero-info {
		flex: 0 92%;
		max-width: 92%;
		margin: 25em auto 0;
	}
}

@media screen and (min-width: 960px) {
	.hero-outer.solid .hero-image+.hero-info {
		flex: 0 80em;
		max-width: 80em;
	}
}

.hero-outer.solid .hero-image+.hero-info .hero-inner {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	background-color: #2b7583;
	color: #fff;
	text-align: left;
}

@media screen and (min-width: 960px) {
	.hero-outer.solid .hero-image+.hero-info .hero-inner {
		flex: 0 64%;
		max-width: 64%;
		margin-left: 2rem;
	}
}

.hero-outer.solid .hero-info {
	background-color: transparent;
}

.hero-outer.solid .hero-info p {
	padding-right: unset;
}

.hero-outer.solid .hero-inner {
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 700px) {
	.hero-outer.solid .hero-inner {
		margin: 10rem auto 0;
	}
}

.hero-outer.solid .hero-title, .hero-outer.solid .hero-summary {
	margin-left: auto;
}

.hero-outer.listing {
	text-align: center;
}

.hero-outer.listing .hero-info {
	background-color: #f2f2ef;
}

.hero-outer.listing .hero-info .hero-inner {
	margin: 0 auto;
}

@media screen and (min-width: 960px) {
	.hero-outer.listing .hero-info .hero-inner {
		width: 53.33333rem;
	}
}

@media screen and (min-width: 960px) {
	.hero-outer.listing .hero-info .hero-inner .hero-title, .hero-outer.listing .hero-info .hero-inner .hero-summary {
		width: 100%;
	}
}

.hero-info, .hero-image {
	margin: 0;
}

.hero-info {
	flex: 0 100%;
	max-width: 100%;
	background-color: transparent;
	align-items: center;
}

.hero-info .hero-summary {
	padding-top: 1rem;
	font-size: 1.625em;
	font-weight: 400;
}

@media screen and (min-width: 960px) {
	.hero-info p {
		padding-right: 5rem;
	}
}

.hero-info a {
	margin-top: 2rem;
	text-decoration: underline;
}

.hero-info .button, .hero-info [type="reset"], .hero-info [type="submit"], .hero-info .media-block-element-play, .hero-info .pagination_element.prev, .hero-info .pagination_element.next {
	text-decoration: none;
}

.hero-inner {
	color: #3a3a3d;
	margin: 0 auto;
	padding: 3rem 2rem;
}

@media screen and (min-width: 700px) {
	.hero-inner {
		width: 80rem;
	}
}

@media screen and (min-width: 960px) {
	.hero-inner {
		padding: 12rem 3rem 2rem 2em;
	}
}

.hero-inner .hero-title {
	color: #2b7583;
}

@media screen and (min-width: 960px) {
	.hero-inner .hero-title, .hero-inner .hero-summary {
		margin-left: 0;
		width: 66.66%;
	}
}

.hero-image {
	flex: 0 100%;
	max-width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 960px) {
	.hero-image {
		flex: 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 960px) {
	.hero-image+.hero-info {
		flex: 0 50%;
		max-width: 50%;
	}
}

.hero-image+.hero-info .hero-inner {
	margin: 0 0 0 auto;
}

@media screen and (min-width: 960px) {
	.hero-image+.hero-info .hero-inner {
		width: 40em;
	}
}

.hero-image+.hero-info .hero-inner .hero-title, .hero-image+.hero-info .hero-inner .hero-summary {
	color: #fff;
}

@media screen and (min-width: 960px) {
	.hero-image+.hero-info .hero-inner .hero-title, .hero-image+.hero-info .hero-inner .hero-summary {
		margin-left: 0;
		width: 100%;
	}
}

.hero-image img {
	aspect-ratio: 1.77778;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.media-block {
	background-color: #2b7583;
	border-radius: 0 0 20px 20px;
	min-height: 420px;
}

@media screen and (min-width: 1280px) {
	.media-block-outer.section {
		padding: 5rem 0;
	}
}

.media-block-outer .section-header-title {
	color: #2b7583;
}

.media-block-outer.dark .section-header {
	color: #fff;
}

.media-block-outer.dark .section-header-title {
	color: #fff;
}

.media-block-outer.light .media-block-footer .accoridon-item {
	background: white;
}

.media-block-outer.light-font .media-block-info .sidebar-meta-block, .media-block-outer.light-font .media-block-content .sidebar-meta-block {
	color: #fff;
}

.media-block-outer.light-font .media-block-info .sidebar-meta-block span, .media-block-outer.light-font .media-block-content .sidebar-meta-block span {
	color: #fff;
}

.media-block-outer.home-page .media-block {
	background-color: #f2f2ef;
	border-radius: 0;
}

.media-block-outer.home-page .media-block-info {
	text-align: center;
}

@media screen and (min-width: 960px) {
	.media-block-outer.home-page .media-block-info {
		text-align: initial;
	}
}

.media-block-outer.home-page .media-block-title {
	color: #2b7583;
}

.media-block-outer.home-page .media-block-content p {
	color: #3a3a3d;
	font-size: 1.375rem;
}

@media screen and (min-width: 1440px) {
	.media-block-outer.home-page .media-block-content p {
		padding-right: 4rem;
	}
}

@media screen and (min-width: 1700px) {
	.media-block-outer.home-page .media-block-content p {
		padding-right: 6rem;
	}
}

.media-block-outer.home-page .media-block-element {
	border-radius: 0;
}

.media-block-outer.home-page.right .media-block-element {
	border-radius: 0;
}

.media-block-outer.wide-img .media-block {
	min-height: 500px;
}

@media screen and (min-width: 960px) {
	.media-block-outer.wide-img .media-block-element {
		flex: 0 60%;
		max-width: 60%;
	}
}

@media screen and (min-width: 960px) {
	.media-block-outer.wide-img .media-block-info {
		flex: 0 40%;
		max-width: 40%;
	}
}

.media-block-outer.circle-img {
	background: #f2f2ef;
}

@media screen and (min-width: 1280px) {
	.media-block-outer.circle-img.section {
		padding: 1rem 0;
	}
}

.media-block-outer.circle-img .media-block {
	background: unset;
	box-shadow: unset;
}

.media-block-outer.circle-img .media-block-info {
	text-align: center;
}

@media screen and (min-width: 700px) {
	.media-block-outer.circle-img .media-block-info {
		text-align: initial;
	}
}

.media-block-outer.circle-img .media-block-element {
	height: 17rem;
	position: relative;
}

@media screen and (min-width: 700px) {
	.media-block-outer.circle-img .media-block-element {
		height: 30rem;
	}
}

.media-block-outer.circle-img .media-block-element img {
	border-radius: 50%;
	right: 0;
	position: absolute;
	top: 0;
	max-width: 16rem;
	min-height: 16rem;
	margin-right: 0;
}

@media screen and (min-width: 700px) {
	.media-block-outer.circle-img .media-block-element img {
		max-width: 30rem;
		min-height: 30rem;
	}
}

.media-block-outer.circle-img .media-block-element:before {
	content: url("../svg/ball_teal.svg");
	position: absolute;
	bottom: 0;
	left: 0;
}

.media-block-outer.circle-img .media-block-title {
	color: #2b7583;
}

.media-block-outer.circle-img .media-block-content p {
	color: #3a3a3d;
}

@media screen and (min-width: 960px) {
	.media-block-outer.right .media-block {
		flex-flow: row-reverse nowrap;
	}
}

@media screen and (min-width: 960px) {
	.media-block-outer.right .media-block-element {
		border-radius: 0 0px 20px 0;
	}
}

.media-block-outer.secondary .media-block {
	background: #fff;
}

.media-block-outer.secondary .media-block-info {
	color: #000;
}

.media-block-meta p {
	color: #fff;
}

.media-block-meta p span {
	color: #fff;
	font-weight: 700;
}

.media-block-meta p a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

.media-block-meta p a:hover {
	color: #000;
}

.media-block-meta .metatag-link {
	background-color: #fff;
	color: #000;
	font-weight: 400;
}

.media-block-meta .metatag-link:hover {
	background-color: transparent;
	box-shadow: 0 0 0 2px #f2f2ef;
}

.media-block-footer {
	color: #3a3a3d;
	width: 100%;
	justify-content: space-between;
	position: relative;
	background-color: #f2f2ef;
	border-radius: 0 0 20px 20px;
	flex-direction: column-reverse;
}

@media screen and (min-width: 700px) {
	.media-block-footer {
		background-color: unset;
		border-radius: unset;
		flex-direction: unset;
	}
}

.media-block-footer .accordion-outer {
	margin-left: .5rem;
	background: #f2f2ef;
	border-radius: 0 0 20px 20px;
	box-shadow: none;
	box-shadow: none;
	padding: 0;
}

@media screen and (min-width: 700px) {
	.media-block-footer .accordion-outer {
		flex: 0 100%;
		max-width: 100%;
		background-color: unset;
		border-radius: unset;
		border-radius: 0 0 20px 20px;
		background: #f2f2ef;
		margin-left: unset;
	}
}

.media-block-footer .accordion-outer .accordion-panel {
	height: 240px;
	margin-top: 1rem;
	overflow-y: scroll;
}

.media-block-footer .accordion-outer .accordion-panel.open {
	display: block;
}

.media-block-footer .accordion-outer .accordion-item {
	padding: .5rem .5rem 1rem;
}

@media screen and (min-width: 700px) {
	.media-block-footer .accordion-outer .accordion-item {
		padding: 1rem 1.5rem 1rem;
	}
}

.media-block-footer .accordion-outer .accordion-description.content p {
	font-size: 1rem;
	font-weight: 400;
}

.media-block-footer .media-transcript {
	font-weight: 600;
	margin: unset;
	color: #3a3a3d;
	position: relative;
	padding: 0 1rem 0 1.8rem;
}

.media-block-footer .media-transcript:before {
	content: url("../svg/arrowdwn_blk.svg");
	position: absolute;
	top: 0;
	left: 0;
}

.media-block-footer .media-transcript.active:before {
	transform: rotate(-180deg);
}

.media-block-footer .media-transcript:hover {
	text-decoration: underline;
}

.media-block-footer .print-button {
	margin: 0;
	color: #3a3a3d;
	position: relative;
	padding-left: 1.8rem;
	margin-left: 1rem;
	padding-bottom: 1rem;
	margin-top: .5rem;
}

@media screen and (min-width: 700px) {
	.media-block-footer .print-button {
		position: absolute;
		right: 1.5rem;
		top: 1rem;
		margin-left: unset;
		padding-bottom: unset;
		margin-top: unset;
	}
}

.media-block-footer .print-button:before {
	content: url("../svg/printer.svg");
	position: absolute;
	top: 3px;
	left: 0;
}

.media-block-footer .print-button:hover {
	text-decoration: underline;
}

.media-block-footer .embed-button {
	margin: 0;
	color: #3a3a3d;
	background-color: transparent;
	position: relative;
	padding: 0rem .5rem .5rem .5rem;
	font-size: 1.125rem;
	width: 10.2rem;
	text-align: right;
	margin-left: .5rem;
}

@media screen and (min-width: 700px) {
	.media-block-footer .embed-button {
		position: absolute;
		left: 50%;
		top: .5rem;
		transform: translate(-50%, 0%);
		width: unset;
		text-align: unset;
		padding: .5rem;
		margin-left: unset;
	}
}

.media-block-footer .embed-title {
	position: relative;
	font-family: "Poppins";
	height: 100%;
}

.media-block-footer .embed-title:before {
	content: url("../svg/embed.svg");
	position: absolute;
	top: 0;
	right: 4.5rem;
}

.media-block-footer .embed-title:hover {
	text-decoration: underline;
}

.media-block-element, .media-block-info {
	margin: 0;
}

.media-block-info {
	align-items: center;
	color: #fff;
	padding: 1.5rem;
}

@media screen and (min-width: 560px) {
	.media-block-info {
		padding: 3rem;
	}
}

@media screen and (min-width: 960px) {
	.media-block-info {
		flex: 0 50%;
		max-width: 50%;
		padding: 3rem;
	}
}

@media screen and (min-width: 1280px) {
	.media-block-info {
		padding: 4rem 3rem;
	}
}

@media screen and (min-width: 1440px) {
	.media-block-info {
		flex: 0 50%;
		max-width: 50%;
	}
}

.media-block-info .button, .media-block-info [type="reset"], .media-block-info [type="submit"], .media-block-info .media-block-element-play, .media-block-info .pagination_element.prev, .media-block-info .pagination_element.next {
	font-size: 1.2rem;
	margin-top: 2rem;
}

.media-block-info .sidebar-meta-block.viewProfile a:hover {
	color: #cce54d;
}

.media-block-content {
	margin: 0;
}

.media-block-content .sidebar-meta-block-tag {
	background: #f2f2ef;
	color: #3a3a3d;
	font-weight: 300;
	font-size: .8em;
}

.media-block-content .sidebar-meta-block-tag:hover {
	box-shadow: 0 0 0 2px #f2f2ef;
	background: transparent;
	color: #fff;
}

.media-block-content p {
	padding-bottom: 1rem;
	color: #fff;
}

.media-block-content p a {
	text-decoration: underline;
	color: #fff;
}

.media-block-content p a:hover {
	color: #cce54d;
}

.media-block-content .search {
	width: 100%;
	margin-top: 1rem;
}

.media-block-content .search-input {
	height: 2.8em;
	font-size: 1.2em;
	background-color: rgba(38, 50, 56, .1);
	border-radius: 0;
	border-bottom: 1px solid #b3b3b3;
}

.media-block-content .search-button {
	display: none;
}

.media-block-element {
	flex: 0 100%;
	max-width: 100%;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 700px) {
	.media-block-element {
		border-radius: 20px 20px 0 0;
	}
}

@media screen and (min-width: 960px) {
	.media-block-element {
		flex: 0 50%;
		max-width: 50%;
		border-radius: 0;
	}
}

@media screen and (min-width: 1280px) {
	.media-block-element {
		flex: 0 50%;
		max-width: 50%;
		border-radius: 0;
	}
}

.media-block-element-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	display: inline-block;
	padding: 1rem 1.5rem .7rem 1.5rem;
	padding: 1rem 1.5rem .7rem 1.5rem;
	width: auto;
	z-index: 2;
}

.media-block-element-play .icon {
	fill: black;
}

.media-block-element img {
	aspect-ratio: 1.77778;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	border-radius: 0;
}

@media screen and (min-width: 960px) {
	.media-block-element img {
		border-radius: 0;
		left: 0;
		position: absolute;
		top: 0;
	}
}

.no-objectfit .media-block-element img {
	width: auto;
}

.media-block-element iframe {
	height: 100%;
	width: 100%;
}

.media-block-title {
	padding-bottom: 1rem;
}

.media-block-placeholder-text {
	align-items: center;
	background-color: #000;
	justify-content: center;
	padding: 8.5rem 0;
}

.media-block-placeholder-text p {
	color: #fff;
}

.video .media-block {
	min-height: auto;
}

.video .media-block-element {
	flex: 0 100%;
	max-width: 100%;
	overflow: hidden;
	background-color: #000;
}

@media screen and (min-width: 960px) {
	.video .media-block-element {
		flex: 0 50%;
		max-width: 50%;
	}
}

.video .media-block-element .video-outer {
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video .media-block-element .video-outer iframe {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.video .media-block-info {
		flex: 0 50%;
		max-width: 50%;
	}
}

.single-post .sidebar .media-meta .sidebar-meta-block {
	position: relative;
	display: inline-grid;
	width: 100%;
	font-size: 1rem;
}

.single-post .sidebar .media-meta .sidebar-meta-block:after {
	content: "";
	border-bottom: 1px solid #ccc;
	width: 100%;
	position: absolute;
	bottom: -7px;
	left: 0;
}

.single-post .sidebar .media-meta .sidebar-meta-block:last-of-type:after {
	content: "";
	border-bottom: unset;
}

.single-post .sidebar .media-meta .sidebar-meta-block span {
	width: 100%;
	font-size: 1.375rem;
}

.metadata {
	color: #f2f2ef;
}

.metadata-link {
	font-weight: 600;
}

.metadata time {
	font-weight: 600;
}

.metalabel {
	color: #2b7583;
	display: block;
}

.tags {
	margin-top: 1rem;
}

.metatag {
	float: left;
	margin: .25rem .25rem 0 0;
}

.metatag-link {
	background-color: #2b7583;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font: 600 .8em/1.5 "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	margin: .25rem .25rem .25rem 0;
	padding: .25rem .66667rem;
}

.metatag-link:hover {
	background: #f2f2ef;
	color: #fff;
}

.media-gallery-outer.light .media-block-footer {
	background: white !important;
}

.media-gallery-outer.light .media-block-footer .accordion-outer {
	background: white !important;
}

.media-gallery-outer.dark {
	padding: 2rem 0;
}

@media screen and (min-width: 560px) {
	.media-gallery-outer.dark {
		padding: 3rem 0;
	}
}

.media-gallery-outer.dark .media-block-info {
	background-color: #fff;
}

.media-gallery-outer.dark .media-block-info .media-block-title, .media-gallery-outer.dark .media-block-info .media-block-meta {
	color: #000;
}

.media-gallery-outer.dark .media-block-info .media-block-title p, .media-gallery-outer.dark .media-block-info .media-block-meta p {
	color: #000;
}

.media-gallery-outer.dark .media-block-info .media-block-title p span, .media-gallery-outer.dark .media-block-info .media-block-meta p span {
	color: #000;
}

.media-gallery-outer.dark .media-block-info .metatag-link {
	background-color: #2b7583;
	color: #fff;
}

.media-gallery-outer.dark .embed-button .embed-title {
	color: #3a3a3d;
}

.media-gallery-outer.dark .accordion-description p {
	color: #3a3a3d;
}

.media-gallery-outer.dark .modal-content h4 {
	color: #1f5a65;
}

.media-gallery .media-block-info {
	padding: 1.5rem;
}

@media screen and (min-width: 560px) {
	.media-gallery .media-block-info {
		padding: 3rem;
	}
}

@media screen and (min-width: 960px) {
	.media-gallery .media-block-info {
		padding: 3rem;
	}
}

.media-gallery .media-block-meta p {
	flex: 0 100%;
	max-width: 100%;
	font-size: 1rem;
}

@media screen and (min-width: 560px) {
	.media-gallery .media-block-meta p {
		flex: 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 960px) {
	.media-gallery .media-block-meta p {
		flex: 0 100%;
		max-width: 100%;
	}
}

.media-gallery .media-block-meta .tags {
	margin: 0;
}

.media-block-footer .modal {
	display: none;
	position: relative;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
}

.media-block-footer .modal:target {
	display: block;
}

@media screen and (min-width: 700px) {
	.media-block-footer .modal {
		top: -55px;
		height: 100%;
		padding-top: 100px;
	}
}

@media screen and (min-width: 960px) {
	.media-block-footer .modal {
		position: fixed;
		top: 0;
	}
}

.media-block-footer .modal.show-modal {
	display: block;
}

.media-block-footer .modal-content {
	background-color: #f2f2ef;
	margin: 2rem auto;
	padding: 20px;
	width: 80%;
	position: relative;
	border-radius: 6px;
}

@media screen and (min-width: 700px) {
	.media-block-footer .modal-content {
		margin: auto;
	}
}

@media screen and (min-width: 960px) {
	.media-block-footer .modal-content {
		width: 50%;
	}
}

.media-block-footer .modal-content h4 {
	color: #2b7583;
}

.media-block-footer .modal-content .close, .media-block-footer .modal-content .close-embed {
	color: #3a3a3d;
	float: right;
	font-size: 28px;
	font-weight: 500;
	position: absolute;
	top: 10px;
	right: 25px;
}

.media-block-footer .modal-content .close:hover, .media-block-footer .modal-content .close:focus, .media-block-footer .modal-content .close-embed:hover, .media-block-footer .modal-content .close-embed:focus {
	color: #2b7583;
	text-decoration: none;
	cursor: pointer;
}

.media-block-footer .modal-embed-text {
	font-size: .8rem;
	font-family: "Poppins";
	color: #3a3a3d;
}

.media-block-footer .embed-title {
	cursor: pointer;
}

.pagination {
	text-align: center;
	justify-content: space-between;
	background-color: #2b7583;
	max-width: 33rem;
	border-radius: 30px;
}

.pagination a:hover {
	color: #cce54d;
}

.pagination_block {
	margin: 0;
}

@media screen and (min-width: 700px) {
	.pagination_block {
		width: 48%;
	}
}

.pagination_element {
	border-radius: 4px;
	display: block;
	padding: .25rem .3rem;
	overflow: hidden;
}

@media screen and (min-width: 700px) {
	.pagination_element {
		padding: .25rem .5rem;
	}
}

.pagination_element.prev, .pagination_element.next {
	display: block;
}

.pagination_element.current {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	font-weight: 600;
	color: #f2f2ef;
}

@media screen and (min-width: 700px) {
	.pagination {
		justify-content: center;
	}
	
	.pagination_block.numeral {
		display: block;
	}
	
	.pagination_block {
		margin: 0 .25rem;
		width: auto;
	}
	
	.pagination_element {
		display: block;
		padding: .5rem 1rem;
	}
}

.pagination_block.next {
	float: right;
}

.pagination_block.numeral {
	align-self: center;
}

.pagination_block.numeral a {
	color: white;
	font-size: 80%;
}

@media screen and (min-width: 700px) {
	.pagination_block.numeral a {
		font-size: 100%;
	}
}

.pagination_block.numeral a:hover {
	color: #cce54d;
}

.pagination_block.view_all {
	display: none;
}

.pagination_element.prev {
	font-size: .8em;
	padding: .6rem 1rem .6rem 1.5rem;
}

@media screen and (min-width: 960px) {
	.pagination_element.prev {
		padding: .6rem 1.5rem;
	}
}

.pagination_element.prev.prev {
	position: relative;
}

.pagination_element.prev.prev:after {
	content: url("../svg/whitearrowleft.svg");
	position: absolute;
	width: 1.5rem;
	height: 100%;
	top: 53%;
	left: 0%;
	transform: translate(0%, -25%);
}

@media screen and (min-width: 960px) {
	.pagination_element.prev.prev:after {
		top: 47%;
		transform: translate(0%, -25%);
	}
}

@media screen and (min-width: 1440px) {
	.pagination_element.prev.prev:after {
		top: 49%;
	}
}

@media screen and (min-width: 1700px) {
	.pagination_element.prev.prev:after {
		top: 48%;
	}
}

.pagination_element.prev:hover {
	background: unset;
	color: #cce54d;
	box-shadow: none;
}

.pagination_element.prev:hover:after {
	content: url("../svg/limearrowleft.svg");
}

@media screen and (min-width: 960px) {
	.pagination_element.prev {
		font-size: 1em;
	}
}

.pagination_element.next {
	font-size: .8em;
	padding: .6rem 1.5rem .6rem 1rem;
	position: relative;
}

@media screen and (min-width: 960px) {
	.pagination_element.next {
		padding: .6rem 1.5rem;
	}
}

.pagination_element.next:after {
	content: url("../svg/whitearrowright.svg");
	position: absolute;
	width: 1.5rem;
	height: 100%;
	top: 53%;
	right: 0%;
	transform: translate(0%, -25%);
}

@media screen and (min-width: 960px) {
	.pagination_element.next:after {
		top: 47%;
		transform: translate(0%, -25%);
	}
}

@media screen and (min-width: 1440px) {
	.pagination_element.next:after {
		top: 49%;
	}
}

@media screen and (min-width: 1700px) {
	.pagination_element.next:after {
		top: 48%;
	}
}

.pagination_element.next:hover {
	background: unset;
	color: #cce54d;
	box-shadow: none;
}

.pagination_element.next:hover:after {
	content: url("../svg/limearrowright.svg");
}

@media screen and (min-width: 960px) {
	.pagination_element.next {
		font-size: 1em;
	}
}

.profile {
	align-items: flex-start;
	padding: 2rem 0;
}

.profile-overlay {
	background-color: rgba(0, 0, 0, .7);
	height: 100%;
	opacity: 0;
	left: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}

.profile-overlay.active-profile {
	opacity: 1;
	visibility: visible;
}

.profile-element {
	flex: 0 100%;
	max-width: 100%;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	margin: 0 0 2rem;
}

@media screen and (min-width: 560px) {
	.profile-element {
		flex: 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 960px) {
	.profile-element {
		flex: 0 33.33%;
		max-width: 33.33%;
		margin: 0;
	}
}

@media screen and (min-width: 1280px) {
	.profile-element {
		flex: 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 960px) {
	.profile-element:nth-child(n+4) {
		margin-top: 3rem;
	}
}

@media screen and (min-width: 1280px) {
	.profile-element:nth-child(n+4) {
		margin-top: 0;
	}
}

@media screen and (min-width: 960px) {
	.profile-element:nth-child(n+5) {
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	.profile-element:nth-child(n+5) {
		margin-top: 3rem;
	}
}

.profile-item {
	margin: 0;
	width: 100%;
}

.profile-item:not(.is-trigger) {
	pointer-events: none;
}

.profile-image {
	border-radius: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	cursor: pointer;
	display: inline-block;
	margin: 0;
	width: 80%;
}

.profile-image img {
	border-radius: 100%;
	margin: 0;
	width: 100%;
}

.profile-wrap {
	margin: 2rem 0 0;
	padding: 0 1rem;
}

.profile-name {
	font-size: 1.3em;
}

.profile-title {
	font-size: 1em;
	font-weight: normal;
	padding-top: .66667rem;
}

.profile-summary {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	color: #000;
	height: 100%;
	margin-top: 0;
	overflow: scroll;
	padding: 5rem 2rem 2rem;
	position: fixed;
	right: -90%;
	text-align: left;
	top: 0;
	width: 90%;
	z-index: 999;
}

@media screen and (min-width: 700px) {
	.profile-summary {
		padding: 2.5rem;
		right: -50%;
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.profile-summary {
		padding: 5rem;
		right: -35%;
		width: 35%;
	}
}

.profile-summary.active-profile {
	right: 0;
}

.profile-summary-copy {
	margin-top: 1rem;
}

.profile-summary .profile-summary-close {
	color: #2b7583;
	cursor: pointer;
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 999;
}

.profile-summary .profile-summary-close:hover {
	color: #f2f2ef;
	transform: rotate(90deg);
}

.profile-summary-inner {
	display: block;
	margin-top: 0;
	position: relative;
	z-index: 11;
}

.profile-summary-inner .profile-name {
	color: #2b7583;
	font-size: 1.3em;
}

@media screen and (min-width: 560px) {
	.profile-summary-inner .profile-name {
		font-size: 1.5em;
	}
}

.profile-summary-inner p {
	color: #000;
	font-size: .9em;
	margin-top: 0;
	padding-top: 1rem;
}

@media screen and (min-width: 560px) {
	.profile-summary-inner p {
		font-size: 1em;
	}
}

.profile-meta {
	margin-top: 1rem;
}

.profile-meta-item {
	display: inline-block;
	padding: .25rem 0;
}

.profile-meta-item-link {
	align-items: center;
	border: solid 2px #000;
	border-radius: 100%;
	display: block;
	height: 40px;
	margin-right: .5rem;
	position: relative;
	width: 40px;
}

.profile-meta-item-link .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.profile-meta-item-link:hover {
	color: #2b7583;
}

.profile-meta-item-link:hover .profile-meta-item-text {
	border-bottom: solid 2px #2b7583;
}

.profile-meta-item-link.mail .icon {
	color: #000;
	height: 1.2rem;
	width: 1.2rem;
}

.profile-meta-item-text {
	color: #000;
	margin-left: .66667rem;
}

@media screen and (min-width: 700px) {
	.pullquotes {
		display: flex;
		grid-gap: 2rem;
	}
}

.pullquote {
	font-family: "Poppins", "Lucida Grande", Tahoma, Sans-Serif;
	justify-content: center;
	margin: 0 auto;
	padding: 1.5rem 0;
	text-align: center;
	background-color: rgba(151, 218, 212, .4);
	border-radius: 20px;
	margin-top: 2rem;
}

@media screen and (min-width: 560px) {
	.pullquote {
		align-items: center;
		text-align: left;
	}
}

@media screen and (min-width: 700px) {
	.pullquote {
		margin-top: unset;
	}
}

@media screen and (min-width: 960px) {
	.pullquote {
		padding: 2rem 3rem;
	}
}

@media screen and (min-width: 1440px) {
	.pullquote {
		margin: 0 auto;
		padding: 2rem 0;
		width: 80rem;
	}
}

.pullquote-image {
	flex: 0 50%;
	max-width: 50%;
}

@media screen and (min-width: 560px) {
	.pullquote-image {
		flex: 0 20%;
		max-width: 20%;
	}
}

@media screen and (min-width: 700px) {
	.pullquote-image {
		flex: 0 35%;
		max-width: 35%;
	}
}

@media screen and (min-width: 1280px) {
	.pullquote-image {
		flex: 0 20%;
		max-width: 20%;
	}
}

.pullquote-image img {
	border-radius: 100%;
	border: 8px solid #2b7583;
}

.pullquote-image+.pullquote-info {
	flex: 0 100%;
	max-width: 100%;
	padding: 1.5rem;
}

@media screen and (min-width: 960px) {
	.pullquote-image+.pullquote-info {
		padding: 1rem 2rem 2rem;
	}
}

.pullquote-image+.pullquote-info blockquote {
	font-size: 1.3em;
	line-height: 2rem;
}

@media screen and (min-width: 960px) {
	.pullquote-image+.pullquote-info blockquote {
		font-size: 1.4em;
	}
}

.pullquote-info {
	flex: 0 100%;
	max-width: 100%;
	text-align: center;
}

.pullquote blockquote {
	font-size: 1.8em;
	font-weight: 600;
	font-weight: 300;
	padding: .66667rem 0;
	quotes: "“" "”" "‘" "’";
	color: #2b7583;
}

@media screen and (min-width: 960px) {
	.pullquote blockquote {
		font-size: 2.6em;
	}
}

.pullquote cite {
	font-size: 1em;
	font-style: normal;
	padding: .5rem 0;
}

.pullquote-share {
	display: block;
	position: relative;
}

@media screen and (min-width: 960px) {
	.pullquote-share {
		display: inline-block;
		padding-left: 5rem;
		top: -4px;
	}
}

.pullquote-share-title {
	color: #4d4d4d;
	font-size: .7em;
	font-weight: 400;
	padding: 0 0 0 4rem;
	position: relative;
	text-transform: uppercase;
}

.pullquote-share-title:before {
	background-color: #4d4d4d;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 36px;
}

.pullquote-share-element {
	background-color: #55acee;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 30px;
	margin: 0 0 0 .5rem;
	text-align: center;
	width: 30px;
}

.pullquote-share-element .icon {
	margin-top: 3px;
}

.share {
	justify-content: center;
}

.share-item {
	flex: 0 100%;
	max-width: 100%;
	align-items: center;
	margin: 0 1rem 1.5rem;
}

@media screen and (min-width: 560px) {
	.share-item {
		flex: 0 auto;
		max-width: auto;
		margin: 0 1rem;
	}
}

.share-item.whatsapp {
	display: inline-block;
}

@media screen and (min-width: 700px) {
	.share-item.whatsapp {
		display: none;
	}
}

.share-item h3 {
	font-size: 1.3em;
}

.share-item .button, .share-item [type="reset"], .share-item [type="submit"], .share-item .media-block-element-play, .share-item .pagination_element.prev, .share-item .pagination_element.next {
	align-items: center;
	justify-content: center;
	width: 70%;
}

@media screen and (min-width: 560px) {
	.share-item .button, .share-item [type="reset"], .share-item [type="submit"], .share-item .media-block-element-play, .share-item .pagination_element.prev, .share-item .pagination_element.next {
		width: auto;
	}
}

.share-item .button .icon, .share-item [type="reset"] .icon, .share-item [type="submit"] .icon, .share-item .media-block-element-play .icon, .share-item .pagination_element.prev .icon, .share-item .pagination_element.next .icon {
	margin-right: .5rem;
}

.share-item .button.whatsapp .icon, .share-item .whatsapp[type="reset"] .icon, .share-item .whatsapp[type="submit"] .icon, .share-item .whatsapp.media-block-element-play .icon, .share-item .whatsapp.pagination_element.prev .icon, .share-item .whatsapp.pagination_element.next .icon, .share-item .button.link .icon, .share-item .link[type="reset"] .icon, .share-item .link[type="submit"] .icon, .share-item .link.media-block-element-play .icon, .share-item .link.pagination_element.prev .icon, .share-item .link.pagination_element.next .icon {
	height: 1.2em;
	width: 1.2em;
}

.slick-list {
	overflow: hidden;
}

.slick-slide {
	flex: 1 auto;
}

.slick-prev, .slick-next {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	cursor: pointer;
	color: transparent;
	display: block;
	font-size: 0px;
	height: 38px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 38px;
	transform: translate(0, -60%);
	z-index: 99;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: #fff;
	color: transparent;
	outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	color: #2b7583;
	font-family: "slick";
	font-size: 30px;
	opacity: .75;
	top: 21px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
	content: "←";
}

.slick-next {
	right: 0;
}

.slick-next:before {
	content: "→";
}

.slick-dotted.slick-slider {
	margin-bottom: 60px;
}

.slick-dots {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -40px;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	background-color: transparent;
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	color: #000;
	content: "•";
	font-family: "slick";
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: .25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75;
}

.statistic {
	padding: 0 2rem;
	justify-content: space-between;
	text-align: center;
}

@media screen and (min-width: 1280px) {
	.statistic {
		padding: 0;
	}
}

.statistic-outer {
	background-color: transparent;
	position: relative;
	padding-top: 0;
}

.statistic-outer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 75%;
	background: linear-gradient(180deg, #97dad4 0%, rgba(151, 218, 212, 0) 100%);
	opacity: .6;
}

.statistic-outer .section-header {
	margin-top: 4rem;
}

@media screen and (min-width: 560px) {
	.statistic-outer .section-header {
		margin-bottom: 0;
	}
}

.statistic-outer .section-header-title {
	color: #3a3a3d;
}

.statistic-outer .section-header.container {
	margin-top: 4rem;
}

@media screen and (min-width: 560px) {
	.statistic-outer .section-header+.container {
		margin-top: 2rem;
	}
}

.statistic-outer.dark .statistic-value-number {
	color: #fff;
}

.statistic-outer>.container {
	margin-top: 2rem;
	max-width: 80rem;
}

.statistic-item {
	flex: 0 100%;
	max-width: 100%;
	margin: 0 0 2rem;
}

@media screen and (min-width: 700px) {
	.statistic-item {
		flex: 0 48%;
		max-width: 48%;
	}
}

@media screen and (min-width: 960px) {
	.statistic-item {
		flex: 0 20%;
		max-width: 20%;
		margin: 0;
	}
	
	.statistic-item:first-child:nth-last-child(1), .statistic-item:first-child:nth-last-child(1) ~ .statistic-item {
		flex: 0 48%;
		max-width: 48%;
		padding: 0 3rem;
	}
}

@media screen and (min-width: 960px) and (min-width: 560px) {
	.statistic-item:first-child:nth-last-child(1):last-child, .statistic-item:first-child:nth-last-child(1) ~ .statistic-item:last-child {
		margin: 0 auto 2rem;
	}
}

@media screen and (min-width: 960px) {
	.statistic-item:first-child:nth-last-child(2), .statistic-item:first-child:nth-last-child(2) ~ .statistic-item {
		flex: 0 48%;
		max-width: 48%;
		padding: 0 3rem;
	}
	
	.statistic-item:first-child:nth-last-child(3), .statistic-item:first-child:nth-last-child(3) ~ .statistic-item {
		flex: 0 30%;
		max-width: 30%;
	}
}

.statistic-item:last-child {
	margin-bottom: 1rem;
}

@media screen and (min-width: 560px) {
	.statistic-item:last-child {
		margin: 0 0 2rem;
	}
}

.statistic-icon {
	font-size: 2rem;
}

.statistic-value {
	display: inline-block;
	text-align: center;
}

.statistic-value-number {
	font-size: 4rem;
	font-weight: 500;
	color: #2b7583;
}

.statistic-title {
	font-size: 1.6em;
	padding: 0 0 1rem;
	position: relative;
	font-weight: 500;
	color: #2b7583;
}

.content .gallery {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: -5px;
	margin-right: -5px;
}

.content .gallery-item {
	margin: 0 !important;
	float: left;
	text-align: center;
	width: 33.33%;
}

.content .gallery-icon {
	height: 1px;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border: solid 5px transparent;
}

.content .gallery-icon a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: zoom-in;
}

.content .gallery-icon a img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	font-family: "object-fit: cover;";
}

.wysiwyg {
	margin: 0;
}

.wysiwyg.center .content {
	margin: 0 auto;
}

.wysiwyg .content {
	margin: 0;
}

@media screen and (min-width: 960px) {
	.wysiwyg .content {
		width: 66.66%;
	}
}

@media screen and (min-width: 1440px) {
	.single-post .media-gallery-outer {
		padding: 3rem;
		margin-top: 0rem;
	}
}

@media screen and (min-width: 960px) {
	.media-gallery-outer {
		padding: 0 2rem;
		margin-bottom: 4rem;
		padding-top: 3rem;
	}
}

@media screen and (min-width: 1440px) {
	.media-gallery-outer {
		padding: 0;
	}
}

@media screen and (min-width: 960px) {
	.media-gallery-outer .container {
		padding: 0 4.5rem;
	}
}

.media-gallery-outer.dark .slick-arrow {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width=\'52\' height=\'52\' viewBox=\'0 0 52 52\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M23.9336 25.531C23.6704 25.7883 23.6704 26.2117 23.9335 26.469L31.6059 33.9706C32.3707 34.7185 32.3707 35.9491 31.6059 36.6969V36.6969C30.865 37.4213 29.6812 37.4213 28.9403 36.6969L18.8238 26.8054C18.3718 26.3636 18.3718 25.6364 18.8238 25.1946L28.9403 15.3031C29.6812 14.5787 30.865 14.5787 31.6059 15.3031V15.3031C32.3707 16.0509 32.3707 17.2816 31.6059 18.0294L23.9336 25.531Z\' fill=\'%23ffffff\'/%3E%3Ccircle cx=\'26\' cy=\'26\' r=\'24.5\' stroke=\'%23ffffff\' stroke-width=\'3\'/%3E%3C/svg%3E%0A");
	box-shadow: none;
	height: 52px;
	width: 52px;
}

.media-gallery-outer.dark .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.media-gallery-outer.dark .slick-arrow:hover {
	background-image: url("data:image/svg+xml,%3Csvg width=\'52\' height=\'52\' viewBox=\'0 0 52 52\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M23.9336 25.531C23.6704 25.7883 23.6704 26.2117 23.9335 26.469L31.6059 33.9706C32.3707 34.7185 32.3707 35.9491 31.6059 36.6969V36.6969C30.865 37.4213 29.6812 37.4213 28.9403 36.6969L18.8238 26.8054C18.3718 26.3636 18.3718 25.6364 18.8238 25.1946L28.9403 15.3031C29.6812 14.5787 30.865 14.5787 31.6059 15.3031V15.3031C32.3707 16.0509 32.3707 17.2816 31.6059 18.0294L23.9336 25.531Z\' fill=\'black\'/%3E%3Ccircle cx=\'26\' cy=\'26\' r=\'24.5\' stroke=\'black\' stroke-width=\'3\'/%3E%3C/svg%3E%0A");
}

.media-gallery-outer.dark .slick-arrow:hover.nitro-lazy {
	background-image: none !important;
}

.media-gallery-outer.dark .slick-arrow:before {
	display: none;
}

.media-gallery-outer.dark .slick-arrow.slick-prev {
	left: 0;
	right: unset;
}

.media-gallery-outer.dark .slick-arrow.slick-next {
	transform: translate(0, -60%) scale(-1);
}

.media-gallery .slick-track {
	align-items: center;
}

@media screen and (min-width: 960px) {
	.media-gallery .slick-track {
		padding: 2rem 0;
	}
}

.media-gallery .slick-slide {
	flex: 1 auto;
}

@media screen and (min-width: 960px) {
	.media-gallery .slick-slide {
		transform: scale(.9);
	}
}

@media screen and (min-width: 960px) {
	.media-gallery .slick-slide.slick-active {
		transform: scale(1.1);
	}
}

.media-gallery .slick-slide .media-gallery-image {
	border-radius: 0 0 25px 25px;
	height: 420px;
	overflow: hidden;
}

.media-gallery .slick-slide .media-gallery-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.media-gallery .slick-arrow {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width=\'52\' height=\'52\' viewBox=\'0 0 52 52\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M23.9336 25.531C23.6704 25.7883 23.6704 26.2117 23.9335 26.469L31.6059 33.9706C32.3707 34.7185 32.3707 35.9491 31.6059 36.6969V36.6969C30.865 37.4213 29.6812 37.4213 28.9403 36.6969L18.8238 26.8054C18.3718 26.3636 18.3718 25.6364 18.8238 25.1946L28.9403 15.3031C29.6812 14.5787 30.865 14.5787 31.6059 15.3031V15.3031C32.3707 16.0509 32.3707 17.2816 31.6059 18.0294L23.9336 25.531Z\' fill=\'%232B7583\'/%3E%3Ccircle cx=\'26\' cy=\'26\' r=\'24.5\' stroke=\'%232B7583\' stroke-width=\'3\'/%3E%3C/svg%3E%0A");
	box-shadow: none;
	height: 52px;
	width: 52px;
}

.media-gallery .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.media-gallery .slick-arrow:hover {
	background-image: url("data:image/svg+xml,%3Csvg width=\'52\' height=\'52\' viewBox=\'0 0 52 52\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M23.9336 25.531C23.6704 25.7883 23.6704 26.2117 23.9335 26.469L31.6059 33.9706C32.3707 34.7185 32.3707 35.9491 31.6059 36.6969V36.6969C30.865 37.4213 29.6812 37.4213 28.9403 36.6969L18.8238 26.8054C18.3718 26.3636 18.3718 25.6364 18.8238 25.1946L28.9403 15.3031C29.6812 14.5787 30.865 14.5787 31.6059 15.3031V15.3031C32.3707 16.0509 32.3707 17.2816 31.6059 18.0294L23.9336 25.531Z\' fill=\'black\'/%3E%3Ccircle cx=\'26\' cy=\'26\' r=\'24.5\' stroke=\'black\' stroke-width=\'3\'/%3E%3C/svg%3E%0A");
}

.media-gallery .slick-arrow:hover.nitro-lazy {
	background-image: none !important;
}

.media-gallery .slick-arrow:before {
	display: none;
}

.media-gallery .slick-arrow.slick-prev {
	left: 0;
	right: unset;
}

.media-gallery .slick-arrow.slick-next {
	transform: translate(0, -60%) scale(-1);
}
