@import url("https://use.typekit.net/lzm2iax.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@keyframes text-border-animation-right {
    0% {
        background-size:    0 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }

    25% {
        background-size:    0 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }

    50% {
        background-size:    0 1px,
                            1px 0,
                            0 1px,
                            1px 100%;
    }

    100% {
        background-size:    100% 1px,
                            1px 0,
                            0 1px,
                            1px 100%;
    }
}



   




.bounce-soft {
    animation: bounce-soft 5s infinite;
    -webkit-animation: bounce-soft 5s infinite;
    -moz-animation: bounce-soft 5s infinite;
    -o-animation: bounce-soft 5s infinite;
}

@-webkit-keyframes bounce-soft {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-7px);}
    60% {-webkit-transform: translateY(-3px);}
}
 
@-moz-keyframes bounce-soft {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-7px);}
    60% {-moz-transform: translateY(-3px);}
}
 
@-o-keyframes bounce-soft {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-7px);}
    60% {-o-transform: translateY(-3px);}
}
@keyframes bounce-soft {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-7px);}
    60% {transform: translateY(-3px);}
}

.bounce-soft-image img {
    animation: bounce-soft 5s infinite;
    -webkit-animation: bounce-soft 5s infinite;
    -moz-animation: bounce-soft 5s infinite;
    -o-animation: bounce-soft 5s infinite;
}

/*.logo-slide {
    animation: slide 5s infinite;
    -webkit-animation: slide 5s infinite;
    -moz-animation: slide 5s infinite;
    -o-animation: slide 5s infinite;
}*/

@-webkit-keyframes slide {
    0%, 20%, 50%, 100% {-webkit-transform: translateX(0);}  
    40% {-webkit-transform: translateX(7px);}
    60% {-webkit-transform: translateX(3px);}
}
 
@-moz-keyframes slide {
    0%, 20%, 50%, 100% {-moz-transform: translateX(0);}
    40% {-moz-transform: translateX(7px);}
    60% {-moz-transform: translateX(3px);}
}
 
@-o-keyframes slide {
    0%, 20%, 50%, 100% {-o-transform: translateX(0);}
    40% {-o-transform: translateX(7px);}
    60% {-o-transform: translateX(3px);}
}
@keyframes slide {
    0%, 20%, 50%, 100% {transform: translateX(0);}
    40% {transform: translateX(7px);}
    60% {transform: translateX(3px);}
}


.round img.el-image, .round img.el-hover-image, .round-grid .el-item {
	border-radius: 2em;
	overflow: hidden;
}
 
.gform_wrapper.gravity-theme .ginput_complex select {
    max-width: unset;
    width: -webkit-fill-available !important;
}

.top-icon {
    padding-right: 8px;
}
.top-text {
    font-family: 'hero-new';
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px !important;
    letter-spacing: 0.8px;
}

.tm-toolbar-default a:hover {
	color: rgb(255 255 255 / 81%);
}
.top-text:hover {
	text-decoration: inherit !important;
}

.uk-navbar-nav>li.uk-active>a::before, .uk-navbar-nav>li>a.current-menu-parent::before {
    background: #0067bc;
    width: 25px;
    height: 4px;
    position: absolute;
    content: " ";
    margin-top: 30px;
}

.img-bck .el-item {
	box-shadow: 20px 20px 0px #000;
}
.img-bck .el-item:hover {
	box-shadow: 20px 20px 0px #0070c0;
	transition: 0.2s !important;
}

.services-grid .el-title {
	font-weight: 500;
}
.services-grid .el-item {
	box-shadow: 0px 5px 15px #cbcbcb;
}

.values-grid .el-item {
	border-radius: 1em;
}

.uk-grid .el-item.uk-card {
	box-shadow: 0px 5px 15px #b7b7b770;
}

.larger-text .uk-grid .el-title {
	font-size: 20px;
}

.uk-navbar-container {
	position: relative;
	z-index: 5;
}

.above {
	position: relative;
	z-index: 2;
}

.uk-hr, hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 2px solid #0074b7;
}

.geo-bck-1 , .geo-bck-2 , .geo-bck-3 ,.geo-bck-4, .geo-bck-1-1 , .geo-bck-1-2 , .geo-bck-3-1 , .geo-bck-2-1 {
	position: relative;
	z-index: 1;
}


.geo-bck-1::before {
    content: url(/wp-content/uploads/2023/10/side-graphic-4-1-e1696556764144.png);
	opacity: 0.3;
    height: auto; /* changing this does nada */
    width: auto;
    position: absolute;
    left: -50px;
    top: -650px;
    z-index: -1;
    pointer-events: none;
}

.geo-bck-2::after {
    content: url(/wp-content/uploads/2023/10/side-graphic-5.png);
	opacity: 0.3;
    position: absolute;
    right: 0px;
    bottom: -100px;
    z-index: -1;
    pointer-events: none;
}

