@charset "utf-8";
/* CSS Document */



.list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 100%));
}

.mainmenu.menu-left, .mainmenu.menu-right {
    flex-basis: 100%;
    justify-content: center;
}

.home-employers-icons {
    flex-wrap: wrap;
}

.box-h1 {
    /* position: relative; */
    text-align: center;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
	position: relative;
}

.area-hero {
    flex-wrap: wrap;
    justify-content: center;
    /* min-height: 550px; */
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

.box-h1 h1 {
    width: 100% !important;
    margin-bottom: 0;
    padding-top: 20px;
	        font-size: clamp(20px, 9cqi, 40px);
}

.home-employers-icons a img {
    margin-bottom: 10px;
}

h2 {
    font-size: clamp(30px, 9cqi, 60px);
    line-height: clamp(30px, 11cqi, 60px);
    text-align: center;
}

.spacer {
    height: 20px;
}

.mainmenu a {
    padding-bottom: 0;
}

ul.submenu {
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.42);
    column-count: 1;
    -moz-box-shadow: 0px 10px 33px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 20px 23px 0px rgba(0,0,0,0.2);
}

.gap {
    column-gap: 10px;
    row-gap: 10px;
}

.pad {
    padding: 10px;
}


.home-employers-icons {
    display: flex;
    justify-content: space-around;
}

.gap40 {
    column-gap: 20px;
    row-gap: 20px;
}

.career-list-item-accordion-left {
    flex-basis: 100%;
}

.career-list-item-accordion-right a {
    margin: 0;
}

.career-list-item-accordion {
    margin-top: 10px;
}

.news-filters {
    display: none;
    display: block;
    flex-basis: 100%;
    order: 2;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 30px;
}

.news-filters-mobile {
    flex-basis: 100%;
    order: 1;
    justify-content: center;
    display: flex;
}

.news-list {order: 3;flex-basis: 100%;}

.news {
    flex-wrap: wrap;
}

.news-filters-search {
    margin-bottom: 40px;
}

.news-filters h3 {
    margin-bottom: 20px;
}

.news-filters-years {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.news-filters-years a {
    border: 0;
    padding: 0;
}

.news-filters-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
}

.news-filters-categories-item {
    display: flex;
    align-items: baseline;
}

.news-filters-categories-item a {
    justify-content: center;
    text-align: center;
}

.news-filters-categories-item img {
    max-width: 80px;
}

.tabbedmenu a {
    padding: 10px 10px 6px;
    font-size: 14px;
}

.content2columns-left50, .content2columns-right50, .content2columns-right70, .content2columns-left70, .content2columns-left30, .content2columns-right30 {
    flex-basis: 100%;
}

.content2columns-right70, .content2columns-left70 {
}

.home-employers-icons a img {
    max-width: 120px;
}

.teamlist.list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 100%));
}

h4 {
    text-align: center;
}

.input50 {
    flex-basis: 100%;
}

h3 {
    text-align: center;
}

h1 {
    text-align: center;
}

.tabbedmenu {
    row-gap: 5px;
    column-gap: 5px;
    justify-content: center;
}


.text-intro .btn-standard {
    margin: 20px auto;
}

.footer-social.gap {
    margin: 20px 0;
}

.box-h1 img {
    max-width: 150px;
}
.desktop-only {display:none;}
.mobile-only {display:block;}

.footer-logos-item-title {        flex-basis: 100%;
        text-align: center;}