@charset "UTF-8";

/* RESET */

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-variant-ligatures: none;
}

* > :last-child { 
	margin-bottom:0;
}

*, html {

    scroll-behavior: smooth !important;
}

img {
	width:100%;
	height:auto;
	display:block;
	vertical-align: middle;
}

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

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

#wpadminbar {
	display:none;
}


/* GENERAL */

html {
	scroll-behavior: smooth;
	margin-top: 0 !important;
}

body {
	text-rendering:optimizeLegibility;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font-size:100px;
	line-height:105px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 600;
	color:#fff;
	margin:0 0 60px 0;
}

h1 span {
	font-family:ivypresto-headline, serif;
	font-weight:400;
	font-style:italic;
}

h2 {
	font-size:70px;
	line-height:75px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 600;
	color:#003f5f;
	margin:0 0 60px 0;
}

h2 span {
	font-family:ivypresto-headline, serif;
	font-weight:400;
	font-style:italic;
}

h3 {
	font-size:50px;
	line-height:60px;
	font-family:ivypresto-headline, serif;
	font-weight:400;
	color:#003f5f;
	margin:0 0 30px 0;
}

h4 {
	font-size:15px;
	line-height:20px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 500;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#003f5f;
	margin:0 0 30px 0;
}

h5 {
	font-size:25px;
	line-height:30px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 600;
	color:#003f5f;
	margin:0 0 20px 0;
}

p {
	font-size:20px;
	line-height:27px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 400;
	color:#003f5e;
	margin:0 0 40px;
}

a {
	text-decoration:none;
	color:inherit;
}

.button {
	font-size:16px;
	line-height:25px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 500;
	letter-spacing:0.05em;
	text-transform:uppercase;
	color:#13b5ea;
	background:none;
	border:2px solid #13b5ea;
	display:inline-block;
	border-radius:30px;
	padding:15px 35px;
	margin-top:20px;
	transition:all 0.3s ease;
}

.button:hover {
	color:#fff;
	background:#13b5ea;
}

.indent {
	width:80px;
	display:inline-block;
}

hr {
	width:100%;
	height:3px;
	background:#e7e9f5;
	margin:35px 0;
	border:0;
}

.list {
	list-style:none;
}

.list li {
	font-family:"Outfit", sans-serif;
	font-optical-sizing:auto;
	font-weight:400;
	font-style:normal;
	font-size:19px;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:0;
	color:#7e8088;
	position:relative;
	padding:0 0 0 30px;
	margin:0 0 15px 0;
}

.list li:before {
	content:"+";
	width:20px;
	height:20px;
	font-family: "peridot-pe-variable",sans-serif;
	font-variation-settings: 'wght' 400, 'wdth' 100, 'ital' 0;
	font-size:24px;
	line-height:30px;
	color:#505fab;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0;
}

.container {
	width:1600px;
	margin:0 auto;
	padding:140px 0 140px 75px;
	position:relative;
}

.pattern-top {
	width:100%;
	height:102px;
	background:url("../images/pattern-top.svg") repeat-x top left;
    background-size:78px;
    display:block;
}

.pattern-bottom {
	width:100%;
	height:102px;
	background:url("../images/pattern-bottom.svg") repeat-x bottom left;
    background-size:78px;
    display:block;
}

.no-padding-bottom {
	padding-bottom:0;
}

.spacer {
	width:100%;
	height:80px;
}

.grey {
	background:#ebebeb;
}

.two-columns {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:120px; /* or: grid-column-gap: 50px; */
  row-gap:120px;
}

.three-columns {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  column-gap:70px; /* or: grid-column-gap: 50px; */
  row-gap:50px;
}

.photo {
  position:relative;
  overflow:hidden;
  padding:0;
}

.photo img {
  width:101%;
  height:101%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  object-fit:cover;
  object-position:top left;
}

.two-columns .content {
	padding:60px 0;
}

.two-columns-photo-right {
	display:flex;
}

.two-columns-photo-right .col {
  flex:1;
  padding:0;
}

.two-columns-photo-right .col .content {
  width:725px;
  padding:140px 100px 140px 0;
}

