.icon-map-marker:before{
  content:"\e800";
}

.icon-accessibility:before{
  content:"\e801";
}

.icon-basket:before{
  content:"\e802";
}

.icon-external-link:before{
  content:"\e803";
}

.icon-bike:before{
  content:"\e804";
}

.icon-book:before{
  content:"\e805";
}

.icon-bus:before{
  content:"\e806";
}

.icon-calendar:before{
  content:"\e807";
}

.icon-camera:before{
  content:"\e808";
}

.icon-phone:before{
  content:"\e80a";
}

.icon-download:before{
  content:"\e80c";
}

.icon-email:before{
  content:"\e80d";
}

.icon-facebook:before{
  content:"\e80e";
}

.icon-file:before{
  content:"\e80f";
}

.icon-floorplan:before{
  content:"\e810";
}

.icon-globe:before{
  content:"\e811";
}

.icon-gym:before{
  content:"\e812";
}

.icon-instagram:before{
  content:"\e814";
}

.icon-link:before{
  content:"\e815";
}

.icon-linkedin:before{
  content:"\e816";
}

.icon-play-solid:before{
  content:"\e818";
}

.icon-quotes:before{
  content:"\e819";
}

.icon-security:before{
  content:"\e81a";
}

.icon-snackbar:before{
  content:"\e81b";
}

.icon-taxi:before{
  content:"\e81c";
}

.icon-text:before{
  content:"\e81d";
}

.icon-tiktok:before{
  content:"\e81e";
}

.icon-twitch:before{
  content:"\e81f";
}

.icon-twitter:before{
  content:"\e820";
}

.icon-video-outline:before{
  content:"\e821";
}

.icon-vsco:before{
  content:"\e822";
}

.icon-walk:before{
  content:"\e823";
}

.icon-wellness:before{
  content:"\e824";
}

.icon-wifi:before{
  content:"\e825";
}

.icon-x:before{
  content:"\e826";
}

.icon-youtube:before{
  content:"\e827";
}


.go-arrow{
  border-width:.1875rem .1875rem 0 0;
  border-style:solid;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  color:inherit;
  display:inline-block;
  height:16px;
  height:1rem;
  width:16px;
  width:1rem;
  margin:.5rem;
  position:relative;
  vertical-align:middle;
}


.go-arrow:before{
  -webkit-box-shadow:inset 0 0 0 32px;
  -webkit-box-shadow:inset 0 0 0 2rem;
     -moz-box-shadow:inset 0 0 0 32px;
     -moz-box-shadow:inset 0 0 0 2rem;
          box-shadow:inset 0 0 0 32px;
          box-shadow:inset 0 0 0 2rem;
  position:absolute;
  height:3px;
  height:.1875rem;
  right:0;
  top:-2px;
  top:-.125rem;
  -webkit-transform:rotate(-45deg);
     -moz-transform:rotate(-45deg);
       -o-transform:rotate(-45deg);
          transform:rotate(-45deg);
  -webkit-transform-origin:right top;
     -moz-transform-origin:right top;
       -o-transform-origin:right top;
          transform-origin:right top;
  width:23px;
  width:1.4375rem;
}


.go-arrow:after,.go-arrow:before{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  content:"";
}


.go-arrow-left{
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
       -o-transform:rotate(45deg);
          transform:rotate(45deg);
}


.go-arrow-up{
  -webkit-transform:rotate(315deg);
     -moz-transform:rotate(315deg);
       -o-transform:rotate(315deg);
          transform:rotate(315deg);
}


.go-arrow-down{
  -webkit-transform:rotate(135deg);
     -moz-transform:rotate(135deg);
       -o-transform:rotate(135deg);
          transform:rotate(135deg);
}


.slider-arrow{
  border:.1875rem solid;
  border-bottom:0;
  border-left:0;
  -webkit-border-radius:1px;
  -webkit-border-radius:.0625rem;
     -moz-border-radius:1px;
     -moz-border-radius:.0625rem;
          border-radius:1px;
          border-radius:.0625rem;
  display:inline-block;
  width:16px;
  width:1rem;
  height:16px;
  height:1rem;
}


