/*
    *********
    * PAGES *
    *********
*/

.parent-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}


.expertise-dropdown {
	width: 25%;
}

.list-group-horizontal a.list-group-item.list-group-item-action.list-group-selected {
	text-decoration: none !important;
	color: #FFF !important;
	background-color: #00205B !important;
	background-color: rgba(0,32,91,1) !important;
	font-weight: 700;
}

.whoiswho-profile-image-container {
	padding-top: 2em;
	padding-bottom: 2em;
}

.hub-latest {
	background: #f1f1f1;
	padding: 1em;
	margin: 0;
}

.hub-editions-other-editions {
	/*padding: 2em;*/
}

#hubEditionsModal {
}

.tax-guides-navigation > li > a {
	padding: 0.6em;
}

.embed-video-post {
	width: 100%;
	min-height: 400px;
}


/*  =MAP MODULE
        ---------------------------------------------------------- */
.advisor-locator__map {
	width: 100%;
	min-height: 16em;
}

.firms-map-locator {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 500px;
}

.advisor-locator {
	position: relative;
	background: #f1f1f1;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 20px;
}

	.advisor-locator .btn-text-link {
		padding: 0 0.5em;
	}

.map-form-selector {
	position: relative;
	display: block;
	/*padding: 0.5em;
	margin: 0.5em 0;*/
}

.country-list-container {
	top: 20%;
	position: absolute;
	width: 95%;
	background: #f1f1f1;
	border: 1px solid #d4d4d4;
	height: auto; /**min-height: 100%;*/
	padding: 2em;
	z-index: 2;
}

	.country-list-container .close {
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
		background: 0;
		/*border: 2px solid #666666;*/
		text-align: center;
		line-height: 1.5em;
		color: #666666;
		border-radius: 50%;
		padding: .1em;
		font-weight: bold;
		margin-top: -4em;
		margin-right: -1em;
	}

		.country-list-container .close:hover {
			border-color: #d4d4d4;
			color: #d4d4d4;
			text-decoration: none;
		}

	.country-list-container ul {
		list-style: none;
		padding: 0;
		display: inline-block;
		width: 110px;
		margin: 5px 15px 10px 0;
		vertical-align: top;
	}

.map-form-selector select {
	width: 100%;
	padding: 10px;
	/*margin-top: 0.5em;*/
	border: 1px solid #ccc;
}

.map-form-selector .btn-text-link {
	margin-left: 0.5em;
}

.advisor-locator__map path {
	cursor: pointer;
}

#cl-details h2, #cl-details p {
	margin: 0;
}

.country-list-container .pagination {
	margin: 0;
	display: inline-block;
	width: auto;
	height: 60px;
}

	.country-list-container .pagination a {
		font-size: 2em;
		font-weight: 500;
		color: #ff8200;
		display: inline-block;
		cursor: pointer;
	}

		.country-list-container .pagination a:first-child {
			margin: 0;
		}

		.country-list-container .pagination a:last-child {
			margin: 0 30px;
		}


/*
    **********
    * COMMON *
    **********
*/
/* Text Pre-Wrap */
.text-pre-wrap {
	white-space: pre-wrap;
}

/* List Group Horizontal */
.list-group-horizontal .list-group-item {
	display: inline-block;
	background-color: #ff8200;
	background-color: rgba(255,130,0,1);
	color: #fff;
	color: rgba(255,255,255,1);
	margin-bottom: 0;
	margin-right: 0;
	border: 2px solid #FFF;
}

	.list-group-horizontal .list-group-item:hover {
		background-color: #00205b;
		background-color: rgba(0,32,91,1);
		color: #ffffff;
		color: rgba(255,255,255,1);
	}

.p-1em {
	padding: 1em;
}

.pv-1em {
	padding: 1em 0;
}

