@charset "UTF-8";
/*==========  J-IT Custom Styles  ==========*/
@font-face {
  font-family: FontAwesome;
  src: url("../assets/fonts/Font-Awesome-5-Pro-Light-300.otf") format("opentype"); }
/*==========  Slider Styles  ==========*/
li {
  list-style: none; }

ul, ol, li {
  margin: 0;
  padding: 0; }

/*.container {
  max-width: 900px;
  margin: 0 auto;
}*/
pre[class*="language-"] > code[data-language] {
  overflow: auto !important; }

section {
  margin: 50px 0; }

@media (min-width: 300px) and (max-width: 799px) {
  img h2, .slider-full h2 {
    padding-top: 10%; } }
@media (min-width: 800px) {
  img h2, .slider-full h2 {
    padding-top: 10%; } }
a:focus {
  outline: 1px solid red; }

img {
  max-width: 100%; }

img:not(.tns-lazy-img), .lazyload img {
  height: auto; }

.autoWidth img {
  max-width: none; }

.autoHeight img {
  width: 100%; }

.visually-hidden {
  position: fixed;
  left: -10000px;
  opacity: 0; }

/* nav */
.nav.active ul {
  left: 0; }

.nav.active .nav-toggle-handle {
  left: 17em; }

.nav.active .nav-toggle-handle:before {
  display: inline-block; }

.nav.active .nav-toggle-handle:after {
  display: none; }

.nav ul {
  position: fixed;
  top: 0;
  left: -17em;
  z-index: 100;
  width: 17em;
  height: 1000px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  transition: left 0.25s;
  overflow-y: auto; }

.nav a {
  display: block;
  padding: 0.7em 1em;
  color: inherit;
  text-decoration: none; }

