/*-------------------- GENERAL --------------------*/
body {
	position: relative;
	font-family: 'Roboto', helvetica, arial, san-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.625;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;
	color: rgb(81,82,84);
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	font-family: 'Ubuntu', helvetica, arial, san-serif;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
h1, h2, h3, h4 {
	font-weight: 700;
	color: rgb(0,60,120);
	margin-bottom: 0.375em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.625em;
}
h3 {
	font-size: 1.25em;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.alignright {
	float: right;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	margin-bottom: 0.5em;
}
p:last-child {
	margin-bottom: 0;
}
strong, b {
	font-weight: 500;
}
em, i {
	font-style: italic;
}
small {
	font-size: 0.75em;
}
sup {
	vertical-align: super;
	font-size: 0.75em;
	margin: 0 0.25em;
}
blockquote {
	position: relative;
	font-size: 1.25em;
	font-style: italic;
	color: rgb(0,60,120);
	padding-left: 4rem;
	margin-top: 1em;
	margin-bottom: 1em;
}
blockquote::before {
	content: '\f10e';
	font-family: fontawesome;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0,60,120,1);
	position: absolute;
	top: 0;
	left: 1rem;
}
blockquote .name {
	font-size: 0.875rem;
	font-style: normal;
	color: rgb(81,82,84);
}
a {
	color: rgb(0,60,120);
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	color: rgba(200,70,80,1);
}
button,
.button {
	display: inline-block;
	cursor: pointer;
	padding: 0 0.75em;
	margin-top: 1em;
	margin-right: 0.5em;
	line-height: 2em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 700;
	background: rgb(0,60,120);
	color: #fff;
	border: none;
}
.button:first-child {
	margin-top: 0;
}
button:hover,
.button:hover {
	background: rgba(200,70,80,1);
	color: #fff;
}
.button.txt-blue:hover {
	color: #fff !important;
}
.inv-blue,
.hover-inv-blue:hover {
	background: #fff;
	color: rgba(0,60,120,1);
}
.inv-red,
.hover-inv-red:hover {
	background: #fff;
	color: rgba(200,70,80,1);
}
.inv-orange,
.hover-inv-orange:hover {
	background: #fff;
	color: rgba(230,120,60,1);
}
.inv-green,
.hover-inv-green:hover {
	background: #fff;
	color: rgba(40,140,120,1);
}
.inv-grey,
.hover-inv-grey:hover {
	background: #fff;
	color: rgba(70,80,90,1);
}
.read-more::before {
	content: '\f105';
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.5em;
}
.external::before {
	content: '\f08e';
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.5em;
}
.back::before {
	content: '\f104';
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.5em;
}
.file::before {
	content: '\f016';
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.5em;
}
.file.pdf::before {
	content: '\f1c1';
}
.file.image::before {
	content: '\f1c5';
}
.file.word::before {
	content: '\f1c2';
}
.file.excel::before {
	content: '\f1c3';
}
.file.ppt::before {
	content: '\f1c4';
}
.phone,
.mail,
.linkedin {
	margin-bottom: 0;
}
.phone::before,
.mail::before,
.linkedin::before {
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.5em;
}
.phone::before {
	content: '\f095';
}
.mail::before {
	content: '\f0e0';
}
.linkedin::before {
	content: '\f08c';
}

.bg-white {
	background: #fff;
}
.bg-blue {
	background: rgba(0,60,120,1);
}
.bg-red {
	background: rgba(200,70,80,1);
}
.bg-orange {
	background: rgba(230,120,60,1);
}
.bg-green {
	background: rgba(40,140,120,1);
}
.bg-grey {
	background: rgba(70,80,90,1);
}

.hover-bg-blue:hover {
	color: #fff;
	background: rgba(0,60,120,1);
}
.hover-bg-red:hover {
	color: #fff;
	background: rgba(200,70,80,1);
}
.hover-bg-orange:hover {
	color: #fff;
	background: rgba(230,120,60,1);
}
.hover-bg-green:hover {
	color: #fff;
	background: rgba(40,140,120,1);
}
.hover-bg-grey:hover {
	color: #fff;
	background: rgba(70,80,90,1);
}

.txt-blue {
	color: rgba(0,60,120,1) !important;
}
.txt-red {
	color: rgba(200,70,80,1) !important;
}
.txt-orange {
	color: rgba(230,120,60,1) !important;
}
.txt-green {
	color: rgba(40,140,120,1) !important;
}
.txt-grey {
	color: rgba(70,80,90,1) !important;
}
.txt-white {
	color: rgba(255,255,255,1) !important;
}

.fill-blue {
	fill: rgba(0,60,120,1);
}
.fill-red {
	fill: rgba(200,70,80,1);
}
.fill-orange {
	fill: rgba(230,120,60,1);
}
.fill-green {
	fill: rgba(40,140,120,1);
}
.fill-grey {
	fill: rgba(70,80,90,1);
}
.fill-white {
	fill: rgba(255,255,255,1);
}

.bg-blue-light {
	background: rgba(0,60,120,0.1);
}
.bg-red-light {
	background: rgba(200,70,80,0.1);
}
.bg-orange-light {
	background: rgba(230,120,60,0.1);
}
.bg-green-light {
	background: rgba(40,140,120,0.1);
}
.bg-grey-light {
	background: rgba(70,80,90,0.1);
}

.bg-blue-medium-light {
	background: rgba(0,60,120,0.4);
}
.bg-red-medium-light {
	background: rgba(200,70,80,0.4);
}
.bg-orange-medium-light {
	background: rgba(230,120,60,0.4);
}
.bg-green-medium-light {
	background: rgba(40,140,120,0.4);
}
.bg-grey-medium-light {
	background: rgba(70,80,90,0.4);
}

.bg-blue-medium {
	background: rgba(0,60,120,0.7);
}
.bg-red-medium {
	background: rgba(200,70,80,0.75);
}
.bg-orange-medium {
	background: rgba(230,120,60,0.75);
}
.bg-green-medium {
	background: rgba(40,140,120,0.75);
}
.bg-grey-medium {
	background: rgba(70,80,90,0.75);
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
    width: 100%;
    padding: 0.5rem;
    display: inline-block;
    background: rgba(255,255,255,1);
    border: none;
    box-sizing: border-box;
	font-size: 1rem;
	border-radius: 0;
}
select {
	margin: 2px 0;
}
input[type=submit] {
	background-color: transparent;
	color: rgb(0,60,120);
	margin: 1rem 0.5rem 0 0;
	padding: 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
	border-radius: 0.5em;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	border: 2px solid rgb(0,60,120);
	cursor: pointer;
}
input[type=submit]:hover {
	border-color: rgb(200,70,80);
	color: rgb(200,70,80);
}

.date-label {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 5em;
	height: 5em;
}
.date-label .month,
.date-label .year {
	font-size: 0.75em;
}
.date-label .day {
	font-size: 2em;
}
.pretitle {
	font-size: 1rem;
	text-transform: uppercase;
}

.element {
	position: absolute;
	width: 3rem;
	height: 3rem;
}
.element-topleft {
	top: 1rem;
	left: 1rem;
}
.element-bottomright {
	bottom: 1rem;
	right: 1rem;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
}
.video-wrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.video-wrapper .cover::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
}
.video-wrapper .cover:hover::before {
	opacity: 0.05;
}
.video-wrapper .cover::after {
	content: '\f144';
	font-family: fontawesome;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -2rem;
	font-size: 4rem;
	text-align: center;
	color: rgba(255,255,255,0.75);
	line-height: 4rem;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}