.ph-1em {
	padding: 0 1em;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1em {
	margin-bottom: 1em;
}

.mt-1em {
	margin-top: 1em;
}

.mt-2em {
	margin-top: 2em;
}

.m-2em {
	margin: 2em;
}

.mt-3em {
	margin-top: 3em;
}

.mt-4em {
	margin-top: 4em;
}

.m-1em {
	margin: 1em;
}

#toast-container {
	position: fixed;
	top: 1em;
	right: 2.5em;
}

	#toast-container .toast {
		overflow: hidden;
	}

	#toast-container .toast-warning .toast-message,
	#toast-container .toast-warning .toast-message:after {
		border-radius: 50%;
		width: 5em;
		height: 5em;
	}

	#toast-container > .toast-warning {
		background-image: url('../images/icons/praxity-loading.gif') !important;
		min-height: 70px;
	}

	#toast-container > div {
		padding: 15px 15px 15px 15px;
		width: 100px;
	}

.toast-warning {
	background-color: #fff !important;
}

.even {
	background-color: white;
	/*padding: 0 1em;*/
}

.odd {
	background-color: ghostwhite;
	/*padding: 0 1em;*/
}

.error {
	color: red;
}

.font-smaller {
	font-size: smaller;
}

.h400 {
	height: 400px;
}

.mrgn0 {
	margin: 0 auto;
}

.mrgnt10 {
	margin-top: 10px;
}

.mrgnt30 {
	margin-top: 30px;
}

.mrgnb5 {
	margin-bottom: 5px;
}

.mrgnb10 {
	margin-bottom: 5px;
}

.mrgnb20 {
	margin-bottom: 20px;
}

.mrgnb30 {
	margin-bottom: 30px;
}

.mrgnl10 {
	margin-left: 10px;
}

.mrgnl30 {
	margin-left: 30px;
}

.mrgn-v10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mrgn-h10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mrgn-h1 {
	margin-left: 4px;
	margin-right: 3px;
}

.p10 {
	padding: 10px
}

.p25 {
	padding: 25px
}

.p0 {
	padding: 0;
}



.heading {
	font-weight: 500;
}

.heading-bold {
	font-weight: 700;
}

.heading-regular {
	font-weight: 500;
}

.sub-heading {
	font-weight: 700;
}

.firm {
	display: block;
}

.bold {
	font-weight: 700;
}

/*CUSTOM CSS*/
.btn-primary:hover {
	color: #ffffff;
	background-color: #00205B;
	background-color: rgba(0,32,91,1) !important; /*#00205B;*/
	border-color: #00205B;
}

.rating-star {
	unicode-bidi: bidi-override;
	color: #E8E8E8;
	font-size: 25px;
	height: 25px;
	width: 104px;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	text-shadow: 0 1px 0 #a2a2a2;
}

.rating-star-top {
	color: #e7711b;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
}

.rating-star-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}

div.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

	div.pager span {
		display: inline-block;
		width: 1.8em;
		height: 1.8em;
		line-height: 1.8;
		text-align: center;
		cursor: pointer;
		background: #ffffff;
		color: #009FDF;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		border: 1px solid #009FDF;
	}

		div.pager span.active {
			background: #00205B;
			border: 1px solid #00205B;
			color: #ffffff;
		}

.conference-header-image {
	width: 100%;
	max-height: 220px;
	overflow: hidden;
	position: relative;
	margin-top: 2em;
}

	.conference-header-image img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		transform: translateY(-25%);
	}

/*BUTTONS*/
.btn-large {
	padding: 10px;
}

.btn-secondary {
	color: #fff;
	background-color: rgba(0,159,223,1); /*#00205B;*/
}

	.btn-secondary:focus,
	.btn-secondary.focus {
		color: #009fdf;
		background-color: transparent;
	}

	.btn-secondary:hover {
		color: #fff;
		background-color: rgba(237,109,25,1); /*#ED6D19;*/
	}

.btn-block-70 {
	width: 70%;
	max-width: 70%;
	display: block;
}

/*FIRMS LOCATIONS*/
.row-white {
	background-color: #ffffff;
}

.row-grey {
	background-color: #f1f1f1;
}

.search-results {
	color: #FFF;
	background: red;
	padding: 0.5rem;
}
/*SPECIALISM ICONS*/
.icn {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icons/sprite-global.svg) 0 0 no-repeat;
}