.slider-arrow-right{
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
       -o-transform:rotate(45deg);
          transform:rotate(45deg);
}


.slider-arrow-left{
  -webkit-transform:rotate(225deg);
     -moz-transform:rotate(225deg);
       -o-transform:rotate(225deg);
          transform:rotate(225deg);
}

.component_job_listings .job-main .job-box,.white-box{
  -webkit-box-shadow:rgba(118, 119, 122, .25) 0 1px 0, rgba(118, 119, 122, .4) 0 0 8px;
  -webkit-box-shadow:rgba(118, 119, 122, .25) 0 .0625rem 0, rgba(118, 119, 122, .4) 0 0 .5rem;
     -moz-box-shadow:rgba(118, 119, 122, .25) 0 1px 0, rgba(118, 119, 122, .4) 0 0 8px;
     -moz-box-shadow:rgba(118, 119, 122, .25) 0 .0625rem 0, rgba(118, 119, 122, .4) 0 0 .5rem;
          box-shadow:0 1px 0 rgba(118, 119, 122, .25),0 0 8px rgba(118, 119, 122, .4);
          box-shadow:0 .0625rem 0 rgba(118, 119, 122, .25),0 0 .5rem rgba(118, 119, 122, .4);
  background-color:#fff;
  position:relative;
  padding:1.5rem;
  width:100%;
  word-break:break-word;
}


.component_job_listings .job-main .job-box,.pseudo-box,.white-box{
  -webkit-border-radius:20px;
  -webkit-border-radius:1.25rem;
     -moz-border-radius:20px;
     -moz-border-radius:1.25rem;
          border-radius:20px;
          border-radius:1.25rem;
}

.component_job_listings .job-main .turn-off-rounded .job-box,.turn-off-rounded .component_job_listings .job-main .job-box,.turn-off-rounded .pseudo-box,.turn-off-rounded .white-box{
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
}

.component_job_listings .job-main .turn-off-box-shadow .job-box,.turn-off-box-shadow .component_job_listings .job-main .job-box,.turn-off-box-shadow .white-box{
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}

.component_job_listings .job-main .turn-off-box-shadow.turn-off-rounded .job-box,.turn-off-box-shadow.turn-off-rounded .component_job_listings .job-main .job-box,.turn-off-box-shadow.turn-off-rounded .white-box{
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
}


.spokes-black{
  background-image:url(/wp-content/themes/universityliving/assets/img/spokes-black.svg);
}


.spokes-black,.spokes-yellow{
  background-repeat:no-repeat;
  -moz-background-size:cover;
       background-size:cover;
  display:inline-block;
  height:96px;
  height:6rem;
  width:96px;
  width:6rem;
}


.spokes-yellow{
  background-image:url(/wp-content/themes/universityliving/assets/img/spokes-yellow.svg);
}


.fat-squiggle-v{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_v.svg);
  background-repeat:no-repeat;
  display:inline-block;
  height:115px;
  height:7.1875rem;
  width:130px;
  width:8.125rem;
}


.fat-squiggle-v-blue{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_v_blue.svg);
}


.fat-squiggle-v-pink{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_v_pink.svg);
}


.fat-squiggle-v-yellow{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_v_yellow.svg);
}


.fat-squiggle-35d{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_35d.svg);
  background-repeat:no-repeat;
  height:115px;
  height:7.1875rem;
  width:130px;
  width:8.125rem;
}


.fat-squiggle-35d-blue{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_35d_blue.svg);
}


.fat-squiggle-35d-pink{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_35d_pink.svg);
}


.fat-squiggle-35d-yellow{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_35d_yellow.svg);
}


.square-ticks-black{
  background-image:url(/wp-content/themes/universityliving/assets/img/square_ticks_black.svg);
}


