:root {
  --goldenrod: #e2a62b;
  --medium-sea-green: #30ad64;
  --dim-gray-2: #49647b;
  --brown: #822e50;
  --sandy-brown-2: #e4b962;
  --steel-blue-2: #2e80b6;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --khaki: #face6a;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #edeff2;
  --white-smoke-3: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
  --white-smoke-4: #f0f0f0;
  --dark-gray: #aaa;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

h1 {
  color: #7f1084;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h2 {
  color: #34c6c6;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  color: #9c9b9b;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #7f1084;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

p {
  color: #6d6d6d;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 160%;
}

a {
  color: #037cbd;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  color: #6d6d6d;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

img {
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #9a9a9a;
  margin-left: 20px;
  margin-right: 0;
  padding: 15px 0;
}

.navigation-link:hover {
  color: #333;
}

.navigation-link.w--current {
  color: #9a9a9a;
  -webkit-text-stroke-color: #9a9a9a;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  aspect-ratio: auto;
  background-color: #0000;
  border: 1px solid #0000005c;
  border-radius: 9px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 3px;
}

.social-icon-link {
  opacity: .36;
  text-align: center;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .9;
}

.grey-rule {
  text-align: center;
  background-color: #c7c7c7;
  width: 90px;
  height: 1px;
  margin: 15px auto;
  position: static;
}

.site-name {
  aspect-ratio: auto;
  color: #333;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-color: #852e42;
  background-image: linear-gradient(29deg, #7f1084 15%, #f39624 85%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.site-name.w--current {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.post-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 1px #0000000f;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 180px;
  margin-right: 20px;
  transition: opacity .2s;
  display: block;
}

.blog-image:hover {
  opacity: .8;
}

.post-content {
  padding: 20px;
}

.post-summary {
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  display: inline;
}

.post-info {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-title-link:hover {
  opacity: .8;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  line-height: 145%;
}

.body-copy figure {
  margin-bottom: 20px;
}

.social-link-group {
  text-align: center;
  margin-bottom: 10px;
}

.read-more-link {
  color: #aaa;
  margin-left: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22%;
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.read-more-link:hover {
  color: #333;
}

.content-wrapper {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.white-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 0 1px #0000000f;
}

.circle-profile {
  border-radius: 500px;
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-bg-heading {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px;
  box-shadow: 0 0 0 1px #0000000f;
}

.content-column {
  padding-left: 20px;
}

.blog-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 290px;
}

.sidebar-on-mobile {
  padding-top: 40px;
  display: none;
}

.details-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  line-height: 800%;
}

.body {
  background-color: #fffefe;
  padding-bottom: 140px;
  padding-left: 140px;
  padding-right: 140px;
}

.container-2 {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.testimonial-wrapper-four {
  background-color: #e8e3e2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo {
  box-sizing: content-box;
  object-fit: scale-down;
  width: 220px;
  height: 250px;
  position: static;
  overflow: visible;
}

.list-item-2 {
  color: #6d6d6d;
  -webkit-text-stroke-color: #6d6d6d;
  margin-top: -6px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 160%;
  list-style-type: none;
}

.div-block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  padding-right: 20px;
  display: flex;
}

.list-item-1 {
  color: #555;
  margin-left: -20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  list-style-type: disc;
}

.list-1 {
  margin-bottom: 10px;
}

.list-3 {
  color: #3f3f3f;
  font-weight: 400;
}

.link2 {
  color: #bd0385;
}

.text-block {
  color: #333;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #7f1185;
  background-image: linear-gradient(#7f1084, #df7f34);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: #7f1185;
  font-family: Exo, sans-serif;
  line-height: 140%;
}

.image-5 {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
}

.list-4 {
  color: #004097;
  margin-bottom: 0;
  padding-left: 20px;
}

.list-red {
  -webkit-text-fill-color: transparent;
  background-color: #b40158;
  -webkit-background-clip: text;
  background-clip: text;
}

.rich-text-block-7 {
  color: #ac145a;
  font-size: 16px;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #f39623;
  border-radius: 20px;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 100%;
  display: block;
}

.text-span-2 {
  color: #ff0051;
  -webkit-text-stroke-color: #ff0050;
}

.bold-text-6 {
  color: #ff0050;
  -webkit-text-stroke-color: #ff0050;
  font-weight: 400;
}

.text-span-3 {
  color: #cab8b8;
}

.hero-split-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 250px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 0;
  font-size: 18px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

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

.text-span-4 {
  color: #b40158;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 400;
}

.image-8 {
  width: 200px;
  height: 200px;
  margin: 0 20px 20px;
}

.image-9 {
  max-width: 20px;
  line-height: 20px;
}

.indexhead {
  color: #7f1084;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.indexnav {
  z-index: auto;
  margin-top: 9px;
  margin-right: 0;
  line-height: 18%;
}

.container-8 {
  background-color: #d6868600;
  flex: 0 auto;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-3 {
  background-color: #e8e3e2;
  border-bottom: 1px solid #cccaca;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 700px;
  margin-bottom: 20px;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  grid-template: "Area-2 Area"
  / 1fr 1.5fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 50%;
  display: grid;
}

.heading-1 {
  color: #7f1084;
  margin-top: 20px;
  font-size: 18px;
}

.container-10 {
  margin-top: 20px;
}

.bold-text-12 {
  color: #ff0051;
  font-weight: 400;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-weight: 400;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-11 {
  min-width: 200px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-8 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.link-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

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

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-4 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.image-12 {
  width: 200px;
  height: auto;
  margin-top: 140px;
}

.image-13 {
  width: 100px;
  height: 100px;
}

.image-14 {
  vertical-align: middle;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.link-block {
  margin: auto;
}

.link-block-2 {
  padding-top: 140px;
}

.text-span-6 {
  color: #6d6d6d;
}

.text-span-7, .text-span-8 {
  color: #ff0051;
}

.rich-text-block-10 {
  font-size: 12px;
}

.rich-text-block-11 {
  opacity: 1;
  color: #6d6d6d;
  display: block;
}

.funding {
  color: #004097;
  overflow-wrap: normal;
}

.list-item-3 {
  overflow-wrap: break-word;
}

.nstc {
  color: #2212d5;
  white-space: normal;
  font-size: 14px;
}

.superscript {
  letter-spacing: normal;
  text-transform: none;
  vertical-align: middle;
}

.paragraph {
  margin-top: 20px;
}

.s-nstc {
  color: #004097;
}

.s-itri {
  color: #01a9ea;
}

.s-tdri, .paragraph-2 {
  color: #000;
}

.text-span-9 {
  color: #7f1084;
}

.text-span-10 {
  color: #ac145a;
}

.industy-coop {
  color: var(--goldenrod);
  font-weight: 400;
}

.s-cdc {
  color: var(--medium-sea-green);
}

.text-span-11 {
  color: var(--dim-gray-2);
}

.s-moe {
  color: #006e13;
  -webkit-text-stroke-color: var(--brown);
}

.s-nthu {
  color: #7e1083;
}

.s-moc {
  color: #21305d;
}

.container-13 {
  margin-top: 20px;
}

.body-2 {
  background-color: #fffefe;
}

.text-span-12 {
  color: #851368;
}

.rich-text-block-12 {
  color: #ac145a;
}

.list-item-4 {
  margin-bottom: 20px;
}

.heading-3 {
  color: #0095ffba;
}

.rich-text-block-13 {
  color: #ec1515;
}

.ssci {
  color: #cab8b9;
  font-size: 15px;
  display: block;
}

.italic-text, .paragraph-3, .paragraph-4 {
  color: #cab8b8;
}

.rich-text-block-14 {
  color: var(--sandy-brown-2);
  text-decoration: none;
}

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

.italic-text-3, .italic-text-4 {
  color: #cab8b8;
}

.italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19 {
  color: #a8734a;
}

.text-span-13 {
  color: #cab8b8;
}

.italic-text-20, .italic-text-21 {
  color: #a8734a;
}

.italic-text-22, .italic-text-23, .list-item-5 {
  color: #8105fd;
}

.italic-text-24 {
  color: var(--steel-blue-2);
}

.bold-text-20, .bold-text-21 {
  color: #ff0051;
  font-weight: 400;
}

.paragraph-5, .paragraph-6 {
  font-size: 16px;
}

.body-copy {
  background-color: #fffefe;
  padding-bottom: 140px;
  padding-left: 140px;
  padding-right: 140px;
}

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

@media screen and (min-width: 1280px) {
  h1 {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  h2 {
    color: #adadad;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  h5 {
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 18px;
  }

  p {
    color: #6d6d6d;
    font-size: 15px;
  }

  ul {
    font-size: 18px;
    line-height: 500%;
  }

  li {
    color: #6d6d6d;
    font-size: 16px;
  }

  .navigation-link {
    margin-right: 0;
    font-size: 14px;
  }

  .navigation-link.w--current {
    color: #9a9a9a;
    margin-right: 0;
    font-size: 14px;
  }

  .site-name {
    margin-top: 9px;
  }

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

  .container {
    max-width: 1020px;
    margin-top: 20px;
  }

  .body {
    background-color: #fff;
    flex-flow: column;
    align-items: stretch;
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-2 {
    clear: none;
    background-color: #fcee54;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .testimonial-wrapper-four {
    max-width: 1020px;
  }

  .photo {
    flex: 0 auto;
  }

  .list-item-2 {
    color: #6d6d6d;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 160%;
  }

  .list-item-1 {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

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

  .button-2 {
    text-align: center;
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%;
    display: block;
  }

  .hero-split-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom-24px-2 {
    font-size: 18px;
  }

  .indexhead {
    margin-bottom: 0;
    font-weight: 500;
  }

  .indexnav {
    max-width: none;
    margin-right: 0;
  }

  .container-7 {
    flex: none;
  }

  .container-8 {
    flex-flow: row;
    flex: 0 auto;
    max-width: none;
    margin-bottom: 20px;
  }

  .section-3 {
    border: 1px #000;
    border-top-color: #ccc;
    border-bottom: 1px solid #ccc;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    max-width: 1020px;
    display: flex;
  }

  .navbar-2 {
    border-bottom: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
  }

  .heading-1 {
    margin-top: 20px;
    font-size: 18px;
  }

  .container-10 {
    margin-top: 20px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image-12 {
    width: 200px;
    height: auto;
  }

  .body-copy {
    background-color: #fff;
    flex-flow: column;
    align-items: stretch;
    padding-left: 220px;
    padding-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  ul {
    color: #6d6d6d;
    font-size: 40px;
  }

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

  .site-name {
    margin-top: 6px;
    display: block;
  }

  .post-wrapper {
    margin-bottom: 20px;
  }

  .blog-image {
    height: 140px;
  }

  .content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 40px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    text-shadow: none;
    background-color: #fff;
    padding: 0;
  }

  .white-bg-heading {
    margin-bottom: 20px;
  }

  .content-column {
    padding-left: 10px;
  }

  .blog-page-image {
    height: 240px;
  }

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

  .container {
    background-color: #fff0;
    max-width: 1020px;
  }

  .body {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-2 {
    max-width: none;
    padding-right: 0;
    display: block;
  }

  .testimonial-wrapper-four {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .photo {
    box-sizing: border-box;
    object-fit: scale-down;
    height: 250px;
    overflow: visible;
  }

  .div-block-1 {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .list-item-1 {
    color: #555;
  }

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

  .image-5 {
    width: 200px;
  }

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

  .icon {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    justify-content: flex-end;
    align-items: center;
    margin-top: 9px;
    display: flex;
  }

  .hero-split-2 {
    height: 250px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .image-8 {
    width: 180px;
    height: 180px;
    margin-top: 0;
    margin-right: 10px;
  }

  .indexhead {
    font-size: 20px;
  }

  .indexnav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .container-8 {
    margin-bottom: 20px;
  }

  .section-3 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 20px;
  }

  .navbar-2 {
    min-width: 700px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-10 {
    max-width: 100%;
  }

  .image-12 {
    width: 200px;
  }

  .body-copy {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  li {
    margin-left: -20px;
  }

  .grey-rule {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .site-name {
    margin-top: 6px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .blog-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .post-content {
    padding: 20px;
  }

  .button-wrapper {
    text-align: center;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .menu-button {
    padding: 7px 0 0;
  }

  .blog-page-image {
    height: 220px;
  }

  .sidebar-on-mobile {
    padding-top: 0;
    display: block;
  }

  .brand {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container {
    margin-top: 10px;
  }

  .body {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-wrapper-four {
    order: 0;
    align-self: auto;
    margin-left: 0;
  }

  .photo {
    width: 180px;
    height: 200px;
  }

  .div-block-1 {
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    padding-right: 5px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 9px;
  }

  .image-5 {
    width: 150px;
  }

  .list-4 {
    padding-left: 40px;
  }

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

  .icon {
    margin-top: 3px;
    padding-top: 0;
  }

  .hero-split-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    min-width: 160px;
    height: 200px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .margin-bottom-24px-2 {
    font-size: 14px;
  }

  .button-primary-2 {
    min-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    width: 180px;
    height: 180px;
    margin: 0 10px 10px;
  }

  .indexhead {
    font-size: 20px;
    line-height: 26px;
  }

  .container-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .section-3 {
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 670px;
  }

  .navbar-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-width: 600px;
    display: block;
    top: 0;
  }

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

  .cell-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .container-12 {
    background-color: #c31a1a;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .image-12 {
    width: 200px;
    height: auto;
    margin-top: 140px;
  }

  .body-copy {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  li {
    margin-bottom: 10px;
    margin-left: -20px;
    padding-left: 0;
  }

  .social-button.border {
    margin-bottom: 10px;
  }

  .site-name {
    margin-top: 0;
  }

  .blog-image {
    height: 190px;
  }

  .content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .menu-button {
    padding: 0;
  }

  .blog-page-image {
    height: 210px;
  }

  .container {
    border-top: 1px #000;
    margin-top: 10px;
  }

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

  .container-2 {
    color: #000;
    background-color: #e8e3e2;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-wrapper-four {
    background-color: #e8e3e200;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .photo {
    width: 200px;
    height: 200px;
    padding-left: 0;
  }

  .div-block-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block {
    margin: 5px 0 10px;
  }

  .image-5 {
    width: 150px;
    margin: 0;
    position: static;
    inset: 0% 0% auto auto;
    overflow: clip;
  }

  .list-4 {
    padding-left: 40px;
  }

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

  .icon {
    margin-top: 4px;
  }

  .hero-split-2 {
    justify-content: space-between;
    align-items: center;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
  }

  .button-primary-2 {
    min-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 180px;
    height: 180px;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .indexhead {
    font-size: 20px;
  }

  .container-8 {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
    padding: 10px;
  }

  .navbar-2 {
    min-width: 0;
  }

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

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-12 {
    width: 150px;
    margin-top: 60px;
  }

  .image-14, .link-block {
    margin-left: 10px;
  }

  .link-block-2 {
    padding-top: 60px;
  }

  .body-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_671e7623-710b-127e-e246-b6e128b28708-2a4639ec {
  place-self: center end;
}

#w-node-df5831fc-cea1-ab99-1fc3-24c02836b4d3-2a4639ec {
  grid-area: Area-2;
  place-self: center start;
}