.icn-16 {
	height: 16px;
	width: 16px;
	margin: .1em;
	zoom: 1.3;
}

.icn-accountancy {
	background-position: 0 -160px;
}

.icn-corporatefinance {
	background-position: -20px -160px;
}

.icn-forensicaccounting {
	background-position: -40px -160px;
}

.icn-gaap {
	background-position: -60px -160px;
}

.icn-industrysectors {
	background-position: -100px -160px;
}

.icn-otherservices {
	background-position: -80px -160px;
}

.icn-personalfinance {
	background-position: -120px -160px;
}

.icn-tax {
	background-position: -140px -160px;
}

.icn-technologyadvisoryservices {
	background-position: -160px -160px;
}

/* -------- AZ Pods ------------------*/

.bls-pod-container {
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}

	.bls-pod-container .firm-website {
		position: relative;
		font-size: 10px;
		flex: 0 1 100%;
	}

	.bls-pod-container .firm-logo {
		position: relative;
		display: block;
		padding: 0.5em;
		background: #fff;
		height: 220px;
		overflow: hidden;
	}

		.bls-pod-container .firm-logo img {
			height: 100%;
			object-fit: contain;
			position: absolute;
			top: 0;
			left: 0;
			padding: 0.5em;
		}

	.bls-pod-container .firm-details {
		position: relative;
		padding: 1em 0.5em;
		width: 100%;
		height: auto;
		word-break: break-word;
		line-height: 0.1em;
	}

		.bls-pod-container .firm-details p {
			margin: 0.35em 0;
		}

	.bls-pod-container .firm-website {
		position: absolute;
		padding: 1em 0.5em;
		width: 100%;
		bottom: 2%;
		right: 4%;
	}

	.bls-pod-container .firm-details > a.heading {
		color: #ff8200;
		font-size: 2.2rem;
		font-weight: 500;
	}

		.bls-pod-container .firm-details > a.heading:hover {
			text-decoration: none;
			color: #00205b;
			transition: 0.25s ease-in-out 0.25s;
		}

.float-right {
	float: right;
}

.firm-logo-details {
	position: relative;
	width: 100%;
	object-fit: cover;
	padding: 1rem 3rem;
}

.bls-search-container {
	background-color: #f4f4f4;
	display: inline-block;
	padding: 1em 0.5em;
	/*margin-bottom: 1em;*/
}

.fa.icon-blue {
	color: #00A3EB;
}

.login-header {
	border-bottom: 1px solid #D2D2D2
}

.position .sub-info-contaner strong {
	display: inline-block;
	margin-right: 7px;
}

.sub-info-contaner .sub-info {
	margin-right: 0;
	float: left;
	font-style: inherit;
	color: #666666;
	padding: 0;
	padding-right: 10px;
	margin-left: 0;
	font-size: .9em;
	margin-bottom: 10px;
	min-width: 100%;
}

.sub-info-contaner {
	border-right: 1px solid #DBDBDB;
}

.sub-info-height {
	height: auto;
	overflow: auto;
	word-break: break-word;
	white-space: pre-line;
}

.folder-highlight {
	background-color: #d2d2d2;
	font-weight: bold;
}

.profile-container {
	/*background-color: #f1f1f1;*/
	display: block;
	padding: 1em;
	margin-bottom: 1em;
}

@media (min-width:375px) {
	.bls-pod-container {
		height: 520px;
	}
}

@media (min-width:768px) {
	.bls-pod-container {
		height: 520px;
	}
}

@media (min-width:768px) and (max-width:991px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
	.bls-pod-container {
		height: 560px;
	}
}

/*  ----------------------------------------------------------------------------------------------------
    PROMO PODS RESOURCES
    ---------------------------------------------------------------------------------------------------- */
.promo-pods-resources {
	position: relative;
	height: 100%;
}

	.promo-pods-resources .item {
		position: relative;
		margin-bottom: 30px;
		/*text-align: center;*/
		width: 19%;
	}

