#header {
  background-color: #fff;
  padding: 1.5rem 0 1rem;
}
#header .container-fluid {
  height: 9rem;
}
@media (max-width: 757px) {
  #header .container-fluid {
    height: 12rem;
  }
}
@media (max-width: 757px) {
  #header .container-fluid .row.align-items-end {
    position: relative;
  }
}
#header .logo img {
  max-width: 100%;
  height: 80px;
  width: auto;
}
@media (max-width: 756px) {
  #header .logo img {
    max-width: 20rem;
  }
}
@media (max-width: 992px) {
  #header .logo {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 756px) {
  #header .logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  #header .main-menu {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  #header .main-menu {
    display: none;
  }
}
#header .main-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
#header .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 3rem;
}
#header .main-menu ul li.current-menu-ancestor > a {
  color: #5a80c6 !important;
}
@media (max-width: 1450px) and (min-width: 1100px) {
  #header .main-menu ul li {
    margin: 0 1.5rem;
  }
}
@media (max-width: 1199px) {
  #header .main-menu ul li {
    margin: 0 0.5rem;
  }
}
#header .main-menu ul li.current-menu-ancestor a, #header .main-menu ul li.current-menu-item a {
  color: #5a80c6;
  font-weight: 700;
}
#header .main-menu ul li:last-child {
  margin-right: 0;
}
#header .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header .main-menu ul li a {
  color: #707070;
  font-size: 1.6rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.8rem;
  text-decoration: none;
}
@media (max-width: 1020px) and (min-width: 992px) {
  #header .main-menu ul li a {
    font-size: 1.5rem;
  }
}
#header .main-menu ul li a:hover {
  color: #5a80c6;
}
#header .main-menu ul li ul.sub-menu {
  list-style: none;
  position: absolute;
  left: -2.5rem;
  background: #fff;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 1rem 0 0 0;
  width: 25rem;
  padding: 2.5rem;
  text-align: left;
}
#header .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  border-bottom: thin solid transparent;
}
#header .main-menu ul li ul.sub-menu li.current-menu-item {
  pointer-events: auto;
  border-bottom: thin solid #1a2421 !important;
}
#header .main-menu ul li ul.sub-menu li.current-menu-item > a {
  color: #5a80c6;
  font-weight: 700;
}
#header .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header .main-menu ul li ul.sub-menu li a {
  color: #707070;
  font-size: 1.4rem;
  display: block;
  font-family: "Ubuntu", sans-serif;
  padding: 1.5rem 0;
  font-weight: 400;
  text-align: left;
  line-height: 1.6rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#header .main-menu ul li ul.sub-menu li a:hover {
  border-bottom: 1px solid #1a2421;
  color: #5a80c6;
}
#header .main-menu ul li ul.sub-menu li ul.sub-menu {
  list-style: none;
  position: absolute;
  left: 21.9rem;
  top: 0;
  background: #fff;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 1rem 0 0 0;
  width: 25rem;
  padding: 2.5rem;
  text-align: left;
}
#header .top-right {
  text-align: right;
  position: relative;
}
@media (max-width: 992px) and (min-width: 757px) {
  #header .top-right {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    padding-right: 100px;
  }
}
@media (max-width: 756px) {
  #header .top-right {
    display: flex;
    position: unset;
    margin-top: 2rem;
  }
}
#header .top-right #menuToggler {
  display: none;
}
@media (max-width: 992px) {
  #header .top-right #menuToggler {
    display: inline-block;
    position: absolute;
    right: 3.5rem;
    top: 3rem;
    cursor: pointer;
    z-index: 4;
  }
}
@media (max-width: 765px) {
  #header .top-right #menuToggler {
    top: -1rem;
    right: 2rem;
  }
}
#header .top-right #menuToggler .mobile-burger .checkbox {
  position: absolute;
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  top: 2rem;
  left: 2rem;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
