body {
  background-color: #948989;
  background-image: url('../images/leather-bck.png');
  background-position: 0px 0px;
  background-size: 250px;
  font-family: Nunito, sans-serif;
  color: #191010;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.site-wrapper {
  position: relative;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 14px 9px 16px -8px rgba(0, 0, 0, .08);
}

.top-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.header-image-wrap {
  position: relative;
  height: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #94837d;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.header-image-div {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 95%;
  height: 92%;
  background-image: url('../images/header-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -9px 14px 39px -5px rgba(0, 0, 0, .27);
}

.footer-disclaimer-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  margin-top: 50px;
  margin-left: 300px;
  padding: 15px 20px;
  background-color: #e4e4e4;
  text-align: center;
}

.footer-disclaimer-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.sidebar-wrapper {
  position: relative;
  z-index: 10;
  width: 300px;
  height: 100vh;
  padding-top: 90px;
  background-image: -webkit-linear-gradient(270deg, rgba(90, 76, 73, .94), rgba(90, 76, 73, .94)), url('../images/sidebar-image.jpg');
  background-image: linear-gradient(180deg, rgba(90, 76, 73, .94), rgba(90, 76, 73, .94)), url('../images/sidebar-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.main-content-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-right: 65px;
  padding-left: 350px;
  float: right;
  background-color: #fff;
}

.main-content-wrapper.no-scroll.scroll {
  overflow: scroll;
}

.paragraph {
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
}

.paragraph.align-right {
  text-align: left;
}

.paragraph.align-right.large {
  display: inline-block;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: left;
  color: #191010;
  font-size: 18px;
  text-decoration: none;
}

.content-header {
  margin-bottom: 25px;
  padding-left: 50px;
  text-align: left;
}

.associates-pc {
  font-size: 31px;
}

.header-logo-wrap {
  min-width: 300px;
  color: #191010;
  text-align: center;
  text-decoration: none;
}

.tagline {
  margin-top: 2px;
  font-size: 15px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  width: 100%;
  padding-left: 67px;
  -webkit-transition: padding 700ms cubic-bezier(.215, .61, .355, 1), background-color 200ms ease, color 200ms ease;
  transition: padding 700ms cubic-bezier(.215, .61, .355, 1), background-color 200ms ease, color 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #f5f5f5;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.6px;
}

.nav-link:hover {
  padding-left: 79px;
  background-color: rgba(0, 0, 0, .13);
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.sidebar-contact-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 30px;
  padding-left: 35px;
  font-family: Nunito, sans-serif;
  color: #f5f5f5;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.5px;
}

.sidebar-bold {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.top-fixed-branding-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  height: 60px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .23);
}

