<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.progressBarContainerSimple {
    display:flex;
    border-bottom:1px solid black;
    justify-content:space-between;
    padding-bottom:20px;
    margin-bottom:50px;
}
.progressBarContainerSimple a
{
    display:flex;
    flex-direction:column;
    text-decoration:none;
    text-transform:uppercase;
    color:black;

}
.progressBarContainerSimple .item
{
    flex:1;
}
.progressBarContainerSimple a .pos span
{
    border-radius:50%;
    height:70px;
    width:70px;
    border:5px solid #c2c2c2;
    margin:auto;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    color:#c2c2c2;;
    font-weight:bold;
}
.progressBarContainerSimple a .title
{
    display:flex;
    justify-content:center;
    align-items: center;
    text-align: center;
}

.progressBarContainerSimple .item.currentItem a .pos span,
.progressBarContainerSimple .item.complete a .pos span
{
    background-color:#f29b06;
    color:white;
    border-color:#f29b06;
}
.progressBarContainerSimple .item.complete a .pos span
{
	background-color:#4caf50;
	border-color:#4caf50;
}
.progressBarContainerSimple .item.missing a .pos span
{
     background-color:#F44336;
    color:white;
    border-color:#F44336;
}
@media(max-width:500px)
{
    .progressBarContainerSimple a .title
    {
        display:none;
    }
}


.jaDetailsHolder .jobDetailsSimple {
    background-color:#5b698c;
    padding:16px;
    color:white;
}

.jaDetailsHolder .jobDetailsSimple .jdItem {
    margin-bottom:16px;
}

.jaDetailsHolder .jobDetailsSimple .jdLabel {
    margin-bottom:5px;
    font-weight:300;
}

.jaDetailsHolder .jobDetailsSimple .jdValue {}

section.strap_title 
{
        background-color: #008081;
}

section.strap_title .strap_title_inner {
    font-weight: 300;
    text-align: center;
    font-size: 25px;
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    padding-left:60px;
    padding-right:60px;
}
section.strap_title .strap_title_inner .bold
{
    font-weight:bold;
}

section.strap_title .strap_title_inner .iLeft
{
    position:absolute;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    left:5px;
    top:0px;
    bottom:0px;
    display:flex;
    align-items:center;
}
section.strap_title .strap_title_inner .iLeft .i
{
    font-size:28px;
    margin-right:5px;
}
@media(max-width:500px)
{
    section.strap_title .strap_title_inner {

        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }

    section.strap_title .strap_title_inner .iLeft
    {
        min-width:25px;
    }

    section.strap_title .strap_title_inner .iLeft .t
    {
        display:none;
    }
}

@media(max-width:370px)
{
    section.strap_title .strap_title_inner {

        font-size: 14px;
    }
}

.jaApplyContainer {
    display:Flex;
    flex-direction:row-reverse;
}

.jaApplyContainer .jaDetailsHolder {
    width:300px;
    margin-left:20px;
}

.jaApplyContainer .jaFormHolder {
    flex:1;
}
@media(max-width:768px)
{
    .jaApplyContainer
    {
        flex-direction:column;
    }
    .jaApplyContainer .jaDetailsHolder
    {
        width:unset;
        margin-left:unset;
        margin-bottom:20px;
    }
}