html.no-touch .promo-pods-resources .item a:hover .heading,
html.no-touch .promo-pods-resources .item a:hover .text {
	text-decoration: none;
}

.promo-pods-resources .item .image {
	margin-right: 15px;
	margin-bottom: 1em;
}

.promo-pods-resources .alt .item .image {
	margin: 0;
}

.promo-pods-resources .item img {
	overflow: hidden;
	margin-bottom: 1em;
}

.promo-pods-resources .alt .item .info {
	position: absolute; /* right:0; bottom:0; left:0; */
	right: 15px;
	bottom: 0;
	left: 15px;
	padding: 15px;
	/*background-color:rgba(0,32,91,0.8);*/
}

html.no-touch .promo-pods-resources .alt .item .info {
	top: 0;
}

html.no-touch .promo-pods-resources .alt .item a:hover .info {
	background-color: #00205b;
	background-color: rgba(0,32,91,0.8);
}

.promo-pods-resources .item .heading {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	text-decoration: none;
}

.promo-pods-resources .item .text {
	display: block;
	margin-top: 10px;
}

	.promo-pods-resources .item .text :first-child {
		margin-top: 0;
	}

	.promo-pods-resources .item .text :last-child {
		margin-bottom: 0;
	}

	.promo-pods-resources .item .text a {
		display: inline;
	}

html.no-touch .promo-pods-resources .item .text a:hover {
	text-decoration: underline;
}

.promo-pods-resources .item .link {
	margin: 20px 0 0;
}


@media (min-width:480px) and (max-width:767px) {
	.promo-pods-resources .item {
		width: 50% !important;
		float: left !important;
	}

	.promo-pods-resources .col-sm-4:nth-of-type(3n + 1) {
		clear: both;
	}
}

@media (min-width:992px) {
	.promo-pods-resources .item .heading {
		font-size: 20px;
	}

	.promo-pods-resources .col-md-4:nth-of-type(4n + 1) {
		clear: both;
	}
}

@media (min-width:768px) and (max-width:1199px) {
}

@media (min-width:1200px) {
	.promo-pods-resources .item:nth-of-type(5n+1) {
		clear: both;
		width: 19%;
	}

	.promo-pods-resources .col-lg-3:nth-of-type(4n+1) {
		clear: both
	}

	.promo-pods-resources .item .heading {
		font-size: 22px;
	}
}

/*  ----------------------------------------------------------------------------------------------------
    PROMO PODS WHO's WHO
    ---------------------------------------------------------------------------------------------------- */


.promo-pods-who .item {
	/*display: inline-block !important;*/
	height: 360px;
	padding: 1em;
	margin: 0;
}

	.promo-pods-who .item .image {
		margin-bottom: 0.5em;
		height: auto;
		overflow: hidden;
	}

		.promo-pods-who .item .image img {
			width: 100%;
			height: auto;
			background-size: cover;
			background-position: center;
		}

	.promo-pods-who .item .info {
		position: absolute; /* right:0; bottom:0; left:0; */
		right: 15px;
		bottom: 0;
		left: 15px;
		padding: 15px;
		/*background-color:rgba(0,32,91,0.8);*/
	}

	.promo-pods-who .item .heading {
		display: block;
		margin: 0 auto;
		font-size: 18px;
		text-decoration: none;
	}

	.promo-pods-who .item .text {
		display: block;
		word-break: break-word;
		word-wrap: break-word;
		white-space: normal;
		line-height: inherit;
	}

html.no-touch .promo-pods-who .alt .item .info {
	top: 0;
}

html.no-touch .promo-pods-who .alt .item a:hover .info {
	background-color: #00205b;
	background-color: rgba(0,32,91,0.8);
}

.promo-pods-who .item .text :first-child {
	margin-top: 0;
}

.promo-pods-who .item .text :last-child {
	margin-bottom: 0;
}

.promo-pods-who .item .text a {
	display: inline;
}

html.no-touch .promo-pods-who .item a:hover .heading,
html.no-touch .promo-pods-who .item a:hover .text {
	text-decoration: none;
}

