@charset "UTF-8";
/* CSS Document */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
	font-family: 'atten_newbold';
	src: url('https://bpd-space.nyc3.cdn.digitaloceanspaces.com/_fonts%2Flibre-franklin%2FLibreFranklin-Bold.ttf') format('TrueType');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'atten_newregular_italic';
	src: url(https://bpd-space.nyc3.cdn.digitaloceanspaces.com/_fonts%2Flibre-franklin%2FLibreFranklin-Italic.ttf) format('TrueType');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'atten_newregular';
	src: url(https://bpd-space.nyc3.cdn.digitaloceanspaces.com/_fonts%2Flibre-franklin%2FLibreFranklin-Regular.ttf) format('TrueType');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'atten_newmedium';
	src: url(https://bpd-space.nyc3.cdn.digitaloceanspaces.com/_fonts%2Flibre-franklin%2FLibreFranklin-Medium.ttf) format('TrueType');
	font-weight: normal;
	font-style: normal;
}

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
	font-family: 'atten_newbold' !important;
}

.lrm-form {
	font-family: 'atten_newregular' !important;
}

.full-width.has-padding.has-border {
	font-family: 'atten_newregular' !important;
}

.legend {
	font-family: 'atten_newregular' !important;
}

/* TYPOGRAPHY */

h2 {
	font-family: 'atten_newmedium';
	font-weight: normal;
	color: #FFF;
	margin: 0;
}

h3.large {
	color: #FFF;
	font-size: 50px;
	padding: 0 15%;
}

.lrm-fieldset-wrap p {
	width: 100%;
}

/* BUTTONS */

.btn {
	display: inline-flex;
	padding: 10px 40px;
	text-align: center;
	border: 2px solid #e47b3b;
	border-radius: 200px;
	font-size: 20px;
	text-decoration: none;
	background: none;
	font-family: 'atten_newregular';
}

.image-replace.lrm-email.lrm-ficon-mail {
	background-image: none !important;
}

.full-width.has-padding.has-border {
	padding: 10px;
	background: none;
	border: none;
	border-bottom: 2px solid #FFFF;
	border-radius: 0;
	color: #FFF;
}

.lrm-font-svg .lrm-form .hide-password,
.lrm-font-svg .lrm-form .lrm-ficon-eye {
	padding: 10px 7px;
	background-size: 14px;
	text-indent: -300px;
	background-image: url("img/iconmonstr-eye-4.svg");
	border: none;
}

.image-replace.lrm-password.lrm-ficon-key {
	background-image: none !important;
}

.btn.orange {
	background: #e47b3b;
	color: #FFF;
}

.btn.white {
	background: #FFF;
	color: #e47b3b;
}

/* STRUCTURE */

header,
section,
main,
footer {
	display: block;
	position: relative;
	width: 100%;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}

.container.text-center {
	text-align: center;
	justify-content: center;
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'atten_newregular';
	color: #657080;
}

/* COLOURS */

.d-grey {
	color: #657080;
}

.d-grey-bkgd {
	color: #FFF;
	background: #657080;
}

.white {
	color: #ffffff;
}

.white-bkgd {
	color: #657080;
	background: #ffffff;
}

.m-grey {
	color: #758191;
}

.m-grey-bkgd {
	color: #FFF;
	background: #758191;
}

.grey {
	color: #afb9c6;
}

.grey-bkgd {
	color: #657080;
	background: #afb9c6;
}

.l-grey {
	color: #cbd2dc;
}

.l-grey-bkgd {
	color: #657080;
	background: #cbd2dc;
}

.orange {
	color: #e47b3b;
}

.orange-bkgd {
	color: #ffffff;
	background: #e47b3b;
}

.d-blue {
	color: #121233;
}

.d-blue-bkgd {
	color: #ffffff;
	background: #121233;
}

.featherlight .featherlight-content {
	width: 50% !important;
}

/* HEADER */

header {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 50px 0;
	transition: all 0.5s ease-in-out;
}

header.sticky_header {
	position: fixed;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.8);
}

header .container {
	padding: 0;
}

header h1 {
	margin: 0;
	padding: 0;
}

header h1 a {
	width: 400px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background: url("../images/borealis-logo-white.png") center left no-repeat;
	background-size: contain;
}

