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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  position: relative;
  margin: 200px 30px -57px;
  text-align: justify;
}

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

.section.cc-home-wrap {
  margin-bottom: -130px;
}

.section.cc-store-home-wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.paragraph-bigger.cc-bigger-light {
  position: relative;
  left: -86px;
  display: block;
  overflow: visible;
  width: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.6;
  font-size: 50px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  white-space: pre;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-bottom: 0px;
  opacity: 0.6;
  font-size: 30px;
  font-weight: 400;
}

.button {
  margin-top: 38px;
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #f79702;
  background-image: url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-size: 662%;
  opacity: 1;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.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 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  background-color: #fff;
  color: #000;
}

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

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

.button.cc-contact-us {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: block;
  clear: both;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 14px;
}

.button.cc-contact-us.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  position: relative;
  top: 0px;
  margin-top: -19px;
  opacity: 0.6;
  color: #000;
  font-size: 21px;
  font-weight: 900;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.paragraph-light {
  margin-top: 29px;
  padding-left: 0px;
  opacity: 0.6;
  font-weight: 400;
  text-align: left;
}

.heading-jumbo {
  overflow: visible;
  margin-top: -150px;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  position: relative;
  margin-top: 60px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.walkout {
  position: relative;
  display: block;
  height: 450px;
  margin-top: 32px;
  margin-bottom: 0px;
  padding: 30px;
  -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: #1a1b1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/Rise-for-DACAUSE.jpg'), url('../images/DACA-Walkout-2.jpg'), url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/Rise-for-DACAUSE.jpg'), url('../images/DACA-Walkout-2.jpg'), url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg');
  background-position: 0px 0px, 0px -317px, 25px -1060px, 0px 0px;
  background-size: auto, cover, cover, cover;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.menu.navigation-item.navigation-items {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: relative;
  bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.menu-button.menu-icon.navigation-items-copy.navigation-items {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: default;
}

.logo-image {
  display: inline;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

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

.intro-header {
  position: relative;
  top: -162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-top: 200px;
  margin-bottom: -200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/2.jpg'), url('../images/10.jpg'), url('../images/rtx78khu_custom-659b30cd869e81170489e5c9dc49ae03c725f686-s800-c85.jpg'), url('../images/1_pxDYZ5M7mSDBCNwGNzyZ7w.jpeg'), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/2.jpg'), url('../images/10.jpg'), url('../images/rtx78khu_custom-659b30cd869e81170489e5c9dc49ae03c725f686-s800-c85.jpg'), url('../images/1_pxDYZ5M7mSDBCNwGNzyZ7w.jpeg'), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-position: 0px 0px, 0px -112px, 0px -564px, 50% 100%, 50% 100%, -38px 72px;
  background-size: auto, cover, cover, cover, cover, 1840px;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll, fixed;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 469px;
  margin-top: 19px;
  margin-bottom: 38px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/Legal-Use.JPG'), url('../images/Legal-Counsel-3.jpg'), url('../images/SHARE-YOUR-STORY-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/Legal-Use.JPG'), url('../images/Legal-Counsel-3.jpg'), url('../images/SHARE-YOUR-STORY-2.jpg');
  background-position: 0px 0px, -235px -270px, 0px -499px, 0px -97px;
  background-size: auto, auto 1384px, auto 77px, 1840px;
  background-repeat: repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
  color: #fff;
}

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

.intro-content.cc-homepage {
  margin-top: 146px;
  margin-bottom: 0px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

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

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  position: relative;
  top: -200px;
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-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;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #fff;
  background-image: url('../images/FM_iaai-tshirt.png'), url('../images/EFZ6dC3UwAIYKYb.jpg');
  background-position: -32px 20px, 0px 0px;
  background-size: auto 391px, 125px;
}

.team-members {
  margin-top: 22px;
  margin-bottom: 200px;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: minmax(66px, 1fr) 30px 1fr 30px 1fr;
  grid-template-columns: minmax(66px, 1fr) 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

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

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

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  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;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

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

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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: #1a1b1f;
}

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

.home-content-wrap {
  position: relative;
  margin-top: 80px;
  margin-bottom: -48px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  font-weight: 400;
  text-align: center;
}

.about-grid {
  margin-top: 73px;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  width: 1144px;
  grid-auto-columns: 3.5fr;
  grid-column-gap: 4px;
  grid-row-gap: 15px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.25fr;
  grid-template-columns: 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.work-heading.detail-header-image {
  display: inline-block;
}

.work-heading.text-block.cta-text {
  margin-top: -63px;
  text-align: center;
}

.blog-heading {
  margin-top: -48px;
  margin-bottom: 60px;
  border: 1px none #000;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.text-block {
  font-weight: 600;
}

.bold-text {
  font-size: 21px;
}

.intro-header-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-position: 0px 0px, -35px 151px;
  background-size: auto, 1644px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.intro-header-copy.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.collection-list-wrapper-2 {
  position: static;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image {
  position: relative;
  display: inline-block;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-top: 44px;
  margin-bottom: 83px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Image-1 Area-7 Area-8" "Area-6 Area-9 Area-10";
  -ms-grid-columns: 0.5fr 0px 0.5fr 0px 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  background-image: none;
  background-size: auto;
}

.image-2 {
  background-color: #0f0c0c;
}

.image-3 {
  background-image: url('../images/Rise-Up-for-DACA---Icon-Logo.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: url('../images/Rise-Up-for-DACA---Icon-Logo.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1672px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  font-size: 18px;
  text-align: center;
}

.text-block-3 {
  font-size: 18px;
  text-align: center;
}

.text-block-4 {
  font-size: 18px;
  text-align: center;
}

.text-block-5 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: 19px;
  padding-bottom: 30px;
  direction: ltr;
  text-align: center;
}

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

.section-2 {
  position: relative;
  top: -16px;
  display: block;
  height: 95px;
  margin-top: 200px;
  margin-bottom: 73px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-image: url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-position: 50% 25%;
  background-size: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-2 {
  position: static;
  right: 38px;
  display: inline-block;
  overflow: auto;
  width: 174px;
  margin-bottom: -41px;
  padding-right: 10px;
  float: none;
  clear: none;
}

.button-3 {
  margin-right: 54px;
  margin-bottom: auto;
  margin-left: 0px;
}

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

.block-quote {
  border-left-color: #fff;
}

.bold-text-2 {
  position: static;
  left: auto;
  width: auto;
  clear: none;
  text-align: center;
}

.text-block-8 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-9 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-10 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.body {
  margin-bottom: -57px;
}

.div-block-2 {
  position: relative;
  top: -200px;
}

.heading {
  margin-top: 40px;
  margin-bottom: 108px;
  background-color: #f79702;
  color: #000;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.text-block-11 {
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  color: #f79702;
  font-size: 39px;
  line-height: 421px;
  font-weight: 900;
  text-align: center;
}

.text-block-12 {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.container-2 {
  display: block;
}

.button-4 {
  padding: 0px 67px 0px 59px;
  text-align: right;
}

.div-block-3 {
  background-image: url('../images/EFZ6dC3UwAIYKYb.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-13 {
  margin-top: 156px;
  color: #f79702;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
}

.intro-header-copy {
  position: relative;
  top: -162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-position: 0px 0px, -38px 72px;
  background-size: auto, 1840px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.intro-header-copy.cc-subpage {
  height: 469px;
  margin-top: 140px;
  margin-bottom: -178px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/SHARE-YOUR-STORY-2.jpg'), url('../images/Legal-Counsel-3.jpg'), url('../images/SHARE-YOUR-STORY-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/SHARE-YOUR-STORY-2.jpg'), url('../images/Legal-Counsel-3.jpg'), url('../images/SHARE-YOUR-STORY-2.jpg');
  background-position: 0px 0px, -4px -95px, 0px -499px, 0px -97px;
  background-size: auto, auto 1000px, cover, 1840px;
  background-repeat: repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
  color: #fff;
}

.intro-header-copy-2 {
  position: relative;
  top: -162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/Rise-Up-for-DACA---Icon-Logo.png');
  background-position: 0px 0px, -38px 72px;
  background-size: auto, 1840px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.intro-header-copy-2.cc-subpage {
  height: 457px;
  margin-top: 200px;
  margin-bottom: 89px;
  background-color: rgba(0, 0, 0, 0.83);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/06---Advocate---Policy---Fight-for-Money-to-Bond-Immigrants-our-of-Detention.JPG'), url('../images/Legal-Counsel-3.jpg'), url('../images/SHARE-YOUR-STORY-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/06---Advocate---Policy---Fight-for-Money-to-Bond-Immigrants-our-of-Detention.JPG'), url('../images/Legal-Counsel-3.jpg'), url('../images/SHARE-YOUR-STORY-2.jpg');
  background-position: 0px 0px, 79px -49px, 0px -499px, 0px -97px;
  background-size: auto, auto 898px, cover, 1840px;
  background-repeat: repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
  color: #fff;
}

.paragraph {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-14 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-5 {
  position: static;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #f79702;
  color: #000;
  font-weight: 900;
  text-align: right;
}

.body-2 {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/PICTURE-FOR-WEBSITE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/PICTURE-FOR-WEBSITE.jpg');
  background-position: 0px 0px, 0px -231px;
  background-size: auto, cover;
  font-size: 28px;
}

.html-embed {
  margin-top: 60px;
}

.text-block-15 {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.video {
  margin-top: -171px;
}

.facebook {
  margin-top: 67px;
  text-align: left;
}

.columns {
  margin-top: -121px;
}

.column {
  margin-top: -10px;
}

.html-embed-2 {
  margin-top: -200px;
}

.twitter {
  text-align: center;
}

.bold-text-3 {
  position: relative;
  font-size: 18px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -67px;
  margin-bottom: -200px;
  -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: #f79702;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}

.video-2 {
  margin-top: 127px;
}

.grid-2 {
  margin-top: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  position: relative;
  background-image: url('../images/What-to-have.jpg'), url('../images/Who-qualifies.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: contain, 125px;
}

.bold-text-4 {
  display: inline-block;
}

.html-embed-3 {
  display: block;
  margin-top: -140px;
  font-size: 15px;
  text-align: center;
}

.heading-2 {
  margin-top: -156px;
  margin-bottom: -48px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  text-align: center;
}

.grid-3 {
  margin-top: 100px;
  grid-template-areas: "POSTER ART-2";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.twitter-2 {
  margin-top: 22px;
  text-align: center;
}

.text-block-16 {
  font-size: 18px;
}

.html-embed-4 {
  margin-top: 73px;
  text-align: center;
}

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

.text-block-18 {
  font-size: 9px;
}

.text-block-19 {
  font-size: 9px;
}

.text-block-20 {
  font-size: 9px;
}

.dropdown-toggle {
  display: block;
  margin-bottom: 89px;
  -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;
}

.text-block-21 {
  margin-top: 165px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.text-block-22 {
  font-weight: 900;
}

.text-block-23 {
  font-weight: 900;
}

.text-block-24 {
  font-weight: 900;
}

.text-block-25 {
  font-weight: 900;
}

.tab-link-tab-1 {
  border-style: solid;
  border-width: 3px;
  border-color: #f79702;
  border-radius: 20px;
  font-weight: 400;
}

.tab-link-tab-1.w--current {
  border-width: 0px;
  background-color: #fff;
  font-weight: 900;
}

.text-block-26 {
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.text-block-27 {
  font-weight: 900;
}

.text-block-28 {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.text-block-29 {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.tabs-menu {
  left: 114px;
  margin-top: 41px;
  padding-bottom: 32px;
}

.text-block-31 {
  font-weight: 900;
  white-space: normal;
}

.text-block-32 {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.tab-link-tab-4 {
  border-style: solid;
  border-width: 0px;
  border-color: #f79702;
  border-radius: 20px;
  background-color: #fff;
}

.tab-link-tab-4.w--current {
  border-style: solid;
  border-width: 3px;
  border-color: #f79702;
  border-radius: 20px;
  background-color: #ddd;
}

.tab-link-tab-2 {
  border-style: solid;
  border-width: 0px;
  border-color: #f79702;
  border-radius: 20px;
  background-color: #fff;
}

.tab-link-tab-3 {
  border-style: solid;
  border-width: 0px;
  border-color: #f79702;
  border-radius: 20px;
  background-color: #fff;
}

.tab-link-tab-5 {
  border-style: solid;
  border-width: 0px;
  border-color: #f79702;
  border-radius: 20px;
  background-color: #fff;
}

.tab-link-tab-6 {
  border-style: solid;
  border-width: 0px;
  border-color: #f3a429;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-33 {
  margin-bottom: -89px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.tabs {
  margin-top: 108px;
}

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

.tab-link-tab-7 {
  border-radius: 0px;
}

.tab-link-tab-7.w--current {
  border: 3px solid #f79702;
  border-radius: 20px;
}

.text-block-34 {
  margin-top: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.text-block-35 {
  font-weight: 900;
}

.text-block-36 {
  font-size: 23px;
  text-align: center;
}

.tab-link-tab-1-2 {
  border-radius: 0px;
}

.tab-link-tab-1-2.w--current {
  right: -90px;
  margin-top: -143px;
  margin-bottom: 140px;
  padding-left: 62px;
  border: 4px solid #f79702;
  border-radius: 20px;
  background-color: #ddd;
}

.tabs-menu-2 {
  margin-top: -29px;
}

.link-2 {
  margin-top: -149px;
}

.text-block-37 {
  margin-top: -114px;
  font-size: 23px;
  text-align: center;
}

.heading-3 {
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  font-size: 29px;
  text-align: center;
}

.heading-4 {
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  font-size: 29px;
  text-align: center;
}

.slider-2 {
  margin-top: 83px;
}

.slide-nav {
  margin-bottom: -13px;
}

.slide {
  width: 1145px;
  height: 407px;
}

.video-3 {
  height: 375px;
}

.container-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 29px;
}

.image-5 {
  width: 267px;
  height: 248px;
}

.image-6 {
  display: block;
  margin-top: 108px;
}

.heading-5 {
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-shadow: 4px 4px 7px #000;
}

.text-block-38 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.slide-2 {
  background-image: url('../images/Walkouts-Save-The-Date-.jpg');
  background-position: 0px -290px;
  background-size: 1900px 1900px;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 105px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.link-3 {
  color: #fff;
}

.right-arrow {
  margin-top: 6px;
}

.nav-link {
  margin-left: 29px;
  padding-left: 24px;
  background-color: #f7a002;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
}

.nav-link-2 {
  margin-left: 25px;
  background-color: #f7a002;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
}

.nav-link-3 {
  margin-left: 21px;
  background-color: #f7a002;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
}

.nav-link-4 {
  margin-right: -117px;
  margin-left: 22px;
  background-color: #f7a002;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  padding-right: 0px;
}

.navbar {
  margin-bottom: 67px;
  padding-right: 0px;
}

.slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-4 {
  background-image: url('../images/DACA-Website-Slider-3.jpg');
  background-position: 1px -38px;
  background-size: 1600px 1220px;
}

.text-block-39 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 108px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 49px;
  text-align: center;
  white-space: normal;
}

.bold-text-10 {
  text-align: left;
}

.button-8 {
  position: relative;
  left: -3px;
  bottom: -51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-right: 0px;
  padding-left: 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;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  font-size: 28px;
}

.paragraph-2 {
  margin-bottom: 79px;
}

.text-block-40 {
  margin-top: 190px;
  font-family: 'Akzidenzgroteskbe super', sans-serif;
  font-size: 53px;
}

.hello-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 30px;
  -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: #1a1b1f;
  background-image: url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/DACA-Walkout-2.jpg'), url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg');
  background-image: url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/DACA-Walkout-2.jpg'), url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg');
  background-position: 0px 0px, 0px 0px, 25px -1060px, 0px 0px;
  background-size: cover, auto, cover, cover;
  color: #fff;
  text-align: center;
}

.div-block-4 {
  margin-bottom: 165px;
}

.body-3 {
  min-height: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.button-9 {
  background-color: #ec8f38;
  color: #000;
  font-weight: 900;
}

.button-9.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #e2820d;
  background-color: #ec8f38;
  font-weight: 900;
}

.button-10 {
  background-color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.button-11 {
  font-weight: 400;
}

.button-11.w--current {
  background-color: #ec8f38;
  color: #1f1d1a;
  font-weight: 900;
}

.button-12 {
  background-color: #ec8f38;
  color: #000;
  font-weight: 900;
}

.button-13 {
  background-color: #ec8f38;
  color: #000;
  font-weight: 900;
}

.button-14 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-14.w--current {
  margin-left: 98px;
  font-weight: 900;
}

.button-15 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-16 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-17 {
  margin-right: 54px;
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.image-11 {
  margin-bottom: -57px;
}

.button-18 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-19 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-19.w--current {
  margin-right: 16px;
}

.button-20 {
  margin-right: 16px;
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-21 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-22 {
  margin: 0px 16px 0px 102px;
}

.image-12 {
  margin-bottom: -40px;
}

.button-23 {
  margin: 0px 16px 0px 111px;
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-24 {
  margin-right: 16px;
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.button-25 {
  background-color: #f7a002;
}

.button-25.w--current {
  margin-right: 16px;
  color: #000;
  font-weight: 900;
}

.button-26 {
  background-color: #f7a002;
  color: #000;
  font-weight: 900;
}

.image-13 {
  margin-top: 0px;
  margin-bottom: -51px;
}

.link-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 33px;
  color: #fff;
}

.button-27 {
  background-color: #ebb537;
  color: #000;
  font-weight: 900;
}

.button-28 {
  margin: 0px 10px 0px 200px;
  background-color: #ebb537;
  color: #000;
  font-weight: 900;
}

.button-29 {
  margin-right: 10px;
  background-color: #ebb537;
  color: #000;
  font-weight: 900;
}

.button-30 {
  margin-top: 0px;
  margin-right: 10px;
  background-color: #ebb537;
  color: #000;
  font-weight: 900;
}

.nav-link-5 {
  margin-top: 0px;
  background-color: #f5a244;
  color: #000;
  font-weight: 900;
}

.nav-link-5.w--current {
  margin-top: -35px;
  padding: 5px;
  color: #000;
}

.navbar-2 {
  margin-top: -146px;
  margin-bottom: 0px;
  color: #000;
}

.nav-link-6 {
  margin-top: -35px;
  padding: 5px;
  background-color: #f5a244;
  font-weight: 900;
}

.nav-link-7 {
  margin-top: -35px;
  padding: 5px;
  background-color: #f5a244;
  font-weight: 900;
}

.nav-link-7.w--current {
  color: #000;
}

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

.nav-link-8.w--current {
  background-color: #f5a244;
  font-weight: 900;
}

.nav-link-9 {
  padding: 5px;
  background-color: #f5a244;
  font-weight: 900;
}

.text-block-41 {
  margin-top: -400px;
  padding-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 100px;
  font-weight: 900;
  text-align: center;
}

.video-4 {
  margin-top: -300px;
}

.video-5 {
  width: 500px;
  height: 100px;
}

.heading-7 {
  margin-top: 100px;
  margin-bottom: 63px;
  font-weight: 900;
  text-align: center;
}

.image-14 {
  margin-left: -54px;
  padding-left: 0px;
}

.nav-link-10 {
  background-color: #f39421;
  font-weight: 900;
}

.nav-link-11 {
  background-color: #f39421;
  font-weight: 900;
}

.nav-link-12 {
  background-color: #f39421;
  font-weight: 900;
}

.nav-link-13 {
  margin-right: 5px;
  padding: 10px 7px;
  background-color: #ee9f20;
  font-weight: 900;
}

.nav-link-14 {
  margin-right: 5px;
  padding: 10px 7px;
  background-color: #ee9f20;
  font-weight: 900;
}

.nav-link-15 {
  margin-right: 5px;
  padding: 10px 7px;
  background-color: #ee9f20;
  font-weight: 900;
}

.nav-link-16 {
  margin-right: 5px;
  padding: 10px 7px;
  background-color: #ee9f20;
  font-weight: 900;
}

.navbar-3 {
  margin-top: 10px;
}

.image-15 {
  margin-top: -162px;
}

.heading-8 {
  font-weight: 900;
  text-align: center;
}

.heading-9 {
  font-weight: 900;
  text-align: center;
}

.heading-10 {
  margin-top: 40px;
  background-color: #f79702;
  font-weight: 900;
  text-align: center;
}

.section-3 {
  margin-top: 86px;
  margin-bottom: 0px;
}

.button-31 {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f79702;
  color: #000;
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.heading-11 {
  background-color: #f79702;
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.link-5 {
  background-color: #fff;
}

.video-6 {
  overflow: visible;
  height: 0px;
  min-height: 0px;
  margin-bottom: 0px;
}

.slide-nav-2 {
  margin-top: auto;
  margin-bottom: -79px;
}

.mask {
  overflow: hidden;
}

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

.paragraph-3 {
  font-weight: 700;
}

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

.image-18 {
  margin-top: 60px;
}

.image-19 {
  margin-top: 60px;
}

.slide-5 {
  background-image: url('../images/Rise-for-DACAUSE.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-3 {
  height: 700px;
}

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

.columns-2 {
  margin-top: 60px;
  padding-bottom: 0px;
}

.containr-5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 57px;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-image: url('../images/DSC_0319.jpeg');
  background-position: 0px 0px;
  background-size: contain;
}

.slider-4 {
  height: 600px;
}

.grid-5 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
}

.text-block-42 {
  margin-top: 350px;
  color: #fff;
  font-size: 75px;
  text-align: center;
  text-shadow: 5px 5px 9px #000;
}

.italic-text {
  font-family: Merriweather, serif;
  color: #000;
}

.text-block-43 {
  color: #000;
  font-size: 75px;
  font-weight: 700;
}

.grid-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#570909), to(#fff));
  background-image: linear-gradient(180deg, #570909, #fff);
}

.text-block-44 {
  font-size: 75px;
}

.grid-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#570909), to(#fff));
  background-image: linear-gradient(180deg, #570909, #fff);
}

.text-block-45 {
  font-size: 70px;
  font-weight: 700;
}

.grid-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#570909), to(#fff));
  background-image: linear-gradient(180deg, #570909, #fff);
}

.text-block-46 {
  font-size: 60px;
  font-weight: 700;
}

.grid-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#570909), to(#fff));
  background-image: linear-gradient(180deg, #570909, #fff);
}

.text-block-47 {
  font-size: 75px;
  font-weight: 700;
}

.grid-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#570909), to(#fff));
  background-image: linear-gradient(180deg, #570909, #fff);
}

.italic-text-2 {
  color: #000;
}

.slide-6 {
  background-image: url('../images/2019-11-04-Relay-for-DACA-Launch12.jpg');
  background-position: 0px 1px;
  background-size: cover;
}

.bold-text-11 {
  display: block;
}

.slide-7 {
  background-image: url('../images/San-Jose-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-48 {
  color: #fff;
}

.heading-12 {
  margin-top: 10px;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 6px #000;
}

.slide-8 {
  background-image: url('../images/b6b4a814-d555-4aec-9ca0-08af95c85ad5-1.jpg');
  background-position: 0px -150px;
  background-size: cover;
}

.heading-13 {
  margin-top: 41px;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 0 #000;
}

.slide-9 {
  background-image: url('../images/DSC_2883.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.heading-14 {
  margin-top: 54px;
  color: #fff;
  font-size: 75px;
  text-align: center;
  text-decoration: none;
  text-shadow: 3px 3px 8px #000;
}

.slide-10 {
  background-image: url('../images/DSC_0006.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-15 {
  margin-top: 44px;
  color: #fff;
  font-size: 75px;
  text-align: center;
  text-shadow: 4px 4px 9px #000;
}

.slide-11 {
  background-image: url('../images/LAX-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-16 {
  margin-top: 63px;
  color: #fff;
  font-size: 75px;
  text-align: center;
  text-shadow: 4px 4px 7px #000;
}

.walkout-copy {
  position: relative;
  display: block;
  height: 450px;
  margin-top: 32px;
  margin-bottom: 0px;
  padding: 30px;
  -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: #1a1b1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/DSC_0319.jpeg'), url('../images/Rise-for-DACAUSE.jpg'), url('../images/DACA-Walkout-2.jpg'), url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/DSC_0319.jpeg'), url('../images/Rise-for-DACAUSE.jpg'), url('../images/DACA-Walkout-2.jpg'), url('../images/2-Relay-Poster---Rise-For-DACA-FB-Event.jpg');
  background-position: 0px 0px, 0px -467px, 0px -317px, 25px -1060px, 0px 0px;
  background-size: auto, cover, cover, cover, cover;
  color: #fff;
  text-align: center;
}

.grid-11 {
  margin-top: 100px;
  padding-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-5 {
  background-image: url('../images/Walkouts-Save-The-Date-.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: url('../images/Walkouts-Save-The-Date-.jpg'), linear-gradient(180deg, #000, #fff);
  background-position: 50% 11%, 0px 0px;
  background-size: cover, auto;
}

.button-32 {
  overflow: visible;
  margin-bottom: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.paragraph-4 {
  font-weight: 400;
}

.slider-6 {
  position: relative;
  height: 800px;
  margin-top: 100px;
}

.video-8 {
  margin-top: 0px;
}

.paragraph-5 {
  margin-top: 121px;
  margin-right: 0px;
  border-radius: 0px;
  text-align: center;
}

.button-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 200px;
  margin-left: -350px;
  float: none;
  clear: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ee9f20;
  color: #000;
}

.bold-text-12 {
  font-size: 30px;
}

.text-block-49 {
  margin-top: -50px;
  font-size: 16px;
  text-align: left;
}

.heading-17 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}

.heading-18 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

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

.heading-19 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.image-20 {
  overflow: visible;
  margin-right: 0px;
  padding-right: 0px;
}

.image-21 {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 100px;
}

.container-5 {
  padding-right: 0px;
}

.button-34 {
  margin-top: 40px;
  margin-left: 300px;
  background-color: #ee9f20;
  color: #000;
  font-weight: 900;
}

.button-35 {
  background-color: #ee9f20;
  color: #000;
  font-weight: 900;
}

.button-36 {
  background-color: #ee9f20;
  color: #000;
  font-weight: 900;
}

.button-37 {
  background-color: #ee9f20;
  color: #000;
  font-weight: 900;
}

.dropdown-toggle-2 {
  padding: 10px 35px 10px 7px;
  background-color: #ee9f20;
}

.dropdown-link {
  background-color: #ee9f20;
  font-weight: 900;
}

.dropdown-link-2 {
  background-color: #ee9f20;
  font-weight: 900;
}

.dropdown-link-3 {
  background-color: #ee9f20;
  font-weight: 900;
}

.text-block-52 {
  font-weight: 900;
}

.dropdown-link-4 {
  background-color: #ee9f20;
  font-weight: 900;
}

.heading-20 {
  font-size: 35px;
  text-align: center;
}

.heading-21 {
  font-weight: 900;
  text-align: center;
}

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

.image-22 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-17 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-17:hover {
  text-decoration: underline;
}

.cards-section {
  margin-top: 117px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  margin-top: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  padding-top: 27px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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/PICTURE-FOR-WEBSITE.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: url('../images/PICTURE-FOR-WEBSITE.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px -566px, 0px 0px, 50% 50%;
  background-size: cover, auto, auto;
  color: #fff;
}

.contact-form-2 {
  margin-top: 54px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
}

.small-text {
  font-size: 10px;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-22 {
  color: #fff;
  font-size: 39px;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-7 {
  color: #f1f3fa;
}

.field-label {
  color: #ccaf2e;
}

.field-label-2 {
  color: #ccaf2e;
}

.field-label-3 {
  color: #ccaf2e;
}

.field-label-4 {
  color: #ccaf2e;
}

.field-label-5 {
  color: #ccaf2e;
}

.italic-text-3 {
  color: #ccaf2e;
  font-size: 25px;
}

.heading-23 {
  margin-top: 29px;
  padding-top: 0px;
  color: #fff;
}

.paragraph-8 {
  padding-bottom: 100px;
  color: #fff;
  font-weight: 300;
}

.heading-24 {
  color: #fff;
}

.heading-25 {
  color: #fff;
  font-size: 29px;
}

.heading-26 {
  color: #fff;
}

.heading-27 {
  color: #fff;
}

.paragraph-9 {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.paragraph-10 {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.paragraph-11 {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.paragraph-12 {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-nav-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.section-4 {
  background-image: url('../images/1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.button-38 {
  background-color: #771d30;
}

.heading-28 {
  margin-top: 127px;
  margin-bottom: auto;
  padding-top: 25px;
  color: #000;
  text-align: center;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/National-resources.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/National-resources.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, auto;
  color: #fff;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  position: relative;
  width: 100%;
  height: 0%;
}

.section-6 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 137px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.paragraph-14 {
  margin-top: -70px;
  padding-top: 0px;
  font-size: 16px;
}

.heading-29 {
  font-size: 26px;
}

.paragraph-15 {
  font-size: 16px;
}

.paragraph-16 {
  font-size: 16px;
}

.paragraph-17 {
  font-size: 16px;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-30 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.paragraph-18 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.heading-31 {
  color: #fff;
  text-align: center;
}

.bold-text-14 {
  background-color: transparent;
}

.link-6 {
  text-align: center;
}

.link-7 {
  text-align: center;
}

.heading-32 {
  margin-top: 86px;
  color: #fff;
  text-align: center;
}

.heading-33 {
  font-weight: 900;
  text-align: center;
}

.html-embed-5 {
  position: relative;
  display: block;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-34 {
  margin-top: 95px;
  background-color: #ee9f20;
  font-weight: 900;
  text-align: center;
}

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

.bold-text-15 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .paragraph-bigger.cc-bigger-light {
    position: static;
    width: auto;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: block;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .bold-text-2 {
    position: static;
    text-align: center;
  }
  .button-7 {
    display: inline-block;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph-bigger.cc-bigger-light {
    line-height: 50px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 47px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: auto;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .contact-form-2 {
    padding: 40px 20px;
  }
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .nav-grid-2 {
    text-align: center;
  }
  .sticky-nav-2 {
    position: relative;
  }
  .hero-overlay-2 {
    padding: 40px 20px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-content {
    padding: 40px 20px;
  }
  .cards-section-2 {
    padding: 40px 20px;
  }
  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .call-to-action {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section.cc-cta {
    margin-top: 100px;
    margin-bottom: -57px;
  }
  .section.cc-home-wrap {
    width: auto;
  }
  .paragraph-bigger.cc-bigger-light {
    position: relative;
    left: auto;
    line-height: 50px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    background-color: transparent;
    font-size: 19px;
    font-weight: 700;
  }
  .button.cc-contact-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light {
    font-size: 12px;
    text-align: center;
  }
  .heading-jumbo {
    position: relative;
    top: auto;
    bottom: auto;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: auto;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
  }
  .walkout {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/DACA-Walkout-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/DACA-Walkout-2.jpg');
    background-position: 0px 0px, -59px -102px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-header {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/rtx78khu_custom-659b30cd869e81170489e5c9dc49ae03c725f686-s800-c85.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff)), url('../images/Rise-Up-for-DACA---Website-Version.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/rtx78khu_custom-659b30cd869e81170489e5c9dc49ae03c725f686-s800-c85.jpg'), linear-gradient(180deg, #000, #fff), url('../images/Rise-Up-for-DACA---Website-Version.png');
    background-position: 0px 0px, 0px 0px, 0px 0px, -900px 100px;
    background-size: auto, cover, auto, auto;
    background-repeat: repeat, repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }
  .intro-header.cc-subpage {
    display: block;
  }
  .intro-content {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-top: auto;
    padding-top: 160px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .intro-content.cc-homepage {
    position: relative;
    margin-bottom: 184px;
    padding-top: 3px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .section-heading {
    margin-top: -44px;
    font-size: 21px;
  }
  .work-heading.text-block.cta-text {
    font-size: 36px;
  }
  .bold-text-2 {
    position: relative;
    left: auto;
    font-size: 38px;
  }
  .heading {
    margin-top: 67px;
  }
  .text-block-12 {
    margin-top: 140px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .intro-header-copy.cc-subpage {
    position: relative;
    display: block;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .intro-header-copy-2.cc-subpage {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-2 {
    overflow: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/PICTURE-FOR-WEBSITE.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/PICTURE-FOR-WEBSITE.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 2000px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bold-text-4 {
    display: block;
    margin-top: 22px;
  }
  .html-embed-3 {
    position: relative;
    overflow: auto;
  }
  .heading-2 {
    position: relative;
    display: block;
    width: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    font-size: 27px;
  }
  .text-block-16 {
    width: auto;
    font-size: 15px;
  }
  .bold-text-5 {
    font-size: 15px;
  }
  .bold-text-6 {
    text-align: center;
  }
  .text-block-17 {
    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;
    font-size: 6px;
    text-align: center;
  }
  .text-block-18 {
    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;
    font-size: 6px;
    text-align: center;
  }
  .text-block-19 {
    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;
    font-size: 6px;
    text-align: center;
  }
  .bold-text-7 {
    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;
    font-size: 6px;
  }
  .text-block-20 {
    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;
    font-size: 6px;
    text-align: center;
  }
  .bold-text-8 {
    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: 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;
  }
  .bold-text-9 {
    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;
  }
  .tab-link-tab-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-link-tab-2 {
    margin-top: 10px;
  }
  .tab-link-tab-3 {
    margin-top: 10px;
  }
  .tab-link-tab-5 {
    margin-bottom: 10px;
  }
  .text-block-34 {
    margin-top: 76px;
    font-size: 32px;
  }
  .slider {
    width: 429px;
  }
  .heading-5 {
    font-size: 16px;
  }
  .image-7 {
    padding-right: 6px;
  }
  .image-8 {
    padding-right: 4px;
  }
  .image-9 {
    padding-right: 3px;
  }
  .heading-6 {
    font-size: 22px;
    text-align: center;
  }
  .menu-button-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-block-39 {
    font-size: 28px;
  }
  .button-8 {
    left: -300px;
    margin-right: -600px;
    margin-left: 0px;
    padding-right: 15px;
  }
  .text-block-40 {
    line-height: 45px;
  }
  .hello-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/DACA-Walkout-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/DACA-Walkout-2.jpg');
    background-position: 0px 0px, -59px -102px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-block-4 {
    margin-bottom: 162px;
  }
  .body-3 {
    margin-bottom: 102px;
  }
  .button-14.w--current {
    margin-right: 0px;
  }
  .button-15 {
    margin-right: 0px;
    margin-left: 98px;
  }
  .button-16 {
    margin-left: 98px;
  }
  .button-17 {
    margin-right: 0px;
    margin-left: 98px;
  }
  .button-19.w--current {
    margin-left: 152px;
  }
  .button-20 {
    margin-left: 152px;
  }
  .button-21 {
    margin-left: 152px;
  }
  .button-22 {
    margin-left: 152px;
  }
  .button-23 {
    margin-right: -38px;
  }
  .button-24 {
    margin-right: 0px;
    margin-left: 111px;
  }
  .button-25.w--current {
    margin-right: 0px;
    margin-left: 111px;
  }
  .button-26 {
    margin-left: 111px;
  }
  .text-block-41 {
    margin-top: -150px;
    padding-top: 0px;
    line-height: 50px;
  }
  .video-4 {
    margin-top: 38px;
  }
  .paragraph-3 {
    text-align: center;
  }
  .walkout-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/DACA-Walkout-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/DACA-Walkout-2.jpg');
    background-position: 0px 0px, -59px -102px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .slider-6 {
    height: 200px;
  }
  .slide-12 {
    height: 20px;
  }
  .mask-2 {
    overflow: visible;
    height: 10px;
  }
  .text-block-49 {
    text-align: center;
  }
  .text-block-50 {
    text-align: center;
  }
  .text-block-51 {
    text-align: center;
  }
  .image-21 {
    padding-left: 0px;
  }
  .button-34 {
    margin-left: -6px;
  }
  .slide-13 {
    background-image: url('../images/Walkouts-Save-The-Date-.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: url('../images/Walkouts-Save-The-Date-.jpg'), linear-gradient(180deg, #000, #fff);
    background-position: 0% 0%, 0px 0px;
    background-size: auto, auto;
  }
  .slide-14 {
    background-image: url('../images/Walkouts-Save-The-Date-.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }
  .image-22 {
    margin-left: auto;
  }
  .sticky-nav {
    padding: 0px;
  }
  .sticky-nav:hover {
    position: static;
  }
  .nav-grid {
    position: relative;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link-17 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
    font-size: 16px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-form-2 {
    margin-top: -10px;
  }
  .small-text {
    font-size: 16px;
  }
  .heading-22 {
    font-size: 36px;
  }
  .paragraph-7 {
    margin-top: 35px;
  }
  .italic-text-3 {
    font-size: 16px;
  }
  .heading-23 {
    font-size: 19px;
  }
  .paragraph-8 {
    padding-bottom: 49px;
    font-size: 16px;
  }
  .paragraph-9 {
    padding-left: 10px;
    font-size: 16px;
  }
  .paragraph-10 {
    padding-left: 10px;
    font-size: 16px;
  }
  .paragraph-11 {
    padding-left: 10px;
    font-size: 16px;
  }
  .paragraph-12 {
    padding-left: 10px;
    font-size: 16px;
  }
  .bold-text-13 {
    position: relative;
    font-size: 20px;
  }
  .nav-grid-2 {
    position: relative;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
    opacity: 1;
    list-style-type: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .sticky-nav-2 {
    padding: 0px;
  }
  .container-6 {
    margin-top: 178px;
  }
  .heading-28 {
    margin-top: 140px;
    padding-top: 52px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .paragraph-13 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-12 {
    padding-right: 10px;
    padding-left: 10px;
    grid-template-areas: "Area Area-4" "Area-2 Area-5" "Area-3 Area-6";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph-18 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-39 {
    position: relative;
    display: block;
    text-align: center;
  }
  .heading-31 {
    font-weight: 400;
  }
  .bold-text-14 {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#w-node-270cc9d7d530-04fc1517 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-3e39d75cc179-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3e39d75cc17b-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3e39d75cc180-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3e39d75cc182-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-35de1603330c-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-35de1603330e-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-1b89e0f9d4a3-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1b89e0f9d4a5-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1b89e0f9d4aa-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1b89e0f9d4ac-04fc1517 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-270cc9d7d530-04fc1517 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-3e39d75cc16f-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3e39d75cc176-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3e39d75cc17d-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-35de16033308-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1b89e0f9d499-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1b89e0f9d4a0-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-1b89e0f9d4a7-04fc1517 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Akzidenzgroteskbe super';
  src: url('../fonts/AkzidenzGroteskBE-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}