#header .top-right #menuToggler .mobile-burger .hamburger-lines {
  display: block;
  height: 2.6rem;
  width: 3.2rem;
  position: absolute;
  top: 1.7rem;
  left: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header .top-right #menuToggler .mobile-burger .hamburger-lines .line {
  display: block;
  height: 0.4rem;
  width: 100%;
  border-radius: 1rem;
  background: #5a80c6;
}
#header .top-right #menuToggler .mobile-burger .hamburger-lines .line.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
#header .top-right #menuToggler .mobile-burger .hamburger-lines .line.line2 {
  transition: transform 0.2s ease-in-out;
}
#header .top-right #menuToggler .mobile-burger .hamburger-lines .line.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
#header .top-right #menuToggler .mobile-burger input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
#header .top-right #menuToggler .mobile-burger input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
#header .top-right #menuToggler .mobile-burger input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
#header .top-right #menuToggler .mobile-burger input[type=checkbox]:checked ~ .logo {
  display: none;
}
@media (max-width: 756px) {
  #header .top-right .socials {
    display: flex;
    justify-content: flex-start;
    padding-top: 1.5rem;
  }
}
@media (max-width: 756px) and (max-width: 756px) and (min-width: 501px) {
  #header .top-right .socials {
    flex: 0 0 30%;
  }
}
@media (max-width: 756px) and (max-width: 500px) {
  #header .top-right .socials {
    flex: 0 0 50%;
  }
}
#header .top-right .socials .connect {
  font-size: 1.4rem;
}
#header .top-right .socials ul {
  list-style: none;
  padding: 0;
}
#header .top-right .socials ul li {
  display: inline-block;
  position: relative;
}
#header .top-right .socials ul li:not(:first-child) a {
  margin-left: 2rem;
}
#header .top-right .socials ul li a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}
#header .top-right .search {
  position: relative;
}
@media (max-width: 756px) {
  #header .top-right .search {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.5rem;
    align-items: baseline;
    position: unset;
  }
}
@media (max-width: 756px) and (min-width: 501px) {
  #header .top-right .search {
    flex: 0 0 70%;
  }
}
@media (max-width: 500px) {
  #header .top-right .search {
    flex: 0 0 50%;
  }
}
@media (max-width: 756px) {
  #header .top-right .search form {
    width: 100%;
  }
}
#header .top-right .search input[type=search] {
  border: none;
  border-bottom: 0.2rem solid #707070;
  padding: 0.4rem 0;
  color: #707070;
  font-size: 1.2rem;
  line-height: 2rem;
  width: calc(100% - 2.5rem);
}
#header .top-right .search input[type=search]:focus {
  outline: none;
}
#header .top-right .search input[type=search]::-webkit-input-placeholder { /* Edge */
  font-family: "Ubuntu", sans-serif;
}
#header .top-right .search input[type=search]::-webkit-search-cancel-button {
  filter: grayscale(1);
}
#header .top-right .search input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Ubuntu", sans-serif;
}
#header .top-right .search input[type=search]::placeholder {
  font-family: "Ubuntu", sans-serif;
}
#header .top-right .search input[type=submit] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/search.svg");
  width: 1.9rem;
  height: 1.9rem;
  border: none;
  padding: 0;
  position: relative;
  top: 5px;
}
#header .top-right .search input[type=submit]:focus {
  outline: none;
}

section#breadcrumbPath {
  background: #5a80c6;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  color: #fff;
}
section#breadcrumbPath a {
  color: #fff;
  text-decoration: none;
}
section .banner {
  padding-top: 1rem;
}
section .banner img {
  width: 100%;
}

#mobileMenu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 3;
}
#mobileMenu .sub-menu li {
  padding: 6px 0;
}
#mobileMenu li:not(.no-link) a:before {
  content: " ";
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  border: solid #5a80c6;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#mobileMenu.active {
  opacity: 1;
  visibility: visible;
  top: 0;
  z-index: 1000;
  overflow-y: scroll;
}
#mobileMenu.active ~ #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
}
#mobileMenu .menu-main-menu-container {
  margin-top: 16rem;
  max-height: 80%;
  overflow: auto;
}
#mobileMenu .menu-main-menu-container ul#main-menu {
  padding-left: 2rem;
  padding-right: 2rem;
  list-style: none;
  font-family: "Roboto", sans-serif;
}
#mobileMenu .menu-main-menu-container ul#main-menu > li {
  font-size: 1.6rem;
  line-height: 1.7rem;
  position: relative;
  margin-bottom: 2rem;
}
#mobileMenu .menu-main-menu-container ul#main-menu > li::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #5a80c6;
  display: block;
}
#mobileMenu .menu-main-menu-container ul#main-menu > li a {
  color: #5a80c6;
  text-decoration: none;
  padding-bottom: 5px;
}
#mobileMenu .menu-main-menu-container ul#main-menu > li a:hover {
  color: #5a80c6;
}
#mobileMenu .menu-main-menu-container ul#main-menu .sub-menu {
  list-style: none;
  margin-top: 15px;
}
#mobileMenu .menu-main-menu-container ul#main-menu .sub-menu li {
  font-size: 12px;
  line-height: 30px;
  border: none;
}
#mobileMenu .menu-main-menu-container ul#main-menu .sub-menu li::before {
  display: none;
}
#mobileMenu .menu-main-menu-container ul#main-menu .sub-menu li a {
  color: #5a80c6;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 5px;
}