header.sticky_header h1 a {
	height: 45px;
	background: url("../images/borealis-logo-colour.png") center left no-repeat;
	background-size: contain;
}

section.hero.page {
	height: 40vh;
}

/* NAVIGATION */

nav.navigation {
	position: relative;
	width: 50%;
}

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

ul.nav.flex-end {
	justify-content: flex-end;
}

ul.nav li a {
	color: #FFF;
	font-family: 'atten_newmedium';
	text-decoration: none;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
	position: relative;
	border-bottom: 0px solid #e47b3b;
}

header.sticky_header ul.nav li a {
	color: #121233;
}

ul.nav li a:hover {
	border-bottom: 1px solid #e47b3b;
}

ul.nav li a.btn {
	font-size: 18px;
	border-color: #e47b3b;
	border: 2px solid #e47b3b;
	color: #e47b3b;
	transition: all 0.5s ease-in-out;
}

ul.nav li a.btn:hover {
	color: #FFF;
	background: #e47b3b;
}

.mobile-icon {
	display: none;
	visibility: hidden;
	position: absolute;
	right: 20px;
	width: 35px;
	height: 35px;
	background: url("../images/menu-icon-white.svg") center center no-repeat;
	background-size: contain;
}

/* HERO */

section.hero {
	color: #FFF;
	height: 90vh;
	background: #222;
}

section.hero .hero-content {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}

section.hero.page .hero-content {
	width: 70%;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}

img.hero-image {
	opacity: 0.8;
}

section.hero .hero-content div {
	width: 40%;
}
 
section.hero .hero-content .hero-left {
	text-align: right;
}

section.hero .hero-content .hero-right {
	text-align: left;
	font-size: 24px;
}

section.hero .hero-content h2 {
	font-size: 44px;
}

/* SECTION BLOCKS */

section.block {}

.circle.top-orange {
	position: absolute;
	left: 0;
	right: 0;
	background: #E47B3B !important;
}

.columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.columns.full-width {
	width: 100%;
	text-align: center;
}

.columns .col {
	width: 45%;
	font-size: 18px;
	padding-bottom: 50px;
}

.lrm-form.js-lrm-form {
	background: #121233;
	padding: 10px !important;
}

.lrm-fieldset-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fieldset {
	width: 48%;
}

.lrm-user-modal-container {
	height: 100%;
}

.line-y.full-height {
	height: 100%;
}

.line-y.absolute.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 140px;
}

.line-y.half-height {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 53vh;
}

section.block.cols .container {
	padding-bottom: 0;
}

#perf-deal-output-container {
	width: 100% !important;
}

#chart-container {
	float: left;
	margin: 0 auto !important;
	/* width: 100% !important; */
}

#deal-input-container {
	width: 100%;
	clear: left;
	height: auto !important;
	padding: 20px !important;
}

