.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 {
  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 {
  max-width: none;
  margin-right: 30px;
  margin-left: 30px;
}

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

.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 {
  margin-right: auto;
  margin-left: auto;
}

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

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.paragraph-bigger.cc-bigger-light {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.85;
  text-align: center;
}

.paragraph-bigger.cc-bigger-light.white {
  color: #fff;
}

.paragraph-bigger.cc-bigger-light.sponsors {
  font-size: 22px;
  font-weight: 600;
}

.button {
  padding: 12px 25px;
  border-radius: 5px;
  background-color: #1d75b9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #185178;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.button:active {
  background-color: #6ea9d3;
}

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-left: 30px;
  background-color: #01776d;
}

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

.button.hotw-blue {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #1d75b9;
}

.button.ll-green {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #4cbd95;
}

.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;
  left: auto;
  display: inline;
  width: 100%;
  max-width: 70%;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.6;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.label.section-heading {
  letter-spacing: 0px;
  text-transform: none;
}

.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: 20px;
  opacity: 0.6;
  font-weight: 400;
}

.paragraph-light.paragraph-bigger {
  margin-top: 20px;
}

.heading-jumbo {
  max-width: 600px;
  margin: 10px auto;
  font-size: 70px;
  line-height: 80px;
  text-transform: none;
}

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

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #f27424;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  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;
  color: #fff;
  text-align: center;
}

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

.logo-link {
  z-index: 1;
  width: 240px;
  margin-top: -10px;
  margin-bottom: -50px;
}

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

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

