@import url("https://fonts.googleapis.com/css2?family=Birthstone&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
.mint-bg {
  background: #dcebe1; }

.blue-bg {
  background: #203962;
  color: white; }

.yellow-bg {
  background: #f9ce47;
  color: #1a3865; }

.gradient-bg {
  background: white;
  background: linear-gradient(180deg, white 0%, #dcebe1 100%); }

.reverse-gradient {
  background: white;
  background: linear-gradient(0deg, white 0%, #dcebe1 100%); }

body, html {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  color: #203962; }
  @media screen and (max-width: 1199px) {
    body, html {
      font-size: 18px; } }
  @media screen and (max-width: 991px) {
    body, html {
      font-size: 16px; } }

img {
  max-width: 100%; }

h1, h2 {
  font-weight: 900; }

h3 {
  font-size: 1.4rem;
  font-weight: 600; }

.button {
  display: inline-block;
  background: #203962;
  color: white;
  padding: 15px 28px;
  border-radius: 80px;
  font-weight: 600;
  font-size: 20px; }
  .button:hover {
    background: #4971a8;
    color: white;
    text-decoration: none; }
  .button.arrow-button {
    padding-right: 100px;
    position: relative; }
    .button.arrow-button img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  .button.large-button {
    font-size: 1.3rem;
    font-weight: 800;
    padding: 7px 27px; }
    .button.large-button img {
      margin-left: 20px;
      width: 1em;
      height: auto; }
  .button.yellow-button {
    background: #f9ce47;
    color: #203962; }
    .button.yellow-button:hover {
      background: #b08d21; }

.light-text {
  font-weight: 300; }

.section-title {
  font-size: 2rem; }

.large-title {
  font-size: 2.3rem;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .large-title {
      font-size: 2rem; } }

.intro-text {
  font-weight: 800;
  font-size: 1.4rem; }

.navbar-brand {
  width: 200px;
  max-width: 40%; }
  .navbar-brand img {
    width: 100%; }

.navbar a {
  color: #203962;
  font-weight: 600; }

.navbar-toggler {
  position: relative; }

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0; }

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1; }

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9; }

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent; }

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9; }

.hero {
  overflow-x: hidden; }
  .hero h1 {
    font-size: 3rem; }
    @media screen and (max-width: 991px) {
      .hero h1 {
        font-size: 2.5rem; } }
  .hero .mint-bg {
    background: #dcebe1;
    position: relative; }
    .hero .mint-bg:before, .hero .mint-bg:after {
      content: "";
      position: absolute;
      top: 0;
      width: 1000%;
      left: 100%;
      background: #dcebe1;
      height: 100%; }
    .hero .mint-bg:after {
      right: 100%;
      left: auto; }
  .hero .vimeo-link {
    position: relative;
    z-index: 99; }

.section-intro {
  margin-bottom: 20px; }
  .section-intro p {
    max-width: 720px;
    margin: 0 auto; }

.icon-cta {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 45px;
  position: relative; }
  .icon-cta .light-text {
    color: #828282;
    margin-bottom: 8px; }
  .icon-cta .button {
    color: white;
    padding: 8px 18px;
    text-align: center;
    min-width: 218px; }
  .icon-cta .button-container {
    position: absolute;
    bottom: 28px;
    width: 100%;
    left: 0;
    text-align: center; }
  .icon-cta img {
    margin: 30px auto 20px;
    display: block;
    width: 70px; }
  .icon-cta a {
    color: #203962; }

.resource-box {
  max-width: 360px;
  display: inline-block;
  background: #4376c8;
  color: white;
  padding: 30px;
  padding-bottom: 65px;
  position: relative;
  border-radius: 13px; }
  .resource-box a {
    color: white; }
  .resource-box .link {
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    max-width: 230px;
    left: 30px; }

.newsletter .button {
  background: #dcebe1;
  color: #203962;
  appearance: none;
  border: 0px;
  padding: 8px 22px; }

.footer-legal p {
  font-size: 15px; }
.footer-legal a {
  color: white; }

.toolkit-heading .large-text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3em; }

.toolkit-cta {
  font-size: 16px; }
  .toolkit-cta .button {
    margin-top: 1.2em; }

.cursive-callout p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 1.05em; }

.toolkit-features ul {
  padding-left: 1em;
  font-size: 16px; }

.feature-row {
  border-radius: 20px;
  max-width: 860px;
  margin: 0 auto 15px;
  padding: 20px; }
  .feature-row p {
    font-size: 18px;
    margin-bottom: 0px; }
  .feature-row .feature-title {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 8px; }
  .feature-row .feature-number {
    font-size: 74px;
    font-family: "Birthstone", cursive; }

.feature-card {
  background: white;
  display: flex;
  flex-direction: column; }
  .feature-card p {
    font-size: 18px;
    margin-bottom: 0px; }
  .feature-card h3 {
    font-size: 1.8rem;
    line-height: 1.1em;
    margin-top: auto;
    margin-bottom: auto; }

.toolkit-form, .contact-form {
  max-width: 500px;
  margin: 0 auto; }
  .toolkit-form label, .toolkit-form input, .contact-form label, .contact-form input {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .toolkit-form label, .contact-form label {
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 600; }
  .toolkit-form input, .toolkit-form textarea, .contact-form input, .contact-form textarea {
    border: 2px solid #203962;
    border-radius: 8px;
    padding: 6px 15px; }
  .toolkit-form input[type=submit], .toolkit-form button, .contact-form input[type=submit], .contact-form button {
    float: right;
    appearance: none;
    border: 0px;
    box-shadow: 0px;
    width: 220px;
    margin-top: 25px;
    margin-bottom: 14px;
    background: #203962;
    color: white;
    border-radius: 40px;
    font-weight: 700;
    font-size: 24px; }
  .toolkit-form .cog-heading, .contact-form .cog-heading {
    display: none; }
  .toolkit-form .cog-page__navigation, .contact-form .cog-page__navigation {
    float: right; }
  .toolkit-form .cog-label, .contact-form .cog-label {
    margin-top: 0px; }

.news h2, .events h2 {
  font-size: 48px; }

.news-item, .event-item {
  border: 3px solid #203962;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 12px;
  box-shadow: 2px 2px 8px -5px; }
  .news-item a, .event-item a {
    color: #203962;
    font-weight: 500;
    font-size: 18px; }
  .news-item h3, .event-item h3 {
    font-size: 1.4rem; }
  .news-item .date, .event-item .date {
    margin-bottom: 0px;
    font-size: 15px; }

.news-item {
  position: relative;
  padding-bottom: 32px; }
  .news-item .source {
    font-size: 16px;
    font-style: italic; }
  .news-item a span {
    position: absolute;
    bottom: 12px;
    left: 12px; }

.accordions {
  padding-bottom: 40px; }

.accordion {
  border: 3px solid #efefef;
  margin-bottom: 20px;
  padding: 12px 15px; }
  .accordion.active .accordion-content {
    max-height: 3999px;
    transition: max-height .5s ease-in-out; }
  .accordion .accordion-content {
    max-height: 0px;
    overflow: hidden;
    margin-top: 4px;
    font-size: 16px; }
  .accordion .accordion-title {
    padding-right: 30px;
    position: relative;
    cursor: pointer; }
    .accordion .accordion-title .fa {
      position: absolute;
      right: 10px;
      top: .4em; }
    .accordion .accordion-title p {
      margin-bottom: 0px;
      font-size: 1.2rem;
      font-weight: 800; }

/*# sourceMappingURL=main.css.map */