.chart-image {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.chart-image .columns {
	width: 45%;
	color: #758292;
}

.section-title {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.section-title .icon {
	width: 35px;
	height: 35px;
	margin: 0 auto;
}

.section-title .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section-title h3 {
	color: #758191;
	font-size: 30px;
	margin: 30px 0 10px 0;
}

.section-title h3.white {
	color: #FFF;
}

.section-title p {
	color: #E47B3B;
	font-size: 21px;
	margin: 0;
}

.image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
}

.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.images {
	height: 70vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.images .left-image {
	width: 40%;
	background: #333;
	position: relative;
}

.images .left-image.wide {
	width: 60%;
	height: 100%;
	background: #333;
	position: relative;
}

.images .left-image.wide .image.zoom img {
	width: 140%;
	height: 140%;
	object-fit: cover;
}

.images .short {
	height: 80%;
}

.images .right-image {
	width: 60%;
	background: #222;
	position: relative;
}

.images .right-image.short {
	width: 40%;
	background: #222;
	position: relative;
}

.images.absolute {
	height: 70vh;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #FFF;
	z-index: 1;
}

.images.absolute.justify-content-baseline {
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

/* LINES */

.line-x {
	display: block;
	background: #758190;
	height: 1px;
	width: 80%;
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.line-y {
	width: 10px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.line-y.full {
	width: 100%;
	position: absolute;
	top: -70px;
	z-index: 1;
}

.line-y .line {
	width: 1px;
	height: 100%;
	background: #FFF;
}

.line-y .line.grey {
	width: 1px;
	height: 100%;
	background: #758190;
}

.line-y .circle {
	width: 10px;
	height: 11px;
	border-radius: 50px;
	background: #CBD2DC;
}

/* OL STYLES */

ol.points {
	list-style-type: none;
	margin: 100px 0 30px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: my-awesome-counter;
	position: relative;
}

ol.points li {
	width: 18%;
	counter-increment: my-awesome-counter;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	z-index: 1;
	align-content: flex-start;
}

ol.points li::before {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	content: counter(my-awesome-counter);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	background: #FFF;
	border: 1px solid #e47b3b;
	color: #e47b3b;
}

ol.points li span {
	display: block;
	margin: 40px 0 0 0;
	color: #657080;
	font-size: 18px;
}

/* UL STYLES */

ul.investment-boxes {
	list-style-type: none;
	margin: 160px 0 -100px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
/* 	justify-content: space-between */
	justify-content: center;
	gap: 2rem;
/* 	justify-content: space-around; */
}



@media screen and (min-width: 1280px) {
	ul.investment-boxes {
		gap: 6rem !important;
	}
	
}

@media screen and (min-width: 1025px) {
	/* 	keep everything in line */
	ul.investment-boxes li:nth-child(1) {
		margin-left: calc(9% + 1rem); 
	}
	ul.investment-boxes li:nth-child(3) {
		margin-right: calc(9% + 1rem);
	} 
}

#investments .container {
	padding-bottom:100px;
}

ul.investment-boxes li {
	background-color: transparent;
	width: 18%;
	perspective: 1000px;
}

ul.investment-boxes li:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

ul.investment-boxes li .box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 1s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

ul.investment-boxes li:hover .box-inner {
	transform: rotateY(180deg);
}

.info-state br {
	display: none;
}

.logo-state,
.info-state {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.logo-state {
	background-color: #AFB9C6;
	color: black;
}

.info-state {
	background-color: #e47b3b;
	color: white;
	display: flex;
	align-items: center;
	transform: rotateY(180deg);
	font-size: 14px;
}

.info-state .padding {
	padding: 25px;
}

@media only screen and (max-width: 1630px) {
	.info-state {
		font-size: 12px;
	}
}


@media only screen and (max-width: 1440px) {
	.info-state {
		font-size: 11px;
	}

	.info-state .padding {
		padding: 16px;
	}

}




@media only screen and (max-width: 1280px) {
	.info-state {
		font-size: 9px;
	}

	.info-state .padding {
		padding: 12px;
	}

}

@media only screen and (max-width: 1024px) {
	.info-state {
		font-size: 16px;
	}

	.info-state .padding {
		padding: 25px;
	}

}



.info-state .title,
.info-state .info,
.info-state .link {
	color: #FFF;
	display: block;
}

.info-state .title {
	margin: 15px 0 5px;
}

.info-state .link a {
	color: #FFF;
	display: block;
	text-decoration: none;
	margin-top: 10px;
}

.logo-state img {
	width: 80%;
	height: 100%;
	object-fit: contain;
}

.logo-state img.small {
	width: 50%;
	height: 100%;
	object-fit: contain;
}

ul.team {
	list-style-type: none;
	margin: 50px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

ul.team li {
	width: 28%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 50px 0;
	font-size: 18px;
}

ul.team li.border {
	border-right: 1px solid #758190;
}

ul.team li a {
	width: 100%;
	text-decoration: none;
}

.login-btn {
	cursor: pointer;
}

.lrm-login {
	transition: all 0.3s ease-in-out;
}

.lrm-login.btn:hover {
	background: #e47b3b;
	color: #FFF;
	cursor: pointer;
}

.bio-image {
	width: 100px;
	height: 120px;
	margin: 0 auto 40px auto;
}

.bio-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bio-image,
span.title,
ul.team li small,
span.label {
	width: 100%;
	display: block;
	text-align: center;
}

span.title {
	color: #E47B3B;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-family: 'atten_newbold';
}

ul.team li small {
	color: #657080;
	font-size: inherit;
}

span.label {
	font-family: 'atten_newregular_italic';
	color: #121233;
	margin: 10px 0 0 0;
}

ul.contact-methods {
	list-style-type: none;
	margin: 50px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

ul.contact-methods li {
	background-color: transparent;
	width: 30%;
	perspective: 1000px;
	color: #E47B3B;
}

ul.contact-methods .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px auto;
}

ul.contact-methods li a {
	color: inherit;
	text-decoration: none;
}

ul.contact-methods li span {
	font-size: 18px;
	color: #e47b3b;
	font-family: 'atten_newregular';
}

.col h5 {
	color: #e47b3b;
	font-size: 15px;
	font-family: 'atten_newbold';
	text-transform: uppercase;
}

ul.footer-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.footer-list li {
	margin: 15px 0;
}

ul.footer-list li a {
	color: #AFB9C6;
	font-size: 18px;
	text-decoration: none;
}

ul.footer-list.download li a {
	padding: 0 0 0 40px;
	background: url(../images/download-icon.svg) top left no-repeat;
	background-size: 20px 20px;
	display: block;
}

/* LIGHTBOX - OVERRIDES */

.lightbox {
	display: none;
}

.featherlight:last-of-type {
	background: rgba(255, 255, 255, 0.8) !important;
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 15px !important;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: none !important;
	border: 1px solid #E47B3B !important;
	cursor: auto;
	white-space: normal;
}

.featherlight .featherlight-inner {
	display: block;
	background: #E4EAF2;
	padding: 50px;
	font-size: 15px;
}

.featherlight-inner small {
	font-size: 15px;
	width: 100%;
	display: block;
	font-family: 'atten_newbold';
	text-align: center;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 15px !important;
	right: 15px !important;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

.bio-content {
	text-align: center;
}

.lrm-user-modal-container-inner {
	background: #121233 !important;
	padding: 20px !important;
	font-size: 15px !important;
}

.login-modal {
	display: none;
	visibility: hidden;
	position: fixed;
	background: rgba(18, 18, 51, 0.6);
	transition: all 0.5s ease-in-out;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
}

.login-modal.open {
	display: block;
	visibility: visible;
}

.login-modal .login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	/* height: 200px; */
	border: 1px solid #121233;
	padding: 20px;
	color: #FFF;
	text-align: center;
}

input[type=search] {
	-webkit-appearance: none;
}

.login-form {
	background: #121233;
	padding: 20px;
	font-size: 15px;
}

::-webkit-input-placeholder {
	color: #FFF;
}

:-moz-placeholder {
	color: #FFF;
}

::-moz-placeholder {
	color: #FFF;
}

:-ms-input-placeholder {
	color: #FFF;
}

@-webkit-keyframes autofill {

	0%,
	100% {
		color: #FFF;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-delay: 1s;
	/* Safari support - any positive time runs instantly */
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0;
}

.form-row input {
	background: rgba(255, 255, 255, 0);
	display: block;
	padding: 5px 10px;
	border: none;
	margin: 0 5px;
	color: #FFF !important;
	border-bottom: 2px solid #FFF;
	font-family: 'atten_newregular';
}

.form-row.flex-end {
	justify-content: flex-end;
}

.form-row.flex-end.no-margin {
	margin: 20px 0 0 0;
}

.form-row button {
	background: none;
	border: none;
	color: #FFF;
}

.form-row button.orange {
	color: #e47b3b;
}

.login-modal .login-box .close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 auto auto;
	cursor: pointer;
}

.hidden {
	display: none;
}

.visuallyhidden {
	opacity: 0;
}


/* FOOTER */

footer {
	color: #FFF;
	background: #121233;
}

.col h4 {
	width: 100%;
	height: 50px;
	margin: 0;
	background: url("../images/borealis-logo-white.png") top left no-repeat;
	background-size: contain;
	display: block;
	text-indent: -9999px;
}

.col.logo {
	display: flex;
	flex-wrap: wrap;
	justify-items: center;
	align-items: center;
}

.col.wide {
	width: 25%;
}

.col.border {
	border-right: 1px solid #AFB9C6;
}

.col.sml {
	width: 15%;
}

.col.full {
	width: 90%;
}

.hero-content.legal .hero-left {
	width: 100%;
	text-align: center !important;
}

.footer-strip {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	background: rgba(117, 129, 145, 0.4);
}

.footer-strip a {
	color: #FFF;
	display: block;
	margin: 0 10px;
	text-decoration: none;
}