.logo-link.w--current {
  position: relative;
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.menu {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: 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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: block;
  height: auto;
  min-height: auto;
  padding: 0px 50px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e7e8;
  white-space: normal;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 14px;
  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;
}

.navigation-item.white {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.navigation-item.white.w--current {
  padding-right: 20px;
  color: #fff;
  font-weight: 500;
}

.menu-button {
  background-color: #1d75b9;
}

.logo-image {
  position: static;
  overflow: visible;
  width: 175px;
  float: none;
  clear: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.navigation-items {
  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: 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-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 18px;
}

.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: 100%;
  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;
}

.cta-wrap.skinny {
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-bottom: 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;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.intro-header.cc-subpage {
  height: 280px;
  background-image: none;
}

.intro-header.home {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/shutterstock_535580662.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/shutterstock_535580662.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

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

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

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

.motto-wrap._0-bot-mar {
  margin-bottom: 0px;
}

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

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

.contact-form-grid {
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
}

.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 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.about-grid {
  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 {
  margin-bottom: 40px;
  grid-column-gap: 48px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 48px 2.5fr;
  grid-template-columns: 2fr 2.5fr;
}

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

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

.blog-heading {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.content-wrapper {
  display: block;
  overflow: visible;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  float: none;
  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;
}

.content-wrapper.extra-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-wrapper.extra-space.dates {
  margin-top: 40px;
}

.presented-by-section {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
  background-image: url('../images/snow-on-red-FP.jpg');
  background-position: 30% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flex-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

.flex-wrapper.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-wrapper.justify-start.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-wrapper.ads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin: -10px auto;
  -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;
}

.presented-by-text {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
}

.link-block.facebook {
  width: 30px;
  height: 30px;
  background-color: #3b5998;
  text-decoration: none;
}

.link-block.linkedin {
  background-color: #0077b5;
  text-decoration: none;
}

.presented-by-flex {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.content-section {
  display: block;
  overflow: scroll;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: transparent;
}

.content-section.intro {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #009b91;
}

.content-section.footer {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #d32d31;
}

.content-section.coming-soon {
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f3e5;
}

.content-section.coming-soon.background-gray {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.content-section.signup {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6e7e8;
}

.content-section.premiere-sponsors {
  position: relative;
  z-index: 10;
  display: none;
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.content-section-hidden {
  display: none;
}

.content-section.passport-section {
  padding-bottom: 0px;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer-logo-container {
  display: block;
  width: 200px;
  margin-top: -20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #2b4c89;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.image {
  height: auto;
}

.form-field {
  height: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 20px;
}

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

.form-block {
  margin-bottom: 0px;
}

.div-block-2 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.font-awesome-icons {
  padding-right: 1px;
  font-family: 'Font Awesome 5 Brands', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.font-awesome-icons.li {
  padding-right: 0px;
}

.listing-card-container {
  position: relative;
  display: block;
  width: 32%;
  min-height: 300px;
  margin-right: 7px;
  margin-bottom: 20px;
  margin-left: 7px;
  padding: 10px;
  border-radius: 10px;
  background-color: #e6e7e8;
}

.listing-card-container.sponsors {
  min-height: 100px;
  background-color: #fff;
}

.listing-card-container.sponsors.sponsor-level-1 {
  width: 99%;
}

.listing-card-container.sponsors.sponsor-level-2 {
  width: 49%;
}

.listing-lightbox {
  overflow: hidden;
  text-decoration: none;
}

.builder-button-container {
  position: relative;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

.flex-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-card.mod {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.address-link {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.geo-location {
  font-family: 'Font Awesome 5', sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.broker {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #6d6e71;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.flex-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flex-thumbnail._1 {
  background-image: url('../images/01_11245171stStreet_57_FrontView_HiRes.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.flex-thumbnail._2 {
  background-image: url('../images/ezgif-1-79602fda9d87.jpg');
  background-size: cover;
}

.flex-thumbnail._3 {
  background-image: url('../images/LOT-17-Rendering.jpg');
  background-position: 50% 30%;
  background-size: 110%;
}

.flex-thumbnail._6 {
  background-image: url('../images/SSHBA-Pic-89-2.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._8 {
  background-image: url('../images/unnamed-10.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._5 {
  background-image: url('../images/IMG_0729.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.flex-thumbnail._9 {
  background-image: url('../images/7.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._10 {
  background-image: url('../images/Willow-Pointe.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._4 {
  background-image: url('../images/LOT-22-Rendering.jpg');
  background-position: 50% 40%;
  background-size: 113%;
  background-repeat: repeat;
}

.flex-thumbnail._7 {
  background-color: #fff;
  background-image: url('../images/Asset-1.png');
  background-position: 20% 50%;
  background-size: auto 120%;
  background-repeat: repeat;
}

.flex-thumbnail._11 {
  background-image: url('../images/image2-1.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._12 {
  background-color: #fff;
  background-image: url('../images/emerson.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.flex-thumbnail._13 {
  background-image: url('../images/Outside.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._14 {
  background-image: url('../images/UNADJUSTEDNONRAW_thumb_e.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._15 {
  background-image: url('../images/front-03.JPG');
  background-position: 50% 30%;
  background-size: cover;
}

.flex-thumbnail._16 {
  background-image: url('../images/sshba16-WEB.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.flex-thumbnail._17 {
  background-image: url('../images/IMG_3839.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flex-thumbnail._18 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flex-thumbnail._19 {
  background-image: url('../images/002_5Napv47J.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.spacer {
  height: 80px;
}

.flex-ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 150px;
  margin: 10px;
  border-radius: 10px;
  background-color: #f8995c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flex-ad:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.flex-ad.ad-1 {
  background-image: url('../images/James-Hardie-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ad-space-name-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 200%;
  line-height: 1em;
  text-align: center;
}

.map-embed {
  width: 100%;
  height: 50vw;
  margin-bottom: 40px;
  padding-top: 100px;
}

.slider {
  height: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #f27424;
}

.ad-1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sponsor-tag-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  width: 300px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #f27424;
}

.sponsor-tag-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.slide {
  width: 100%;
  height: auto;
}

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

.hines {
  max-width: 100px;
}

.sponsor-image {
  max-width: 300px;
  margin: 10px 30px;
}

.sponsor-image.hines {
  max-width: 120px;
}

.sponsor-image.prosource {
  margin-top: -6px;
  margin-bottom: -6px;
}

.sponsor-image.shillings {
  max-width: 150px;
}

.sponsor-image.seigles {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  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: 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.number-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 20px;
  background-color: #bf2025;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.3);
}

.number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Font Awesome 5', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.premier-sponsor-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
}

.section-2 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(175, 189, 225, 0.3);
}

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

.image-2 {
  position: static;
  top: 10px;
  display: inline-block;
  width: 30%;
  padding-bottom: 20px;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.open-house {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #bf2025;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.open-house-details {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #6d6e71;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.open-house-master {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.open-house-star {
  display: block;
  padding-right: 5px;
  float: left;
  font-family: 'Font Awesome 5', sans-serif;
  color: #bf2025;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

.listing-address {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
}

.listing {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.listing-address-marker {
  display: block;
  padding-right: 5px;
  float: left;
  font-family: 'Font Awesome 5', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

.listing-image {
  display: block;
  overflow: visible;
  max-height: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
}

.listing-image-link {
  padding-bottom: 0px;
}

.listing-card-container-white {
  position: relative;
  display: block;
  overflow: visible;
  width: 23%;
  min-height: auto;
  margin-right: 7px;
  margin-bottom: 20px;
  margin-left: 7px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d32d31;
  border-radius: 10px;
  background-color: #fff;
}

.listing-card-container-white.sponsors {
  min-height: 100px;
  background-color: #fff;
}

.listing-card-container-white.sponsors.sponsor-level-1 {
  width: 99%;
}

.listing-card-container-white.sponsors.sponsor-level-2 {
  width: 49%;
}

.paragraph {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text {
  line-height: 26px;
}

.footer-logo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-3 {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.footer-sites-list {
  float: left;
  clear: none;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.footer-sites-list:hover {
  color: #fff;
}

.footer-sites-header {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.column {
  position: relative;
  top: auto;
  bottom: auto;
  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;
}

.image-3 {
  position: relative;
}

.subhead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}

.link-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-decoration: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px none #6d6e71;
  background-color: #f3f3e5;
}

.image-4 {
  width: 80%;
  max-width: none;
}

.link-block-3 {
  text-decoration: none;
}

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

.text-span {
  color: #000;
  font-size: 14px;
}

.text-span-2 {
  color: #000;
  font-size: 14px;
}

.image-6 {
  display: block;
  width: 80%;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}

.image-7 {
  width: 25vw;
  padding-bottom: 0px;
}

.newspapers-header {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #e6e7e8;
}

.paper-flex-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.paper-flex-wrapper.justify-space-between {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.paper-flex-wrapper.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paper-flex-wrapper.justify-start.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.paper-flex-wrapper.ads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin: -10px auto;
  -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;
}

.link-block-4 {
  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;
}

.tabs-menu {
  text-align: left;
}

.image-8 {
  display: block;
  margin-left: 40px;
}

.content-wrapper-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: none;
  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;
}

.content-wrapper-header.extra-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-wrapper-header.extra-space.dates {
  margin-top: 40px;
}

.image-10 {
  width: 200px;
}

.image-12 {
  width: 20%;
  height: 100%;
  margin-right: 40px;
}

.image-11 {
  width: 20%;
  height: 100%;
  margin-right: 40px;
}

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

.div-block-4 {
  position: static;
  display: inline-block;
  width: 150px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 6px solid #d32d31;
  border-radius: 20px;
  text-align: left;
}

.tabs {
  width: 100%;
}

.tab-link-tab-2 {
  margin-right: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3f3e5;
}

.tab-link-tab-2.w--current {
  margin-right: 5px;
  background-color: #ddddce;
}

.tab-link-tab-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3f3e5;
}

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

.tab-link-tab-1 {
  margin-right: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3f3e5;
}

.tab-link-tab-1.w--current {
  margin-right: 5px;
  border-radius: 10px 10px 0px 0px;
  background-color: #ddddce;
}

.image-13 {
  width: 100%;
  border-top-right-radius: 15px;
}

.image-14 {
  width: 100%;
  border-style: none;
  border-width: 3px;
  border-color: #ddddce;
  border-radius: 3px 15px 3px 3px;
}

.image-15 {
  width: 100%;
  border-top-right-radius: 15px;
}

.text-span-4 {
  font-weight: 300;
}

.text-span-5 {
  font-weight: 300;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 1fr 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
}

.list {
  border-bottom: 1px solid #000;
}

.list-item {
  border-bottom: 1px solid #000;
}

.list-item-border {
  border-bottom: 1px solid #000;
}

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

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

.text-block-4.text-block-4-light {
  font-weight: 300;
}

.column-5 {
  padding-right: 20px;
}

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

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.section-heading-right {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 400;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.image-16 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.toy-drive-section {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #01776d;
}

.content-wrapper-toy-drive {
  display: block;
  overflow: visible;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}

.content-wrapper-toy-drive.extra-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-wrapper-toy-drive.extra-space.dates {
  margin-top: 40px;
}

.image-17 {
  display: block;
  width: 200px;
  float: none;
  clear: none;
  text-align: left;
}

.div-block-5 {
  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;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
}

.div-block-6 {
  display: inline;
  width: 70%;
  -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;
  text-align: left;
}

.div-block-white {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 6px solid #d32d31;
  border-radius: 20px;
  text-align: left;
}

.event-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 55px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.content-wrapper-event-info {
  display: block;
  overflow: visible;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}

.content-wrapper-event-info.extra-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-wrapper-event-info.extra-space.dates {
  margin-top: 40px;
}

.event-info-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 22px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: block;
    margin-left: 0px;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .menu-icon {
    display: block;
    width: 22px;
  }
  .menu {
    position: static;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation {
    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;
  }
  .menu-button {
    border-radius: 5px;
    background-color: #1d75b9;
  }
  .menu-button:hover {
    background-color: #195177;
  }
  .menu-button:active {
    background-color: #6eaad3;
  }
  .menu-button.w--open {
    background-color: #1d75b9;
  }
  .menu-button.w--open:focus {
    background-color: #185178;
  }
  .navigation-items {
    max-width: 400px;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: auto;
    padding-right: 0px;
    border-radius: 10px;
    background-color: #6d6e71;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .cta-wrap.skinny {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .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;
  }
  .home-content-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .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-row-gap: 26px;
    -ms-grid-rows: auto 26px auto;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .flex-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrapper.justify-space-between {
    margin-right: 20px;
    margin-left: 20px;
  }
  .presented-by-text {
    font-size: 0.7em;
  }
  .presented-by-flex {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .listing-card-container {
    width: 32%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .slider {
    height: auto;
  }
  .sponsor-tag-box {
    width: 240px;
  }
  .sponsor-tag-text {
    font-size: 0.9em;
  }
  .container-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-2 {
    width: 30%;
  }
  .listing-card-container-white {
    width: 32%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .image-5 {
    width: 22px;
  }
  .image-6 {
    width: 90%;
  }
  .image-7 {
    width: 40vw;
  }
  .paper-flex-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paper-flex-wrapper.justify-space-between {
    margin-right: 20px;
    margin-left: 20px;
  }
  .content-wrapper-header {
    padding-left: 60px;
  }
  .text-span-4 {
    display: none;
  }
  .text-span-5 {
    display: none;
  }
  .heading {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 46px;
  }
  .content-wrapper-toy-drive {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-wrapper-event-info {
    padding-right: 30px;
    padding-left: 30px;
  }
  .event-info-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 18px;
    line-height: 28px;
  }
  .button.cc-jumbo-button {
    font-size: 14px;
    line-height: 20px;
  }
  .button.cc-contact-us {
    display: block;
    margin-left: 0px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 36px;
  }
  .logo-link {
    width: auto;
    max-width: 200px;
    min-width: 160px;
    margin-bottom: -40px;
    padding-left: 0px;
  }
  .menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navigation {
    padding: 20px 30px;
  }
  .navigation-item.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-item.white.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-button.w--open:focus {
    background-color: #185178;
  }
  .navigation-items {
    background-color: #6d6e71;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .home-content-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-grid.cc-about-2 {
    grid-row-gap: 15px;
  }
  .flex-wrapper.justify-space-between {
    text-align: left;
  }
  .social-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .presented-by-flex {
    display: block;
    width: 70%;
    text-align: center;
  }
  .footer-text {
    margin-right: 20px;
  }
  .footer-logo-container {
    max-width: 50%;
    min-width: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .listing-card-container {
    width: 48%;
  }
  .flex-card {
    overflow: hidden;
  }
  .flex-ad {
    margin-right: 5px;
    margin-left: 5px;
  }
  .sponsor-tag-text {
    font-size: 0.8em;
  }
  .sponsor-image {
    margin-right: 5px;
    margin-left: 5px;
  }
  .sponsor-image.hines {
    max-width: 100px;
  }
  .container-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-2 {
    width: 50%;
  }
  .listing-card-container-white {
    width: 48%;
  }
  .text-block-2 {
    text-align: center;
  }
  .footer-sites-list {
    display: inline-block;
    float: none;
  }
  .column {
    text-align: center;
  }
  .column-2 {
    padding-top: 20px;
    text-align: center;
  }
  .column-3 {
    padding-top: 20px;
    text-align: center;
  }
  .column-4 {
    padding-top: 20px;
    text-align: center;
  }
  .image-3 {
    position: relative;
    display: inline-block;
    float: none;
    clear: none;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-6 {
    width: 100%;
  }
  .image-7 {
    width: 80vw;
  }
  .image-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content-wrapper-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: left;
  }
  .image-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-5 {
    padding-right: 10px;
  }
  .column-6 {
    padding-left: 10px;
  }
  .text-block-5 {
    font-size: 14px;
    text-align: center;
  }
  .heading {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
  }
  .toy-drive-section {
    display: block;
  }
  .content-wrapper-toy-drive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    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: left;
  }
  .image-17 {
    width: auto;
  }
  .div-block-5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-wrapper-event-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    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: left;
  }
  .event-info-heading {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .container {
    overflow: hidden;
  }
  .button.cc-contact-us {
    display: block;
    margin-left: 0px;
    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;
  }
  .label.section-heading {
    line-height: 35px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 42px;
    line-height: 48px;
  }
  .heading-jumbo-small {
    overflow: hidden;
  }
  .logo-link {
    max-width: 160px;
    min-width: 100px;
    margin-top: -15px;
  }
  .logo-link.w--current {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu {
    margin-left: 0px;
    padding-top: 0px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    text-align: center;
  }
  .navigation-wrap {
    -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;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-item.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navigation-item.white.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button {
    position: relative;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #1d75b9;
  }
  .menu-button:hover {
    position: relative;
    top: auto;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -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;
    background-color: #185178;
  }
  .menu-button.w--open:focus {
    background-color: #185178;
  }
  .navigation-items {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #6d6e71;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cta-wrap.skinny {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-header {
    height: 500px;
  }
  .contact-form-grid {
    width: 100%;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-grid.cc-about-2 {
    grid-row-gap: 10px;
  }
  .content-wrapper {
    overflow: visible;
    padding-right: 5px;
    padding-left: 5px;
  }
  .presented-by-section {
    display: block;
    overflow: visible;
  }
  .flex-wrapper.justify-space-between {
    display: block;
    overflow: visible;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
  }
  .flex-wrapper.justify-start.align-center {
    -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;
  }
  .flex-wrapper.ads {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .presented-by-text {
    position: static;
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    font-size: 0.8em;
    text-align: center;
  }
  .social-links {
    overflow: visible;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .link-block.facebook {
    overflow: visible;
    width: 20px;
    height: 20px;
  }
  .presented-by-flex {
    width: 100%;
    text-align: center;
  }
  .div-block {
    width: auto;
  }
  .footer-text {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-logo-container {
    min-width: 100px;
  }
  .font-awesome-icons {
    font-size: 10px;
  }
  .listing-card-container {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .listing-card-container.sponsors.sponsor-level-1 {
    width: 100%;
  }
  .listing-card-container.sponsors.sponsor-level-2 {
    width: 100%;
  }
  .map-embed {
    width: 90%;
    height: 80vh;
  }
  .sponsor-tag-box {
    width: 200px;
  }
  .icon {
    margin-left: 0px;
  }
  .icon-2 {
    margin-right: 0px;
  }
  .sponsor-image.seigles {
    max-width: 130px;
  }
  .image-2 {
    width: 60%;
  }
  .listing-card-container-white {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .listing-card-container-white.sponsors.sponsor-level-1 {
    width: 100%;
  }
  .listing-card-container-white.sponsors.sponsor-level-2 {
    width: 100%;
  }
  .text-block-2 {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .footer-sites-list {
    position: relative;
    display: inline-block;
    float: none;
  }
  .column-2 {
    padding-top: 20px;
    text-align: center;
  }
  .column-3 {
    padding-top: 20px;
    text-align: center;
  }
  .column-4 {
    padding-top: 20px;
    text-align: center;
  }
  .image-3 {
    display: inline-block;
    float: none;
    text-align: left;
  }
  .navbar {
    padding: 10px;
  }
  .text-span {
    font-size: 12px;
  }
  .text-span-2 {
    font-size: 12px;
  }
  .image-6 {
    width: 100%;
  }
  .image-7 {
    width: 80vw;
  }
  .newspapers-header {
    display: block;
    overflow: visible;
  }
  .paper-flex-wrapper.justify-space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    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;
  }
  .paper-flex-wrapper.justify-start.align-center {
    -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;
  }
  .paper-flex-wrapper.ads {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-wrapper-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .image-9 {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-12 {
    width: 40%;
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .image-11 {
    width: 40%;
    height: 100%;
    margin-right: 20px;
    padding-right: 0px;
  }
  .text-span-3 {
    font-size: 12px;
  }
  .tab-link-tab-2 {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .tab-link-tab-3 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .tab-link-tab-1 {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .tab-link-tab-1.w--current {
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .link-block-5.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-5 {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
  }
  .heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    white-space: normal;
  }
  .toy-drive-section {
    display: block;
    overflow: visible;
    -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;
  }
  .content-wrapper-toy-drive {
    display: block;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .image-17 {
    display: block;
    width: 75%;
    float: none;
    clear: none;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .content-wrapper-event-info {
    display: block;
    overflow: visible;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .event-info-heading {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    white-space: normal;
  }
}

#w-node-28a7ae807330-5c9fa626 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-28a7ae807342-5c9fa626 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-509be705858e-ec9fa628 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-ec9fa628 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-28a7ae807330-5c9fa626 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-28a7ae807342-5c9fa626 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-509be70585a6-ec9fa628 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-509be705858e-ec9fa628 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-509be705858e-ec9fa628 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-509be70585a6-ec9fa628 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}