html.no-touch .promo-pods-who .item .text a:hover {
	text-decoration: underline;
}

.promo-pods-who .item .link {
	margin: 20px 0 0;
}

@media (max-width:768px) {

	.expertise-dropdown {
		width: 100%;
	}
}

@media (min-width:769px) {

	.search-results {
		display: none !important;
	}
}


@media (max-width:1200px) {

	.A-Z-Filter:nth-of-type(5n+1) {
		clear: none;
	}
}


/*  ----------------------------------------------------------------------------------------------------
    QUOTE BANNER
    ---------------------------------------------------------------------------------------------------- */

.quote-banner {
	height: 230px;
}

	.quote-banner .slick-prev {
		display: none !important;
		/*position:absolute;
    left:0;
    top:50%;*/
	}

	.quote-banner .slick-next {
		display: none !important;
		/*position:absolute;
    right:0;
    top:50%;*/
	}

.folder-highlight {
	background-color: #1eb570 !important;
	font-weight: 500 !important;
	color: #fff !important;
}

.workinggroup-edit-checkbox .form-check-label {
	display: inline;
}

.quote-banner .slick-dots {
	display: none !important;
}


/* MODAL WINDOW*/
.modal {
}

	.modal .modal-dialog {
	}

		.modal .modal-dialog .modal-content {
		}

			.modal .modal-dialog .modal-content .modal-body {
			}

				.modal .modal-dialog .modal-content .modal-body #modal-speakingon {
					white-space: pre-line;
					word-break: break-word;
					margin: 0;
				}

				.modal .modal-dialog .modal-content .modal-body #modal-speakerbio {
					white-space: pre-line;
					word-break: break-word;
				}

				.modal .modal-dialog .modal-content .modal-body .speaker-profile-image-container {
					width: 100%;
					background-size: cover;
					margin-bottom: 1em;
				}

					.modal .modal-dialog .modal-content .modal-body .speaker-profile-image-container img {
						width: 100%;
						height: auto;
					}

@media (min-width: 768px) {
	.modal-dialog {
		width: 84% !important;
	}
}



/* BORDERS */
.border-right {
	border-right: 2px solid #ccc;
}

.border-left {
	border-left: 2px solid #ccc;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
	margin: 0;
}

.border-bottom-orange {
	/*border-bottom: 2px solid #ff8200;
	margin-bottom: 0.5rem;
	padding: 0.5rem;*/
}

.border-bottom-blue {
	border-bottom: 1px solid #00205B;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
}

.border-bottom a:hover {
	color: #009FDF;
}

.border-profile {
	border-right: 6px solid #fff;
}

