:root {
  --blk: #000;
  --drk-blue-overlay: #0a3e76a8;
  --y8-lighter-blue: #264afb;
  --y8-drk-blue: #0a3e76;
  --white: #fff;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--blk);
  letter-spacing: .05rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4.25rem;
  font-weight: 800;
  line-height: 1.25em;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75em;
}

p {
  max-width: 900px;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75em;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.25rem;
  font-style: italic;
  line-height: 2em;
  list-style-type: square;
}

blockquote {
  border-left: 5px solid var(--drk-blue-overlay);
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.75em;
}

.dropdown-list.w--open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  top: 3.6rem;
  overflow: hidden;
  box-shadow: -3px 3px 10px #00000040;
}

.share-brother-phone {
  background-color: var(--y8-lighter-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.share-brother-phone:hover {
  background-color: var(--y8-drk-blue);
}

._100-100 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

._100-100.contain {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

._100-100.adjust-fit {
  object-position: 50% 15%;
}

.bkg_wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.card-overlay {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 3px #00000040;
  background-color: #0a3e7673;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: .5rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-overlay:hover {
  text-shadow: 0 2px 3px #00000040;
  background-color: #0000001a;
  background-image: linear-gradient(#21a5fc00, #fcac0100);
}

.bkg_element {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.share-brother-eldest {
  z-index: 1;
  border: 2px solid var(--y8-lighter-blue);
  background-color: var(--y8-drk-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: .5rem;
  display: flex;
  position: absolute;
}

.txt-light-blue {
  color: var(--y8-lighter-blue);
}

.contact-link-2 {
  background-color: var(--y8-lighter-blue);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  padding: .5rem;
  transition: all .3s;
  display: flex;
}

.contact-link-2:hover {
  background-color: #0b599e;
}

.auto-align {
  margin-left: auto;
  margin-right: auto;
}

.img_wrapper {
  height: 356px;
  position: relative;
}

.footer-section {
  z-index: 10;
  color: var(--blk);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

._2-col {
  column-count: 2;
}

.bottom-credits {
  z-index: 10;
  background-color: var(--y8-drk-blue);
  background-image: linear-gradient(45deg, var(--y8-lighter-blue), #fff0);
  color: #fff;
  justify-content: space-between;
  padding: .75rem 1rem;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.share-parent {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -4px;
  font-size: .8rem;
}

.flex-col {
  flex: 1;
}

.flex-col.img-col {
  border-radius: 1.5rem;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.flex-col.img-col.set-size {
  flex: 0 auto;
  height: 450px;
}

.flex-col.img-col.no-gap-map {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.flex-col.video-col {
  border-radius: 1.5rem;
  align-self: stretch;
  overflow: hidden;
}

.flex-col.extendo {
  min-width: 65%;
}

.bttm-marg-0 {
  margin-bottom: 0;
}

.footer-nav-link {
  color: var(--blk);
  letter-spacing: .075rem;
  text-transform: capitalize;
  padding: .5rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .25s;
}

.footer-nav-link:hover {
  color: var(--y8-lighter-blue);
  text-transform: capitalize;
}

.footer-nav-link.w--current {
  color: var(--y8-lighter-blue);
}

.copywright-link {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.copywright-link:hover {
  color: #21a5fc;
}

.copywright-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link {
  color: var(--blk);
  padding: .75rem;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--y8-lighter-blue);
}

.nav-link.cta {
  background-color: var(--y8-lighter-blue);
  color: #fff;
  border-radius: .5rem;
  font-style: normal;
  transform: skew(-15deg);
}

.nav-link.cta:hover {
  background-color: var(--y8-drk-blue);
  opacity: 100;
  transform: none;
}

.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button {
  background-color: var(--y8-drk-blue);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: .25rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 900;
  transition: all .2s;
  transform: skew(-15deg);
}

.button:hover {
  border-color: var(--y8-lighter-blue);
  background-color: var(--y8-lighter-blue);
  box-shadow: 0 0 12px 0 var(--y8-lighter-blue);
  transform: none;
}

.button.transparent {
  background-color: #0a3e7699;
}

.button.transparent:hover {
  background-color: var(--y8-lighter-blue);
}

.footer-block {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 250px;
}

.footer-title {
  color: var(--y8-lighter-blue);
  font-size: 24px;
  font-weight: 800;
}

.navbar {
  color: #fff;
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
}

.footer-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.button-icon {
  width: 100%;
  height: 100%;
}

.brand {
  z-index: 1;
  width: 135px;
}

.footer_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.nav-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 2rem;
}

.share-brother-email {
  background-color: var(--y8-lighter-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.share-brother-email:hover {
  background-color: var(--y8-drk-blue);
}

.footer {
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.absolute-img-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.grid-300 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.overlay {
  z-index: 1;
  background-color: #05203dab;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.fixed_wrapper {
  z-index: 4;
  position: fixed;
  inset: auto 1rem 25% auto;
}

.faq {
  text-align: left;
}

.bttm-marg-2 {
  margin-bottom: 2rem;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
}

.section.cta {
  color: #fff;
  min-height: auto;
}

.section.hero {
  color: #fff;
  min-height: 750px;
}

.section.fixed-bkg {
  color: var(--white);
  background-image: linear-gradient(#0a3e76bf, #0a3e76bf), url('../images/AdobeStock_206563456.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.top-banner {
  background-color: var(--y8-drk-blue);
  color: var(--white);
  padding: .5rem 2rem;
  font-size: .8rem;
}

.section.off-white {
  background-color: #f7f7f7;
}

.footer-contact-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.content_wrapper.centered {
  text-align: center;
}

.learn-more {
  opacity: .8;
  color: #fff;
  font-size: .9rem;
  font-weight: 300;
}

.flexed-dd-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  min-width: 250px;
  color: var(--blk);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.flexed-dd-link:hover {
  opacity: .4;
}

.flexed-dd-link.w--current {
  color: var(--y8-lighter-blue);
}

.flexed-dd-link.vert {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.dd-icon {
  width: 2rem;
}

.product-img {
  object-fit: contain;
  width: 100%;
  height: 48px;
}

.product-img.cover {
  object-fit: cover;
}

.small-blue-txt {
  color: var(--y8-drk-blue);
  font-size: 12px;
}

.text-block {
  opacity: .85;
  font-size: 16px;
  font-style: italic;
}

._3-col-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.testimonial-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #151c24;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.testimonial-card.highlight {
  box-shadow: 0 0 10px #3177a0;
}

.hori-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.star {
  width: 26px;
}

.body-text {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.name {
  opacity: 1;
  color: #cbe3ff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.interior-h1 {
  font-size: 4.2rem;
}

.form-block {
  background-color: var(--y8-drk-blue);
  color: var(--white);
  border-radius: 1.5rem 0 0 1.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  position: relative;
}

.form-field-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 1rem;
}

.txt-field-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
}

.text-field {
  background-color: var(--white);
  border-radius: .25rem;
  flex: 1;
  margin-bottom: 0;
  padding: .5rem;
  font-size: .9rem;
  line-height: 2.5em;
}

.text-field:focus {
  color: #fff;
}

.flexed-icon {
  width: 2rem;
}

.icon-header-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.cert-card {
  border: 1px solid var(--y8-drk-blue);
  box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
  text-align: left;
  border-radius: .5rem;
  padding: 1rem;
  transition: all .2s;
}

.cert-card:hover {
  border-color: var(--white);
  box-shadow: none;
  transform: translate(0, .25rem);
}

.grid-301 {
  flex-flow: column;
  display: flex;
}

.grid-301.multi-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cert-card-expandable {
  border: 1px solid var(--y8-drk-blue);
  box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
  text-align: left;
  cursor: pointer;
  border-radius: .5rem;
  padding: 1rem;
  transition: all .2s;
}

.cert-card-expandable:hover {
  border-color: var(--white);
  box-shadow: none;
  transform: translate(0, .25rem);
}

.revealed-text {
  padding-top: .5rem;
  line-height: 1.5em;
  overflow: hidden;
}

.expand-card-arrow-wrapper {
  text-align: right;
  flex: 1;
}

.icon-header-flex-no-marg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--y8-drk-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  border: 1px solid var(--y8-drk-blue);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
  color: var(--blk);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem .5rem 0;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.link-block:hover {
  border-color: var(--white);
  box-shadow: none;
  transform: translate(0, .25rem);
}

.partner-logo {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100px;
  margin-bottom: .5rem;
}

.example-lightbox {
  background-color: var(--white);
  text-align: center;
  border-radius: .5rem;
  font-size: .875rem;
  font-style: italic;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.example-lightbox:hover {
  box-shadow: none;
}

.example-lightbox-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.grid-3col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3col._2col {
  grid-template-columns: 1fr 1fr;
}

.grid-3col.button-grid {
  grid-template-rows: auto;
}

.process-img {
  border-radius: .5rem;
  height: 256px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.div-block {
  text-align: left;
}

.txt-overlay {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--drk-blue-overlay);
  color: #fff;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 115px;
  padding: 1rem;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.steps {
  background-color: var(--white);
  width: 50px;
  height: 50px;
  color: var(--y8-lighter-blue);
  text-align: center;
  border-radius: .5rem;
  flex: none;
  padding: .5rem;
  font-size: 35px;
  font-weight: 900;
  line-height: 1em;
}

.flex-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--y8-lighter-blue);
  height: 100px;
  color: var(--white);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
}

.design-process {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-img-title-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--y8-drk-blue);
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.photo-frame {
  border-radius: 50%;
  width: 175px;
  height: 175px;
  overflow: hidden;
}

.member-card {
  border: 1px solid var(--y8-drk-blue);
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
  text-align: left;
  border-radius: .5rem;
  padding: 1rem;
  transition: all .2s;
  overflow: auto;
}

.member-card:hover {
  border-color: var(--white);
  box-shadow: none;
  transform: translate(0, .25rem);
}

.member-bio {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}

.bio-read-more {
  text-align: left;
  cursor: pointer;
}

.grid-200 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  margin-bottom: 1rem;
}

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

.underline-txt-link {
  color: var(--white);
  text-underline-offset: -1px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--y8-lighter-blue);
  text-decoration-color: var(--y8-lighter-blue);
  font-size: 14px;
  font-style: italic;
  text-decoration-thickness: 1px;
}

.image {
  z-index: 1;
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}

.rich-text-block, .flex-block-3 {
  text-align: left;
}

.bptw {
  width: 256px;
  margin-bottom: 1rem;
}

.row_wrapper {
  text-align: left;
  flex-flow: column wrap;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  max-width: 100%;
  padding: 0;
  display: flex;
}

.sitemap_group {
  flex: 1;
  min-width: 256px;
}

.sitemap_group.child {
  margin-left: 2rem;
}

.sitemap_group.hide-for-now {
  display: none;
}

.site-map-link {
  border: 1px solid var(--drk-blue-overlay);
  color: var(--blk);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: .25rem;
  align-items: center;
  margin-bottom: .5em;
  padding: .5rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.site-map-link:hover {
  border-color: var(--y8-drk-blue);
  background-color: var(--y8-drk-blue);
  color: var(--white);
}

.site-map-link.child {
  background-color: var(--y8-lighter-blue);
  color: var(--white);
  letter-spacing: .05em;
  border: 1px solid #f1f1f1;
  margin-left: 2em;
  font-weight: 400;
}

.site-map-link.child:hover {
  background-color: var(--y8-drk-blue);
}

.site-map-link.child.end {
  margin-bottom: 1.5em;
}

.site-map-link.child._2nd {
  color: #333;
  background-color: #c2c2c2;
  margin-left: 2em;
  font-style: italic;
}

.site-map-link.end {
  margin-bottom: 1rem;
}

.sitemap_label {
  color: #0a3e76;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.sitemap_label.child {
  margin-left: 2rem;
}

.paragraph {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #f1f1f1;
    border-radius: 0;
    position: relative;
    top: 0;
  }

  .share-brother-phone:hover {
    background-color: var(--y8-lighter-blue);
  }

  ._100-100.contain {
    object-position: 0% 50%;
  }

  .card-overlay {
    background-color: #0000001a;
    min-height: auto;
  }

  .dropdown {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-link-2 {
    border-radius: .75rem;
  }

  .footer-section {
    padding-top: 0;
  }

  .bottom-credits {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    background-color: var(--y8-drk-blue);
    color: #fff;
    border-radius: .75rem;
    flex: none;
    padding: .75rem;
    font-size: 1.5rem;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--y8-lighter-blue);
  }

  .nav-menu {
    background-color: #fff;
    padding: 0;
  }

  .flex-col {
    align-self: stretch;
  }

  .flex-col.img-col {
    flex: 0 auto;
    height: 356px;
  }

  .flex-col.img-col.set-size {
    height: 300px;
  }

  .flex-col.img-col.no-gap-map {
    flex: 1;
    height: auto;
  }

  .flex-col.video-col {
    flex: 0 auto;
  }

  .nav-link {
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

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

  .nav-link.cta {
    color: #fff;
    border-radius: 0;
    transform: none;
  }

  .nav-link.cta:hover {
    background-color: var(--y8-drk-blue);
    color: #fff;
  }

  .flex {
    flex-flow: column;
  }

  .flex.no-gap {
    flex-flow: row;
  }

  .flex.inverse {
    flex-flow: column-reverse;
  }

  .button:hover {
    transform: skew(-15deg);
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand {
    margin-top: -1rem;
  }

  .footer-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .brand {
    width: 150px;
  }

  .footer_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .share-brother-email:hover {
    background-color: var(--y8-lighter-blue);
  }

  .service-grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.fixed-bkg {
    background-image: linear-gradient(#0a3e76bf, #0a3e76bf), url('../images/60f72560043f46969efe59a8_AdobeStock_274442013_1.jpg');
    background-attachment: scroll, scroll;
  }

  .flexed-dd-link.vert {
    border-bottom: 1px solid var(--y8-drk-blue);
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flexed-dd-link.vert:hover {
    opacity: 1;
  }

  .product-img {
    object-position: 0% 50%;
  }

  .product-img.cover {
    width: 150px;
  }

  ._3-col-grid {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 0;
  }

  .testimonial-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-card.highlight {
    box-shadow: none;
  }

  .body-text {
    margin-bottom: 0;
  }

  .interior-h1 {
    font-size: 3rem;
  }

  .cert-card:hover {
    box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
    transform: none;
  }

  .cert-card-expandable:hover, .link-block:hover {
    border-color: var(--y8-drk-blue);
    box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
    transform: none;
  }

  .example-lightbox:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .example-lightbox:active {
    box-shadow: none;
  }

  .flex-block-2 {
    height: 115px;
  }

  .member-card:hover {
    border-color: var(--y8-drk-blue);
    box-shadow: 3px 3px 0 0 var(--y8-drk-blue);
    transform: none;
  }

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

  .image {
    width: 125px;
    height: 125px;
    inset: auto 1rem 1rem auto;
  }

  .row_wrapper {
    margin-bottom: 0;
  }

  .sitemap_group {
    min-width: 16rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h3 {
    font-size: 20px;
  }

  .contact-link-2 {
    width: 2.75rem;
    padding: .75rem;
  }

  .img_wrapper {
    height: 256px;
  }

  .footer-section {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bottom-credits {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
  }

  .flex-col.img-col, .flex-col.img-col.set-size {
    height: 256px;
  }

  .flex-col.img-col.no-gap-map {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    flex: 0 auto;
    height: 256px;
  }

  .flex.no-gap {
    flex-flow: column;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
  }

  .footer-brand {
    width: 256px;
    margin-top: -.5rem;
    padding-left: 0;
  }

  .footer-col {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brand {
    width: 125px;
    padding-left: 0;
  }

  .footer_grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-flex {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .absolute-img-card {
    width: 100%;
  }

  .service-grid {
    flex-flow: column;
    max-width: 65vw;
    display: flex;
  }

  .fixed_wrapper {
    bottom: 10%;
  }

  .section {
    padding: 2rem 1rem;
  }

  .section.top-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 0;
  }

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

  .grid-3col.button-grid {
    flex-flow: column;
    display: flex;
  }

  .flex-block-2 {
    height: auto;
  }

  .design-process {
    align-items: stretch;
    display: flex;
  }

  .grid-200, .grid-400 {
    flex-flow: column;
    display: flex;
  }

  .row_wrapper {
    align-items: flex-start;
    min-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .sitemap_group {
    min-width: 100%;
  }

  .sitemap_group.child {
    margin-left: 0;
  }

  .site-map-link {
    justify-content: center;
    min-height: 36px;
  }

  .site-map-link.child {
    text-align: center;
    margin-left: 0;
  }

  .site-map-link.child._2nd {
    margin-left: 0;
  }

  .site-map-link.end {
    justify-content: center;
    align-items: center;
  }

  .sitemap_label {
    text-align: center;
  }

  .sitemap_label.child {
    text-align: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .share-brother-phone {
    border-radius: .75rem;
    padding: .75rem;
    position: static;
  }

  ._100-100.contain {
    object-position: 50% 50%;
  }

  .card-overlay {
    flex-flow: column;
    display: flex;
    inset: 0%;
  }

  .share-brother-eldest {
    display: none;
  }

  ._2-col {
    padding-left: 0;
    list-style-type: none;
  }

  .bottom-credits {
    text-align: center;
  }

  .share-parent {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .full-size-mobile {
    width: 100%;
    height: 100%;
  }

  .nav-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.transparent {
    align-self: stretch;
  }

  .footer-brand {
    width: 225px;
  }

  .footer-title {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .button-icon {
    width: 2.35rem;
  }

  .footer_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-flex {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .share-brother-email {
    border-radius: .75rem;
    padding: .75rem;
    position: static;
  }

  .grid-300 {
    flex-flow: column;
    display: flex;
  }

  .service-grid {
    max-width: none;
  }

  .fixed_wrapper {
    z-index: 3;
    background-color: var(--y8-drk-blue);
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    display: flex;
    inset: auto 0% 0%;
  }

  .section.hero {
    min-height: 700px;
  }

  .section.top-banner {
    padding-left: .5rem;
    padding-right: .5rem;
    display: none;
  }

  .footer-contact-links {
    z-index: 3;
  }

  .content_wrapper {
    text-align: center;
  }

  .flexed-dd-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flexed-dd-link.vert {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .product-img {
    object-position: 50% 50%;
  }

  ._3-col-grid {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .testimonial-card {
    text-align: center;
  }

  .hori-flex {
    justify-content: center;
    align-items: center;
  }

  .star {
    width: 18px;
  }

  .body-text {
    font-size: 15px;
  }

  .name {
    margin-bottom: 0;
  }

  .flex-block {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
  }

  .interior-h1 {
    font-size: 2.5rem;
  }

  .form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .txt-field-flex {
    flex-flow: column;
  }

  .icon-header-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cert-card {
    text-align: center;
  }

  .link-block {
    flex-flow: column;
    width: 100%;
  }

  .example-lightbox {
    height: 256px;
  }

  .grid-3col {
    flex-flow: column;
    display: flex;
  }

  .txt-overlay {
    height: 100px;
  }

  .flex-block-2 {
    text-align: left;
  }

  .member-img-title-flex {
    text-align: center;
    flex-flow: column;
  }

  .row_wrapper {
    margin-bottom: 0;
  }

  .sitemap_group.child {
    margin-left: 0;
  }

  .site-map-link {
    min-height: 48px;
  }

  .site-map-link.child {
    color: #525252;
    background-color: #f1f1f1;
  }

  .site-map-link.child._2nd {
    margin-left: 0;
  }
}

#w-node-ded79f01-bbc7-eb71-c275-60b1468b6271-468b6264, #w-node-ded79f01-bbc7-eb71-c275-60b1468b6281-468b6264, #w-node-ded79f01-bbc7-eb71-c275-60b1468b628b-468b6264, #w-node-_288741b6-cfb1-26fe-6c4e-ddff535d183d-70e8b0a2, #w-node-f6cb675b-872e-48cf-40a2-2f36a6840089-70e8b0a2, #w-node-_60a23d3e-1a23-2c0e-8942-6830a50935b6-70e8b0a2, #w-node-_7568759f-0836-a630-1231-5556b7eb07c3-548a5bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da70a908-1121-8231-372e-fc071c1d99c4-548a5bfd, #w-node-da70a908-1121-8231-372e-fc071c1d99d6-548a5bfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2465b85-49d8-1796-838c-fb9bf408a8f0-7b6bc66c, #w-node-ba3207e7-afab-8d79-c079-9efde7202d6a-7b6bc66c, #w-node-_575c9272-3f37-baec-cfd8-6613db24fe98-7b6bc66c, #w-node-ffb2ff59-a4fc-7687-b6c7-d0461d95b53f-7b6bc66c, #w-node-_9d4e6d80-3646-5d9f-f0f3-b4a459ae84d7-7b6bc66c, #w-node-_7e97c5a4-e3b2-1cb6-8195-394ff7b5550b-7b6bc66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-da70a908-1121-8231-372e-fc071c1d99c4-548a5bfd, #w-node-da70a908-1121-8231-372e-fc071c1d99d6-548a5bfd {
    grid-column: span 1 / span 1;
  }
}


