* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "Martel Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #434343;
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none !important;
  -webkit-appearance: none;
}

p {
  font-family: "Martel Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75em;
  color: #434343;
}

p.lg {
  font-family: "Martel Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.62rem;
  line-height: 1.18em;
  color: #1C2855;
}

h2 {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.08em;
  display: inline-block;
  background: var(--gradient-dark, linear-gradient(90deg, #89C1F8 0%, #0F355A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.07em;
  color: #1C2855;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1240px;
  margin: 0 auto;
}

.container-inner {
  width: calc(100% - 2rem);
  max-width: 992px;
  margin: 0 auto;
}

.secPadding {
  padding: 5.78rem 0;
}

.global-btn {
  display: inline-block;
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  padding: 2.1rem 3.54rem;
  font-size: 1.05rem;
  background-color: #2A72B9;
  border-radius: 110px;
  text-align: center;
  color: #fff;
  transition: background-color .5s ease;
}

.global-btn:hover {
  background-color: #1C2855;
}

/***** HERO ****/
.inner .s1 {
  width: 100%;
  padding: 15rem 0;
}

.inner .s1 h1 {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5.55rem;
  line-height: 1.09em;
  color: #434343;
}

.inner .s1 h1 span {
  display: inline-block;
  background: linear-gradient(90deg, #4B7AA8 0%, #0F355A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner .s1 .hline {
  width: 100%;
  height: 1px;
  background-color: rgba(67, 67, 67, 0.2);
  margin: 1.83rem 0 3rem 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.inner .s1 .wrap p.lg {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.08em;
  color: #1C2855;
  max-width: 755px;
}

.inner .s1 .wrap p {
  max-width: 400px;
}

.inner .s1 .two-col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#working-with-us .s1 {
  background: url(/i/working-hero.png) no-repeat top/cover;
}

#about .s1 {
  background: url(/i/about-hero.png) no-repeat top/cover;
}

#about .s1 .wrap p.lg, #about .s1 .wrap p {
  max-width: none;
}

#about .s1 .wrap > div:nth-child(1) {
  max-width: 1000px;
}

#about .s1 .wrap > div:nth-child(1) p.lg {
  margin-bottom: 1.67rem;
}

#about .s1 .wrap .page-nav {
  border-left: solid 1px rgba(67, 67, 67, 0.2);
  padding-left: 2rem;
}

#about .s1 .wrap .page-nav a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #1C2855;
  margin-bottom: 1.9rem;
  transition: color .3s ease;
}

#about .s1 .wrap .page-nav a:last-of-type {
  margin-bottom: 0;
}

#about .s1 .wrap .page-nav a:hover {
  color: #2A72B9;
}

#strategies .s1 {
  background: url(/i/strategies-hero.png) no-repeat top/cover;
}

#strategies .s1 p.lg {
  max-width: 850px;
}

#strategies .s1 p {
  max-width: 354px;
}

#resources .s1 {
  background: url(/i/resources-hero.png) no-repeat top/cover;
}

#resources .s1 p.lg {
  max-width: 850px;
}

#contact .s1 {
  background: url(/i/contact-hero.png) no-repeat top/cover;
}

#contact .s1 p.lg {
  max-width: 830px;
}

#community-connections .s1 {
  background: url(/i/community-hero.png) no-repeat top/cover;
  padding-bottom: 5rem;
}

#community-connections .s1 p.lg {
  max-width: 850px;
}

#community-connections .s1 .logos {
  margin-top: 8.05rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

#community-connections footer {
  background: #1A254F;
}

#community-connections footer .logo {
  background-image: url(/i/svg/logo.svg);
}

#community-connections footer p, #community-connections footer a {
  color: #fff;
}

/***** INTRO ******/
.intro {
  background: url(/i/svg/vector2.svg) no-repeat center/cover fixed;
  padding: 5.67rem 0 9.05rem 0;
}

.intro .hline {
  width: 100%;
  height: 1px;
  background-color: rgba(67, 67, 67, 0.2);
  margin: 10px 0 2rem 0;
}

.intro .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

.intro .wrap h3 {
  max-width: 452px;
}

.intro .wrap p {
  width: 100%;
  max-width: 715px;
}

/***** HEADER *****/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 102;
  padding: 1rem 0;
  background-color: #fff;
  border-bottom: solid 1px rgba(67, 67, 67, 0.2);
}

header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 2rem;
}

