.landing-text-block {
  width: auto;
  margin-top: 26px;
  padding: 32px;
  float: none;
  text-align: center;
}

.landing-h1 {
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px none #aaa8a8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.landing-h1.dark-bkgrd {
  color: #fff;
  line-height: 30px;
}

.landing-h2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.landing-h2.dark {
  color: #fff;
}

.landing-p {
  padding: 20px 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

.landing-p.dark {
  color: #fff;
}

.landing-b {
  margin-bottom: 20px;
  border: 1px solid #aaa8a8;
  background-color: transparent;
  font-family: Varela, sans-serif;
  color: #aaa8a8;
}

.landing-b:hover {
  border-color: #000;
  color: #000;
}

.landing-b.dar {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.landing-b.dar:hover {
  border-color: #fff;
  color: #fff;
}

.body {
  background-color: #fff;
}

.container {
  height: 300px;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2016-11-23-at-12.15.01-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.section {
  display: block;
  height: 400px;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: transparent;
}

.image-right-div {
  width: 50%;
  float: left;
}

.intro-div-right {
  display: block;
  width: 50%;
  height: 400px;
  float: right;
  clear: none;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.25)), color-stop(50%, transparent), to(hsla(0, 0%, 100%, 0.25))), url('../images/Chucktown_web.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.25), transparent 50%, hsla(0, 0%, 100%, 0.25)), url('../images/Chucktown_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-div-right:hover {
  background-image: url('../images/Chucktown_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-div {
  display: block;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.intro-div-left {
  width: 50%;
  float: left;
}

.about-div-left {
  width: 50%;
  height: 400px;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.25)), color-stop(50%, transparent), to(hsla(0, 0%, 100%, 0.25))), url('../images/home---about.png');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.25), transparent 50%, hsla(0, 0%, 100%, 0.25)), url('../images/home---about.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-div-left:hover {
  background-image: url('../images/home---about.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about-div-right {
  width: 50%;
  margin-top: 0px;
  float: right;
}

.firm-div-left {
  width: 50%;
  height: 400px;
  margin-left: 0px;
  float: left;
  clear: left;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 40, 40, 0.93)), to(rgba(41, 40, 40, 0.93))), url('../images/Screen-Shot-2016-11-20-at-2.53.07-PM.png');
  background-image: linear-gradient(180deg, rgba(41, 40, 40, 0.93), rgba(41, 40, 40, 0.93)), url('../images/Screen-Shot-2016-11-20-at-2.53.07-PM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.firm-div-right {
  width: 50%;
  height: 400px;
  float: right;
  clear: none;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.25)), color-stop(50%, transparent), to(hsla(0, 0%, 100%, 0.25))), url('../images/Biz-hands_web.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.25), transparent 50%, hsla(0, 0%, 100%, 0.25)), url('../images/Biz-hands_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.firm-div-right:hover {
  background-image: url('../images/Biz-hands_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.affiliate-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #aaa8a8;
  text-align: center;
}

.affiliate-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.affiliate-logo {
  display: inline-block;
  width: 140px;
  max-width: auto;
  margin: 0px;
  opacity: 0.65;
}

.affiliate-logo:hover {
  opacity: 1;
}

.link-div {
  display: block;
  margin: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-image {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: auto;
}

.landing-intro-text {
  margin-top: 52px;
  padding: 0px;
  text-align: center;
}

.affiliate-section {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #aaa8a8;
  background-color: transparent;
}

.nav-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #aaa8a8;
}

.nav-link:hover {
  color: #000;
}

.footer-section {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5f7381;
}

.firm-section {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.about-hero-image {
  display: block;
  height: 425px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.5)), color-stop(50%, transparent), to(hsla(0, 0%, 100%, 0.5))), url('../images/About_hero-1200.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5), transparent 50%, hsla(0, 0%, 100%, 0.5)), url('../images/About_hero-1200.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.about-h2 {
  margin-bottom: 45px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #aaa8a8;
  font-size: 19px;
  text-align: center;
}

.about-h1 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.about-photo-div {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 135px;
  float: none;
  clear: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.experience-div {
  margin-left: 70px;
  float: none;
  clear: none;
}

.photo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  float: left;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.4;
}

.photo-link:hover {
  opacity: 1;
}

.photo-link.facebook {
  background-color: transparent;
  background-image: none;
  opacity: 0.4;
}

.photo-link.facebook:hover {
  opacity: 1;
}

.headshot {
  display: block;
  width: 275px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  border: 1px solid #cecaca;
  border-radius: 100%;
  background-image: url('../images/about---head.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 72px;
  clear: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-intro {
  display: block;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-list {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.about-list-h2 {
  font-family: Varela, sans-serif;
}

.about-text {
  margin: 15px 80px 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.nav-logo {
  margin-top: 6px;
  opacity: 0.5;
}

.nav-logo:hover {
  opacity: 1;
}

.bold {
  color: #888686;
  line-height: 22px;
  font-weight: 400;
}

.footer-container {
  padding: 80px 15px 40px;
}

.footer-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 20px;
  margin-left: 30px;
  float: left;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-div.logo {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 60px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  margin-bottom: 5px;
  border-bottom: 1px none #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.footer-h1 {
  margin-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  font-family: Varela, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
}

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

.footer-link-text {
  position: relative;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.footer-link-text:hover {
  color: #fff;
}

.footer-link-div {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 0px auto;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.footer-logo-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-link {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-image: url('../images/LOGO-WHITE.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.footer-logo-link:hover {
  margin-bottom: 10px;
  opacity: 1;
}

.footer-logo-link.w--current {
  display: block;
  width: 100px;
  height: 100px;
  background-color: transparent;
  background-image: url('../images/LOGO-WHITE.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.footer-logo-link.w--current:hover {
  margin-bottom: 10px;
  opacity: 1;
}

.about-paragraph {
  margin-bottom: 0px;
}

.hero-slider {
  height: 675px;
}

.real-estate-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.real-estate-div {
  display: inline-block;
  width: 50%;
  margin-top: 62px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  clear: none;
  border: 1px none #e4e4e4;
  border-radius: 0px;
  line-height: 20px;
}

.real-estate-div.image {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-style: none;
}

.real-estate-image {
  float: right;
  clear: none;
  border: 1px none #000;
}

.real-estate-h1 {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #aaa8a8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.real-estate-h2 {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
}

.real-estate-text-block {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.real-estate-text-p {
  display: block;
  margin-top: 10px;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.real-estate-container {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #aaa8a8;
}

.probate-div {
  display: inline-block;
  width: 50%;
  height: 475px;
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  border-style: none;
}

.probate-div.image {
  float: right;
}

.real-estate-text-container {
  margin-top: 10px;
}

.probate-text-div {
  margin-top: 20px;
}

.probate-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.business-law-text-p {
  margin-top: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.business-div {
  display: inline-block;
  width: 50%;
  height: 375px;
  float: right;
  clear: none;
  background-image: url('../images/Business-2_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.business-div-left {
  width: 50%;
  height: 375px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: right;
}

.contact-page-div {
  display: inline-block;
  margin-top: 20px;
  margin-left: 28px;
  clear: left;
}

.contact-linkin {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.5;
}

.contact-linkin:hover {
  opacity: 1;
}

.contact-links-div {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0px;
  clear: none;
}

.contact-container {
  margin-top: 60px;
  padding: 70px 42px 70px 45px;
}

.nancy-contact-text {
  margin-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 20px;
}

.bold-text {
  text-decoration: underline;
}

.map-div {
  display: inline-block;
  margin-top: 20px;
  float: right;
}

.map {
  width: 350px;
  border-radius: 5px;
}

.contact-h1 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  line-height: 37px;
  font-weight: 400;
}

.contact-text-block {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-style: normal;
}

.contact-h2 {
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.contact-div-left {
  margin-left: 60px;
  float: left;
}

.contact-div-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 100px;
  padding-left: 0px;
  float: left;
  -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;
  border-left: 8px none hsla(0, 0%, 100%, 0.5);
}

.contact-map-section {
  display: block;
  height: 400px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/222-West-Coleman.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
}

.about-text-section {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.probate-div-left {
  width: 50%;
  height: 475px;
  float: left;
  background-image: url('../images/Beach-walk_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.probate-list {
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.probate-image {
  float: left;
}

.real-estate-div-right {
  display: inline-block;
  width: 50%;
  height: 450px;
  margin-top: 32px;
  float: right;
  background-image: url('../images/Interior_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.probate-text {
  margin-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.slide-1 {
  background-image: url('../images/Patio_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Willow_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Business_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-div {
  margin-top: 299px;
  text-align: center;
}

.slider-h1 {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 34px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-map-section-lower {
  display: block;
  height: 400px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  background-image: url('../images/201-Sigma.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

@media (max-width: 991px) {
  .landing-text-block {
    width: auto;
    float: none;
  }
  .landing-b {
    border-color: #aaa8a8;
    color: #aaa8a8;
  }
  .landing-b:hover {
    border-color: #000;
    color: #000;
  }
  .body {
    background-color: #fff;
  }
  .container {
    display: block;
    margin-bottom: 0px;
  }
  .nav-section {
    background-color: #fff;
  }
  .section {
    height: 400px;
  }
  .intro-div-right {
    float: right;
  }
  .image-left-div {
    width: 50%;
    float: left;
  }
  .intro-div-left {
    height: 400px;
    float: left;
  }
  .about-div-left {
    width: 50%;
    float: left;
  }
  .about-div-right {
    width: 50%;
    float: right;
  }
  .affiliate-logo-div {
    display: block;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .affiliate-logo {
    opacity: 0.7;
  }
  .affiliate-logo:hover {
    opacity: 1;
  }
  .landing-intro-text {
    margin-top: 0px;
    padding-bottom: 32px;
  }
  .firm-section {
    max-width: 1200px;
  }
  .about-hero-image {
    height: 300px;
  }
  .about-h2 {
    margin-bottom: 45px;
  }
  .about-h1 {
    margin-top: 40px;
  }
  .about-photo-div {
    margin-top: 0px;
    margin-left: 20px;
  }
  .experience-div {
    margin-left: 40px;
  }
  .headshot {
    margin-top: 0px;
  }
  .links-div {
    padding-right: 70px;
    padding-left: 70px;
  }
  .about-list {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
  }
  .about-text {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer-container {
    padding: 50px 0px 20px;
  }
  .footer-div {
    margin-right: 40px;
    margin-left: 0px;
  }
  .footer-div.logo {
    margin-right: 0px;
    margin-left: -20px;
  }
  .footer-link {
    padding-left: 20px;
  }
  .hero-slider {
    height: 435px;
  }
  .real-estate-div.image {
    display: block;
    background-image: url('../images/Screen-Shot-2016-11-20-at-2.53.07-PM.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .real-estate-image {
    width: 300px;
    margin-top: 0px;
  }
  .probate-div {
    display: inline-block;
    width: 65%;
    height: auto;
    float: right;
    clear: none;
  }
  .real-estate-text-container {
    margin-bottom: 20px;
  }
  .business-div-left {
    padding-left: 0px;
    background-image: none;
  }
  .contact-container {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .contact-div-left {
    position: static;
    display: block;
    margin-left: 20px;
    float: left;
    clear: none;
  }
  .contact-div-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px;
    float: left;
    clear: left;
  }
  .contact-map-section {
    height: 350px;
  }
  .probate-div-left {
    display: inline-block;
    width: 35%;
    float: left;
  }
  .slide-1-div {
    margin-top: 179px;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .landing-text-block {
    margin-top: 0px;
    padding-top: 25px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .landing-p.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section {
    height: auto;
    float: none;
  }
  .intro-rows {
    clear: none;
  }
  .image-right-div {
    width: 100%;
    float: none;
    clear: none;
  }
  .intro-div-right {
    width: 100%;
    float: left;
  }
  .intro-div-left {
    width: auto;
    height: auto;
  }
  .about-div-left {
    height: 329px;
  }
  .firm-div-left {
    height: 329px;
  }
  .firm-div-right {
    height: 329px;
  }
  .affiliate-div {
    margin-top: 60px;
  }
  .affiliate-logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .affiliate-logo {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
  }
  .about-hero-image {
    height: 300px;
    background-position: 55% 50%;
    background-size: 140%;
  }
  .about-h2 {
    margin-bottom: 20px;
  }
  .about-h1 {
    margin-top: 40px;
  }
  .about-photo-div {
    margin-left: 0px;
  }
  .experience-div {
    margin-left: 0px;
  }
  .photo-link {
    width: 40px;
  }
  .photo-link.facebook {
    width: 40px;
    background-image: none;
  }
  .headshot {
    box-shadow: none;
  }
  .links-div {
    width: 200px;
    margin-top: 0px;
    padding: 20px 30px;
  }
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-list {
    display: block;
    margin: 10px 0px 20px;
    float: none;
    clear: none;
    text-align: center;
  }
  .about-text {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .footer-container {
    padding-bottom: 20px;
  }
  .footer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 40px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-div.logo {
    margin-left: 0px;
    padding-left: 0px;
    float: none;
  }
  .footer-text {
    text-align: center;
  }
  .footer-h1 {
    text-align: center;
  }
  .footer-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-link-div {
    position: static;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 10px;
    float: none;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-slider {
    height: 400px;
  }
  .real-estate-h1 {
    margin-top: 0px;
  }
  .real-estate-text-block {
    margin-bottom: 0px;
  }
  .real-estate-text-p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .probate-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .real-estate-text-container {
    margin-bottom: 10px;
  }
  .business-div {
    height: 450px;
  }
  .business-div-left {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-links-div {
    text-align: center;
  }
  .contact-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nancy-contact-text {
    text-align: left;
  }
  .contact-text-block {
    text-align: left;
  }
  .contact-h2 {
    margin-top: 10px;
    text-align: center;
  }
  .contact-div-left {
    display: block;
    margin-left: 0px;
    float: none;
    text-align: left;
  }
  .contact-div-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    float: none;
    text-align: center;
  }
  .contact-map-section {
    height: 325px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .probate-div-left {
    height: 525px;
  }
  .real-estate-div-right {
    float: none;
  }
  .probate-text {
    margin-top: 30px;
    font-family: Varela, sans-serif;
  }
  .slide-1-div {
    margin-top: 163px;
    font-size: 14px;
  }
  .slider-h1 {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .landing-text-block {
    width: auto;
    margin-top: 0px;
  }
  .landing-h1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .landing-p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-div-left {
    float: none;
  }
  .about-div-left {
    width: auto;
    height: 325px;
    float: none;
  }
  .about-div-right {
    width: auto;
    float: none;
  }
  .firm-div-left {
    width: 100%;
    height: 325px;
    float: left;
    clear: none;
  }
  .firm-div-right {
    width: 100%;
    float: right;
    clear: none;
  }
  .special-div {
    height: 325px;
    background-image: url('../images/Biz-hands_web.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .affiliate-div {
    margin-top: 45px;
  }
  .affiliate-logo-div {
    display: block;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .affiliate-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-div {
    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;
  }
  .affiliate-section {
    border-top-style: solid;
  }
  .about-hero-image {
    background-position: 54% 50%;
    background-size: 200%;
    background-attachment: scroll;
  }
  .about-h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .about-h1 {
    font-size: 28px;
  }
  .experience-div {
    margin-right: 15px;
    margin-left: 15px;
  }
  .photo-link.facebook {
    width: 40px;
  }
  .headshot {
    width: 325px;
  }
  .about-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-list {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    text-align: left;
  }
  .footer-container {
    padding-bottom: 10px;
  }
  .footer-div.logo {
    margin-bottom: 20px;
  }
  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-link-div {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .real-estate-div {
    width: auto;
  }
  .real-estate-text-block {
    margin-bottom: 10px;
  }
  .probate-div {
    display: block;
    width: auto;
    float: none;
  }
  .business-div {
    display: block;
    width: auto;
    height: 325px;
    float: none;
    clear: right;
  }
  .business-div-left {
    display: block;
    width: auto;
    float: none;
    clear: none;
  }
  .contact-container {
    padding: 18px 10px 31px;
  }
  .nancy-contact-text {
    text-align: center;
  }
  .contact-h1 {
    text-align: center;
  }
  .contact-text-block {
    text-align: center;
  }
  .contact-h2 {
    margin-top: 10px;
  }
  .contact-div-left {
    margin-top: 30px;
  }
  .contact-div-right {
    display: block;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .probate-div-left {
    display: block;
    width: auto;
    height: 325px;
    float: none;
  }
  .real-estate-div-right {
    display: block;
    width: auto;
    height: 325px;
  }
  .slide-1-div {
    margin-top: 178px;
  }
  .slider-h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .div-block {
    display: block;
  }
}