.square-ticks-black,.square-ticks-yellow{
  background-repeat:no-repeat;
  display:inline-block;
  height:211px;
  height:13.1875rem;
  width:217px;
  width:13.5625rem;
}


.square-ticks-yellow{
  background-image:url(/wp-content/themes/universityliving/assets/img/square_ticks_yellow.svg);
}


.circle-squggle{
  background-image:url(/wp-content/themes/universityliving/assets/img/circle_squiggle.svg);
  background-repeat:no-repeat;
  display:inline-block;
  height:185px;
  height:11.5625rem;
  width:185px;
  width:11.5625rem;
}


.fat-squiggle-alt-yellow{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_alt_yellow.svg);
}


.fat-squiggle-alt-pink,.fat-squiggle-alt-yellow{
  display:inline-block;
  height:150px;
  height:9.375rem;
  width:200px;
  width:12.5rem;
}


.fat-squiggle-alt-pink{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_alt_pink.svg);
}


.fat-squiggle-alt-blue{
  background-image:url(/wp-content/themes/universityliving/assets/img/fat_squiggle_alt_blue.svg);
  display:inline-block;
  height:150px;
  height:9.375rem;
  width:200px;
  width:12.5rem;
}


.squiggle-outline-yellow{
  background-image:url(/wp-content/themes/universityliving/assets/img/squiggle_outline_yellow.svg);
}


.squiggle-outline-blue,.squiggle-outline-yellow{
  display:inline-block;
  height:203px;
  height:12.6875rem;
  width:280px;
  width:17.5rem;
}


.squiggle-outline-blue{
  background-image:url(/wp-content/themes/universityliving/assets/img/squiggle_outline_blue.svg);
}


.squiggle-outline-pink{
  background-image:url(/wp-content/themes/universityliving/assets/img/squiggle_outline_pink.svg);
  display:inline-block;
  height:203px;
  height:12.6875rem;
  width:280px;
  width:17.5rem;
}

.template-background{
  background-repeat:no-repeat;
  -moz-background-size:contain;
       background-size:contain;
}


.school-building{
  background-image:url(/wp-content/bb-icons/icon-brand/images/bank-ico.svg);
  display:inline-block;
  background-position:50%;
  -o-object-fit:contain;
     object-fit:contain;
  background-repeat:no-repeat;
  height:16px;
  height:1rem;
  width:16px;
  width:1rem;
}

.fl-row>.fl-row-content-wrap.-joblistings-icon-all,.fl-row>.fl-row-content-wrap.-joblistings-one-item,.fl-row>.fl-row-content-wrap.-joblistings-slider-icon{
  background-repeat:no-repeat;
  -moz-background-size:320px;
  -moz-background-size:20rem;
       background-size:320px;
       background-size:20rem;
}

.fl-row>.fl-row-content-wrap.-joblistings-one-item{
  background-position:right bottom -100px;
  background-position:right bottom -6.25rem;
}

@media (min-width:768px){
  .fl-row>.fl-row-content-wrap.-joblistings-one-item{
    background-position:center bottom -100px;
    background-position:center bottom -6.25rem;
    -moz-background-size:380px;
    -moz-background-size:23.75rem;
         background-size:380px;
         background-size:23.75rem;
  }
}

@media (min-width:992px){
  .fl-row>.fl-row-content-wrap.-joblistings-one-item{
    background-position:center bottom -100px;
    background-position:center bottom -6.25rem;
  }
}

.fl-row>.fl-row-content-wrap.-joblistings-slider-icon{
  background-position:right -135px top -45px;
  background-position:right -8.4375rem top -2.8125rem;
}

@media (min-width:768px){
  .fl-row>.fl-row-content-wrap.-joblistings-slider-icon{
    background-position:right 60px top 0;
    background-position:right 3.75rem top 0;
  }
}

@media (min-width:992px){
  .fl-row>.fl-row-content-wrap.-joblistings-slider-icon{
    background-position:center top 0;
  }
}

