.body {
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav-links-wrap {
  position: static;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #be85eb;
}

.nav-link {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: -1px;
  margin-left: 12px;
  padding: 4px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #6f6e6f;
}

.nav-link.w--current {
  border-bottom: 1px solid #e3af5b;
  color: #fff;
}

.image {
  width: 200px;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 15px 20px 10px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.64);
}

.top-h1 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 95px;
  line-height: 95px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 150px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.66)), to(hsla(0, 0%, 100%, 0.66))), url('../images/handshake.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 74%, #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.66), hsla(0, 0%, 100%, 0.66)), url('../images/handshake.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.welcome-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  min-height: 0px;
  padding: 0px 100px 0px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.paragraph.white {
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 29px;
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #be85eb;
  color: #663090;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-2.reverse {
  color: #fff;
}

.button-2 {
  min-width: 225px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 80px;
  background-color: #000;
  background-image: linear-gradient(40deg, #252147, #663695);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #663090;
  background-image: none;
}

.button-2.reverse-jm {
  margin-top: 0px;
  background-color: #fff;
  background-image: none;
  color: #663090;
}

.button-2.reverse-jm:hover {
  background-image: linear-gradient(40deg, #252147, #663695);
  color: #fff;
}

.button-2.reverse-jm.marg {
  margin-top: 0px;
  margin-right: 15px;
}

.lead-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 750px;
  padding: 150px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f5f8;
  background-image: linear-gradient(131deg, rgba(37, 33, 71, 0.69), rgba(102, 54, 149, 0.66)), url('../images/contact-bkgd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  padding: 1px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  background-image: linear-gradient(138deg, rgba(177, 174, 177, 0.81), #fff);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.66);
}

.circle-div:hover {
  background-image: none;
  box-shadow: none;
}

.circle-div.pei {
  padding: 20px 37px 37px;
}

.circle-div.nw {
  padding-top: 10px;
}

.circle-div.il {
  padding: 1px 37px 20px;
}

.circle-div.ip-jm {
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
}

.outer-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 230px;
  margin-right: 60px;
  margin-bottom: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #663090;
  border-radius: 50%;
  background-color: #663090;
  cursor: pointer;
}

.outer-circle.green {
  margin-right: 0px;
  margin-left: 60px;
  background-color: #336090;
}

.outer-circle.green.pe-trigger {
  width: 180px;
  height: 180px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.outer-circle.green.ret-trig {
  width: 180px;
  height: 180px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.outer-circle.green.ret-trig.ip-jm {
  background-color: #e77c20;
}

.outer-circle.red {
  background-color: #1d4959;
}

.outer-circle.red.netrigger {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.outer-circle.red.ctrigger {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #7ac5e0;
}

.outer-circle.red.pacific-trig {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.outer-circle.red.pacific-trig.ip-jm {
  background-color: #548da2;
}

.outer-circle.blue {
  margin-right: 0px;
  margin-left: 60px;
  background-color: #9d1f4c;
}

.outer-circle.blue.ietrigger {
  width: 180px;
  height: 180px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.outer-circle.mntrigger {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.outer-circle.inland-trigger {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.outer-circle.inland-trigger.ip-jm {
  background-color: #9d1f4c;
}

.outer-circle.la-jolla-trigger {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.outer-circle.la-jolla-trigger.ip-jm {
  background-color: #4b95e4;
}

.outer-circle.pendleton-trig {
  width: 180px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.outer-circle.pendleton-trig.ip-jm {
  background-color: #6ba2dd;
}

.outer-circle.mntrigger.ip-jm{
    background-color: #0369a1;
  }

.circle-wrapper {
  position: static;
  left: -153px;
  top: -50px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.circle-wrapper.ip-jm {
  margin-bottom: 50px;
}

.circle-wrapper.ip-jm.bottom {
  margin-bottom: 50px;
}

.vision-purpose-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 150px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252147;
  background-image: linear-gradient(138deg, rgba(37, 33, 71, 0.89), rgba(102, 54, 149, 0.65));
  background-position: 0px 0px;
}

.vision-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 200px;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v1.line {
  border-right: 1px none #be85eb;
}

.vision-header {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #be85eb;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-3 {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mtext {
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 850px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 75%, #ebe7eb);
}

.map-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/map.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mdot {
  position: absolute;
  top: 164px;
  right: 523px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #663090;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.ndot {
  position: absolute;
  top: 137px;
  right: 545px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1d4959;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.idot {
  position: absolute;
  left: 99px;
  top: auto;
  right: auto;
  bottom: 313px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9d1f4c;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.pdot {
  position: absolute;
  left: 133px;
  top: auto;
  right: auto;
  bottom: 312px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #336090;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.udot {
  position: absolute;
  left: auto;
  top: auto;
  right: 614px;
  bottom: 171px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #663090;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.map-hover-blocl {
  position: absolute;
  left: 386px;
  top: 109px;
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: rgba(0, 45, 89, 0.91);
  opacity: 1;
}

.ielocator {
  left: 100px;
  top: 404px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(157, 31, 76, 0.83);
}

.locations {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.location-div {
  width: auto;
}

.logo-circle {
  position: relative;
  left: 0px;
  width: 125px;
  height: 125px;
  margin-right: 10px;
  padding: 19px;
  border-radius: 50%;
  background-color: #fff;
}

.logo-circle.nw {
  margin-right: 20px;
  padding-top: 29px;
  padding-right: 5px;
  padding-left: 5px;
}

.logo-circle.mn {
  padding-top: 22px;
  padding-right: 10px;
  padding-left: 10px;
}

.logo-circle.u {
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

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

.image-6 {
  width: 15px;
  margin-right: 7px;
}

.pelocator {
  left: 180px;
  top: 209px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: rgba(51, 96, 144, 0.8);
}

.nwlocator {
  left: 271px;
  top: 27px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: rgba(29, 73, 89, 0.89);
}

.mnlocator {
  left: 477px;
  top: 210px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: rgba(102, 48, 144, 0.89);
}

.ulocator {
  left: 477px;
  top: 528px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(102, 48, 144, 0.9);
}

.divider {
  width: 1px;
  height: auto;
  background-color: #be85eb;
}

.signup-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252147;
  background-image: linear-gradient(138deg, rgba(37, 33, 71, 0.74), rgba(102, 54, 149, 0.65));
  background-position: 0px 0px;
}

.signup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-text {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-header {
  margin-top: 0px;
  margin-bottom: 19px;
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #be85eb;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 100px 100px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/stack2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/stack2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-section {
  min-height: 600px;
  padding: 150px 150px 200px;
  background-image: linear-gradient(326deg, rgba(37, 33, 71, 0.86), rgba(102, 54, 149, 0.72)), url('../images/contact-bkgd.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.value-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.val-head-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #252147;
  background-image: linear-gradient(153deg, rgba(102, 48, 144, 0.1), #663090);
}

.value {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.val-txt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.val-text {
  margin-bottom: 0px;
  color: #333;
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(190, 133, 235, 0.78);
  border-radius: 7px;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(190, 133, 235, 0.64);
  border-radius: 7px;
  background-color: transparent;
}

.textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.77);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.77);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textarea::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.77);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.77);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.copyright {
  margin-top: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.link {
  color: #be85eb;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: 100px;
  margin-bottom: 30px;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), color-stop(42%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0) 42%);
}

.side_div_wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 70px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Lato, sans-serif;
}

.main_btns_wrapper {
  position: static;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 55px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.12);
}

.text-block-4 {
  line-height: 16px;
}

.main_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding: 10px 30px 10px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
  background-color: #663090;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.main_btn:hover {
  background-color: #be85eb;
  color: #252147;
}

.open_btn {
  display: none;
  margin-bottom: 0px;
  padding: 4px 7px;
  border-radius: 4px 0px 0px 4px;
  background-color: #252147;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
}

.open_btn:hover {
  background-color: #252147;
  color: #be85eb;
}

.leads-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 150px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252147;
  background-image: linear-gradient(138deg, rgba(37, 33, 71, 0.89), rgba(102, 54, 149, 0.65)), url('../images/contact-bkgd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.mbox2 {
  position: absolute;
}

.pbox2 {
  position: absolute;
}

.nbox2 {
  position: absolute;
}

.ibox2 {
  position: absolute;
}

.div-block-5 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: 130px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.practices-section-jm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 750px;
  padding: 150px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f5f8;
  background-image: linear-gradient(131deg, rgba(37, 33, 71, 0.69), rgba(102, 54, 149, 0.66)), url('../images/contact-bkgd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 7%
}

.image-18 {
  margin-bottom: 10px;
}

.apply-button {
  border-radius: 50px;
  background-color: #663695;
  background-image: linear-gradient(42deg, #252147, #663695);
}

.apply-button:hover {
  background-image: none;
}

.apply-button.nw {
  border-radius: 50px;
  background-color: #548da2;
  background-image: linear-gradient(62deg, #1d4959, #548da2);
}

.apply-button.nw:hover {
  background-image: none;
}

.apply-button.nw.large {
  padding: 12px 25px;
}

.apply-button.pei {
  border-radius: 50px;
  background-color: #6ba2dd;
  background-image: linear-gradient(64deg, #336090, #6ba2dd);
}

.apply-button.pei:hover {
  background-image: none;
}

.apply-button.large-purple {
  border-radius: 50px;
  background-color: #663695;
  background-image: linear-gradient(7deg, #252147, #663695);
}

.apply-button.large-purple:hover {
  background-image: none;
}

.apply-button.large-purple.big {
  padding: 12px 25px;
}

.apply-button.inland {
  background-color: #9d1f4c;
  background-image: linear-gradient(42deg, #5c0021, #9d1f4c);
}

.apply-button.la-jolla {
  background-color: #4b95e4;
  background-image: linear-gradient(42deg, #1b3857, #4b95e4);
}

.apply-button.la-jolla:hover {
  background-image: none;
}

.apply-button.pacific {
  background-color: #548da2;
  background-image: linear-gradient(42deg, #1e5366, #548da2);
}

.apply-button.pacific:hover {
  background-image: none;
}

.apply-button.retina {
  background-color: #e77c20;
  background-image: linear-gradient(42deg, #aa5207, #e77c20);
}

.apply-button.retina:hover {
  background-image: none;
}

.apply-button.pendleton {
  background-color: #6ba2dd;
  background-image: linear-gradient(42deg, #336090, #6ba2dd);
}

.apply-button.pendleton:hover {
  background-image: none;
}

.apply-button.minn {
    background-color: #0369a1;
     background-image: linear-gradient(42deg, #1b3857, #4b95e4);
  }

  .apply-button.minn:hover {
    background-image: none;
  }

.image-19 {
  margin-bottom: 10px;
}

.image-20 {
  max-width: 70%;
  margin-bottom: 10px;
}

.image-21 {
  max-width: 90%;
  margin-bottom: 10px;
}

.job-button-div-jm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-section-ip-jm {
  padding: 100px;
}

.why-50-50-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

.why-photo-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-text-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1d4959;
}

.why-photo-1 {
  width: 100%;
  background-image: url('../images/group-photo-with-happy-patient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-photo-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  background-color: #252147;
}

.why-photo-2 {
  width: 100%;
  background-image: url('../images/happy-staff-group-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-testimonials-section {
  min-height: 60vh;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 48, 144, 0.55)), to(rgba(102, 48, 144, 0.55))), url('../images/contact-bkgd.jpg');
  background-image: linear-gradient(180deg, rgba(102, 48, 144, 0.55), rgba(102, 48, 144, 0.55)), url('../images/contact-bkgd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.tabs {
  width: 100%;
  min-height: 500px;
}

.tabs-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.div-block-6 {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
}

.tab-link-tab-1 {
  padding: 10px 5px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  padding: 10px 5px;
  background-color: transparent;
}

.tab-link-tab-2 {
  padding: 10px 5px;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
}

.tab-link-tab-3 {
  padding: 10px 5px;
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
}

.tab-pane {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.tabs-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.whole-pane-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-style: italic;
}

.photo-div-left {
  width: 50%;
  background-image: url('../images/staff-hpto-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-div-left._2 {
  background-image: url('../images/staff-photo-3.png');
}

.photo-div-left._3 {
  background-image: url('../images/staff-photo-2.jpg');
}

.photo-div-left._4 {
  background-image: url('../images/staff-photo-4.jpg');
}

.photo-div-left._5 {
  background-image: url('../images/staff-photo-5.jpg');
}

.tab-link-tab-4 {
  padding: 10px 5px;
  background-color: transparent;
}

.tab-link-tab-4.w--current {
  background-color: transparent;
}

.tab-link-tab-5 {
  padding: 10px 5px;
  background-color: transparent;
}

.tab-link-tab-5.w--current {
  background-color: transparent;
}

.team-perks-section {
  padding: 100px;
}

.team-perks-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 200px;
  margin: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-jm {
  width: 100px;
  height: 100px;
  min-height: 100px;
  border-radius: 100%;
  background-color: #663695;
  background-image: url('../images/discounts-savings-icon.png'), linear-gradient(47deg, #252147, #663695);
  background-position: 50% 50%, 0px 0px;
  background-size: 55px, auto;
  background-repeat: no-repeat, repeat;
}

.icon-jm._2 {
  background-image: url('../images/continue-education-icon.png'), linear-gradient(47deg, #252147, #663695);
}

.icon-jm._3 {
  background-image: url('../images/life-assurance-icon.png'), linear-gradient(47deg, #252147, #663695);
}

.icon-jm._4 {
  background-image: url('../images/eye-exam-icon.png'), linear-gradient(47deg, #252147, #663695);
}

.icon-jm._5 {
  background-image: url('../images/med-care-icon.png'), linear-gradient(47deg, #252147, #663695);
}

.icon-jm._6 {
  background-image: url('../images/savings-icon.png'), linear-gradient(47deg, #252147, #663695);
}

.icon-jm._7 {
  background-image: url('../images/401k-paid-time-off-icon.png'), linear-gradient(47deg, #252147, #663695);
  background-size: auto 55px, auto;
}

.h5-icon {
  margin-bottom: 0px;
  color: #663090;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}

.image-21-2 {
  max-width: 100%;
  margin-bottom: 10px;
}

.image-20-2 {
  max-width: 90%;
  margin-bottom: 10px;
}

.image-21-3 {
  max-width: 90%;
  margin-bottom: 10px;
}

.image-21-4 {
  max-width: 100%;
  margin-bottom: 10px;
}

.job-feed-place-holder {
  padding: 50px;
  background-color: #fff;
}

.image-22 {
  width: 100%;
}

.job-opps-section {
  padding: 150px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/tech-background-pattern.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/tech-background-pattern.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.body-3 {
  font-family: Lato, sans-serif;
}

.side_div_wrapper{
  display: none !important;
}

@media screen and (min-width: 1440px) {
  .navbar-2 {
    background-color: hsla(0, 0%, 100%, 0.48);
  }

  .paragraph {
    line-height: 1.75em;
  }

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

  .button-2.reverse-jm {
    margin-top: 0px;
    background-color: #fff;
    background-image: none;
    color: #663695;
  }

  .button-2.reverse-jm:hover {
    background-image: linear-gradient(40deg, #252147, #663695);
    color: #fff;
  }

  .button-2.reverse-jm.marg {
    margin-right: 15px;
  }

  .circle-div.ip-jm {
    width: 175px;
    height: 175px;
    padding: 20px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: none;
  }

  .outer-circle.green.pe-trigger.ip-jm {
    width: 200px;
    height: 200px;
  }

  .outer-circle.green.ret-trig.ip-jm {
    width: 200px;
    height: 200px;
    background-color: #e77c20;
  }

  .outer-circle.red.netrigger.ip-jm {
    width: 200px;
    height: 200px;
  }

  .outer-circle.red.pacific-trig.ip-jm {
    width: 200px;
    height: 200px;
    background-color: #6eaeb6;
  }

  .outer-circle.mntrigger.ip-jm {
    width: 200px;
    height: 200px;
  }

  .outer-circle.inland-trigger {
    background-color: #9d1f4c;
  }

  .outer-circle.inland-trigger.ip-jm {
    width: 200px;
    height: 200px;
  }

  .outer-circle.la-jolla-trigger {
    background-color: #4b95e4;
  }

  .outer-circle.la-jolla-trigger.ip-jm {
    width: 200px;
    height: 200px;
  }

  .outer-circle.pendleton-trig.ip-jm {
    width: 200px;
    height: 200px;
    background-color: #6ba2dd;
  }

  .outer-circle.mntrigger.ip-jm{
    background-color: #0369a1;
  }

  .circle-wrapper.ip-jm {
    margin-bottom: 75px;
  }

  .circle-wrapper.ip-jm.bottom {
    margin-bottom: 75px;
  }

  .background-video-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), color-stop(34%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0) 34%);
  }

  .side_div_wrapper {
    bottom: 2%;
  }

  .practices-section-jm {
    min-height: 0px;
    padding-top: 7%;
    padding-bottom: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-18 {
    margin-bottom: 10px;
  }

  .apply-button {
    border-radius: 50px;
    background-color: #663695;
    background-image: linear-gradient(59deg, #252147, rgba(102, 54, 149, 0));
  }

  .apply-button:hover {
    background-image: none;
  }

  .apply-button.nw {
    background-color: #6093a5;
    background-image: linear-gradient(59deg, #1d4959, rgba(102, 54, 149, 0));
  }

  .apply-button.nw:hover {
    background-image: none;
  }

  .apply-button.pei {
    background-color: #6b9fd6;
    background-image: linear-gradient(59deg, #336090, rgba(102, 54, 149, 0));
  }

  .apply-button.pei:hover {
    background-image: none;
  }

  .apply-button.large-purple {
    padding: 12px 25px;
    font-size: 16px;
  }

  .apply-button.inland {
    background-color: #9d1f4c;
    background-image: linear-gradient(59deg, #580020, rgba(102, 54, 149, 0));
  }

  .apply-button.inland:hover {
    background-image: none;
  }

  .apply-button.la-jolla {
    background-color: #4b95e4;
    background-image: linear-gradient(59deg, #123f70, rgba(102, 54, 149, 0));
  }

  .apply-button.la-jolla:hover {
    background-image: none;
  }

  .apply-button.pacific {
    background-color: #6eaeb6;
    background-image: linear-gradient(59deg, #186974, rgba(102, 54, 149, 0));
  }

  .apply-button.retina {
    background-color: #e77c20;
    background-image: linear-gradient(59deg, #9b4a06, rgba(102, 54, 149, 0));
  }

  .apply-button.retina:hover {
    background-image: none;
  }

  .apply-button.pendleton {
    background-color: #6ba2dd;
    background-image: linear-gradient(59deg, #234c77, rgba(102, 54, 149, 0));
  }

  .apply-button.pendleton:hover {
    background-image: none;
  }

  .apply-button.minn {
    background-color: #0369a1;
    background-image: linear-gradient(59deg, #123f70, rgba(102, 54, 149, 0));
  }

  .apply-button.minn:hover {
    background-image: none;
  }

  .image-19 {
    margin-bottom: 10px;
  }

  .image-20 {
    max-width: 70%;
    margin-bottom: 10px;
  }

  .image-21 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .job-button-div-jm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .why-section-ip-jm {
    padding: 150px 100px;
  }

  .ip-why-wrapper-div {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .why-50-50-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 500px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .why-50-50-wrapper.bottom {
    margin-top: 0px;
  }

  .why-photo-left-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 75px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .why-text-right-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 50px;
    background-color: #1d4959;
  }

  .h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #333;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 400;
  }

  .why-photo-1 {
    width: 100%;
    background-image: url('../images/group-photo-with-happy-patient.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .why-photo-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .why-text-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 50px;
    background-color: #252147;
  }

  .why-photo-2 {
    width: 100%;
    background-image: url('../images/happy-staff-group-photo.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-testimonials-section {
    min-height: 75vh;
    padding: 150px 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 54, 149, 0.64)), to(rgba(102, 54, 149, 0.64))), url('../images/contact-bkgd.jpg');
    background-image: linear-gradient(180deg, rgba(102, 54, 149, 0.64), rgba(102, 54, 149, 0.64)), url('../images/contact-bkgd.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .team-testimonials-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs {
    width: 100%;
    max-width: 80%;
    min-height: 500px;
    margin-top: 50px;
  }

  .tabs-menu {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .div-block-6 {
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 100%;
    background-color: #fff;
  }

  .tab-link-tab-1 {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-1.w--current {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-2 {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-2.w--current {
    background-color: transparent;
  }

  .tab-link-tab-3 {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-3.w--current {
    background-color: transparent;
  }

  .tab-pane {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .tabs-content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .whole-pane-div {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .quote-text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0px 0px 75px 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
    line-height: 1.5em;
  }

  .photo-div-left {
    width: 50%;
    background-image: url('../images/staff-hpto-1.jpg');
    background-position: 50% 10%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .photo-div-left._2 {
    background-image: url('../images/staff-photo-3.png');
  }

  .photo-div-left._3 {
    background-image: url('../images/staff-photo-2.jpg');
  }

  .photo-div-left._4 {
    background-image: url('../images/staff-photo-4.jpg');
    background-position: 50% 50%;
  }

  .photo-div-left._5 {
    background-image: url('../images/staff-photo-5.jpg');
    background-position: 50% 15%;
  }

  .text-block-5 {
    font-size: 25px;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 400;
  }

  .tab-link-tab-4 {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-4.w--current {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-5 {
    padding: 10px 5px;
    background-color: transparent;
  }

  .tab-link-tab-5.w--current {
    background-color: transparent;
  }

  .team-perks-section {
    padding: 150px 100px;
  }

  .team-perks-wrapper-div {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .icons-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 250px;
    margin-top: 50px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 200px;
    margin: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .icon-jm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    min-height: 150px;
    margin-bottom: 10px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #663695;
    background-image: url('../images/discounts-savings-icon.png'), linear-gradient(63deg, #252147, #663695);
    background-position: 50% 50%, 0px 0px;
    background-size: 75px, auto;
    background-repeat: no-repeat, repeat;
  }

  .icon-jm._2 {
    background-image: url('../images/continue-education-icon.png'), linear-gradient(63deg, #252147, #663695);
  }

  .icon-jm._3 {
    background-image: url('../images/life-assurance-icon.png'), linear-gradient(63deg, #252147, #663695);
  }

  .icon-jm._4 {
    background-image: url('../images/eye-exam-icon.png'), linear-gradient(63deg, #252147, #663695);
  }

  .icon-jm._5 {
    background-image: url('../images/med-care-icon.png'), linear-gradient(63deg, #252147, #663695);
  }

  .icon-jm._6 {
    background-image: url('../images/savings-icon.png'), linear-gradient(63deg, #252147, #663695);
  }

  .icon-jm._7 {
    background-image: url('../images/401k-paid-time-off-icon.png'), linear-gradient(63deg, #252147, #663695);
    background-size: auto 75px, auto;
  }

  .h5-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #663695;
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
  }

  .image-21-2 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .image-20-2 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .image-21-3 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .image-21-4 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .job-feed-place-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .image-22 {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .nav-links-wrap {
    position: absolute;
    left: auto;
    top: 73px;
    right: 0%;
    bottom: auto;
    display: none;
    background-color: #fff;
  }

  .nav-link {
    text-align: left;
  }

  .icon {
    background-color: #663090;
    color: #fff;
  }

  .hero-wrapper {
    width: 90%;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .top-h1 {
    font-size: 75px;
    line-height: 75px;
  }

  .section-2 {
    min-height: 0vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .welcome-wrapper {
    width: 80%;
    padding-right: 0px;
    padding-left: 50px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 1.2em;
    text-align: center;
  }

  .heading-2.reverse {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .heading-2.reverse.left {
    text-align: left;
  }

  .lead-section {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .circle-div {
    width: 130px;
    height: 130px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .circle-div.pei {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .circle-div.il {
    padding-top: 7px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .circle-div.ip-jm {
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .outer-circle.green.pe-trigger {
    width: 140px;
    height: 140px;
    margin-left: 0px;
  }

  .outer-circle.green.ret-trig {
    width: 140px;
    height: 140px;
    margin-left: 0px;
  }

  .outer-circle.red.netrigger {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.red.ctrigger {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.red.pacific-trig {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.blue.ietrigger {
    width: 140px;
    height: 140px;
    margin-left: 0px;
  }

  .outer-circle.mntrigger {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.inland-trigger {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.la-jolla-trigger {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.pendleton-trig {
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .outer-circle.mntrigger{
    background-color: #0369a1;
    width: 140px;
    height: 140px;
    margin-right: 0px;
  }

  .circle-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .circle-wrapper.ip-jm {
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .circle-wrapper.ip-jm.bottom {
    margin-bottom: 30px;
  }

  .vision-purpose-section {
    padding: 100px 2px 100px 20px;
  }

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

  .v1.line {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vision-header {
    text-align: center;
  }

  .text-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .mtext {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .map-hover-blocl {
    left: 53px;
    display: none;
  }

  .signup-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .news-header {
    text-align: center;
  }

  .news-div {
    width: 100%;
  }

  .value-section {
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
  }

  .contact-section {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .side_div_wrapper {
    bottom: 62px;
  }

  .main_btns_wrapper {
    position: static;
    right: 0px;
    bottom: 30%;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    margin-right: 0px;
  }

  .leads-section {
    padding: 100px 2px 100px 20px;
  }

  .practices-section-jm {
    min-height: 0px;
    padding-top: 18%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding-top: 7%
  }

  .image-18 {
    max-width: 80%;
  }

  .image-19 {
    max-width: 80%;
  }

  .image-20 {
    max-width: 55%;
  }

  .image-21 {
    max-width: 75%;
  }

  .why-section-ip-jm {
    padding-right: 50px;
    padding-left: 50px;
  }

  .why-50-50-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-photo-left-div {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .why-text-right-div {
    width: 100%;
    min-height: 400px;
    padding: 20px;
  }

  .why-photo-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }

  .why-text-left {
    width: 100%;
    min-height: 400px;
    padding: 20px;
  }

  .team-testimonials-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs {
    min-height: 350px;
  }

  .quote-text-right {
    padding-left: 30px;
  }

  .team-perks-section {
    padding-right: 50px;
    padding-bottom: 80px;
    padding-left: 50px;
  }

  .icon-div {
    width: 150px;
    height: 175px;
  }

  .h5-icon {
    font-size: 16px;
  }

  .image-21-2 {
    max-width: 75%;
  }

  .image-20-2 {
    max-width: 55%;
  }

  .image-21-3 {
    max-width: 75%;
  }

  .image-21-4 {
    max-width: 75%;
  }

  .job-feed-place-holder {
    padding: 30px;
  }

  .job-opps-section {
    padding: 100px 50px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 35px;
    line-height: 35px;
  }

  .top-h1 {
    font-size: 55px;
    line-height: 55px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .button-2.reverse-jm.marg {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .outer-circle.green.pe-trigger {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .outer-circle.green.pe-trigger.ip-jm {
    margin: 20px;
  }

  .outer-circle.green.ret-trig {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .outer-circle.green.ret-trig.ip-jm {
    margin: 20px;
  }

  .outer-circle.red.netrigger {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .outer-circle.red.netrigger.ip-jm {
    margin: 20px;
  }

  .outer-circle.red.ctrigger {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .outer-circle.red.pacific-trig {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .outer-circle.red.pacific-trig.ip-jm {
    margin: 20px;
  }

  .outer-circle.blue.ietrigger {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .outer-circle.mntrigger {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .outer-circle.mntrigger.ip-jm {
    margin: 20px;
  }

  .outer-circle.inland-trigger {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .outer-circle.inland-trigger.ip-jm {
    margin: 20px;
  }

  .outer-circle.la-jolla-trigger {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .outer-circle.la-jolla-trigger.ip-jm {
    margin: 20px;
  }

  .outer-circle.pendleton-trig {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .outer-circle.pendleton-trig.ip-jm {
    margin: 20px;
  }

  .circle-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .circle-wrapper.ip-jm {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .circle-wrapper.ip-jm.bottom {
    margin-bottom: 0px;
  }

  .vision-purpose-section {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  .vision-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .v1 {
    width: 100%;
    padding-bottom: 0px;
  }

  .v1.line {
    width: 100%;
  }

  .text-wrapper {
    margin-bottom: 0px;
  }

  .locations {
    font-size: 20px;
  }

  .signup-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .value-section {
    padding: 50px 20px;
  }

  .contact-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .value-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .val-head-div {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .value {
    font-size: 18px;
    line-height: 18px;
  }

  .val-txt-wrapper {
    width: 100%;
    padding-right: 20px;
  }

  .side_div_wrapper {
    position: static;
  }

  .main_btns_wrapper {
    position: static;
    display: none;
    width: 100%;
  }

  .leads-section {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  .practices-section-jm {
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-button-div-jm {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .why-section-ip-jm {
    padding: 50px 20px;
  }

  .why-photo-left-div {
    padding-bottom: 30px;
  }

  .why-text-right-div {
    min-height: 350px;
  }

  .why-photo-right {
    padding-top: 10px;
  }

  .why-text-left {
    min-height: 350px;
  }

  .team-testimonials-section {
    min-height: 0vh;
    padding: 50px 20px;
  }

  .tabs {
    min-height: 300px;
  }

  .quote-text-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
  }

  .team-perks-section {
    padding: 50px 10px 30px;
  }

  .job-feed-place-holder {
    padding: 20px;
  }

  .job-opps-section {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .welcome-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 30px;
  }

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

  .heading-2.reverse {
    font-size: 32px;
  }

  .heading-2.reverse.left {
    text-align: center;
  }

  .v1.line {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .locations {
    font-size: 18px;
    line-height: 26px;
  }

  .signup-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-text {
    font-size: 16px;
    line-height: 30px;
  }

  .news-header {
    font-size: 32px;
  }

  .side_div_wrapper {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .main_btns_wrapper {
    display: block;
  }

  .main_btn {
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
  }

  .practices-section-jm {
    padding-top: 50px;
  }

  .why-photo-left-div {
    padding-bottom: 20px;
  }

  .why-text-right-div {
    min-height: 250px;
    padding: 0px;
  }

  .why-text-left {
    min-height: 250px;
    margin-top: 20px;
    padding: 0px;
  }

  .tabs {
    min-height: 550px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .whole-pane-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-text-right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }

  .photo-div-left {
    width: 100%;
    min-height: 250px;
  }

  .team-perks-section {
    padding-bottom: 75px;
  }
}

@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}