@import url("//fonts.googleapis.com/css?family=Lato:400,300,400italic,700,900,900italic' rel='stylesheet");

/* Adjust:
	border colour, 
	horizontal padding (#job-ad-header, #job-ad-content, #job-ad-footer), 
	vertical margin (.job-ad-part), 
	header and footer background images, 
	copy styling for header and anchor tags, generic fonts and line heights.
*/

#job-ad-template *
{
	outline: 0;
}
#job-ad-template
{
	overflow: hidden;
	border-radius: 0;
	/* generic font styling here */
	font-size: 1.33rem;
	line-height: 1.6;
	color: #000;
}
#job-ad-template.job-ad-mickey
{
	width: 536px;
}

.job-ad-part ul
{
	padding: 0 0 0 18px;
	margin: 0 0 1.5em 0;

	list-style: disc;
}
.job-ad-part ol
{
	padding: 0 0 0 24px;
	margin: 0 0 1.5em 0;
}
.job-ad-part ol li
{
	padding: 0;
	margin: 0;
}
.job-ad-part ul li
{
	display: list-item;
	padding: 0;
	margin: 0;
	
	list-style: disc;
}
.job-ad-part li:before
{
	display: none;
}
#job-ad-template #job-ad-content
{
	padding: 1em 1.5em; /* horizontal padding  here*/
}
#job-ad-template .job-ad-part
{
	margin: 1em 0 0; /* vertical margin here */
}
#job-ad-template #job-ad-header
{
	border-bottom: 1px solid #dad9d9;
	overflow: hidden;
	position: relative;
}

#job-ad-template.has-logo-0 #job-advertiser-logo
{
	display: none;
}
#job-ad-template #job-advertiser-logo
{
	position: relative;
	z-index: 10;
	float: right;

	width: 80px;
	height: 80px;

	background-repeat: no-repeat;
	background-position: right 50%;
	background-size: auto 100%;
}
#job-ad-template #job-ad-title h1
{
	position: relative;
	z-index: 10;
	font-size:3.75rem;
	padding: 0;
	border: 0;
	margin: 0;
	
	/* copy and paste styles from h3 here */
	/*font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	color: #333;*/
}

.job-detailtop-title{ display: none; }

#job-ad-header .job-ad-option
{
	display: table-row;
}

#job-ad-template .job-ad-optional-heading
{
	padding: 0 1em 0 0;
}
#job-ad-template .job-ad-optional-text div
{
	display: inline-block;
}
#job-ad-template #job-ad-footer a
{
	display: block;
	padding: 0.5em 0;
	
	text-align: center;
	background: #07a7a1;
	color: #333;
}
#job-ad-template #job-ad-footer a:hover, 
#job-ad-template #job-ad-footer a:focus, 
#job-ad-template #job-ad-footer a:active
{
	background: #333;
	color: #fff;
}

.job-details__cta .job-ad-option{
	padding-left: 2.5rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.1;
}
.job-details__cta .job-ad-option small{
	color: #737373;
	display: block;
}
.job-details__cta .btn-favourite{
	font-size: 1.1rem;
}
.job-details__cta .btn-favourite .favourite-save{
	top: 0;
}

#ctl00_ContentPlaceHolder1_ucJobApply1_ibApplyWithLinkedIn{
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	/* #job-ad-template #job-ad-content{
		padding-left: 5px;
		padding-right: 5px;
	} */
}

@media screen and (max-width: 599px) {
	
	#job-ad-template .job-ad-option
	{
		margin: 0.5em 0;
		padding-left: 0;
	}
	#job-ad-template .job-ad-option, 
	#job-ad-template .job-ad-optional-heading, 
	#job-ad-template .job-ad-optional-text, 
	#job-ad-template .job-ad-optional-text div
	{
		display: block;
	}
	#job-ad-template .job-details__description>div{
		padding-left: 0;
		padding-right: 0;
		clear: both;
	}

}
@media screen and (max-width: 479px) {

	#job-ad-template #job-ad-header h2
	{
		margin-bottom: 0.5em;	
	}
	#job-ad-template #job-ad-header h2, 
	#job-ad-template #job-advertiser-logo 
	{
		float: none;
		width: auto;
	}

}

.job-details .job-details__header__info p small{ color:#737373;}

.job-details .job-ad-optional-text{ font-size: 1.375rem;  line-height: 1.6rem;  display: block;}
.btn.btn--apply-cta , .btn--apply-cta-sticky{
    box-sizing: border-box;
    color: #fff;
    background-color: #009cd0;
    border: 1px solid #009cd0;
    -webkit-transition: all .2s;
    transition: all .2s;
    min-width: 80px;
    text-align: center;
    padding: 1.3rem 1.5rem;
    border-radius: .3rem;
    display: inline-block;
    display: block;
    margin-bottom: .8rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
    white-space: normal;
}
.job-details .job-details__description .job-details__cta__ref small{ display:block; color:#737373;}
.job-detail-centre{ display:none;}
.jd-btm-description{ display:none;}
.job-details__viewed-jobs-carousel{ display:none;}
/* .back-link {
    font: 25px/1.4 houschka_headdemibold,Helvetica,Arial,sans-serif;
    padding: 0;
	 width: 100%;
    text-align: center;
    box-sizing: border-box;
	color: #ef2e24;
} */
.fa-long-arrow-left:before{ padding-right:10px;}

