:root {
  --brand-color-1: #2d80a2;
  --text-color-dark: black;
  --text-color-light: #aaa;
  --brand-color-2: #bb363f;
  --brand-color-3: #63ecc0;
  --brand-color-4: #ffb08b;
  --light-grey-1: #f3f3f5;
  --light-grey-2: #ccc;
  --dark-grey-1: #636363;
  --dark-grey-2: #333;
  --green: #467235;
  --white: white;
  --black: black;
}

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

@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: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--brand-color-1);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  color: var(--brand-color-1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--text-color-dark);
  margin-bottom: 1.6em;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  color: var(--brand-color-1);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: underline;
}

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

img {
  filter: drop-shadow(2px 2px 5px #000000b3);
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: var(--text-color-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  float: right;
  background-color: var(--brand-color-1);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 50px;
  height: 44px;
  padding: 0 20px;
  font-family: skippy-sharp, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 43px;
  transition: box-shadow .2s;
  position: static;
  box-shadow: 0 1px 1px #0000;
}

.button:hover {
  opacity: 1;
  background-color: #52a1c2;
  box-shadow: 0 10px 20px #0000001a;
}

.button.cta {
  float: none;
  background-color: var(--brand-color-2);
  margin-top: 10px;
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.navbar {
  background-color: #f5f5f5;
  justify-content: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
}

.container-2 {
  justify-content: center;
  width: 80%;
  max-width: 1000px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  float: left;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  color: var(--text-color-dark);
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  color: var(--text-color-dark);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-font-color-dark {
  background-color: var(--text-color-dark);
}

.color-block.cc-font-color-light {
  background-color: var(--text-color-light);
}

.color-block.cc-brand-color-1 {
  background-color: var(--brand-color-1);
  color: var(--brand-color-1);
}

.color-block.cc-brand-color-2 {
  background-color: var(--brand-color-2);
}

.color-block.cc-brand-color-3 {
  background-color: var(--brand-color-3);
}

.color-block.cc-brand-color-4 {
  background-color: var(--brand-color-4);
}

.color-block.cc-light-grey-1 {
  background-color: var(--light-grey-1);
}

.color-block.cc-light-grey-2 {
  background-color: var(--light-grey-2);
}

.color-block.cc-dark-grey-1 {
  background-color: var(--dark-grey-1);
}

.color-block.cc-dark-grey-2 {
  background-color: var(--dark-grey-2);
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
}

.style-guide-wrap {
  background-color: var(--light-grey-1);
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-logo-box {
  border: 1px solid var(--text-color-light);
  background-image: url('../images/transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-divider {
  background-color: var(--light-grey-1);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  border: 1px solid var(--light-grey-2);
  background-color: #fff;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
}

.input:hover {
  border-color: var(--dark-grey-1);
}

.input:focus {
  border-color: var(--brand-color-1);
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.card-title {
  margin-top: 0;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-container {
  background-color: var(--light-grey-1);
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tab-link {
  color: var(--text-color-light);
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: var(--text-color-dark);
}

.tab-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--dark-grey-2);
  color: var(--text-color-dark);
  background-color: #0000;
}

.tab-menu {
  box-shadow: inset 0 -1px 0 0 var(--light-grey-2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  box-shadow: inset 0 0 0 1px var(--light-grey-2);
  border-radius: 4px;
}

.heading {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-2 {
  font-weight: 700;
}

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

.ced-container {
  max-width: 1080px;
  margin-bottom: 40px;
}

.ced-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #032553;
  padding: 4px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.ced-div1 {
  background-color: #f2f8ff;
  width: auto;
  max-width: 710px;
  height: auto;
  padding: 20px;
}

.ced-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ced-heading-3 {
  color: #ac3547;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -35px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.text-block, .text-block-2 {
  font-size: 22px;
  line-height: 26px;
}

.ced-text-1 {
  text-align: center;
  padding-left: 49px;
  padding-right: 49px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

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

.ced-div-block-3 {
  flex-flow: column;
  justify-content: center;
  max-width: 375px;
  padding-left: 14px;
  display: flex;
}

.ced-div-block-4 {
  width: 300px;
  max-width: 300px;
  position: static;
  inset: 0% 0% auto auto;
}

.ced-code-embed {
  text-transform: uppercase;
  min-width: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.ced-div-block1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 9px;
  display: flex;
  position: relative;
}

.ced-div-block-5 {
  text-align: left;
  justify-content: center;
  width: 300px;
  display: flex;
}

.right-align-container {
  text-align: right;
  justify-content: flex-end;
  padding-top: 10px;
  display: flex;
}

.ced-h2-eventdetails {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #ab3448;
  border-radius: 0 14px 14px 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 19px 5px 54px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.ced-div2 {
  background-color: #f2f8ff;
  width: auto;
  min-width: auto;
  max-width: 710px;
  height: auto;
  padding: 0;
}

.ced-event-bullet-divs {
  text-align: left;
  background-image: url('../images/check-bullet.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 15px;
  padding: 11px 0 11px 38px;
  font-size: 16px;
}

.ced-div-block2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 9px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.ced-h2-eventdetails-roundedleft {
  color: #fff;
  text-transform: uppercase;
  background-color: #ab3448;
  border-radius: 14px 0 0 14px;
  padding: 10px 45px 10px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ced-div-block-6 {
  text-align: left;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.ced-div-block-7 {
  flex-flow: column;
  justify-content: center;
  max-width: 375px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ced-text-block-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.ced-div-block7 {
  justify-content: space-between;
  display: flex;
}

.ced-logo {
  text-align: left;
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

.ced-div-block-h2containers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--brand-color-1);
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.block-quote {
  font-family: Open Sans, sans-serif;
}

.link {
  color: var(--brand-color-1);
  font-family: Open Sans, sans-serif;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
  font-family: Open Sans, sans-serif;
}

.container {
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
}

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

.navbar-2 {
  background-color: #0000;
}

.section {
  background-image: linear-gradient(8deg, var(--green), transparent 58%), url('../images/wigwam.jpg');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
  height: 400px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  height: 20px;
  display: flex;
}

.container-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  height: 400px;
  min-height: 400px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.white {
  color: var(--white);
  text-shadow: -1px 1px 4px #000000ad;
  margin-top: 0;
  font-size: 3.3rem;
}

.swing {
  color: var(--white);
  text-shadow: -1px 1px 9px #000000d4;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 400;
}

.swing-span {
  text-transform: uppercase;
  margin-right: 4px;
  font-family: skippy-sharp, sans-serif;
  font-size: 3.6rem;
}

.h3-hero {
  color: var(--white);
  text-shadow: -1px 1px 4px #000000a6;
  margin-top: 10px;
  font-size: 16px;
}

.container-main {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.container-main.grey {
  border-top-style: dashed;
  border-top-width: 2px;
  border-top-color: var(--brand-color-1);
  border-right-style: dashed;
  border-right-width: 2px;
  border-right-color: var(--brand-color-1);
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: var(--brand-color-1);
  border-left-style: dashed;
  border-left-width: 2px;
  border-left-color: var(--brand-color-1);
  text-align: center;
  background-color: #0000;
  max-width: 800px;
  padding: 0 20px;
}

.container-main.cta {
  text-align: center;
  padding-top: 0;
}

.container-main.contact-top {
  padding-bottom: 0;
}

.image {
  filter: none;
}

.heading-11 {
  margin-top: 10px;
}

.paragraph-2 {
  margin-bottom: 0;
}

.event-detail-field {
  color: var(--brand-color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 18px;
  margin-bottom: 0;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.paragraph-3 {
  line-height: 1.8em;
}

.paragraph-4 {
  line-height: 1.7em;
}

.section-cta {
  background-color: var(--brand-color-1);
  align-items: center;
  min-height: 260px;
  margin-top: 60px;
  display: flex;
}

.h2-white {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.footer {
  background-color: var(--dark-grey-2);
  margin-top: 0;
  padding: 40px 20px;
  box-shadow: inset 0 6px 21px #000000a6;
}

.container-3 {
  max-width: 1200px;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-white-text {
  color: var(--white);
  text-align: right;
}

.event-detail {
  margin-bottom: .8em;
}

.contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.contact-item {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .button.top-register {
    margin-top: 7px;
  }

  .ced-div1 {
    min-width: 100%;
    max-width: none;
  }

  .ced-h2-eventdetails {
    padding-left: 68px;
  }

  .ced-div2 {
    justify-content: space-between;
    min-width: 100%;
    margin-top: 13px;
    display: flex;
  }

  .ced-div-block7 {
    text-align: left;
    flex-flow: column;
    align-items: center;
  }

  .div-block, .container-hero, .container-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-main.grey {
    max-width: 600px;
  }

  .heading-11 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .button.top-register {
    margin-top: 12px;
  }

  .card-wrap {
    flex: 1;
  }

  .ced-heading-3 {
    margin-bottom: -20px;
    font-size: 24px;
  }

  .ced-text-1 {
    font-size: 18px;
  }

  .ced-div-block-3 {
    max-width: 300px;
    font-size: 12px;
  }

  .ced-div-block-4 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .ced-image {
    max-width: 200px;
    margin-left: 36px;
  }

  .ced-h2-eventdetails {
    padding-left: 35px;
  }

  .ced-text-block-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .ced-link-block {
    text-align: center;
    margin-top: 30px;
  }

  .container-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-main.grey {
    max-width: 540px;
  }

  .footer-white-text {
    font-size: 12px;
  }

  .event-detail {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  img {
    max-width: 58%;
  }

  .ced-div-block {
    flex-flow: column;
    align-items: center;
  }

  .ced-heading-3 {
    margin-bottom: 13px;
    font-size: 24px;
  }

  .ced-text-1 {
    padding: 14px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .ced-div-block-3 {
    padding-left: 0;
  }

  .ced-div-block-4 {
    width: auto;
    position: relative;
    top: 102%;
  }

  .ced-image {
    max-width: 80%;
    margin-left: 0;
  }

  .ced-div-block1 {
    flex-flow: column;
    align-items: center;
  }

  .ced-h2-eventdetails {
    padding-left: 50px;
    font-size: 16px;
  }

  .ced-div2 {
    flex-flow: column;
  }

  .ced-div-block2 {
    flex-flow: column;
    align-items: center;
  }

  .ced-link-block {
    margin-top: 0;
  }

  .ced-div-block-h2containers {
    flex-flow: row;
    align-items: center;
  }

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

  .container-hero {
    text-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .white {
    margin-bottom: 6px;
    font-size: 2.1rem;
  }

  .swing {
    font-size: 1.6rem;
    line-height: 1.3em;
  }

  .swing-span {
    font-size: 2.4rem;
    display: block;
  }

  .h3-hero {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4em;
  }

  .code-embed {
    max-width: 138px;
  }

  .heading-10 {
    font-size: 2.4rem;
  }

  .container-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-main.grey {
    max-width: 300px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-main.sponsor-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    padding-right: 0;
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: .9rem;
  }

  .section-cta {
    margin-top: 40px;
  }

  .h2-white {
    font-size: 30px;
  }

  .footer-white-text {
    font-size: 10px;
  }

  .footer-logo {
    max-width: 130%;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .heading-12 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}


