/* =======================================*/
/*
/*
/* VARIABLES
/*
/*
/* =======================================*/
/* =======================================*/
/* Color Defaults
/* =======================================*/
/* =======================================*/
/* Color Hooks
/* =======================================*/
/* =======================================*/
/* Spacing
/* =======================================*/
/* =======================================*/
/* Typography
/* =======================================*/
/* =======================================*/
/* Line Height
/* =======================================*/
/* =======================================*/
/* Transitions
/* =======================================*/
/* =======================================*/
/* Border Radius
/* =======================================*/
/* =======================================*/
/* Shadows
/* =======================================*/
/* =======================================*/
/* Borders
/* =======================================*/
/* =======================================*/
/*
/* CORE - HELPERS
/*
/* =======================================*/
/*
  Description & Documentation here
*/
/* =======================================*/
/* POSITION SHORTHAND
/* =======================================*/
/* =======================================*/
/*
/* CORE - TRANSITION
/*
/* =======================================*/
/*
  Description & Documentation here
*/
/* =======================================*/
/*
/* UI KIT - ARROW
/*
/* =======================================*/
/* =======================================*/
/*
/* UI ELEMENTS - BUTTON
/*
/* =======================================*/
/* =======================================*/
/* 
/* GRID FUNCTIONS
/* 
/* =======================================*/
/* =======================================*/
/* 
/* GRID
/* 
/* =======================================*/
/* =======================================*/
/*
/* GRID COLUMN
/*
/* =======================================*/
/* =======================================*/
/*
/* CONTAINER
/*
/* =======================================*/
/* =======================================*/
/*
/* GRID QUERIES
/* 
/* =======================================*/
/* =======================================*/
/* RESPOND AT - use: @include respond-at($name) {...} 
/* =======================================*/
/* =======================================*/
/* RESPOND ABOVE - use: @include respond-above($name) {...} 
/* =======================================*/
/* =======================================*/
/* RESPOND BELOW - use: @include respond-below($name) {...} 
/* =======================================*/
/* =======================================*/
/* RESPOND BETWEEN - use: @include respond-between($name1, $name2) {...} 
/* =======================================*/
.az-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff; }
  .az-teaser.aligncenter {
    text-align: center; }
  .az-teaser.alignleft {
    text-align: left; }
  .az-teaser.alignright {
    text-align: right; }
  .az-teaser--slider .az-teaser__card {
    margin: 0 30px 12.5px 0px !important; }
  .az-teaser--slider.flickity-enabled {
    display: block;
    padding: 0px 15px;
    margin: 0px -15px 60px -15px; }
  .az-teaser--slider:not(.flickity-enabled) {
    overflow: hidden; }
  .az-teaser__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .az-teaser--columns-on-desktop-1 .az-teaser__card {
      /* =======================================*/
      /* OUTPUT COLUMN STYLES
	/* =======================================*/
      width: calc(99.999999% * (1/1) - (30px - 30px * (1/1)));
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .az-teaser--columns-on-desktop-1 .az-teaser__card:nth-child(1n) {
        float: left;
        clear: none;
        margin-right: 30px;
        margin-bottom: 30px; }
      .az-teaser--columns-on-desktop-1 .az-teaser__card:last-child {
        margin-right: 0; }
      .az-teaser--columns-on-desktop-1 .az-teaser__card:nth-child(1n) {
        margin-right: 0; }
    .az-teaser--columns-on-desktop-2 .az-teaser__card {
      /* =======================================*/
      /* OUTPUT COLUMN STYLES
	/* =======================================*/
      width: calc(99.999999% * (1/2) - (30px - 30px * (1/2)));
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .az-teaser--columns-on-desktop-2 .az-teaser__card:nth-child(1n) {
        float: left;
        clear: none;
        margin-right: 30px;
        margin-bottom: 30px; }
      .az-teaser--columns-on-desktop-2 .az-teaser__card:last-child {
        margin-right: 0; }
      .az-teaser--columns-on-desktop-2 .az-teaser__card:nth-child(2n) {
        margin-right: 0; }
    .az-teaser--columns-on-desktop-3 .az-teaser__card {
      /* =======================================*/
      /* OUTPUT COLUMN STYLES
	/* =======================================*/
      width: calc(99.999999% * (1/3) - (30px - 30px * (1/3)));
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .az-teaser--columns-on-desktop-3 .az-teaser__card:nth-child(1n) {
        float: left;
        clear: none;
        margin-right: 30px;
        margin-bottom: 30px; }
      .az-teaser--columns-on-desktop-3 .az-teaser__card:last-child {
        margin-right: 0; }
      .az-teaser--columns-on-desktop-3 .az-teaser__card:nth-child(3n) {
        margin-right: 0; }
    .az-teaser--columns-on-desktop-4 .az-teaser__card {
      /* =======================================*/
      /* OUTPUT COLUMN STYLES
	/* =======================================*/
      width: calc(99.999999% * (1/4) - (30px - 30px * (1/4)));
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .az-teaser--columns-on-desktop-4 .az-teaser__card:nth-child(1n) {
        float: left;
        clear: none;
        margin-right: 30px;
        margin-bottom: 30px; }
      .az-teaser--columns-on-desktop-4 .az-teaser__card:last-child {
        margin-right: 0; }
      .az-teaser--columns-on-desktop-4 .az-teaser__card:nth-child(4n) {
        margin-right: 0; }
    @media only screen and (max-width: 800px) {
      .az-teaser--columns-on-mobile-1 .az-teaser__card {
        /* =======================================*/
        /* OUTPUT COLUMN STYLES
	/* =======================================*/
        width: calc(99.999999% * (1/1) - (30px - 30px * (1/1)));
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
        .az-teaser--columns-on-mobile-1 .az-teaser__card:nth-child(1n) {
          float: left;
          clear: none;
          margin-right: 30px;
          margin-bottom: 30px; }
        .az-teaser--columns-on-mobile-1 .az-teaser__card:last-child {
          margin-right: 0; }
        .az-teaser--columns-on-mobile-1 .az-teaser__card:nth-child(1n) {
          margin-right: 0; }
      .az-teaser--columns-on-mobile-2 .az-teaser__card {
        /* =======================================*/
        /* OUTPUT COLUMN STYLES
	/* =======================================*/
        width: calc(99.999999% * (1/2) - (30px - 30px * (1/2)));
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
        .az-teaser--columns-on-mobile-2 .az-teaser__card:nth-child(1n) {
          float: left;
          clear: none;
          margin-right: 30px;
          margin-bottom: 30px; }
        .az-teaser--columns-on-mobile-2 .az-teaser__card:last-child {
          margin-right: 0; }
        .az-teaser--columns-on-mobile-2 .az-teaser__card:nth-child(2n) {
          margin-right: 0; } }
    .az-teaser--color .az-teaser__card {
      padding: 30px;
      background-color: #f1f6f9; }
    .az-teaser--border .az-teaser__card {
      padding: 30px;
      border: 1px solid rgba(0, 0, 0, 0.075); }
    .az-teaser--shadow .az-teaser__card {
      padding: 30px;
      -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2); }
  .az-teaser__image-container {
    height: 225px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: var(--primary_color); }
    .az-teaser--color .az-teaser__image-container,
    .az-teaser--border .az-teaser__image-container,
    .az-teaser--shadow .az-teaser__image-container {
      width: calc(100% + 60px);
      margin-top: -30px;
      margin-right: -30px;
      margin-left: -30px; }
    .az-teaser--columns-on-desktop-1 .az-teaser__image-container {
      height: 325px; }
    .az-teaser--columns-on-desktop-2 .az-teaser__image-container {
      height: 275px; }
    .az-teaser--columns-on-desktop-3 .az-teaser__image-container {
      height: 225px; }
    .az-teaser--columns-on-desktop-4 .az-teaser__image-container {
      height: 175px; }
    @media only screen and (max-width: 800px) {
      .az-teaser--columns-on-mobile-1 .az-teaser__image-container {
        height: 225px; }
      .az-teaser--columns-on-mobile-2 .az-teaser__image-container {
        height: 175px; } }
  .az-teaser__image {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px -80px 60px -60px black inset;
    box-shadow: 0px -80px 60px -60px black inset; }
    .az-teaser__image:hover {
      -webkit-transform: rotate(5deg) scale(1.3);
      -ms-transform: rotate(5deg) scale(1.3);
      transform: rotate(5deg) scale(1.3);
      opacity: 0.5; }
    .az-teaser__image-overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      z-index: 1;
      position: absolute;
      bottom: 10px; }
      .az-teaser__image-overlay--left {
        left: 0px; }
        @media only screen and (min-width: 800px) {
          .az-teaser__image-overlay--left {
            left: 10px; } }
      .az-teaser__image-overlay--right {
        right: 0px; }
        @media only screen and (min-width: 800px) {
          .az-teaser__image-overlay--right {
            right: 10px; } }
      .az-teaser__image-overlay img {
        max-width: 100px;
        height: 45px;
        padding: 5px;
        background: #fff;
        -o-object-fit: contain;
        object-fit: contain; }
  .az-teaser-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27.5px;
    padding: 0px 7.5px;
    font-size: 12px;
    margin-right: 3.5px;
    pointer-events: none; }
    .az-teaser-label-flag {
      height: 17.5px;
      width: 17.5px; }
    .az-teaser-label--country {
      background-color: #fff; }
    .az-teaser-label--highlight {
      color: #fff;
      background-color: #ffa500;
      font-weight: 500;
      padding-left: 25px;
      background-image: url("../../../assets/images/icon-ribbon.svg");
      background-size: 17px;
      background-position: 5px center;
      background-repeat: no-repeat; }
    .az-teaser-label--trusted-vendor {
      color: #fff;
      background-color: var(--primary_color); }
  .az-teaser__icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    margin-top: -60px;
    margin-bottom: -10px;
    z-index: 1;
    width: 70px;
    height: 70px; }
  .az-teaser__icon {
    width: 40px;
    height: 40px; }
  .az-teaser__title {
    color: var(--h3_typography-color);
    font-family: var(--h3_typography-font-family);
    font-weight: var(--h3_typography-font-weight);
    font-size: var(--h3_typography-font-size-mobile);
    line-height: var(--h3_typography-line-height);
    margin-bottom: var(--h3_typography-margin-bottom);
    z-index: 2; }
    @media only screen and (min-width: 800px) {
      .az-teaser__title {
        font-size: var(--h3_typography-font-size); } }
  .az-teaser__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #a8a8a8;
    font-size: 12px;
    margin: -10px 0 15px 0; }
  .az-teaser-meta-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 10px; }
    .az-teaser-meta-label::before {
      content: '';
      width: 15px;
      margin-right: 5px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .az-teaser-meta-label--company::before {
      background-image: url("../../../assets/icons/material-icons/home.svg"); }
    .az-teaser-meta-label--calendar::before {
      background-image: url("../../../assets/icons/material-icons/today.svg"); }
    .az-teaser-meta-label--clock::before {
      background-image: url("../../../assets/icons/material-icons/access_time.svg"); }
    .az-teaser-meta-label--tag::before {
      background-image: url("../../../assets/icons/material-icons/label.svg"); }
  .az-teaser__text:not(:empty) {
    margin: -10px 0 15px 0; }
  .az-teaser__button {
    font-family: var(--h3_typography-font-family);
    font-weight: var(--h3_typography-font-weight);
    display: inline-block;
    margin-top: auto;
    padding: 5px 12.5px;
    color: #fff !important;
    background-color: var(--primary_color) !important; }
    .az-teaser__button:not(:last-child) {
      margin-bottom: 20px; }
    .az-teaser--cta-fullwidth .az-teaser__button {
      width: 100%;
      text-align: center; }

body.block-editor-page .az-teaser--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: scroll; }
  body.block-editor-page .az-teaser--slider::after {
    content: 'Layout: Slider';
    background: #f1f6f9;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 1px 5px;
    border-radius: 4px; }
	
div#az-jobs-listing-grid {
    grid-gap: 30px;
}
div#az-jobs-listing-grid.az-teaser--columns-on-desktop-3 .az-teaser__card:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
        div#az-jobs-listing-grid.az-teaser--columns-on-mobile-1 .az-teaser__card:nth-child(1n) {
        margin-right: 0;
        margin-bottom: 0;
    }
}