.nav a:hover {
  background-color: #F3F3F3; }

.nav .active {
  color: #fff;
  background-color: #af23ff !important; }

.nav-toggle-handle {
  position: fixed;
  transition: left 0.25s;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 10px;
  color: #fff;
  background-color: #af23ff;
  cursor: pointer; }

.nav-toggle-handle:before {
  display: none;
  padding-right: 5px;
  content: '◄';
  font-size: 0.8em; }

.nav-toggle-handle:after {
  padding-left: 5px;
  content: '►';
  font-size: 0.8em; }

.img-1 {
  background: #D6D65B;
  background: #d6d65c; }

.img-2 {
  background: #5BD6AD;
  background: #5cd6ad; }

.img-3 {
  background: #5B99D6;
  background: #5c99d6; }

.img-4 {
  background: #D65BC1;
  background: #d65cc2; }

.img-5 {
  background: #70D65B;
  background: #70d65c; }

.img-6 {
  background: #D65B5B;
  background: #d65c5c; }

.img-7 {
  background: #D6995B;
  background: #d6995c; }

.img-8 {
  background: #705BD6;
  background: #705cd6; }

.customize-tools {
  position: relative; }

.thumbnails {
  margin: 20px 0;
  text-align: center; }

.thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff; }

.thumbnails .tns-nav-active {
  background: none;
  border-color: #000; }

.thumbnails li {
  width: 50px; }

.thumbnails img {
  vertical-align: bottom;
  height: auto;
  max-height: 50px; }

.controls {
  text-align: center; }

.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s; }

.controls li img {
  display: inline-block;
  vertical-align: middle; }

.controls .prev {
  left: 0; }

.controls .next {
  right: 0; }

.controls li:hover {
  background: #f2f2f2; }

.tns-controls {
  text-align: center;
  margin-bottom: 10px; }

.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0; }

.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em; }

[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0; }

.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important; }

.tns-nav {
  text-align: center;
  margin: 10px 0; }

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0; }

.tns-nav > .tns-nav-active {
  background: #999; }

.playbutton-wrapper {
  text-align: center; }

.playbutton-wrapper button {
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid  #ccc;
  cursor: pointer; }

.wrapper {
  padding: 0 5em; }

.suite-container .title, .suite-container .subtitle, .suite-container li {
  padding: 5px 10px; }

.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5; }

.suite-container .title {
  font-size: 14px;
  font-weight: bold;
  background: #8acac6;
  text-transform: capitalize; }

.suite-container .subtitle {
  font-size: 13px;
  font-weight: bold;
  background: #dedede;
  text-transform: capitalize; }

.suite-container .fail {
  background: #FFADE2; }

[class*="vertical"] .img {
  padding: 30px 0; }

[class*="vertical"] .img:before {
  content: '';
  display: inline-block;
  width: 1px;
  margin-right: -1px;
  height: 100%;
  vertical-align: middle; }

[class*="vertical"] .img a {
  display: inline-block;
  padding: 0; }

[class*="vertical"] .img-1 {
  height: 137px; }

[class*="vertical"] .img-2 {
  height: 122px; }

[class*="vertical"] .img-3 {
  height: 143px; }

[class*="vertical"] .img-4 {
  height: 325px; }

[class*="vertical"] .img-5 {
  height: 140px; }

[class*="vertical"] .img-6 {
  height: 119px; }

[class*="vertical"] .img-7 {
  height: 223px; }

[class*="vertical"] .img-8 {
  height: 164px; }

/*[class*="vertical"] p { display: none; }*/
/*.animation .img-1 { height: 137px; }
.animation .img-2 { height: 122px; }
.animation .img-3 { height: 143px; }
.animation .img-4 { height: 325px; }
.animation .img-5 { height: 140px; }
.animation .img-6 { height: 119px; }
.animation .img-7 { height: 223px; }
.animation .img-8 { height: 164px; }*/
/* reset prism */
pre[class*="language-"] {
  margin: 0; }

/* test results */
.test-results {
  line-height: 1.4;
  padding: 20px 10%;
  background-color: #f2f2f2; }

/* go to */
.goto-controls {
  margin-bottom: 10px;
  text-align: center; }

.goto-controls input, .goto-controls .button {
  display: inline-block;
  font-size: 14px;
  height: 2.6em;
  line-height: 2.6;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle; }

.goto-controls input {
  border: 1px solid  #ccc; }

.goto-controls .button {
  min-width: 4em;
  border: none;
  color: #fff;
  background-color: #333;
  cursor: pointer; }

/* test results */
.test-results {
  line-height: 1.6; }

.test-results .title {
  font-weight: bold;
  text-transform: capitalize; }

.test-results .title:nth-child(n+2) {
  margin-top: 1em; }

.test-results [class*="item"] {
  margin-left: 1em;
  font-size: 0.9em; }

.test-results [class*="item"] {
  font-weight: 300; }

.test-results [class*="item"]:after {
  margin-left: 0.5em; }

.test-results .item-success {
  color: #0EB80E; }

.test-results .item-success:after {
  content: '✓'; }

.test-results .item-fail {
  color: #ED1E1E; }

.test-results .item-fail:after {
  content: '✗'; }

.test-results .item-comment {
  font-style: italic;
  color: #666; }

.test-results .item-notsure:after {
  content: '？'; }

.test-results .item-running:after {
  display: inline-block;
  height: 16px;
  content: url("../images/pinwheel.svg");
  vertical-align: middle; }

.customize-tools [hidden] {
  display: none; }

/* https://daneden.github.io/animate.css/ */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1250px; }

*:focus {
  outline: 0 !important;
  border: none; }

html {
  scroll-behavior: smooth; }

html, body {
  width: 100%;
  overflow-x: hidden; }

.noscroll {
  overflow: hidden !important;
  position: fixed; }

body, p {
  font-family: "Work Sans", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400; }

a:hover, a:hover {
  color: #144a70;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  color: #144a70; }

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 115px; }

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 30px; }

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px; }

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

h5 {
  font-size: 18px;
  line-height: 24px;
  color: #000000; }

h6 {
  font-size: 18px; }

ul {
  list-style-type: none;
  list-style: none; }
ul li {
  list-style: none;
  list-style-type: none; }

a.more {
  color: #000000;
  font-weight: 600;
  font-size: 18px; }
a.more::before {
  content: '\f178';
  font-family: FontAwesome;
  margin-right: 10px;
  color: #144a70; }
a.more:hover, a.more:focus {
  color: #144a70;
  text-decoration: none; }
a.more:hover::before, a.more:focus::before {
  content: '\f178';
  font-family: FontAwesome;
  margin-right: 10px;
  color: #144a70; }

.gradient {
  background: #144a70;
  background: -moz-linear-gradient(45deg, #144a70 0%, #144a70 49%, #70adc4 100%);
  background: -webkit-linear-gradient(45deg, #144a70 0%, #144a70 49%, #70adc4 100%);
  background: linear-gradient(45deg, #144a70 0%, #144a70 49%, #70adc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144a70",endColorstr="#70adc4",GradientType=1); }

.section {
  padding: 40px 0; }

.homepage article h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 35px;
  padding-top: 30px; }

.homepage-section {
  padding: 0 0 60px 0 !important; }

.blue {
  background-color: #144a70; }
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue p, .blue a {
  color: #FFFFFF; }
.blue * {
  color: #FFFFFF; }

.lightblue {
  background-color: #70adc4; }
.lightblue h1, .lightblue h2, .lightblue h3, .lightblue h4, .lightblue h5, .lightblue h6, .lightblue p, .lightblue a {
  color: #FFFFFF; }
.lightblue * {
  color: #FFFFFF; }

.white {
  background-color: #FFFFFF;
  color: #144a70; }
.white ul li {
  color: #144a70 !important; }
.white * {
  color: #144a70; }

.grey {
  background-color: #ededed;
  color: #144a70; }

.logo {
  max-width: 205px;
  margin: 5px; }

header {
  padding: 10px 0; }
header ul.main-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  position: absolute;
  bottom: 10px;
  right: 0px; }
header ul.main-nav li {
  align-items: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  flex: 0 0 auto;
  margin: 0 10px 0px 10px;
  list-style: none;
  align-content: flex-end; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 15px 0 0 0; }
.sticky.is-sticky .logo {
  max-width: 150px;
  margin-bottom: 10px; }
.sticky.is-sticky ul.main-nav {
  bottom: 20px; }

nav {
  padding: 0px 0; }

.section {
  padding: 60px 0; }

.center {
  text-align: center;
  margin: 0 auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: auto;
  align-content: flex-start; }
.flexbox .flex {
  flex: 0 0 auto;
  margin: 10px;
  list-style: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.desktop {
  visibility: visible; }

.mobile {
  visibility: hidden;
  display: none; }

.nopadding {
  padding: 0px !important; }

.padding15tb {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding20tb {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding30tb {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding60tb {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding80tb {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding90tb {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding15 {
  padding: 15px; }

.padding15lr {
  padding-left: 15px;
  padding-right: 15px; }

.marginbottomreset {
  margin-bottom: 0 !important; }

.paddingfixdesk {
  padding-top: 30px !important; }

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.hidden {
  display: none; }

.visible {
  display: block; }

.spacer30 {
  height: 30px;
  display: block; }

.spacer40 {
  height: 40px;
  display: block; }

.spacer50 {
  height: 50px;
  display: block; }

.spacer60 {
  height: 60px;
  display: block; }

.form h3 {
  font-weight: 300;
  margin-top: 30px; }

label {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  display: none; }

.form-group {
  margin-bottom: 1.3rem;
  height: 60px; }

.myRadioGroup {
  display: table-cell;
  vertical-align: middle;
  height: 70px; }

input {
  color: #144a70; }

option {
  background: #666;
  color: #111;
  padding: 5px;
  text-align: center; }

.form-control:focus {
  color: #000;
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

select {
  background-image: url("../assets/icons/select.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #6e7d85;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  padding-left: 15px; }

input:-internal-autofill-selected {
  background-color: #FFFFFF !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important; }

textarea.form-control {
  padding: 15px;
  line-height: 22px; }

.focus-container {
  margin-bottom: -20px; }

.nav-icon {
  margin: 0px 0 -6px 30px;
  width: 50px; }

.nav-icon:after, .nav-icon:before, .nav-icon div {
  background-color: #fff;
  border-radius: 0px;
  content: '';
  display: block;
  height: 2px;
  margin: 12px 0;
  transition: all .2s ease-in-out; }

#menu * {
  text-align: left; }
#menu *:hover, #menu *:focus {
  text-decoration: none; }
#menu .search-field {
  padding: 20px 0 30px 0;
  margin-bottom: 50px; }
#menu .search-field input {
  padding-right: 50px; }
#menu .search-field::before {
  font-family: FontAwesome;
  content: "\f002";
  color: #DDD;
  display: block;
  position: absolute;
  padding-top: 10px;
  right: 30px;
  font-size: 25px; }
#menu .close-menu {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .close-menu img {
  max-width: 30px;
  vertical-align: baseline;
  margin-left: 20px; }
#menu .close-menu:hover, #menu .close-menu:focus {
  opacity: 0.7;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .logo {
  opacity: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .logo:hover, #menu .logo:focus {
  opacity: 0.7;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .dropdown-toggle::after {
  display: none; }
#menu .main-menu {
  width: 100%; }
#menu .main-menu .dropdown {
  position: unset; }
#menu .main-menu .flexbox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start; }
#menu .main-menu .flexbox .flex {
  margin: 0px; }
#menu .main-menu .flexbox .flex:hover, #menu .main-menu .flexbox .flex:focus {
  transition-delay: 1ms; }
#menu .main-menu .flexbox .content {
  text-align: left;
  margin: 0 auto;
  padding: 45px 10px; }
#menu .main-menu ul.main-menu {
  margin-bottom: 75px;
  margin-top: 20px; }
#menu .main-menu ul.main-menu li.main-level {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  list-style: none !important; }
#menu .main-menu ul.main-menu li.main-level a {
  display: initial;
  width: 100%; }
#menu .main-menu ul.main-menu li.main-level:hover, #menu .main-menu ul.main-menu li.main-level:focus {
  text-decoration: none; }
#menu .main-menu ul.main-menu li.main-level:hover:after, #menu .main-menu ul.main-menu li.main-level:focus:after {
  content: "";
  position: absolute;
  margin-top: 7px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #FFFFFF; }
#menu .main-menu ul.main-menu li.main-level:hover:before, #menu .main-menu ul.main-menu li.main-level:focus:before {
  border: none; }
#menu .main-menu ul.main-menu li.main-level ul.sub-menu li + li::before {
  content: '|';
  margin-right: 15px; }
#menu .main-menu ul.main-menu li.main-level ul.sub-menu li {
  font-size: 16px;
line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline; }
#menu .main-menu ul.main-menu li.main-level ul.sub-menu li a {
  display: inline; }
#menu .main-menu ul.sec-menu li + li::before {
  content: "|";
  margin-right: 10px;
}
#menu .main-menu ul.sec-menu li {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  list-style: none !important;
padding-right: 10px;
}
#menu .main-menu ul.sub-menu li:not(.d-lg-block) + li::before {
  content: "|";
  margin-right: 15px; }
#menu .main-menu ul.sub-menu li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
   padding-right: 15px;
  list-style: none;
  display: inline; }
#menu .main-menu ul.sub-menu li:hover, #menu .main-menu ul.sub-menu li:focus {
  color: #FFFFFF; }
#menu .main-menu ul.sub-menu li:hover:before, #menu .main-menu ul.sub-menu li:focus:before {
  border: none; }
#menu .main-menu ul.sub-menu li a {
  color: #b7bec1 !important; }
#menu .main-menu ul.sub-menu li a:hover, #menu .main-menu ul.sub-menu li a:focus {
  color: #FFFFFF !important; }
#menu .main-menu ul.sub-menu li a:hover:before, #menu .main-menu ul.sub-menu li a:focus:before {
  border: none; }
#menu .main-menu .sm {
  margin-top: 50px; }
#menu .main-menu ul.social-menu img {
  max-width: 32px;
  margin-right: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 1; }
#menu .main-menu ul.social-menu img:hover, #menu .main-menu ul.social-menu img:focus {
  opacity: 0.7;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .main-menu a {
  color: #d3d8da !important;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .main-menu a:hover, #menu .main-menu a:focus {
  color: #FFFFFF !important;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
#menu .main-menu h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0; }
#menu .fa {
  padding-top: 6px;
  display: block; }
#menu [aria-expanded="false"] .fa:before {
  content: url("../assets/icons/menu-down.svg");
  padding-left: 20px;
  padding-right: 20px; }
#menu [aria-expanded="true"] .fa:before {
  content: url("../assets/icons/menu-up.svg");
  padding-left: 20px;
  padding-right: 20px; }
#menu .dropdown-menu {
  position: relative !important;
  transform: none;
  width: 100%;
  margin-top: 0px;
  border: none;
  border-radius: 0; }
#menu .dropdown {
  position: relative; }
#menu .separate-link, #menu .dropdown-link {
  position: relative; }
#menu .dropdown-link {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 15px;
  height: 38px;
  margin-bottom: 0px;
  margin-top: 1px; }
#menu .dropdown-link:hover, #menu .dropdown-link:focus {
  background-color: rgba(255, 255, 255, 0.3); }
#menu ul.dropdown-menu {
  transform: none !important;
  will-change: unset; }
#menu .dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0; }

a.language + a.language::before {
  margin-left: 10px;
  content: "|";
  margin-right: 10px; }
a.language + a.language::before:hover, a.language + a.language::before:focus {
  text-decoration: none; }

.menu-overlay {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  transition: 700ms;
  padding-top: 0;
  padding-bottom: 80px; }

.overlay-content {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear; }

.overlay-content-anim {
  opacity: 1;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear; }

.close-menu {
  float: right;
  text-align: right;
  margin-top: 50px;
  margin-right: 0px; }

footer {
  font-size: 12px; }
footer p {
  font-size: 12px; }
footer .footer {
  padding: 10px 0 5px 0; }
footer .row.padding30tb .flexbox-start {
  align-items: flex-end;
}
footer .flex.bottom.mobile {
  padding-left: 20px;
  max-width: calc(100% - 120px);
}footer .icon {
  padding-right: 15px; }
footer .footer.flexbox {
  justify-content: space-between;
  align-items: center;
  align-content: center;
  align-self: center; }
footer .footer.flexbox li {
  padding-right: 15px;
  align-items: center;
  align-content: center;
  align-self: center; }
footer .footer-logo {
  align-self: flex-start;
  max-width: 88px; }
footer ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-start;
  text-transform: uppercase; }
footer ul.footer-menu li {
  text-align: left; }
footer ul.social-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: flex-start;
  align-self: flex-end; }
footer ul.social-menu li {
  flex: 0 0 auto;
  margin: 15px 10px !important;
  list-style: none;
  opacity: 1;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear; }
footer ul.social-menu li:focus, footer ul.social-menu li:hover {
  opacity: 0.65;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear; }
footer ul.social-menu li img {
  max-width: 60px; }
footer a {
  font-size: 12px; }

.carousel-caption {
  position: absolute;
  right: 0;
  top: 22%;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  margin: 0 auto; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease; }

.hero h1 {
  font-size: 80px;
  line-height: 72px; }
.hero h3 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400; }
.hero h2 {
  margin-top: 10%; }
