#main-content .et_pb_section {
	padding: 0;
	margin: 0;
}

#main-content .et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

div.multiple-roles {
	display: flex;
}

div.multiple-roles aside {
	order: 1;
}

div.multiple-roles article {
	order: 2;
}

div.multiple-roles aside ul, div.multiple-roles aside li {
	padding: 0;
	margin: 0;
}

aside {
	display: block;
	width: 25%;
	background-color: #333333;
	padding-top: 30px;
}

aside nav.secondary > ul {
	padding-bottom: 20px;
}

aside nav.secondary > ul > li {
	border-bottom: 1px #FFF solid;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	text-align: center;
}

aside nav.secondary > ul li a {
	color: #FFF;
	display: block;
	padding: 15px 8%;
	position: relative;
	text-decoration: none;
	transition: background-color 0.1s ease-in;
}

aside nav.secondary > ul li a:hover {
	background-color: rgba(0,0,0,0.5);
}

aside nav.secondary ul ul li {
	font-style: normal !important;
}

aside nav.secondary ul ul li {
	border-top: 1px #FFF solid;
	font-style: italic;
	font-weight: normal;
}

aside nav.secondary > ul li.current > a:after {
	content: "\f04b";
	color: #FFF;
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -10px;
	position: absolute;
	right: -1px;
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

article.role-details {
	width: 75%;
	padding: 30px;
}

article.role-details.single-page {
	width: 100%;
	padding: 30px;
}

section {
	display: block;
	line-height: 1.5;
	margin: 0 0 2em 0;
}

section h2 {
	padding-bottom: 1em;
}

article ul li, article ol li {
	line-height: 1.5;
	margin: 0 0 1.5em 20px;
	padding: 0 0 0 16px;
}
.role-details a {
	color: var(--primary);
	text-decoration: underline;
}

.role-details .sharing a {
	text-decoration: none;
}

.role-details .leader {
	border-bottom: 1px solid #666;
	overflow: hidden;
}

.role-details .leader p {
	float: left;
	font-weight: 700;
	line-height: 1.3;
	font-size: 168.75%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.role-details .leader p.sharing {
	float: right;
	font-size: 225%;
	line-height: 1;
	margin-bottom: -5px;
	text-align: right;
	padding-top: 10px;
}

.role-details p.sharing a span {
	line-height: inherit;
	overflow: hidden;
	position: absolute;
	left: -3000em;
}

.role-details p.sharing a.linkedin {
	color: #196499;
}

.role-details p.sharing a.twitter {
	color: #2AA9F0;
}

.role-details p.sharing a.facebook {
	color: #3F5698;
}

.role-details .role-full-details {
	overflow: hidden;
}

.role-details .role-full-details .col-1 {
	float: left;
	width: 220px;
}

.role-details .role-full-details .col-2 {
	margin-left: 250px;
}

.role-details .role-full-details .col-1 .timetable, .role-details .role-full-details .col-1 .documents {
	display: block;
	margin-bottom: 30px;
	padding: 12px 20px 1px 10px;
	background-color: #F5F5F5;
}

.role-details .role-full-details .col-1 section h2 {
	border-bottom: 1px solid #666;
	font-size: 1.3em;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0 0 8px 0;
}

.role-details .role-full-details section.timetable dl {
	line-height: 1em;
}

.role-details .role-full-details section.timetable dt {
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0.25em 0;
}

.role-details .role-full-details section.timetable dd {
	margin: 0 0 1em 0;
}

.role-details .role-full-details section.documents li {
	font-style: italic;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: break-word;
	margin: 0 0 1em 0;
	padding: 0 0 0 5px;
	word-wrap: break-word;
	list-style: none;
}

.role-details .role-full-details section.documents li a {
	display: block;
	padding-left: 25px;
	position: relative;
}

.role-details .role-full-details section.documents li a:after {
	content: "\f019";
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
}

.btn, .btn:active {
	border: 1px var(--primary) solid;
	background-color:  var(--primary);
	color: var(--secondary) !important;
	font-size: 125%;
	padding: 15px 10px;
	text-align:center;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.1s ease-out;
}

.btn.full {
	display: block;
	width: 100%;
}

.btn:hover {
	background-color: var(--secondary) !important;
	border-color:  var(--primary) !important;
	color:  var(--primary) !important;
}

.role-details .role-full-details .privacy-policy iframe {
	border: 1px #bfbfbf solid;
	border-radius: 8px;
	box-shadow: inset 0 2px 2px rgb(0 0 0 / 10%);
	height: 260px;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 5px;
	width: 100%;
}

form fieldset {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}

form fieldset .checkbox {
	padding-left: 30px;
	position: relative;
}

form fieldset .checkbox input {
	left: 3px;
	position: absolute;
	top: 5px;
}

form fieldset .checkbox label {
	display: inline;
	line-height: 1.4;
	padding-left: 0;
	padding-right: 8px;
}

form fieldset .checkbox label {
	display: inline;
	line-height: 1.4;
	padding-left: 0;
	padding-right: 8px;
}

.privacy-policy h2 {
	font-size: 1.3em;
	color: var(--primary)
}

.error.has-feedback {
	color: #db5565;
	display: block !important;
	font-size: 93.75%;
	font-weight: 600;
	line-height: 1.3;
	padding: 8px 8px 0 8px;
}

.error.api, .error.closed {
	color: #db5565;
	display: block !important;
	font-size: 93.75%;
	font-weight: 600;
	line-height: 1.3;
	padding: 8px 8px 0 8px;
	min-height: 500px;
}

@media only screen and (max-width:540px){

	.role-details .role-full-details .col-1 {
		float: unset;
		width: unset;
	}

	.role-details .role-full-details .col-2 {
		margin-left: unset;
	}

}

@media only screen and (max-width: 768px) {
	div.multiple-roles {
		display: unset;
	}
	div.multiple-roles article.role-details, div.multiple-roles aside {
		width: unset;
	}
}

@media only screen and (max-width:1024px){
	.role-details .role-full-details .col-1 {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.role-details .role-full-details .col-2 {
		margin-left: 0;
	}
	.role-details .role-full-details .col-1 .timetable, .role-details .role-full-details .col-1 .documents {
		margin-bottom: 10px;
		padding: 0px;
		background-color: unset;
	}
	.role-details .role-full-details .col-1 section h2 {
		border-bottom: unset;
		font-size: 1.3em;
		line-height: 1.2;
		margin: 0 0 1em 0;
		padding: 0 0 8px 0;
	}
	.role-details .role-full-details section ul {
		padding:0;
	}
}

@media only screen and (max-width:1215px){
	#main-content .et_pb_row {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		width:100%;
	}
}

/*new css to accommodate accessibility changes*/
.role-details .leader ul.sharing {
	float: right;
}

.role-details ul.sharing li {
	display: inline-block;
	padding: 10px 0 0 0;
	margin: 0 0 -5px 0;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	font-size: 225%;
}

.role-details ul.sharing li a span {
	line-height: inherit;
	overflow: hidden;
	position: absolute;
	left: -3000em;
}

.role-details ul.sharing li a.linkedin {
	color: #196499;
}

.role-details ul.sharing a.twitter {
	color: #2AA9F0;
	margin: 0 10px 0 10px;
}

.role-details ul.sharing a.facebook {
	color: #3F5698;
}

