html, body {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section:nth-of-type(1) {
  margin-top: 4vw;
}

main section:nth-of-type(1) svg {
  width: 60%;
}

main section:nth-of-type(1) > h1 {
  font-size: 8vw;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #3e8dcc;
}

main section:nth-of-type(2) form {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #204389;
}

main section:nth-of-type(2) form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main section:nth-of-type(2) form div input {
  border: 0;
  outline: unset;
  padding: 2.5vw;
  font-size: 4.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
}

main section:nth-of-type(2) form div input[type=text] {
  background-color: #3e8dcc;
  color: white;
  width: 70%;
}

main section:nth-of-type(2) form div input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 4vw;
}

main section:nth-of-type(2) form div input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 4vw;
}

main section:nth-of-type(2) form div input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 4vw;
}

main section:nth-of-type(2) form div input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 4vw;
}

main section:nth-of-type(2) form div input[type=submit] {
  width: 30%;
  background-color: #204389;
  color: white;
  text-transform: uppercase;
}

main section:nth-of-type(3) {
  margin-top: 4vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main section:nth-of-type(3) > h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 8vw;
  text-align: left;
  margin-left: 2vw;
  color: #204389;
}

main section:nth-of-type(3) #no-jobs {
  font-family: "Source Sans 3", sans-serif;
  font-size: 6vw;
  margin-left: 2.5vw;
}

main section:nth-of-type(3) #jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
}

main section:nth-of-type(3) #jobs ul {
  padding: 0;
  margin-left: 2vw;
  width: 100%;
}

main section:nth-of-type(3) #jobs ul li {
  list-style: none;
  margin-left: 0;
  width: 100%;
}

main section:nth-of-type(3) #jobs ul li:first-of-type a {
  border-top: 4px solid #204389;
}

main section:nth-of-type(3) #jobs ul li:last-of-type a {
  border-bottom: 0;
  margin-bottom: 2vw;
}

main section:nth-of-type(3) #jobs ul li a {
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  color: #204389;
  width: 100%;
  display: -ms-grid;
  display: grid;
  padding: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  border-bottom: 2px solid #204389;
  border-top: 2px solid #204389;
  gap: 3vw;
}

main section:nth-of-type(3) #jobs ul li a .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main section:nth-of-type(3) #jobs ul li a .left .ref {
  font-size: 2vw;
}

main section:nth-of-type(3) #jobs ul li a .left .position {
  font-size: 5vw;
}

main section:nth-of-type(3) #jobs ul li a .left .location {
  font-size: 3vw;
}

main section:nth-of-type(3) #jobs ul li a .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section:nth-of-type(3) #jobs ul li a .right span {
  font-family: "Roboto", sans-serif;
  background-color: #204389;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1080px) {
  main section:nth-of-type(1) svg {
    width: 20%;
  }
  main section:nth-of-type(1) > h1 {
    font-size: 2vw;
  }
  main section:nth-of-type(2) form div input {
    font-size: 1.5vw;
    padding: 0.5vw;
  }
  main section:nth-of-type(2) form div input[type=text]::-webkit-input-placeholder {
    font-size: 1.5vw;
  }
  main section:nth-of-type(2) form div input[type=text]:-ms-input-placeholder {
    font-size: 1.5vw;
  }
  main section:nth-of-type(2) form div input[type=text]::-ms-input-placeholder {
    font-size: 1.5vw;
  }
  main section:nth-of-type(2) form div input[type=text]::placeholder {
    font-size: 1.5vw;
  }
  main section:nth-of-type(3) > h1 {
    font-size: 2vw;
  }
  main section:nth-of-type(3) #no-jobs {
    font-size: 1.5vw;
  }
  main section:nth-of-type(3) #jobs ul li a {
    padding: 0.5vw;
  }
  main section:nth-of-type(3) #jobs ul li a .left .ref {
    font-size: 1.4vw;
  }
  main section:nth-of-type(3) #jobs ul li a .left .position {
    font-size: 2vw;
  }
  main section:nth-of-type(3) #jobs ul li a .left .location {
    font-size: 1.5vw;
  }
  main section:nth-of-type(3) #jobs ul li a .right span {
    padding: 0.5vw;
  }
}
/*# sourceMappingURL=careers.css.map */