.fl-row>.fl-row-content-wrap.-joblistings-icon-all{
  background-position:left -webkit-calc(50vw + 80px) top -30px;
  background-position:left -webkit-calc(50vw + 5rem) top -1.875rem;
  background-position:left -moz-calc(50vw + 80px) top -30px;
  background-position:left -moz-calc(50vw + 5rem) top -1.875rem;
  background-position:left calc(50vw + 80px) top -30px;
  background-position:left calc(50vw + 5rem) top -1.875rem;
  -moz-background-size:280px;
  -moz-background-size:17.5rem;
       background-size:280px;
       background-size:17.5rem;
}

@media (min-width:576px){
  .fl-row>.fl-row-content-wrap.-joblistings-icon-all{
    background-position:right 20px top -30px;
    background-position:right 1.25rem top -1.875rem;
  }
}

@media (min-width:768px){
  .fl-row>.fl-row-content-wrap.-joblistings-icon-all{
    background-position:left -webkit-calc(50vw + 40px) top 0;
    background-position:left -webkit-calc(50vw + 2.5rem) top 0;
    background-position:left -moz-calc(50vw + 40px) top 0;
    background-position:left -moz-calc(50vw + 2.5rem) top 0;
    background-position:left calc(50vw + 40px) top 0;
    background-position:left calc(50vw + 2.5rem) top 0;
  }
}

@media (min-width:992px){
  .fl-row>.fl-row-content-wrap.-joblistings-icon-all{
    background-position:right 30px top -100px;
    background-position:right 1.875rem top -6.25rem;
    -moz-background-size:480px;
    -moz-background-size:30rem;
         background-size:480px;
         background-size:30rem;
  }
}

@media (min-width:1200px){
  .fl-row>.fl-row-content-wrap.-joblistings-icon-all{
    background-position:left -webkit-calc(50vw + 52px) top -100px;
    background-position:left -webkit-calc(50vw + 3.25rem) top -6.25rem;
    background-position:left -moz-calc(50vw + 52px) top -100px;
    background-position:left -moz-calc(50vw + 3.25rem) top -6.25rem;
    background-position:left calc(50vw + 52px) top -100px;
    background-position:left calc(50vw + 3.25rem) top -6.25rem;
  }
}

.component_job_listings{
  max-width:1120px;
  max-width:70rem;
  margin:0 auto;
  padding:2.5rem 0;
  position:relative;
  width:100%;
  background-repeat:no-repeat;
  -moz-background-size:contain;
       background-size:contain;
}

@media (min-width:768px){
  .component_job_listings{
    padding:1.25rem 0;
  }
}

@media (max-width:767.98px){
  .component_job_listings .hidden-xs{
    display:none;
  }
}

@media (min-width:768px) and (max-width:1199.98px){
  .component_job_listings .hidden-md{
    display:none;
  }
}

@media (min-width:992px){
  .component_job_listings .hidden-lg{
    display:none;
  }
}

.component_job_listings .mobile-button{
  margin-top:1.875rem;
}

.component_job_listings>.job-heading-section .heading{
  word-break:break-word;
}

@media (min-width:576px){
  .component_job_listings>.job-heading-section .heading{
    max-width:570px;
    max-width:35.625rem;
  }
}

.component_job_listings .job-main{
  z-index:2;
  margin-bottom:0;
  padding:0;
}

.component_job_listings .job-main .job-box{
  max-width:360px;
  max-width:22.5rem;
  width:100%;
  position:relative;
}

.component_job_listings .job-main .job-box:hover a .h4{
  text-decoration:underline;
}

.component_job_listings .job-main .job-box>a{
  display:block;
}

.component_job_listings .job-main .job-box>a:hover{
  text-decoration:none;
}

.component_job_listings .job-main .job-box>a .content{
  margin-bottom:1.5625rem;
  display:inline-block;
}

.component_job_listings .job-main .job-box>a .content>.h4{
  color:#000;
  display:block;
  font-size:22px;
  font-size:1.375rem;
  margin-bottom:0;
}