header .logo {
  display: block;
  width: 222px;
  height: 48px;
  background: url(/i/svg/logo-color.svg) no-repeat center/contain;
  position: relative;
  z-index: 10;
}

header nav .wrapper {
  text-align: right;
}

header nav ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul li {
  margin-left: 35px;
}

header nav ul li a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #434343;
  transition: color 0.3s ease;
}

header nav ul a:hover, header nav ul .selNav > a {
  color: #2A72B9;
}

header nav ul .brokercheck {
  margin-left: 20px;
}

header nav ul .contact a, header nav ul .brokercheck a {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  padding: 8px 28px;
  border-radius: 30px;
  background-color: #2A72B9;
  color: #fff;
  transition: background-color .3s ease;
}

header nav ul .contact a:hover, header nav ul .brokercheck a:hover {
  background-color: #1C2855;
}

header nav .dropdown {
  font-weight: 400;
  color: #434343;
  position: relative;
}

header nav .dropdown > a:first-child {
  padding-right: 30px;
  background: url(/i/svg/dropdown_color.svg) no-repeat 100% 50%;
  background-size: 15px;
  cursor: pointer;
}

header nav .dropdown > ul {
  display: block;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: 1;
  transition: opacity .5s ease;
}

header nav .dropdown > ul li a {
  display: block;
  margin-bottom: 10px;
  color: #434343;
  padding: 0;
  transition: color .3s ease, font-weight .3s ease;
}

header nav .dropdown > ul .selNav > a {
  color: #2A72B9;
}

header nav .dropdown > ul li:last-of-type a {
  margin-bottom: 0;
}

header nav .dropdown > ul li a:hover {
  color: #2A72B9;
}

header nav .dropdown.about > ul {
  left: auto;
  right: 0;
}

header nav .dropdown.active > a:first-child {
  background-image: url(/i/svg/dropdown_color_hover.svg);
  color: #2A72B9;
}

header nav .dropdown.active > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

header nav .bc-btn.mob {
  display: none;
}

header .bc-btn {
  display: block;
  width: 140px;
  height: 60px;
  background: url(/i/bc_logo_large.png) no-repeat center/contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

header .menu_container {
  display: none;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}

header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 44px;
  height: 20px;
}

header .menu_container #menu_btn i {
  transition-delay: .6s;
  transition: all 0.2s ease-out;
  height: 1px;
  width: 44px;
  background-color: #434343;
  position: absolute;
  border-radius: 2px;
  left: 0;
}

header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}

header .menu_container #menu_btn i:nth-child(2) {
  top: 10px;
}

header .menu_container #menu_btn i:nth-child(3) {
  top: 20px;
}

/****** HEADER ACTIVE ******/
header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

header.active nav .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}

header.active nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}

header.active nav ul li {
  margin-left: 0;
}

header.active nav ul li a {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #434343;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
  transition: all .3s ease;
}

header.active nav ul li a.fade {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

header.active nav ul .selNav > a {
  color: #2A72B9;
}

header.active nav ul .contact a, header.active nav ul .brokercheck a {
  color: #fff;
  padding: 10px 35px;
}

header.active nav ul .brokercheck {
  margin-left: 0;
}

header.active nav .dropdown {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  background-image: url(/i/svg/dropdown_white_hover.svg);
}

header.active nav .dropdown ul {
  display: none;
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  position: relative;
  padding: 0;
  top: auto;
  text-align: center;
  border: none;
  transition: none;
}

header.active nav .dropdown > a:first-of-type {
  padding-right: 0;
  background: none;
}

header.active nav .dropdown li a {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 1rem;
  color: #434343;
}

header.active nav .dropdown li a:hover {
  color: #2A72B9;
}

header.active nav .dropdown .selNav a {
  color: #2A72B9;
}

header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 7px;
}

header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 7px;
}

header.active #menu_btn i:nth-child(2) {
  display: none;
}

footer {
  padding: 3rem 0;
  text-align: center;
}

footer .logo {
  display: block;
  width: 222px;
  height: 48px;
  background: url(/i/svg/logo-color.svg) no-repeat center/contain;
  position: relative;
  z-index: 10;
  margin: 0 auto 1rem auto;
}

footer p, footer a {
  font-size: 12px;
  color: #1E1E1E;
}

footer a {
  display: inline-block;
  text-decoration: underline;
  transition: color .3s ease;
}

footer .disclaimer {
  margin-left: 10px;
}

footer a:hover {
  color: #2A72B9;
}

