@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&display=swap");
@import url("//fonts.googleapis.com/css?family=Lato:300,400&display=swap");
@font-face {
  font-family: "Blender Pro";
  src: url("//db.onlinewebfonts.com/t/571f8bd755d29dc071ead59896f6c4ec.eot");
  src: url("//db.onlinewebfonts.com/t/571f8bd755d29dc071ead59896f6c4ec.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/571f8bd755d29dc071ead59896f6c4ec.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/571f8bd755d29dc071ead59896f6c4ec.woff") format("woff"), url("//db.onlinewebfonts.com/t/571f8bd755d29dc071ead59896f6c4ec.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/571f8bd755d29dc071ead59896f6c4ec.svg#Blender Pro") format("svg"); }

code.has-jax {
  -webkit-font-smoothing: antialiased;
  background: inherit !important;
  border: none !important;
  font-size: 100%; }

.blog {
  font-size: 0.7em !important;
  font-weight: normal !important; }

/************
    Global
************/
body {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5 !important; }

section .container {
  position: relative;
  background: #ffffff; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, [class*="-heading"] {
  font: 700 1.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #00048d; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*="-heading"] a {
    color: #00048d; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*="-heading"] a:hover {
      color: #00048d; }

h1 {
  font: 700 1.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  color: #00048d; }
  h1 a {
    color: #00048d; }
    h1 a:hover {
      color: #00048d; }

h2, h3, h4, h5, h6 {
  font: 600 1.25rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  color: #00048d; }
  h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #00048d; }
    h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #00048d; }

h2.subtitle {
  font: 700 1.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff; }

p {
  margin: 0 0 1rem;
  line-height: 1.5; }
  p.data-analysis-icon-text {
    font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }

a {
  line-height: 1.5; }

a.more-link {
  color: #00048d;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }

a.back-link {
  color: #606060; }
  a.back-link:before {
    content: "";
    border: solid #606060;
    border-width: 2px 0 0 2px;
    padding: 3.5px;
    position: absolute;
    left: 3px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px; }

.form-control {
  height: 45px;
  padding: 10px 30px 10px 15px;
  border: none;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .form-control.form-control--gray {
    background: whitesmoke; }
  .form-control.form-control--gray-border {
    border-radius: 3px;
    border: 1.5px solid #bbbbbb; }

.no-result {
  display: none; }

@media screen and (min-width: 768px) {
  body {
    font: 400 1.125rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .container {
    max-width: 850px !important; }
  a.more-link {
    text-align: left; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px !important; }
  h1, h2, h3, h4, h5, h6, [class*="-heading"] {
    font: 700 1.875rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  h1 {
    font: 700 1.875rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  h2, h3, h4, h5, h6 {
    font: 700 1.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1130px !important; } }

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1230px !important; } }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1330px !important; } }

/***********
  Navbar
***********/
body {
  margin-top: 0;
  transition: margin 0.3s ease-in-out; }
  body.shift-up {
    margin-top: -60px; }

.navbar {
  transition: all 0.1s ease-out; }
  .navbar .navbar-brand img {
    max-height: 36px; }
  .navbar .navbar-toggler .navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 17.5px;
    height: 17px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transition: all 0.1s ease-out; }
  .navbar .navbar-toggler .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #ffffff;
    transition: inherit; }
  .navbar .navbar-nav .nav-link {
    font: 400 0.8125rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5rem;
    color: #ffffff;
    margin: 0 0 0 0.5rem;
    padding: 1rem 0 1rem 1rem;
    transition: all 0.1s ease-out; }
  .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 0.6; }
  .navbar.navbar-scroll {
    background: #ffffff; }
    .navbar.navbar-scroll .navbar-nav .nav-link {
      color: #00048d; }
    .navbar.navbar-scroll .navbar-toggler .navbar-toggler-icon {
      border-color: #00048d; }
      .navbar.navbar-scroll .navbar-toggler .navbar-toggler-icon:before {
        border-color: #00048d; }
  @media screen and (min-width: 768px) {
    .navbar .navbar-brand img {
      max-height: 40px; } }
  @media screen and (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
      font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 0 0 1.5rem; } }

/***********
Header
***********/
.header {
  background: #3C444C url(/img/home-header-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 65px;
  min-height: 545px;
  text-transform: uppercase; }
  .header .header-heading {
    font: 700 1.875rem "Blender Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 10px; }
  .header.inner-page-header {
    height: 60vh;
    min-height: auto;
    padding-top: 0; }
    .header.inner-page-header .header-heading {
      letter-spacing: normal;
      font-size: 2.5rem; }
  .header.about-us-header {
    background-image: url(/img/about-us-header.png); }
  .header.data-products-header {
    background-image: url(/img/data-products-header.png); }
  .header.news-events-header {
    background-image: url(/img/Hero_Image_News.png); }
  .header.research-header {
    background-image: url(/img/Image_GetQualified.png); }
  .header.careers-header, .header.contact-header {
    background-image: url(/img/background_careers-02.png); }
  @media screen and (min-width: 576px) {
    .header .header-heading {
      font: 700 3.75rem "Blender Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header.inner-page-header {
      height: 90vh; }
      .header.inner-page-header .header-heading {
        font-size: 3.75rem; } }
  @media screen and (min-width: 992px) {
    .header .header-heading {
      font: 700 5rem "Blender Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 7rem; }
    .header.inner-page-header .header-heading {
      font-size: 5rem; } }

.scroll-arrow {
  border: solid whitesmoke;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 8px;
  position: absolute;
  bottom: 40px; }
  .scroll-arrow.down {
    transform: rotate(45deg) translate(-50%, 0); }

/************
 Section
************/
section {
  margin: 3rem 0; }
  section .container {
    padding: 2.1rem 15px; }
  section .container.thank-you {
    padding-top: 2.1rem 15px;
    padding-bottom: 20vh; }
  section .section-heading {
    text-align: center;
    margin: 0 0 3rem; }
  section .section-subheading {
    font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 1rem; }
  section .text-block__heading {
    margin: 1.5rem 0 1rem; }
  section#first-section {
    margin-bottom: 0; }
    section#first-section + section {
      margin-top: 0; }

@media screen and (min-width: 1024px) {
  .inner-page-header + section#first-section {
    margin-top: -200px; }
    .inner-page-header + section#first-section .container {
      background: #ffffff;
      position: relative; } }

@media screen and (min-height: 600px) {
  .inner-page-header + section#first-section {
    margin-top: -300px; } }

/********
  Footer
********/
footer {
  padding: 3rem 1rem;
  text-align: center;
  color: #ffffff;
  font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  footer .list-group {
    margin-bottom: 3rem; }
    footer .list-group-item {
      padding: 0.75rem 0;
      background: transparent;
      color: #ffffff;
      font: 400 0.8125rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      border: none; }
      footer .list-group-item:first-child {
        font-weight: 600; }

/********************
  Leadership section
********************/
.leadership-control {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out; }
  .leadership-control.active {
    filter: grayscale(0); }

.leadership-content#eran {
  display: none; }

/***********
  Buttons
***********/
.btn {
  margin: 0.5rem 1rem 0.5rem 0;
  border-radius: 2px;
  font: 400 1.1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  transition: all 0.1s ease-out;
  cursor: pointer; }
  .btn-min-width {
    min-width: 220px; }
  .btn-primary {
    background: #00048d;
    color: whitesmoke; }
  .btn-accent {
    background: #f1cb3b;
    color: #000000; }
    .btn-accent:hover {
      background: #e0b510; }
  .btn-dark {
    background: #606060;
    color: #ffffff;
    border-color: transparent; }
    .btn-dark:hover {
      background: #474646 !important;
      color: #ffffff !important;
      border-color: transparent !important; }
  @media screen and (max-width: 768px) {
    .btn-min-width {
      width: 75%;
      max-width: 320px; } }

/************
Swiper slider
************/
.swiper-container {
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-wrapper {
    margin-bottom: 8rem; }
  .swiper-container .swiper-slide {
    min-width: 100px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .swiper-container .swiper-slide__img {
      max-height: 67px; }
  .swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 0.5; }
    .swiper-container .swiper-pagination-bullet-active {
      background: #ffffff;
      border: 1px solid; }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    background-image: none; }
    .swiper-container .swiper-button-next .a,
    .swiper-container .swiper-button-prev .a {
      fill: #ddd;
      fill-opacity: .7;
      stroke: #000;
      stroke-width: 160;
      stroke-miterlimit: 10;
      stroke-opacity: .7; }
  .swiper-container.careers-swiper {
    padding: 0 50px; }
    .swiper-container.careers-swiper .swiper-slide {
      align-items: initial;
      flex-flow: column; }
      .swiper-container.careers-swiper .swiper-slide__img {
        max-height: none; }
    .swiper-container.careers-swiper .swiper-button-next,
    .swiper-container.careers-swiper .swiper-button-prev {
      top: 45%; }
    .swiper-container.careers-swiper .swiper-button-next {
      right: 0; }
    .swiper-container.careers-swiper .swiper-button-prev {
      left: 0; }

/**************
  Article card
**************/
.article-card__img {
  position: relative; }
  .article-card__img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem; }

.article-card__label {
  position: absolute;
  top: 0;
  right: 0;
  background: #f1cb3b;
  padding: 0.5rem 1rem;
  text-align: center; }
  .article-card__label p {
    margin-bottom: 0;
    font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }
    .article-card__label p:first-child {
      font-size: 1.125rem;
      font-weight: 300;
      margin-bottom: 0.5rem; }

.article-card__heading {
  font: 400 1.1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.article-card__text {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5 !important; }

.article-card--sm .article-card__text {
  font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.article-card--md .article-card__text {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 768px) {
  .article-card__heading {
    font: 600 1.25rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article-card__text {
    font: 400 1.125rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article-card--sm .article-card__heading {
    font: 400 1.1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .article-card--sm .article-card__text {
    font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article-card--md .article-card__text {
    font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article-card--lg .article-card__text {
    font: 400 1.25rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

/*****************
  Nav tabs & pills
******************/
.nav-tabs .nav-item .nav-link {
  color: #606060;
  font: 400 1.1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  opacity: 0.5; }
  .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent; }
  .nav-tabs .nav-item .nav-link.active {
    color: #00048d;
    border: none;
    border-bottom: 6px solid #f1cb3b;
    opacity: 1; }

.nav-tabs--sm .nav-item .nav-link {
  font-size: 1.125rem; }

.nav-pills .nav-link {
  border: 1px solid #363636;
  color: #606060;
  font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.5;
  padding: 4px 10px;
  margin: 0 5px 10px 0;
  text-align: center; }
  .nav-pills .nav-link:hover {
    border-style: dashed; }
  .nav-pills .nav-link.active {
    background: #00048d;
    opacity: 1;
    border-color: #00048d; }

.tab-content .tab-pane .tab-pane {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 576px) {
    .tab-content .tab-pane .tab-pane {
      font: 400 1.125rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

/***************
  Feature card
***************/
.feature-card {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feature-card__heading {
    font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500; }

/********************************************
  Info card (used for leadership bio cards)
********************************************/
.info-card {
  background: whitesmoke;
  padding: 2rem 1.8rem;
  border-radius: 10px;
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .info-card__heading {
    font: 400 1.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600; }
  .info-card__subheading {
    font: 400 0.8125rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .info-card {
      padding: 2rem 3.8rem; } }

/************
  Accordion
************/
.accordion .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  transition: all .5s;
  border-left: 3px solid;
  cursor: pointer;
  background: whitesmoke; }
  .accordion .card .card-body .accordion-text:not(.usa-accordion-text) {
    display: none; }
  .accordion .card:hover {
    box-shadow: 1px 1px 30px rgba(9, 96, 255, 0.3);
    z-index: 200;
    color: #00048d; }
    .accordion .card:hover .card-header .btn {
      color: #00048d; }
  .accordion .card-header {
    padding: 0;
    border: 0;
    background: whitesmoke; }
    .accordion .card-header .btn {
      padding: 0;
      margin: 0;
      font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #363636; }
      .accordion .card-header .btn:focus {
        box-shadow: none; }
      .accordion .card-header .btn img {
        width: 70px;
        height: 70px; }
  .accordion .card:first-child {
    border-color: #d6875a; }
  .accordion .card:nth-child(2) {
    border-color: #abc054; }
  .accordion .card:nth-child(3) {
    border-color: #e28890; }
  .accordion .card:nth-child(4) {
    border-color: #6abcc2; }
  .accordion .card:nth-child(5) {
    border-color: #8e81f6; }

/************
  Events
***********/
#list-year-filter {
  font-weight: 600;
  border: 1px solid #b6b6b6;
  color: #363636; }
  #list-year-filter option {
    font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }

.events {
  background: #00048d;
  border-radius: 5px;
  padding: 20px;
  color: #ffffff; }
  .events .event-item {
    margin: .5rem .5rem 1.5rem;
    padding-bottom: 1.5rem;
    font: 400 0.8125rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid whitesmoke; }
    .events .event-item .event__date {
      margin-bottom: .25rem; }
    .events .event-item .event__heading {
      color: #f1cb3b;
      margin-bottom: 1rem;
      font: inherit; }
    .events .event-item .event__text {
      font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1.5 !important; }
    .events .event-item .more-link {
      color: #ffffff;
      text-align-last: left;
      opacity: .7; }
  @media screen and (min-width: 992px) {
    .events .event-item {
      font-size: 1rem; }
      .events .event-item .more-link {
        font-size: 0.8125rem; } }

/**********
  Research
**********/
.top-research-papers .top-research__text {
  font-weight: 500;
  font-size: 1rem; }

.timeline-wrapper {
  position: absolute;
  right: 0;
  top: 138px; }
  @media screen and (min-width: 768px) {
    .timeline-wrapper {
      position: relative;
      top: 0; } }

.timeline {
  position: relative; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 20px;
    width: 2px;
    background-color: #cfcfcf; }
  .timeline .entry {
    padding-bottom: 10px; }
    .timeline .entry:before {
      content: '';
      width: 12px;
      height: 12px;
      border: 2px solid #cfcfcf;
      border-radius: 100%;
      display: inline-block;
      margin-right: 10px;
      left: -5px;
      position: relative;
      background-color: #ffffff; }
    .timeline .entry .timeline-year {
      display: inline-block;
      color: #00048d;
      font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 0;
      padding: 3px .75rem;
      cursor: pointer;
      font-weight: 300; }
    .timeline .entry.active .timeline-year {
      background-color: #00048d;
      color: #ffffff !important;
      border-radius: 4px; }
    .timeline .entry.active::before {
      background: #00048d;
      border-color: #00048d; }

.research-tabs .nav-tabs .nav-link {
  font-size: 1.025rem; }

/*************
  pagination
************/
.pagination {
  text-align: center;
  margin-bottom: 0; }
  .pagination .page-item .page-link {
    background: none;
    border: none;
    color: inherit;
    font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pagination .page-item.active .page-link {
    font-weight: 600; }
  .pagination .previous-page,
  .pagination .next-page {
    position: relative;
    width: 40px; }
    .pagination .previous-page .page-link,
    .pagination .next-page .page-link {
      background: none;
      border: none;
      height: 100%; }
      .pagination .previous-page .page-link:after,
      .pagination .next-page .page-link:after {
        content: "";
        border: solid #f5f5f5;
        border-width: 3px 0 0 3px;
        padding: 4px;
        position: absolute;
        left: 10px;
        display: inline-block;
        transform: rotate(-45deg);
        top: 7px; }
  .pagination .next-page .page-link:after {
    left: auto;
    right: 10px;
    transform: rotate(135deg); }
  .pagination-dark .previous-page .page-link:after,
  .pagination-dark .next-page .page-link:after {
    border-color: #363636; }

.form-control {
  height: 45px;
  padding: 10px 30px 10px 15px;
  border: none;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .form-control.form-control--gray {
    background: whitesmoke; }
  .form-control.form-control--gray-border {
    border-radius: 3px;
    border: 1.5px solid #bbbbbb; }

textarea.form-control {
  min-height: 150px; }

.contact__form .form-group label,
.contact__form .form-group .form-control,
.qualification__form .form-group label,
.qualification__form .form-group .form-control {
  font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #00048d; }

.contact__form .form-group label,
.qualification__form .form-group label {
  margin-bottom: 12px; }

.contact__form .form-group .form-control,
.qualification__form .form-group .form-control {
  color: rgba(0, 4, 141, 0.6); }

.ivydbx3 {
  position: fixed;
  top: -500px;
  left: -500px; }

.jobs-filter-form form select option:first-child {
  display: none; }

@media screen and (min-width: 768px) {
  .contact__form {
    border-right: 1px solid #606060; } }

.contact__address {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.contact__support {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

@media screen and (min-width: 576px) {
  .btn-contact {
    width: 300px;
    padding-left: 0;
    padding-right: 0; } }

.file-input {
  color: #00048d;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .file-input + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0 !important; }
    .file-input + label span {
      font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .file-input + label .btn {
      margin-bottom: 0; }
  .file-input:focus + label, .file-input.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }

/************
  Job card
***********/
.jobs-group {
  margin-top: 2.5rem; }
  .jobs-group__heading {
    text-transform: uppercase;
    font: 400 1.5rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .jobs-group hr {
    margin: 1.25rem 0;
    width: 20%; }

.job-card {
  position: relative;
  margin-bottom: 3rem; }
  .job-card__link-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .job-card__link-overlay:hover + .job-card__description .job-card__title {
      color: #00048d; }
  .job-card__title {
    font: 400 1.25rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    color: #363636;
    position: relative;
    z-index: 2;
    transition: all .2s ease-in-out;
    text-decoration: none;
    display: block;
    margin-bottom: .75rem; }
  .job-card__btn {
    z-index: 2; }
    .job-card__btn .btn {
      margin: 0;
      padding: 5px 1rem;
      text-transform: uppercase; }
  .job-card__tags-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; }
    .job-card__tags-list li {
      margin-right: 16px;
      font-size: 0.75rem;
      font-weight: 600;
      color: #606060;
      letter-spacing: 1px;
      text-transform: uppercase; }

.inner-page-job-card .job-card__title {
  font-size: 2.232rem; }

@media screen and (max-width: 768px) {
  .inner-page-job-card {
    text-align: center; }
    .inner-page-job-card .job-card__title, .inner-page-job-card .job-card__tags-list {
      margin-bottom: 2.25rem; }
    .inner-page-job-card .job-card__tags-list {
      justify-content: center; } }

.inner-page-job-description .section-subheading {
  font-size: 1.125rem; }

.inner-page-job-description p, .inner-page-job-description ul {
  font-size: 1rem; }

.bg-light-gray {
  background: whitesmoke; }

.bg-primary {
  background: #00048d !important; }

.bg-accent {
  background: #f1cb3b !important; }

.text-primary {
  color: #00048d !important; }

.text-gray,
.text-muted {
  color: #606060; }

/**************
  Typography
**************/
.body-font-lg {
  font: 400 1.25rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.body-font {
  font: 400 1.125rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.body-font-md {
  font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.body-font-sm {
  font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fs-lg {
  font-size: 1.5rem; }

.fs-xs {
  font-size: 0.875rem; }

.fs-sm {
  font-size: 1rem; }

.fw-bold {
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .body-font-md-lg {
    font: 400 1.25rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .body-font-md-md {
    font: 400 1rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .body-font-md-sm {
    font: 400 0.875rem "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

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