.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  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 {
  height: 49px;
  margin-top: 5px;
  margin-bottom: -18px;
  padding-top: 9px;
  padding-right: 0px;
  padding-left: 0px;
  color: #1b6cb1;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  text-align: left;
}

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;
  padding-right: 95px;
  padding-left: 179px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
}

p {
  margin-top: 17px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.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 {
  margin-top: 23px;
  margin-left: 0px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
  font-size: 17px;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  margin-top: 23px;
  padding: 20px 14px 14px;
  font-size: 17px;
}

.navigation-bar {
  height: 111px;
  background-color: #fff;
  font-size: 18px;
}

.hamburger-button {
  left: 0px;
  bottom: 8px;
  margin-top: 40px;
  padding-top: 11px;
  padding-left: 29px;
  clear: right;
}

.navigation-menu {
  font-size: 19px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

.brand-link.w--current {
  width: 240px;
  height: 95px;
  margin-top: -5px;
  margin-left: -50px;
  background-image: url('../images/happypaint2_03.gif');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section {
  position: relative;
  margin-top: 0px;
  padding: 80px 10px 80px 0px;
  background-color: #1b6cb1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b6cb1), color-stop(18%, #fff));
  background-image: linear-gradient(180deg, #1b6cb1, #fff 18%);
  text-align: center;
}

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

.section.accent.flatcolor {
  background-color: #2e80b6;
  background-image: none;
}

.section.easy {
  height: 1250px;
  padding-top: 85px;
  padding-bottom: 1px;
  background-color: #fdf3e7;
  background-image: none;
}

.section.easy.main {
  height: 493px;
  background-color: #fdf3e7;
}

.section.easy.realest {
  height: 926px;
  background-color: #fdf3e7;
}

.section.easy.ep {
  height: 846px;
  background-color: #fdf3e7;
}

.section.easy.businessla {
  height: 746px;
  background-color: #fdf3e7;
}

.section.easy.el {
  height: 746px;
  background-color: #fdf3e7;
}

.section.easy.aboutus {
  height: 2021px;
  padding-top: 0px;
}

.white-box {
  display: block;
  margin-top: -25px;
  padding: 0px 59px 15px 0px;
  border: 0px solid #dcebf7;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

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

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

.hero-section.centered {
  height: 298px;
  min-height: 0px;
  padding-top: 115px;
  padding-bottom: 196px;
  border-bottom: 10px solid #676770;
  background-color: #c0ddf1;
  background-image: url('../images/500_F_101253770_b04bwbdim0H5Y3IV750CqG2JNIGGeim6.jpg');
  background-position: 50% 58%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-perspective: 1179px;
  perspective: 1179px;
  text-align: center;
}

.hero-section.centered.real-estate {
  display: block;
  background-image: linear-gradient(195deg, #fff 17%, hsla(0, 0%, 100%, 0.17) 46%), url('../images/dreamstime_NEW_21156864.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.centered.home {
  background-image: linear-gradient(276deg, #fff, transparent 23%), linear-gradient(92deg, #fff 3%, transparent 32%), url('../images/IMG_2979_3.jpg');
  background-position: 0px 0px, 0px 0px, 50% 61%;
  background-size: auto, auto, auto 423px;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section.centered.phone {
  background-image: linear-gradient(281deg, hsla(0, 0%, 100%, 0.76) 15%, hsla(0, 0%, 100%, 0.1) 54%), url('../images/AdobeStock_69340771_1900.jpg');
  background-position: 0px 0px, 0% 48%;
  background-size: auto, cover;
}

.hero-section.centered.phone.business {
  background-image: linear-gradient(111deg, hsla(0, 0%, 100%, 0.75) 14%, transparent 51%), url('../images/240_F_88623865_nOZgKYAAO5kZadRoQZSCDGYYz4pLjDUM.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.centered.phone.elder {
  background-image: url('../images/AdobeStock_820869_1900.jpg');
  background-position: 50% 83%;
  background-size: cover;
}

.hero-heading {
  margin-top: -75px;
  margin-bottom: 9px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #1b6cb1;
  font-size: 39px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-heading.estate-admin {
  margin-top: 110px;
  margin-bottom: -12px;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #fae36a;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.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 {
  margin-top: -65px;
  margin-left: -458px;
  padding-right: 10px;
  padding-left: 10px;
  border-width: 0px;
  background-color: hsla(0, 0%, 100%, 0.63);
  font-family: 'Great Vibes', cursive;
  color: #1b6cb1;
  font-size: 34px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.hollow-button.all-caps.home {
  margin-right: 154px;
  margin-left: -400px;
  padding-right: 10px;
  padding-left: 10px;
}

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

.section-heading.centered {
  margin-top: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #2e80b6;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.section-heading.centered.first {
  position: relative;
  display: inline-block;
  width: 748px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #676770;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
}

.section-subheading.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  direction: ltr;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #676770;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

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

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

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

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

.footer {
  display: block;
  margin-top: 1px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  font-size: 17px;
}

.footer.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dbdbdb;
  background-color: #1b6cb1;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.grid-image {
  position: static;
  display: block;
  width: 86px;
  height: auto;
  max-width: 323%;
  margin: 28px auto 20px;
  padding: 5px;
  clear: none;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.16);
  box-shadow: inset -14px 30px 44px -15px #2e9dff, 6px 6px 21px -7px #192024;
  color: #b7cbdd;
}

.grid-image.typeglass {
  position: relative;
  left: -3px;
  width: auto;
  height: 134px;
  max-width: 47%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 19px;
  padding-left: 15px;
  background-color: #fff;
  box-shadow: inset 0 0 0 10px #2e9dff, 6px 6px 21px -7px #192024;
}

.grid-image.nikjess {
  width: 215px;
  max-width: 301%;
  margin-top: -4px;
  padding: 0px;
  border-width: 2px;
  border-radius: 0%;
  box-shadow: none;
}

.grid-image.nikjess.heather {
  margin-top: -1px;
}

.info-icon {
  width: 40px;
  max-width: 148%;
  margin-left: 67px;
  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-top: 13px;
  margin-left: 115px;
  font-size: 20px;
}

.footer-link-wrapper {
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.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: 75px;
  padding-top: 100px;
}

.spc {
  display: inline-block;
  margin-top: -4px;
  padding-top: 0px;
  padding-left: 0px;
}

.imagelogo {
  position: relative;
  left: 0px;
  top: 0px;
  overflow: visible;
  width: auto;
  height: 86px;
  margin: 10px 28px 0px 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
}

.ham-icon {
  margin-top: -2px;
  margin-right: 3px;
  margin-left: -3px;
  padding-left: 0px;
}

.logo {
  height: 95px;
}

.jnimage {
  height: 670px;
  margin-top: 36px;
  padding-top: 0px;
}

.glass-types {
  margin-top: 26px;
}

.glass1 {
  color: #fff;
  font-size: 15px;
}

.slide1 {
  height: 514px;
  background-image: url('../images/10155604_10202817363826971_88315045_n.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidesize {
  height: 514px;
}

.slide {
  height: 514px;
}

.slide2 {
  height: 514px;
  background-image: url('../images/dinosaur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide2._3 {
  background-image: url('../images/12105752_10206881159219316_6299204359860886451_n.jpg');
  background-size: cover;
}

.slide2._4 {
  background-color: #fff;
  background-image: url('../images/IMG_9456.jpg');
  background-size: contain;
}

.slide2._5 {
  background-image: url('../images/cups_all.jpg');
  background-size: cover;
}

.slide2._6 {
  background-image: url('../images/12195793_10206881154979210_3133170810375245855_n.jpg');
  background-size: cover;
}

.slide2._7 {
  background-image: url('../images/bunny-030.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.map {
  left: 66px;
  display: inline-block;
  width: 318px;
  height: 458px;
  margin-top: -14px;
  margin-left: 0px;
  padding-left: 8px;
}

.colum {
  height: 330px;
}

.contact {
  height: 475px;
  padding-left: 40px;
}

.prg {
  margin-top: -8px;
  font-size: 20px;
}

.blank {
  margin-top: 22px;
}

.mapcolumn {
  padding-right: 48px;
  padding-left: 0px;
}

.map-image {
  width: 337px;
  max-width: 116%;
  margin-top: -42px;
}

.stepcopy {
  font-size: 17px;
}

.logo2 {
  width: 450px;
  margin-top: 4px;
  margin-left: 18px;
}

.signoff {
  font-size: 15px;
}

.us {
  margin-top: -35px;
}

.drop1 {
  margin-top: 23px;
  padding: 20px 14px 14px;
}

.drop2 {
  margin-top: 23px;
}

.reallaw {
  display: inline-block;
  margin-top: -12px;
  padding-left: 30px;
}

.law1 {
  height: 64px;
  margin-top: -10px;
  padding-left: 0px;
  opacity: 1;
  text-decoration: underline;
}

.law1.home {
  height: 140px;
  background-image: url('../images/law3.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.law1.home.tabl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background-image: url('../images/REALESTATE.gif');
  background-position: 78% 50%;
  background-size: contain;
}

.law2 {
  display: inline-block;
  height: 140px;
  margin-top: -10px;
  opacity: 1;
}

.law2.section-real-estate {
  height: 64px;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.law2.home {
  height: 110px;
  padding-left: 7px;
  background-image: url('../images/law1.gif');
  background-position: 50% 50%;
  background-size: 285px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.law3 {
  height: 134px;
  margin-top: -10px;
  padding-right: 0px;
  padding-left: 5px;
  opacity: 1;
}

.law3.section-real-estate {
  height: 64px;
  color: #1b6cb1;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.law3.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background-image: url('../images/BUSINESSLAW.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.law3.home.addicon1 {
  height: 120px;
  background-image: url('../images/ESTATEPLANNING.gif');
  background-position: 50% 18%;
  background-size: contain;
}

.law3.law4 {
  height: 120px;
  background-image: url('../images/icons-ELDER.gif');
  background-position: 19px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.law11 {
  margin-top: -24px;
  padding-left: 143px;
  color: #1b6cb1;
  font-size: 16px;
  font-weight: 600;
}

.law22 {
  margin-top: -24px;
  padding-left: 43px;
  color: #1b6cb1;
  font-size: 16px;
  font-weight: 600;
}

.law33 {
  margin-top: -24px;
  padding-right: 131px;
  color: #1b6cb1;
  font-size: 16px;
  font-weight: 600;
}

.lawrow {
  margin-top: 0px;
}

.rowlaw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}

.dropestate {
  font-size: 18px;
}

.photo {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  height: 286px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-image: url('../images/IMG_2978_3.jpg');
  background-position: 30% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about-us {
  padding-right: 17px;
  padding-left: 17px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #0d375a;
  line-height: 24px;
  text-align: left;
}

.bold-about {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #0f63aa;
  font-weight: 700;
}

.about-us-rich {
  text-align: left;
}

.about-us-rich h2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.real-estate {
  display: block;
  height: 223px;
  padding-right: 19px;
  padding-left: 20px;
  direction: ltr;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.real-estate.tab {
  height: 197px;
}

.real-estate.tab.eldercarelaw {
  height: 228px;
  margin-top: 66px;
}

.list-about {
  font-weight: 600;
  text-align: left;
}

.labout-list {
  margin-top: -62px;
  margin-bottom: 19px;
  padding-right: 67px;
  padding-left: 85px;
}

.labout-list.about {
  margin-top: -41px;
}

.realestate-list {
  color: #1b6cb1;
  line-height: 23px;
  text-align: left;
}

.realestate-list1 {
  padding-right: 113px;
  padding-left: 141px;
}

.realestate-list1.bullet {
  margin-top: 27px;
}

.section-real-estate {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 300;
}

.photo-add {
  position: static;
  display: inline-block;
  width: 399px;
  margin-top: -33px;
  margin-right: -49px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 20px;
  font-family: 'Great Vibes', cursive;
  color: #1b6cb1;
  font-size: 29px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
}

.photo-add.epa {
  display: none;
  width: 332px;
  height: 101px;
  margin-top: 50px;
  margin-left: 565px;
  padding-right: 0px;
  opacity: 1;
  color: #000;
  font-size: 35px;
  line-height: 34px;
}

.photo-add.business {
  position: static;
  left: 0px;
  top: 0px;
  width: 460px;
  margin-top: 22px;
  margin-left: -73px;
  padding-left: 149px;
  float: left;
  color: #1b6cb1;
  font-size: 33px;
  line-height: 34px;
}

.photo-add.elderlaw {
  display: block;
  width: 308px;
  margin-top: -3px;
  margin-right: -31px;
  margin-left: 505px;
  padding-top: 0px;
  float: left;
  color: #1b6cb1;
  font-size: 32px;
  line-height: 32px;
}

.buyers {
  background-color: #e0e7ec;
}

.lenders {
  background-color: #fdf3e7;
  color: #49647b;
  font-weight: 400;
  text-decoration: none;
}

.brokers {
  background-color: #fdf3e7;
}

.buy {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.link1 {
  height: 31px;
  margin-top: -40px;
}

.broke {
  display: none;
}

.linkbuyer {
  color: #1b6cb1;
}

.lenderlink {
  margin-top: -16px;
  color: #1b6cb1;
  font-weight: 400;
}

.brokerlink {
  margin-top: -3px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #6a859c;
  font-size: 29px;
  font-style: italic;
  font-weight: 300;
}

.linktoreal {
  position: relative;
  left: 61px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 173px;
  height: 100px;
  margin-left: 13px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.linktoepa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 161px;
  height: 141px;
  margin-top: 0px;
  margin-left: 52px;
  padding-left: 0px;
}

.linktobusiness {
  width: 176px;
  height: 110px;
  margin-left: 12px;
}

.linktobusiness.elderstyle {
  margin-left: -84px;
}

.business-list {
  margin-top: 5px;
  text-align: left;
}

.businessl {
  height: 129px;
  margin-top: -4px;
  padding-top: 14px;
  padding-left: 223px;
  color: #1b6cb1;
}

.phoneh {
  margin-top: 173px;
  padding-left: 18px;
}

.phoneh.eld {
  margin-top: -6px;
}

.phoneh.bus {
  margin-top: 199px;
}

.disclosure {
  font-size: 14px;
  line-height: 19px;
}

.divelder {
  margin-top: 42px;
  padding-right: 36px;
  padding-left: 42px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  line-height: 28px;
}

.broker-link {
  color: #1b6cb1;
}

.buyersectio {
  margin-top: 27px;
  text-align: center;
}

.contacthero {
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.photocontact {
  padding-top: 74px;
  padding-left: 59px;
  font-family: 'Great Vibes', cursive;
  color: #1b6cb1;
  font-size: 36px;
  font-weight: 400;
}

.checbox {
  height: 19px;
  margin-top: 43px;
  text-align: left;
}

.chectype {
  margin-left: 2px;
  text-align: left;
}

.box {
  margin-left: -20px;
}

.photoinfo {
  width: 1043px;
  margin-top: -41px;
  margin-left: 31px;
  float: right;
  direction: rtl;
  text-align: justify;
}

.divphoto {
  width: 746px;
  margin-top: -72px;
  font-size: 17px;
}

.disclaimer {
  text-align: left;
}

.home-cont {
  height: 395px;
}

.foterparg {
  width: 573px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0px;
}

.lende {
  padding-right: 29px;
  padding-left: 36px;
}

.lender-head {
  margin-top: 0px;
  padding-top: 26px;
  text-align: center;
}

.sellllers {
  color: #6a859c;
}

.buyer-link {
  width: 128px;
  height: 53px;
  margin-top: -37px;
}

.sellers-link {
  display: inline;
  width: 73px;
  height: 41px;
}

.sellers-link2 {
  width: 130px;
  margin-top: -41px;
  padding-top: 0px;
}

.newsell {
  width: 197px;
  margin-top: -36px;
}

.sell {
  width: 32px;
}

.selllll {
  color: #1b6cb1;
  text-decoration: underline;
}

.he {
  display: inline-block;
  width: 186px;
  margin-top: -2px;
  margin-bottom: 2px;
  margin-left: 0px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 2px;
}

.he.heath {
  margin-top: 1px;
}

.link {
  color: #49647b;
}

.footerdiv {
  margin-left: 70px;
  padding-right: 70px;
}

._125-image {
  position: relative;
  left: 100px;
  height: 62px;
  margin-bottom: 0px;
  float: none;
  text-align: center;
}

.abaimage {
  position: relative;
  left: 25px;
  height: 57px;
  margin-top: 5px;
}

.naela {
  height: 58px;
  margin-top: 5px;
}

.reba {
  display: block;
  width: auto;
  height: auto;
  max-width: 109%;
  margin-top: 5px;
}

.mba {
  max-width: 106%;
  margin-top: 5px;
  margin-left: -17px;
  padding-left: 0px;
}

.footerdiv2 {
  height: 2px;
  margin-right: 18px;
  margin-bottom: 20px;
  margin-left: 60px;
  padding-right: 0px;
  background-color: #5ea4d3;
}

.image-lend {
  margin-bottom: 16px;
  margin-left: 12px;
}

.image2lend {
  margin-top: -32px;
  margin-left: 20px;
}

.linked-in-peter {
  display: inline-block;
  width: 900px;
  margin-top: -78px;
  margin-bottom: -17px;
  margin-left: -16px;
  border: 0px none transparent;
  line-height: 19px;
  text-decoration: none;
}

.keenan-image {
  margin-top: -11px;
}

.image-heat {
  margin-top: 4px;
}

.success {
  width: auto;
  height: 73px;
  margin-top: 150px;
  padding-bottom: 20px;
}

.sucess-parg {
  width: auto;
  margin-top: 7px;
  font-family: 'PT Sans', sans-serif;
  color: #2d3e4f;
  font-size: 18px;
  font-weight: 600;
}

.bestmillbury {
  overflow: hidden;
  width: 400px;
  padding-left: 64px;
}

.typeformillbury {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 347px;
  padding-top: 0px;
  padding-left: 70px;
  float: right;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.imagemillbury {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: -48px;
  padding-right: 26px;
  padding-left: 0px;
}

.millb {
  display: block;
  height: 130px;
  margin-top: 11px;
  padding-left: 53px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.milll {
  height: 146px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.linkmil {
  width: 988px;
  margin-top: -152px;
  margin-right: 11px;
  padding-top: 26px;
  padding-right: 40px;
  padding-left: 310px;
  float: left;
  color: #30ad64;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.linkmil:hover {
  color: #109146;
  font-weight: 700;
  text-decoration: none;
}

.millparg {
  width: 980px;
  margin-top: -94px;
  padding-right: 0px;
  padding-left: 311px;
  float: left;
  background-color: transparent;
  line-height: 22px;
}

.container {
  margin-right: 24px;
  margin-left: 15px;
}

.text-block {
  font-size: 17px;
}

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.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

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 (max-width: 991px) {
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    font-size: 16px;
  }
  .navigation-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #676770;
    font-size: 15px;
  }
  .navigation-link.w--current {
    color: #2e9dff;
    font-size: 15px;
  }
  .navigation-link.w--current:active {
    color: #2e9dff;
  }
  .navigation-bar {
    margin-top: 1px;
  }
  .hamburger-button {
    top: 0px;
    width: 60px;
    height: 60px;
    margin-top: 15px;
    padding-top: 12px;
    padding-right: 18px;
    padding-left: 12px;
    background-color: #e9f2f8;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #fff;
    font-size: 16px;
  }
  .section {
    margin-top: 0px;
  }
  .section.easy {
    height: 1171px;
  }
  .section.easy.main {
    height: 505px;
  }
  .section.easy.ep {
    height: 946px;
  }
  .section.easy.businessla {
    height: 846px;
  }
  .section.easy.aboutus {
    position: static;
    display: block;
    height: 2308px;
    padding-right: 33px;
    padding-left: 37px;
  }
  .white-box {
    margin-top: -26px;
    background-color: transparent;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .hero-section.centered.real-estate {
    height: 220px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-bottom: 110px;
    padding-left: 44px;
    background-image: linear-gradient(10deg, hsla(0, 0%, 100%, 0) 59%, hsla(0, 0%, 100%, 0.7) 75%, #fff 95%), linear-gradient(44deg, transparent 38%, hsla(0, 0%, 100%, 0.6) 57%, hsla(0, 0%, 100%, 0.76) 95%), url('../images/dreamstime_NEW_21156864.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .hero-section.centered.home {
    background-image: linear-gradient(276deg, #fff, transparent 23%), url('../images/IMG_2979_3.jpg');
    background-position: 0px 0px, 50% 61%;
    background-size: auto, auto 423px;
    background-repeat: repeat, no-repeat;
  }
  .hero-section.centered.phone.elder {
    background-image: linear-gradient(182deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.63) 25%, transparent 40%), url('../images/AdobeStock_820869_1900.jpg');
    background-position: 0px 0px, 50% 83%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-heading {
    margin-top: -58px;
    font-size: 31px;
    font-weight: 400;
  }
  .hero-heading.estate-admin {
    margin-top: 139px;
  }
  .hollow-button.all-caps {
    display: inline-block;
    margin-top: -96px;
    margin-left: -400px;
    padding-left: 10px;
  }
  .hollow-button.all-caps.home {
    width: 236px;
    margin-top: -83px;
    margin-left: -300px;
    font-size: 28px;
    line-height: 36px;
  }
  .section-heading.centered.first {
    margin-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subheading.center {
    padding-left: 0px;
    font-size: 22px;
  }
  .grid-image {
    width: 39%;
    padding: 15px;
    font-size: 23px;
  }
  .grid-image.typeglass {
    height: auto;
    max-width: 66%;
  }
  .grid-image.nikjess {
    padding: 10px;
  }
  .spc {
    padding-right: 17px;
    padding-left: 2px;
  }
  .imagelogo {
    left: 0px;
    top: 0px;
    height: 82px;
    margin-top: 0px;
    margin-right: 14px;
    margin-left: 40px;
    padding-top: 0px;
    float: right;
    clear: none;
  }
  .ham-icon {
    width: 66px;
    max-width: 92px;
    padding-left: 1px;
    font-size: 40px;
    font-weight: 300;
  }
  .jnimage {
    height: auto;
  }
  .map {
    margin-left: -67px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .map-image {
    width: 281px;
    margin-top: -55px;
  }
  .logo2 {
    width: 370px;
    margin-top: 8px;
    margin-left: -10px;
  }
  .drop1 {
    margin-right: -9px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .drop2 {
    margin-right: -5px;
    padding-right: 40px;
    padding-left: 10px;
  }
  .law1 {
    height: 60px;
    margin-top: -15px;
  }
  .law1.home {
    height: 140px;
    background-image: url('../images/law3.gif');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .law1.home.tabl {
    background-position: 50% 50%;
  }
  .law2 {
    height: 140px;
    margin-top: -15px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 53% -1px;
    background-size: 154px;
  }
  .law2.home {
    background-position: 50% -47%;
    background-size: auto 150px;
  }
  .law3 {
    height: 158px;
    margin-top: -15px;
    background-position: 24% 10%;
    background-size: 140px;
  }
  .law3.law4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-position: 50% 50%;
  }
  .law11 {
    padding-left: 71px;
    color: #1b6cb1;
  }
  .law22 {
    margin-top: -11px;
    margin-bottom: 12px;
    padding-bottom: 16px;
    padding-left: 10px;
    color: #1b6cb1;
    line-height: 18px;
  }
  .law33 {
    padding-right: 85px;
    color: #1b6cb1;
  }
  .text {
    margin-top: -17px;
    font-size: 24px;
  }
  .real-estate.tab {
    height: 233px;
  }
  .labout-list {
    padding-left: 113px;
  }
  .realestate-list {
    font-size: 15px;
  }
  .photo-add {
    margin-top: -34px;
    margin-left: 502px;
    padding-right: 25px;
    font-size: 27px;
    line-height: 31px;
  }
  .photo-add.epa {
    width: 295px;
    margin-top: 24px;
    margin-left: 383px;
    color: #000;
    font-size: 28px;
  }
  .photo-add.business {
    margin-top: -15px;
    margin-left: -130px;
    font-size: 30px;
    line-height: 32px;
  }
  .photo-add.elderlaw {
    width: 384px;
    margin-top: -17px;
    margin-left: 398px;
    padding-right: 112px;
  }
  .businessl {
    margin-top: -19px;
  }
  .businessl.elder {
    margin-top: -25px;
  }
  .phoneh {
    margin-top: 261px;
    padding-left: 24px;
  }
  .phoneh.eld {
    margin-top: -11px;
  }
  .phoneh.bus {
    margin-top: 221px;
  }
  .divelder {
    margin-top: 58px;
    padding-right: 41px;
    padding-left: 43px;
    line-height: 26px;
  }
  .checbox {
    margin-bottom: 22px;
    padding-top: 0px;
  }
  .photoinfo {
    margin-top: -69px;
    font-size: 14px;
  }
  .foterparg {
    width: 488px;
    padding-right: 32px;
    padding-left: 26px;
  }
  .he {
    margin-top: 15px;
  }
  .body1 {
    overflow: hidden;
  }
  ._125-image {
    left: -9px;
  }
  .reba {
    position: relative;
    left: -17px;
    height: auto;
    max-width: 147%;
  }
  .mba {
    position: relative;
    left: -53px;
    max-width: 150%;
  }
  .footerdiv2 {
    margin-right: -33px;
    margin-left: -31px;
  }
  .image-lend {
    margin-left: 16px;
  }
  .keenan-image {
    margin-top: -15px;
  }
  .image-heat {
    margin-top: 3px;
  }
  .millb {
    height: 130px;
    margin-top: 13px;
    margin-left: -35px;
    padding-left: 12px;
  }
  .milll {
    height: 166px;
    margin-top: 0px;
  }
  .linkmil {
    width: 753px;
    margin-top: -151px;
    margin-right: 43px;
    padding-right: 0px;
    padding-left: 227px;
    font-size: 18px;
  }
  .linkmil:hover {
    width: 768px;
    padding-right: 41px;
    padding-left: 225px;
  }
  .millparg {
    width: 760px;
    margin-top: -115px;
    padding-right: 73px;
    padding-left: 228px;
  }
  .text-block {
    font-size: 15px;
  }
  .icon-2 {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  h6 {
    padding-right: 44px;
    padding-left: 62px;
  }
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .navigation-link {
    margin-right: 9px;
    font-size: 14px;
  }
  .navigation-link.w--current {
    font-size: 14px;
  }
  .hamburger-button {
    margin-top: 13px;
    margin-right: 14px;
    padding-right: 39px;
    padding-left: 10px;
  }
  .brand-link.w--current {
    margin-left: -18px;
  }
  .section.easy {
    height: 1729px;
    background-color: #f8ebd0;
  }
  .section.easy.main {
    height: 753px;
  }
  .section.easy.realest {
    height: 1119px;
  }
  .section.easy.ep {
    height: 1146px;
  }
  .section.easy.businessla {
    height: 900px;
  }
  .section.easy.el {
    overflow: hidden;
    height: 846px;
  }
  .section.easy.aboutus {
    height: 2852px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-box {
    display: block;
    height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-size: 747px;
  }
  .hero-section.centered.real-estate {
    background-image: linear-gradient(145deg, transparent 50%, #fff), url('../images/dreamstime_NEW_21156864.jpg');
    background-position: 0px 0px, -4px -9px;
    background-size: auto, 599px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-section.centered.home {
    background-size: 900px;
  }
  .hero-section.centered.phone {
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-section.centered.phone.elder {
    overflow: hidden;
    background-image: linear-gradient(182deg, hsla(0, 0%, 100%, 0.9) 13%, hsla(0, 0%, 100%, 0.63) 33%, transparent 52%), url('../images/AdobeStock_820869_1900.jpg');
    background-position: 0px 0px, 50% 83%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-heading {
    margin-bottom: -3px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 31px;
    line-height: 33px;
  }
  .hero-heading.estate-admin {
    margin-top: 277px;
    margin-bottom: 0px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .hollow-button.all-caps {
    margin-top: -44px;
    margin-left: -285px;
    font-size: 26px;
    line-height: 28px;
    text-transform: none;
  }
  .hollow-button.all-caps.home {
    margin-top: -100px;
    margin-right: 28px;
    margin-left: 307px;
  }
  .section-heading.centered {
    padding-right: 47px;
    padding-left: 79px;
    font-size: 23px;
  }
  .section-heading.centered.first {
    width: 512px;
    padding-right: 35px;
    padding-left: 35px;
    text-align: left;
  }
  .section-subheading.center {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    margin-top: 67px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
  .section-title-group {
    margin-top: -67px;
    margin-left: 0px;
  }
  .form-field {
    display: inline-block;
    margin-top: 17px;
  }
  .form-field.text-area {
    display: block;
  }
  .form-wrapper {
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .footer.center {
    background-color: #1b6cb1;
  }
  .grid-image {
    width: 14%;
    padding: 20px;
    border-width: 2px;
    background-color: hsla(0, 0%, 100%, 0.32);
  }
  .grid-image.typeglass {
    max-width: 38%;
    padding: 20px;
    box-shadow: inset 0 0 0 10px #2e9dff, 6px 6px 21px -7px #192024;
    -webkit-perspective: 1090px;
    perspective: 1090px;
  }
  .grid-image.nikjess {
    margin-top: 27px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-width: 2px;
    box-shadow: none;
  }
  .grid-image.nikjess.heather {
    margin-top: 123px;
  }
  .footer-link-wrapper {
    display: block;
    margin-top: -12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .form {
    height: 856px;
    margin-top: 105px;
    padding-right: 11px;
    padding-left: 23px;
  }
  .spc {
    margin-bottom: 30px;
    padding-right: 26px;
    padding-left: 35px;
  }
  .imagelogo {
    height: 90px;
    margin-left: 50px;
  }
  .ham-icon {
    padding-left: 2px;
  }
  .jnimage {
    margin-top: -15px;
  }
  .glass1 {
    margin-bottom: 60px;
  }
  .map {
    margin-top: -69px;
  }
  .prg {
    margin-left: -9px;
    padding-right: 27px;
    padding-left: 42px;
  }
  .mapcolumn {
    height: 442px;
  }
  .map-image {
    margin-left: -27px;
  }
  .stepparag {
    margin-bottom: 45px;
  }
  .spec {
    padding-left: 35px;
  }
  .logo2 {
    margin-top: 9px;
    margin-left: 7px;
  }
  .drop1 {
    font-size: 14px;
  }
  .drop2 {
    font-size: 14px;
  }
  .phone-nav {
    margin-top: 28px;
    margin-right: 10px;
    padding: 12px;
    background-color: #1b6cb1;
    color: #f0f0f0;
  }
  .law1 {
    margin-top: 47px;
    background-position: 50% 26%;
    background-size: 150px;
  }
  .law1.home.tabl {
    position: static;
    display: block;
    margin-top: 2px;
    padding-right: 0px;
    background-size: contain;
  }
  .law2 {
    top: 0px;
    height: 158px;
    margin-top: 33px;
    padding-top: 7px;
    background-position: 50% 101%;
  }
  .law2.section-real-estate {
    margin-top: 39px;
  }
  .law3 {
    height: 180px;
    background-position: 50% 67%;
    background-size: 153px;
  }
  .law3.section-real-estate {
    margin-top: 44px;
  }
  .law3.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    background-size: contain;
  }
  .law3.home.addicon1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: contain;
  }
  .law3.law4 {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    -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;
    background-position: 50% 50%;
    background-size: contain;
  }
  .law11 {
    padding-left: 0px;
    text-align: center;
  }
  .law22 {
    margin-top: 23px;
    padding-left: 0px;
  }
  .law33 {
    margin-top: 21px;
    padding-right: 0px;
  }
  .text {
    margin-top: 34px;
  }
  .dropestate {
    font-size: 16px;
  }
  .about-us-rich {
    padding-right: 40px;
    padding-left: 42px;
  }
  .real-estate {
    margin-top: 0px;
    padding-top: 0px;
  }
  .real-estate.tab {
    margin-top: 68px;
  }
  .realestate-list1 {
    margin-top: 44px;
  }
  .realestate-list1.bullet {
    margin-top: 49px;
  }
  .photo-add {
    display: none;
    width: 272px;
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 34px;
    font-size: 26px;
    line-height: 30px;
  }
  .photo-add.epa {
    display: none;
    margin-top: 11px;
    margin-left: 204px;
    padding-right: 85px;
  }
  .photo-add.business {
    display: inline-block;
    width: 316px;
    margin-top: 10px;
    margin-left: 9px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 27px;
    line-height: 29px;
  }
  .photo-add.elderlaw {
    width: 370px;
    margin-top: -10px;
    margin-left: 246px;
    padding-right: 82px;
  }
  .buy {
    padding-right: 24px;
    padding-left: 28px;
  }
  .linktoreal {
    width: 91px;
    margin-left: -48px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .linktoepa {
    display: block;
    width: 125px;
    margin-left: 3px;
  }
  .linktobusiness {
    width: 124px;
  }
  .linktobusiness.elderstyle {
    width: 125px;
    margin-left: -10px;
  }
  .businessl {
    margin-top: 36px;
    padding-top: 0px;
    padding-left: 100px;
  }
  .businessl.elder {
    margin-top: -8px;
  }
  .phoneh {
    margin-top: 82px;
    padding-right: 12px;
    padding-left: 19px;
    font-weight: 600;
  }
  .phoneh.eld {
    margin-top: 69px;
  }
  .phoneh.bus {
    margin-top: 342px;
  }
  .divelder {
    margin-top: 71px;
    margin-left: 32px;
    padding-right: 29px;
    padding-left: 12px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  }
  .checbox {
    margin-bottom: 30px;
  }
  .chectype {
    margin-bottom: 1px;
    padding-top: 0px;
  }
  .photoinfo {
    float: right;
  }
  .divphoto {
    width: 464px;
    height: 71px;
    margin-left: 0px;
  }
  .home-cont {
    overflow: visible;
  }
  .foterparg {
    width: 508px;
    padding-right: 22px;
  }
  .he {
    position: static;
    left: 0%;
    top: 11%;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: 350px;
    margin-top: -33px;
    padding-top: 2px;
    padding-left: 12px;
    float: none;
    clear: none;
  }
  .he.heath {
    width: 400px;
    margin-top: 14px;
    padding-left: 12px;
    text-align: left;
  }
  ._125-image {
    left: -23px;
  }
  .abaimage {
    left: 30px;
    height: auto;
    max-width: 91%;
  }
  .naela {
    position: relative;
    left: 24px;
    height: auto;
    max-width: 106%;
  }
  .reba {
    left: -8px;
    max-width: 185%;
    margin-top: 10px;
  }
  .mba {
    left: -35px;
    max-width: 210%;
    margin-top: 10px;
  }
  .image-lend {
    margin-left: 37px;
  }
  .linked-in-peter {
    display: block;
    height: 50px;
    margin-top: -50px;
    margin-left: 10px;
    text-align: center;
  }
  .linked-in-peter.heat {
    margin-top: -52px;
  }
  .keenan-image {
    display: block;
    width: 137px;
    margin-top: -62px;
    margin-right: 0px;
    padding-right: 19px;
    padding-left: 1px;
    float: right;
  }
  .image-heat {
    display: block;
    overflow: visible;
    width: 137px;
    margin-top: 14px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 19px;
    padding-bottom: 0px;
    float: right;
    clear: none;
  }
  .bestmillbury {
    padding-left: 61px;
  }
  .imagemillbury {
    height: 142px;
    margin-top: -10px;
  }
  .millb {
    position: relative;
    top: 15px;
    height: 101px;
    margin-top: 10px;
    padding-left: 7px;
  }
  .milll {
    height: 176px;
  }
  .linkmil {
    width: 570px;
    margin-top: -154px;
    padding-right: 34px;
    padding-left: 164px;
    font-size: 18px;
  }
  .linkmil:hover {
    width: 590px;
    padding-left: 164px;
    font-size: 17px;
  }
  .millparg {
    width: 531px;
    margin-top: -120px;
    padding-right: 8px;
    padding-left: 165px;
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 479px) {
  h4 {
    margin-bottom: -10px;
    padding-left: 0px;
    font-size: 17px;
  }
  h6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button {
    margin-bottom: 25px;
  }
  .button.full-width {
    padding-left: 21px;
    font-size: 14px;
  }
  .navigation-bar {
    height: 125px;
    opacity: 0.91;
    font-size: 18px;
  }
  .hamburger-button {
    margin-top: 16px;
  }
  .section.easy {
    height: 1918px;
  }
  .section.easy.main {
    height: 989px;
    padding-top: 49px;
  }
  .section.easy.realest {
    height: 1495px;
    margin-top: -2px;
    padding-top: 46px;
  }
  .section.easy.ep {
    height: 1946px;
  }
  .section.easy.businessla {
    height: 1600px;
  }
  .section.easy.el {
    height: 1346px;
  }
  .section.easy.aboutus {
    height: 4168px;
  }
  .white-box {
    margin-top: -56px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 60% 17%;
    background-size: 663px;
  }
  .hero-section.centered.real-estate {
    background-image: linear-gradient(145deg, transparent 50%, #fff), url('../images/dreamstime_NEW_21156864.jpg');
    background-position: 0px 0px, -2px -9px;
    background-size: auto, 537px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-section.centered.home {
    margin-top: 10px;
    background-image: url('../images/IMG_2979_3.jpg');
    background-position: 38% 61%;
    background-repeat: no-repeat;
  }
  .hero-section.centered.phone {
    padding-top: 62px;
    background-image: url('../images/AdobeStock_69340771_1900.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-section.centered.phone.business {
    height: 199px;
    background-position: 77% 0%;
    background-size: auto 194px;
  }
  .hero-section.centered.phone.elder {
    background-position: 0px 0px, 50% 98%;
    background-size: auto, 526px;
  }
  .hero-heading {
    margin-top: -25px;
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 34px;
    line-height: 40px;
  }
  .hero-heading.estate-admin {
    margin-top: 375px;
    margin-bottom: -52px;
    padding-top: 0px;
  }
  .hero-heading.bys {
    margin-top: -54px;
    margin-bottom: 28px;
    padding-top: 0px;
  }
  .hero-subheading {
    line-height: 21px;
  }
  .hollow-button.all-caps {
    display: none;
    margin-top: 16px;
    margin-left: 176px;
  }
  .section-heading.centered {
    font-size: 26px;
  }
  .section-heading.centered.white {
    line-height: 36px;
  }
  .section-heading.centered.first {
    width: 286px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 300;
  }
  .section-subheading.center {
    margin-top: 54px;
    padding-right: 8px;
    padding-left: 0px;
    line-height: 30px;
  }
  .section-title-group {
    padding-right: 0px;
    padding-left: 10px;
  }
  .form-wrapper {
    margin-top: 132px;
    padding-top: 95px;
  }
  .grid-image {
    width: 31%;
    font-size: 55px;
  }
  .grid-image.nikjess {
    width: 147px;
    margin-top: -51px;
    padding: 0px;
    border-width: 2px;
    box-shadow: none;
    font-weight: 300;
  }
  .grid-image.nikjess.heather {
    margin-top: 101px;
  }
  .footer-link-wrapper {
    margin-top: -29px;
    padding-top: 33px;
    padding-left: 0px;
  }
  .form {
    display: inline-block;
    margin-top: -117px;
  }
  .spc {
    padding-right: 37px;
  }
  .ham-icon {
    margin-left: -2px;
  }
  .logo {
    height: 58px;
  }
  .jnimage {
    height: auto;
  }
  .map {
    width: 260px;
    margin-top: 0px;
    margin-bottom: 22px;
    margin-left: -131px;
    padding-left: 6px;
  }
  .contact {
    height: 415px;
    padding-left: 0px;
  }
  .prg {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .mapcolumn {
    height: 513px;
    padding-right: 0px;
  }
  .map-image {
    margin-left: 1px;
    padding-left: 0px;
  }
  .logo2 {
    margin-left: -6px;
  }
  .drop1.w--open {
    opacity: 1;
    font-size: 15px;
  }
  .phone-nav {
    display: block;
    margin-top: -6px;
    margin-right: 11px;
    margin-left: auto;
    padding: 9px;
    background-color: #1b6cb1;
    color: #fff;
    font-size: 32px;
  }
  .law1 {
    padding-left: 0px;
  }
  .law1.home {
    margin-top: 23px;
  }
  .law1.home.tabl {
    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;
  }
  .rowlaw {
    display: none;
    margin-top: 13px;
  }
  .dropestate {
    font-size: 12px;
  }
  .dropestate.w--current {
    font-size: 11px;
  }
  .about-us-rich {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-us-rich h2 {
    font-size: 28px;
  }
  .real-estate {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .real-estate.tab {
    height: 572px;
    margin-top: -9px;
  }
  .real-estate.new {
    margin-top: 32px;
  }
  .labout-list {
    padding-right: 32px;
    padding-left: 50px;
  }
  .realestate-list1 {
    margin-top: 285px;
    padding-right: 18px;
    padding-left: 51px;
  }
  .realestate-list1.bullet.new {
    margin-top: 298px;
  }
  .photo-add {
    display: none;
    overflow: visible;
  }
  .photo-add.epa {
    display: none;
  }
  .photo-add.business {
    display: none;
  }
  .photo-add.elderlaw {
    display: none;
  }
  .linktoepa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .businessl {
    margin-top: 5px;
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 52px;
  }
  .phoneh {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .phoneh.eld {
    margin-top: -12px;
  }
  .phoneh.bus {
    margin-top: 531px;
  }
  .divelder {
    margin-top: 194px;
    margin-left: 0px;
    padding-right: 23px;
    padding-left: 36px;
  }
  .photocontact {
    padding-top: 50px;
    padding-left: 46px;
  }
  .foterparg {
    width: 249px;
    padding-right: 0px;
    padding-left: 4px;
  }
  .buyer-link {
    width: 77px;
  }
  .he {
    width: 188px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .he.heath {
    width: 188px;
    margin-top: 6px;
    padding-left: 0px;
  }
  ._125-image {
    height: auto;
    max-width: 101%;
    padding-left: 43px;
  }
  .rowfooter {
    margin-top: 41px;
  }
  .abaimage {
    left: 39px;
    max-width: 60%;
    margin-top: 27px;
  }
  .naela {
    left: 4px;
    margin-top: 21px;
  }
  .reba {
    left: -18px;
    top: 2px;
    max-width: 130%;
    margin-top: 19px;
  }
  .mba {
    left: -33px;
    max-width: 140%;
    margin-left: 0px;
  }
  .image2lend {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .linked-in-peter {
    margin-bottom: -37px;
  }
  .linked-in-peter.heat {
    margin-bottom: -40px;
  }
  .keenan-image {
    margin-top: -9px;
    float: left;
  }
  .image-heat {
    margin-top: 1px;
    margin-bottom: 41px;
    float: left;
  }
  .bestmillbury {
    width: 280px;
  }
  .millb {
    height: 94px;
    margin-top: 14px;
    margin-left: -49px;
    padding-left: 12px;
  }
  .milll {
    height: 138px;
  }
  .milll:hover {
    font-size: 15px;
  }
  .linkmil {
    width: 270px;
    margin-top: -128px;
    margin-right: 35px;
    padding-right: 0px;
    padding-left: 160px;
    font-size: 16px;
  }
  .linkmil:hover {
    overflow: hidden;
    width: 340px;
    padding-right: 48px;
    padding-left: 156px;
    font-size: 15.5px;
  }
  .millparg {
    display: none;
    overflow: hidden;
  }
  .container {
    margin-right: 4px;
    margin-left: 8px;
  }
  .icon {
    font-size: 28px;
  }
}