.geo-bck-3::after {
    content: url(/wp-content/uploads/2023/10/side-graphic-4.png);
	opacity: 0.3;
    position: absolute;
    right: 0px;
    bottom: -150px;
    z-index: -1;
    pointer-events: none;
}

.geo-bck-4::before {
    content: url(/wp-content/uploads/2023/10/side-graphic-5-1-e1696556771871.png);
    opacity: 0.3;
    height: auto;
    width: auto;
    position: absolute;
    left: -94px;
    top: 240px;
    z-index: -1;
    pointer-events: none;
}


.geo-bck-1-1::before {
    content: url(/wp-content/uploads/2023/10/side-graphic-5-1-e1696556771871.png);
	opacity: 0.3;
    height: auto;
    width: auto;
    position: absolute;
    left: -118px;
    top: 300px;
    z-index: -1;
    pointer-events: none;
}

.geo-bck-1-2::before {
    content: url(/wp-content/uploads/2023/10/side-graphic-4-1-e1696556764144.png);
	opacity: 0.3;
    height: auto;
    width: auto;
    position: absolute;
    left: 0px;
    top: -230px;
    z-index: 0;
    pointer-events: none;
}

.geo-bck-3-1::after {
    content: url(/wp-content/uploads/2023/10/side-graphic-4.png);
	 opacity: 0.3;
    position: absolute;
    right: 0px;
    bottom: 85px;
    z-index: -1;
    pointer-events: none;
}

.geo-bck-2-1::after {
    content: url(/wp-content/uploads/2023/10/side-graphic-4.png);
	 opacity: 0.3;
    position: absolute;
    right: 0px;
    top: 28px;
    z-index: -1;
    pointer-events: none;
}

.tm-toolbar-default a {
    text-decoration: none;
}

/*
.uk-button-default:focus, .uk-button-default:hover {
	box-shadow: inset 14.5em 0 0 0 #0067BC;
	transition: 0.5s;
	background-color: #0067BC;
	border-color: #0067BC;
	color: #fff;
}

.uk-button-primary:focus, .uk-button-primary:hover {
	box-shadow: inset 14.5em 0 0 0 #000;
	transition: 0.5s;
	background-color: #000;
	border-color: #000;
	color: white;
}

.uk-light .uk-button-primary:hover {
	box-shadow: inset 13.5em 0 0 0 #000;
	transition: 0.5s;
	background-color: #000;
	border-color: #000;
	color: white;
}

.uk-light .uk-button-default:hover {
	box-shadow: inset 13.5em 0 0 0 #0070c0;
	transition: 0.5s;
	background-color: #0070c0;
	border-color: #0070c0;
	color: #fff;
}
*/

/* enquiry */


.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: black;
	background-color: white;
	border-radius: 4em;
    font-family: 'Poppins' !important;
    font-size: 17px !important;
    padding: 12px 20px !important;
    max-height: 180px;
    outline: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'Poppins' !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder {
	color: black;

}
/*
.gform_wrapper.gravity-theme .ginput_complex {
    display: inherit !important;
}

/* enquiry button */ 
.gform_footer input {
	border-radius: 4em;
    background:  #0067bc;
    color: #fff;
	border: 3px #0067bc solid;
	cursor:pointer;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 300;	
	font-family: 'Poppins';
	letter-spacing: 0px;
	text-transform: inherit;
	transition: 0.1s;
background-origin: border-box;
}
.gform_footer input:focus, .gform_footer input:hover {
	border: 3px #fff solid;
	background-color: #fff;
    color: #0070c0;
	
	box-shadow: inset 8.5em 0 0 0 #fff;
	transition: 0.5s !important;
}



/* job board area edits */

p.uk-margin-top.uk-margin-remove-bottom.uk-article-meta {
    display: none;
}

.wpjb .wpjb-top-header {
    color: #0067bc;
    background-image: url(/wp-content/uploads/2022/05/interlaced-background-faded-recruitment-buro.png);
    background-size: cover;
    padding: 15px;
}

h1.uk-article-title {
    line-height: 1.1;
    color: #0067bc;
    font-family: hero-new;
    font-weight: 400;
    font-size: 60px;
}

.wpjb-text-box {
    padding-top: 20px !important;
}

.wpjb-text-box h3 {
    font-size: 38px;
    line-height: 1.1;
    font-family: hero-new;
    font-weight: 200;
    color: #0067bc !important;
    text-transform: inherit !important;
}

a.wpjb-button.wpjb-form-toggle.wpjb-form-job-apply , .wpjb-button-primary {
    background-color: #000;
    color: #fff !important;
    border: 3px solid #000 !important;
    margin: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-family: hero-new;
    font-weight: 200;
    letter-spacing: .5px;
    border-radius: 0.5em;
    background-origin: border-box;
}
a.wpjb-button.wpjb-form-toggle.wpjb-form-job-apply:hover, .wpjb-button-primary:hover {
    background-color: rgba(0,0,0,.73) !important;
    color: #fff !important;
    border-color: #000;
}