.component_job_listings .job-main .job-box>a .content .date{
  color:#000;
  display:block;
  margin:0 0 .9375rem;
  font-size:16px;
  font-size:1rem;
  line-height:21px;
  line-height:1.3125rem;
  text-transform:uppercase;
}

.component_job_listings .job-main .job-box>a .content .job-taxonomy{
  color:#000;
  font-weight:700;
  font-size:12px;
  font-size:.75rem;
  padding:.1875rem .625rem;
  position:relative;
  text-transform:uppercase;
  border:.0625rem solid #ffbdbd;
  -webkit-border-radius:6px;
  -webkit-border-radius:.375rem;
     -moz-border-radius:6px;
     -moz-border-radius:.375rem;
          border-radius:6px;
          border-radius:.375rem;
  margin-bottom:.625rem;
  white-space:nowrap;
}

.component_job_listings .job-main .job-box>a .arrow-wrapper{
  display:block;
  text-align:right;
  bottom:20px;
  bottom:1.25rem;
  right:20px;
  right:1.25rem;
  position:absolute;
}

.component_job_listings.-one-item{
  float:none;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  width:100%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
     -moz-box-orient:vertical;
     -moz-box-direction:normal;
          flex-direction:column;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
     -moz-box-align:start;
          align-items:flex-start;
  margin-bottom:1.875rem;
}

@media (min-width:768px){
  .component_job_listings.-one-item{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
       -moz-box-orient:horizontal;
       -moz-box-direction:normal;
            flex-direction:row;
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
       -moz-box-pack:justify;
            justify-content:space-between;
  }
}

@media (min-width:768px){
  .component_job_listings.-one-item .job-heading-section{
    margin-bottom:1.25rem;
  }
}

@media (min-width:992px){
  .component_job_listings.-one-item .job-heading-section{
    margin-bottom:0;
  }
}

.component_job_listings.-one-item .job-main .job-box{
  width:auto;
  display:inline-block;
}

@media (min-width:768px){
  .component_job_listings.-one-item .job-main .job-box{
    min-width:360px;
    min-width:22.5rem;
  }
}

.component_job_listings.-slider-items{
  -moz-background-size:280px;
  -moz-background-size:17.5rem;
       background-size:280px;
       background-size:17.5rem;
}

@media (min-width:768px){
  .component_job_listings.-slider-items{
    -moz-background-size:320px;
    -moz-background-size:20rem;
         background-size:320px;
         background-size:20rem;
    overflow-x:visible;
  }
}

@media (min-width:992px){
  .component_job_listings.-slider-items{
    -moz-background-size:315px;
    -moz-background-size:19.6875rem;
         background-size:315px;
         background-size:19.6875rem;
  }
}

.component_job_listings.-slider-items .job-heading-section{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
     -moz-box-orient:horizontal;
     -moz-box-direction:normal;
          flex-direction:row;
  -webkit-box-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
     -moz-box-pack:justify;
          justify-content:space-between;
}

@media (max-width:991.98px){
  .component_job_listings.-slider-items .job-heading-section{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
       -moz-box-orient:vertical;
       -moz-box-direction:normal;
            flex-direction:column;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
       -moz-box-align:start;
            align-items:flex-start;
  }
}

.component_job_listings.-slider-items .job-wrapper{
  position:relative;
}

@media (max-width:991.98px){
  .component_job_listings.-slider-items .job-wrapper{
    overflow-x:hidden;
    width:100vw;
    margin-left:-1.25rem;
  }
}

.component_job_listings.-slider-items .job-wrapper .job-main{
  padding:1.25rem 0;
  max-width:100%;
  margin:0 auto;
}

@media (min-width:992px){
  .component_job_listings.-slider-items .job-wrapper .job-main{
    padding-top:1.25rem;
    margin-top:0;
  }
}

@media (max-width:767.98px){
  .component_job_listings.-slider-items .job-wrapper .job-main.slick-initialized{
    margin-left:-1.25rem;
    overflow-x:visible;
  }
}