.two-columns-photo-right .col:nth-child(1) .content {
  float:right;
  padding-left:0;
}

.two-columns-photo-right .col:nth-child(2) .content {
  float:left;
  padding-right:0;
}

.two-columns-photo-right .col:nth-child(2) h3 {
  color:#fff;
}

.two-columns-photo-right .col:nth-child(2) {
  background:#222223;
  text-align:center;
  display:flex;
  align-items:center;
}


/* NAVIGATION */

.logo {
	width:144px;
	position:absolute;
	top:30px;
	left:50px;
	z-index:2;
}

nav {
	width:100%;
	height:150px;
	background:#003f5f;
	display:flex;
	align-items:center;
	position:relative;
	z-index:999;
}

nav .container {
	height:100%;
	padding:0;
}

.navigation {
	height:100%;
	position:relative;
}

nav ul {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:right;
	text-align:right;
	list-style:none;
}

nav ul li {
	display:inline-block;
	margin:0;
}

nav ul li a {
	font-size:20px;
	line-height:25px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 400;
	color:#fff;
	padding:20px 25px;
	transition:all 0.3s ease;
}

nav ul li a:hover {
	color:#13b5ea;
}

nav ul li:nth-last-child(1) {
	padding:0;
	margin-left:25px;
}

nav ul li:nth-last-child(2) {
	margin-left:30px;
}

nav ul li:nth-last-child(2) a {
	font-size:16px;
	line-height:25px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 500;
	letter-spacing:0.05em;
	text-transform:uppercase;
	color:#fff;
	background:none;
	border:2px solid #13b5ea;
	display:inline-block;
	border-radius:30px;
	padding:15px 35px;
	transition:all 0.3s ease;
}

nav ul li:nth-last-child(2) a:hover {
	color:#fff;
	background:#13b5ea;
}

nav ul li:nth-last-child(1) a {
	font-size:16px;
	line-height:25px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 500;
	text-transform:uppercase;
	color:#fff;
	background:#71a043;
	border:2px solid #71a043;
	display:inline-block;
	border-radius:30px;
	padding:15px 35px;
	transition:all 0.3s ease;
}

nav ul li:nth-last-child(1) a:hover {
	color:#fff;
	background:#71a043;
}


/* HEADER */

header {
	background:#003f5f;
}

/*
header .container {
	padding-right:0;
}

header .content {
	position:relative;
	z-index:999;
	padding:40px 0 0 0;
	margin:0 0 0 0;
}

header p {
	width:650px;
	font-size:28px;
	line-height:40px;
	font-family:ivypresto-headline, serif;
	font-weight:200;
	color:#fff;
	margin:0 0 50px 0;
}

header .photo {
	width:800px;
	height:100%;
	background:url("../images/home-header.jpg") no-repeat center center / cover;
	position:absolute;
	top:0;
	right:0;
}
*/

header .two-columns-photo-right .col:nth-child(1) .content {
	padding-top:485px;
	position:relative;
}

header h1 {
	width:1000px;
	position:absolute;
	top:170px;
	left:0;
}

header p {
	width:630px;
	font-size:28px;
	line-height:40px;
	font-family:ivypresto-headline, serif;
	font-weight:200;
	color:#fff;
	margin:0 0 50px 0;
}

header .button {
	color:#fff;
}


/* INTRO */

#intro .container {
	padding-top:100px;
}

#intro .two-columns .col:nth-child(1) h2 {
	font-size:50px;
	line-height:60px;
	font-family:ivypresto-headline, serif;
	font-weight:400;
	color:#003f5f;
	margin:0 0 50px 0;
}

#intro .two-columns .col:nth-child(2).content {
	padding:65px 0 65px 0;
}


/* HOMEPAGE */

#who-we-work-with .three-columns {
	padding-top:20px;
	padding-bottom:50px;
}

#who-we-work-with .three-columns img {
	margin:0 0 30px 0;
}

#video .container {
	padding-bottom:0;
}

#video .video {
	width:100%;
	height:860px;
	background:url("../images/video.jpg") no-repeat center center / cover;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

#video .content {
	width:500px;
	text-align:center;
}

