
/* Set vacancy tile text font, spacing and casing */
.vacancytileheader h1{
	font-size:24px;
	font-family: 'CircularXXRegular';
    letter-spacing: 4px;
    text-transform: uppercase;
}
.vacancytilesubheader h4{
	font-family: 'CircularXXRegular';
    letter-spacing: 2px;
}

/* All buttons rounded corners */
:root{
	--sds-c-button-radius-border: 60px;
}

/* Hero button coloring */
.herobutton {        
	--sds-c-button-brand-text-color: white;    
	--sds-c-button-brand-color-border: white;  
    --sds-c-button-brand-text-color-hover: black;
	--sds-c-button-brand-color-background-hover: white;
}

/* Menu button/header coloring and padding on desktop */
@media only screen and (min-width: 768px) 
{
/* Menu button padding */           
.menubutton{
    position:absolute;
    bottom: 0px;
}
/* 'Mr & Mrs Smith' menu header padding */           
.menutitle{
    position:absolute;
    left:0px;
    bottom: 0px;
}
}

/* Menu button coloring */
.menubutton {
	--sds-c-button-brand-color: transparent;
	--sds-c-button-brand-color-background-hover: black;
    --sds-c-button-brand-color-border: black; 
	font-size:5px;
}

/* All buttons font size and padding */
.careersbutton a{
	font-family:'CircularXXRegular';
	font-size:16px;
	padding-left:60px;
	padding-right:60px;
	padding-top:10px;
	padding-bottom:10px;
}

/* Bottom button black */

.bottombutton {        
	--sds-c-button-brand-text-color: black;    
	--sds-c-button-brand-color-border: black;  
    --sds-c-button-brand-text-color-hover: white; 
	--sds-c-button-brand-color-background-hover: black;
}

/* Add black line below sections (header and hero) */
.linebelow{
    border-bottom: 1px solid black;
    border-radius:0px;
}

/* Add black line below sections (header and hero) */
.lineabove{
    border-top: 1px solid black;
    border-radius:0px;
}

/* Homepage hero background color */
.lwc-2b5a72ratvd-host .lwc-4k1qbp7cls1-host .lwc-48aostf02bd-host:nth-child(3) .column-content {
    background-color: rgb(249, 245, 231);
}
/* Homepage hero background color - moved to parent container */
.lwc-2b5a72ratvd-host .lwc-4k1qbp7cls1-host .lwc-48aostf02bd-host:nth-child(3) {
    background-color: rgb(249, 245, 231);
}



/* Rounded corners on all sections */
*,:after,:before {
    border-radius:10px;
}        

/* Bcorp logo no radius */
.lwc-692s6j89ul6  {
	border-radius:0px;
}