@media (max-width:991.98px){
  .component_job_listings.-slider-items .job-wrapper .job-main.slick-initialized.show-scroll{
    overflow-x:scroll;
  }
}

.component_job_listings.-slider-items .job-wrapper .job-main .slick-list{
  padding:0 20% 0 0;
}

.component_job_listings.-slider-items .job-wrapper .job-main .slick-list .slick-track{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
     -moz-box-pack:end;
          justify-content:flex-end;
  list-style:none;
  padding:.625rem 0;
}

@media (min-width:768px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-list .slick-track{
    -webkit-justify-content:space-around;
            justify-content:space-around;
  }
}

.component_job_listings.-slider-items .job-wrapper .job-main .slick-list .slick-track .job-box{
  width:auto;
  margin:0 .625rem;
}

@media (max-width:767.98px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-list .slick-track .job-box{
    min-width:280px;
    min-width:17.5rem;
  }
}

@media (min-width:576px) and (max-width:991.98px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-list .slick-track .job-box{
    min-width:360px;
    min-width:22.5rem;
  }
}

.component_job_listings.-slider-items .job-wrapper .job-main .slick-next,.component_job_listings.-slider-items .job-wrapper .job-main .slick-prev{
  bottom:-webkit-calc(50% - 31px);
  bottom:-webkit-calc(50% - 1.9375rem);
  bottom:-moz-calc(50% - 31px);
  bottom:-moz-calc(50% - 1.9375rem);
  bottom:calc(50% - 31px);
  bottom:calc(50% - 1.9375rem);
  margin-bottom:0;
  position:absolute;
  padding:0;
  z-index:50;
}

@media (min-width:992px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-next,.component_job_listings.-slider-items .job-wrapper .job-main .slick-prev{
    bottom:50%;
  }
}

.component_job_listings.-slider-items .job-wrapper .job-main .slick-prev{
  left:-25px;
  left:-1.5625rem;
}

@media (min-width:992px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-prev{
    left:-20px;
    left:-1.25rem;
  }
}

@media (min-width:1200px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-prev{
    left:-30px;
    left:-1.875rem;
  }
}

.component_job_listings.-slider-items .job-wrapper .job-main .slick-next{
  right:-15px;
  right:-.9375rem;
}

@media (min-width:992px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-next{
    right:-20px;
    right:-1.25rem;
  }
}

@media (min-width:1200px){
  .component_job_listings.-slider-items .job-wrapper .job-main .slick-next{
    right:-30px;
    right:-1.875rem;
  }
}

.component_job_listings.-max-items{
  margin-bottom:2.5rem;
}

@media (min-width:768px){
  .component_job_listings.-max-items>.job-heading-section{
    padding:1.25rem;
  }
}

.component_job_listings.-max-items .job-wrapper .job-main{
  grid-gap:.625rem;
  justify-items:center;
  margin-left:0;
  display:grid;
  grid-gap:10px;
  grid-template-columns:repeat(1, 100%);
  grid-template-rows:minmax(150px, 1fr);
  grid-template-rows:minmax(9.375rem, 1fr);
}

@media (min-width:576px){
  .component_job_listings.-max-items .job-wrapper .job-main{
    grid-template-columns:repeat(2, 49%);
    grid-template-rows:minmax(150px, 1fr);
    grid-template-rows:minmax(9.375rem, 1fr);
  }
}

@media (min-width:992px){
  .component_job_listings.-max-items .job-wrapper .job-main{
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:minmax(1fr, 1fr);
  }
}

.component_job_listings.-max-items .job-wrapper .job-main .job-box{
  list-style:none;
}

@media (max-width:767.98px){
  .component_job_listings.-max-items .job-wrapper .job-main .job-box{
    height:auto;
    max-width:360px;
    max-width:22.5rem;
    margin:0 auto;
  }
}

/*# sourceMappingURL=job_listings.min.css.map */