.video-wrapper .cover:hover::after {
	color: #fff;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.video-caption {
	margin-top: 0.5rem;
	font-size: 0.875em;
	font-style: italic;
}

@media screen and (min-width: 1199px) {
	.element {
		width: 3rem;
		height: 3rem;
	}
	.element-topleft {
		top: 2rem;
		left: 2rem;
	}
	.element-bottomright {
		bottom: 2rem;
		right: 2rem;
	}
}

section {
	position: relative;
}
@media screen and (max-width: 1024px) {
	section.no-background + section.no-background {
		margin-top: -2.5rem;
	}
}
@media screen and (min-width: 1025px) {
	section:not(.no-background) + section.no-background {
		padding-top: 4rem;
	}
	section.no-background + section:not(.no-background) {
		margin-top: 4rem;
	}
	section.no-background:first-child {
		padding-top: 4rem;
	}
	section.no-background:last-child {
		padding-bottom: 4rem;
	}
}
.container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.area {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 1.25rem;
}
.col {
	position: relative;
	float: left;
}
.block {
	position: relative;
	padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 14px;
	}
}

/*-------------------- HEADER --------------------*/
#header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 999;
	transition: all 500ms;
}
#header.sticky {
	box-shadow: 0 0 1rem rgba(0,0,0,0.25);
}
#header .container {
	display: flex;
	align-items: center;
}
#navtrigger,
#header #menu-button,
#header #close-menu {
	display: none;
}
#header .logo a {
	display: block;
}
#header .lang {
	list-style: none;
}
#header .lang img {
	min-width: 16px;
}
#main-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav ul ul {
	flex-grow: 1;
	width: 100%;
}
#main-nav ul ul {
	display: none;
}
#main-nav ul input:checked ~ ul {
	display: block;
}
#main-nav li {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
}
#main-nav a {
	display: block;
	flex-grow: 1;
	order: -1;
	color: rgb(0,60,120);
	text-decoration: none;
	white-space: nowrap;
}
#main-nav > ul > li > a {
	font-family: 'Ubuntu', helvetica, arial, san-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#main-nav li.current-menu-item:not(.menu-item-type-custom) > a,
