/*
    *********
    * PAGES *
    *********
*/

.homepage-banner > .slides {
	height: 400px;
}

.homepage-pod-link {
	color: #555555;
}

	.homepage-pod-link:hover {
		color: #0e0c0c;
	}

.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-editions-other-editions {
	padding: 2em;
}

.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: 40%;
	padding: 0.5em;
	margin-top: 0.5em;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 0.5em;
}

.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;
}

.odd {
	background-color: ghostwhite;
}

.error {
	color: red;
}

.font-smaller {
	font-size: smaller;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 8px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #ed6d19;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}

.OfficeDetails tr.selected-row td {
	background-color: #D3D3D3;
}

table.OfficeDetails {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	background-color: transparent !important;
}

	table.OfficeDetails thead {
		background-color: transparent !important;
	}

	table.OfficeDetails td, table.OfficeDetails th {
		padding: 1rem;
	}

	table.OfficeDetails thead {
		border-bottom: 2px solid #444444;
	}

		table.OfficeDetails thead th {
			font-weight: bold;
			text-align: left;
			padding: 1rem;
			background: #f4f4f4;
		}

.h400 {
	height: 400px;
}

.mrgn0 {
	margin: 0 auto;
}

.mrgnt10 {
	margin-top: 10px;
}

.mrgnt30 {
	margin-top: 30px;
}

.mrgnb10 {
	margin-bottom: 10px;
}

.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: 700;
}

.heading-bold {
	font-weight: 700;
}

.heading-regular {
	font-weight: 500;
}

.sub-heading {
	font-weight: 500;
}

.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: 280px;
	overflow: hidden;
	position: relative;
}

	.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;*/
	}



/*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;
}

.bls-pod-container {
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0.5em;
	margin-bottom: 1em;
	width: 100%;
}

	.bls-pod-container div {
		flex: 1 0 auto;
	}

		.bls-pod-container div:last-child {
			flex: 0 0 auto;
			min-height: 2em;
		}

	.bls-pod-container a .firm-logo {
		position: relative;
		display: block;
		padding: 0.5em;
		background: #fff;
		height: 250px;
		overflow: hidden;
	}

		.bls-pod-container a .firm-logo img {
			width: 100%;
			height: 100%;
			object-fit: contain;
		}

	.bls-pod-container .firm-details {
		position: relative;
		/*flex:0 0 auto;*/
		padding: 1em 0.5em;
		width: 100%;
		height: auto;
		word-break: break-word;
	}

	.bls-pod-container .firm-website {
		flex: 0 1 100%;
		padding: 1em 0.5em;
		width: 100%;
		height: auto;
	}

		.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;
	/*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;
}

.folder-highlight {
	background-color: #d2d2d2;
	font-weight: bold;
}

.profile-container {
	background-color: #f1f1f1;
	display: block;
	padding: 1em;
	margin-bottom: 1em;
}

/*  ----------------------------------------------------------------------------------------------------
    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;
	}
}

@media (min-width:1200px) {
	.A-Z-Filter:nth-of-type(5n+1) {
		clear: none;
	}
}

/*  ----------------------------------------------------------------------------------------------------
    PROMO PODS WHO's WHO
    ---------------------------------------------------------------------------------------------------- */
.promo-pods-who {
	position: relative;
	height: 100%;
}

	.promo-pods-who .item {
		position: relative;
		margin-bottom: 30px;
	}


html.no-touch .promo-pods-who .item a:hover .heading,
html.no-touch .promo-pods-who .item a:hover .text {
	text-decoration: none;
}

.promo-pods-who .item .image {
	margin-bottom: 1em;
}

.promo-pods-who .alt .item .image {
	margin: 0;
}

.promo-pods-who .item img {
	overflow: hidden;
	margin-bottom: 1em;
}

.promo-pods-who .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-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 .heading {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	text-decoration: none;
}

.promo-pods-who .item .text {
	display: block;
	margin-top: 10px;
}

	.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 .text a:hover {
	text-decoration: underline;
}

.promo-pods-who .item .link {
	margin: 20px 0 0;
}


@media (min-width:480px) and (max-width:767px) {
	.promo-pods-who .item {
		width: 50% !important;
		float: left !important;
	}
}

@media (max-width:768px) {
	nav.sub ul {
		display: none !important;
	}
}

@media (min-width:769px) {
	nav.sub .form-control {
		display: none !important;
	}

	.search-results {
		display: none !important;
	}
}


@media (min-width:992px) {
	.promo-pods-who .item .heading {
		font-size: 20px;
	}
}


@media (min-width:1200px) {
	.promo-pods-who .item:nth-of-type(5n+1) {
		clear: none;
	}

	.promo-pods-who .item .heading {
		font-size: 22px;
	}
}

@media (min-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: #d2d2d2;
	font-weight: bold;
}

.workinggroup-edit-checkbox .form-check-label {
	display: inline;
}

.quote-banner .slick-dots {
	display: none !important;
}


/* MODAL WINDOW*/
@media (min-width: 768px) {
	.modal-dialog {
		width: 50% !important;
	}
}


/* BORDERS */
.border-right {
	border-right: 2px solid #ccc;
}

.border-left {
	border-left: 2px solid #ccc;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
	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 #f1f1f1;
}

.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: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
}

.img-height {
	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 ------------- */
.a-z-results {
	display: flex;
	flex-wrap: wrap;
}

.a-z-results .item {
	display: flex;
}

.promo-pods-who .item {
	/*display: inline-block !important;*/
	min-height: 390px;
}