.ddlHolder {
    background: url('../../images/template/form/dropdown-arrows.jpg') no-repeat right center;
    background-color: #fff;
    height: 34px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.ddlHolder select {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 34px;
    padding: 5px;
    padding-right: 50px;
    width: 130%;
    width: calc(100% + 20px);
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

.ddlHolder select::-ms-expand {
    display: none;
}

.formItem {
    margin-bottom: 20px;
}

 .formItem .lbl {
        margin-bottom: 2px;
        font-weight: bold;
        color: #313131;
        font-weight: bold;
        min-height:18px;
    }

    .formItem .field {
        min-height: 35px;
    }

.formItem .txt,.formItem .textArea, #questionForm .item .txt,#questionForm .item .textArea
{
    width: 100%;
padding: 4px;
border: 1px solid #ccc;
outline: 0px none;
background-color: #FFF;
display: block;
width: 100%;
box-sizing: border-box;
border-radius: 0;
font-size: 14px;
font-family: Arial;
height: 34px;
}
.formItem .textArea,.item .textArea {
    height: 120px !important;
    font-size: 14px;
}
.formItem.formItemChk .field, #questionForm .item.itemChk .value{
    width: 30px;
    float: left;
    margin: 0px;
    min-height: 10px;
}

.formItem.formItemChk .lbl,#questionForm .item.itemChk .label {
    float: left;
    width: 90%;
    width: calc(100% - 35px);
    margin: 0px;
    margin-top: 1px;
}

.formItem.noBold .lbl
{
    font-weight:normal;
}


.cmd, .cmdLink {
    background-color: var(--default-colourPrimary);
    color: white;
    padding: 8px;
    padding-left: 20px;
    border-radius: 50px;
    padding-right: 20px;
    line-height: 1.5;
    border: none;
    text-decoration:none;
}
.cmdRed
{
    background-color:red;
}
.cmdLink
{
    text-decoration:none;
}

.cmdLink:hover
{
    text-decoration:none;
    color:#fff;
}

label.error{
    font-size:10px;
    color:red;
}

input.error, textarea.error, select.error{
    background-color:#FFDFDF !important;
}

.saveContainer {
    text-align: right;
    margin-bottom:20px;
}

   .jobApplicationHolder #saveButton {
    float: left;
    border: none;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eff1f4;
    color: black;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000;
}
.jobApplicationHolder .cmdContinue {
    border: none;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #009592;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: right;
    border: 1px solid #000;
}
.jobDetailsSimple.alt {
   background-color:#008081;
   margin-top:2px;
}


/**HEADER FIX*/

a#logoCareers {
    height: 60px;
    width: 220px;
    display:block;
    background-image:url('/lib/images/careers.png');
    background-size:contain;
    background-position:left center;
    background-repeat:no-repeat;
    margin-left: 0px;
}
header .row2 .left
{
    display:flex;
}

@media (max-width: 1099px)
{
    a#logoCareers
    {
        height:43px;
        width:120px;
        /* border:1px solid red; */
    }
    #logo{
        /* border:1px solid blue; */
       /* width: 180px;*/
    }
   
}
@media(max-width:500px)
{
    header .row2 .left
    {
        flex-direction:column;
    }
    #logo
    {
        margin-top:10px;
    }
    a#logoCareers
    {
        height:20px;
        margin-top:10px;
        background-position:center;
    }
}

/**************/

.duoItem {
    display:flex;
}
.duoItem&gt;div:first-of-type
{
    margin-right:5px;
}
.duoItem&gt;div:last-of-type
{
    margin-left:5px;
}
.duoItem&gt;div
{
    flex:1;
}

.jaFormHolder .item
{
    margin-bottom:20px;
}
@media(max-width:500px)
{
    .jaFormHolder .duoItem
    {
        flex-direction:column;
    }
     .jaFormHolder .duoItem&gt;div
     {
         margin-left:0px !important;
         margin-right:0px !important;
     }
}
.greyBox {
    background-color:#ededed;
    padding:16px;
    margin-bottom:20px;
}
.jaFormHolder .item .label
{
    margin-bottom:5px;
    color:#878787;
}
.requiredStar
{
    color:#F44336;
}
.jaFormHolder .greyBox .item .label
{
    color:black;
}
.none
{
    display:none;
}
.jobApplicationHolder .cmdContinue
{
    border-radius:50px;
    background-color:#f29b06;
    border-color:#f29b06;
    color:black;
    text-transform:uppercase;
    padding-left:16px;
    padding-right:16px;
}
.warningBoxRed
{
    background-color:red;
    padding:16px;
    color:white;
    margin-bottom:20px;
    font-weight:bold;
}