#main-nav li.current-menu-ancestor > a {
	color: rgb(200,70,80);
}
#main-nav input {
	display: none;
}
#main-nav label {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(0,60,120);
}
#main-nav label::before {
	content: '\f107';
	font-family: fontawesome;
	transition: transform 250ms;
}
#main-nav input:checked ~ label::before {
	transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
	#header .container {
		justify-content: space-between;
	}
	#header #menu-button {
		order: 1;
	}
	#header .logo {
		order: 2;
	}
	#header .lang {
		order: 3;
	}
	#header .logo img {
		height: 2rem;
	}
	#header .logo a {
		padding: 1rem;
	}
	#header .lang a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 4rem;
		height: 4rem;
	}
	#header .lang img {
		display: inline-block;
	}
	#header #menu-button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 4rem;
		height: 4rem;
	}
	#header #menu-button::before {
		content: '\f0c9';
		display: block;
		font-family: fontawesome;
		text-align: center;
	}
	#navtrigger:checked ~ #header #menu-button::before {
		content: '\f00d';
	}
	#close-menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,60,120,0.5);
		visibility: hidden;
		opacity: 0;
		transition: all 500ms;
		transition-delay: 300ms;
		z-index: 998;
	}
	#navtrigger:checked ~ #close-menu {
		visibility: visible;
		opacity: 1;
		transition-delay: 0ms;
	}
	#main-nav {
		position: fixed;
		top: 4rem;
		bottom: 0;
		left: 0;
		width: 300px;
		margin-top: 1px;
		padding-bottom: 4rem;
		background: rgba(255,255,255,0.75);
		-webkit-backdrop-filter: blur(2rem);
		backdrop-filter: blur(2rem);
		overflow-y: auto;
		transform: translateX(-100%);
		transition: all ease-out 300ms;
	}
	#navtrigger:checked ~ #header #main-nav {
		transform: translateX(0);
	}
	#main-nav ul {
		flex-direction: column;
	}
	#main-nav a {
		padding: 0 2rem;
		line-height: 3rem;
		margin-top: 1px;
	}
	#main-nav > ul > li:first-child {
		margin-top: 1rem;
	}
	#main-nav label {
		width: 3rem;
	}
	#main-nav ul ul {
		padding-left: 1rem;
	}
}
@media screen and (min-width: 1025px) {
	#header .container {
		align-items: center;
		padding: 1rem;
	}
	#header .logo {
		order: 1;
	}
	#header .lang {
		order: 3;
	}
	#header #main-nav {
		order: 2;
	}
	#header .logo img {
		max-height: 2.25rem;
	}
	#header .logo a {
		padding: 1rem;
	}
	#header .lang a {
		display: block;
		padding: 0.875rem;
		line-height: 1rem;
	}
	#header .lang a:hover {
		background: rgba(0,60,120,0.1);
	}
	#header .lang img {
		display: inline-block;
	}
	#main-nav {
		margin-left: auto;
	}
	#main-nav a {
		padding: 0.875rem;
		line-height: 1;
	}
	#main-nav > ul > li:hover {
		background: rgba(0,60,120,0.1);
	}
	#main-nav > ul > li > label ~ a {
		padding-right: 1.5rem;
	}
	#main-nav > ul > li > label {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 1.5rem;
	}
	#main-nav ul ul label {
		width: 2.5rem;
	}
	#main-nav ul ul label:hover {
		background: rgba(255,255,255,0.875);
	}
	#main-nav ul ul {
		flex-direction: column;
	}
	#main-nav > ul > li > ul {
		display: none;
		position: absolute;
		width: 240px;
		max-height: calc(100vh - 4.25rem);
		font-size: 0.875em;
		background: rgba(0,60,120,0.1);
		-webkit-backdrop-filter: blur(2rem);
		backdrop-filter: blur(2rem);
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		top: 100%;
		padding-top: 0;
		overflow: auto;
		box-shadow: 0 1rem 1rem rgba(0,0,0,0.1);
	}
	#main-nav > ul > li > ul::-webkit-scrollbar { 
		display: none; 
	}	
	#main-nav > ul > li:hover > ul {
		display: block;
	}
	#main-nav li:nth-last-child(-n+2) ul {
		right: 0;
	}
	#main-nav > ul > li > ul > li > a {
		background: rgba(255,255,255,0.75);
	}
	#main-nav ul ul input:checked ~ a,
	#main-nav ul ul input:checked ~ label {

	}
	#main-nav ul ul a:hover {
		background: rgba(255,255,255,0.875);
	}
	#main-nav ul ul ul,
	#main-nav ul ul label {
		background: rgba(255,255,255,0.5);
	}
}
/*-------------------- ARHIVE --------------------*/
.archive .area {
	justify-content: center;
}
.archive .post {
	border-bottom: 1px solid rgba(0,60,120,0.25);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.archive .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.archive .post .date {
	white-space: nowrap;
}
.archive .post .text p {
	margin-bottom: 0;
}

.archive .event {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.archive .event .date-label {
	flex-shrink: 0;
	margin-right: 1rem;
}
.archive .event h3 {
	font-size: 1.125rem;
}

.post-navigation {
	display: flex;
	justify-content: space-between;
}
.post-navigation .pages {
	display: flex;
	flex-grow: 1;
	list-style: none;
}
.post-navigation .pages li {
	margin-right: 0.5rem;
}
.post-navigation .pages li a {
	display: block;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 50%;
	font-weight: 600;
	background: rgba(0,60,120,1);
	color: #fff;
}
.post-navigation .pages li.active a,
.post-navigation .pages li a:hover {
	background: rgba(200,70,80,1);
}
.post-navigation ul.nav {
	display: flex;
	list-style: none;
}
.post-navigation li.nav {
	margin-left: 0.5rem;
}
.post-navigation li.nav a {
	display: inline-block;
	cursor: pointer;
	padding: 0 0.75em;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	background: rgb(0,60,120);
	color: #fff;
}
.post-navigation li.nav.prev a::before {
	content: '\f104';
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.5em;
}
.post-navigation li.nav.next a::after {
	content: '\f105';
	font-family: fontawesome;
	display: inline-block;
	margin-left: 0.5em;
}
.post-navigation li.nav a:hover {
	background: rgba(200,70,80,1);
}
@media screen and (min-width: 768px) {
	.archive .post {
		display: flex;
	}
	.archive .date {
		padding-right: 2rem;
	}
}
/*-------------------- ARCHIVE BANNER --------------------*/
.archive-banner .date-label {
	font-size: 1.5rem;
	margin: 0 auto;
}
/*-------------------- BANNER --------------------*/
.banner {
	overflow: hidden;
}
.banner .image {
	position: relative;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	overflow: hidden;
}
.banner .image::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.banner .image .inner {
	position: absolute;
	background-size: cover;
	background-position: center;
}
.banner .text {
	padding: 1rem;
}
.banner .pretitle ul {
	list-style: none;
}
.banner .pretitle li {
	display: none;
}
.banner .pretitle li.current-menu-parent {
	display: block;
}
.banner .pretitle a {
	color: #fff;
}
.banner .title {
	font-weight: 300;
	margin-top: 0;
}
.banner.large .title {
	font-size: 2.75rem;
}
.banner.small .title {
	font-size: 1.75rem;
}
.banner .description {
	font-size: 1.375rem;
	font-weight: 300;
}
.banner .description a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.banner .image {
		margin-top: -50%;
		right: -25%;
	}
	.banner .image .inner {
		top: 50%;
		left: 0;
		right: 25%;
		bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.banner.large .container {
		display: flex;
		min-height: calc(37.5vw + 3rem);
		align-items: flex-end;
		padding-top: 6rem;
		padding-bottom: 2rem;
	}
	.banner .image {
		position: absolute;
		transform: translateY(-50%);
		top: 0;
		right: -15%;
	}
	.banner .image .inner {
		position: absolute;
		top: 50%;
		left: 0;
		right: 15%;
		bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.banner.large .container {
		min-height: calc(480px + 4rem);
	}
	.banner .image {
		right: -10%;
	}
	.banner .image .inner {
		right: 0;
	}
}
/*-------------------- BANNER BREADCRUMBS --------------------*/
.breadcrumb-container {
	color: #fff;
	font-size: 1.5rem !important;
}
.breadcrumb-container a {
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
	font-family: 'Ubuntu', helvetica, arial, san-serif;
	font-weight: 400;
}
/*-------------------- BANNER NAV --------------------*/
.banner-nav {
	//position: sticky;
	//top: calc(4.25rem - 1px);
	background: rgba(255,255,255,0.75);
	//-webkit-backdrop-filter: blur(1rem);
	//backdrop-filter: blur(1rem);
	z-index: 998;
}
.banner-nav .container {
	
}
.banner-nav .banner-submenu > li > a {
	display: none;
}
.banner-nav ul.sub-menu {
	display: flex;
	list-style: none;
	padding: 0 1.5rem;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.banner-nav ul.sub-menu::-webkit-scrollbar { 
	display: none; 
}
.banner-nav li {
	display: none;
}
.banner-nav li.current-menu-item,
.banner-nav li.current-menu-item li,
.banner-nav li.current-menu-parent,
.banner-nav li.current-menu-parent li {
	display: block;
}
.banner-nav a {
	display: block;
	padding: 1rem 0.5rem;
	font-weight: 300;
	color: #fff;
}
.banner-nav ul.sub-menu > li.current-menu-item:not(.menu-item-type-custom) a,
.banner-nav a:hover {
	box-shadow: inset 0 -4px;
}
.banner-nav ul.sub-menu > li.current-menu-item:not(.menu-item-type-custom) a {
	font-weight: 600;
}
/*-------------------- DASHBOARD --------------------*/
.dashboard .col:nth-child(-n+3) {
	flex-grow: 1;
}
.dashboard .title {
	font-size: 2rem;
}
.dashboard-block-title {
	margin-bottom: 1rem;
}
.dashboard-block-title a::after {
	content: ' »';
}
.event-list ul {
	list-style: none;
}
.event-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.event-list .date-label {
	flex-shrink: 0;
	font-size: 0.765rem;
}
.event-list .event-title {
	padding: 1rem;
}
.post-list ul {
	list-style: none;
}
.post-list li {
	margin-bottom: 0.75rem;
}
.post-list a {
	display: inline-block;
}
.post-list .date {
	font-size: 0.875em;
	font-style: italic;
}
.mfn-report-item {
	margin-bottom: 1rem !important;
}
.mfn-report-title a {
	display: block;
	position: relative;
	padding: 0.625em 1em 0.625em 2.5em;
	line-height: 1.375;
	background: rgba(0,60,120,0.1);
}
.mfn-report-title a::before {
	content: '\f1c1';
	display: block;
	position: absolute;
	left: 0.5em;
	top: 0.25em;
	font-family: fontawesome;
	font-size: 1.375em;
	margin-right: 0.5em;
}
@media screen and (min-width: 1024px) {
	.dashboard:not(.no-background) {
		padding: 2rem 0;
	}
}
/*-------------------- SLIDESHOW --------------------*/
.slideshow {
	position: relative;
	overflow: hidden;
}
.slideshow .slider {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.slideshow .slide {
	position: relative;
	display: inline-block !important;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	vertical-align: top;
	white-space: normal;
}
.slideshow .text .circle {
	position: absolute;
	width: 150%;
	padding-bottom: 150%;
	top: -6rem;
	//background: rgb(0,60,120);
	border-radius: 50%;
}
.slideshow .image {
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.slideshow .image::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.slideshow .text {
	padding: 1rem;
}
.slideshow .title {
	color: #fff;
	font-weight: 700;
}
.slideshow .description {
	color: #fff;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.slideshow .image {
		position: relative;
		margin-top: -25%;
		right: -20%;
		z-index: 2;
	}
	.slideshow .image .inner {
		position: absolute;
		top: 25%;
		left: 0;
		bottom: 0;
		right: 0;
		background-size: cover;
		background-position: center;
	}
	.slideshow .text {
		position: relative;
		padding-bottom: 2rem;
	}
	.slideshow .text .circle {
		position: absolute;
		width: 150%;
		padding-bottom: 150%;
		top: -6rem;
		left: -40%;
		border-radius: 50%;
	}
	.slideshow .title {
		font-size: 2rem;
	}
	.slideshow .slide-nav {
		position: absolute;
		width: 3rem;
		height: 3rem;
		z-index: 101;
	}
	.slideshow #prev-slide {
		top: 1rem;
		left: 1rem;
	}
	.slideshow #next-slide {
		bottom: 1rem;
		right: 1rem;
	}
	.slideshow #prev-slide .slide-nav-icon {
		fill: rgb(0,60,120);
	}
	.slideshow #next-slide .slide-nav-icon {
		fill: rgb(255,255,255);
	}

	.slideshow .image {
		transform: translate(100%,-100%) scale(0.5);
		transition: all ease-out 500ms;
	}
	.slideshow .slide.cycle-slide-active .image {
		transform: translate(0,0) scale(1);
		transition-duration: 1000ms;
	}
	.slideshow .text {
		opacity: 0;
		transition: all ease-out 750ms;
	}
	.slideshow .slide.cycle-slide-active .text {
		opacity: 1;
	}
}
@media screen and (min-width: 768px) {
	.slideshow .container {
		height: calc(100vh - 4.25rem);
		min-height: 500px;
		max-height: 800px;
	}
	.slideshow .image {
		position: absolute;
		bottom: 4rem;
		right: -20%;
	}
	.slideshow .image .inner {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: calc(100vh - 8.25rem);
		min-height: calc(500px - 4rem);
		max-height: calc(800px - 4rem);
		background-size: cover;
		background-position: center;
	}
	.slideshow .text {
		position: absolute;
		bottom: 2rem;
		width: 50%;
		left: 0;
	}
	.slideshow .text .circle {
		position: absolute;
		width: 150%;
		padding-bottom: 150%;
		top: -6rem;
		left: -25%;
		-webkit-backdrop-filter: blur(1rem);
		backdrop-filter: blur(1rem);
		border-radius: 50%;
	}
	.slideshow .title {
		font-size: 2.5rem;
	}
	.slideshow .description {
		font-size: 1.25rem;
	}
	.slideshow .slide-nav {
		position: absolute;
		width: 6rem;
		height: 6rem;
		z-index: 101;
	}
	.slideshow #prev-slide {
		top: 2rem;
		left: 2rem;
	}
	.slideshow #next-slide {
		bottom: 2rem;
		right: 2rem;
	}
	.slideshow .slide-nav-icon {
		fill: rgb(0,60,120);
		transition: all 250ms;
	}
	.js .slideshow .slide-nav:hover .slide-nav-icon {
		fill: rgb(200,70,80);
	}
	
	.js .slideshow .image {
		transform: translate(100%,-100%) scale(0.5);
		transform-origin: bottom left;
		transition: all ease-in 500ms;
	}
	.js .slideshow .slide.cycle-slide-active .image {
		transform: translate(0,0) scale(1);
		transition-duration: 1000ms;
	}
	.js .slideshow .text {
		transform: translate(-100%,200%) scale(0.5);
		transform-origin: top left;
		transition: all ease-in 500ms;
	}
	.js .slideshow .slide.cycle-slide-active .text {
		transform: translate(0,0) scale(1);
		transition-duration: 1000ms;
	}
	.js .slideshow .text .block {
		opacity: 0;
		transition: all ease-in 500ms;
	}
	.js .slideshow .slide.cycle-slide-active .text .block {
		opacity: 1;
		transition-delay: 1000ms;
	}
}
/*-------------------- CONTENT --------------------*/
@media screen and (min-width: 1025px) {
	.content:not(.no-background) {
		padding: 4rem 0;
	}
}
.content {
	font-size: 1.125rem;
}
.content .area {
	justify-content: center;
}
.content-title .block {
	padding-bottom: 0;
}
.content-title .title {
	font-size: 2rem;
}
.content ul,
.content ol {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}
.content li {
	margin-bottom: 0.5em;
}
.content .wp-caption {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.125);
	width: 100% !important;
	max-width: 100% !important;
}
.content .wp-caption::after {
	content: '';
	display: table;
	clear: both;
}
.content .wp-caption-text {
	padding: 1rem;
	border-top: 1px solid rgba(0,0,0,0.25);
	text-indent: 0;
	font-size: 0.875em;
}

