:root {
  --midnight-blue: #121c4d;
  --dark-slate-grey: #404040;
  --azure: #dceff6;
}

.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;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-top: 0;
  margin-bottom: -28px;
  margin-left: -28px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider.post {
  width: 65%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
}

.divider.j1 {
  margin-bottom: 70px;
}

.divider.v1 {
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.divider.v5 {
  max-width: 1200px;
  margin: 80px auto 0;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-top: 85px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  margin-top: 0;
}

.section.cc-home-wrap.blogrwrap {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container.cc-blog-detail {
  padding-top: 0;
}

.container.blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #121c4d;
  border: 1px solid #121c4d;
  height: 45px;
  margin-left: 50px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.trans {
  color: var(--midnight-blue);
  background-color: #fff;
  border: 1px solid #fff;
  height: 45px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
}

.button.cc-jumbo-button.trans:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.cc-jumbo-button.trans:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.centerred {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 1.5px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.button.cc-jumbo-button.centerred:hover {
  opacity: .54;
}

.button.cc-jumbo-button.centerred:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #121c4d;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity .475s;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--midnight-blue);
  opacity: .58;
}

.button.cc-contact-us.w--current {
  font-family: Montserrat, sans-serif;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.contactbt {
  background-color: #f33;
  margin-top: 8px;
  font-family: futura-pt;
  font-size: 13px;
  font-weight: 700;
}

.button.contactbt:hover {
  background-color: #000;
}

.button.emailbt {
  background-color: #f33;
  margin-top: 0;
  margin-left: 7px;
  font-family: futura-pt;
  font-size: 13px;
  font-weight: 700;
}

.button.emailbt:hover {
  background-color: #000;
}

.button._112121 {
  z-index: 5;
  background-color: #121c4d;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity .475s;
  position: relative;
}

.button._112121:hover {
  background-color: var(--midnight-blue);
  opacity: .58;
}

.button._112121.w--current {
  font-family: Montserrat, sans-serif;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .34;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
}

.rich-text {
  color: var(--dark-slate-grey);
  width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: futura-pt;
  font-size: 18px;
  font-weight: 400;
}

.rich-text p {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 25px;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-jumbo.blog-h {
  text-align: center;
}

.heading-jumbo-small {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: linotype-didot, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  z-index: 9999999;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  position: relative;
  inset: 0% 0 auto;
}

.navigation {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 2px 2px #f5f5f5;
}

.navigation-item {
  opacity: 1;
  color: var(--dark-slate-grey);
  letter-spacing: .5px;
  text-transform: none;
  padding: 9px 15px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition-property: none;
}

.navigation-item:hover {
  opacity: .64;
  color: var(--midnight-blue);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:focus {
  color: var(--midnight-blue);
  font-weight: 400;
}

.navigation-item:visited {
  color: var(--dark-slate-grey);
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--midnight-blue);
  text-align: left;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.first {
  padding-left: 0;
  font-size: 16px;
}

.navigation-item.last {
  padding-right: 28px;
}

.logo-image {
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Asset-6.svg'), linear-gradient(#00000080, #00000080), url('../images/San-Diego-Skyline.jpg');
  background-position: 90% 60%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 250px, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #0003;
  background-image: none;
  justify-content: center;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  text-align: left;
  width: 60%;
  margin-top: 458px;
  margin-bottom: 0;
}

.intro-content.blog {
  text-align: center;
  width: 100%;
}

.motto-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.motto-wrap.blog {
  margin-bottom: 35px;
}

.motto-wrap.jon90 {
  margin-bottom: 46px;
}

.motto-wrap.tes {
  margin-bottom: 48px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  color: #000;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  color: #000;
  background-image: url('../images/Path-1362.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 33px;
  font-family: futura-pt;
  font-size: 16px;
}

.text-field.cc-contact-field._10 {
  background-image: url('../images/Path-1358.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 8px;
}

.text-field.cc-contact-field._9 {
  background-image: url('../images/Path-1360.svg');
  background-position: 14px;
  background-size: 10px;
  margin-top: 8px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field._12 {
  background-image: url('../images/Path-1366.svg');
  background-position: 14px 11%;
  background-size: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-field.email-list {
  color: #000;
  background-image: url('../images/Path-1362.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 33px;
  font-family: futura-pt;
  font-size: 16px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 32px 0 0 auto;
  display: flex;
}

.contact-form.list-email {
  width: 65%;
  margin-left: 0;
}

.blog-detail-header-wrap {
  width: 80%;
  margin: 60px auto 12px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 271px;
  margin-bottom: 0;
}

.intro-text {
  width: 90%;
  margin-bottom: 35px;
  margin-left: 50px;
  margin-right: auto;
}

.text-block {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.decoline {
  text-align: left;
  background-color: #2ea7df;
  width: 50px;
  height: 4px;
  margin-top: 0;
  margin-bottom: 20px;
}

.decoline._1 {
  background-color: var(--azure);
  height: 3px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.decoline._2 {
  background-color: #f33;
  height: 3px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.decoline._2._123 {
  background-color: var(--azure);
}

.paragraph {
  color: #000;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.paragraph.phase {
  margin-top: 0;
  margin-bottom: 38px;
}

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

.section-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.content7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: 67px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.size1-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: linotype-didot, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.paragraph-70 {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 27px;
  margin-bottom: 21px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.paragraph-70.aboutext {
  margin-top: 0;
}

.paragraph-70.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.paragraph-70._643 {
  margin-bottom: 10px;
}

.content7-image {
  background-image: url('../images/Puzzle-Fits-Together.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 700px;
  height: 700px;
}

.content5-image {
  object-fit: fill;
  width: 50%;
}

.content5-content {
  width: 100%;
  margin-bottom: 36px;
}

.content5-grey-content {
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 67px 0 0;
  display: flex;
  position: relative;
}

.content5-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.executive-wrap {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.text-span {
  color: #f33;
  font-weight: 600;
}

.grid {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-3 {
  margin-left: -16px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  margin-top: 33px;
}

.image-4 {
  margin-bottom: 0;
  margin-left: 0;
}

.serv {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr 1fr;
}

.paragraph-72 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: -2px;
  font-family: futura-pt;
  font-size: 19px;
  font-weight: 400;
}

.text-block-4 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-right: 10px;
  font-family: futura-pt;
  font-size: 16px;
}

.link {
  color: #f33;
  text-align: left;
  margin-right: 10px;
  font-family: futura-pt;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

.link:hover {
  color: #000;
}

.div-block-3 {
  font-size: 17px;
  display: flex;
}

.collection-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.collection-list {
  margin-top: -12px;
  padding-top: 0;
}

.div-block-4 {
  height: auto;
}

.blackline {
  background-color: #000;
  width: 2px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  background-image: url('../images/Asset-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-2 {
  text-align: left;
  font-family: futura-pt;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.body {
  background-color: #fff;
  padding-bottom: 30px;
}

.contactpic {
  background-image: url('../images/Asset-9-100.jpg');
  background-position: 0%;
  background-size: cover;
}

.content5-grey-content-contact {
  opacity: 1;
  background-color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: 67px;
  padding: 47px 67px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content5-grid-contact {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
}

.executive-wrap-contact {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.content5-content-content {
  width: 100%;
  margin-bottom: 0;
}

.div-block-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-7 {
  width: 50%;
  padding-right: 8px;
}

.div-block-8 {
  width: 50%;
}

.section-3 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 73px;
  padding-right: 0;
}

.footer2-links-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: grid;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer2-link {
  opacity: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: futura-pt;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

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

.image-9 {
  margin-bottom: 0;
  margin-left: 0;
}

.image-10 {
  width: auto;
  height: 370px;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.paragraph-73 {
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: futura-pt;
  font-size: 15px;
  font-weight: 400;
}

.text-block-5 {
  color: #666;
  font-family: futura-pt;
  font-size: 15px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.paragraph-74 {
  color: #666;
  margin-bottom: 0;
  font-family: futura-pt;
  font-size: 19px;
}

.collection-item-2 {
  margin-bottom: 10px;
}

.email {
  width: 100%;
  padding-right: 0;
}

.footer4-icons-wrap {
  align-items: center;
  display: flex;
}

.footer4-icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.footer4-icon:hover {
  opacity: 1;
}

.image-13 {
  margin-bottom: 0;
  margin-left: 0;
}

.image-13.white {
  filter: contrast(200%) grayscale() invert();
}

.social {
  padding-right: 9px;
}

.social.per {
  margin-top: 9px;
  padding-right: 0;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 28px;
  display: flex;
}

.div-block-10.whitediv {
  margin-left: 50px;
  display: none;
}

.div-block-13 {
  background-color: #0000004d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.div-block-14 {
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: futura-pt;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-75 {
  color: #fff;
  text-align: center;
  margin-left: 216px;
  margin-right: 216px;
  font-family: futura-pt;
  font-size: 18px;
}

.author-details {
  color: #5d5d5d;
  align-items: center;
  margin-top: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.blog-post-title {
  color: #000;
  margin-bottom: 5px;
  font-family: futura-pt;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.read-post-button-mobile {
  z-index: 10;
  backface-visibility: hidden;
  transform-origin: 100%;
  background-image: linear-gradient(45deg, #b403d6, #8330dd);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 10px;
  text-decoration: none;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  transform: perspective(500px);
}

.read-post-button-mobile:hover {
  font-size: 15px;
}

.author-name {
  color: var(--dark-slate-grey);
  font-family: futura-pt;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.read-article-text {
  color: #fff;
  text-align: center;
  flex: none;
  width: 120px;
  font-family: futura-pt;
  font-weight: 700;
  transform: rotate(90deg);
}

.blog-post-details-wrapper {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -100px;
  padding: 28px 20px 28px 28px;
  display: flex;
  position: relative;
  box-shadow: -21px 0 34px -21px #0000008c;
}

.date-icon {
  background-color: #0000;
  width: 15px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
}

.blog-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 350px;
  min-height: 280px;
  margin-right: 35px;
  position: relative;
  overflow: hidden;
}

.blog-post-wrapper {
  perspective: 500px;
  color: #363636;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.date-row {
  border-top: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.read-post-button {
  z-index: 10;
  backface-visibility: hidden;
  transform-origin: 100%;
  background-color: #f33;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 10px;
  text-decoration: none;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  transform: perspective(500px);
}

.read-post-button:hover {
  font-size: 15px;
}

.blog-post-date {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1px;
  font-family: futura-pt;
  font-size: 10px;
  font-weight: 500;
  line-height: 9px;
}

.paragraph-76 {
  color: var(--dark-slate-grey);
  font-family: futura-pt;
  font-size: 19px;
}

.collection-item-4 {
  margin-bottom: 21px;
}

.background-video {
  height: 480px;
  margin-bottom: 44px;
}

.collection-list-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-animation-copy {
  z-index: 2147483647;
  background-color: #fff;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.link-3 {
  color: #f33;
  font-family: futura-pt;
  font-size: 15px;
  text-decoration: none;
}

.recaptcha {
  margin-bottom: 0;
}

.recaptcha-2 {
  margin-top: 8px;
  margin-bottom: 0;
}

.side-content-small {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 5.33333%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.side-content-small.flip {
  margin-left: 0%;
  margin-right: 5.33333%;
}

.side-content-small.c12 {
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 5.33333%;
}

.signature-text {
  color: #777;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.side-feature-media {
  flex: 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 30px;
}

.section-header {
  margin-top: 0;
}

.section-description {
  color: #777;
  font-size: 17px;
  line-height: 28px;
}

.side-frame {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-frame.van {
  flex-direction: row;
}

.frame {
  transform: translate(-30px, -30px);
  box-shadow: inset 0 0 0 8px #ffb567;
}

.frame.reversed {
  box-shadow: inset 0 0 0 8px var(--midnight-blue);
  transform: translate(30px, -30px);
}

.frame.jon6 {
  box-shadow: inset 0 0 0 8px var(--midnight-blue);
  margin-top: 37px;
  margin-bottom: 29px;
  transform: translate(30px, -30px);
}

.frame._5555 {
  box-shadow: inset 0 0 0 8px var(--midnight-blue);
  transform: translate(30px, -30px);
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.frame-image {
  transform: translate(30px, 30px);
}

.frame-image.reversed, .frame-image.va {
  margin-bottom: 0;
  margin-left: 0;
  transform: translate(-30px, 30px);
}

.button-2 {
  background-color: #f83f5a;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #ec2f4b;
}

.button-2.top-margin {
  margin-top: 16px;
}

.button-2.form-button {
  background-color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 13px;
  transition: opacity .475s;
}

.button-2.form-button:hover {
  opacity: .64;
}

.contact-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px;
  transform: translate(-30px, 30px);
}

.section-4 {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}

.section-4.grey-section {
  background-color: #f8f8f8;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.side-image-section {
  border-top: 1px solid #f0f0f0;
  justify-content: flex-end;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  display: flex;
}

.section-4.side-content-section {
  padding: 0;
  display: flex;
}

.contact-card-line-text {
  color: var(--dark-slate-grey);
  margin-top: 2px;
  margin-left: 12px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 20px;
}

.contact-card-line {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  transition-duration: .425s;
  display: flex;
}

.contact-card-line:hover {
  opacity: .56;
}

.divider-2 {
  background-color: #ffb567;
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.frame-card-big-map {
  height: 560px;
}

.section-5 {
  background-image: linear-gradient(#121c4de3, #121c4de3), url('../images/acoustic-guitar-close-up-on-beautiful-colored-background-scaled.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-14 {
  margin: 15px auto;
}

.advantages-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.thesis-holder {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.horizontal-line {
  border-top: 1.2px solid var(--midnight-blue);
  width: 30px;
  margin-top: 8px;
}

.thesis {
  color: var(--dark-slate-grey);
  letter-spacing: .1px;
  margin-left: 11px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 100%;
  display: inline;
}

.c02_check_wrap {
  margin-bottom: 35px;
}

.c02_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.check-icon {
  width: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 12px;
}

.c02_check_text {
  color: var(--dark-slate-grey);
  max-width: 560px;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}

.c06_link {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.c06_link_text {
  color: var(--midnight-blue);
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 300;
}

.link-4 {
  color: var(--midnight-blue);
  font-weight: 500;
  text-decoration: none;
}

.c06_link_arrow {
  filter: invert();
  width: 15px;
  margin-bottom: 0;
  margin-left: 0;
}

.text-span-2 {
  color: var(--midnight-blue);
  font-family: linotype-didot, sans-serif;
  font-weight: 700;
}

.parallax-section {
  z-index: 3;
  border-bottom: 4px #495144;
  height: 500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.parallax2 {
  background-image: url('../images/San-Diego-Skyline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.about-sec {
  padding: 100px 50px;
}

.jonathan {
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.button-wrapper.about {
  margin-top: 0;
}

.button-wrapper.prac {
  margin-top: 30px;
}

.button-3 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: flex;
  position: relative;
}

.button-3:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button-text {
  z-index: 10;
  position: relative;
}

.button-arrow {
  z-index: 10;
  width: 17px;
  margin-bottom: 0;
  margin-left: 10px;
  position: relative;
}

.button-background {
  background-color: var(--midnight-blue);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vanessa {
  background-color: #0000;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-77 {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.tab-grid {
  grid-template-rows: auto;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  padding-left: 0;
  padding-right: 0;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.tabs-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 500px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.animation-block {
  border-radius: 25px;
  width: 50%;
}

.standard-tab {
  opacity: .96;
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: linotype-didot, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.standard-tab.w--current {
  border-bottom: 2px solid var(--azure);
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  padding: 15px;
  position: relative;
}

.text-block-7 {
  margin-right: 14px;
}

.load-bar {
  background-color: #7839f3;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.image-15 {
  margin-bottom: 0;
  margin-left: 0;
}

.p1 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: linotype-didot, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
}

.li1 {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.li1.aboutext {
  margin-top: 0;
}

.li1.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.li2 {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.li2.aboutext {
  margin-top: 0;
}

.li2.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.list-item {
  margin-bottom: 0;
}

.list {
  margin-top: 10px;
}

.list.sub, .list.sub2, .list.dub4 {
  margin-top: 0;
}

.list-2 {
  margin-top: 27px;
  padding-left: 20px;
}

.accordion-item-trigger {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.heading-4 {
  color: var(--dark-slate-grey);
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}

.heading-4.sub3 {
  margin-top: 0;
}

.image-16 {
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 6px;
}

.icon {
  opacity: .52;
  margin: -3px 0 0 4px;
  position: static;
}

.request-block-half {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.input {
  color: var(--dark-slate-grey);
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  transition: border-color .3s;
}

.input:focus {
  border-color: #ddd;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input.text-area.big {
  min-height: 184px;
}

.form-label {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 8px;
  font-family: linotype-didot, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.request {
  padding-left: 16.66%;
  padding-right: 16.66%;
}

.request-block-full {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.grey-text {
  color: #777;
}

.request-form {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-error {
  color: #f83f5a;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.select {
  color: var(--dark-slate-grey);
  border: 1px solid #e4e4e4;
  border-radius: 0;
  height: 48px;
  margin-bottom: 24px;
  font-family: brandon-grotesque, sans-serif;
}

.c1 {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 39px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.c1.aboutext {
  margin-top: 0;
}

.c1.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.side-content-wrapper-50 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.side-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
}

.side-map {
  flex: 0 auto;
  width: 50%;
  height: 640px;
}

.html-embed {
  width: 50%;
}

.f07_bottom_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f07_legal {
  color: #fff;
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.f07_social_wrap {
  align-items: center;
  display: flex;
}

.f07_social_circle {
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.f07_social_icon {
  filter: contrast(200%) contrast(200%) invert();
  width: 15px;
  margin-bottom: 0;
  margin-left: 0;
}

.f07_social_link {
  position: absolute;
  inset: 0%;
}

.image-17 {
  margin-bottom: 0;
  margin-left: 0;
}

.side-image-wrapper {
  width: 50%;
}

.side-image-wrapper.padding-right {
  padding-right: 0;
}

.side-review-author-info {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.side-review-author {
  color: #777;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 24px;
}

.review-text {
  color: #777;
  margin-top: 8px;
}

.side-review-arrow-button {
  float: left;
  opacity: .56;
  border: 2px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  display: flex;
  position: relative;
}

.side-review-arrow-button.second-button {
  opacity: .57;
  margin-left: -2px;
}

.side-review-avatar {
  float: left;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.side-review-slide {
  min-height: 208px;
}

.side-image {
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.side-image.image-2 {
  background-image: url('../images/Business-Lawyer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
}

.side-review-slider {
  background-color: #0000;
  height: auto;
}

.side-content-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-content-wrapper.right {
  padding-left: 50px;
  padding-right: 0;
}

.side-review-author-name {
  color: #111;
  margin-bottom: -4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.side-content-big {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin: 120px auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-18, .image-19 {
  margin-bottom: 0;
  margin-left: 0;
}

.s1 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 29px;
  margin-bottom: 0;
  font-family: linotype-didot, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
}

.s2 {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.s2.aboutext {
  margin-top: 0;
}

.s2.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.s3 {
  opacity: 1;
  color: var(--dark-slate-grey);
  height: 140px;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  overflow: scroll;
}

.s3.aboutext {
  margin-top: 0;
}

.s3.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.jon1 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jon1.van {
  flex-direction: row;
}

.jon2 {
  opacity: 1;
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.jon2.aboutext {
  margin-top: 0;
}

.jon2.testimonials {
  margin-top: 24px;
  margin-bottom: 0;
}

.jon3 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 60px;
  position: relative;
}

.jon3.flip {
  margin-left: 0%;
  margin-right: 5.33333%;
}

.side4 {
  flex: 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 30px;
}

.jon5 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 375px;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.jon5.flip {
  margin-left: 0%;
  margin-right: 5.33333%;
}

.bio {
  flex: 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 0;
}

.bio2 {
  margin-top: 0;
  margin-bottom: 19px;
}

.titlejon {
  color: var(--midnight-blue);
  margin-bottom: 4px;
  font-family: linotype-didot, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.titlejon._555 {
  margin-top: 22px;
}

._123 {
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

._1234 {
  width: 20px;
  margin: 9px 12px 0 0;
}

.lectures {
  color: #0d2081;
  margin-top: 8px;
  padding-left: 20px;
}

.about-sec-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bio-jon {
  padding-top: 178px;
  padding-bottom: 48px;
}

.ab2 {
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

._234 {
  width: 20px;
  margin: 9px 12px 0 0;
}

.parallax3 {
  background-image: url('../images/1885600762-huge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.navigation-item-2 {
  opacity: 1;
  color: #4e4e4e;
  letter-spacing: .5px;
  text-transform: none;
  padding: 9px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item-2:hover {
  opacity: .9;
  color: #000;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2:focus {
  color: #013263;
  font-weight: 400;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #000;
  font-weight: 400;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #40a94f;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.down {
  display: none;
}

.dropdown-list {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.dropdown-innerlist {
  box-shadow: none;
  color: #fff;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.dropdowncontainer {
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.navlink {
  color: #747474;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.navlink:hover {
  color: #40a94f;
  text-align: left;
}

.navlink.w--current {
  color: #013263;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.sub {
  color: var(--dark-slate-grey);
  letter-spacing: .5px;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.navlink.sub:hover {
  color: var(--midnight-blue);
  text-decoration: none;
}

.navlink.sub.w--current {
  color: #013263;
}

.dropdownlink-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-span-3 {
  font-weight: 500;
}

.contact-card-line-2 {
  align-items: flex-start;
  margin-top: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition-duration: .525s;
  display: flex;
}

.contact-card-line-2:hover {
  opacity: .58;
}

.contact-card-line-2._34321 {
  margin-top: 0;
}

.contact-card-line-text-2 {
  color: var(--dark-slate-grey);
  margin-top: 2px;
  margin-left: 12px;
  font-size: 19px;
  line-height: 20px;
}

.image-20 {
  margin-left: 0;
}

.contact-card-line-2-copy {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition-duration: .525s;
  display: flex;
}

.contact-card-line-2-copy:hover {
  opacity: .58;
}

.steps {
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.step {
  text-align: left;
  border: 1px solid #fff;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 40px 24px;
}

.step.white-step {
  background-color: #fff;
  border-color: #e4e4e4;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
}

.yellow-text {
  color: #87c1d6;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.grey-text {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 50px 90px;
  display: flex;
}

.title {
  color: var(--midnight-blue);
  margin-top: 0;
  font-family: linotype-didot, sans-serif;
  font-weight: 700;
}

.image-21 {
  border: 10px solid var(--azure);
  margin-top: 38px;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-15 {
  background-image: url('../images/61523395573__72019E43-B309-450B-A46E-15E789D2F1F8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 33px;
}

.html-embed-2 {
  text-align: center;
  margin-top: 48px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
}

._12131231 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

._12131231.cc-blog-detail {
  padding-top: 0;
}

._12131231.blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="animation-wrappr-2"] {
  height: 100vh;
}

html.w-mod-js [data-ix="new-interaction"] {
  transform: translate(0, 330px);
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: 35px;
    margin-right: 35px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap {
    margin-left: 35px;
    margin-right: 35px;
  }

  .section.cc-home-wrap.blogrwrap, .section.cc-store-home-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }

  .container.cc-blog-detail {
    max-width: none;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 200px;
    margin-bottom: 10px;
  }

  .button.cc-jumbo-button.trans {
    margin-left: 0;
  }

  .button.cc-contact-us {
    text-align: center;
    align-self: flex-end;
    width: 150px;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: 25px;
    display: block;
  }

  .button._112121 {
    text-align: center;
    align-self: flex-end;
    width: 30%;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    font-size: 28px;
    line-height: 40px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu-icon.mobile {
    margin-bottom: 0;
    margin-left: 0;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation {
    padding: 25px 35px;
  }

  .navigation-item {
    text-align: right;
    padding: 15px 25px 4px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.first {
    text-align: right;
    padding-bottom: 4px;
    padding-right: 25px;
  }

  .navigation-item.first.w--current {
    padding-right: 25px;
  }

  .navigation-item.last {
    padding-bottom: 21px;
    padding-right: 25px;
  }

  .navigation-item.ppq {
    padding-top: 2px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    text-align: right;
    background-color: #fff;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-image: url('../images/Asset-6.svg'), linear-gradient(to bottom, null, null), url('../images/San-Diego-Skyline.jpg');
    background-size: 200px, auto, cover;
    margin-bottom: 0;
  }

  .intro-content.cc-homepage {
    flex-direction: column;
    display: flex;
  }

  .motto-wrap {
    margin-bottom: 40px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .blog-detail-header-wrap {
    width: 80%;
    margin-left: auto;
  }

  .home-content-wrap {
    margin-top: 40px;
  }

  .intro-text {
    width: auto;
    margin-bottom: 25px;
  }

  .text-block-2 {
    text-align: center;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline._2._123._09 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    font-size: 18px;
  }

  .section-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .content7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .size1-text {
    font-size: 28px;
    line-height: 40px;
  }

  .size1-text.us {
    margin-bottom: 11px;
  }

  .paragraph-70 {
    font-size: 18px;
  }

  .content7-image {
    width: 100%;
    height: auto;
    min-height: 460px;
  }

  .content5-image {
    width: 70%;
  }

  .content5-content {
    text-align: center;
  }

  .content5-grey-content {
    width: 100%;
    padding-right: 0;
  }

  .content5-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .executive-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .serv {
    line-height: 40px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr;
  }

  .paragraph-72 {
    font-size: 18px;
  }

  .blackline {
    display: none;
  }

  .link-2 {
    font-size: 17px;
  }

  .contactpic {
    background-position: 19%;
  }

  .content5-grey-content-contact {
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 17px;
  }

  .content5-grid-contact {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
  }

  .section-3 {
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 24px;
  }

  .footer2-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .image-10 {
    width: 80%;
    height: auto;
  }

  .div-block-9 {
    align-items: flex-start;
  }

  .paragraph-74 {
    font-size: 18px;
  }

  .image-11 {
    margin-left: -297px;
    display: none;
  }

  .image-12 {
    display: none;
  }

  .div-block-10.whitediv {
    margin-top: 0;
  }

  .heading-2 {
    margin-top: 69px;
  }

  .paragraph-75 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .read-post-button-mobile {
    background-image: linear-gradient(#f33, #f33);
    left: -50px;
  }

  .blog-post-details-wrapper {
    width: 100%;
    max-width: 90%;
    margin-left: -35px;
  }

  .blog-post-image {
    display: block;
  }

  .blog-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-2 {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .side-content-small {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.flip {
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.c12 {
    text-align: center;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-feature-media {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 30px;
  }

  .section-description {
    font-size: 15px;
  }

  .side-frame, .side-frame.van {
    flex-direction: column-reverse;
  }

  .frame {
    transform: translate(-20px, -20px);
    box-shadow: inset 0 0 0 6px #ffb567;
  }

  .frame.reversed, .frame.jon6 {
    transform: translate(20px, -20px);
  }

  .frame._5555 {
    margin-bottom: 40px;
    transform: translate(20px, -20px);
  }

  .frame-image {
    transform: translate(20px, 20px);
  }

  .frame-image.reversed {
    transform: translate(-20px, 20px);
  }

  .frame-image.va {
    margin-bottom: 41px;
    transform: translate(-20px, 20px);
  }

  .contact-card {
    padding: 16px;
    transform: translate(-20px, 20px);
  }

  .section-4 {
    padding: 100px 8px;
  }

  .section-4.grey-section {
    padding-top: 76px;
    padding-bottom: 61px;
  }

  .section-4.side-image-section {
    flex-direction: column;
  }

  .section-4.side-content-section {
    flex-direction: column;
    justify-content: center;
  }

  .contact-card-line {
    justify-content: center;
  }

  .divider-2 {
    width: 60px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .c02_check_text.h {
    text-align: left;
  }

  .about-sec {
    padding-bottom: 66px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .tabs-content {
    padding-top: 0;
  }

  .content-block {
    padding: 20px 10px;
  }

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

  .p1.us {
    margin-bottom: 11px;
  }

  .li1, .li2 {
    font-size: 18px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-bottom: 0;
  }

  .request {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .c1 {
    font-size: 18px;
  }

  .side-content-wrapper-50 {
    flex-direction: column;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-content {
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-map {
    height: 536px;
  }

  .html-embed {
    width: 100%;
    height: 350px;
  }

  .side-image-wrapper.padding-right {
    width: 100%;
    padding-right: 0;
  }

  .side-review-author {
    display: block;
  }

  .side-review-slide {
    min-height: 0;
  }

  .side-image {
    min-height: 600px;
  }

  .side-image.image-2 {
    min-height: 500px;
  }

  .side-review-slider {
    width: 100%;
  }

  .side-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-content-wrapper.right {
    padding-right: 4%;
  }

  .side-content-big {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

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

  .s1.us {
    margin-bottom: 11px;
  }

  .s2, .s3 {
    font-size: 18px;
  }

  .jon1 {
    flex-direction: row-reverse;
  }

  .jon2 {
    font-size: 18px;
  }

  .jon3 {
    width: 60%;
    margin-left: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
  }

  .side4 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 30px;
  }

  .jon5 {
    width: 44%;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bio {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bio-jon {
    padding-left: 30px;
    padding-right: 30px;
  }

  .parallax3 {
    background-attachment: scroll;
    height: 500px;
  }

  .slide {
    position: relative;
  }

  .navigation-item-2 {
    text-align: right;
    padding: 15px 0 4px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .navigation-item-2.about {
    padding: 9px 12px 11px 0;
  }

  .down {
    color: var(--midnight-blue);
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    display: flex;
  }

  .dropdown-list {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .dropdowncontainer {
    color: #000;
    background-color: #f3f3f3;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dropdownwrapper {
    padding-top: 15px;
  }

  .navlink {
    color: #333;
    flex: 1;
    padding: 10px 25px 10px 0;
    font-weight: 300;
  }

  .navlink:hover {
    color: #40a94f;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: #333;
    flex: 1;
    align-self: flex-end;
    padding: 7px 25px 7px 0;
    font-weight: 300;
    display: block;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .dropdownlink-container {
    justify-content: flex-end;
    align-items: stretch;
    padding-right: 25px;
    display: flex;
  }

  .step {
    flex-basis: 30%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._12131231.cc-blog-detail {
    max-width: none;
  }

  .image-22, .image-23, .image-24 {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .divider.v5 {
    margin-top: 50px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
  }

  .section.cc-home-wrap.blogrwrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.cc-store-home-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-jumbo-button.centerred.cont {
    margin-left: 0;
    margin-right: 0;
  }

  .button.cc-contact-us {
    width: 35%;
    margin-right: 25px;
  }

  .button._112121 {
    width: 35%;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  .label.cc-light {
    text-align: center;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    font-size: 25px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    margin-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    padding-left: 30px;
    padding-right: 25px;
  }

  .navigation-item.w--current, .navigation-item.first {
    padding-right: 25px;
  }

  .navigation-item.first.w--current {
    padding-left: 30px;
  }

  .navigation-item.last {
    padding-right: 25px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: 550px;
  }

  .intro-header.cc-subpage {
    height: 300px;
    padding-top: 0;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 80%;
    margin-top: 84px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea, .text-field.email-list {
    text-align: left;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-bottom: 0;
  }

  .intro-text {
    margin-left: 30px;
  }

  .decoline._2, .decoline._2._123 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    margin-top: -38px;
  }

  .section-2 {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content7-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    max-width: none;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .size1-text {
    text-align: center;
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 42px;
  }

  .paragraph-70, .paragraph-70.aboutext, .paragraph-70.testimonials {
    text-align: center;
  }

  .content7-image {
    height: 300px;
    min-height: 0;
    margin-top: 8px;
  }

  .content5-content {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .content5-grey-content {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .content5-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .executive-wrap {
    margin-top: 67px;
  }

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

  .image-3 {
    margin-bottom: 0;
    margin-left: 0;
  }

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

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

  .contactpic {
    width: 70%;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .content5-grey-content-contact {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .content5-grid-contact {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .executive-wrap-contact {
    margin-top: 57px;
  }

  .section-3 {
    margin-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer2-links-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .image-10 {
    width: 70%;
  }

  .div-block-9 {
    align-items: center;
  }

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

  .div-block-10.whitediv {
    margin-left: 30px;
  }

  .div-block-11 {
    margin-top: 27px;
  }

  .paragraph-75 {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post-title {
    font-size: 19px;
    line-height: 35px;
  }

  .blog-post-details-wrapper {
    max-width: 90%;
    margin-left: -75%;
  }

  .blog-post-image {
    min-width: 100%;
    min-height: 330px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .blog-post-wrapper {
    flex: 1;
  }

  .paragraph-76 {
    font-size: 18px;
  }

  .background-video {
    height: 300px;
  }

  .side-content-small {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-feature-media {
    flex: 1;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .frame.jon6 {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.side-content-section {
    flex-direction: column;
  }

  .contact-card-line-text {
    font-size: 18px;
  }

  .divider-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .frame-card-big-map {
    height: 440px;
  }

  .thesis {
    font-size: 16px;
  }

  .parallax-section {
    height: auto;
  }

  .parallax2 {
    height: 300px;
  }

  .about-sec {
    padding: 50px 30px;
  }

  .button-3 {
    font-size: 14px;
  }

  .tab-grid {
    flex-direction: column;
  }

  .tabs-content {
    margin-top: 19px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .animation-block {
    width: 100%;
  }

  .standard-tab {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .content-block {
    align-items: center;
    width: 100%;
  }

  .p1 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 42px;
  }

  .li1.aboutext, .li1.testimonials, .li2.aboutext, .li2.testimonials {
    text-align: center;
  }

  .li2._33 {
    text-align: left;
  }

  .request-block-half {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    padding-bottom: 0;
  }

  .request, .request-block-full {
    padding-left: 8px;
    padding-right: 8px;
  }

  .c1.aboutext, .c1.testimonials {
    text-align: center;
  }

  .side-content-wrapper-50 {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .side-content {
    width: 100%;
  }

  .html-embed {
    height: 300px;
  }

  .side-image-wrapper {
    width: 100%;
  }

  .side-image {
    height: 400px;
    min-height: 0;
  }

  .side-image.image-2 {
    height: 300px;
    min-height: 0;
  }

  .side-review-slider {
    text-align: center;
    align-self: center;
  }

  .side-content-wrapper {
    text-align: center;
    flex: 0 auto;
    margin-left: 0;
    padding-top: 54px;
    padding-bottom: 80px;
  }

  .side-content-wrapper.right {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-content-big {
    align-items: center;
    width: 50%;
    margin: 0 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .s1 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 42px;
  }

  .s2, .s2.aboutext, .s2.testimonials, .s3.aboutext, .s3.testimonials {
    text-align: center;
  }

  .jon1 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .jon2.aboutext, .jon2.testimonials {
    text-align: center;
  }

  .jon3 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .side4 {
    flex: 1;
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .jon5 {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bio {
    flex: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bio-jon {
    padding-bottom: 41px;
  }

  .parallax3 {
    height: 300px;
  }

  .text-block-8 {
    text-align: center;
  }

  .navigation-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item-2.w--current {
    padding-right: 25px;
  }

  .down {
    width: auto;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .dropdowncontainer {
    display: none;
  }

  .contact-card-line-2._34321 {
    flex-direction: row;
    align-items: flex-start;
  }

  .contact-card-line-text-2 {
    font-size: 18px;
  }

  .step {
    flex-basis: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-15 {
    height: 300px;
  }

  .html-embed-2 {
    margin-top: 12px;
    margin-bottom: 22px;
  }

  ._12131231 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider.post {
    margin-left: auto;
    margin-right: auto;
  }

  .divider.j1 {
    margin-bottom: 50px;
  }

  .divider.v1, .divider.v5 {
    margin-top: 40px;
  }

  .section, .section.cc-home-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section.cc-home-wrap.blogrwrap {
    padding-bottom: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }

  .container, .container.blog {
    padding-top: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 50%;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.cc-jumbo-button.trans {
    margin-bottom: 22px;
    margin-left: 0;
    display: inline-block;
  }

  .button.cc-contact-us {
    width: 80%;
  }

  .button._112121 {
    width: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
    margin-bottom: 27px;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-jumbo.blog-h {
    margin-top: 80px;
  }

  .heading-jumbo-small {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navigation-item, .navigation-item.first, .navigation-item.last {
    padding-right: 25px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-image: url('../images/Asset-6.svg'), linear-gradient(#00000091, #00000091), url('../images/San-Diego-Skyline.jpg');
    background-position: 90% 60%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 200px, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: 70vh;
    margin-bottom: 0;
  }

  .intro-header.cc-subpage {
    height: 250px;
  }

  .intro-content.cc-homepage {
    width: 90%;
    margin-top: 128px;
    margin-bottom: 0;
    line-height: 24px;
  }

  .contact-form.list-email {
    width: 100%;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .intro-text {
    margin-bottom: 0;
    margin-left: 30px;
  }

  .text-block-2 {
    letter-spacing: 0;
    width: 100%;
  }

  .decoline._2._123 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content7-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .size1-text {
    font-size: 20px;
  }

  .content5-image {
    width: 100%;
    height: auto;
  }

  .content5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .executive-wrap {
    margin-top: 51px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .serv {
    font-size: 16px;
    line-height: 26px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .text-block-4 {
    font-size: 14px;
  }

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

  .div-block-3.foot {
    justify-content: center;
  }

  .collection-list {
    margin-top: -17px;
  }

  .div-block-5 {
    width: 100%;
    height: 300px;
    padding-right: 0;
    display: none;
  }

  .link-2 {
    text-align: center;
    font-size: 16px;
  }

  .content5-grid-contact {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer2-links-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer2-links-wrap {
    align-items: center;
  }

  .image-10 {
    display: none;
  }

  .text-block-5, .collection-list-wrapper-2 {
    text-align: center;
  }

  .footer4-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-10.whitediv {
    margin-left: 30px;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .div-block-12 {
    width: 55px;
  }

  .div-block-13 {
    height: 300px;
  }

  .div-block-14 {
    height: 300px;
    padding-top: 45px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-75 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .author-details {
    margin-top: 5px;
  }

  .blog-post-title {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .read-post-button-mobile {
    padding-left: 10px;
  }

  .blog-post-details-wrapper {
    margin-left: -88%;
  }

  .blog-post-image {
    opacity: 1;
    min-height: 0;
    display: block;
  }

  .blog-post-wrapper {
    padding-left: 0;
  }

  .date-row {
    margin-bottom: 5px;
  }

  .collection-item-4 {
    margin-bottom: 0;
  }

  .background-video {
    height: 250px;
    margin-bottom: 21px;
  }

  .side-content-small {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-feature-media {
    width: 50%;
  }

  .side-frame {
    flex-direction: column-reverse;
  }

  .section-4.grey-section {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.side-image-section {
    flex-direction: column;
  }

  .contact-card-line-text {
    text-align: center;
    margin-left: 5px;
  }

  .contact-card-line {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-card-big-map {
    height: 280px;
  }

  .section-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-14 {
    margin-bottom: 39px;
  }

  .c02_check {
    align-items: flex-start;
  }

  .check-icon {
    margin-top: 5px;
  }

  .c02_check_text._44 {
    text-align: left;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .parallax2 {
    height: 250px;
  }

  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    margin-top: 0;
    padding-top: 20px;
  }

  .standard-tab {
    opacity: 1;
    color: #000;
    text-align: center;
    padding: 8px 0;
  }

  .standard-tab.w--current {
    color: #00196d;
    padding: 8px 0;
  }

  .content-block {
    padding-bottom: 0;
  }

  .p1 {
    font-size: 20px;
  }

  .request-block-half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .request-block-full {
    padding-left: 0;
    padding-right: 0;
  }

  .request-form {
    flex-direction: column;
    align-items: stretch;
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-content-wrapper-50 {
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-content {
    align-items: center;
    width: 100%;
    margin-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-map, .html-embed {
    width: 100%;
    height: 280px;
  }

  .f07_legal {
    text-align: center;
    font-size: 13px;
  }

  .side-review-arrow-button {
    margin-left: 0;
    margin-right: 0;
  }

  .side-review-arrow-button.second-button {
    margin-right: 0;
  }

  .side-review-slide {
    width: 100%;
    margin-bottom: 24px;
  }

  .side-image.image-2 {
    height: 280px;
  }

  .side-review-slider {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .side-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-content-big {
    align-items: center;
    width: 100%;
  }

  .s1 {
    font-size: 20px;
  }

  .s2 {
    width: 100%;
  }

  .jon1 {
    flex-direction: column-reverse;
  }

  .jon3 {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .side4 {
    width: 100%;
  }

  .jon5 {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bio {
    width: 100%;
  }

  .titlejon {
    text-align: left;
  }

  .bio-jon {
    padding-top: 141px;
  }

  .parallax3 {
    height: 250px;
  }

  .slide, .mask {
    width: 100%;
  }

  .navigation-item-2, .navigation-item-2.w--current {
    padding-right: 0;
  }

  .navigation-item-2.about {
    padding-bottom: 9px;
  }

  .dropdownlink-container {
    padding-top: 7px;
  }

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

  .step {
    padding-left: 8%;
    padding-right: 8%;
  }

  .step.white-step {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-6 {
    padding-bottom: 41px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title {
    line-height: 30px;
  }

  .div-block-15 {
    height: 25vh;
  }

  ._12131231, ._12131231.blog {
    padding-top: 0;
  }

  .image-22, .image-23, .image-24 {
    margin-bottom: 6px;
  }
}

#w-node-_852dfffb-8442-d189-5d93-eb28db409d89-57aa67df {
  order: 9999;
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_852dfffb-8442-d189-5d93-eb28db409d7f-57aa67df {
  grid-area: 1 / 1 / 2 / 8;
}

@media screen and (max-width: 991px) {
  #w-node-_852dfffb-8442-d189-5d93-eb28db409d89-57aa67df {
    grid-column: 3 / 9;
  }

  #w-node-_852dfffb-8442-d189-5d93-eb28db409d7f-57aa67df {
    grid-column-end: 6;
  }

  #w-node-f333f78d-4a9c-e8ca-1ee3-65de75afdceb-57aa67df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f333f78d-4a9c-e8ca-1ee3-65de75afdced-57aa67df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75337550-85a9-e289-b278-c927d856f53c-57aa67df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_75337550-85a9-e289-b278-c927d856f53e-57aa67df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ceb83f31-3b46-5d90-25f2-6144cd6f6bc4-57aa67df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ceb83f31-3b46-5d90-25f2-6144cd6f6bc6-57aa67df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eafd9130-703d-ed34-238e-0e066183a325-57aa67df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eafd9130-703d-ed34-238e-0e066183a327-57aa67df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f7208ec1-afca-3574-fd36-11427c41139d-57aa67df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f7208ec1-afca-3574-fd36-11427c41139f-57aa67df {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_852dfffb-8442-d189-5d93-eb28db409d89-57aa67df {
    order: 9999;
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_852dfffb-8442-d189-5d93-eb28db409d7f-57aa67df {
    grid-area: 2 / 1 / 3 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_852dfffb-8442-d189-5d93-eb28db409d89-57aa67df, #w-node-_852dfffb-8442-d189-5d93-eb28db409d7f-57aa67df {
    grid-column: span 4 / span 4;
  }
}


