@font-face {
  font-family: Basiercircle Bold;
  src: url('../fonts/BasierCircle-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark-backgrounds: #0d1941;
  --all-links: #cc4d25;
  --hover-color: #ff6635;
  --alternative-color-1: #fdb614;
  --active-color: #f15f31;
  --light-backgrounds: #f8f8f8;
  --alternative-color-1-2: #93b2dd;
  --black: #060c1f;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #0d1941;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 18px;
}

a {
  color: #cc4d25;
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: #cc4d25;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  background-image: url('../images/Oval_1.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  padding-left: 30px;
}

li ul li {
  background-image: url('../images/Oval_2.svg');
  background-size: 5px;
  background-position: 0 11px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  padding-left: 30px;
}



label {
  color: #0d1941;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  color: #0d1941;
  letter-spacing: .5px;
  border-left: 6px solid #fdb614;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: -38px;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.p-large {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-small {
  flex: 0 auto;
  font-size: 1rem;
  line-height: 1.6rem;
}

.p-small.caption {
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}

.p-small.caption:before {
  content: '- ';
}

.p-small.quote-author-in-slider {
  margin-top: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-guide-color {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.style-guide-color.active-color {
  background-color: #f15f31;
}

.style-guide-color.text-dark-backgrounds {
  background-color: #0d1941;
}

.style-guide-color.hover-color {
  background-color: #ff6635;
}

.style-guide-color.alternative-color-1 {
  background-color: #fdb614;
}

.style-guide-color.light-backgrounds {
  background-color: #f8f8f8;
}

.style-guide-color.alternative-color-2 {
  background-color: #93b2dd;
}

.button {
  min-height: 55px;
  min-width: 160px;
  color:  #060c1f; 
  text-align: center;
  letter-spacing: 1px;
  background-color:#f15f31; 
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.7rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.container:not(._w-container-bg) .button{
  background-color: #FFBF00;
}

.button:hover {
  color: #060c1f;
  background-color: #ff6635;
  text-decoration: none;
  transform: translate(0, -3px);
}

.button.in-filter {
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.section {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.no-t-padding {
  padding-top: 0;
}

.section.no-b-padding {
  padding-bottom: 0;
}

.section._404 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.tint {
  background-color: #f8f8f8;
}

.section.tint._50-p-right {
  background-image: linear-gradient(95deg, #fff 50%, #f8f8f8 50%);
}

.section.tint._50-p-left {
  background-image: linear-gradient(275deg, #fff 50%, #f8f8f8 50%);
}

.section.dark {
  color: #fff;
  background-color: #0d1941;
}

.section.dark._50-p-left {
  background-image: linear-gradient(95deg, #0d1941 50%, #fff 50%);
}

.section._w-banner-slider {
  background-color: #e8eae9;
}

.section.footer {
  padding-top: 0;
}

.section._w-floating-block {
  padding-top: 0;
  padding-bottom: 0;
}

.section._w-floating-block.as-header {
  padding-top: 60px;
}

.section.divider {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.section.blue {
  background-color: #93b2dd;
}

.section.faux-dark {
  color: #fff;
}

.section.faux-dark._50-p-right {
  background-image: linear-gradient(275deg, #0d1941 50%, rgba(0, 0, 0, 0) 50%);
}

.section.faux-dark._50-p-left {
  background-image: linear-gradient(95deg, #0d1941 50%, rgba(0, 0, 0, 0) 50%);
}

.section._w-job-filter {
  padding-top: 20px;
}

.section.overflow-0 {
  overflow: hidden;
}

.section.yellow {
  background-color: #fdb614;
}

.fluid-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
}

.fluid-cell._67-p {
  width: 66.7%;
  flex: 0 auto;
}

.fluid-cell._50-p {
  width: 50%;
  flex: 0 auto;
}

.fluid-cell._25-p {
  width: 25%;
  flex: 0 auto;
}

.fluid-cell._70-p {
  width: 70%;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  flex: 0 auto;
}

.fluid-cell._33-p {
  width: 33.3%;
  flex: 0 auto;
}

.fluid-cell._33-p.signle-side-block {
  min-width: 350px;
  position: relative;
}

.fluid-cell.center-object {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fluid-cell.center-intro {
  width: 70%;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.fluid-cell._40-p {
  width: 40%;
  flex: 0 auto;
}

.fluid-cell._40-p.footer-info {
  margin-right: 10%;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0;
}

.fluid-cell._55-p-w-floating-block {
  z-index: 3;
  width: 50%;
  flex: 0 auto;
  position: relative;
}

.fluid-cell.apply-for-job {
  width: 33.3%;
  flex: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

.invert {
  color: #fff;
}

.subheading {
  color: #0d1941;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-top: 12px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.subheading.no-b-margin {
  margin-bottom: 0;
}

.text-field {
  min-height: 55px;
  color: #0d1941;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid rgba(6, 12, 31, .2);
  margin-bottom: 0;
  padding: 12px 36px 12px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
  transition: all .2s;
}

.text-field:focus {
  border-bottom-color: #060c1f;
}

.text-field::-ms-input-placeholder {
  color: #0d1941;
}

.text-field::placeholder {
  color: #0d1941;
}

.text-field.text-area {
  min-height: 100px;
  padding-top: 12px;
}

.text-field.inline-w-button {
  flex: 1;
  margin-right: 24px;
}

.text-field.transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-field.transparent::-ms-input-placeholder {
  color: #fff;
}

.text-field.transparent::placeholder {
  color: #fff;
}

.text-field.search {
  background-image: url('../images/Search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0d1941;
  padding-left: 54px;
}

.text-field._w-border {
  border: 2px solid rgba(0, 0, 0, .2);
  border-bottom-color: rgba(6, 12, 31, .2);
  padding-left: 24px;
}

.text-field._w-border:hover {
  border-color: #0d1941;
}

.text-field._w-border::-ms-input-placeholder {
  color: rgba(13, 25, 65, .25);
}

.text-field._w-border::placeholder {
  color: rgba(13, 25, 65, .25);
}

.container {
  z-index: 3;
  width: 100%;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
}

.container.center {
  justify-content: center;
}


.container.center-horizontal {
  justify-content: center;
  align-items: center;
}

.container.in-banner-slider {
  align-items: stretch;
  padding-right: 48px;
}

.container.footer {
  color: rgba(255, 255, 255, .8);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.in-between {
  justify-content: space-between;
  align-items: flex-start;
}

.container._w-container-bg {
  color: #0d1941;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container._w-floating-block {
  height: 100%;
  align-items: center;
  padding: 48px 24px;
  position: relative;
}

.container._w-floating-block.right {
  justify-content: flex-end;
}

.container._w-slider {
  padding-top: 84px;
  padding-bottom: 84px;
  position: relative;
}

.container._w-split-cells {
  justify-content: space-between;
  align-items: flex-start;
}

.container._w-isolated-image {
  align-items: flex-end;
  padding-top: 72px;
  padding-bottom: 60px;
  position: relative;
}

.form-section {
  text-align: left;
  flex-flow: wrap;
  align-items: stretch;
  margin-left: -1%;
  display: flex;
}

.ordered-item,
ol li {
  background-image: none;
  background-repeat: repeat;
  padding-left: 10px;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.faux-h2 {
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.faux-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.faux-h3.invert {
  color: #fff;
}

.faux-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.faux-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h5.invert {
  color: #fff;
}

.style-guide-color-block {
  border-bottom: 1px solid #f8f8f8;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.form-item-wrap {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.form-item-wrap.half {
  width: 48%;
}

.form-item-wrap.action {
  margin-top: 12px;
  margin-bottom: -18px;
  padding-bottom: 0%;
}

.form-item-wrap.third {
  width: 31.3%;
}

.center {
  text-align: center;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.faux-h6:hover {
  text-decoration: none;
}

.heading-link {
  color: #0d1941;
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  transition: all .2s;
}

.heading-link:hover {
  color: #0d1941;
  border-bottom: 1px solid #ff6635;
  text-decoration: none;
}

.img-in-text,
img.alignnone {
  min-width: 120%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -10%;
  display: block;
}

.link {
  color: #0d1941;
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.link:hover {
  color: #f15f31;
  border-bottom-color: #0d1941;
  text-decoration: none;
  transform: translate(0, -3px);
}

.footer-nav-link {
  color: #0d1941;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link:hover {
  color: #f15f31;
  border-bottom-color: #0d1941;
  text-decoration: none;
}

.thumb-img {
  min-width: 100%;
}

.button-hover {
  width: 100%;
  height: 200%;
  background-color: #ff6635;
  display: none;
  position: absolute;
  top: 101%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.button-text {
  z-index: 2;
  position: relative;
}

.icon {
  width: 3rem;
  height: 3rem;
  color: #f15f31;
  margin-top: 12px;
  margin-bottom: 18px;
}

.icon.w-embed {
    margin-left: auto;
    margin-right: auto;
}

.logo-img {
  margin-right: 24px;
}

.child-link {
  width: 100%;
  color: #060c1f;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid rgba(6, 26, 16, .15);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.child-link:hover {
  color: #060c1f;
  border-bottom-color: #0d1941;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.last {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.child-link.last:hover {
  box-shadow: none;
}

.nav-link {
  height: 100%;
  color: #0d1941;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .25s;
  display: flex;
}

.nav-link:hover {
  color: #0d1941;
  border-bottom-color: #ff6635;
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
}

.nav-link.w--current:hover {
  color: #0d1941;
}

.nav-link.hide-desktop {
  display: none;
}

.nav-link.invert {
  color: #fff;
}

.nav-link.invert:hover {
  color: #f15f31;
}

.nav-link.invert.w--current {
  color: #0d1941;
}

.nav-link.cta {
  border-bottom-color: #f15f31;
}

.nav-link._w-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-link.as-button {
  height: auto;
  color: #060c1f;
  background-color: #FFBF00  /* #f15f31 */;
  margin-left: 12px;
  margin-right: 12px;
  padding: 11px 24px;
  font-family: Basiercircle Bold, sans-serif;
  font-weight: 600;
}

.nav-link.as-button:hover {
  color: #060c1f;
  background-color: #ff6635;
}

.nav-link.in-dropdown {
  border-bottom-style: none;
}

.notification-bar {
  width: 100%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #1e2a50;
  padding: 12px 24px;
  font-weight: 600;
}

.notification-bar:hover {
  color: #626371;
  background-color: #f15f31;
}

.nav {
  height: 96px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.embedded-image {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.highlighted-text {
  color: #0d1941;
  background-color: #fdb614;
  margin-left: 6px;
  margin-right: 6px;
  box-shadow: -6px 0 #fdb614, 6px 0 #fdb614;
}

.nav-bar {
  z-index: 1111;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  position: sticky;
  top: 0;
}

.nav-bar._w-header-full {
  background-color: rgba(6, 12, 31, .29);
  border-bottom-style: none;
  position: fixed;
}

.top-bar {
  z-index: 1000;
}

.nav-dropdown-content {
  background-color: #f15f31;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 30px 36px;
  font-weight: 600;
  display: none;
  position: absolute;
  top: 96px;
  bottom: auto;
  left: auto;
  right: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .2);
}

.nav-dropdown-content._w-hamburger {
  top: 69px;
  right: 0;
}

.tittle-in-30-p-article {
  padding-right: 36px;
}

.article-thumb-tint {
  z-index: -1;
  background-color: #f8f8f8;
  position: absolute;
  top: 36px;
  bottom: -36px;
  left: 36px;
  right: -36px;
}

.tittle-in-50-p-article {
  padding-right: 96px;
}

.thumb-link {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 4vw 2vw;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._40-p-article {
  width: 40%;
  flex: 0 auto;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.article-cell._40-p-article.second {
  margin-top: 4vw;
}

.article-cell._50-p-article {
  width: 50%;
  flex: 0 auto;
  position: relative;
}

.article-cell._33-p-article {
  width: 33.3%;
  flex: 0 auto;
  margin-top: 4vw;
  margin-left: 8%;
  margin-right: 8%;
  position: relative;
}

.banner-image {
  z-index: 1;
  width: 50%;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-image:hover {
  text-decoration: none;
}

.banner-text {
  width: 50%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 72px 72px 72px 24px;
  display: flex;
  position: relative;
}

.banner-text:hover {
  text-decoration: none;
}

.hide-desktop {
  display: none;
}

.article-share, .t-margin-24 {
  margin-top: 24px;
}

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

.page-no {
  color: #0d1941;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 12px 5px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all .2s;
  display: block;
}

.page-no:hover {
  color: #0d1941;
  border-color: #f15f31;
  text-decoration: none;
}

.page-no.current {
  background-color: #fdb614;
}

.page-no.current:hover {
  color: #131212;
  border-color: #fdb614;
}

.bg-img {
  z-index: 1;
  height: 116%;
  object-fit: cover;
  background-image: url('../images/IMG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -8%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tmln-wrap {
  z-index: 3;
  width: 100%;
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.tmln-wrap.last,
.tmln-wrap:last-child {
  padding-bottom: 2vw;
}

.tmln-circle {
  z-index: 11;
  width: 30px;
  height: 30px;
  background-color: #fdb614;
  border: 4px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: -16px;
}

.tmln-circle.right {
  left: -16px;
  right: auto;
}

.tmln-dot {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 20px;
}

.tmln-cell {
  width: 50%;
  text-align: right;
  border-right: 2px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding: 2% 36px 2% 2%;
  display: flex;
  position: relative;
}

.tmln-cell.right {
  text-align: left;
  border-right-style: none;
  align-items: flex-start;
  padding-left: 36px;
  padding-right: 2%;
}

.banner-slider {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-arrow {
  width: 60px;
  height: 60px;
  background-color: #f15f31;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -72px;
  bottom: 0%;
  left: auto;
  right: 18px;
  box-shadow: 0 11px 24px rgba(0, 0, 0, .1);
}

.slider-arrow.left {
  top: 72px;
  left: auto;
  right: 18px;
}

.hide {
  display: none;
}

.parallax-bg-slider {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-fill {
  z-index: 1;
  background-image: linear-gradient(315deg, #f47920, #f15f31 90%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-bg {
  z-index: -1;
  background-color: #f8f8f8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 48px;
  right: 48px;
}

.container-bg.white {
  background-color: #fff;
}

.container-bg.blue {
  background-color: #93b2dd;
}

.container-bg.dark {
  background-color: #1e2a50;
}

.container-bg.orange {
  background-color: #f15f31;
}

.container-bg.yellow {
  background-color: #fdb614;
}

.link-arrow {
  width: 19px;
  height: 19px;
  background-color: #f15f31;
  background-image: url('../images/Link-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  position: absolute;
  top: 3px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.embedded-media {
  z-index: 2;
  max-width: 80%;
  min-width: 60%;
  position: relative;
}

.heading-line {
  width: 72px;
  height: 3px;
  background-color: #fdb614;
  margin-bottom: 12px;
}

.form-horizontal {
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-end;
  padding-top: 12px;
  display: flex;
}

.link-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  margin-right: 12px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-w-icon {
  color: #fff;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.link-w-icon:hover {
  color: #f15f31;
  border-bottom-color: #0d1941;
  text-decoration: none;
  transform: translate(0, -3px);
}

.dropdown-content-wrap {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.dropdown-wrap {
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  position: relative;
}

.dropdown-wrap.last,
.dropdown-wrap:last-child {
  margin-bottom: 18px;
}

.dropdown-wrap.b-margin {
  margin-bottom: 24px;
}

.dropdown-trigger {
  z-index: 20;
  width: 100%;
  color: #0d1941;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.dropdown-icon {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  background-color: #f15f31;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.dropdown-icon.faq {
  margin-top: 3px;
}

.dropdown-content {
  padding: 24px 24px 6px;
}

.dropdown-content._w-links {
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

.simple-slider-arrow-icon {
  color: #f15f31;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.simple-slider-arrow-icon.down {
  margin-top: 1px;
  transform: rotate(90deg);
}

.side-graphic-wrap {
  width: 72px;
  height: 500px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.side-graphic-wrap.down {
  top: auto;
  bottom: -60px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.side-graphic {
  width: 100%;
  height: 100%;
  background-image: url('../images/Side-right.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 72px;
}

.select-field {
  height: 54px;
  color: #0d1941;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #0d1941;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  transition: all .2s;
}

.select-field:hover, .select-field:active, .select-field:focus {
  border-color: #f15f31;
}

.text-block {
  height: 100%;
  color: #fff;
  background-color: #0d1941;
  margin-bottom: 18px;
  padding: 48px 48px 36px;
  transition: all .25s;
  display: block;
}

.text-block:hover {
  color: #fff;
  text-decoration: none;
}

.text-block.blue {
  color: #0d1941;
  background-color: #93b2dd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block.white {
  
  background-color: #fff;
 
}

.text-block.yellow {
  color: #0d1941;
  background-color: #fdb614;
}

.text-block.t-margin {
  margin-top: 48px;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-left: 8px;
  margin-right: 8px;
}

.social-icon:hover {
  transform: translate(0, -3px);
}

.social-icon.share {
  width: 24px;
  height: 24px;
}

.article-thumb-wrap {
  position: relative;
}

.dropdown-trigger-2 {
  z-index: 20;
  width: 100%;
  color: #005689;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.nav-wrap {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-close {
  width: 100%;
  height: 100%;
  background-image: url('../images/Close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-close {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-dropdown-trigger {
  z-index: 20;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.nav-dropdown-trigger.hamburger {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-open {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-icon-button {
  width: 30px;
  height: 42px;
  cursor: pointer;
  position: relative;
}

.nav-icon-button._w-mobile-menu {
  display: none;
}

.search-open {
  width: 100%;
  height: 100%;
  background-image: url('../images/Search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-icon-buttons {
  height: 100%;
  align-items: center;
  padding-left: 12px;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
}

.search-bar {
  width: 100%;
  background-color: #1e2a50;
  padding-left: 60px;
  padding-right: 60px;
}

.search-block {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.button-2 {
  min-height: 55px;
  min-width: 160px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f15f31;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding: 14px 48px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(87, 76, 141, .2);
}

.button-2:hover {
  color: #fff;
  background-color: #ff6635;
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 11px 24px rgba(105, 91, 176, .35);
}

.button-text-2 {
  position: relative;
}

.header-bg-img {
  width: 110%;
  height: 110%;
  opacity: .25;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-full {
  z-index: 100;
  min-height: 100vh;
  color: #fff;
  background-color: #0d1941;
  flex-direction: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20vh;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-full.is-slider {
  padding-bottom: 140px;
}

.header-full.is-slider.no-image {
  background-color: #0d194100;
}

.breadcrumbs {
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 26px;
  display: flex;
}

.slash {
  color: #d1d7d7;
  padding-left: 6px;
  padding-right: 6px;
}

.header {
  background-color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 72px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.dark {
  z-index: 100;
  color: #fff;
  background-color: #0d1941;
}

.header.tint {
  background-color: #f8f8f8;
}

.header._w-image {
  min-height: 450px;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.avatar-large {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.card-flip-large {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flip-block-large {
  height: 400px;
  perspective: 1000px;
  justify-content: center;
  position: relative;
}

.card-flip-side-large {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1200px;
  padding: 24px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-flip-side-large.back {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #0d1941;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30px 24px;
  font-size: 1rem;
  line-height: 1.7rem;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
  box-shadow: 8px 8px 48px rgba(0, 0, 0, .15);
}

.card-flip-side-large.front {
  text-align: center;
  border: 2px solid #0d1941;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 42px;
  display: flex;
  transform: rotate(0);
}

.card-flip-side-large.front.yellow {
  background-color: #fdb614;
  border-color: rgba(0, 0, 0, 0);
}

.card-flip-side-large.front.blue {
  background-color: #93b2dd;
  border-color: rgba(0, 0, 0, 0);
}

.card-flip-side-large.front.orange {
  background-color: #ff6635;
  border-color: rgba(0, 0, 0, 0);
}

.block-floating {
  width: 100%;
  color: #fff;
  background-image: url('../images/Angle-BG-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 60px 60px;
  display: flex;
}

.block-floating.right {
  background-image: url('../images/Angle-BG-Right.svg');
  background-position: 0%;
  padding-left: 84px;
}

.parallax-image {
  width: 100%;
  height: 116%;
  object-fit: cover;
  position: absolute;
  top: -8%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-image.as-overlay {
  mix-blend-mode: multiply;
  position: static;
}

.parallax-bg-wrap {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.parallax-bg-wrap.left {
  width: 60%;
  right: auto;
}

.parallax-bg-wrap.right {
  width: 60%;
  left: auto;
}

.sticky-bg-mobile {
  display: none;
}

.featured-image {
  min-width: 120%;
  margin-top: 60px;
  margin-bottom: -72px;
  display: block;
}

.hamburger-row {
  width: 30px;
  height: 2px;
  background-color: #0d1941;
  border-radius: 2px;
}

.hamburger-row.invert {
  background-color: #fff;
}

.hamburger {
  width: 30px;
  height: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.push-me-down {
  margin-top: 96px;
}

.ppm-intro-page-link {
  width: 100%;
  color: #0d1941;
  background-color: #fff;
  border: 1px solid #e8eae9;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 12px 36px;
  font-weight: 700;
  display: block;
}

.ppm-intro-page-link:hover {
  color: #0d1941;
  border-color: #ff6635;
  text-decoration: none;
}

.cta-link {
  color: #0d1941;
  border-bottom: 2px solid #f15f31;
  margin-bottom: 18px;
  margin-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: all .2s;
  display: inline-block;
}

.cta-link:hover {
  color: #f15f31;
  border-bottom-color: #0d1941;
  text-decoration: none;
  transform: translate(0, -3px);
}

.cta-link.invert {
  color: #fff;
}

.cta-link.invert:hover {
  color: #ff6635;
  border-bottom-color: #fff;
}

.cta-link.in-flip-block {
  color: #fff;
}

.cta-link.in-flip-block:hover {
  color: #ff6635;
  border-bottom-color: #fff;
}

.cta-link.in-flip-block.open-modal {
  cursor: pointer;
}

.cta-link.t-margin {
  margin-top: 12px;
}

.number {
  font-family: Basiercircle Bold, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.number-wrap {
  z-index: 1;
  margin-bottom: 12px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.number-bg {
  z-index: -1;
  width: 200%;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: -50%;
  right: 0%;
  transform: rotate(-10deg);
}

.number-bg.yellow {
  background-color: #fdb614;
}

.number-bg.blue {
  background-color: #93b2dd;
}

.number-bg.orange {
  background-color: #f15f31;
}

.title-line-wrap {
  width: 42px;
  height: 12px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.title-line-wrap.vertical {
  width: 12px;
  height: 42px;
  min-width: 12px;
  margin-top: 18px;
  margin-right: 30px;
}

.title-line {
  width: 100px;
  height: 100px;
  background-color: #fdb614;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: auto;
  transform: rotate(45deg);
}

.title-line.vertical {
  top: -54px;
  left: auto;
  right: 0;
  transform: rotate(72deg);
}

.title-block {
  width: 90%;
  padding-top: 48px;
  transition: all .25s;
  display: block;
}

.slider-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.slider-cell._67-p {
  width: 66.7%;
  flex: 0 auto;
}

.slider-arrow-2 {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/Arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  top: 36px;
  bottom: auto;
  left: auto;
  right: 36px;
  box-shadow: 0 11px 24px rgba(43, 43, 99, .1);
}

.slider-arrow-2:hover {
  box-shadow: 0 11px 24px rgba(22, 22, 50, .2);
}

.slider-arrow-2.left {
  background-image: url('../images/Arrow-left.svg');
  top: 36px;
  left: auto;
  right: 96px;
}

.testimonial-image-wrap {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-img {
  z-index: 2;
  position: absolute;
  bottom: -23px;
	opacity:0
}

.slider {
  z-index: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.isolated-image-wrap {
  width: 50%;
  height: 110%;
  justify-content: center;
  align-items: flex-end;
  margin-left: 50%;
  display: flex;
  position: absolute;
  top: -10%;
}

.isolated-image-wrap.in-header {
  height: 100%;
  margin-left: 0%;
  padding-top: 18px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.isolated-image {
  max-height: 100%;
  object-fit: contain;
}

.social-icons-wrap {
  margin-top: 36px;
  margin-left: -8px;
}

.floating-deco {
  z-index: -1;
}

.floating-deco.right {
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.floating-deco.right._w-embeded-image {
  top: -10%;
  right: -10%;
}

.floating-deco.left {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.floating-deco.left._w-embeded-image {
  top: 25%;
  left: -10%;
}

.job-listing-wrap {
  flex-direction: row;
  margin-bottom: 6px;
  display: flex;
}

.breadcrumb-line-wrap {
  width: 36px;
  height: 12px;
  margin-right: 18px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-link {
  color: #0d1941;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-right: 18px;
}

.breadcrumb-link:hover {
  color: #f15f31;
  border-bottom-color: #0d1941;
  text-decoration: none;
}

.breadcrumb-link.invert {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .1);
}

.breadcrumb-link.invert:hover {
  border-bottom-color: #fff;
}

.breadcrumb-line {
  width: 100px;
  height: 100px;
  background-color: #fdb614;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -48px;
  right: auto;
  transform: rotate(45deg);
}

.job-filter {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.filter-item {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.filter-item.action {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.job-filter-wrap {
  width: 100%;
  margin-bottom: 0;
}

.stplit-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stplit-bg.left {
  width: 50%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 50%;
}

.stplit-bg.right {
  width: 50%;
  left: 50%;
}

.stplit-bg.dark {
  background-color: #0d1941;
}

.stplit-bg.yellow {
  background-color: #fdb614;
}

.stplit-bg.blue {
  background-color: #93b2dd;
}

.split-cell {
  width: 45%;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  padding: 24px 24px 12px;
}

.split-cell.dark {
  color: #fff;
}

.close-line-1 {
  width: 28px;
  height: 2px;
  background-color: #f54f3d;
  border-radius: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(45deg);
}

.close-line-1.white {
  background-color: #fff;
}

.close-modal {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #f15f31;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: -24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .25);
}

.close-modal:hover {
  background-color: #ff6635;
}

.modal-window {
  width: 900px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 48px;
  overflow: scroll;
}

.close {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
}

.modal-wrapper {
  z-index: 2222;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-line-2 {
  width: 28px;
  height: 2px;
  background-color: #f54f3d;
  border-radius: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(-45deg);
}

.close-line-2.white {
  background-color: #fff;
}

.modal {
  position: relative;
}

.flip-block-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
}

.flip-block-cell._33-p {
  width: 33.3%;
  flex: 0 auto;
}

.card-flip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-flip-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1200px;
  padding: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-flip-side.front {
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.card-flip-side.back {
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .1);
}

.flip-block {
  height: 200px;
  perspective: 1000px;
  justify-content: center;
  position: relative;
}

.flip-block.make_tall {
  height: 266px;
}

.nav-dropdown-link {
  height: 100%;
  color: #0d1941;
  letter-spacing: 1px;
  align-items: center;
  font-family: Roboto;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.nav-dropdown-link:hover {
  color: #ff6635;
  text-decoration: none;
}

.nav-dropdown-link.w--current {
  border-top-color: #98b839;
}

.nav-dropdown-link.w--current:hover {
  color: #0d1941;
}

.category-link {
  color: #0d1941;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: block;
}

.category-link:hover {
  color: #f15f31;
  text-decoration: none;
}

.category-link.last,
.category-link:last-child {
  border-bottom-style: none;
}

.nav-bar-bg-trigger {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.modal-overlay {
  z-index: -1;
  width: 200%;
  height: 200%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: -50%;
  bottom: 0%;
  left: -50%;
  right: 0%;
}

.text-link,
.post-content a,
.cta-content a,
.article-cell .subheading a {
  color: #0d1941;
  border-bottom: 2px solid #f15f31;
  transition: all .2s;
}
.cta-wrap-yellow a , .container .cta-wrap-yellow a.button{
background-color: #fff;
}

.text-link:hover,
.post-content a:hover,
.cta-content a:not(.button):hover,
.article-cell .subheading a:hover {
  color: #f15f31;
  border-bottom-color: #0d1941;
  text-decoration: none;
  transform: translate(0, -3px);
}

.gap {
  height: 96px;
}

.sticky-bg {
  z-index: -1;
  width: 100%;
  height: 96px;
  opacity: 0;
  background-color: #0d1941;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-bg.light {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.job-filter-title {
  background-color: #93b2dd;
  margin-left: 108px;
  padding: 6px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.single-right-bg {
  z-index: -1;
  width: 200%;
  height: 200%;
  background-color: #0d1941;
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 100px;
  right: 0%;
  transform: rotate(-3deg);
}

.single-right-bg-wrap {
  z-index: -1;
  width: 1000%;
  height: 150%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navtainer {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.hero-slider {
  background-color: var(--text-dark-backgrounds);
  width: 100%;
  height: auto;
}

.hero-slider.is-full-screen {
  padding-top: 0;
}

.slide-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
}

.slide-cell._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.hero-slider-arrow {
  color: var(--alternative-color-1);
  width: 72px;
  height: 108px;
  line-height: 2rem;
  inset: auto auto 0% 96px;
}

.hero-slider-arrow.right {
  inset: auto auto 0% 160px;
}

.hero-slider-v1 {
  background-color: var(--text-dark-backgrounds);
  position: relative;
  overflow: hidden;
}

.hero-slider-v2 {
  position: relative;
  overflow: hidden;
}

.nav-notice {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--hover-color);
  color: var(--text-dark-backgrounds);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 48px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  display: flex;
  position: relative;
}

.nav-notice-link {
  color: var(--text-dark-backgrounds);
  background-image: url('../images/arrow-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 18px;
  text-decoration: underline;
}

.nav-notice-link:hover {
  color: var(--white);
}

.header-medium {
  z-index: 100;
  background-color: var(--text-dark-backgrounds);
  color: #fff;
  flex-direction: row;
  place-content: stretch flex-start;
  align-items: flex-end;
  padding-top: 20vh;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-medium.is-slider {
  padding-bottom: 140px;
}

.header-medium.is-slider.no-image {
  background-color: #0d194100;
}

.slider-bg-img {
  opacity: .25;
  object-fit: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .section._w-banner-slider {
    overflow: hidden;
  }

  .fluid-cell._55-p-w-floating-block {
    width: 50%;
  }

  .container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.in-banner-slider {
    max-width: 1606px;
  }

  .container._w-floating-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container._w-isolated-image {
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .logo-img {
    max-width: 700px;
  }

  .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.as-button {
    margin-left: 18px;
    margin-right: 18px;
  }

  .nav-bar._w-header-full {
    border-bottom-color: rgba(0, 0, 0, .2);
  }

  .banner-image {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .banner-text {
    padding-left: 36px;
  }

  .banner-slider {
    max-width: 1606px;
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    overflow: visible;
  }

  .nav-icon-buttons {
    padding-left: 18px;
  }

  .header._w-image {
    align-items: stretch;
  }

  .avatar-large {
    width: 180px;
    height: 180px;
  }

  .card-flip-side-large {
    padding: 36px;
  }

  .parallax-bg-wrap.right {
    right: 48px;
  }

  .category-link.last,
  .category-link:last-child {
    border-bottom-style: none;
  }

  .navtainer {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-slider-arrow {
    inset: auto 0% 0%;
  }

  .hero-slider-arrow.right {
    inset: auto 0% 0% 120px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: none;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  a:hover {
    color: #ff6635;
  }

  blockquote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.tint._50-p-right, .section.tint._50-p-left {
    background-image: none;
  }

  .section.footer {
    padding-bottom: 36px;
  }

  .section._w-floating-block {
    overflow: visible;
  }

  .section._w-floating-block.as-header {
    padding-top: 24px;
  }

  .fluid-cell {
    flex: 1;
  }

  .fluid-cell._67-p._100-p-tablet, .fluid-cell._50-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._25-p._33-p-on-tablet {
    width: 33.3%;
  }

  .fluid-cell._25-p.footer-nav-col-1, .fluid-cell._25-p.footer-nav-col-2, .fluid-cell._25-p._50-p-on-tablet {
    width: 50%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell._33-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell._33-p.signle-side-block {
    width: 100%;
    min-width: auto;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell._40-p {
    width: 50%;
  }

  .fluid-cell._40-p.footer-info {
    width: 100%;
    margin-right: 0%;
  }

  .fluid-cell._55-p-w-floating-block {
    width: 100%;
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.apply-for-job {
    width: 100%;
    position: static;
  }

  .container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .container.in-banner-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container._w-container-bg {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container._w-floating-block {
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    padding: 0 24px;
  }

  .container._w-floating-block.right {
    justify-content: flex-start;
  }

  .container._w-slider {
    padding: 60px 72px;
  }

  .container._w-isolated-image {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .faux-h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .faux-h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .faux-h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .faux-h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .logo-img {
    z-index: 3;
    height: 48px;
    position: relative;
  }

  .child-link {
    color: #0d1941;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .child-link:hover {
    color: #0d1941;
    background-color: rgba(0, 0, 0, 0);
  }

  .child-link.last {
    margin-bottom: 18px;
  }

  .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline-block;
  }

  .nav-link:hover {
    color: #0d1941;
    border-bottom-color: rgba(0, 0, 0, .1);
  }

  .nav-link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-link.invert, .nav-link.invert:hover {
    color: #0d1941;
  }

  .nav-link._w-dropdown {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.as-button {
    text-align: center;
    order: 1;
    margin: 36px 0 18px;
    padding: 12px 30px 14px;
  }

  .nav-link.in-dropdown {
    border-bottom-style: none;
  }

  .nav {
    z-index: 1;
    background-color: var(--alternative-color-1);
    border-top: 1px solid #0000001a;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding: 36px 60px;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
    overflow: auto;
    box-shadow: 0 24px 36px #00000026;
  }

  .nav-dropdown-content {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 12px;
    position: static;
  }

  .tittle-in-30-p-article {
    padding-right: 0;
  }

  .article-thumb-tint {
    top: 24px;
    bottom: -24px;
    left: 24px;
    right: -24px;
  }

  .thumb-link, .article-cell {
    flex: 1;
  }

  .banner-text {
    flex: 1;
    padding: 48px 60px 48px 36px;
  }

  .hide-desktop {
    display: block;
  }

  .slider-arrow, .slider-arrow.left {
    right: -6px;
  }

  .parallax-bg-slider {
    position: relative;
  }

  .container-bg {
    left: 24px;
    right: 24px;
  }

  .embedded-media {
    max-width: 100%;
    min-width: 100%;
  }

  .text-block {
    padding: 36px 36px 24px;
  }

  .dropdown-trigger-2 {
    padding-right: 36px;
  }

  .nav-wrap {
    height: auto;
  }

  .menu-close {
    display: none;
  }

  .nav-dropdown-trigger {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-icon-button {
    width: 30px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-icon-button._w-mobile-menu {
    display: block;
  }

  .nav-icon-button._w-dropdown {
    display: none;
  }

  .nav-icon-buttons {
    z-index: 3;
    margin-left: 0;
    position: relative;
  }

  .search-bar {
    padding-left: 36px;
    padding-right: 36px;
  }

  .search-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-full {
    padding-bottom: 48px;
  }

  .header-full.is-slider {
    padding-bottom: 120px;
  }

  .header {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .card-flip-side-large {
    padding: 24px;
  }

  .block-floating {
    background-color: #0d1941;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 48px 36px 36px;
  }

  .block-floating.right {
    padding-left: 36px;
  }

  .parallax-image.as-overlay {
    height: 116%;
    object-fit: cover;
  }

  .parallax-bg-wrap {
    height: 450px;
    position: relative;
  }

  .parallax-bg-wrap.left {
    width: 100%;
    right: 0;
  }

  .parallax-bg-wrap.right {
    width: 100%;
    left: 0;
  }

  .parallax-bg-wrap.as-overlay {
    height: auto;
    position: absolute;
  }

  .sticky-bg-mobile {
    z-index: 2;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky-bg-mobile.dark {
    background-color: #0d1941;
  }

  .featured-image {
    margin-top: 36px;
    margin-bottom: -48px;
  }

  .hamburger-row {
    width: 30px;
    height: 2px;
  }

  .push-me-down {
    margin-top: 0;
  }

  .number {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .title-block {
    width: 100%;
    padding-top: 0;
  }

  .slider-cell {
    flex: 1;
  }

  .isolated-image-wrap {
    width: 50%;
  }

  .isolated-image {
    height: auto;
  }

  .social-icons-wrap {
    padding-bottom: 24px;
  }

  .floating-deco {
    width: 40%;
  }

  .floating-deco.right {
    right: 0%;
  }

  .floating-deco.left {
    left: 0%;
  }

  .job-filter {
    padding-bottom: 12px;
  }

  .filter-item {
    width: 50%;
    flex: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .job-filter-wrap {
    padding-top: 12px;
  }

  .modal-window {
    width: 700px;
  }

  .flip-block-cell {
    flex: 1;
  }

  .flip-block-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .card-flip-side {
    padding: 24px;
  }

  .nav-dropdown-link {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline-block;
  }

  .nav-dropdown-link:hover {
    color: #0d1941;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link.w--current:hover {
    color: #fff;
  }

  .gap {
    height: 60px;
  }

  .sticky-bg {
    height: 84px;
  }

  .job-filter-title {
    margin-left: 60px;
  }

  .single-right-bg-wrap {
    display: none;
  }

  .navtainer {
    height: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-cell {
    flex: 1;
  }

  .hero-slider-arrow {
    left: 42px;
  }

  .hero-slider-arrow.right {
    left: 108px;
  }

  .nav-notice {
    z-index: 10;
  }

  .header-medium {
    padding-bottom: 48px;
  }

  .header-medium.is-slider {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  blockquote {
    margin-left: 0;
    font-size: 1.75rem;
    line-height: 2.6rem;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-small.caption {
    margin-top: -24px;
    margin-bottom: 48px;
  }

  .p-small.quote-author-in-slider {
    margin-top: 24px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section._w-banner-slider {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .section.footer {
    padding-bottom: 0;
  }

  .section._w-floating-block.as-header {
    padding-top: 0;
  }

  .section._w-split-cells {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fluid-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .fluid-cell._67-p, .fluid-cell._50-p, .fluid-cell._25-p, .fluid-cell._25-p._33-p-on-tablet {
    width: 100%;
  }

  .fluid-cell._25-p.footer-nav-col-1 {
    width: 100%;
    padding-bottom: 0;
  }

  .fluid-cell._25-p.footer-nav-col-2 {
    width: 100%;
    padding-top: 0;
  }

  .fluid-cell._25-p._50-p-on-tablet, .fluid-cell._70-p, .fluid-cell._33-p, .fluid-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell._40-p {
    width: 100%;
  }

  .fluid-cell._55-p-w-floating-block {
    margin-top: -18px;
    padding-bottom: 0;
  }

  .fluid-cell.no-b-padding-mobile {
    padding-bottom: 0;
  }

  .fluid-cell.no-t-padding-mobile {
    padding-top: 0;
  }

  .subheading {
    background-image: none;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .text-field {
    padding-right: 24px;
  }

  .container {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.center-horizontal {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.in-banner-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container.in-between {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container._w-container-bg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container._w-floating-block {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .container._w-slider {
    padding: 48px 0;
  }

  .container.reverse-mobile {
    flex-direction: column-reverse;
  }

  .container._w-split-cells {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container._w-isolated-image {
    align-items: flex-start;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .img-in-text,
  img.alignnone {
    min-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0%;
  }

  .thumb-img {
    min-width: 100%;
  }

  .logo-img {
    height: 36px;
  }

  .notification-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav {
    padding: 24px 30px;
  }

  .article-thumb-tint {
    top: 18px;
    bottom: -18px;
    left: 18px;
    right: -18px;
  }

  .tittle-in-50-p-article {
    padding-right: 0;
  }

  .thumb-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .article-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3vw;
  }

  .article-cell._40-p-article {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .article-cell._40-p-article.second {
    margin-top: 0;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .article-cell._33-p-article {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hide-mobile {
    display: none;
  }

  .banner-image {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
  }

  .banner-text {
    width: 100%;
    padding: 18px 36px;
  }

  .article-share {
    margin-top: 12px;
  }

  .tmln-wrap.reverse {
    flex-direction: column-reverse;
  }

  .tmln-wrap.last,
  .tmln-wrap:last-child {
    padding-bottom: 3vw;
  }

  .tmln-circle {
    left: -16px;
    right: auto;
  }

  .tmln-cell {
    width: 100%;
    text-align: left;
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 12px;
    padding: 2% 3% 0% 24px;
  }

  .tmln-cell.right {
    border-left-color: rgba(0, 0, 0, .1);
    padding-left: 24px;
  }

  .slider-arrow {
    top: auto;
    bottom: -30px;
    left: auto;
    right: 8%;
  }

  .slider-arrow.left {
    top: auto;
    bottom: -30px;
    left: 8%;
    right: auto;
  }

  .parallax-bg-slider {
    height: 400px;
    margin-top: 24px;
  }

  .container-bg {
    left: 0;
    right: 0;
  }

  .container-bg.dark.in-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .form-horizontal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-w-icon {
    font-size: 18px;
    line-height: 30px;
  }

  .side-graphic-wrap {
    width: 48px;
    background-position: 0%;
  }

  .select-field {
    padding-left: 18px;
  }

  .text-block.t-margin {
    margin-top: 30px;
  }

  .menu-close, .menu-open {
    width: 100%;
    height: 100%;
  }

  .search-bar {
    padding-left: 6vw;
    padding-right: 4vw;
  }

  .search-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-full {
    min-height: 90vh;
    padding-bottom: 24px;
  }

  .header-full.is-slider {
    padding-bottom: 120px;
  }

  .header {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .header._w-image {
    align-items: flex-end;
  }

  .avatar-large {
    width: 140px;
    height: 140px;
    margin-right: 30px;
  }

  .card-flip-large {
    position: static;
  }

  .flip-block-large {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .card-flip-side-large.back {
    box-shadow: none;
    color: #0d1941;
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 24px 0 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    transform: none;
  }

  .card-flip-side-large.front {
    text-align: left;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
    transform: none;
  }

  .parallax-bg-wrap {
    height: 370px;
  }

  .parallax-bg-wrap.right {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-image {
    min-width: 100%;
    margin-top: 48px;
    margin-bottom: -36px;
  }

  .ppm-intro-page-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ppm-intro-page-link:hover {
    box-shadow: none;
    transform: none;
  }

  .cta-link.in-flip-block {
    color: #0d1941;
  }

  .cta-link.in-flip-block:hover {
    border-bottom-color: #0d1941;
  }

  .number {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .title-line-wrap.vertical {
    margin-right: 24px;
  }

  .slider-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-cell._67-p {
    width: 100%;
  }

  .slider-arrow-2 {
    width: 48px;
    height: 48px;
    top: 24px;
    bottom: auto;
    left: 78px;
    right: auto;
  }

  .slider-arrow-2.left {
    top: 24px;
    bottom: auto;
    left: 30px;
    right: auto;
  }

  .testimonial-image-wrap {
    display: none;
  }

  .testimonial-img {
    height: 150px;
  }

  .slider {
    width: 100%;
    padding-top: 84px;
  }

  .slide {
    padding-left: 18px;
    padding-right: 18px;
  }

  .isolated-image-wrap {
    display: none;
  }

  .isolated-image-wrap.in-header {
    width: 100vw;
    height: auto;
    margin-bottom: -24px;
    margin-left: -18px;
    display: block;
    position: relative;
  }

  .isolated-image {
    padding-left: 18px;
    padding-right: 18px;
  }

  .floating-deco {
    width: 30%;
  }

  .floating-deco.right._w-embeded-image {
    right: -30px;
  }

  .floating-deco.left._w-embeded-image {
    left: -30px;
  }

  .job-filter {
    padding-left: 0;
    padding-right: 0;
  }

  .filter-item {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .stplit-bg.left {
    width: 100%;
    right: 0%;
  }

  .stplit-bg.right {
    width: 100%;
    left: 0%;
  }

  .split-cell {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 30px 36px;
    position: relative;
  }

  .close-modal {
    top: 0;
    right: 0;
  }

  .modal-window {
    width: 100%;
    border-top: 2px solid #0d1941;
    margin-top: 24px;
    padding: 24px 0;
  }

  .modal-wrapper {
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }

  .flip-block-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flip-block-cell._33-p, .flip-block-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .card-flip-side {
    padding: 36px;
  }

  .flip-block {
    height: 150px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .modal-overlay {
    display: none;
  }

  .gap {
    height: 48px;
  }

  .sticky-bg {
    height: 72px;
  }

  .job-filter-title {
    margin-left: 30px;
  }

  .navtainer {
    padding: 12px 36px;
  }

  .slide-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide-cell._67-p {
    width: 100%;
  }

  .hero-slider-arrow {
    width: 60px;
    font-size: 2rem;
    line-height: 2rem;
    left: 18px;
  }

  .hero-slider-arrow.right {
    left: 72px;
  }

  .nav-notice {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 36px;
    padding-right: 36px;
  }

  .header-medium {
    padding-bottom: 24px;
  }

  .header-medium.is-slider {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 3.1rem;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .p-small.caption {
    margin-top: -18px;
    margin-bottom: 36px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.dark._50-p-left, .section.faux-dark._50-p-right, .section.faux-dark._50-p-left {
    padding-bottom: 24px;
  }

  .fluid-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .fluid-cell._55-p-w-floating-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    align-items: stretch;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.in-banner-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer, .container._w-container-bg {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .container._w-slider {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container._w-isolated-image {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .form-section {
    flex-direction: column;
    margin-left: 0;
  }

  .form-item-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half, .form-item-wrap.third {
    width: 100%;
  }

  .img-in-text,
  img.alignnone {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .nav-link {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .nav-link.as-button {
    margin-top: 24px;
  }

  .notification-bar {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }

  .nav {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .article-thumb-tint {
    top: 12px;
    bottom: -12px;
    left: 12px;
    right: -12px;
  }

  .thumb-link {
    margin-bottom: 12px;
  }

  .article-cell {
    padding: 18px 0;
  }

  .article-cell._40-p-article {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .banner-text {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .tmln-circle {
    top: auto;
    bottom: 0%;
    left: -16px;
    right: auto;
  }

  .tmln-cell {
    border-left-color: #e0e6eb;
    margin-left: 0;
    padding-right: 0;
  }

  .tmln-cell.right {
    border-left-color: #e0e6eb;
  }

  .slider-arrow {
    bottom: -30px;
  }

  .parallax-bg-slider {
    height: 250px;
    margin-top: 12px;
  }

  .dropdown-content._w-links {
    padding: 12px 24px;
  }

  .side-graphic-wrap {
    width: 24px;
  }

  .text-block {
    padding: 24px 24px 12px;
  }

  .social-icon {
    margin-left: 6px;
    margin-right: 6px;
  }

  .search-bar {
    padding-left: 8vw;
    padding-right: 4vw;
  }

  .search-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button-2 {
    min-height: auto;
    padding: 12px 36px;
  }

  .header-full {
    padding-bottom: 12px;
  }

  .header-full.is-slider {
    padding-bottom: 96px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .avatar-large {
    margin-bottom: 18px;
  }

  .card-flip-side-large {
    padding: 24px;
  }

  .card-flip-side-large.front {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 36px;
  }

  .block-floating {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .block-floating.right {
    padding-left: 8vw;
  }

  .parallax-bg-wrap {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-image {
    margin-bottom: -24px;
  }

  .title-line-wrap.vertical {
    margin-right: 18px;
  }

  .slider-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    left: 78px;
  }

  .slider-arrow-2.left {
    left: 30px;
  }

  .slider {
    padding-top: 72px;
  }

  .slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .isolated-image-wrap.in-header {
    margin-bottom: -12px;
    margin-left: -8vw;
  }

  .isolated-image {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .social-icons-wrap {
    margin-top: 24px;
    margin-left: -6px;
    padding-bottom: 12px;
  }

  .floating-deco.right._w-embeded-image {
    right: -8vw;
  }

  .floating-deco.left._w-embeded-image {
    left: -8vw;
  }

  .job-listing-wrap {
    align-items: flex-start;
  }

  .job-filter {
    padding-top: 6px;
    padding-bottom: 18px;
  }

  .filter-item {
    width: 100%;
    padding: 6px 0;
  }

  .filter-item.action {
    padding-top: 12px;
  }

  .split-cell {
    padding: 36px 8vw 24px;
  }

  .modal-wrapper {
    display: flex;
  }

  .flip-block-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-flip-side {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-dropdown-link {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .gap {
    height: 36px;
  }

  .sticky-bg {
    height: 60px;
  }

  .job-filter-title {
    margin-left: 8vw;
  }

  .navtainer {
    padding: 6px 8vw;
  }

  .slide-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-slider-arrow {
    left: 12px;
  }

  .hero-slider-arrow.right {
    left: 60px;
  }

  .nav-notice {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: .9rem;
  }

  .header-medium {
    padding-bottom: 12px;
  }

  .header-medium.is-slider {
    padding-bottom: 96px;
  }
}


@font-face {
  font-family: 'Basiercircle Bold';
  src: url('../fonts/BasierCircle-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}