.hero h1, .hero h2, .hero h3 {
  text-shadow: -2px -2px 40px #282727; }
.hero .carousel-item {
  background-color: #144a70; }
.hero * {
  color: #FFFFFF; }
.hero .slider-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  /* Black background with opacity */ }

.left-title h2 {
  line-height: 36px;
  font-size: 36px;
  text-align: right;
  padding-left: 30%; }

.product {
  margin-bottom: 40px; }
.product p {
  font-size: 16px;
  line-height: 20px !important;
  margin-top: 17px;
  margin-bottom: 0;
  padding: 0px 0 10px 0; }
.product a.more {
  font-size: 16px;
  line-height: 26px; }

.overlay::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  /* Black background with opacity */ }

.box {
  display: flex;
  min-height: 235px;
  padding: 20px 20px 25px 20px;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap; }
.box img {
  align-self: flex-start;
  max-height: 33px; }
.box h2 {
  align-self: flex-end;
  font-size: 24px;
  padding-bottom: 0 !important;
  margin-bottom: -10px;
  margin-top: auto;
  text-align: left !important;
  line-height: 24px;
  padding-left: 0 !important;
  width: 100%; }

.job .box {
  display: flex;
  min-height: 235px;
  padding: 20px 20px 25px 20px;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap; }
.job .box h2 {
  align-self: flex-start;
  font-size: 32px;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: left !important;
  line-height: 32px;
  padding-left: 0 !important;
  width: 100%; }
.job .box h3 {
  align-self: flex-end;
  font-size: 18px;
  padding-bottom: 0 !important;
  margin-bottom: 0px;
  margin-top: auto;
  text-align: left !important;
  line-height: 24px;
  padding-left: 0 !important;
  width: 100%; }

.news-article span.date {
  font-size: 16px;
  line-height: 26px; }
.news-article span.date span {
  font-weight: 600; }
.news-article a, .news-article p, .news-article h3 {
  font-size: 16px; }
.news-article p {
  line-height: 20px; }
.news-article h3 {
  line-height: 20px;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 20px; }
.news-article .imgbox {
  max-height: 445px; }
.news-article .imgbox img {
  max-height: 445px;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
.news-article .img {
  max-height: 165px;
  overflow: hidden; }

.blog {
  display: grid;
  background-color: rgba(112, 173, 196, 0.25);
  min-height: 435px;
  border-left: 5px solid #FFF;
  border-right: 5px solid #FFF;
  padding: 10px 20px; }
.blog a.more {
  padding-bottom: 0px !important;
  align-self: flex-end;
  font-size: 16px; }

.success-story {
  min-height: 235px;
  border: 1px solid #144a70;
  padding: 25px 25px 40px 25px; }
.success-story * {
  color: #144a70; }
.success-story img {
  position: absolute;
  top: -20px;
  max-height: 50px;
  max-width: 180px; }
.success-story .sc-small {
  position: absolute;
  bottom: 10px;
  max-height: 25px;
  max-width: auto;
  right: 30px;
  top: unset; }
.success-story h2 {
  margin-top: 30px;
  font-size: 24px !important;
  padding-bottom: 0 !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
  text-align: left !important;
  padding-left: 0 !important; }
.success-story h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px; }
.success-story p {
  font-size: 16px !important;
  line-height: 18px !important; }
.success-story .box-accent h3 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px; }
.success-story .box-accent span {
  font-size: 16px; }

.success-intro {
  margin-bottom: 80px; }
.success-intro p {
  width: 60%;
  margin: 0 auto; }

.quotebox {
  background-color: #70adc4;
  padding: 35px 25px;
  color: #FFFFFF !important;
  margin-bottom: 30px; }
.quotebox blockquote {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }
.quotebox p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 18px;
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0; }

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #144a70;
  opacity: 1; }