.panel-heading .panel-title a .image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.panel-collapse .panel-body ul {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

	.panel-collapse .panel-body ul > li.workinggroup-edit-checkbox {
	}

/* ACCORDIONS */

.panel-group .panel {
	border-radius: 0
}

.panel-group .panel-default {
	border-color: #f1f1f1;
}

	.panel-group .panel-default .panel-heading {
		background-color: #f1f1f1;
		color: #009FDF;
	}

		.panel-group .panel-default .panel-heading:hover {
			background-color: #009FDF;
			color: #FFFFFF;
			transition: 0.25s ease-in-out 0.25s;
		}

		.panel-group .panel-default .panel-heading:active {
			background-color: #009FDF;
			color: #FFFFFF;
			transition: 0.25s ease-in-out 0.25s;
		}

		.panel-group .panel-default .panel-heading a:hover {
			/*color: #FFFFFF;
			text-decoration: none;*/
			transition: 0.25s ease-in-out 0.25s;
		}

		.panel-group .panel-default .panel-heading a:active {
			background-color: #00205b;
			color: #FFFFFF;
			text-decoration: none;
		}

.panel-body .alert-danger {
	margin: 10px 10px 10px 20px !important;
	border-radius: 0;
}

.panel-body .alert-danger {
	margin: 10px 10px 10px 20px !important;
	border-radius: 0;
}

.panel-title {
	background: #009FDF;
	/*padding: 1rem;*/
	color: #fff;
}

.container-short {
	min-height: 0;
}

.guestspeakers {
	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

	.guestspeakers .item img {
		width: 100%;
		height: auto;
	}

.brochures {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.brochures .item {
		display: block;
		height: 420px;
	}

		.brochures .item img {
			width: 100%;
			height: auto;
		}


.img-height {
	width: 100%;
	height: 260px;
}

.companion-form {
	margin-top: 1rem;
	padding: 1rem;
	outline: solid #d0d0d0 1px;
}

	.companion-form > .btn {
		display: block;
		margin-left: auto;
	}

.registration-mail {
	color: #FF8200;
	color: rgba(255,130,0,1);
	text-decoration: #FF8200;
}

.programme-select {
	color: red
}

	.programme-select option:not(first-child) {
		color: #555555
	}

#dietary-options {
	margin-top: 1rem;
}

.datetimepicker {
	min-width: 460px !important;
}


	.datetimepicker thead {
		background-color: #FFF !important;
		font-weight: 700 !important;
	}

/* ------ NEW ------------- */



.conference-sessions-container .conference-sessions-heading .heading {
	display: flex;
	padding: 0;
	width: 100%;
	background-color: #00205B;
	flex-direction: row;
	align-items: center;
	margin: 0;
	margin-bottom: 1em;
	background: #F6F6F6;
	height: 3em;
}

	.conference-sessions-container .conference-sessions-heading .heading h5 {
		color: #003574 !important;
		display: inline-block;
	}

.conference-sessions-container .conference-sessions-heading i {
	float: right;
	cursor: pointer;
}

.conference-sessions-container .conference-sessions-heading .conference-sessions-drop {
	/*display:block;*/
	padding: 0.25em 0.5em;
	float: right;
}

	.conference-sessions-container .conference-sessions-heading .conference-sessions-drop label {
		display: inline-block;
		padding: 0.25em 0.5em;
		background: #FFF;
		color: #00205B;
		font-weight: 500;
		font-size: 1.1em;
		text-transform: uppercase;
		margin: 0;
		cursor: pointer;
		margin-bottom: 0.25em;
	}

.conference-session-time {
	display: block;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	/*flex-direction: row;*/
	/*align-items: center;*/
}

	.conference-session-time span {
		font-weight: 500;
		font-size: 1.12em;
	}

.conference-sessions-container .conference-sessions-heading .conference-session-time i {
	/*margin-right: 1em;*/
	float: left;
	padding: .25em .5em 0 0;
	cursor: pointer;
}

.conference-sessions-drop {
	display: none;
}

.conference-sessions-container .conference-sessions-heading .conference-session-time .conference-session-sub-heading {
	display: block !important;
}

.conference-sessions-container .conference-sessions-heading .conference-session-time .conference-session-sub-content {
	display: block !important;
}


.conference-session-tags .conference-session-tag {
	display: inline-block;
	padding: 0.15em 0.5em;
	background: #00a3eb;
	color: #FFF;
	font-weight: 500;
	font-size: 0.85em;
	text-align: center;
	margin-right: 0.5em;
	text-transform: uppercase;
}

.conference-container {
	border-top: 1px solid #CCCCCC;
}

	.conference-container h5 {
		color: rgba(235,112,32,1)
	}

	.conference-container h6 {
		color: rgba(0,32,91,1)
	}

/* ------------- LATEST ----------------*/
.conference-sessions-results { /*width:97%;*/
}

	.conference-sessions-results .tag-container {
		float: right;
		margin: 0.5em 0;
	}

.conference-sessions-container .conference-sessions-heading select.session-select {
	float: right;
}

.conference-sessions-container .conference-sessions-heading .conference-session-sub-heading h5 {
	display: inline-block;
	margin: 0;
	margin-right: 1em;
}

.conference-sessions-container .conference-sessions-heading .conference-session-sub-heading .session-location {
	background: #F6F6F6;
	color: #808080;
	font-size: 0.70em;
	font-weight: 500;
	padding: 0.5em;
	display: inline-block;
	text-align: center;
	width: auto;
	margin: 0;
}

.conference-session-tags {
	margin: 0;
	float: right;
}

.programme-tag {
	color: #FFF;
	font-size: 0.85em;
	font-weight: 500;
	padding: 0.5em;
	display: block;
	text-align: center;
	width: auto;
	float: right;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
}

	.programme-tag p {
		visibility: visible;
		margin: 0;
		line-height: 1em;
	}

@media (max-width:769px) {
	.conference-session-tags {
		margin: 0;
		float: left;
	}

	.programme-tag p {
		max-height: 6px;
		max-width: 6px;
		visibility: hidden;
	}

	.conference-programmes-results table tbody tr td.ignore-hide {
		font-size: 0.9em;
	}

	.conference-header-image img {
		transform: translateY(0%);
	}

	table.OfficeDetails td ul {
		list-style-type: disc;
		margin: 0;
		padding: 0 1em;
	}

	table.OfficeDetails td > #specialismsShowMore {
		padding: 0.25em;
		float: right;
		margin: 0.25em 0;
		font-weight: 500;
		text-decoration: underline;
	}
}

/* ------ SECONDMENTS ----------- */
.firm-logo {
	border: 1px solid #CCC;
}

.modal-header .close {
	position: absolute;
	right: 4%;
	top: 10%;
	font-size: 2em;
	display: inline-block;
}

.modal-body .form-group input[type=checkbox] {
	margin-right: 0.5em;
	display: inline-block;
}


.choose-folder {
	padding: 0.35em;
	background: #f1f1f1;
	display: block;
	width: 60%;
}

/* ---------------- MY PROFILE TABLES --------------- */

.project-list, .referrals-list, .offices-list {
}

	.project-list table thead, .referrals-list table thead, .offices-list table thead {
		background: #fff;
		border-bottom: 2px solid #ff8200;
	}

		.project-list table thead tr th, .referrals-list table thead tr th, .offices-list table thead tr th {
			font-weight: 500;
			color: #00205B;
			border: none;
			font-size: 14px;
			background: #fff;
			padding: 0.5em;
		}

	.project-list table tbody tr td, .referrals-list table tbody tr td, .offices-list table tbody tr td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 0.5em;
	}

		.offices-list table thead tr th.odd, .offices-list table tbody tr td.odd, .project-list table thead tr th.odd, .project-list table tbody tr td.odd, .referrals-list table thead tr th.odd, .referrals-list table tbody tr td.odd {
			background-color: #fff;
		}

		.project-list table tbody tr td .project-list-ops { /* display: flex; */ /* flex-direction: column; */
		}

