*, :after, :before { box-sizing: inherit; outline: 0; -webkit-tap-highlight-color: rgba(255, 255, 255, 0) }
:root {
  --main-blue: #10375e;
  --brand-blue: #083954;
  --green:#667f2b;
  --surface-shade:#f2f2f2;
  --background-blue:#cbdce9;
  --light-blue: #cbdce9;
  --copper:#ac6841;
  --light-copper:#c75a33;
}

html { box-sizing: border-box; margin: auto; overflow-x: hidden; scroll-behavior: smooth }
body { font-family:montserrat; font-size: 18px; color: #161515; position: relative; box-sizing: border-box; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-optical-sizing: auto }
footer, header, section { display: block; width: 100% }
.screenreader { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) }
a { text-decoration: none; color: #161515; transition: all .3s ease-in-out; }
a:hover { text-decoration: none; opacity: .6 }
b, strong { font-weight: 700 }
iframe, img { max-width: 100%; height: auto }
button, input[type=email], input[type=search], input[type=submit], input[type=text], select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none !important }
button, input[type=submit] { cursor: pointer; transition: all 30ms ease-in-out }
select::-ms-expand { display: none }
.featherlight .featherlight-close-icon { background-color: #e2d3b7 }
.featherlight iframe { height: 480px }
@media (max-width:680px) {
  .featherlight iframe { height: 300px }
}
.grecaptcha-badge { display: none !important }
.grecaptcha-badge.show { display: block !important; visibility: visible !important }
.transition { animation-duration: 1s; animation-fill-mode: both; opacity: 0; position: relative; visibility: hidden }
.green { color: var(--green); }
.lime-green { color: #8EB13C; }
.copper { color: var(--copper); }
.light-blue { color: var(--light-blue); }
.light-copper { color: var(--light-copper); }
.button, .button-primary { display: inline-block; font-family:montserrat; outline: 0; padding: 12px 24px; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 18px; line-height: 1.22; font-weight: 400; background-color: var(--brand-blue); border-radius: 30px; color: #FFF; transition: all .3s ease-in-out; }
.button::after, .button-primary::after { content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 400; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; color: #FFF; margin-left: 24px; }

table { width: 100%; border-collapse:collapse;}
table th { color: #FFF; background-color: var(--copper); font-weight: 400; }
table th, table td { font-vamily:montserrat; padding:8px 12px; }
table  tr:nth-child(even) { background-color: #f2f2f2; }

@keyframes fadeIn {
  0% { opacity: 0 }
  to { opacity: 1 }
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translate(-20px) }
  to { opacity: 1; transform: translate(0) }
}
@keyframes fadeInRight {
  0% { opacity: 0; transform: translate(20px) }
  to { opacity: 1; transform: translate(0) }
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(50px) }
  to { opacity: 1; transform: translate(0) }
}
.fadeIn { animation-name: fadeIn; transition: all .8s ease 0s }
.fadeInRight { animation-name: fadeInRight; transition: all .8s ease 0s }
.fadeInLeft { animation-name: fadeInLeft; transition: all .8s ease 0s }
.fadeInUp { animation-name: fadeInUp; transition: all .8s ease 0s }
h1 { font-size: 120px; font-weight: 700; line-height: .92; font-family: neue-haas-grotesk-display, sans-serif; margin: 0 }
h2 { font-size: 42px; line-height: 1.33; color: var(--main-blue); font-family: neue-haas-grotesk-display, sans-serif; font-weight: 600; margin: 0 0 24px 0; }
h3 { font-size: 32px; line-height: 1.23; font-weight: 600; font-family: neue-haas-grotesk-display, sans-serif; margin: 0 0 24px 0; }
h4 { font-size: 24px; line-height: 1.33; color: var(--brand-blue); font-family: neue-haas-grotesk-display, sans-serif; font-weight: 600; margin:  0 0 24px 0; }
h5 { font-size: 18px; font-weight: 600; line-height: 1.33; font-family: neue-haas-grotesk-display, sans-serif; margin: 0 }
p { line-height: 1.4; }
p:first-child { margin-top: 0 }
p:last-child { margin-bottom: 0 }
ul { list-style: none; margin: 0; padding: 0 }
.text-white li, .text-white p { color: #fff }
.footnote li, .footnote p { font-size: 14px; line-height: 1.43 }
@media screen and (max-width:1024px) {
  h1 { font-size: 70px; line-height: 1; font-weight: 600 }
  h2 { font-size: 26px; line-height: 1.23 }
  h3 { font-family: neue-haas-grotesk-display, sans-serif; font-size: 20px; line-height: 1.2; font-weight: 600 }
  h4 { font-size: 18px; line-height: 1.33 }
  h5 { font-size: 14px; line-height: 1.29 }
  .hide { display: none; }
}
.cc-banner .cc-message, .cc-window.cc-floating { width: 100% !important; max-width: 100% !important }
main { overflow: hidden; padding-top: 32px; padding-bottom: 80px; min-height: 600px; }

/* HEADER */
.ticker-bar { background-color: var(--main-blue); font-family:montserrat; padding: 5px 0; font-size: 15px; line-height: 1.4; letter-spacing: 0.52px; font-weight: 400; color: #ffffff; text-align: right; }
.ticker-bar .last { display: inline-block; margin-left: 16px; margin-right: 2px; }
.ticker-bar .up, .ticker-bar .down { display: inline-block; width: 0; height: 0; border-left: 5.5px solid transparent; border-right: 5.5px solid transparent; }
.ticker-bar .up { border-top: none; border-bottom: 9px solid #abb8c1; }
.ticker-bar .down { border-bottom: none; border-top: 9px solid #abb8c1; }

.logo { background-color: #FFF; padding:8px 0; }
.logo img { max-width: 200px; }

.hero { background-image:url(../../../../_resources/hero/home.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; padding:28px 0 48px 0; color: var(--brand-blue); font-weight: 600; }
.hero .flex { flex-direction:column; -webkit-justify-content: space-between; justify-content: space-between; min-height:788px; }
.hero .name { font-size: 30px; }
.hero .content { max-width: 950px; }
.hero .content h1 { margin:0; font-size: 64px; line-height: 1.08; }
.hero .content p { margin-top: 0; font-size: 48px; font-weight: 400; }
.hero .tagline { border-radius: 10px; background-color: rgba(22, 21, 21, 0.52); padding:10px 20px; margin-left: auto; color: #FFF; font-size: 24px; }

section#about-us .container { border-bottom: 1px solid #abb8c1; }
section#about-us h2 { margin-bottom: 40px; }
section#about-us h4 { margin-top: 40px; }

section#main-project { padding-top: 80px; }
section#main-project p { font-size: 18px; }
section#main-project .image { border-radius: 20px 0 0 20px; overflow: hidden; background-color: #0d0d09; -webkit-flex-basis: 432px; flex-basis: 432px; }
section#main-project .image img { -o-object-fit: cover; object-fit: cover }
section#main-project .content { background-color: #F2F2F2; padding:64px 48px 20px 48px; -webkit-flex-basis: calc(100% - 432px); flex-basis: calc(100% - 432px); }
section#main-project .grid { margin-top: 32px; }
section#main-project .grid > * { grid-column: span 4; display: flex; min-height:94px; -webkit-align-items: center; align-items: center; font-family:montserrat; font-size: 18px; position: relative; padding:24px 24px 24px 56px; background-color: var(--surface-shade); }
section#main-project .grid > *:before { content:""; background-image:url(../../../../_resources/icons/circle.png); background-repeat: no-repeat; width:18px; height:18px; position: absolute; left:24px; top: 50%; transform: translateY(-50%); }
section#main-project .summary { padding: 80px 0; border-bottom: 1px solid #abb8c1; }

@media screen and (max-width:1024px) {
  section#main-project p { font-size: 16px; }
  section#main-project .image { -webkit-flex-basis: 350px; flex-basis: 350px; }
  section#main-project .content { -webkit-flex-basis: calc(100% - 350px); flex-basis: calc(100% - 350px); padding:48px 24px; }
  section#main-project .grid > * { grid-column: span 6; }
}
@media screen and (max-width:768px) {
  section#main-project .flex { display: block; }
  section#main-project .image { background-color: #FFF; border-radius:0; }
  section#main-project .grid > * { grid-column: span 12; }
}
 
section#district-scale { border-bottom: 1px solid #abb8c1; }
section#district-scale .grid > * { grid-column: span 3; display: flex; min-height:94px; -webkit-align-items: center; align-items: center; font-family:montserrat;  position: relative; padding:8px 24px; background-color: var(--surface-shade); }
section#district-scale h3 { padding-top: 80px; }
section#district-scale .grid.locations > * { padding-left: 56px; font-weight: 700; }
section#district-scale .grid.locations > *:before { content:"\f3c5"; font-family: "Font Awesome 6 Pro"; color: #10375E; width:20px; height:20px; position: absolute; left:24px; top: 50%; transform: translateY(-50%); }
section#district-scale .grid.highlights > * { background-color: #e6edf4; }

@media screen and (max-width:1024px) {
  section#district-scale .grid > * { grid-column: span 6; }
}
@media screen and (max-width:768px) {
  section#district-scale .grid > * { grid-column: span 12; }
}

section#latest-news { border-bottom: 1px solid #abb8c1; }
section#latest-news .grid.news-items { margin-top: 120px; }
section#latest-news .grid .news-item { grid-column: span 3; display: block; font-family:montserrat; position: relative; border-top: 1px solid #abb8c1; padding:24px 0; }
section#latest-news .grid .news-item .date { display: block; font-size: 14px; margin-bottom: 24px; color: #161515; }
section#latest-news .grid .news-item .title { display: block; font-weight: 700; margin-bottom: 24px; color: #161515; }
section#latest-news .grid .news-item .arrow { background-color: #ac6841; color: #FFF; height: 36px; width: 36px; border-radius:50%; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }

@media screen and (max-width:1024px) {
  section#latest-news .grid .news-item { grid-column: span 6; }
}
@media screen and (max-width:768px) {
  section#latest-news .grid .news-item { grid-column: span 12; }
}


section#team .bio .title { font-size: 14px; line-height: 1.43; color: #161515; margin: 2px 0 }
section#team .bio .bio-description .header { margin-bottom: 36px }
section#team .bio .bio-description h3 { margin-bottom: 16px; color: var(--brand-blue); }
section#team .bio .body p { text-align: justify }
section#team .bio-card { background-color: #e6edf4; border-radius: 4px; padding: 24px; cursor: pointer; height: 100%; min-height: 278px; transition: all .3s ease }
section#team .bio-card .bio-image { margin-bottom: 32px }
section#team .bio-card:hover { background-color: #f2f2f2; }
section#team .bio-card h4 { margin-bottom: 0; font-size: 18px; color: #161515; font-family:montserrat; }
section#team .bio-card .learn-more { text-decoration: underline; color: #10375E; margin-top: 32px; font-size: 12px; font-family:montserrat; }
section#team .bio-image { width: 132px; height: 132px; border-radius: 50%; overflow: hidden; margin-right: 24px }
.pop-up { cursor: pointer; padding: 40px 8px; position: fixed; z-index: 999; inset: 0; margin: 0; background-color: rgba(0, 0, 0, .7176470588) }
.pop-up .flex-box { display: flex; justify-content: center; align-items: center; height: 100% }
.pop-up .wrapper { position: relative; padding: 100px 80px; width: 100%; max-width: 900px; border-radius: 24px; background-color: #f1f4f5; cursor: default; max-height: 100%; overflow-y: auto }
.pop-up .close { position: absolute; top: 40px; right: 40px; cursor: pointer }
.pop-up ul { list-style-type: disc; padding-left: 20px }
.pop-up ul ul { margin-top: 8px; }
.pop-up li + li { margin-top: 8px }
.pop-up .header .title { font-size: 14px; line-height: 1.43; color: #161515; margin: 2px 0 }
@media screen and (max-width:767px) {
  .bio .bio-description .header { margin-bottom: 20px }
  .bio-image { width: 100px; height: 100px; margin-right: 16px }
  .pop-up .wrapper { padding: 40px 16px }
  .pop-up .close { top: 20px; right: 20px }
}
@media screen and (max-width:479px) {
  .bio-card { min-height: unset }
  .bio-card .bio-image { margin-bottom: 24px }
}



section#investors .container { border-bottom: 1px solid #abb8c1; }
section#investors .qm-wrap-ichart { padding: 0 16px; border-radius: 12px; border: solid 0.5px #abb8c1; background-color: #fff; }
section#investors .qmod-simplechart.qmod-ui-tool .qmod-main-chart { height: 280px !important }
section#investors div.qmod-ui-tool input, section#investors div.qmod-ui-tool button, section#investors div.qmod-ui-tool a { font-size: 13px; }
section#investors .qm-wrap-ichart ul > li { margin-bottom: initial; }
.qtool .qmod-heading.qmod-hbg { background-color: transparent; padding: 0; }
.qmod-detailedquote .qmod-quotehead .qmod-head-left, .qmod-detailedquote .qmod-quotehead .qmod-head-right { margin-top: 0; margin-left: 0; margin-right: 0; }
.qmod-detailedquote .qmod-chart { margin-left: 0; }
.qmod-detailedquote .qmod-quotegrid { margin-left: 0; margin-right: 0; }
.qm-wrap-ichart .qmod-heading.qmod-hbg { display: none; }
.qm-wrap-ichart .qmod-legend.qmod-legend-list > .qmod-legend-list-item { display: none !important; }
.qtool .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li { background-color: #272323; color: #FFF; }
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-active, .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-active { background-color: #272323; }
.qtool .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:before { display: none !important; }
.qmod-simplechart.qmod-ui-tool .qmod-block-wrapper { background-color: transparent; margin-bottom: 0; }
.qmod-detailedquote .qmod-quotegrid .qmod-line-sep { border-bottom: 1px solid #E7E7E7; }

section#investors table th, table td { padding:15px 12px; }

@media (max-width:600px) {
  section#investors .qm-wrap-ichart { padding: 4px; }
}








form#signup-form { width: 100% }
form#signup-form .input { position: relative }
form#signup-form .input.error::after { animation: fadeIn .6s ease-out forwards; content: "\f00d"; color: #b53939; font-family: "Font Awesome 6 Pro"; font-weight: 400; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; position: absolute; top: 16px; right: 12px }
form#signup-form .input i { position: absolute; top: 12px; right: 13px }
form#signup-form .input input { outline: 0; width: 100%; padding: 14px 16px; margin-bottom: 20px; font-size: 18px; line-height: 1.33; color: #161515; background-color: #fff; border-radius: 4px; border: solid 1px #abb8c1 }
form#signup-form .input input::-moz-placeholder { -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; color: #161515 }
form#signup-form .input input::placeholder { transition: all .2s ease-in-out; color: #161515 }
form#signup-form .button { display: block; outline: 0; padding: 12px 24px; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 18px; line-height: 1.22; font-weight: 500; background-color: #667f2b; border:none; border-radius: 30px; color: #FFF; transition: all .3s ease-in-out }
form#signup-form .button::after { content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 400; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; color: #FFF; margin-left: 24px }
form#signup-form .button:hover { opacity: .6 }
@media screen and (max-width:767px) {
  form#signup-form .input input { font-size: 14px; line-height: 1.43 }
  form#signup-form .consent { font-size: 14px; line-height: 1.43 }
}




section#contact .column { background-color: #f2f2f2; padding: 64px 48px; border-radius: 12px }
@media screen and (max-width:560px) {
  section#contact .column { padding: 40px 24px }
}

footer#site-footer { color: #fff; font-size: 14px; line-height: 1.43;  background-color: #10375e; padding-top: 128px; }
footer#site-footer a { color: #fff }
footer#site-footer p { color: #fff; font-size: 14px; line-height: 1.43; max-width: 752px }
footer#site-footer .logo_ft img { width: 190px; height: auto }
footer#site-footer .social a { color: #e54125; font-size: 20px }
footer#site-footer .content-bottom { border-top: solid 1px rgba(255, 255, 255, .5); color: #fff }

/*Termsfeed button styling*/
.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save, .termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree, .termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject { background-color: #10375e; }