.back-to-top:focus, .back-to-top:hover {
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.back-to-top .fa:before {
  content: '\f062';
  font-size: 26px;
  color: #FFFFFF;
  padding-left: 14px;
  position: relative;
  padding-top: 10px;
  display: block; }

.celonis {
  max-width: 270px;
  margin: 10px 0 0 60px; }

.camunda {
  max-width: 400px;
  margin: 30px 0 0 60px; }

.ibm {
  margin: 30px 60px 0 60px;
  max-width: 100px; }

.anim {
  margin: 30px 0px 0 0px;
  max-width: 180px; }

.content-box {
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex; }

.content-box {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin: 0;
  height: 100%;
  /*
  min-height: 420px;
  margin: 15px 0; */ }

.img-holder-box img.bg-image {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%; }

.content-box .content-section {
  padding: 30px 50px; }

.img-only {
  margin-bottom: 0; }

.img-box.left {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  width: 50vw; }

.img-box.right {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  width: 50vw; }

.img-box {
  max-height: 450px; }
.img-box img {
  width: 100%;
  text-align: center;
  margin: 0 auto; }
.img-box .img-holder-box {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  overflow: hidden; }

.page-header {
  overflow: hidden; }
.page-header h1 {
  font-size: 60px;
  line-height: 60px;
  display: inline-table;
  vertical-align: middle;
  width: 100%; }
.page-header h1.welcome {
  font-size: 72px;
  line-height: 72px;
  display: inline-table;
  vertical-align: middle;
  width: 100%; }
.page-header h3 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  display: inline-table;
  vertical-align: middle; }

