@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Insert your todd_wellman_2 footer custom SASS styling. */
.footer-top-wrapper {
  background-color: #f2f2f2;
}

.footer-top-wrapper .footer {
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-top-wrapper .footer section.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .footer-top-wrapper .footer section.region-footer {
    -webkit-flex-flow: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.footer-top-wrapper .footer section.region-footer #block-footerlogoandcopyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -webkit-box-pack: right;
  justify-content: right;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.75rem;
}

.footer-top-wrapper .footer section.region-footer #block-footerlogoandcopyright img {
  max-width: none;
  margin-bottom: -1rem;
  vertical-align: middle;
  border-style: none;
}

.footer-top-wrapper .footer section.region-footer #block-footerlogoandcopyright p {
  font-size: 0.75rem;
}

.footer-top-wrapper .footer section.region-footer .menu--footer,
.footer-top-wrapper .footer section.region-footer .menu--footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 0.75rem;
}

.footer-top-wrapper .footer section.region-footer .menu--footer ul.nav,
.footer-top-wrapper .footer section.region-footer .menu--footer-legal ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -webkit-box-pack: right;
  justify-content: right;
  padding: 1rem 1rem 0 1rem;
}

.footer-top-wrapper .footer section.region-footer .menu--footer ul.nav li,
.footer-top-wrapper .footer section.region-footer .menu--footer-legal ul.nav li {
  padding: 0;
}

.footer-top-wrapper .footer section.region-footer .menu--footer ul.nav .nav-link,
.footer-top-wrapper .footer section.region-footer .menu--footer-legal ul.nav .nav-link {
  padding: 0.1rem 1rem;
}

.footer-top-wrapper .footer section.region-footer #block-footerdesignedby {
  width: 100%;
  font-size: 0.75rem;
}

.footer-wrapper {
  background-color: #f2f2f2;
}

.footer-wrapper .footer {
  margin-top: 5rem;
  padding-top: 2rem;
  padding-bottom: 0;
  border: 0;
}

.footer-wrapper .footer section.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer {
    -webkit-flex-flow: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.footer-wrapper .footer section.region-footer #block-footerlogoandcopyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -webkit-box-pack: right;
  justify-content: right;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.75rem;
}

.footer-wrapper .footer section.region-footer #block-footerlogoandcopyright img {
  max-width: none;
  margin-bottom: -1rem;
  vertical-align: middle;
  border-style: none;
}

.footer-wrapper .footer section.region-footer #block-footerlogoandcopyright p {
  font-size: 0.75rem;
}

.footer-wrapper .footer section.region-footer .menu--footer,
.footer-wrapper .footer section.region-footer .menu--footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 0.75rem;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav,
.footer-wrapper .footer section.region-footer .menu--footer-legal ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -webkit-box-pack: right;
  justify-content: right;
  padding: 1rem 1rem 0 1rem;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav li,
.footer-wrapper .footer section.region-footer .menu--footer-legal ul.nav li {
  width: 100%;
  padding: 0;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav .nav-link,
.footer-wrapper .footer section.region-footer .menu--footer-legal ul.nav .nav-link {
  padding: 0.1rem 1rem;
}

.footer-wrapper .footer section.region-footer #block-footercontactinfo .navbar-address {
  float: right;
  padding-top: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-wrapper .footer section.region-footer #block-footercontactinfo .social-icons {
  font-size: 1.5rem;
}

.footer-wrapper .footer section.region-footer #block-footercontactinfo .social-icons .icon {
  margin-right: 1rem;
}

.footer-wrapper .footer section.region-footer #block-footercontactinfo .social-icons a:last-child {
  margin-right: 0;
}

.footer-wrapper .footer section.region-footer #block-footercontactinfo .text-align-center {
  text-align: center;
}

.footer-wrapper .footer section.region-footer #block-footercontactinfo address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.footer-wrapper .footer section.region-footer #block-footerdesignedby {
  width: 100%;
  font-size: 0.75rem;
}

.footer-affiliations-wrapper {
  background-color: #f2f2f2;
}

.footer-affiliations-wrapper .block-views-blockfooter-affiliations-block-1 {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.footer-affiliations-wrapper .block-views-blockfooter-affiliations-block-1 ul {
  list-style: none;
}

.footer-affiliations-wrapper .block-views-blockfooter-affiliations-block-1 ul li {
  padding: 0 1rem;
}

.footer-bottom-wrapper {
  background-color: #f2f2f2;
}

.footer-bottom-wrapper #block-footerdesignedby {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 0.75rem;
}