.socials .connect {
  font-size: 1.4rem;
}
.socials ul {
  list-style: none;
  padding: 0;
}
.socials ul li {
  display: inline-block;
  position: relative;
}
.socials ul li:not(:first-child) a {
  margin-left: 2rem;
}
.socials ul li a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}
.socials ul li a .social--image img {
  width: 25px;
  height: 25px;
}

#footer {
  margin-top: 5rem;
  color: #4F4F4F;
  position: relative;
  margin-bottom: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-top: 1.2rem solid #5a80c6;
  background-size: cover;
}
#footer .secondline {
  height: 1rem;
  margin-top: -2.2rem;
}
@media (max-width: 1200px) {
  #footer {
    background-position: bottom left;
  }
}
#footer .footer {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  #footer .footer {
    padding-top: 0;
  }
}
#footer .footer--row {
  min-height: 20rem;
  align-items: flex-start;
}
#footer .footer--left .site-logo {
  margin-bottom: 4rem;
  max-height: inherit;
  height: 75px;
  width: auto;
}
@media (max-width: 767px) {
  #footer .footer--left .site-logo {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
#footer .footer--left p {
  color: #4F4F4F;
}
#footer .footer--left--description {
  line-height: 3rem;
  font-size: 1.4rem;
  max-width: 120rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  #footer .footer--left--description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#footer .footer--right {
  flex: 0 0 28rem;
  /* form styles */
}
@media (max-width: 1200px) {
  #footer .footer--right {
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  #footer .footer--right {
    margin-top: 0;
  }
}
#footer .footer--right .socials {
  margin-top: 1.2rem;
}
@media (max-width: 1200px) {
  #footer .footer--right .socials {
    margin-top: 1rem;
    margin-bottom: 1rem;
    gap: 1rem;
  }
}
#footer .footer--right .socials span {
  font-size: 1.4rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  #footer .footer--right .socials span {
    font-size: 1.2rem;
  }
}
#footer .footer--right .socials .socials-list {
  list-style: none;
  display: inline-flex;
  padding: 0;
  gap: 0 0.9rem;
  margin-left: 1rem;
}
@media (max-width: 1200px) {
  #footer .footer--right .socials .socials-list {
    justify-content: flex-start;
  }
}
#footer .footer--right .form-btn {
  width: 100%;
  max-width: 26rem;
  height: 4rem;
  border: 1px solid #1a2421;
  background: #1a2421;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  vertical-align: bottom;
  border-radius: 0.4rem;
  column-gap: 1rem;
  margin-bottom: 4rem;
}
#footer .footer--right .form-btn:hover {
  background-color: transparent;
  color: #1a2421;
}
#footer .footer--right .form-btn:hover svg path {
  fill: #1a2421;
}
#footer .footer--funding {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  line-height: 1.8rem;
}
#footer .footer--funding img {
  margin-right: 0.5rem;
  margin-top: -0.1rem;
}
#footer .footer--funding span {
  vertical-align: middle;
  color: #4F4F4F;
}
@media (max-width: 767px) {
  #footer .footer--funding span {
    line-height: 1.8rem;
    font-size: 1.2rem;
  }
}
#footer .footer--bottom {
  background: #5a80c6;
  color: #fff;
  margin-top: auto;
  height: 5.8rem;
}
@media (max-width: 767px) and (min-width: 451px) {
  #footer .footer--bottom {
    height: 7rem;
  }
}
@media (max-width: 450px) {
  #footer .footer--bottom {
    height: 10rem;
  }
}
#footer .footer--bottom--copy-pages {
  display: flex;
  align-items: center;
  line-height: 3.5rem;
  height: 5.8rem;
  color: white;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #footer .footer--bottom--copy-pages {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 2.2rem;
  }
}
@media (max-width: 767px) and (min-width: 451px) {
  #footer .footer--bottom--copy-pages {
    height: 7rem;
  }
}
@media (max-width: 450px) {
  #footer .footer--bottom--copy-pages {
    height: 10rem;
  }
}
#footer .footer--bottom--copy-pages a {
  text-decoration: underline;
}
#footer .footer--bottom--copy-pages a:hover {
  color: inherit;
}
#footer .footer--bottom--copy-pages .copy {
  padding-right: 0.5rem;
}