.content-section {
  display: table-cell;
  vertical-align: middle; }

.content-only {
  display: table; }

img.accentimg {
  max-width: 300px;
  position: absolute;
  left: 50%;
  margin: auto;
  margin-top: -25px;
  margin-left: -75px;
  top: 50%; }

.general-content h2 {
  margin-bottom: 0;
  padding-bottom: 20px; }
.general-content h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px; }
.general-content p {
  line-height: 28px;
  padding: 7px 0; }
.general-content ul {
  list-style-type: circle;
  padding-left: 5px;
  margin-left: 30px;
  padding-bottom: 20px; }
.general-content ul li {
  list-style: disc;
  margin-top: 8px;
  margin-left: 15px;
  padding-left: 5px;
  vertical-align: middle; }

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #144a70; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0; }

.btn {
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 15px;
  width: 100%;
  text-align: left; }
.btn h3 {
  margin-bottom: 0px; }
.btn h3:hover, .btn h3:focus {
  text-decoration: none; }
.btn:hover, .btn:focus {
  text-decoration: none; }

/* Icon when the collapsible content is shown */
.btn:after {
  font-family: 'FontAwesome';
  content: url(../assets/icons/down.png);
  position: absolute;
  right: 0;
  top: 20px;
  width: 13px;
  color: #000; }

/* Icon when the collapsible content is hidden */
.btn.collapsed:after {
  font-family: 'FontAwesome';
  content: url(../assets/icons/right.png);
  position: absolute;
  right: 0;
  width: 13px;
  top: 20px;
  color: #000; }

.download {
  text-decoration: underline;
  color: #144a70;
  padding-right: 20px; }
.download:focus, .download:hover {
  color: #000000; }

.download-box {
  text-align: right;
  padding-bottom: 25px; }

.form-box {
  padding: 30px 60px; }

.btn-primary {
  background-color: #144a70;
  color: #FFFFFF;
  border: none;
  width: 100%;
  max-width: 300px;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 500; }
.btn-primary:focus, .btn-primary:hover {
  background-color: #144a70; }

.myCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #144a70; }
.myCheck a {
  color: #144a70;
  font-weight: 500;
  text-decoration: underline; }

.myCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #144a70; }

.myCheck:hover input ~ .checkmark {
  background-color: #ccc; }

.myCheck input:checked ~ .checkmark {
  background-color: #FFFFFF; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.myCheck input:checked ~ .checkmark:after {
  display: block; }

.myCheck .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #144a70;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.myRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px; }

.myRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.radioCheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #144a70; }

.myRadio:hover input ~ .radioCheck {
  background-color: #ccc; }

.myRadio input:checked ~ .radioCheck {
  background-color: #FFFFFF; }

.radioCheck:after {
  content: "";
  position: absolute;
  display: none; }

.myRadio input:checked ~ .radioCheck:after {
  display: block; }

.myRadio .radioCheck:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #144a70; }

.page-not-found h1 {
  font-size: 120px;
  line-height: 140px;
  font-weight: 700;
  text-align: center;
  margin-top: 70px; }
.page-not-found h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center; }
.page-not-found p {
  font-size: 24px;
  text-align: center; }
.page-not-found a {
  font-size: 24px;
  text-align: center;
  color: #144a70;
  text-decoration: underline;
  display: block; }
.page-not-found a:hover, .page-not-found a:focus {
  color: #144a70;
  text-decoration: underline; }

.general h3 {
  margin-top: 30px; }
.general p {
  margin-bottom: 10px; }
.general strong {
  font-weight: 600; }
.general ul {
  padding: 0px 0 30px 0; }
.general ul li {
  line-height: 30px; }

.sitemap h1 {
  font-size: 48px;
  margin-bottom: 40px; }
.sitemap ul {
  padding: 15px 0; }
.sitemap ul li {
  color: #000000;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 0; }
.sitemap ul li a {
  color: #144a70;
  font-weight: 400;
  line-height: 24px; }

.full-height {
  min-height: calc(100vh - 204px); }

a {
  color: #144a70; }

.search .search-field {
  padding: 20px 0 30px 0; }
.search .search-field input {
  padding-right: 50px; }
.search .search-field::before {
  font-family: FontAwesome;
  content: "\f002";
  color: #DDD;
  display: block;
  position: absolute;
  padding-top: 10px;
  right: 30px;
  font-size: 25px; }
.search article {
  margin-bottom: 40px; }
.search article a {
  line-height: 40px; }
.search article strong {
  font-weight: 600; }

.contact-page .contact-header h1 {
  padding-bottom: 50px; }
.contact-page .contact-header h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500; }
.contact-page p {
  padding-top: 10px; }

.news-sidebar {
  top: -105px;
  position: relative; }
.news-sidebar .news-article {
  margin-bottom: 30px; }
.news-sidebar h2 {
  width: 70%;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  padding-bottom: 30px !important;
  margin-top: 0 !important; }
.news-sidebar a.more span {
  font-size: 24px;
  line-height: 30px;
  color: #144a70; }
.news-sidebar p {
  line-height: 20px !important; }

.news-header {
  min-height: 420px; }

.news-header-offset {
  top: -250px;
  position: relative; }

.news-content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 25px; }

span.date span {
  font-weight: 600; }

.news-header-img {
  margin-bottom: 5px;
  padding-right: 10px; }

.news-list .news-article + .news-article {
  border-top: 1px solid #ededed;
  padding-top: 30px; }
.news-list .news-article {
  margin-bottom: 30px; }
.news-list .news-article .img {
  max-height: 280px; }
.news-list .news-article h2 {
  margin-top: 10px;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 28px;
  font-weight: 600; }
.news-list .news-article span.date {
  display: block;
  margin-bottom: 5px; }
.news-list .news-article a:hover, .news-list .news-article a:focus {
  text-decoration: none !important; }
.news-list .thumb {
  max-height: 285px;
  min-height: auto;
  object-fit: cover; }

.news-list-col .news-article {
  margin-bottom: 50px;
  padding-right: 30px; }
.news-list-col .news-article .img {
  max-height: 280px; }
.news-list-col .news-article h2 {
  margin-top: 10px;
  font-size: 24px;
  padding-bottom: 10px; }
.news-list-col .news-article span.date {
  display: block;
  margin-bottom: 5px; }
.news-list-col .news-article a:hover, .news-list-col .news-article a:focus {
  text-decoration: none !important; }
.news-list-col .thumb {
  min-height: 300px; }

.radio input[type="radio"] {
  appearance: none;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 5px white, 0 0 0 1px;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
  color: #144a70; }
.radio input[type="radio"]:hover, .radio input[type="radio"]:checked {
  background: #144a70;
  box-shadow: inset 0 0 0 6px white, 0 0 0 2px; }
.radio input[type="radio"]:checked {
  background: #144a70;
  box-shadow: inset 0 0 0 5px white, 0 0 0 2px #144a70; }
.radio input[type="radio"]:focus {
  outline: 0; }

.myRadioGroup {
  vertical-align: bottom !important; }
.myRadioGroup p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #000000; }

.check input[type="checkbox"] {
  appearance: none;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 5px white, 0 0 0 1px;
  border-radius: 0%;
  transition: .2s;
  cursor: pointer;
  color: #144a70; }
.check input[type="checkbox"]:hover, .check input[type="checkbox"]:checked {
  background: #144a70;
  box-shadow: inset 0 0 0 6px white, 0 0 0 2px; }
.check input[type="checkbox"]:checked {
  background: #144a70;
  box-shadow: inset 0 0 0 5px white, 0 0 0 2px #144a70; }
.check input[type="checkbox"]:focus {
  outline: 0; }
.check label {
  display: block !important; }

span.wpcf7-not-valid-tip {
  margin-top: 1px;
  color: #f00;
  font-size: 11px;
  font-weight: normal;
  display: block; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f00; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0; }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #777;
  border-color: #777; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
  background-color: #777;
  border-color: #777; }

blockquote.wp-block-quote {
  background-color: #70adc4;
  padding: 35px 25px;
  color: #FFFFFF !important;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-left: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 18px;
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center; }
blockquote.wp-block-quote p {
  margin-left: 0;
  color: #FFFFFF !important; }
blockquote.wp-block-quote p strong {
  font-weight: 600 !important; }
blockquote.wp-block-quote > * {
  color: #FFFFFF !important; }

.two-col > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 25%; }
.two-col > .wp-block-columns > .wp-block-column:first-child h2 {
  text-align: right !important; }

.two-col > .wp-block-columns > .wp-block-column:nth-child(2) {
  flex-basis: 75%; }

.two-col.single-job > .wp-block-columns > .wp-block-column:nth-child(2) {
  flex-basis: 60%;
  margin-right: 15%; }

.wp-block-column > .wp-block-columns > .wp-block-column {
  flex-basis: unset; }

.general-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px; }

.su-spoiler-title {
  font-size: 24px !important;
  margin-bottom: 0px !important;
  font-family: "Work Sans", sans-serif !important;
  color: #144a70 !important;
  padding: 0px 7px 10px 34px !important;
  line-height: 1.5 !important;
  margin-top: 15px  !important;
  width: 100% !important;
  text-align: left !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #144a70 !important; }

.wp-block-file {
  text-align: right;
  display: block;
  position: relative;
  margin-bottom: 30px;
  min-height: 40px; }
.wp-block-file a {
  color: #144a70;
  padding-right: 50px;
  text-decoration: underline;
  position: absolute;
  right: 0; }
.wp-block-file a:hover, .wp-block-file a:focus {
  color: #144a70; }
.wp-block-file a:visited {
  color: #144a70; }
.wp-block-file a:first-child:after {
  content: url(../assets/icons/doc.png);
  position: absolute;
  right: 0;
  top: -10px;
  width: 35px; }
.wp-block-file a.wp-block-file__button {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  background: none;
  margin-top: 30px;
  padding-right: 0px; }
.wp-block-file a.wp-block-file__button::before {
  content: '\f178';
  font-family: FontAwesome;
  margin-right: 10px;
  color: #144a70; }
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus {
  color: #144a70;
  text-decoration: none; }
.wp-block-file a.wp-block-file__button:hover::before, .wp-block-file a.wp-block-file__button:focus::before {
  content: '\f178';
  font-family: FontAwesome;
  margin-right: 10px;
  color: #144a70; }
.wp-block-file a.wp-block-file__button:visited {
  color: #000;
  text-decoration: underline; }

article {
  width: 100%; }

.custom.tp-bullets .tp-bullet {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }
.custom.tp-bullets .tp-bullet.selected {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease; }

.text-shadow {
  text-shadow: -2px -2px 40px #282727; }

.team-member p.contact-info {
  margin-bottom: 5px; }

.jit-bg:before {
  display: block;
  content: '';
  background: transparent url(../assets/images/jit-icon-bg.png) no-repeat top 25% right 5%;
  background-repeat: no-repeat;
  background-size: 70% auto;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.jit-bg-holder {
  position: relative; }

textarea {
  width: 100%;
  height: 145px;
  max-height: 145px;
  padding: 15px;
  color: #333;
  border: none; }

div.wpcf7 input[type="file"] {
  margin-top: 8px; }

.nomargin {
  margin: 0; }

.language-mobile {
  display: inline-block !important;
  text-align: right !important;
  width: 50%;
  position: relative; }

.break {
  word-break: break-all !important; }

div.wpcf7 input[type="file"] {
  width: 100%;
  overflow-wrap: break-word; }

.product a.product-link:hover, .product a.product-link:focus {
  text-decoration: none !important; }

span.light {
  font-weight: 300; }

footer .footer-right.flexbox {
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  align-self: center; }

footer .footer-right.flexbox .flex {
  margin-left: 25px; }

footer .icon {
  padding-right: 7px; }

footer .footer.flexbox li {
  padding-right: 10px;
  padding-left: 5px;
  align-items: center;
  align-content: center;
  align-self: center; }

.footer-submenu {
  padding-bottom: 10px; }

footer .icon {
  max-width: 25px; }

footer .footer-logo {
  align-self: flex-start;
  max-width: 70px; }

.bottom {
  vertical-align: bottom;
  bottom: 3px;
  position: relative; }

footer .footer.flexbox li + li::before {
  content: "|";
  margin-right: 15px; }

.footer {
  padding: 7px 0 !important; }

ul.training-items {
  list-style-type: circle;
  padding-left: 5px;
  margin-left: 0px !important;
  padding-bottom: 20px;
  padding-top: 5px; }
ul.training-items li {
  color: #144a70;
  margin-top: 4px; }
ul.training-items li a {
  font-weight: 600 !important; }

.cat-item {
  margin-bottom: 30px; }
.cat-item h3 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 15px; }
.cat-item hr {
  border-top: 1px solid #144a70;
  width: 70%;
  margin-left: 0;
  margin-bottom: 0.5rem; }

.wp-block-separator {
  margin: 0.5em auto;
  padding: 0;
  max-width: 100%;
  border-bottom: 1px solid #144a70; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%; }

.wp-block-button__link {
  background-color: #144a70;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 12px 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: break-word;
  color:#fff;
}

.training-table p {
  font-size: 14px;
  line-height: 20px; }

.blocks-for-eventbrite-css-wrapper img, .blocks-for-eventbrite-css-wrapper video {
  max-width: 100%;
  height: 100% !important; }

.is-style-regular table tr td {
  border: none; }

.flexbox ul.menu {
  display: flex;
  text-align: center; }
.flexbox ul.menu li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 18px; }

#menubox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: auto;
  align-content: flex-end; }
#menubox .top-menu {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  align-items: flex-start; }
#menubox .top-menu .sub-top {
  margin-right: 30px;
  display: flex;
  align-self: center; }
#menubox .top-menu .sub-top li {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 15px; }
#menubox .bottom-menu {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-self: flex-end;
  align-items: flex-end; }

.is-sticky .top-menu {
  display: none !important;
  visibility: hidden !important; }

.sticky {
  z-index: 99;
  position: relative; }

.header {
  z-index: 99; }

#horizontal-menu ul.menu li {
  padding: 0 10px; }
#horizontal-menu ul.menu ul.dropdown-menu {
  display: none;
  padding: 35px 0 0 0;
  position: fixed;
  top: 90px;
  width: max-content;
  z-index: 90;
  float: none;
  min-width: 100%;
  max-width: 1200px;
  background-color: transparent;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  list-style: none;
  border: none;
  border-radius: none;
  overflow: visible;
  z-index: 99;
  margin: 0 auto; }
#horizontal-menu ul.menu ul.dropdown-menu li ul.dropdown-menu {
  display: none;
  visibility: hidden; }
#horizontal-menu ul.menu ul.dropdown-menu::after {
  content: '';
  margin: 23px -9999rem 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background-color: rgba(20, 74, 112, 0.95);
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  width: 1000%;
  height: 50px;
  z-index: 80;
  border-top: 2px solid #335977;
  border-bottom: 2px solid #335977; }
#horizontal-menu ul.menu .current-menu-ancestor ul.dropdown-menu, #horizontal-menu ul.menu .current-menu-parent ul.dropdown-menu {
  display: block; }
#horizontal-menu ul.menu .current-menu-ancestor a, #horizontal-menu ul.menu .current-menu-parent a {
  color: #9EA8AC;
  text-shadow: -0.04ex 0 #9EA8AC, 0.04ex 0 #9EA8AC; }
#horizontal-menu ul.menu .current-menu-ancestor a:hover, #horizontal-menu ul.menu .current-menu-ancestor a:focus, #horizontal-menu ul.menu .current-menu-parent a:hover, #horizontal-menu ul.menu .current-menu-parent a:focus {
  color: white; }
#horizontal-menu ul.menu .current-menu-ancestor li, #horizontal-menu ul.menu .current-menu-parent li {
  z-index: 100;
  position: relative;
  padding: 0px 5px 0 0;
  font-weight: 400;
  font-size: 14px; }
#horizontal-menu ul.menu .current-menu-ancestor li + li::before, #horizontal-menu ul.menu .current-menu-parent li + li::before {
  content: "|";
  margin-right: 10px;
  color: #9EA8AC; }
#horizontal-menu ul.menu .current-menu-ancestor [aria-current]:not([aria-current="false"]), #horizontal-menu ul.menu .current-menu-parent [aria-current]:not([aria-current="false"]) {
  text-shadow: -0.06ex 0 white, 0.06ex 0 white;
  color: white; }
#horizontal-menu ul.menu .current-menu-parent > a {
  color: white; }
#horizontal-menu ul.menu li {
  border-bottom: 2px solid transparent; }
#horizontal-menu ul.menu li:hover, #horizontal-menu ul.menu li:focus {
  text-decoration: none !important;
  border-bottom: 2px solid #FFF; }
#horizontal-menu ul.menu li:hover a:hover, #horizontal-menu ul.menu li:hover a:focus, #horizontal-menu ul.menu li:focus a:hover, #horizontal-menu ul.menu li:focus a:focus {
  text-decoration: none !important; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu, #horizontal-menu ul.menu li:focus ul.dropdown-menu {
  display: block; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu li, #horizontal-menu ul.menu li:focus ul.dropdown-menu li {
  z-index: 100;
  position: relative;
  padding: 0px 5px 0 0;
  font-weight: 400;
  font-size: 14px; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu li a, #horizontal-menu ul.menu li:focus ul.dropdown-menu li a {
  color: #9EA8AC;
  text-shadow: -0.04ex 0 #9EA8AC, 0.04ex 0 #9EA8AC; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu li:hover, #horizontal-menu ul.menu li:hover ul.dropdown-menu li:focus, #horizontal-menu ul.menu li:focus ul.dropdown-menu li:hover, #horizontal-menu ul.menu li:focus ul.dropdown-menu li:focus {
  border-bottom: none !important; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu li a:hover, #horizontal-menu ul.menu li:hover ul.dropdown-menu li a:focus, #horizontal-menu ul.menu li:focus ul.dropdown-menu li a:hover, #horizontal-menu ul.menu li:focus ul.dropdown-menu li a:focus {
  color: #FFF;
  text-decoration: none !important;
  border-bottom: none !important;
  text-shadow: -0.06ex 0 white, 0.06ex 0 white; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu li [aria-current]:not([aria-current="false"]), #horizontal-menu ul.menu li:focus ul.dropdown-menu li [aria-current]:not([aria-current="false"]) {
  text-shadow: -0.06ex 0 white, 0.06ex 0 white;
  color: #FFF; }
#horizontal-menu ul.menu li:hover ul.dropdown-menu li + li::before, #horizontal-menu ul.menu li:focus ul.dropdown-menu li + li::before {
  content: "|";
  margin-right: 10px;
  color: #9EA8AC; }
#horizontal-menu ul.menu li.current-menu-parent {
  border-bottom: 2px solid #FFF !important; }
#horizontal-menu ul.menu li.current-menu-item {
  border-bottom: 2px solid #FFF !important; }

ul#top-menu li.current-menu-item {
  text-decoration: underline; }

.is-sticky #menubox {
  justify-content: flex-end;
  bottom: 10px; }

.is-sticky #horizontal-menu .dropdown-menu {
  top: 77px !important; }

#menu .main-menu {
  text-transform: uppercase; }

.rm {
  display: none !important; }

.mystick {
  background-color: #70adc4;
  position: static;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 45px;
  vertical-align: middle; }
.mystick .flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  line-height: 45px; }
.mystick .flexbox li {
  display: flex;
  align-items: center;
  align-content: center;
  padding-right: 10px; }