#firstJobConfirm {
    position:fixed;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background-color:rgb(0 0 0 / 0.5);
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    z-index:1000;
    display:none;

}
#firstJobConfirm .formGroup{
    max-width:600px;
    margin:20px;
}

#firstJobConfirm  .formGroupBottom {
    display:flex;
    justify-content:space-between;
    padding:8px;
}
#firstJobConfirm.open
{
    display:flex;
}
p.enlarger {
    font-size:20px;
}
.caps
{
    text-transform:uppercase;
     text-transform:uppercase;
    font-weight:400;
    font-size:22px
}
.bold
{
    font-weight:bold;
}

.eh-item-date {
    display:flex;
}
.eh-item-date&gt;div
{
    flex:1;
}
.eh-item-date&gt;div:first-of-type
{
    margin-right:10px;
}
.eh-item-date&gt;div:last-of-type
{
    margin-left:10px;
}

.emp-his
{
    margin-bottom:30px;
}

.emp-his .itm
{
    margin-bottom:10px;
    font-size:12px;
    padding:10px;
    background-color:#E9E9E9;
 
    position:relative;
}

    .emp-his .itm .row{
        margin-bottom:10px;
        display:flex;
        justify-content:space-between;
    }

    .emp-his .itm .row .col{
        width:49%;
    }

      .emp-his .itm .row .col .title{
        font-weight:bold;
    }

    .emp-his .itm .remove {
        position:absolute;
        top:0;
        right:0;
        display:block;
        text-decoration:none;
    }
    .emp-his .itm .remove &gt; div {
        color: #fff;
        font-size: 12px;
        text-align: right;
        border-top-right-radius:5px;
        background-color: red;
        padding: 3px;
        cursor: pointer;
    }

    .reviewBox .items
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.reviewBox .items&gt;div
{
    width:48%;
}
.reviewBox .items&gt;div.full
{
    width:100%;
}

.reviewBox .fakeInputVal {
  
    padding: 4px;
    border: 1px solid #ccc;
    outline: 0px none;
    background-color: #FFF;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    
}

.dataTable {
    margin-bottom:20px;
    width:100%;
    border-collapse:collapse;
}

.dataTable td
{

}
.dataTable th,.dataTable td
{
padding:16px;
vertical-align:center;
border:none;
border-bottom:1px dashed black;
text-align:left;
}
.dataTable tr:last-child td
{
    border:none;
}
.dataTable th a
{
color:white;
}
.dataTable td a
{
    text-decoration:none;
    color:#009592;
    font-weight:bold;
}
.dataTable th
{
 background-color:#009592;
 color:white;
 border-bottom:1px solid black;
}

@media(max-width:550px)
{

	.dataTable
	{
		width:100%;
	}
	.dataTable tr
	{
		width:100%;
		overflow-x:scroll;
	}
	.dataTable th
	{
		display:none;
	}
	.dataTable td
	{
		width:100%;
		display:block;
		padding-top:8px;
		padding-bottom:8px;
		border:none !important;
		
	}
	.dataTable tr
	{
		width:100%;
		display:block;
		padding-top:10px;
		padding-bottom: 10px;
		border-top: 1px dashed black;
	}
	.dataTable td:last-child:before
	{
		clear:both;
	}
	.dataTable td:last-child
	{
		width:100%;
		text-align: center;
	
	}
	.dataTable td:last-child a
	{
		color:white;
		background-color:#009592;
		display:block;
		padding: 8px;
		width:100%;
	}
	.dataTable tr:first-child
	{
		border:none;
	}
	.dataTable tr:hover td
	{
		background-color:transparent !important;;
	}
}

.links-holder
{
    display:flex;
    flex-direction:column;
}


