:root {
  --black: #333;
  --transparent: #0000;
  --white: white;
  --skg-blue: #3d4975;
  --skg-grey: #8c9091;
  --skg-grey-30: #dcddde;
  --skg-grey-40: #d1d3d3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.navbar-logo-left {
  z-index: 1000;
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-logo-left-container.shadow-three.dark {
  background-color: var(--white);
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.blue {
  color: var(--skg-blue);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-divider.blue {
  background-color: var(--skg-blue);
}

.button-primary {
  background-color: var(--skg-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 250px;
  max-width: none;
}

.sec_hero {
  background-image: linear-gradient(to bottom, #0006, #0006), linear-gradient(90deg, var(--transparent), var(--white)), url('../images/Hero-Photo_2400.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.div_hero {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.text_hero {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.sec_about {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
  display: flex;
}

.div_video {
  width: 55%;
  margin-top: 20px;
}

.youtube {
  width: 100%;
}

.paragraph {
  text-align: center;
  line-height: 24px;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.white.left-justified {
  color: var(--white);
  text-align: left;
  line-height: 22px;
  text-decoration: none;
}

.content-section {
  z-index: 500;
  background-color: var(--transparent);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.hover-box {
  z-index: 1000;
  background-color: var(--white);
  text-align: center;
  border-right: 0 solid #3d4975;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 25px 0;
  font-style: normal;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
}

.content-wrapper-services {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.service-box {
  background-color: var(--white);
  border-bottom: 0 solid #8c9091;
  border-right: 0 solid #8c9091;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 370px;
  margin: 10px;
  padding: 40px 19px 40px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px 1px #0000004d;
}

.service-box.retirement, .service-box.education {
  border-bottom-width: 0;
}

.service-box.insurance {
  border-bottom-width: 0;
  border-right-width: 0;
}

.service-box.wealth-mgnt {
  border-right-width: 0;
}

.text_service-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
}

.text_service-heading.white {
  color: var(--white);
}

.img_service-icon {
  width: 130px;
}

.top-margin {
  margin-top: 30px;
}

.text_content {
  text-align: center;
}

.div_services {
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

.sec_financial-advisors {
  background-color: var(--transparent);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.financial-advisors-container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-grid.two {
  grid-template-columns: 1fr 1fr;
}

.team-grid._2x4 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.team-card {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 5%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  box-shadow: 0 0 10px 10px #0003;
}

.team-member-name {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.paragraph-_financial-advisors {
  text-align: left;
  margin-top: 10px;
  line-height: 22px;
}

.dive_line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.sec_have-a-question {
  padding: 40px;
}

.sec_have-a-question.top-margin {
  margin-top: 100px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.text_contact {
  line-height: 22px;
}

.link {
  color: var(--skg-grey);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: var(--skg-blue);
}

.sec_footer {
  background-color: var(--skg-grey);
  padding: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

.text_contact-white {
  color: var(--white);
  line-height: 22px;
  text-decoration: none;
}

.link_contact-footer {
  color: var(--white);
  letter-spacing: .5px;
  line-height: 22px;
  text-decoration: none;
}

.div_footer-contact {
  flex-flow: column;
  display: flex;
}

.div_footer-verbaige {
  text-align: left;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.bold-text {
  color: var(--white);
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.image-5 {
  width: 150px;
  margin-top: 20px;
}

.div_oasic-form {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div_arrow-up {
  z-index: 600;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.arrow {
  width: 25px;
}

.div_arrow-round {
  background-color: var(--skg-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div_about-paragraph {
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.sec_gallery {
  padding: 40px;
  display: none;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  box-shadow: 0 0 10px #0003;
}

.gallery-slide-text {
  color: #f5f7fa;
  text-shadow: 0 1px 1px #0006;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-block-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block {
  flex-flow: row;
  display: flex;
}

.div-old-grid {
  display: none;
}

.section {
  background-color: var(--white);
  padding: 140px 30px 40px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-6 {
  border-radius: 20px;
  width: 50%;
  box-shadow: 0 0 10px 10px #0003;
}

.link_you-are-here {
  color: #8e9090;
  text-decoration: none;
}

.link_you-are-here:hover, .link_you-are-here.w--current:hover {
  color: #173d58;
}

.div-block-2 {
  width: 100%;
  padding-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    z-index: 1000;
  }

  .text_hero {
    text-align: center;
  }

  .content-section {
    z-index: 500;
    position: relative;
  }

  .hover-box {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div_financial-advisors {
    padding-left: 0;
  }

  .sec_woodbury-form {
    background-color: var(--skg-grey-30);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .div_oasic-form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div_arrow-up {
    width: auto;
    padding-right: 40px;
  }

  .arrow {
    width: 25px;
  }

  .div_arrow-round {
    background-color: var(--skg-blue);
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--white);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text_hero {
    font-size: 40px;
  }

  .div_video {
    width: 80%;
  }

  .hover-box {
    padding-top: 16px;
    display: inline-flex;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .img_service-icon {
    width: 100px;
  }

  .text_content {
    font-size: 12px;
    line-height: 18px;
  }

  .financial-advisors-container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .div_arrow-up {
    padding-right: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text_hero {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph.white.left-justified {
    text-align: center;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .service-box {
    width: 46%;
  }

  .service-box.retirement {
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .service-box.investment {
    border-right-width: 0;
  }

  .service-box.wealth-mgnt {
    border-right-width: 1px;
  }

  .text_service-heading.white {
    text-align: center;
  }

  .text_content {
    font-size: 14px;
  }

  .heading {
    font-size: 25px;
    line-height: 32px;
  }

  .sec_financial-advisors {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    justify-content: center;
  }

  .team-member-image {
    width: 210px;
    margin-bottom: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: flex;
  }

  .div_footer-contact {
    align-items: center;
  }

  .code-embed {
    margin-top: 20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-6 {
    width: 70%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div_video {
    width: 100%;
  }

  .service-box {
    border-right-width: 0;
    width: 100%;
  }

  .service-box.wealth-mgnt {
    border-right-width: 0;
  }

  .financial-advisors-container {
    max-width: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-grid.two {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .team-grid._2x4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-member-name {
    font-size: 18px;
  }

  .gallery-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
  }
}

#w-node-_7ea1d3a9-af46-311c-0635-e8cf8b8d52c2-340c94c4, #w-node-_2f290a3d-c93c-b4f9-af6d-fd1026f154ec-340c94c4, #w-node-_9d00b4ca-ded9-e9ee-5d9e-ccae9b4f8c0f-340c94c4, #w-node-_5dc0b1c6-e066-c3b2-b822-3f9f7372d804-340c94c4, #w-node-_75f07d8f-bda0-cf58-9edc-84488b14a3b7-340c94c4, #w-node-_75f07d8f-bda0-cf58-9edc-84488b14a3c4-340c94c4, #w-node-d13e1aa7-4676-893b-185f-83e1915a026f-340c94c4, #w-node-d13e1aa7-4676-893b-185f-83e1915a0277-340c94c4, #w-node-d13e1aa7-4676-893b-185f-83e1915a027f-340c94c4, #w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28e93-340c94c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28e98-340c94c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28e9c-340c94c4, #w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28ea6-340c94c4, #w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28eab-340c94c4, #w-node-_13fbc0e3-6a67-6fb0-9af4-ef372aae97bb-340c94c4, #w-node-f3eac7a0-3d9e-145a-861d-014313fb2785-340c94c4, #w-node-ae5ebe8b-4841-0f7e-dbc0-87e8ecb994c2-340c94c4, #w-node-b75366b9-e841-07b8-4447-77b36280748b-340c94c4, #w-node-f9f587a8-de89-b52a-2ece-5f83dd37c75b-340c94c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d13e1aa7-4676-893b-185f-83e1915a0277-340c94c4, #w-node-d13e1aa7-4676-893b-185f-83e1915a027f-340c94c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28e93-340c94c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28e93-340c94c4, #w-node-_651c5eba-8ca2-b940-8b0a-22ecf3f28e98-340c94c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