.mystick .flexbox li a {
  color: #31536C;
  display: block;
  z-index: 999;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }
.mystick .flexbox li a:hover, .mystick .flexbox li a:focus {
  color: #FFF;
  text-decoration: none; }
.mystick .flexbox li + li::before {
  content: "|";
  margin-right: 10px;
  color: #31536C; }
.mystick .current-menu-parent a {
  display: none; }
.mystick a {
  color: #000000; }
.mystick .dropdown-menu {
  display: unset;
  padding: 0;
  margin: 0; }
.mystick .current-menu-parent ul.dropdown-menu li ul.sub-menu.dropdown-menu {
  display: flex !important;
  visibility: visible !important;
  padding: 0px 0 0 0 !important;
  position: sticky;
  top: 0px;
  width: 1000%;
  z-index: 90;
  float: none;
  min-width: 100%;
  max-width: 100%;
  background-color: transparent;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  list-style: none;
  border: none;
  border-radius: none;
  overflow: visible;
  z-index: 99; }
.mystick .current-menu-parent ul.dropdown-menu li ul.sub-menu.dropdown-menu::after {
  content: '';
  margin: 0px -9999rem 0 -9999rem !important;
  /* add back negative margin value */
  padding: 0rem 9999rem !important;
  background-color: rgba(20, 74, 112, 0.95);
  position: absolute;
  width: 1000%;
  height: 50px;
  z-index: 80;
  border-top: 0px solid #335977;
  border-bottom: 0px solid #335977; }
.mystick .current-menu-parent ul.dropdown-menu li ul.sub-menu.dropdown-menu li {
  display: inline-block;
  visibility: visible;
  z-index: 9999;
  padding-right: 25px;
  vertical-align: middle; }
.mystick .current-menu-parent ul.dropdown-menu li ul.sub-menu.dropdown-menu li a {
  display: block;
  color: #FFF;
  text-transform: uppercase; }

.pipe li {
  padding-left: 10px !important; }
.pipe li + li::before {
  content: "|";
  margin-right: 10px; }

.flexbox-start {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: auto;
  align-content: flex-start; }

.bottom {
  vertical-align: bottom;
  bottom: -3px;
  position: relative; }

footer .footer.flexbox li {
  padding-right: 7px;
  padding-left: 0;
  align-items: center;
  align-content: center;
  align-self: center; }

footer .footer.flexbox li + li::before {
  content: "|";
  margin-right: 7px; }

footer ul.social-menu li img {
  max-width: 30px; }

footer ul.social-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: auto;
  align-content: flex-start;
  align-self: flex-start; }

footer ul.social-menu li {
  margin: 15px 10px 0 10px !important; }

footer h5 {
  font-size: 16px;
  line-height: 20px; }

input {
  outline: none; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none; }

input[type=search] {
  background: #ededed url("../assets/icons/search.svg") no-repeat 10px center;
  border: solid 2px #FFFFFF;
  padding: 9px 6px 9px 42px;
  width: 55px;
  float: right;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border: 2px solid #144a70; }

input[type=search]:hover {
  border: 2px solid #144a70; }

input:-moz-placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

div.jit-search {
  float: right;
  right: -20px;
  position: absolute; }

#jit-search input[type=search] {
  width: 35px;
  padding-left: 0px;
  color: transparent;
  cursor: pointer; }

#jit-search input[type=search]:hover {
  background-color: #fff; }

#jit-search input[type=search]:focus {
  width: 130px;
  padding-left: 42px;
  color: #000;
  background-color: #fff;
  cursor: auto; }

#jit-search input:-moz-placeholder {
  color: transparent; }

#jit-search input::-webkit-input-placeholder {
  color: transparent; }

#horizontal-menu {
  margin-right: 60px; }

footer .footer-logo {
  max-width: 140px; }

footer h5 {
  text-transform: uppercase; }

#menu .main-menu .flex2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start; }
#menu .main-menu .flex2 ul.main-menu {
  margin-bottom: 15px; }
#menu .main-menu .flex2 .content {
  text-align: left;
  margin: 0; }

#menu .main-menu .flex2 ul.main-menu li.main-level:hover::after {
  content: none; }

.page-header h1.welcome {
  margin: 0.67em 0 0.5em 0; }

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