
.ja-job-list-container {
    padding: 20px;
}

.ja-job-list {
	margin-bottom: 3em;
	font-family: "Gibson",Arial, Helvetica, sans-serif;
	color: #777;
	line-height:1.54;
}

.ja-job-list .job {
	margin-bottom: 1em;
	padding: 20px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.ja-job-list .job .view-details {
	display: none !important;
}




.ja-job-list .job .title {
    font-weight: 600;
}

.ja-job-list .job .title a {
    text-decoration: none !important;
    color: #1e1e1e !important;
    margin-bottom:3px;
}

.ja-job-list .job .meta {
	margin-bottom: 1em;
	font-size: 20px;
}

.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
	content: "";
	display: table;
}

.ja-job-list .job .view-details {
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
    background-color: #16322b;
    color: #ffffff;
    display: inline-block!important;
    width: 320px;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none!important;
    box-shadow: none!important;
    }


.ja-job-list .job .meta:after {
	clear: both;
}

.ja-job-list .job .meta {
	zoom: 1;
}

.ja-job-list .job .meta p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.ja-job-list .job .meta .classifications {
	float: left;
	list-style: none;
	width: 50%;
	margin: 0 0 0.5em 0;
}

.ja-job-list .job .meta .classifications li {
	display: inline;
	margin-right: 0.5em;
}

.ja-job-list .job .meta ul li:nth-child(n+2)::before {
	content: " | ";
}

.ja-job-list .job .meta .date-posted {
	float: right;
	width: 50%;
	text-align: right;
}

.ja-job-list .job .date-posted::before {
	content: "Date Job Posted: ";
}

.ja-job-list .job .meta .salary {
	clear: left;
	float: left;
}

.ja-job-list .job .meta .reference {
	float: right;
	text-align: right;
}

.ja-job-list .job .summary {
	font-size: 20px;
}

.ja-job-list .job .view-details {
	font-size: 0.9em;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	padding: 4px 10px;
	text-decoration: none;
	background-color: #f9f9f9;
	color: #1e1e1e;
	display: inline-block;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* .ja-job-list .job .view-details:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color: #e9e9e9;
	cursor: pointer !important;
} */

/* .ja-job-list .job .view-details:active {
	position: relative;
	top: 1px;
} */


.ja-job-details {
    padding: 50px;
    background-color: #ffffff;
	font-family: "Gibson",Arial, Helvetica, sans-serif;

}

.ja-job-details .title {
	font-size: 30px;
	font-weight: 600;
}

.ja-job-details .meta {
	margin-bottom: 1em;
	color: #777;
	font-size: 20px;
}

.ja-job-details .meta:before,
.ja-job-details .meta:after {
	content: "";
	display: table;
}

.ja-job-details .meta:after {
	clear: both;
}

.ja-job-details .meta {
	zoom: 1;
}

.ja-job-details .meta p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.ja-job-details .meta .classifications {
	float: left;
	width: 50%;
	list-style: none;
	margin: 0 0 0.5em 0;
}

.ja-job-details .meta .classifications li {
	display: inline;
	margin-right: 0.5em;
}

.ja-job-details .meta .date-posted {
	clear: right;
	float: right;
	width: 50%;
	text-align: right;
}

.ja-job-details .meta ul li:nth-child(n+2)::before {
	content: " | ";
}


.ja-job-details .meta .date-posted::before {
	content: "Date Job Posted: ";
}

.ja-job-details .meta .salary {
	clear: left;
	float: left;
}

.ja-job-details .meta .reference {
	float: right;
	text-align: right;
}

.ja-job-details .bullet-points {
}

.ja-job-details .bullet-points li {
}

.ja-job-details .description li {
    margin: 10px 0 10px 20px;
}

.ja-job-details .description {
	font-size: 20px;
	color: #777 !important;
}

.ja-job-details .apply {
	margin: 2em 0 0.5em 0;
	text-align: center;
}

.ja-job-details .apply .back-link {
	font-size: 0.9em;
	margin-right: 1em;
}

.ja-job-details .apply .ja-button {
	background-color: #143e34;
	display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    transition: background-color 250ms;

	font-size: 12px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;

	display: inline-block;
    font-size: 16px;
    padding: 0.75em 2em;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    transition-duration: 250ms;
    vertical-align: bottom;
	width: 200px;
}

.ja-job-details {
    padding: 50px;
    background-color: #fff;
    font-family: "Gibson",Arial,Helvetica,sans-serif;
    border: 1px solid grey;
    border-radius: 8px;
    background-image: url(https://footballaustralia.com.au/sites/ffa/files/2021-04/18128_FA_Website-Header-Logo_FA.png);
    background-repeat: no-repeat;
    background-position: 94% 40px;
    background-size: 150px;
}

.ja-job-list .job {
    margin-bottom: 1em;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #777676;
    border-radius: 10px;
}

.ja-job-list .job .meta,
.ja-job-details .meta {
    margin-bottom: 1em;
    font-size: 20px;
    border: 1px solid color(srgb 0.0616 0.1711 0.144);
    padding: 9px;
    border-radius: 4px;
}

.ja-job-list .job .title a {
    text-decoration: none!important;
    color: #1e1e1e!important;
    margin-bottom: 10px;
}

.ja-job-details .description {
    font-size: 20px;
    color: #363636!important;
    line-height: 1.6;
}

.ja-job-details .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1em;
    width: 80%;
}