.content .wp-caption.aligncenter {
	padding: 1rem;
}
.content .wp-caption.aligncenter > img {
	display: block;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.content .wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}
.content .wp-caption.alignleft {
	padding-top: 1rem;
	padding-left: 1rem;
}
.content .wp-caption.alignleft > img {
	display: block;
	float: left;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.content .wp-caption.alignleft .wp-caption-text {
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.content .wp-caption.alignright {
	padding-top: 1rem;
	padding-right: 1rem;
}
.content .wp-caption.alignright > img {
	display: block;
	float: right;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
.content .wp-caption.alignright .wp-caption-text {
	padding-left: 1rem;
	padding-bottom: 1rem;
}
/*-------------------- MFN SUBSCRIBE --------------------*/
.mfn-subscription {
	padding: 1.5rem;
}
.mfn-subscription .widget {
	font-size: 0.875rem;
}
.mfn-subscription .mfn-info {
	display: none;
}
.mfn-subscription .mfn-block {
	margin: 0.75em 0 0 0;
}
.mfn-subscription .mfn-subscribe > *:first-child,
.mfn-subscription .mfn-status {
	margin: 0;
}
.mfn-subscription .mfn-status > * {
	margin-top: 0.75em;
}
.mfn-subscription ul {
	list-style: none;
	padding: 0;
}
.mfn-subscription li {
	margin-bottom: 0;
}
.mfn-subscription input[type=text] {
	background: #fff;
}
.mfn-subscription input[type=checkbox],
.mfn-subscription label {
	vertical-align: middle;
}
.mfn-subscription .mfn-policy-approve {
	display: block;
}
.mfn-subscription button {
	margin-top: 0;
}
/*-------------------- SUBMENU --------------------*/
.submenu ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.submenu li {
	display: none;
	margin-bottom: 0;
}
.submenu li.current_page_parent,
.submenu li.current_page_parent li {
	display: block;
}
.submenu li.current_page_parent > a {
	text-transform: uppercase;
	font-weight: 600;
}
.submenu li.current-menu-item:not(.menu-item-type-custom) > a {
	color: rgb(200,70,80);
}
.submenu li.current_page_parent > ul a {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}
.submenu li.current_page_parent > ul a::before {
	content: '\f105';
	font-family: fontawesome;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
/*-------------------- SIDEBAR --------------------*/
.sidebar {
	font-size: 0.875rem;
}
.sidebar .button {
	display: block;
	padding: 0.5em 0.75em;
	font-size: 0.875rem;
}
/*-------------------- FACTS --------------------*/
.facts-background {
	padding: 2em;
}
/*-------------------- TABLE --------------------*/
.table {
	overflow-x: auto;
}
table {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.25;
	margin-top: 1rem;
}
.table.center table {
	text-align: center;
}
.table.left table {
	text-align: left;
}
.table.right table {
	text-align: right;
}
table thead tr {
	background: rgba(0,60,120,0.7) !important;
	color: #fff;
}
table tr:nth-child(odd) {
	background: rgba(0,60,120,0.1);
}
table th,
table td {
	padding: 0.5em 1em;
}
table th:first-child,
table td:first-child {
	text-align: left;
}
table tbody tr:last-child {
	border-bottom: 1px solid rgba(0,60,120,0.25);
}
.owners tr:nth-last-child(-n+3) {
	font-weight: 600;
	background: transparent;
	border-top: 1px solid rgba(0,60,120,1);
}
/*-------------------- MFN POST ARCHIVE --------------------*/
.post-filter {
	background: rgba(0,60,120,0.1);
	margin-bottom: 2rem;
	padding: 0.5rem;
}
.post-filter .block {
	padding: 0.5rem;
}
.post-filter h4 {
	color: rgb(0,60,120);
}
.post-filter select {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('../img/arrow-down.svg');
	background-position: right 1rem center;
	background-size: auto 0.5rem;
	background-repeat: no-repeat;
	color: rgb(64,64,64);
}
.archive .mfn-tags {
	margin: 1rem 0;
}
.archive .mfn-tag {
	font-size: 0.75em;
	padding: 0.25em 0.5em;
	margin: 0;
	margin-right: 0.25em;
	border: 1px solid;
}
/*-------------------- MFN POST SINGLE --------------------*/
.mfn-heading-1,
.mfn-heading-2,
.mfn-heading-3,
.mfn-heading-4,
.mfn-heading-5,
.mfn-heading-6 {
	display: block;
	margin-top: 1em;
	font-family: 'Ubuntu', helvetica, arial, san-serif;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
.mfn-heading-1,
.mfn-heading-2,
.mfn-heading-3 {
	font-weight: 700;
	color: rgb(0,60,120);
	margin-bottom: 0.375em;
}
.mfn-heading-1:first-child,
.mfn-heading-2:first-child,
.mfn-heading-3:first-child,
.mfn-heading-4:first-child,
.mfn-heading-5:first-child,
.mfn-heading-6:first-child {
	//margin-top: 0;
}
.mfn-heading-1:last-child,
.mfn-heading-2:last-child,
.mfn-heading-3:last-child,
.mfn-heading-4:last-child,
.mfn-heading-5:last-child,
.mfn-heading-6:last-child {
	margin-bottom: 0;
}
.mfn-heading-1 {
	font-size: 1.625em;
}
.mfn-heading-2 {
	font-size: 1.25em;
}
.mfn-body > p:first-child > .mfn-heading-1,
.mfn-attachment > p:first-child > .mfn-heading-1 {
	margin-top: 0;
}
.mfn-preamble {
	margin-bottom: 0.5em;
}
.mfn-preamble strong {
	font-size: 1.25rem;
	font-weight: normal;
	color: rgb(0,60,120);
}
.mfn-footer {
	font-size: 0.875rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mfn-attachment hr {
	display: none;
}
.mfn-attachment .mfn-heading-1 {
	font-size: 1.5em;
	margin-bottom: 1rem;
}
.mfn-attachment a {
	display: inline-block;
	position: relative;
	padding: 0.625em 1em 0.625em 2.5em;
	margin-bottom: 1rem;
	line-height: 1.375;
	background: rgba(0,60,120,0.1);
}
.mfn-attachment a:last-child {
	margin-bottom: 0;
}
.mfn-attachment a::before {
	content: '\f1c1';
	display: block;
	position: absolute;
	left: 0.5em;
	top: 0.25em;
	font-family: fontawesome;
	font-size: 1.375em;
	margin-right: 0.5em;
}
/*-------------------- MFN FINANCIAL REPORTS --------------------*/
.financial-reports .title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.financial-reports .title {
	font-size: 2rem;
	margin-bottom: 0.375em;
}
.financial-reports .mfn-report-container {
	display: flex;
	flex-wrap: wrap;
}
.financial-reports .mfn-report-items {
	list-style: none;
}
.financial-reports .mfn-filter,
.financial-reports .mfn-year-container {
	width: 100%;
	padding: 1rem;
	margin-bottom: 0;
}
.financial-reports .mfn-filter {
	width: 100%;
	padding-bottom: 2rem;
}
.financial-reports .mfn-filter ul {
	display: block;
	padding: 0;
	margin-top: 0.5em;
}
.financial-reports .mfn-filter ul li {
	padding: 0 0.75em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	line-height: 2em;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 700;
	text-decoration: none !important;
	background: rgba(0,60,120,0.1);
	color: rgba(0,60,120,1);
}
.financial-reports .mfn-filter ul li:hover,
.financial-reports .mfn-report-container.all .mfn-filter .all,
.financial-reports .mfn-report-container.annual .mfn-filter .annual,
.financial-reports .mfn-report-container.interim .mfn-filter .interim {
	background: rgba(0,60,120,1);
	color: #fff;
}
@media screen and (min-width: 768px) {
	.financial-reports .mfn-year-container {
		width: 50%;
	}
}
@media screen and (min-width: 1024px) {
	.financial-reports:not(.no-background) {
		padding: 2rem 0;
	}
	.financial-reports .mfn-year-container {
		width: 33.33333%;
	}
}
@media screen and (max-width: 767px) {
	.financial-reports .title-wrapper {
		flex-direction: column;
	}
}
/*-------------------- PIPELINE --------------------*/
.pipeline-table {
	position: relative;
	overflow: hidden;
}
.pipeline-caption {
	font-size: 0.875em;
	font-style: italic;
	padding: 2rem;
}
.pipeline table {
	table-layout: fixed;
	margin-bottom: 1rem;
}
.pipeline th:first-child,
.pipeline td:first-child {
	text-align: center;
}
.pipeline tr:last-child {
	border-bottom: none;
}
.pipeline tr:nth-child(odd) {
	background: transparent;
}
.pipeline thead th {
	height: 3rem;
	font-size: 1.125em;
	vertical-align: middle;
}
.pipeline thead th:nth-child(2) {
	background: rgba(0,60,120,1);
}
.pipeline td {
	background: rgba(0,60,120,0.05) !important;
	padding: 0.5em;
	vertical-align: middle;
}
.pipeline td:nth-child(odd) {
	background: rgba(0,60,120,0.1) !important;
}
.pipeline .subheader {
	color: rgba(0,60,120,1);
}
.pipeline .project td {
	background: transparent !important;
	text-align: left;
	padding: 0;
}
.pipeline .project .inner {
	padding: 1rem;
	padding-bottom: 0.5rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(0,60,120,0.25);
}
.pipeline .subheader + .project .inner {
	margin-top: 0;
	border-top: none;
}
.pipeline .project h3,
.pipeline .project p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1rem;
}
.pipeline .phases {
	position: relative;
}
.pipeline .phases td {
	height: 2rem;
}
.pipeline .process {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2rem;
}
.pipeline .process > span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.pipeline .process.active > span {
	transform: translateX(0);
}
.pipeline .process > span::after {
	content: '';
	position: absolute;
	right: -1rem;
	width: 0; 
	height: 0; 
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1rem solid;
}
.pipeline .process > .completed {
	opacity: 0.75;
}
.pipeline .process > .ongoing {
	opacity: 0.25;
}
@media screen and (max-width: 767px) {
	.pipeline-caption {
		padding-top: 1rem;
	}
	.pipeline table {
		margin-top: 0;
	}
	.pipeline .subheader {
		font-size: 0.875rem;
	}
	.pipeline .subheader td {
		position: relative;
		height: 8rem;
		text-align: left;
	}
	.pipeline .subheader td > span {
		position: absolute;
		transform: translateY(50%) rotate(-90deg);
		transform-origin: left;
		bottom: 0.75rem;
		width: 6rem;
		left: 50%;
	}
}
@media screen and (min-width: 768px) {
	.pipeline-wrapper {
		padding: 2rem;
		padding-bottom: 1rem;
	}
	.pipeline-caption {
		padding-top: 0;
	}
	.pipeline .process > span {
		transition: all ease-in 750ms;
		transform: translateX(-100%);
		transform-origin: left;
	}
}
/*-------------------- PUBLICATIONS --------------------*/
.publications .title {
	font-size: 2rem;
}
.publication {
	display: block;
	position: relative;
	padding-top: 1rem;
	padding-left: 3rem;
	padding-bottom: 1rem;
	border-top: 1px solid rgba(0,60,120,1);
}
.publication-title {
	margin-bottom: 0.5em;
	font-weight: 400;
	line-height: 1.5;
}
.publication-title .inner {
	display: inline-block;
}
.publication-title .inner::before {
	content: '\f0f6';
	font-family: fontawesome;
	font-size: 1.5rem;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 0.5rem;
	top: 1rem;
}
.publication .authors {
	font-size: 0.875em;
	font-style: italic;
	line-height: 1.5;
}
.publication .authors p {
	margin-bottom: 0.25em;
}
.publication .authors p b {
	font-weight: 600;
}
.publication .source {
	font-size: 0.875em;
	margin-top: 0.5em;
	line-height: 1.5;
}
@media screen and (min-width: 1024px) {
	.publications:not(.no-background) {
		padding: 2rem 0;
	}
}
/*-------------------- PUSHES --------------------*/
.pushes .col {
	display: flex;
}
.pushes .col .block {
	display: flex;
	width: 100%;
}
.push {
	position: relative;
	display: flex;
	width: 100%;
}
.push a.link-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: +1;
}
.push .push-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
	transition: all 250ms;
}
.push .element {
	position: absolute;
	width: 2.25em;
	height: 2.25em;
}
.push .element-topleft {
	top: 1em;
	left: 1em;
}
.push .element-bottomright {
	bottom: 1em;
	right: 1em;
}
.push .text {
	padding: 3em;
}
.push .title {
	color: #fff;
	font-size: 1.375em;
	font-weight: 700;
}
.push .description {
	color: #fff;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.push .image {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.push .image .outer {
	position: absolute;
	width: 200%;
	border-radius: 50%;
	top: 0;
	left: -75%;
	background: rgba(255,255,255,0.25);
	overflow: hidden;
}
.push .image .outer::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.push .image .inner {
	position: absolute;
	top: 0;
	bottom: 71.875%;
	left: 37.5%;
	right: 12.5%;
	background-size: cover;
	background-position: center;
}
.push a.link-wrapper:hover + .push-wrapper {
	transform: scale(1.025);
	box-shadow: 0 0 1rem rgba(0,0,0,0.25);
}
@media screen and (min-width: 1024px) {
	.pushes .col:nth-child(-n+2) {
		flex-grow: 1;
	}
}
/*-------------------- CONTENT PUSH --------------------*/
.content-push {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-size: 1.5rem;
}
.content-push .image {
	position: relative;
	width: 100%;
}
.content-push .image::before {
	content: '';
	display: block;
	padding-bottom: 75%;
}
.content-push .image .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.content-push .text .block {
	padding: 2rem;
}
.content-push .title {
	font-size: 2rem;
}
@media screen and (min-width: 768px) {
	.content-push {
		flex-direction: row;
	}
	section:not(.content-push) ~ .content-push:nth-child(even) {
		flex-direction: row-reverse;
	}
	.content-push .image {
		width: 25%;
	}
	.content-push .text {
		width: 75%;
	}
	.content-push .image::before {
		padding-bottom: 150%;
	}
	.content-push .image .outer {
		position: absolute;
		width: 200%;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		overflow: hidden;
	}
	.content-push .image .outer {
		right: -7.25%;
	}
	section:not(.content-push) ~ .content-push:nth-child(even) .image .outer {
		left: -7.25%;
	}
	.content-push .image .outer::before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.content-push .image .inner {
		top: 12.5%;
		bottom: 12.5%;
		right: 0;
		left: 46.25%;
	}
	section:not(.content-push) ~ .content-push:nth-child(even) .image .inner {
		right: 46.25%;
		left: 0;
	}
	.content-push .text {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.content-push .text {
		padding-left: 3.625%;
	}
	section:not(.content-push) ~ .content-push:nth-child(even) .text {
		padding-left: 0;
		padding-right: 3.625%;
	}
	.content-push .text .block {
		max-width: 640px;
	}
}
@media screen and (min-width: 1025px) {
	.content-push .image,
	.content-push .text {
		width: 50%;
	}
	.content-push .image::before {
		padding-bottom: 75%;
	}
	.content-push .image .inner {
		top: 31%;
		bottom: 31%;
		right: 0;
		left: 46.25%;
	}
}
/*-------------------- ACCORDION --------------------*/
.accordion input {
	display: none;
}
.accordion .title {
	margin-top: 0;
	margin-bottom: 0;
}
.accordion input:checked ~ .title {
	color: rgba(200,70,80,1);
}
.accordion .title label {
	position: relative;
	display: block;
	padding: 1rem;
	padding-right: 4rem;
	background: rgba(0,60,120,0.1);
}
.accordion input:checked ~ .title label {
	background-color: rgb(200,70,80,0.1);
}
.accordion .title label::before {
	content: '\f107';
	position: absolute;
	font-family: fontawesome;
	font-size: 1rem;
	text-align: center;
	line-height: 1.5rem;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	border-radius: 50%;
	transition: all 125ms ease-in;
}
.accordion .title:hover label::before {
	background: rgba(0,60,120,1);
	color: #fff;
}
.accordion input:checked ~ .title label::before {
	background: rgb(200,70,80);
	color: #fff;
	transform: rotate(180deg);
}
.accordion .description {
	display: none;
}
.accordion input:checked ~ .description {
	display: block;
	border-bottom: 1px solid rgba(200,70,80,0.5);
}
/*-------------------- DOCUMENTS --------------------*/
.document {
	margin-bottom: 0.5em;
}
.document:last-child {
	margin-bottom: 0;
}
.document a {
	position: relative;
	padding: 1em !important;
	padding-left: 2.75em !important;
	text-transform: none;
	font-weight: normal;
	line-height: 1.25;
}
.document a::before {
	position: absolute;
	left: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5em;
}
/*-------------------- LINKS --------------------*/
.link {
	margin-bottom: 0.5em;
}
.link:last-child {
	margin-bottom: 0;
}
.link a {
	position: relative;
	padding: 0.75em 1em !important;
	padding-left: 2.25em !important;
	line-height: 1.25 !important;
	font-weight: normal;
	text-transform: none;
}
.link a::before {
	position: absolute;
	left: 0.75em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1em;
	width: 1em;
	text-align: center;
}
/*-------------------- QUOTE --------------------*/
.quote .container::before {
	content: '\f10e';
	font-family: fontawesome;
	font-size: 8rem;
	line-height: 1;
	color: rgba(0,60,120,1);
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: +1;
}
.quote .area {
	justify-content: center;
	align-items: center;
}
.quote .image {
	background-color: rgba(0,0,0,0.1);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}
.quote .image::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.quote .text {
	color: rgba(0,60,120,1);
}
.quote p {
	font-size: 1.25rem;
	font-weight: 300;
	font-style: italic;
}
.quote .name {
	font-weight: 300;
	margin-top: 1em;
}
@media screen and (min-width: 768px) {
	.quote .container::before {
		font-size: 6rem;
	}
	.quote .text {
		padding-right: 7rem;
	}
}
@media screen and (min-width: 1024px) {
	.quote {
		padding: 3rem 0;
	}
	.quote .container::before {
		font-size: 8rem;
	}
	.quote .text {
		padding-left: 2rem;
		padding-right: 8rem;
	}
}
/*-------------------- TEAM --------------------*/
.team {
	font-size: 1.125rem;
}
.team .title {
	font-size: 2rem;
}
.team-member .card {
	position: relative;
}
.team-member a.link-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: +1;
}
.team-member .card-wrapper {
	display: flex;
	transition: all 250ms;
}
.team-member a.link-wrapper:hover + .card-wrapper {
	transform: scale(1.05);
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.25);
}
.team-member .text {
	position: relative;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1rem;
}
.team-member .name {
	font-size: 1rem;
	margin-bottom: 0.25em;
}
.team-member .subtitle {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 0;
}
.team-member .subtitle > span::before {
	content: ', ';
}
.team-member .subtitle > span:first-child::before {
	content: '';
}
.team-member .image {
	flex-shrink: 0;
	width: 33.33333%;
	background-image: url('../img/avatar-white-01.png');
	background-size: cover;
	background-position: center;
}
.team-member .image::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.team-member .element {
	width: 1rem;
	height: 1rem;
}
.team-member .element-topleft {
	top: 0.5rem;
	left: 0.5rem;
}
.team-member .element-bottomright {
	bottom: 0.5rem;
	right: 0.5rem;
}
.team-member .team-content {
	font-size: 0.875rem;
}
.team-member .team-content > div {
	margin-top: 0.5rem;
}
.team-member .team-content > *:first-child {
	margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
	.team:not(.no-background) {
		padding: 4rem 0;
	}
}
/*-------------------- TEAM SINGLE --------------------*/
.archive-banner .area {
	align-items: flex-end;
	justify-content: center;
}
.archive-banner .text {
	padding-top: 5rem;
}
.archive-banner .pretitle > span::before {
	content: ', ';
}
.archive-banner .pretitle > span:first-child::before {
	content: '';
}
.archive-banner .title {
	margin-top: 0;
}
.archive-banner .image {
	border-radius: 50%;
	background-color: rgba(0,60,120,0.1);
	background-image: url('../img/avatar-white-01.png');
	background-size: cover;
	background-position: center;
}
.archive-banner .image::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
@media screen and (min-width: 768px) {
	.archive-banner .area {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}
/*-------------------- FOOTER --------------------*/
#footer {
	background: rgba(0,60,120,0.05);
}
#footer .main {
	padding-top: 4rem;
	padding-bottom: 4rem;
	color: rgba(0,60,120,1);
}
#footer .widgets {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	line-height: 2;
}
#footer .widget {
	flex-basis: 100%;
}
#footer h3 {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}
#footer .logo {
	flex-shrink: 0;
}
#footer .logo a {
	display: block;
}
#footer .logo img {
	height: 2.25rem;
}
#footer ul {
	list-style: none;
	padding-left: 0;
}
#footer li a {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 1.5em;
}
#footer li a::before {
	content: '\f105';
	position: absolute;
	left: 0;
	font-family: fontawesome;
	font-size: 1.5em;
	line-height: 0.875rem;
	margin-right: 0.5em;
	padding-left: 0;
}
#footer .icon::before {
	margin-right: 1em;
}
#footer .meta {
	font-size: 0.75rem;
	background: rgba(0,60,120,1);
	color: #fff;
}
#footer .meta .area {
	padding-top: 0;
	padding-bottom: 0;
}
#footer .meta a {
	color: #fff;
	font-weight: 400;
}
@media screen and (min-width: 375px) {
	#footer .widget {
		flex-basis: 50%;
	}
}
@media screen and (min-width: 678px) {
	#footer .main .area {
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 900px) {
	#footer .widget {
		flex-basis: 33.3333333%;
	}
}
@media screen and (min-width: 1199px) {
	#footer .widget {
		flex-basis: 33.3333333%;
	}
}