/*.recruitment {
	display: -ms-grid;
	display: grid;
    grid-column-gap: 20px;
	grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 30px;
}
.recruitment .generic-item {
	 border: medium none;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
	display: inline;
}*/
.ie-browser div.ccm-block-page-list-wrapper.udrive-page-list div.ccm-block-page-list-page-entry {
	width: 33%;
}
.ie-11 .generic-item a.here {
	position: relative;
	top: 9px;
}
.recruitment .generic-item {
    border: currentColor;
    border-image: none;
	margin: 0;
}
.recruitment .generic-item  a {
	color: #fff;
    display: block;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 70%;
}
.recruitment .generic-item h2 {
	background-color: #4780ae;
    margin: 0;
    padding: 10px 50px 10px 25px;
    /*height: 51px;*/
	height: 70px;
	position: relative;
	font-size: 17px;

}
.recruitment .generic-item span.full-time {
	background-image: url("udrive_check.png");
    background-size: contain;
    bottom: 50%;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.recruitment .generic-item .details {
	color: #5e6d78;
    font-size: 13px;
    padding: 10px 25px;
}
.recruitment .generic-item .details a {
	display: inline-block;
    position: unset;
    right: unset;
    top: unset;
    transform: unset;
    vertical-align: unset;
    width: auto;

}
.recruitment .generic-item strong {
/* 	color: #262626; */
}
.recruitment .generic-item a.here {
	color: #58a2e8;
	font-weight: bold;
}
hr.blue {
	border-color: rgba(65, 176, 255, 0.15);
	color: rgba(65, 176, 255, 0.15);
}
.clearfix {
	 clear: both;
    content: "";
    display: block;
}







.udn-container *,
.udn-container *::after,
.udn-container *::before {
    box-sizing: border-box;
}

.udn-container *,
.udn-container *::after,
.udn-container *::before {
    box-sizing: border-box;
}

.Grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.Grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.Grid--flexCells>.Grid-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.Grid--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.Grid--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.Grid--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.Grid--justifyCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Grid-cell--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.Grid-cell--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.Grid-cell--center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.Grid-cell--autoSize {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.Grid--fit>.Grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.Grid--full>.Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.Grid--1of2>.Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.Grid--1of3>.Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

.Grid--1of4>.Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media (min-width:384px) {
    .small-Grid--fit>.Grid-cell {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .small-Grid--full>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .small-Grid--1of2>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .small-Grid--1of3>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
    .small-Grid--1of4>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width:576px) {
    .med-Grid--fit>.Grid-cell {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .med-Grid--full>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .med-Grid--1of2>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .med-Grid--1of3>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
    .med-Grid--1of4>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width:768px) {
    .large-Grid--fit>.Grid-cell {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .large-Grid--full>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .large-Grid--1of2>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .large-Grid--1of3>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
    .large-Grid--1of4>.Grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

.Grid--gutters {
    margin: -1em 0 1em -1em
}

.Grid--gutters>.Grid-cell {
    padding: 1em 0 0 1em
}

.Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em
}

.Grid--guttersLg>.Grid-cell {
    padding: 1.5em 0 0 1.5em
}

.Grid--guttersXl {
    margin: -2em 0 2em -2em
}

.Grid--guttersXl>.Grid-cell {
    padding: 2em 0 0 2em
}

@media (min-width:384px) {
    .small-Grid--gutters {
        margin: -1em 0 1em -1em
    }
    .small-Grid--gutters>.Grid-cell {
        padding: 1em 0 0 1em
    }
    .small-Grid--guttersLg {
        margin: -1.5em 0 1.5em -1.5em
    }
    .small-Grid--guttersLg>.Grid-cell {
        padding: 1.5em 0 0 1.5em
    }
    .small-Grid--guttersXl {
        margin: -2em 0 2em -2em
    }
    .small-Grid--guttersXl>.Grid-cell {
        padding: 2em 0 0 2em
    }
}

@media (min-width:576px) {
    .med-Grid--gutters {
        margin: -1em 0 1em -1em
    }
    .med-Grid--gutters>.Grid-cell {
        padding: 1em 0 0 1em
    }
    .med-Grid--guttersLg {
        margin: -1.5em 0 1.5em -1.5em
    }
    .med-Grid--guttersLg>.Grid-cell {
        padding: 1.5em 0 0 1.5em
    }
    .med-Grid--guttersXl {
        margin: -2em 0 2em -2em
    }
    .med-Grid--guttersXl>.Grid-cell {
        padding: 2em 0 0 2em
    }
}

@media (min-width:768px) {
    .large-Grid--gutters {
        margin: -1em 0 1em -1em
    }
    .large-Grid--gutters>.Grid-cell {
        padding: 1em 0 0 1em
    }
    .large-Grid--guttersLg {
        margin: -1.5em 0 1.5em -1.5em
    }
    .large-Grid--guttersLg>.Grid-cell {
        padding: 1.5em 0 0 1.5em
    }
    .large-Grid--guttersXl {
        margin: -2em 0 2em -2em
    }
    .large-Grid--guttersXl>.Grid-cell {
        padding: 2em 0 0 2em
    }
}

.u-ieMinHeightBugFix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.u-full {
    width: 100%!important
}

.u-1of2,
.u-full {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    -ms-flex: none!important;
    flex: none!important
}

.u-1of2 {
    width: 50%!important
}

.u-1of3 {
    width: 33.3333%!important
}

.u-1of3,
.u-2of3 {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    -ms-flex: none!important;
    flex: none!important
}

.u-2of3 {
    width: 66.6667%!important
}

.u-1of4 {
    width: 25%!important
}

.u-1of4,
.u-3of4 {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    -ms-flex: none!important;
    flex: none!important
}

.u-3of4 {
    width: 75%!important
}

@media (min-width:384px) {
    .u-small-full {
        width: 100%!important
    }
    .u-small-1of2,
    .u-small-full {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-small-1of2 {
        width: 50%!important
    }
    .u-small-1of3 {
        width: 33.3333%!important
    }
    .u-small-1of3,
    .u-small-2of3 {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-small-2of3 {
        width: 66.6667%!important
    }
    .u-small-1of4 {
        width: 25%!important
    }
    .u-small-1of4,
    .u-small-3of4 {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-small-3of4 {
        width: 75%!important
    }
}

@media (min-width:576px) {
    .u-med-full {
        width: 100%!important
    }
    .u-med-1of2,
    .u-med-full {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-med-1of2 {
        width: 50%!important
    }
    .u-med-1of3 {
        width: 33.3333%!important
    }
    .u-med-1of3,
    .u-med-2of3 {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-med-2of3 {
        width: 66.6667%!important
    }
    .u-med-1of4 {
        width: 25%!important
    }
    .u-med-1of4,
    .u-med-3of4 {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-med-3of4 {
        width: 75%!important
    }
}

@media (min-width:768px) {
    .u-large-full {
        width: 100%!important
    }
    .u-large-1of2,
    .u-large-full {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-large-1of2 {
        width: 50%!important
    }
    .u-large-1of3 {
        width: 33.3333%!important
    }
    .u-large-1of3,
    .u-large-2of3 {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-large-2of3 {
        width: 66.6667%!important
    }
    .u-large-1of4 {
        width: 25%!important
    }
    .u-large-1of4,
    .u-large-3of4 {
        -webkit-box-flex: 0!important;
        -webkit-flex: none!important;
        -ms-flex: none!important;
        flex: none!important
    }
    .u-large-3of4 {
        width: 75%!important
    }
}

.u-smaller {
    font-size: .85em
}

.u-bigger {
    font-size: 1.2em
}

.icon-big {
    font-size: 1.5em
}