footer .ad-discl {
  margin-top: 1rem;
}

.btn-cookie-preferences {
  font-family: "Martel Sans", sans-serif !important;
  font-size: 12px !important;
  color: #1E1E1E;
  transition: color 0.3s ease;
  margin-left: 10px;
  text-decoration: underline;
}

.btn-cookie-preferences:hover {
  color: #2A72B9;
}

.cookie-disclaimer {
  color: #434343;
}

.cookie-disclaimer p {
  color: #434343;
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  bottom: 20px !important;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}

body .cookie-disclaimer * {
  text-transform: none !important;
}

body .cookie-disclaimer .btn-agree {
  color: #1C2855;
}

body .cookie-disclaimer .btn-preferences {
  background: #1C2855;
  color: #fff;
}

body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}

body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
  background: #1C2855;
  color: #fff;
}

body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}

body .cookie-disclaimer .c-on > button {
  background: #1C2855;
  color: #fff;
}

body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}

body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-size: .8rem;
  line-height: 1.33em;
}

body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}

body .cookie-disclaimer ul {
  list-style-type: none;
}

body .cookie-disclaimer .c-content h2 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}

body .cookie-disclaimer h3 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
}

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #fff;
}

body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}

body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: .5rem 1rem;
  text-align: center;
}

a.noclick, .noclick > a {
  cursor: context-menu !important;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

#disclaimer footer {
  background: #1A254F;
}

#disclaimer footer .logo {
  background-image: url(/i/svg/logo.svg);
}

#disclaimer footer p, #disclaimer footer a {
  color: #fff;
}

#disclaimer .s2 {
  padding: 12rem 0 9.34rem 0;
}

#disclaimer .s2 h2 {
  margin-bottom: 3rem;
}

#disclaimer .s2 p {
  margin-bottom: 1rem;
}

#disclaimer .s2 p:last-of-type {
  margin-bottom: 0;
}

#disclaimer .s2 a {
  color: #2A72B9;
}

@media screen and (max-width: 1700px) {
  header .container {
    padding-right: 180px;
  }
}

@media screen and (max-width: 1500px) {
  header .container {
    padding-right: 180px;
  }
  header nav ul li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1300px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .c-preferences {
    padding-top: 50px;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: .5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: .75rem !important;
  }
}

@media screen and (max-width: 1250px) {
  header .container {
    padding-right: 0;
  }
  header .menu_container {
    display: block;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  header nav .contact a {
    padding: 8px 26px;
  }
  header nav .bc-btn.mob {
    width: 150px;
    height: 60px;
    display: block;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  header .bc-btn {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .inner .s1 h1 {
    font-size: 4.5rem;
  }
  .inner .s1 .wrap p.lg, .inner .s1 .wrap p {
    max-width: none !important;
  }
  .inner .s1 .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro {
    background-attachment: scroll;
  }
  .intro .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro .wrap h3, .intro .wrap p {
    max-width: none;
  }
  #about .s1 .wrap .page-nav {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding-left: 0;
    border-left: none;
    border-top: solid 1px rgba(67, 67, 67, 0.2);
    padding-top: 2rem;
    margin-top: 2rem;
  }
  #about .s1 .wrap .page-nav a {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .inner .s1 {
    padding: 10rem 0;
  }
  .inner .s1 h1 {
    font-size: 4rem;
  }
  .inner .s1 .wrap p.lg {
    font-size: 2rem;
  }
  #community-connections .s1 .logos {
    justify-content: center;
    gap: 2rem;
    margin-top: 5rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    font-size: 1.7rem;
  }
  .inner .s1 {
    padding: 10rem 0 5rem 0;
  }
  .inner .s1 h1 {
    font-size: 3rem;
  }
  .inner .s1 .hline {
    margin-bottom: 1.83rem;
  }
  .inner .s1 .wrap p.lg {
    font-size: 1.6rem;
  }
  .inner .s1 .two-col {
    gap: 1.5rem;
  }
  #community-connections .s1 .logos {
    flex-wrap: wrap;
  }
  #community-connections .s1 .logos img {
    max-width: 45%;
  }
  .intro {
    padding: 5rem 0;
  }
  #about .s1 .wrap .page-nav {
    display: none;
  }
  .global-btn {
    padding: 1.7rem 2.2rem;
  }
  #disclaimer .s2 {
    padding: 10rem 0 5rem 0;
  }
  #disclaimer .s2 h2 {
    margin-bottom: 2rem;
  }
}
