/* body {
  background-color: #f3f3f3;
  font-family: 'Montserrat', sans-serif;
  color: #838383;
  line-height: 20px;
} */

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.h3-sub {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}


.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #bbb;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-bar {
  background-color: transparent;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 3px;
}

.brand-link.w--current {
  padding-bottom: 2px;
  font-size: 26px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  color: transparent;
  text-align: center;
  align-content: center;
  align-items: center;
  /* max-width: 1150px; */
 
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 0.01em solid #404047;
  /* background-image: url('../images/building.png'); */
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #5a5a5a;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e80b6;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  color: #49647b;
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.7rem;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding: 45px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
  text-align: center;
  align-items: flex-end;
  align-content: center;
  
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #eaa72e;
  box-shadow: 0 0 0 1px #eaa72e;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.image {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  clear: none;
}

.div-block {
  float: left;
}

.div-block-2 {
  padding-top: 8px;
  padding-left: 10px;
  float: right;
}

.hero-section-legal {
  padding-top: 20px;
  padding-bottom: 41px;
  color: #edeff2;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 4px;
}

.hero-section-legal.centered {
  padding-top: 41px;
  padding-bottom: 1px;
  border-bottom: 0.01em solid #404047;
  /* background-image: url('../images/courtbuilding.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  justify-content: center;
}

.hero-heading-copy {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading-copy {
  margin-bottom: 40px;
  color: #f0f0f0;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
}

.hero-legal-text {
  color: #8e8e9c;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.section-title-group-copy {
  margin-bottom: 60px;
  margin-left: 200px;
  color: #edeff2;
  line-height: 50px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1.5px;
}

.paragraph {
  color: #8e8e9c;
}

.paragraph-whatwedo {
  color: #575757;
  font-weight: 300;
  text-align: justify;
}

.paragraph-member {
  color: #575757;
  font-weight: 300;
  /* letter-spacing: 1.5px;
  line-height: 1.7rem; */
  font-size: 1rem;
}
.section-title-group-textdark {
  margin-bottom: 60px;
  margin-left: 60px;
  color: #404047;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1.5px;
}

.section-title-group-textdark-small {
  margin-bottom: 60px;
  padding-right: 60px;
  color: #404047;
  font-size: 12px;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1.5px;
}

.image-2 {
  margin-left: 35px;
  padding-left: 0px;
  float: left;
  border-radius: 10px;
  text-align: left;
}

.div-block-3 {
  margin: 15px 60px 25px;
  padding-right: 50px;
  padding-left: 30px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #afaeae;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 1167px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #2e2e2e;
  }
  .navigation-menu {
    background-color: #2e2e2e;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .hero-section-legal {
    padding-top: 20px;
  }
  .hero-section-legal.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .hero-subheading-copy {
    text-shadow: 1px 1px 2px #000;
  }
  .section-title-group-copy {
    margin-left: 100px;
  }
  .section-title-group-textdark-small {
    margin-right: 40px;
    margin-bottom: 30px;
    margin-left: 40px;
  }
  .image-2 {
    margin-left: 0px;
    float: none;
  }
  .div-block-3 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .hero-section-legal {
    padding-top: 20px;
  }
  .hero-section-legal.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading-copy {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading-copy {
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
  }
  .section-title-group-copy {
    margin-left: 60px;
  }
  .section-title-group-textdark {
    margin-left: 38px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .hero-section-legal {
    padding-top: 20px;
  }
  .hero-section-legal.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-subheading-copy {
    text-shadow: 1px 1px 2px #000;
  }
  .section-title-group-copy {
    margin-left: 27px;
  }
  .section-title-group-textdark {
    margin-left: 26px;
  }
  .section-title-group-textdark-small {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }
}

.photo {
  border-radius: 80px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin: 0 auto 0px auto;
  position: relative left;
  /* top: -80px; */
  border: 6px solid rgba(255, 255, 255, .8);
}

.memberTitle {
  color: rgb(65, 65, 65);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}