.links-holder a
{
    display:flex;
    background-color:#E4E4E4;
    color:#000;
    padding:20px;
    margin-bottom:20px;
    text-decoration:none;
    position:relative;
}

    .links-holder a .icon {
        margin-right:20px;
        font-size:32px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

     .links-holder a .details {
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .links-holder a .title
    {
        font-size:20px;
        font-weight:700;
        margin-bottom:10px;
    }

    .links-holder a .description {
    }

    .links-holder a .actions {
        position: absolute;
        background-color: red;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -5px;
        right: -5px;
        font-size: 12px;
    }

    .ccUserFileTbl
{
	width:100%;
}
.ccUserFileTbl .delete
{
	text-align: center;
    width:50px;
}
.ccUserFileTbl td,.ccUserFileTbl th
{
	padding:5px;
}
.ccUserFileTbl th
{
	border-bottom: 1px solid black;
    text-align:left;
}

#questionForm .section .toggler
{
	display:none;
}
.jobProgressBar {
    border:1px solid black;
    height:25px;
    background-color:#e8e8e8;
    position:relative;
    margin-bottom:20px;
}
.jobProgressBar .inner
{
    background-color: #008081;
    height:100%;
    position:absolute;
    left:0px;
    bottom:0px;
    top:0px;
}
.jobDetailContent {
    display:flex;
    font-weight:300;
}
.jobDetailContent&gt;div:first-of-type
{
    margin-right:10px;
    flex:1;
}
.jobDetailContent&gt;div:last-of-type
{
    margin-left:10px;
    width:300px;
}

.jobDetailContent .bluebox
{
    padding:16px;
    background-color:#e5f2f2;
    color:black;
    font-weight: 300;
}
.jobDetailContent strong,.jobDetailContent b
{
    color:black;
}
.homeImages .itm
{
    padding-bottom:57%;
  
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.homeImages .cycle-pager {
    background-color:#5b698d;
    display:flex;
    justify-content:space-between;
    padding-left:8px;
    padding-right:8px;
    color:white;
    font-size:25px;
    cursor:pointer;
}
.homeImages .cycle-pager .cycle-pager-active
{
    color:#009390;
}
#jobMap{
    padding-bottom: 57%;
}

.jobDetailHeader {
    display:flex;
    border-bottom:solid 1px #8c8c8c;
        padding-bottom:50px;
}
.jobDetailHeader&gt;div:first-of-type
{
    flex:1;
margin-right:10px;
}
.jobDetailHeader&gt;div:last-of-type
{
    width:300px;
    margin-left:10px;
}
.jobDetailHeader .job-details
{
    background-color:#5b698d;
    color:white;
    padding:16px;
}
.jobDetailHeader .job-details .itm
{
    display:flex;
    font-weight:300;
    margin-bottom:10px;
}
.jobDetailHeader .job-details .itm .i
{
    display:none;
}
.jobDetailHeader .job-details .itm .l
{
    font-weight:bold;
    margin-right:5px;
}

.jobDetailHeader h1
{
    color:#008081;
    text-transform:uppercase;
}
.jobDetailHeader .location
{
    color:#636363;
  
    font-size:22px;
    margin-bottom:10px;
}
.jobDetailHeader .jobRef 
{
    margin-bottom:20px;
     color:#636363;
     font-weight:bold;
}
.jobDetailHeader .jobRef span:last-of-type
{
    color:#008081;
}

.jobDetailHeader .apply,
.jobDetailContent .apply
{
    background-color:#f29b06;
    padding:8px;
    border-radius:50px;
    color:black;
    padding-left:16px;
    padding-right:16px;
    font-weight:bold;
}
.jobDetailHeader .job-details
{
    font-size:14px;
}


#extraHeaderFloater {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}


.jobDetailHeader .applyLink,.jobDetailContent .applyLink
{
    display:flex;
}
.jobDetailHeader .applyLink .apply,
.jobDetailContent .applyLink .apply
{
    display:block;
}

#extraHeaderFloater .pp
{
    padding-bottom:0px;
}

@media(max-width:500px)
{
    .headerpadding {
    height: 129px;
}
    #extraHeaderFloater .pp
    {
        padding-top:0px;
    }


.jobDetailHeader
{
    flex-direction:column;
    padding-bottom:10px;
}
.jobDetailHeader&gt;div:first-of-type,
.jobDetailHeader&gt;div:last-of-type
{
    margin-left:0px;
    margin-right:0px;
    width:unset;
}
.jobDetailHeader&gt;div:first-of-type
{
    margin-bottom:20px;
}

.jobDetailHeader h1
{
    font-size:25px;
}
.jobDetailHeader .location
{
    font-size:18px;
}

}

.jobDetailContent&gt;div:last-of-type h3 {
    color: #008081;
    text-transform: uppercase;
    font-size:2em;
    margin-bottom:0px;
    padding-bottom:0px;
    padding-bottom:10px;
    padding-top:0px;
    margin-top:0px;
}
.jobDetailContent&gt;div:first-of-type h3,
.jobDetailContent&gt;div:first-of-type h2,
.jobDetailContent&gt;div:last-of-type h2,
.jobDetailContent .bluebox .t
 {
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:bold;
   
}
@media(max-width:767px)
{
    .jobDetailContent
    {
        flex-direction:column;
    }
    .jobDetailContent&gt;div:first-of-type,
    .jobDetailContent&gt;div:last-of-type
    {
        width:unset;
        margin-left:0px;
        margin-right:0px;
    }
    .jobDetailContent&gt;div:first-of-type
    {
        margin-bottom:20px;
    }

}
@media(max-width: 959px) {
    html.mo #extraHeaderFloater {
        visibility: hidden;
    }
}

.twoCol
{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.twoCol .twoCol1, .twoCol .twoCol2
{
    width:48%;
}


.referenceListing {
    display:flex;
    flex-wrap:wrap;
}
.referenceListing&gt;div
{
    width:50%;
    padding-top:20px;
    padding-bottom:20px;
}
.referenceListing .reference{
    border:1px solid #cccccc;
    padding:16px;
}
.referenceListing&gt;div:nth-child(odd)
{
    padding-right:25px;
}
.referenceListing&gt;div:nth-child(even)
{
    padding-left:25px;
}
.referenceListing&gt;div .txt,.referenceListing&gt;div textarea
{
    border:none !important;
}
.referenceListing .formItem.formItemChk .lbl,
.referenceListing .formItem.formItemChk .field
{
    float:none;
}
.referenceListing .formItem.formItemChk{
    display:flex;
}
.referenceListing .formItem{
    margin-bottom:5px;
}
@media(max-width:768px)
{
    .referenceListing&gt;div
    {
        width:100%;
    }
    .referenceListing&gt;div:nth-child(odd)
{
    padding-right:0px;
}
.referenceListing&gt;div:nth-child(even)
{
    padding-left:0px;
}
}

.formGroup
{
    background-color:white;
}
.formGroup .formGroupTitle{
    padding:8px;
    font-weight:bold;
}
.formGroup .formGroupBottom
{
    padding:8px;
        background: #f7f7f7;
}
.formGroup .formGroupItems{
    padding:8px;
}

.jaFormHolder .formGroup .formGroupTitle
{
    background-color:#008081;
    color:white;
}
.jaFormHolder .formGroup .formGroupItems
{
    border:1px solid black;
}

.jaFormHolder .formGroup
{
    margin-bottom:20px;
}
input[type='radio']
{
    -webkit-appearance:radio;
}

.uniformSelection {
    border:1px solid #e0e0e0;
    margin-bottom:20px;
    background-color:#eff1f4;
}
.uniformSelection .item
{
    display:flex;
    padding:8px;
    border-bottom:1px solid #e0e0e0;
    align-items:center;
}
.uniformSelection .formItem
{
    margin-bottom:0px;
}
.uniformSelection .item .title
{
    flex:1;
    margin-right:10px;
}
.uniformSelection .item .measure
{
    margin-left:10px;
}
#sizingGuide {
    position:fixed;
    top:0px;
    right:0px;
    bottom:0px;
   left:0px;
   background-color:rgb(0 0 0 / 0.4);
   display:flex;
   align-items:center;
   justify-content:center;
   z-index:55555;
}
#sizingGuide .formGroup
{
    width:100%;
    height:100%;
    max-width:90%;
    max-height:90%;
    display:flex;
    flex-direction:column;
}
#sizingGuide .formGroupTitle
{
    display:flex;

}
#sizingGuide .formGroupTitle span
{
    flex:1;
}
#sizingGuide .formGroupItems
{
    flex:1;
    overflow:auto;
}
#sizingGuide .sizeContainer .title {
    font-weight:bold;
    padding:8px;
    
}
#sizingGuide .sizeContainer .items .item{
    display:flex;
   
   
}
#sizingGuide .sizeContainer .items .title
{
     border-bottom:1px solid rgb(0 0 0 / 0.1);
	 min-width:150px;
	 max-width:150px;
}
#sizingGuide .sizeContainer .items .item .options
{
    display:flex;
	flex:1;
}
#sizingGuide .sizeContainer .items .item .options&gt;div
{
    padding:8px;
    flex:1;
    border-bottom:1px solid rgb(0 0 0 / 0.1);
}
div#sizingGuide .tc
{
    display:flex;
}
#sizingGuide .tc&gt;div
{
    flex:1;
}
@media(max-width:900px)
{
    #sizingGuide .tc
    {
        flex-direction:column;
    }
}
.tickBoxContainer .item 
{
    margin-bottom:0px !important;
}

