* {
  margin: 0;
  font-family: "Karla Local", sans-serif;
  font-size: 18px;
  line-height: 33px;
  box-sizing: border-box;
}

*::selection {
  background-color: #D84947;
}

a {
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
  word-wrap: break-word;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  font-size: 25px;
  line-height: 37.5px;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}

h5,
h6 {
  font-size: 20px;
}

p {
  font-weight: 300;
  margin-bottom: 20px;
}

button {
  cursor: pointer;
  border: none;
}

picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul {
  margin: 30px 0;
}

li {
  font-weight: 300;
}

em,
strong,
b,
i,
a,
span {
  font-size: inherit;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

article {
  padding: 30px 0;
}

article a {
  color: #d94948;
  font-weight: 400;
}

h1.lined::after,
h2.lined::after,
h3.lined::after {
  content: "";
  border-bottom: 4px solid #001f33;
  width: 64px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2.lined::after {
  margin-top: 8px;
  margin-bottom: 8px;
}

h2.lined.red::after {
  border-bottom: 4px solid #d70000;
}

div.lined {
  position: relative;
}

div.lined::before {
  content: "";
  border-left: 1px solid lightgray;
  position: absolute;
  top: 0px;
  left: -10px;
  height: 100%;
}

div.lined.red::before {
  border-left: 2px solid #d70000;
}

picture.middle {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.flex {
  display: flex;
}

.half {
  width: 50%;
}

.half:first-child {
  margin-right: 30px;
}

.bigHalf {
  width: 65%;
}

.smallHalf {
  width: 35%;
}

.alignMiddle {
  display: flex;
  align-self: center;
}

.bg {
  background-color: #f5f5f5;
  padding: 20px;
}

.text-small, .text-small p {
  font-size: 15px;
  line-height: 20px;
}

a.pillButton {
  background: #001f33;
  color: white;
  border-radius: 25px;
  transition: all 0.3s;
  padding: 8px 30px;
  display: inline-block;
  margin: 22px 0 30px;
  font-size: 20px;
  border: 2px solid transparent;
}

a.pillButton:hover {
  color: #001f33;
  background-color: white;
  border: 2px solid #001f33;
}

.accordion li > div {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.accordion li.active > div {
  max-height: 500px;
  display: block;
}

.accordion li h5 {
  cursor: pointer;
  position: relative;
  padding: 10px;
}

.accordion li h5:hover {
  background-color: #f5f5f5;
}

.accordion li h5::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 10px;
}

.accordion li.active h5::after {
  content: "\f107";
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .showDesktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .half, .bigHalf, .smallHalf {
    width: 100%;
  }
  .flex {
    flex-direction: column;
  }
}
@font-face {
  font-family: "Karla Local";
  font-style: oblique;
  font-weight: 600;
  font-display: auto;
  src: url("/assets/fonts/Karla-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url("/assets/fonts/Karla-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/assets/fonts/Karla-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: italic;
  font-weight: 500;
  font-display: auto;
  src: url("/assets/fonts/Karla-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("/assets/fonts/Karla-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: url("/assets/fonts/Karla-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/assets/fonts/Karla-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: url("/assets/fonts/Karla-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: italic;
  font-weight: 200;
  font-display: auto;
  src: url("/assets/fonts/Karla-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: 200;
  font-display: auto;
  src: url("/assets/fonts/Karla-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: italic;
  font-weight: 800;
  font-display: auto;
  src: url("/assets/fonts/Karla-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url("/assets/fonts/Karla-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/assets/fonts/Karla-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Local";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: url("/assets/fonts/Karla-BoldItalic.ttf") format("truetype");
}
@keyframes slide-right {
  100% {
    transform: translateX(0%);
  }
}
.slideToRight.visible {
  transform: translateX(-100%);
  animation: slide-right 1s forwards;
}

@keyframes slide-left {
  100% {
    transform: translateX(0%);
  }
}
.slideToLeft.visible {
  transform: translateX(100%);
  animation: slide-left 1s forwards;
}

@keyframes slide-up {
  100% {
    transform: translateY(0%);
  }
}
.slideToUp.visible {
  transform: translateY(100%);
  animation: slide-up 1s forwards;
}

@keyframes appear {
  100% {
    opacity: 1;
  }
}
.appear.visible {
  opacity: 0;
  animation: appear 1s forwards;
}

body > header {
  background: #001f33;
}
body > header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
body > header a.logo {
  display: inline-block;
}
body > header nav {
  padding-left: 60px;
}
body > header nav a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 7px 15px 20px 15px;
}
body > header nav a:last-child {
  display: none;
}
body > header a.pillButton {
  border: 1px solid white;
  color: white;
  font-size: 18px;
}
body > header a.pillButton:hover {
  background-color: rgba(255, 255, 255, 0.4588235294);
  color: white;
  border: 1px solid white;
}
body > header button.mobileNavToggler {
  display: none;
  background-color: transparent;
  color: white;
  padding: 30px;
  margin-right: -15px;
}

@media screen and (max-width: 1280px) {
  body > header nav {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  body > header nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 900px) {
  body > header nav {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body > header a.pillButton {
    display: none;
  }
  body > header button.mobileNavToggler {
    display: block;
  }
  body > header.mobileNavOpen nav {
    position: absolute;
    top: 115px;
    left: 0;
    display: grid;
    grid-template-columns: 6fr;
    background: #001f33;
    width: 100%;
    text-align: center;
    z-index: 1;
    max-height: 100vh;
  }
  body > header nav a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #001f33;
  }
  body > header.mobileNavOpen nav a {
    color: white;
  }
  body > header.mobileNavOpen nav a:last-child {
    display: block;
  }
}
section.pageIntro {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  color: #f5f5f5;
  min-height: calc(100vh - 120px);
}
section.pageIntro .container > div {
  width: 55%;
  padding: 70px 0;
}
section.pageIntro p {
  font-size: 20px;
}
section.pageIntro em {
  font-weight: 900;
}

section.pageIntro.alignRight {
  text-align: right;
}
section.pageIntro.alignRight .container > div {
  margin-left: auto;
}
section.pageIntro.alignRight h1::after {
  margin-left: auto;
}

@media screen and (min-width: 1600px) {
  section.pageIntro {
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position-y: -200px;
  }
}
@media screen and (max-width: 1280px) {
  section.pageIntro .container > div {
    width: 58%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  section.pageIntro {
    background-image: none !important;
    text-align: left !important;
    min-height: auto !important;
    padding: 30px 0;
  }
  section.pageIntro .container > div {
    width: 100% !important;
    padding: 20px 0;
  }
  section.pageIntro .container > div h1::after {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  section.pageIntro {
    padding: 0;
  }
  section.pageIntro p {
    font-size: 14px;
    line-height: 26px;
  }
}
.postList {
  margin-top: 70px;
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.postList h3 {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 10px;
  grid-column: 1/4;
}
.postList .post {
  margin-bottom: 30px;
}
.postList .post a {
  color: #001f33;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  display: block;
}
.postList .post > a:first-child {
  height: 112px;
}
.postList .post > a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.postList .post div a {
  margin: 15px 0 0 0;
}
.postList .post time {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  color: #adadad;
}
.postList .post p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1280px) {
  .postList .post > a:first-child img {
    object-fit: fill;
  }
}
@media screen and (max-width: 1024px) {
  .postList {
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
  .postList h3 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .postList {
    display: block;
    margin-top: 20px;
  }
  .postList .post > a:first-child {
    height: auto;
  }
}
article.post {
  padding: 0;
}
article.post .container {
  max-width: 1000px;
}
article.post header {
  background-color: #f5f5f5;
  padding: 100px 0;
}
article.post header time {
  color: #848484;
  font-size: 15px;
  font-weight: 500;
}
article.post header h1 {
  color: #011640;
  font-weight: 400;
  text-transform: uppercase;
}
article.post .post-image {
  position: relative;
  top: -50px;
  height: 400px;
  display: block;
}
article.post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
article.post section.summary {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
article.post section.summary h2 {
  width: 60%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #011640;
  font-family: "Montserrat", Sans-serif;
}
article.post h1,
article.post h2,
article.post h3,
article.post h4 {
  margin-bottom: 20px;
}
article.post p {
  line-height: 37px;
  font-size: 20px;
  font-weight: 300;
}
article.post a {
  color: #d94948;
  font-weight: 400;
}
article.post blockquote {
  margin: 10px -10px;
  padding: 10px;
}
article.post blockquote ul {
  margin: 0;
}
article.post blockquote p {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
}
article.post hr {
  width: 80%;
  border: none;
  border-top: 2px solid #011640;
  margin: 20px auto;
}
article.post .post-content {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  padding: 10px;
}
article.post .bg {
  background-color: #f5f5f5;
  margin: 0 -10px;
  padding: 60px 10px;
}
article.post .text-red {
  color: #d94948;
}

@media screen and (max-width: 1024px) {
  article.post header {
    padding: 30px 0 60px 0;
  }
  article.post .post-image {
    margin-top: 0;
  }
  article.post .post-image img {
    object-fit: contain;
  }
  article.post section.summary {
    flex-direction: column;
  }
  article.post section.summary h2 {
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  article.post header {
    padding: 15px 0;
  }
  article.post .post-image {
    margin-top: 0;
    top: 0;
    height: auto;
  }
}
.counters {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.counters .counter {
  text-align: center;
}
.counters .counter p {
  font-size: 19px;
  font-weight: 400;
  margin-top: 30px;
}
.counters .counter .value {
  color: #d70000;
  font-size: 69px;
  font-weight: 600;
  display: block;
}
.counters .counter strong {
  display: block;
}

@media screen and (max-width: 768px) {
  .counters {
    flex-direction: column;
  }
}
footer {
  margin: 60px 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}
footer .logo {
  width: 150px;
  align-self: center;
  flex-basis: 12%;
}
footer strong {
  font-size: 20px;
}
footer button.colorLink {
  font-size: 20px;
  font-weight: 500;
  color: crimson;
  background-color: transparent;
  text-align: left;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s;
}
footer a.colorLink:hover {
  color: #020101;
}
footer .left {
  flex-basis: 50%;
  flex-shrink: 0;
}
footer .left p {
  margin-bottom: 0;
}
footer .right {
  width: 33%;
  display: flex;
  flex-direction: column;
}
footer .right .colorLink {
  justify-self: flex-end;
  margin-top: auto;
}
footer .right nav a {
  color: #001f33;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
footer section.dataresponse {
  text-align: center;
  margin-top: 30px;
}
footer section.dataresponse a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #001f33;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  footer .container {
    justify-content: start;
  }
  footer .left {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    flex-grow: 3;
    flex-basis: 100%;
    padding-bottom: 20px;
  }
  footer .right {
    flex-basis: 40%;
    flex-shrink: 0;
    text-align: center;
  }
  footer a.colorLink {
    font-size: inherit;
  }
}
@media screen and (max-width: 550px) {
  footer .logo, footer .left, footer .right {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.successStoriesPage section.pageIntro {
  background-image: url("/assets/images/Specialist-services-header.png");
}
.successStoriesPage section.pageIntro h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
}
.successStoriesPage article div.flex {
  margin-top: 30px;
}
.successStoriesPage article div.flex picture {
  height: 100%;
}
.successStoriesPage .industry {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.successStoriesPage .industry h2 {
  grid-column: 1/4;
  text-align: center;
  margin: 20px 0 40px 0;
}
.successStoriesPage .industry h4 {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 1280px) {
  .sucessStoriesPage .industry {
    display: block;
  }
  .sucessStoriesPage .industry img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .sucessStoriesPage article {
    display: block;
  }
}
.servicesPage section.pageIntro {
  background-image: url("/assets/images/Specialist-services-header.png");
}
.servicesPage section.pageIntro h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
}
.servicesPage article div.flex {
  margin-top: 30px;
}
.servicesPage article div.flex picture {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .servicesPage article div.flex picture {
    align-items: flex-start;
    width: 70%;
    margin: auto;
  }
}
.pressPage section.pageIntro {
  background-image: url("/assets/images/Specialist-services-header.png");
}
.pressPage section.pageIntro h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
}
.pressPage article {
  display: flex;
}
.pressPage article > div:last-child {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pressPage article {
    display: block;
  }
}
.productsPage section.pageIntro {
  background-image: url("/assets/images/Java-vm-header-1.png");
}
.productsPage section.pageIntro h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
}
.productsPage article div.flex {
  margin-top: 30px;
}
.productsPage article div.flex picture {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .productsPage article {
    display: block;
  }
}
.contactPage article {
  background-image: url("/assets/images/Techtalk-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 right -200px;
  background-color: black;
  color: white;
  padding: 50px 0;
}
.contactPage article a {
  color: white;
  display: inline-block;
  margin: 10px 0;
}
.contactPage article h2 {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .contactPage article {
    background-image: none;
    padding: 20px 0;
  }
}
.legalPage section.legalDocuments {
  margin: 50px 0 100px 0;
}
.legalPage section.legalDocuments h2 {
  text-align: center;
  margin-bottom: 30px;
}
.legalPage section.legalDocuments img {
  max-width: 80%;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}
.legalPage section.legalDocuments .documents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
}
.legalPage section.legalDocuments .legalDocument {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.legalPage section.legalDocuments a {
  color: #001f33;
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .legalPage section.legalDocuments .documents {
    grid-template-columns: 1fr;
    height: auto;
  }
  .legalPage section.legalDocuments .documents .legalDocument {
    height: 250px;
  }
}
.esgPage section.pageIntro {
  background: url("/assets/images/sustainability.png") no-repeat center left transparent;
  background-size: 650px 400px;
  color: #001f33;
  padding: 40px 0;
}
.esgPage section.pageIntro picture {
  display: none;
}
.esgPage section.pageIntro h1 {
  margin-bottom: 50px;
}
.esgPage section.pageIntro h1.lined::after {
  width: 200px;
}
.esgPage section.pageIntro h4 {
  margin: 15px 0 40px auto;
  width: 57%;
}
.esgPage section.pageIntro .accordion {
  width: 525px;
  margin-left: auto;
  text-align: left;
  list-style-type: none;
}
.esgPage section.pageIntro a {
  color: #d94948;
  font-weight: 400;
}
.esgPage section.sustainability, .esgPage section.sponsoring .container, .esgPage section.sustainabilityArticles .container {
  max-width: 1000px;
  margin: auto;
  display: flex;
}
.esgPage section.sustainability, .esgPage section.sponsoring .container {
  align-items: center;
}
.esgPage section.sponsoring {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin: 50px auto;
}
.esgPage section.sustainabilityArticles h3 a {
  color: #001f33;
}
.esgPage section.sustainabilityArticles .pillButton {
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .esgPage section.pageIntro picture {
    display: block;
    text-align: center;
  }
  .esgPage section.pageIntro h1, .esgPage section.pageIntro h2 {
    text-align: center;
  }
  .esgPage section.pageIntro h1::after {
    display: none;
  }
  .esgPage section.pageIntro h4 {
    width: 100%;
    text-align: center;
  }
  .esgPage section.sustainability, .esgPage section.sponsoring .container, .esgPage section.sustainabilityArticles .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .esgPage .sponsoring .container, .sustainabilityArticles .container, .sustainability {
    flex-direction: column;
  }
  .sustainabilityArticles .half {
    margin-bottom: 40px;
  }
  .sustainabilityArticles .pillButton {
    display: block;
    margin: auto;
    width: 140px;
    padding: 4px 15px;
  }
}

/*# sourceMappingURL=main.css.map */