.plo-connect, .plo-connections, .plo-workspace, .plo-edit, .plo-won {
	display: block;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}

.grid-section img {
	width: 100%;
	height: auto;
}


.group-title .working-groups .image, .working-groups .image {
}

	.group-title .working-groups .image img, .working-groups .image img {
		background-size: cover;
		background-position: center;
	}

.working-groups {
}

	.working-groups .item,
	.children-groups .item {
		height: 240px;
	}

		.working-groups .item a .image {
		}

			.working-groups .item a .image img,
			.children-groups .item a .image img {
				width: 100%;
				height: auto;
			}

.calendar-spec {
	display: inline;
}

.calendar-date {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
}

.calendar-category-cat {
	display: inline;
	background: #00205B;
	color: #fff;
	padding: 0.25em 0.5em;
	font-size: 12px;
}

.calendar-category {
	display: inline;
	background: #f1f1f1;
	padding: 0.25em 0.5em;
	font-size: 12px;
}

.table-responsive {
	border: none !important;
}

#conference-delegates-results p.bold {
	font-size: 18px;
	margin-bottom: 1em;
}

#conference-delegates-results label.control-label {
	color: #333333;
}

#conference-delegates-results .even {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#conference-delegates-results .odd {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}

.panel-group {
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width:375px) {
	.panel-group {
		margin-left: 0px;
	}
}