.tickBoxContainer .item .row2
{
    display:none;
    padding:8px;
}
.tickBoxContainer .item .row1
{
    display:flex;
}
.tickBoxContainer .item .row1&gt;div
{
    padding:8px;
    border:1px solid black;
    border-bottom:none;
}
.tickBoxContainer .item:last-of-type .row1&gt;div
{
    border-bottom:1px solid black;
}
.tickBoxContainer .item .row1 .number
{
    width:45px;
    min-width:45px;
}
.tickBoxContainer .item .row1 .dropDown
{
    max-width: 180px;
    width:180px;
    
}
.tickBoxContainer
{
    margin-bottom:10px;
}
.tickBoxContainer .item .row1 .title
{
    border-left:none;
    border-right:none;
    flex:1;
}
.tickBoxContainer .formItem
{
    margin-bottom:0px;
}
.tickBoxContainer .item.open .row2
{
    display:block;
    border:1px solid black;
    border-bottom:none;
}
@media(max-width:500px)
{
    .tickBoxContainer .item .row1
    {
        flex-wrap:wrap;
    }
      .tickBoxContainer .item .row1 .title
      {
          border-right:1px solid black;
      }
     .tickBoxContainer .item .dropDown
     {
         width:100%;
         max-width:100%;
     }
}
.greyboxxy
{
    background-color: #f4f4f4;
    padding: 16px;
    /* color: white; */
    margin-bottom: 20px;
    font-weight: bold;
}
.applicationOptopns a.notImportant
{
    background-color:#9E9E9E;
    color:white !important
}

.eyecatch {
    font-weight:bold;
    color:#008081;
        font-weight: 300;
    text-align: center;
    font-size: 25px;
}

.experdriven {
  font-weight:bold;
    color:#008081;
        font-weight: 800;
    text-align: center;
    font-size: 25px;
}
.pp-top {
    margin-top: 20px;
}

.pp-bottom {
    margin-bottom: 20px;
}
.tickBoxContainer.nonumber .row1 .title {
    border-left: 1px solid black;
}</pre></body></html>