.fixed-logo-text {
  padding-top: 17px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.fixed-tagline-text {
  padding-top: 18px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.trigger-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 20px;
}

.list-text {
  padding-left: 5px;
}

.ordered-list {
  margin-bottom: 40px;
  padding-left: 85px;
}

.client-list-wrapper {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.client-list-left {
  width: 50%;
  float: left;
}

.client-list-right {
  width: 50%;
  float: right;
  text-align: right;
}

.professionals-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-left: 45px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.professionals-image-wrap {
  width: 200px;
  background-color: #94837d;
}

.professionals-content-wrap {
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.professionals-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
}

.professionals-writeup {
  margin-bottom: 25px;
  line-height: 22px;
}

.professionals-writeup.ital {
  color: #6d6464;
  font-style: italic;
}

.professionals-job-title {
  margin-bottom: 11px;
  font-weight: 400;
}

.schooling-wrap {
  padding-left: 20px;
  border-left: 4px solid #5d504d;
}

.joann-image {
  width: 200px;
}

.copyright-div-filler {
  height: 200px;
}

.links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-logo-link-block {
  display: none;
}

.ga-sidebar-icon {
  position: absolute;
  left: 35px;
  right: 0px;
  bottom: 145px;
  width: 50px;
}

.website-by-finsweet {
  position: static;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(25, 16, 16, .6);
  color: rgba(25, 16, 16, .8);
  font-size: 13px;
  text-decoration: none;
}

.new-coming-sooner-header {
  height: 200px;
  background-image: url('../images/header-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 115px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.merge-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.merge-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.inline-link {
  color: #191010;
}

html.w-mod-js *[data-ix="body"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fixed-bar-inital"] {
  display: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="header-image-intro"] {
  opacity: 0;
  -webkit-transform: scale(0.89, 0.89);
  -ms-transform: scale(0.89, 0.89);
  transform: scale(0.89, 0.89);
}

html.w-mod-js *[data-ix="logo-text-intro1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 41px);
  -ms-transform: translate(0px, 41px);
  transform: translate(0px, 41px);
}

html.w-mod-js *[data-ix="logo-text-intro-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 41px);
  -ms-transform: translate(0px, 41px);
  transform: translate(0px, 41px);
}

@media (max-width: 991px) {
  .main-content-wrapper {
    padding-right: 30px;
    padding-left: 340px;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph.align-right {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .paragraph.align-right.large {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-header {
    padding-left: 0px;
  }
  .ordered-list {
    padding-left: 20px;
  }
  .professionals-item-wrapper {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .professionals-content-wrap {
    margin-top: 30px;
    margin-left: 0px;
  }
  .copyright-div-filler {
    height: 300px;
  }
  .website-by-finsweet {
    bottom: 185px;
    font-size: 12px;
  }
  .new-coming-sooner-header {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .top-header-wrap {
    margin-top: 90px;
  }
  .header-text {
    font-size: 33px;
  }
  .footer-disclaimer-block {
    position: relative;
    margin-top: 120px;
    margin-left: 0px;
  }
  .sidebar-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .22);
  }
  .main-content-wrapper {
    position: relative;
    bottom: 0px;
    overflow: visible;
    height: auto;
    padding-top: 40px;
    padding-left: 30px;
  }
  .associates-pc {
    font-size: 26px;
  }
  .header-logo-wrap {
    min-width: 260px;
  }
  .tagline {
    font-size: 13px;
  }
  .navbar {
    position: absolute;
    display: block;
    width: 100%;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    background-color: rgba(94, 81, 78, .98);
  }
  .nav-link {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 20px;
    text-align: center;
  }
  .nav-link:hover {
    padding-left: 20px;
  }
  .nav-link.w--current {
    text-align: center;
  }
  .sidebar-contact-text {
    display: none;
  }
  .top-fixed-branding-bar {
    z-index: 0;
    display: none;
  }
  .trigger-div {
    display: none;
  }
  .professionals-image-wrap {
    margin-left: 15px;
  }
  .menu-button {
    position: absolute;
    top: -75px;
    right: 26px;
    color: #fff;
  }
  .copyright-div-filler {
    display: none;
  }
  .mobile-logo-link-block {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 90px;
    height: 90px;
    padding: 13px;
    background-color: #fff;
    opacity: 0.9;
  }
  .website-by-finsweet {
    top: -36px;
    right: 0px;
    bottom: auto;
  }
  .content-block {
    padding: 84px 65px;
  }
  .merge-page-wrapper {
    height: auto;
  }
  .merge-text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .top-header-wrap {
    height: auto;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-image-wrap {
    margin-top: 20px;
  }
  .footer-disclaimer-text {
    font-size: 11px;
    line-height: 15px;
  }
  .main-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph {
    padding-left: 10px;
  }
  .paragraph.align-right {
    padding-left: 10px;
  }
  .paragraph.align-right.large {
    padding-left: 10px;
  }
  .content-header {
    padding-left: 10px;
  }
  .ordered-list {
    padding-left: 30px;
  }
  .website-by-finsweet {
    top: -31px;
  }
  .new-coming-sooner-header {
    height: 100px;
  }
  .content-block {
    padding-right: 35px;
    padding-left: 35px;
  }
}