#video .content img {
	width:130px;
	height:130px;
	display:block;
	margin:0 auto 20px auto;
}

#video .content p {
	font-size:21px;
    line-height:30px;
    font-family:"inter-tight-variable", sans-serif;
    font-variation-settings:"wght" 600;
	color:#fff;
}

#meet-the-advisors .three-columns {
	grid-template-columns:380px 380px 380px;
  column-gap:80px;
  row-gap:50px;
  padding-top:40px;
}

#meet-the-advisors .three-columns .col {
	text-align:center;
}

#meet-the-advisors img {
	width:100%;
	border-radius:50%;
	margin-bottom:30px;
}

#meet-the-advisors h5 {
	margin:0 0 10px 0;
}


/* OUR PROCESS */

#process img {
	width:75px;
	margin:0 0 15px 0;
}

#process .col p:nth-child(1) {
	margin:0;
}


/* ADVISORS */

#advisors .two-columns {
	grid-template-columns:450px 955px;
  column-gap:140px;
  margin:0 0 200px 0;
}

#advisors img {
	border-radius:50%;
}

#advisors h2 {
	margin:0 0 15px 0;
}

#advisors h3 {
	font-size:28px;
	line-height:40px;
	margin:0 0 50px 0;
}


/* FORM */

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full .wpforms-form textarea {
	font-size:18px !important;
	line-height:25px !important;
	font-family:"inter-tight-variable", sans-serif !important;
	font-variation-settings:"wght" 400 !important;
	color:#003f5e !important;
	border:1px solid #a6bcc7 !important;
	border-radius:0 !important;
	padding:15px 20px !important;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=tel] {
	height:auto !important;
}

div.wpforms-container-full button[type=submit] {
	height:auto !important;
	font-size:16px !important;
	line-height:25px !important;
	font-family:"inter-tight-variable", sans-serif !important;
	font-variation-settings:"wght" 500 !important;
	letter-spacing:0.05em !important;
	text-transform:uppercase !important;
	color:#13b5ea !important;
	background:none !important;
	border:2px solid #13b5ea !important;
	display:inline-block !important;
	border-radius:30px !important;
	padding:15px 35px !important;
	margin-top:20px !important;
	transition:all 0.3s ease !important;
}

div.wpforms-container-full button[type=submit]:hover {
	height:auto !important;
	color:#fff !important;
	background:#13b5ea !important;
}

div.wpforms-container-full input::placeholder {
  color:#003f5e !important;
}

div.wpforms-container-full input::-webkit-input-placeholder {
  color:#003f5e !important;
}

div.wpforms-container-full input::-moz-placeholder {
  color:#003f5e !important;
}

div.wpforms-container-full input:-ms-input-placeholder {
  color:#003f5e !important;
}

div.wpforms-container-full input:-moz-placeholder {
  color:#003f5e !important;
}

div.wpforms-container-full .wpforms-form textarea::placeholder {
	color:#003f5e !important;
}



/* FOOTER */

footer {
	background:#003f5f;
}

footer .container {
	padding-top:100px;
	padding-bottom:100px;
}

footer .two-columns {
  display:grid;
  grid-template-columns:370px 1105px;
  column-gap:50px;
  row-gap:70px;
}

footer .logo {
	position:relative;
	top:auto;
	left:auto;
	margin:-50px 0 40px 0;
}

footer p {
	font-size:17px;
	line-height:26px;
	color:#fff;
}

#footer-nav,
footer .navigation {
	height:auto;
	list-style:none;
	border-bottom:1px solid #4d798f;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
}

#footer-nav li,
footer .navigation li {
	display:inline-block;
	margin-right:30px;
}

#footer-nav li a,
footer .navigation li a {
	font-size:18px;
	line-height:30px;
	font-family:"inter-tight-variable", sans-serif;
	font-variation-settings:"wght" 400;
	color:#fff;
}

footer .navigation li a:hover {
	color:#13b5ea;
}

#broker-check {
	width:180px;
	position:absolute;
	top:93px;
	right:0;
}

footer .disclaimer p {
	font-size:15px;
	line-height:22px;
	margin:0 0 20px 0;
}