#scrollToTop {
  position: fixed;
  bottom: 12rem;
  right: -1.7rem;
  z-index: 5000;
  transition: 0.2s;
  width: 12.5rem;
  cursor: pointer;
}
#scrollToTop .scrollToTop--image {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
}
#scrollToTop .scrollToTop--image:hover ~ .scrollToTop-tooltip {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  width: 12.5rem;
}
#scrollToTop .scrollToTop--text {
  color: #5a80c6;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
}
@media (max-width: 756px) {
  #scrollToTop .scrollToTop--text {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  /* font-size: 10px; */
  font-size: 62.5%;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .container {
  max-width: 141rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body .container-fluid {
  max-width: 164rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body footer {
  max-height: 40rem;
  margin-top: auto;
}
@media (min-width: 1201px) {
  body footer .site-logo {
    max-height: 4.2rem;
  }
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5a80c6;
}

h1 {
  font-weight: 700;
  letter-spacing: 1.02px;
  font-size: 5.1rem;
}
@media (max-width: 425px) {
  h1 {
    font-size: 3.5rem;
  }
}

p,
li {
  color: #4F4F4F;
}

.section-content a {
  color: #5a80c6;
  font-weight: 700;
}
.section-content a:hover {
  text-decoration: underline;
}

a,
span {
  color: inherit;
  text-decoration: none;
}

a,
button {
  transition: 0.3s ease-in-out;
}

.context-text {
  font-size: 1.8rem;
  color: #4F4F4F;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

b {
  font-weight: 700;
}

.thin-text {
  font-weight: 100;
}

.reversebtn {
  transition: 0.3s ease-out;
  color: #1a2421;
  border: 1px solid #1a2421;
  border-radius: 13.92px;
  background-color: transparent;
}
.reversebtn:hover {
  color: white;
  background-color: #1a2421;
}

h2.ws-title {
  color: #5a80c6;
  font-size: 3.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 2.5rem;
}
h2.ws-title:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #1a2421;
}

/* global class for spacing spacing */
.big-top-space {
  margin-top: 20rem;
}

.big-bottom-space {
  margin-bottom: 20rem;
}

.medium-top-space {
  margin-top: 10rem;
}

.medium-bottom-space {
  margin-bottom: 10rem;
}

.small-top-space {
  margin-top: 4rem;
}

.small-bottom-space {
  margin-bottom: 4rem;
}

.banner img {
  max-width: 100%;
}

.archive-pagination {
  margin-top: 13.5rem;
  margin-bottom: 15rem;
  color: #4F4F4F;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .archive-pagination {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.archive-pagination .page-numbers {
  margin-left: 0.8rem;
  padding: 1.2rem 1.6rem;
  line-height: 2rem;
  background-color: transparent;
  border-radius: 50%;
}
.archive-pagination .page-numbers:nth-child(1) {
  margin-right: 0.4rem;
  margin-left: 0;
}
.archive-pagination .page-numbers:hover, .archive-pagination .page-numbers.current {
  background: #5a80c6;
  color: #fff;
  text-decoration: none;
}
.archive-pagination .page-numbers.dots {
  padding: 1.2rem 1.5rem;
}
.archive-pagination .page-numbers.dots:hover {
  background: transparent;
  color: inherit;
}

.archive-filter--date #sort-posts .sort {
  font-size: 1.5rem;
  color: #4F4F4F;
  line-height: 3.5rem;
}
.archive-filter--date #sort-posts button {
  padding: 0 0 0 2rem;
  color: #4F4F4F;
  font-size: 1.5rem;
  line-height: 3.5rem;
  border: 0.1rem solid #4F4F4F;
  background: #fff;
  border-radius: 0.2rem;
  margin-left: 1rem;
}
.archive-filter--date #sort-posts button img {
  padding: 0 2rem;
}