.wpjb a.wpjb-button, input#wpjb_submit, input.wpjb-submit {
    background-color: #0067bc;
    color: #fff !important;
    border: 3px solid #0067bc !important;
margin: 0;
overflow: visible;
font: inherit;
text-transform: none;
-webkit-appearance: none;
display: inline-block;
box-sizing: border-box;
padding: 0 20px;
vertical-align: middle;
font-size: 18px;
line-height: 45px;
text-align: center;
text-decoration: none;
transition: .1s ease-in-out;
transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
font-family: hero-new;
font-weight: 200;
letter-spacing: .5px;
border-radius: 0.5em;
background-origin: border-box;

}

.wpjb a.wpjb-button:hover , input#wpjb_submit:hover, input.wpjb-submit:hover {
    background-color: rgba(0,103,188,.77) !important;
    color: #fff !important;
    border-color: #0067bc;
}



.wpjb .wpjb-motif-border-bottom {
    border-bottom-color: #0067bc !important;
}

label.wpjb-label {
    font-size: 16px !important;
}

.wpjb .wpjb-form div textarea, .wpjb .wpjb-form div select, .wpjb .wpjb-form div input[type=text], .wpjb .wpjb-form div input[type=password] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: inline;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 6px;
    font-size: 16px;
}

.wpjb .wpjb-form fieldset legend {
    margin: 0;
    padding: 30px 0px 6px 0px;
    width: 100%;
    border-bottom: 2px solid whitesmoke;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #0067bc !important;
}


#wpjb-top-search select {
    font-size: 16px;
}

.wpjb .blue span {
    background-color: #0067bc !important;
}

.wpjb a.wpjb-button:visited, .wpjb .wpjb-upload-actions a.button:visited, .wpjb a.wpjb-button:hover, .wpjb .wpjb-upload-actions a.button:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.ginput_container.ginput_container_select > select {
    border: 2px solid grey;
}

.job-alerts {
    margin:50px;
}

/*
.job-alerts > div {
    padding-top:0px;
}

.job-alerts .uk-tile {
    margin-top: -25px;
}
*/
.job-alerts.uk-section-primary {
    overflow: hidden;
    border-radius: 4em;
}
.job-alerts .uk-tile-primary, .uk-tile-muted.uk-tile {
    border-radius: 2em;
    overflow: hidden;
}

.gform_wrapper.gravity-theme .ginput_complex {
    display: flow-root !important;
    max-width: -webkit-fill-available;
    margin-right: 5px;
}


.ginput_container > *::placeholder {
    color: #6e6e6e !important;
}

.ginput_container > *:active  ,.ginput_container > *:focus {
    border: 2px solid #0067bc !important;
    transition: 0.2s;
}


.uk-navbar-container.uk-navbar-sticky {
    background: #ffffffe8;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0 30px #00000024;
}

.uk-section-primary.uk-preserve-color.uk-light {
    margin-bottom: -2px;
}


@media screen and (max-width: 1440px) and (min-width: 960px) {
    h1 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 880px) {
    .bottom-logo .uk-background-norepeat.uk-background-bottom-left.uk-section {
        background-size: 837px !important;
    }
}




@media (max-width: 960px) {
    h1 {
        font-size: 60px;
    }
    h4 {
        font-size: 25px;
    }
    .geo-bck-3::after {
        bottom: -20px !important;
    }

    .job-alerts {
    margin:0px;
    margin-top:40px;
}

.uk-h3, h3 {
    font-size: 30px;
}
	.uk-h4, h4 {
    font-size: 24px;
}

.job-alerts .uk-tile {
    margin-top: -20px;
}
}


@media screen and (max-width: 880px) and (min-width: 640px) {
    .bottom-logo .uk-background-norepeat.uk-background-bottom-left.uk-section {
        background-size: 628px !important;
    }
}

@media screen and (max-width: 640px) and (min-width: 430px) {
    .bottom-logo .uk-background-norepeat.uk-background-bottom-left.uk-section {
        background-size: 440px !important;
    }
	
}

@media (max-width: 500px) {
a.uk-navbar-item.uk-logo {
    width: 300px;
}
	.page-id-28 .geo-bck-1-1::before {
		display: none;
	}
	
}

@media (max-width: 430px) {
    .bottom-logo .uk-background-norepeat.uk-background-bottom-left.uk-section {
        background-size: 345px !important;
    }

}








.is-visible .text-left {
    animation: text-border-animation-right 5s 1;
    animation-play-state: running;
}

.text-left {
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #cdcdcd 100%, #cdcdcd 100%), linear-gradient(to bottom, #cdcdcd 0, #cdcdcd 0), linear-gradient(to right, #cdcdcd 0, #cdcdcd 0), linear-gradient(to bottom, #cdcdcd 0, #cdcdcd 0);
    background-size: 100% 1px, 1px 0, 0 1px, 1px 100%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
}

.text-left {
    padding: 40px 40px 0px;
}



