.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: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000dc5;
  font-size: 1.9rem;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
}

.contain {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.h1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0075b2;
  font-size: 3.3rem;
  line-height: 1em;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.h2 {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.link {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.53);
}

.link.btn {
  margin-top: 15px;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #0075b2;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 700;
}

.content {
  margin-top: 25px;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.51);
  text-align: center;
}

.rich-text {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.rich-text p {
  font-size: 1.3rem;
  line-height: 1.4em;
}

.footer-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rich-text-footer {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.rich-text-footer p {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #858585;
  font-size: 12px;
  text-align: center;
}

.navbar {
  background-color: #26336c;
}

.nav-link {
  color: #ffe300;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block {
  color: #ffe300;
  font-size: 1.4rem;
  font-weight: 700;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  padding-bottom: 19px;
}

.body {
  background-color: #d6d6d6;
}

.grid {
  margin-top: 29px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.welcome-card {
  padding: 15px;
  background-color: #fff;
}

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

.subscribe-form-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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.submit-button {
  width: 100%;
  margin-top: 8px;
  background-color: #ffe300;
  color: #26346b;
  font-size: 17px;
  font-weight: 700;
}

.article-wrapper {
  padding: 25px;
  border: 5px solid #26336c;
  background-color: #fff;
}

.home-h1 {
  color: #000dc5;
}

.heading {
  color: #000dc5;
}

.blog-link-url {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000dc5;
  font-size: 1rem;
}

.mailing-list-wrapper {
  margin-bottom: 25px;
}

.blog-text {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.blog-text a {
  color: #000dc5;
}

.blog-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2.2rem;
  }

  .subscribe-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 1.6rem;
  }

  .h2 {
    font-size: 1.1rem;
  }

  .link.btn {
    font-size: 1.5rem;
  }

  .rich-text p {
    margin-bottom: 0px;
    font-size: 1.1rem;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }
}

#w-node-_7297409d-aeb9-62b7-330e-f1e5fdc0af8a-156113b1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c1501372-db82-0c61-7484-614d0770ca57-156113b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_50cfad5f-4015-87d2-6408-a983d1db106c-156113b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_37d19817-8960-24ab-655d-03755c57c67c-156113b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2832384f-25d9-2db4-abc0-98b53f4aac8d-156113b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

