:root {
  --dark-slate-blue: #003f72;
  --black: #333;
  --dark-orange: #f8981c;
  --white-smoke: whitesmoke;
  --papaya-whip: #fff4dc;
  --alice-blue: #e2eaf6;
  --white-smoke-2: whitesmoke;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 56px;
}

h2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  color: #3339;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.body {
  background-image: linear-gradient(#e2821cd1, #e2821cd1), url('../images/California-LiUNA-2016-0240-1-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content {
  z-index: 1;
  text-align: center;
  position: relative;
}

.copyright-div {
  z-index: 1;
  opacity: 1;
  color: #ffffffd9;
  text-align: center;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 10px;
}

.subhead {
  color: #fff;
  letter-spacing: .2px;
  text-shadow: 0 2px 8px #000000a8;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.copyright-text {
  text-shadow: 1px 1px 6px #000000b0;
  display: inline-block;
}

.icon-img {
  margin-bottom: 10px;
  margin-right: 10px;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h1 {
  color: #fff;
  text-shadow: 0 1px 8px #0009;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

.text-block {
  color: #fff;
  text-shadow: 0 2px 8px #0006;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-2 {
  color: #fff;
  text-shadow: 0 2px 8px #0006;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
}

.columns {
  text-align: center;
  border: 1px solid #fff;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  margin-top: 25px;
  padding: 10px;
  display: flex;
}

.column {
  flex: 0 auto;
}

.link {
  color: #fff;
  font-weight: 700;
}

.subnav {
  z-index: 999;
  background-color: var(--dark-orange);
  width: 100%;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1280px;
}

.div-block {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.subnav-link {
  color: var(--dark-slate-blue);
  margin-left: 5px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  display: none;
}

.subnav-link.w--current {
  color: #222533;
}

.div-block-13 {
  margin-left: 20px;
}

.nav-btn {
  background-color: var(--dark-orange);
  color: var(--white-smoke);
  text-transform: none;
  padding: 12px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
}

.nav-btn:hover {
  background-color: #c4740d;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 30px 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
}

.nav-link.w--current {
  color: var(--dark-slate-blue);
}

.nav-link.dd-list {
  border-bottom: 1px solid var(--black);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  padding-bottom: 5px;
  display: none;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.home-hero {
  background-image: url('../images/1.-Homepage-masthead.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-title {
  font-size: 60px;
  line-height: 64px;
}

.heading-title.yellow {
  color: var(--dark-orange);
}

.btn-main {
  background-color: var(--dark-orange);
  color: var(--white-smoke);
  text-align: center;
  text-transform: none;
  padding: 12px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
}

.btn-main:hover {
  background-color: #c4740d;
}

.padding-all30 {
  padding: 30px;
}

.yellow {
  color: var(--dark-orange);
}

.white-div {
  background-color: #fff;
  width: 640px;
}

.flexbox-h {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.flexbox-h.testimonial {
  margin-top: 40px;
}

._50div {
  align-self: center;
  width: 50%;
}

.home-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-sec2 {
  background-image: url('../images/3.-benefits-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-line {
  border-top: 5px solid var(--dark-orange);
  width: 130px;
  margin-top: 0;
  margin-bottom: 20px;
}

.margin-btm30 {
  margin-bottom: 30px;
}

.white-div2 {
  background-color: #fff;
  width: 500px;
}

.home-sec3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.question-grey {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  display: flex;
}

.home-sec4 {
  background-color: var(--dark-slate-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-2 {
  padding-right: 50px;
}

.column-3 {
  padding-left: 50px;
}

.white {
  color: #fff;
}

.home-sec5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-3 {
  width: 100%;
}

.cic-wrapper {
  display: flex;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #33333380;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.div-block-18 {
  background-color: var(--papaya-whip);
  flex: 1;
  padding: 20px;
}

.questions-yellow {
  background-color: var(--papaya-whip);
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  display: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer {
  border-top: 30px solid var(--dark-orange);
  background-color: var(--alice-blue);
}

.div-block-19 {
  width: 40%;
}

.raw {
  margin-bottom: 0;
}

.foot-link {
  color: var(--dark-slate-blue);
  font-weight: 400;
  text-decoration: underline;
}

.sec13 {
  background-color: var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 10px;
}

.center {
  text-align: center;
}

.subfooter {
  color: #fff;
  width: 500px;
}

.div-block-42 {
  justify-content: center;
  display: flex;
}

._50div-box {
  width: 50%;
}

.marginr-30 {
  margin-right: 30px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 100%;
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  background-color: #f5f5f5e6;
}

.adrb-header {
  background-image: url('../images/1.-Benefits-masthead.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.adrb-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-10 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.marginl-30 {
  margin-left: 30px;
}

.adrb-sec2 {
  background-color: var(--dark-slate-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.advantage-wrap {
  background-color: #fff;
  padding: 30px;
}

.div-block-46 {
  flex-direction: row;
  display: flex;
}

.heading {
  flex: 1;
  display: inline-block;
}

.image-7 {
  margin-top: -20px;
}

.adrb-col1 {
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.adrb-sec3 {
  background-color: var(--white-smoke);
}

.h3-smaller {
  color: #333333bf;
  font-size: 20px;
}

.h3-smaller.testimonials {
  margin-bottom: 10px;
  line-height: 30px;
}

.image-8 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.adrb-sec4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin-top30 {
  margin-top: 30px;
}

.pi-header {
  background-image: url('../images/1.-program-info-masthead.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.pi-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pi-div {
  background-color: var(--papaya-whip);
  align-self: flex-start;
  padding: 20px 50px;
}

.pi-link {
  color: var(--dark-slate-blue);
  font-weight: 700;
  text-decoration: underline;
}

.pi-sec2 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 50px;
}

.pi-col {
  align-items: center;
  display: flex;
}

.div-block-47 {
  justify-content: flex-end;
  margin-right: 25px;
  display: flex;
}

.pi-sec3 {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pi-sec4 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 50px;
}

.pi-sec5 {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pi-sec6 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 50px;
}

.pi-sec7 {
  padding-bottom: 50px;
}

.div-block-48 {
  flex: 1;
}

.ue-sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ue-sec2 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 20px;
}

.ue-sec2.white {
  background-color: var(--white-smoke);
}

.marginl-50 {
  margin-left: 50px;
}

.marginr-50 {
  margin-right: 50px;
}

.ue-sec3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ue-sec4 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.margin-btm50 {
  margin-bottom: 50px;
}

.peach-div {
  background-color: var(--papaya-whip);
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 50px;
}

.questions-grey {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  display: none;
}

.mobile-center {
  margin-bottom: 0;
}

.grid-2 {
  grid-template-rows: auto;
}

.flexboxh-ue {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.um-header {
  background-image: url('../images/1.-Union-Members-masthead.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.um-sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-49 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-49.margintb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.um-sec2 {
  background-image: url('../images/2.-worker_s-compensation.webp');
  background-position: 50%;
  background-size: auto;
  height: 500px;
}

.um-sec3 {
  background-color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 30px;
}

.um-div {
  background-color: var(--papaya-whip);
  align-self: flex-start;
  padding: 20px 50px;
}

.um-sec4, .um-sec5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.qa-div {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.marin-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.um-div2 {
  background-color: var(--papaya-whip);
  flex-direction: column;
  justify-content: center;
  height: 200px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.blue {
  color: var(--dark-slate-blue);
}

.um-div3 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-left: 20px;
  padding: 30px;
}

.paddinglr-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.adrc-h {
  padding-top: 100px;
  padding-bottom: 100px;
}

.adrc-header {
  background-image: url('../images/1.-adr-carrier-masthead.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.adrc-sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-50 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}

.adrc-list {
  background-color: var(--papaya-whip);
  padding: 30px;
}

.adrc-sec2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.doc-header {
  background-image: url('../images/1.-documents-masthead.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.doc-sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ir-header {
  background-image: url('../images/1.-Industry-resources-masthead.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.paddingl-20 {
  padding-left: 20px;
}

.ir-par {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.ps-header {
  background-image: url('../images/1.-Privacy-security-masthead.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.ps-sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.center-copy {
  text-align: center;
}

.au-header {
  background-image: url('../images/1.-About-us-masthead.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.au-wrap {
  margin-left: 50px;
  padding: 20px;
}

.div-block-51 {
  border-bottom: 5px solid var(--dark-orange);
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-52 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  display: flex;
}

.social-img {
  margin-left: 10px;
  margin-right: 10px;
}

.columns-3 {
  border-bottom: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.columns-3.no-line {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.au-sec2 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-header {
  background-image: url('../images/1.-Contact-masthead.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.contact-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-sec1.responsive-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paddingr-20 {
  padding-right: 20px;
}

.ada-header {
  background-image: url('../images/1.-ADA-masthead.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 130px;
}

.ada-header.testimonial-header {
  background-image: url('../images/California-LiUNA-2016-1074-1-1.jpg');
  background-position: 50% 25%;
}

.ada-sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-6-copy {
  display: none;
}

.cic-wrapper2 {
  display: flex;
}

.link-block {
  display: block;
}

.sitemap-sec1 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.modal-bg {
  background-color: #16161880;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-18 {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 20px;
  padding: 5px;
}

.modal-par {
  color: #161618;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.modal-h2 {
  color: #7a7363;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.modal-h1 {
  color: #3b2314;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 61px;
  position: static;
}

.modal-wrapper {
  align-self: center;
  width: 1100px;
  height: 720px;
  margin: 130px 50px 20px;
}

.modal-popup {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .4s;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-icon {
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: -50px;
  display: flex;
}

.modal-h2lbl {
  color: #7a7363;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.modal-btn {
  text-align: center;
  background-color: #890000;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.737, .018, .135, .896);
  display: block;
}

.modal-btn:hover {
  background-color: #600606;
}

.html-embed-5 {
  margin-top: -20px;
}

._50div-hsec3 {
  align-self: center;
  width: 50%;
}

.adrb-sec3-copy {
  background-color: var(--white-smoke);
  display: none;
}

.ir-par2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.paragraph {
  padding-left: 30px;
  padding-right: 30px;
}

.column-6 {
  color: #493b3b;
  background-color: #ebebeb;
  padding: 10px 20px;
}

.heading2-nomargin {
  margin-bottom: 0;
}

.h3 {
  color: #3339;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 65px;
    line-height: 79px;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    padding-bottom: 30px;
  }

  .icon {
    color: var(--dark-slate-blue);
    font-size: 42px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white-smoke);
  }

  .logo {
    margin-left: 20px;
  }

  .dropdown {
    display: block;
  }

  .white-div {
    margin-left: 50px;
  }

  .flexbox-h {
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

  ._50div.marginr-50 {
    margin-right: 20px;
  }

  ._50div.marginl-50 {
    margin-left: 0;
  }

  .home-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .question-grey {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-2 {
    padding-right: 25px;
  }

  .column-3 {
    padding-left: 25px;
  }

  .questions-yellow {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-block {
    margin-left: 20px;
  }

  ._50div-box {
    width: 30%;
  }

  .marginr-30 {
    margin-right: 0;
  }

  .columns-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-43 {
    justify-content: space-around;
    height: 300px;
  }

  .adrb-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .adrb-col1 {
    padding: 20px;
  }

  .adrb-sec4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .responsive-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pi-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pi-div {
    align-self: center;
  }

  .pi-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-47 {
    margin-right: 0;
  }

  .div-block-48.marginr-50 {
    margin-right: 20px;
  }

  .peach-div {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .questions-grey {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

  .flexboxh-ue {
    margin-left: 0;
    margin-right: 0;
  }

  .um-div {
    align-self: flex-start;
  }

  .um-div2 {
    margin-right: 0;
  }

  .um-div3 {
    margin-left: 0;
    padding: 20px;
  }

  .paddinglr-200 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid-3 {
    grid-column-gap: 30px;
  }

  .au-wrap {
    margin-left: 20px;
  }

  .contact-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .modal-par {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-h2 {
    font-size: 26px;
  }

  .modal-h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .modal-wrapper {
    width: 600px;
  }

  .modal-h2lbl {
    font-size: 26px;
  }

  ._50div-hsec3 {
    margin-left: 20px;
  }

  ._50div-hsec3.marginr-50 {
    margin-right: 20px;
  }

  ._50div-hsec3.marginl-50 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .copyright-div {
    flex: 1;
    align-items: flex-end;
    margin-top: 25px;
    padding-bottom: 15px;
    display: flex;
    position: static;
  }

  .h1 {
    font-size: 62px;
    line-height: 70px;
  }

  .columns {
    width: 95%;
  }

  .div-block {
    padding-right: 10px;
  }

  .div-block-13 {
    margin-top: 10px;
    display: flex;
  }

  .nav-btn {
    display: inline-block;
  }

  .logo {
    margin-left: 0;
  }

  .btn-main {
    display: inline-block;
  }

  .white-div {
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flexbox-h {
    flex-direction: column;
  }

  ._50div {
    width: 100%;
  }

  ._50div.marginr-50, ._50div.marginr-30 {
    margin-right: 0;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
    margin-left: 0;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._50div-box {
    width: 100%;
  }

  .marginr-30 {
    margin-right: 0;
  }

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

  .image-5 {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .image-6 {
    min-width: 100%;
    margin-top: 50px;
  }

  .marginl-30 {
    margin-left: 0;
  }

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

  .adrb-col1 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .adrb-sec3 {
    display: none;
  }

  .image-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-top30 {
    margin-top: 30px;
  }

  .pi-col {
    flex-direction: column;
  }

  .div-block-47 {
    justify-content: flex-start;
  }

  .peach-div {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .flexboxh-ue {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .um-div2 {
    height: auto;
    margin-bottom: 30px;
  }

  .um-div3 {
    height: auto;
  }

  .paddinglr-200 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .div-block-52 {
    margin-bottom: 30px;
  }

  .image-6-copy {
    min-width: 100%;
    margin-top: 50px;
  }

  .modal-h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .modal-wrapper {
    width: 80vh;
  }

  .close-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .html-embed-5 {
    margin-top: 0;
  }

  ._50div-hsec3 {
    width: 100%;
    margin-left: 0;
  }

  ._50div-hsec3.marginr-50, ._50div-hsec3.marginr-30 {
    margin-right: 0;
  }

  .adrb-sec3-copy {
    display: block;
  }

  .column-6 {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .copyright-div {
    flex: none;
    margin-top: 69px;
  }

  .copyright-text {
    width: 100%;
    position: absolute;
    inset: auto 0% 10px;
  }

  .hero {
    justify-content: center;
  }

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .text-block-2 {
    margin-top: 10px;
  }

  .columns {
    flex-direction: column;
    justify-content: flex-end;
  }

  .div-block {
    padding-right: 10px;
  }

  .white-div.padding-all30 {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .flexbox-h {
    margin-left: 0;
    margin-right: 0;
  }

  .white-div2 {
    width: 300px;
  }

  .question-grey {
    align-items: center;
    padding: 20px;
  }

  .questions-yellow {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .div-block-19 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .adrb-sec3 {
    display: none;
  }

  .responsive-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-48.marginr-50 {
    margin-right: 0;
  }

  .ue-sec4.testimonial {
    padding-top: 0;
  }

  .questions-grey {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mobile-center {
    text-align: center;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .flexboxh-ue {
    margin-left: 10px;
    margin-right: 10px;
  }

  .um-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .um-div2 {
    padding: 20px;
  }

  .paddinglr-200 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .column-4, .adrc-list {
    padding-left: 0;
    padding-right: 0;
  }

  .au-wrap {
    margin-left: 0;
  }

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

  .modal-h1 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-wrapper {
    width: 40vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .modal-btn {
    align-self: center;
  }

  .adrb-sec3-copy {
    display: block;
  }
}

#w-node-_838bff74-e680-c063-a1c3-cc007b7d12d4-7b7d12c4, #w-node-_838bff74-e680-c063-a1c3-cc007b7d12ec-7b7d12c4, #w-node-_52fbfc18-e156-9b61-fb4d-04a961783423-26459438, #w-node-_64bc4d76-a6fc-9245-f3f0-07e14803a492-26459438, #w-node-_69880c7e-f982-613f-a7c7-9e192bf1000c-26459438, #w-node-c55f8a08-a80f-eecc-3e6e-ca4e1cc5aeb9-26459438, #w-node-_59bd90b8-ebcc-b34b-b207-85ff2ad3407f-26459438, #w-node-_0b5802dd-4215-d71a-faca-313aebc79215-26459438, #w-node-d4081eef-d44b-e830-57ad-beead6ec977b-e3570939, #w-node-_410245cf-c95b-c8cd-5ee3-1db3c48323d3-e3570939, #w-node-ae6e73c7-00e0-3d50-0ff0-2c9060c690a9-e3570939, #w-node-ee06102b-a370-65f2-410f-78eb5165b84a-e3570939, #w-node-_88fc4347-4b05-3cf3-75c9-13fe44137f81-e3570939, #w-node-_9675515b-da52-c344-f1d7-8cb702835210-e3570939, #w-node-_21784fc6-e23b-b744-9b75-dbef5516c593-e3570939, #w-node-_8fe4290a-33ca-06e1-4a48-312dab6b3c83-e0780df1, #w-node-_08129926-bdba-16b2-7299-41d772f580b9-e0780df1, #w-node-_02fb437c-e3d4-5287-1a25-9a083940646c-e0780df1, #w-node-_76d8d095-e34f-5719-5996-a4ca64d13221-e0780df1, #w-node-c5752876-7569-11e8-ef16-e4f24d6bf090-e0780df1, #w-node-f9d35d92-13dd-a2a0-67b6-382d8d310a51-e0780df1, #w-node-f7a6c99b-8e3c-9817-bc8d-52f11f4bb7dc-e0780df1, #w-node-_559b20cc-b43c-1bfc-4996-62feda2643ad-e0780df1, #w-node-_5f4a8172-065a-c0fb-7670-47c612822dba-e0780df1, #w-node-ab929393-7cb7-1b3f-3da7-ee1f4247150f-e0780df1, #w-node-d3d8075d-58a1-315f-4c72-b8d100eb9bdb-e0780df1, #w-node-_2c752d0b-ac54-4db6-77c6-35cd0207c784-e0780df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_08129926-bdba-16b2-7299-41d772f580b9-e0780df1 {
    align-self: center;
  }
}