.ja-job-details .description li {
    margin: 10px 0 10px 20px;
    line-height: 1.6;
}

.ja-job-list .job .view-details {
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    /* border: 1px solid #dcdcdc; */
    /* padding: 4px 10px; */
    text-decoration: none;
    background: -ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background-color: #16322b;
    color: #ffffff;
    display: inline-block!important;
    width: 320px;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none!important;
    box-shadow: none!important;
}


.ja-job-list .job .view-details:hover {
    background: -ms-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
    background-color: #117d62;
    cursor: pointer!important;
}

.ja-job-list .job .view-details {
  font-size: 0;
}

.ja-job-list .job .view-details:after {
  content: ' View Opportunity';
  font-size: 16px;
}


.ja-job-list .job .title {
font-weight: 600;
margin-bottom: 12px;
max-width: 80%;
}

.ja-job-list .job .meta .date-posted,
.ja-job-details .meta .date-posted{
    float: right;
    width: 23%;
    text-align: right;
    color:#777;
    }

.ja-job-list .job .date-posted::before,
.ja-job-details .meta .date-posted::before {
content: "Posted: ";
}

.ja-job-list .job {
    margin-bottom: 1em;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #777676;
    border-radius: 5px;
    background-image: url(https://footballaustralia.com.au/sites/ffa/files/2021-04/18128_FA_Website-Header-Logo_FA.png);
    background-repeat: no-repeat;
    background-position: 97% 22px;
    background-size: 88px;
} 

.ja-job-list .jobs-board {
    margin-bottom: 1em;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #777676;
    border-radius: 5px;
    background-image: url(https://www.womensasiancup2026.com.au/sites/afcw/files/2025-02/AFC%20Womens%20Cup%20Logo%20dark%20cropped.png);
    background-repeat: no-repeat;
    background-position: 97% 22px;
    background-size: 88px;
}

.paragraph--type--pg-body .news-block {
  
border: 1px solid #aaa;
}

.ja-job-list .job .meta .classifications,
.ja-job-details .meta .classifications {
    float: left;
    list-style: none;
    width: 75%;
    margin: 0;
    }

.ja-job-list .job .meta .classifications li {
    display: inline;
    margin-right: .5em;
    }

.ja-job-list .job .meta .classifications li:first-child,
.ja-job-details .meta .classifications li:first-child{
    font-weight: 600;
    }

.meta .classifications li:nth-child(2)::before {
    content: ""!important;
display: block;
    }

.meta .classifications li:nth-child(3)::before {
    content: ""!important;
display: block;
    }

.ja-job-list-container {
padding: 0;
padding-left: 0;
}

.ja-job-details .meta .date-posted::before {
content: "Posted: ";
}

.ja-job-list .jobs-board {
    margin-bottom: 1em;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #777676;
    border-radius: 5px;
    background-image: url(https://ffa.stg.ffa.football/sites/ffa/files/2025-05/Job%20Board%20background-small.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-size: 1000px;
    margin-top: 2em;
    line-height: 1;
    }
    
    .ja-job-list .jobs-board .title {
    font-weight: 600;
    margin-bottom: 12px;
    max-width: 100%;
      text-align:center;
      
    margin-top: 2em;
    line-height: 1;
    }
    
    .job-board-cta {
      text-align: center;
    }
    
    .ja-job-list .jobs-board .summary {
    font-size: 20px;
      font-weight: 600;
    text-align: center;
    }
    
    .job-board-cta-button {
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
    background-color: #263979;
      padding: 4px 10px;
    color: #ffffff;
    display: inline-block!important;
    width: auto;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none!important;
    box-shadow: none!important;
    }
    
    .job-board-cta-button:hover {
    background-color: #34acd7;
    color: #000;
    }
    
    .no-ja-margin {
      margin-bottom: 0;
    } 
    
    
    
    .ja-job-list .job .view-details {
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    /* border: 1px solid #dcdcdc; */
    /* padding: 4px 10px; */
    text-decoration: none;
    background: -ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background-color: #16322b;
    color: #ffffff;
    display: inline-block!important;
    width: auto;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none!important;
    box-shadow: none!important;
    }
    
    @media (max-width:440px){
    .ja-job-list .jobs-board {
        margin-bottom: 1em;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #777676;
        border-radius: 5px;
        background-image: url(https://ffa.stg.ffa.football/sites/ffa/files/2025-05/Job%20Board%20mobile.png)!important;
        background-repeat: no-repeat;
        background-position: 10px 0px;
        background-size: 600px;
      }
    }