/*
Theme Name:   Events Theme Venus
Description:  Updated Version of legacy events theme
Author:       The Legal 500
Author URL:   https://www.legal500.com
Template:     twentyseventeen
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  events-theme
*/

.summit-navigation .event-extra-link {
	padding: 0px;
	border: none;
	text-align: left;
}

.tab__nav:nth-of-type(1) {
	width: 47.5% !important;
	float: left !important;
}

.tab__nav:nth-of-type(2) {
	width: 47.5% !important;
	float: right !important;
}

.uk-awards-sponsor-logos img {
	max-width: 220px !important;
	margin-right: 40px;
}

.event-extra-link {
	float: left;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
}

#search-filter-results-1446 a {
	box-shadow: none !important;
}

span.sponsor-headline {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
}

.navigation-top .current_page_item>a {}

#lawyer_list5 {
	list-style-type: none;
}

.parent-pageid-1483 .entry-header {
	width: 25% !important;
}

.parent-pageid-1483 .entry-content {
	width: 72.5% !important;
}
.post-navigation .nav-links {
	background: #fff;
	padding: 40px;
}


/* 17-03-2022 */


.ui-datepicker .ui-datepicker-title select {
	height: 25px;
}

input#from::placeholder,
input#to::placeholder {
	color: #8f8f8f;
	font-size: 12px;
}

/* 21-03-2022 */

h3.single-line-head {
	background: #992228;
	padding: 8px 12px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	width: 100%;
}

.page-template-page-event-results .load-more-events button {
	width: unset !important;
	padding: 8px 15px !important;
}

.page-template-page-event-results .tab-pane {
	background: transparent;
	padding: 15px;
}

.page-template-page-event-results #webinar {
	margin-bottom: 20px;
}

/* .event-filter-form .form-group.form-check {
	width: 10%;
	padding-left: 0px !important;
} */

span.select2.select2-container.select2-container--default {
	width: 100%!important;
	z-index:1;
}

/* .events-webinar-filter .row [class^="col"]{
  margin: unset;
} */

/* .events-webinar-filter .form-group.filter-heading {
	width: 13%;
} */

.filter-search .fa-spinner {
	margin-left: 5px;
}

.content-before-load {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 50px;
	color: #992228;
	/* margin: 10%; */
}

.event-search-center-full .tab-pane {
	display: none;
}

/* 25-03-2022 */
/* hr.eventswebinarhr
{
margin-top:1.5em;
margin-bottom:1.5em;
} */
.events-single-item {
	display: none;
}

.btn-load-more {
	display: none;
}

.events-single-item .tooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted #ccc; */
	color: #006080;
	cursor: default;
	opacity: 1;
	width: 100%;
	z-index: unset;
}

.event-webinar-article {
	overflow: unset;
}

.events-single-item .tooltip .tooltiptext {
	visibility: hidden;
	position: absolute;
	width: 180px;
	background-color: #f4f4f4;
	color: #992228;
	text-align: left;
	padding: 5px 10px;
	border-radius: 6px;
	z-index: 999;
	line-height: 22px;
	opacity: 0;
	font-weight: 500;
	transition: opacity 0.3s;
	box-shadow: 1px 3px 4px 0px #524e4e;
}

.events-single-item .tooltiptext li a {
	display: flex;
	align-items: center;
}

.events-single-item .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.events-single-item .tooltip-right {
	top: 22px;
	left: 0%;
}

.events-single-item .tooltip-right::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 5rem;
	margin-top: -5px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #f4f4f4 transparent;
}

.events-single-item .tooltiptext ul {
	margin-bottom: 0px;
	list-style: none;
}

.more-sponsers {
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-align: center;
}

.more-sponsers::before {
	margin-right: 5px;
}

.events-single-item .tooltiptext li:last-child {
	border-bottom: 0px !important;
}

.events-single-item .tooltiptext li {
	border-bottom: 1px solid #d7d7d7;
	padding: 4px 0px;
}

.events-single-item .image-bg {
	background: #fff;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 2px;
}

.events-single-item .sponsor_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.events-single-item .image-textt {
	width: 60%;
}

.tooltip-li {
	display: none;
}

.site-navigation-fixed.navigation-top {
	z-index: 9999 !important;
}

.main-navigation a:hover {
	text-decoration: none;
}

.home span.select2-dropdown.select2-dropdown--below {
	width: 155px !important;
	z-index:5 !important;
}

li.select2-results__option {
	font-size: 12px;
}

span.select2-dropdown.select2-dropdown--below {
	z-index: 1;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* 27-07-2023 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  body{
	background-color: white !important;
	color: #333;
    	font-family: ff-real-text-pro, sans-serif;
  }
  
  
  h1{
	margin: 50px 0;
	color: #fff;
	font-family: 'Indie Flower', cursive;
	font-size: 48px;
	font-weight: normal;
	text-align: center;
  }
  
  
  .btn-container{
	text-align: center;
	margin-top: 20px;
  }
  
  .float-btn{
	width: 100%;
	height: auto;
	line-height: 22px;	
	background-color: #1a405a;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
  }
  
  @keyframes hover {
	50% {
	  -webkit-transform: translateY(-3px);
	  -ms-transform: translateY(-3px);
	  transform: translateY(-3px);
	}
  
	100% {
	  -webkit-transform: translateY(-6px);
	  -ms-transform: translateY(-6px);
	  transform: translateY(-6px);
	}
  }
  
  @-webkit-keyframes hover-shadow {
	0% {
	  -webkit-transform: translateY(6px);
	  transform: translateY(6px);
	  opacity: .4;
	}
  
	50% {
	  -webkit-transform: translateY(3px);
	  transform: translateY(3px);
	  opacity: 1;
	}
  
	100% {
	  -webkit-transform: translateY(6px);
	  transform: translateY(6px);
	  opacity: .4;
	}
  }
  
  @keyframes hover-shadow {
	0% {
	  -webkit-transform: translateY(6px);
	  -ms-transform: translateY(6px);
	  transform: translateY(6px);
	  opacity: .4;
	}
  
	50% {
	  -webkit-transform: translateY(3px);
	  -ms-transform: translateY(3px);
	  transform: translateY(3px);
	  opacity: 1;
	}
  
	100% {
	  -webkit-transform: translateY(6px);
	  -ms-transform: translateY(6px);
	  transform: translateY(6px);
	  opacity: .4;
	}
  }
  
  @-webkit-keyframes hover {
	50% {
	  -webkit-transform: translateY(-3px);
	  transform: translateY(-3px);
	}
  
	100% {
	  -webkit-transform: translateY(-6px);
	  transform: translateY(-6px);
	}
  }
  
  @keyframes hover {
	50% {
	  -webkit-transform: translateY(-3px);
	  -ms-transform: translateY(-3px);
	  transform: translateY(-3px);
	}
  
	100% {
	  -webkit-transform: translateY(-6px);
	  -ms-transform: translateY(-6px);
	  transform: translateY(-6px);
	}
  }  

  .float-btn a:hover {
    color: #de8ea0;
}



.categories-header {
	color: white;
}

.bannergroup.leaderboard {
	float: right;
}

.awards-top-bar h1 {
	color: #fff;
	padding-top: 30px;
}

.awards-top-bar h1 {
	color: #fff;
}

.entry-content {
	border-left: none !important;
}

form#search-filter-form-1446 button,
input[type="button"],
input[type="submit"] {
	margin-left: 0px !important;
	font-size: 1.0rem !important;
}

.single-featured-image-header {
	display: none;
}

.navigation-top .current-menu-item>a,
.navigation-top .current_page_item>a {
	color: #fff;
}

h1,
h2,
h3,
h4 {
		font-family: ff-real-headline-pro, sans-serif;
}

.site-title,
.site-title a {
	color: #7F4A26;
		font-family: ff-real-headline-pro, sans-serif;
}

body.page #secondary {
	width: 30%;
	float: right;
}

body.page #primary {
	width: 65%;
	float: left;
}

.wrap {
	max-width: 100%;
}

.navigation-top .wrap {
	max-width: 100% !important;
	background: #cc5200;
}

.home #primary {
	width: 100% !important;
	margin-top: 20px;
}

.home .entry-header {
	width: 28% !important;
}

.home .entry-content {
	width: 70% !important;
}

.box-list {
	max-height: 200px;
	overflow: auto;
}

.box-list li {
	padding-left: 1.28571429em;
	text-indent: -1.28571429em;
	margin-bottom: 10px;
}

#info li a {
	box-shadow: none !important;
	padding-left: 1.28571429em;
	text-indent: -1.28571429em;
}

section.event-reports,
section.upcoming-events {
	width: 60% !important;
	margin-left: 20%;
	background: #fff;
	margin-top: -4em;
}

section.upcoming-events main {
	width: 33%;
}

section.upcoming-events aside {
	width: 65% !important;
}

section.upcoming-events .events-report {
	margin-right: 2%;
}

section.upcoming-events .events-upcoming {
	width: 40% !important;
}

.site-content-contain {
	background: #f3f3f3;
}

#event-previous-next,
#event-photos,
#event-content,
#letterhead,
.home .entry-header,
#left-home-col,
#right-home-col,
#map-nav,
#search-results {
	box-shadow: 0px 0px 5px #ccc;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.entry-content ul {
	margin-left: 30px;
}

.sponsor {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.sponsor img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

a.sponsor-link,
p.sponsor-link {
	float: right;
	margin-top: 80px;
}

img.event-logo {
	max-width: 150px;
	float: left;
	background: #ccc;
	margin-right: 20px;
}

.brands {
	float: right;
}

.timings span {
	float: left;
	width: 100%;
}

span.event-passed {
	background: red;
	padding: 10px;
	width: 100%;
	float: left;
	color: #fff;
}

span.breadcrumb {
	float: left;
}

li.legal_business {
	background: url('https://www.legal500.com/wp-content/uploads/sites/5/2019/02/legal-business.jpg') bottom left no-repeat;
}

li.the_legal_500 {
	background: url('https://www.legal500.com/wp-content/uploads/sites/5/2019/02/the-legal-500.jpg') bottom left no-repeat;
}

li.gc_magazine {
	background: url('https://www.legal500.com/wp-content/uploads/sites/5/2019/02/gc-magazine.jpg') bottom left no-repeat;
}

li.the_in-house_lawyer {
	background: url('https://www.legal500.com/wp-content/uploads/sites/5/2019/02/ihl-logo-75.jpg') bottom left no-repeat;
}

li.gc_powerlist {
	background: url('https://www.legal500.com/wp-content/uploads/sites/5/2019/02/gc-power-75.jpg') bottom left no-repeat;
}

.brands li {
	min-height: 75px;
	display: inline-block;
	color: transparent;
}

.single-event_report #letterhead h1 {
	float: left;
	clear: none;
	width: 70%;
	padding-top: 10px;
}

#letterhead h1 {
	float: left;
	clear: none;
	width: 70%;
	padding-top: 10px;
	margin-top: 0px;
}

.single-event_report ol,
.single-event_report ul {
	margin-left: 40px;
}

ul#top-menu {
	margin-left: 0px;
}

#map-nav {
	width: 100%;
}

#left-home-col {
	width: 58%;
	float: left;
}

#right-home-col {
	width: 40%;
	float: right;
}

.event-promo-report {
	border: 1px solid #ff944C;
	padding: 10px;
	float: left;
	width: 100%;
}

.event-promo-list {
	background: #111;
	color: #fff;
	padding: 20px 0.5em 0.5em 0.5em;
	float: left;
	width: 100%;
}

.flag-icon-home {
	max-width: 32px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}

form#search-filter-form-1446 select,
form#search-filter-form-1446 .sf-field-search label {
	width: 100%;
}

li.sf-field-submit {
	width: 49%;
	float: left;
}

li.sf-field-reset {
	width: 49%;
	float: right;
}

li.sf-field-submit input {
	width: 100%;
	background: #cc5200;
}

li.sf-field-reset input {
	width: 100%;
	float: right;
}

.event-upcoming span {
	width: 100%;
	float: left;
	padding: 4px;
	font-size: 0.8em;
}

.event-upcoming {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.event-report {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.thumb-left {
	float: left;
	width: 20%;
}

.text-right {
	float: right;
	width: 75%;
}

.event-promo-list .event-upcoming.featured h3 {
	color: #fff !important;
	border-bottom: none;
}

.upcoming-webinar-list .featured {
	display: none;
}

.webinar-list-item-events-home.featured {
	background: #fff;
	padding: 10px;
}

.webinar-list-item-events-home.featured p {
	color: #111;
}

.event-promo-list .event-upcoming.featured span {
	background: #111;
	color: #ff6600;
	padding-left: 0px;
}

.event-promo-list h4 {
	text-transform: uppercase !important;
	color: #ff6600 !important;
}

.event-report.featured-rep h2 {
	color: #ff6600;
}

h2 {
	color: #7F4A26;
}

#event-previous-next .post-navigation {
	margin: 3em 2em;
}

a.view-report {
	float: left;
	width: 100%;
	background: #7F4A26;
	color: #fff;
	padding: 20px;
	font-size: 1.2em;
	text-align: center;
	margin-top: 20px;
}

a.event-details {
	float: right;
	background: #7F4A26;
	color: #fff;
	padding: 20px;
	font-size: 1.2em;
}





/*EVENTS ARCHIVE PAGE*/

main.powerlist-archive {
	float: left;
	width: 45%;
}

aside.powerlist-archive.right {
	float: right;
	margin-left: 1.5%;
	padding-top: 0;
	width: 40%;
}

.event-reports {
	float: left;
	width: 33%;
}

.events-upcoming {
	float: right;
	width: 50%;
}

.events-report {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

body.page #primary {
	width: 100%;
	float: left;
}

/* skeleton loader style */

.loader .skeleton {
	background: #bbbbbb12;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px;
}

.skeleton--content-wrapper.bg-wrap {
	background: #b98f8f24;
	padding: 10px;
}

.skeleton--content-wrapper {
	padding: 10px;
}

.events-tab-row.row .loader .row {
	margin: 0px;
}

.loader .skeleton.skeleton--card {
	width: 500px;
	display: inline-block;
	vertical-align: text-top;
}

.loader .skeleton .skeleton--content {
	position: relative;
}

.loader .skeleton .skeleton--content .loader {
	background: #f6f7f8;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: placeholderSkeleton;
	-webkit-animation-timing-function: linear;
	background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
	background-repeat: no-repeat;
	background-size: 800px 104px;
	height: 104px;
	position: relative;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr {
	display: flex;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--th {
	flex: 1 1 100%;
	height: 15px;
	margin: 5px 10px 15px;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td {
	flex: 1 1 100%;
	height: 10px;
	margin: 5px 10px;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__2 {
	flex-basis: 300%;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__3 {
	flex-basis: 500%;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__4 {
	flex-basis: 700%;
}

.loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__5 {
	flex-basis: 900%;
}

.loader .skeleton .skeleton--content .skeleton--title {
	margin: 5px 0px;
	height: 20px;
	width: 100%;
}

.loader .skeleton .skeleton--content .skeleton--hr {
	height: 2px;
	width: calc(100% - 20px);
	margin: 0 10px 10px;
}

.loader .skeleton .skeleton--content .skeleton--line {
	height: 10px;
	width: calc(100% - 20px);
	margin: 10px;
}

.loader .skeleton .skeleton--content .skeleton--line.skeleton--line__short {
	width: 120px;
}

.loader .skeleton .skeleton--content .skeleton--circle {
	margin: 5px 10px 10px;
	height: 60px;
	width: 60px;
	border-radius: 10px;
}

.loader .skeleton .skeleton--content .fl {
	display: inline-block;
	width: 100%;
	vertical-align: text-top;
}

.skeleton--content-wrapper.fl .loader.skeleton--line {
	margin: 10px 0px !important;
}

@-webkit-keyframes placeholderSkeleton {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

/* *************** */

/*AM l500 events*/

.entry-content a img,
.uk-awards-sponsor-logos lazyloaded {
	max-width: 25%;
	vertical-align: center;
	display: flex;
}

.entry-content a img,
.egc-awards-sponsor-logos lazyloaded {
	max-width: 75%;
	vertical-align: center;
	display: flex;
}



._showcase_header a {
	box-shadow: none !important;
	max-width: 50%;
}

._showcase_header div {
	display: flex;
}

#event-photos {
	max-height: 150vh;
	overflow: scroll;
}


#event-photos::-webkit-scrollbar {
	width: 10px;
}

#event-photos::-webkit-scrollbar-thumb {
	background: gray;
	transition: all 0.2s linear;
}

#event-photos:hover>#event-photos::-webkit-scrollbar-thumb {
	background: #992228;
}

#event-photos::-webkit-scrollbar-thumb:hover {
	background: #992228;
}

h2 {
	color: #992228;
	border-bottom: 2px solid #992228;
}

.navigation-top .wrap {
	background-color: #992228;
	color: white;
}

.main-navigation a:hover {
	color: #767676;
}

.main-navigation a::selection {
	color: #767676;
}

.navigation-top a {
	color: white;
}

.menu-main-nav-container ul.sub-menu li {
	background-color: #992228;
}

.menu-main-nav-container ul.sub-menu li:hover {
	background-color: #767676;
}

#letterhead a.event-details {
	transition: all 0.2s linear;
}


#letterhead a.event-details {
	background: #992228;
}

#letterhead a.event-details:hover {
	background: #767676;
}

header.entry-header {
	visibility: invisible;
}

#event-photos {
	margin-top: 5px;
}

li.sf-field-submit input {
	background: #992228;
	transition: all 0.2s linear;
}

li.sf-field-submit input:hover {
	background: gray;
}

.collection-list__item h2 {
	border-bottom: none;
	transition: all 0.2s linear;
}

.collection-list__item h2:hover {
	color: #767676;
}

.collection-list__item {
	border-bottom: 2px solid #992228;
	margin-bottom: 5%;
}

.chosen-container {
	max-width: 100%;
}

input.sf-input-text,
.chosen-container-single .chosen-single {
	border-radius: 0px;
}

.map-list-elements .map-list-element h2 {
	opacity: 0.4;
}

.map-list-elements .map-list-element.active h2 {
	opacity: 1;
}

.video-aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}

.video-aspect-ratio iframe {
	position: absolute;
	width: 100% !important;
	height: 100%;
	left: 0;
	top: 0;
}

.event-promo-report {
	background-color: black;
	color: white;
	padding: 15px;
	border: none;
}

.event-report.featured-rep h2 {
	color: white;
	margin-left: 10px;
}

.event-report.featured-rep p {
	margin-bottom: 0;
	margin-left: 10px;
}

.event-report.featured-rep p a.more-link {
	color: white;
	box-shadow: white;
	font-weight: 600;
	transition: 0.2s color ease;
}

.event-report.featured-rep p a.more-link:hover {
	color: gray;
}

.event-report.featured-rep .thumb-left {
	width: 30%;
}

.event-report.featured-rep .text-right {
	width: 70%;
}

.event-promo-list {
	padding: 20px;
}

.event-promo-list .event-upcoming.featured {
	margin-bottom: 0;
}

.event-upcoming h3 {
	transition: 0.2s all ease-in-out;
}

.event-upcoming h3:hover {
	color: #992228;
}





/*WEBINAR HOMEPAGE STYLING*/
#webinar-header {
	max-width: 22%;
}

#webinar-header h1 {
	text-transform: uppercase;
	font-weight: 700;
	color: #1c4059;
    border-bottom: 5px solid #1c4059;
}

#webinar-header h2 {
	text-transform: none !important;
	border-bottom: none !important;
	padding-top: 0;
	font-size: 22px;
    font-weight: 600;
    color: #000;
}

#webinar-header button {
    width: 100%;
    background: #1c4059;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase!important;
}

#webinar-header button:hover {
	background: black;
}

#webinar-entry-content {
	float: right !important;
	margin-left: 2em;
	width: 72%;

}

#webinar-entry-content #left-home-col {
	width: 100% !important;
	box-shadow: none;
	padding: 0px 15px;
	background-color: transparent;
}

#webinar-entry-content #left-home-col h2 {
	text-align: left;
	font-size: 20px;
    font-weight: 700;
    color: #1c4059;
    border-color: #ccc;
}

.webinar-list-item {
	clear: none;
	height: auto;
	margin: 5px;
	width: 24%;
	background: #fff;
	padding: 1em;
}


.webinar-list-item-events-home {
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 0em;
}


.webinar-list-items {

	display: flex;
	justify-content: flex-start;
	max-width: 100%;
	flex-wrap: wrap;


}

.webinar-list-item button {
	background: #1c4059;
    transition: 0.2s ease all;
    padding: 6px 25px;
    margin-top: 2em;
    width: 100%;
	font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.webinar-list-item button:hover {
	background: black;
}

#webinar-icon {
	max-width: 75px;
	float: left;
}

#webinar-info {
	overflow: auto;
}

#webinar-info h3 a {
	box-shadow: none !important;
	line-height: 20px;
	font-size: 16px;
}

#webinar-sponsors {
	max-width: 50%;
}

#webinar-sponsors-ehp {
	max-width: 100%;
}

#webinar-info button {
	background: #992228;
	transition: 0.2s ease all;
	padding: 10px 25px;
}

#webinar-info button:hover {
	background: black;
}

.webinar-script button {
	background: #992228;
	transform: 0.2s ease all;
	padding: 10px 25px;
}

.webinar-script button:hover {
	background: black;
}

.webinar-script button a {
	color: white
}

#webinar-list-sponsors {
	display: inline-block;
	vertical-align: top;
	margin-right: 5em;
}

#webinar-list-sponsors a img {
	max-height: auto;
	max-width: 120px;
}


/*WEBINAR STYLING ON EVENTS HOME*/

#webinar-list-sponsors-ehp {
	column-count: 1;
}

#webinar-list-sponsors-ehp {
	display: inline-block;
	vertical-align: top;
	margin-right: 3em;
}

#webinar-list-sponsors-ehp a img {
	max-height: auto;
	max-width: 120px;

}


/*WEBINAR PAGE STYLING*/
.webinar-sponsor {
	width: 20%;
	position: absolute;
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 0px 5px #ccc;
}

.webinar-script {
	width: 50%;
	float: right;
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 0px 5px #ccc;
}

#webinar-list-sponsors {
	column-count: 2;
}


.webinar-script {
	width: 75%;
}

.webinar-script ul {
	padding-left: 15px;
	;
}

.webinar-sponsor button {
	background: #992228;
	width: 100%;
	margin-bottom: 2em;
}


.webinar-sponsor button a {
	color: white !important;
}

.webinar-sponsor h1#webinar-series {
	text-transform: uppercase;
	font-weight: 700;
	color: #992228;
	border-bottom: 5px solid #992228;
}

.webinar-sponsor h1#webinar {
	color: #992228;
	text-transform: none;
}

.webinar-sponsor h2 {}

.webinar-sponsor p.sponsor-headline {
	padding-bottom: 1em;
	padding-top: 1em;
}

.webinar-sponsor p {
	margin-bottom: 0;
}

.webinar-about>p {
	margin: auto;
	width: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.webinar-about iframe {
	display: block;
	margin: auto;
}

.webinar-facts {
	display: flex;
	display: -ms-flexbox;
	width: 80%;
	margin: auto;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 2em;
}

.webinar-fact {
	width: 45%;
	margin: 10px;
	min-height: 200px;
}

.webinar-fact img {
	max-height: 100px;
}


.webinar-fact p img {
	display: block;
	margin: auto;
}

.webinar-fact p#header {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	color: #992228;
}

.webinar-fact p {
	text-align: center;
	font-weight: normal;
	max-width: 90%;
	margin: auto;
	margin-top: 1em;
}

.webinar-marketing {
	margin-top: 2em;
}

.webinar-facts#webinar-socials {
	background: #992228;
	color: white;
	width: 100% !important;
	padding: 40px 20px;
}

.webinar-facts#webinar-socials>.webinar-fact {
	width: 25% !important;
	text-align: center;
	min-height: 100px !important;

}

.webinar-facts#webinar-socials>.webinar-fact img {
	max-height: 75px;
}


/*GUY STYLING*/
#left-home-col .webinar-left-home-col {
	border: none !important;
	box-shadow: none !important;
	background: none !important;
	padding: 0;
	width: 130%;
}

.webinar-list-item {
	background: white;
	margin: 5px;
	box-shadow: 0px 2px 4px #d7d7d7;
    margin-bottom: 15px;
}

p.webinarassoc {
	font-size: 12px;
}



/*FIXING IMAGES ON WEBINARS MARKETING PAGE*/
.webinar-fact img {
	height: 100px;
	width: auto;
}


/*AMC UPDATING WEBINAR PAGES*/
.webinar-info-left {
	width: 28%;
	position: relative;
	float: left;
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 0px 5px #ccc;
}

.webinar-info-left button {
	background: #992228;
	width: 100%;
	margin-bottom: 2em;
}


.webinar-info-left button a {
	color: white !important;
}

.webinar-info-left h1#webinar-series {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: unset;
	color: #1c4059;
	border-bottom: 5px solid #1c4059;
}

.webinar-info-left h1#webinar {
	margin-top: 20px;
	color: #000;
	text-transform: none;
}


.webinar-info-left p.sponsor-headline {
	padding-bottom: 1em;
	padding-top: 1em;
}

.webinar-info-left p {
	margin-bottom: 0;
}

.webinar-body-main {
	width: 70%;
	float: right;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
}

span.timezone {
	font-size: 0.75em;
	text-transform: uppercase;
	margin-bottom: 2em;
}

p.back-to-homepage {
	font-weight: bold;
	margin-top: 2em;
}

.speaker-bios,
.webinar-info-left .sponsors {
	display: flex;
	margin-bottom: 1em;
}

.speaker-bios-image{
	margin-right: 2em;
	min-width: 150px;
}

.webinar-body-main .sponsor-image {
    margin-right: unset;
    border: 1px solid #eeeded;
    padding: 10px;
    width: 80px;
    height: 80px;
}

.webinar-body-main .sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.speaker-bios a {
	font-weight: bold;
}

p.speaker-name {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: bold;
	color: #9a2229;
}

h2.webinar-alt-header {
	border-bottom: none !important;
}

.webinar-title-block {
	background-color: #1c4059;
	padding: 2em;
}

.webinar-title-block h1 {
	color: white !important;
	margin-bottom: 0 !important;
}

button.register-now {
	background-color: #1c4059;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 1em;
	padding: 1em 2em;
	border: 0;
}

button.register-now:hover{
	background-color: #000!important;
}

.sponsors-section#sponsors-left {
	margin-top: 2em;
}

p.left-sponsors {
	margin-bottom: 1em !IMPORTANT;
	font-weight: bold;
	FONT-SIZE: 0.75EM;
	text-transform: uppercase;
}

.register-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1em;
	margin-bottom: 0;
	background: white;
	z-index: 1;
	left: 0;
	box-shadow: 0px 0px 5px #ccc;
	display: flex;
	justify-content: center;
}

.webinar-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.webinar-page .post-navigation {
	width: 100%;
	box-shadow: 0px 0px 5px #ccc;

}

.register-now.footer {
	margin-top: 0;
}



/*AMC Webinars page styling Shamara requests May 2021*/
.webinar-body-main li {
	margin-left: 1em;
}

/*AMC Gravity Forms styling July 2021*/
.gform_wrapper form {
	background: #f9f9f9;
	padding: 1em 2em;
	background-repeat: no-repeat;
	background-position: 98% 1%;
	background-size: 20%;
}

body .gform_wrapper input,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper .chosen-container-multi .chosen-choices {
	box-shadow: 0px 0px 5px #ccc;
	border: none !important;
	border-radius: 0;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	box-shadow: none !important;
}

.registration-anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}






/*AMC EGC quick fix*/

.egc-front-page {
	overflow: hidden;
}




.events-webinar-sidebar-left {
	display: inline-block;
	/* background: #479784 !important; AM edit 15 06 21*/
	text-align: center;
	padding: 0px !important;
	margin-right: 0px;
	vertical-align: top;
}

/* .events-webinar-center-content {
  display: inline-block;
  width: 62% !important;
  vertical-align: top;
  margin-right: 20px;
} */
.events-webinar-sidebar-right {
	display: inline-block;
	/*background: #479784 !important; AM edit 15 06 21*/
	text-align: center;
	padding: 0px !important;
}

.events-webinar-center-content .card {
	position: relative;
}

#bar-color-overlay {
	background: linear-gradient(57deg, #111111bf 25%, rgb(0 0 0 / 75%) 100%) !important;
	height: 100%;
	min-height: 100vh;
}


.events-webinar-wrap {
	padding: 0px 20px !important;
}

.event-right-section {
	width: 71% !important;
	display: inline-block;
	margin-left: -68px;
	margin-right: 29px;

}

.events-webinar-center-content .card-featured-img {
	position: relative;
}

.events-webinar-center-content .event-right-section {
	padding: 0px !important;
}

.events-webinar-sidebar-left h4 {
	color: white;
	font-weight: 500;
}

.events-webinar-sidebar-left img.event-small-logo {
	width: 64%;
	border: 3px solid white;
	border-radius: 29px;
	padding: 11px;
}

.events-webinar-sidebar-left .section-one {
	background: #1F8A70;
	padding: 30px 0px;
	margin-top: 150px;
}

.events-webinar-sidebar-left .section-one h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.events-webinar-sidebar-left .section-one hr {
	width: 63%;
	background: white;
	height: 2px;
}

.events-webinar-sidebar-left .section-two {
	padding: 20px;
	margin-bottom: 150px;
}

.events-webinar-sidebar-left .section-two h4 {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

.events-webinar-sidebar-left .section-two .register-btn {
	background: white;
	padding: 9px;
	width: 100% !important;
	display: block;
	text-transform: uppercase;
	color: #16614D;
	font-weight: 600;
	margin: 16px 0px;
	border-bottom: 5px solid #00A1D8;
}

.events-webinar-sidebar-left .section-two .register-btn:hover,
.events-webinar-sidebar-right .section-two .register-btn:hover {
	text-decoration: none;
}

/*center col*/
.events-webinar-center-col {
	background: #16ABAA;
	color: white;
}

.events-webinar-center-col h4 {
	background: #A90523;
	width: max-content;
	padding: 9px;
	float: right;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
}

.event-center-header {
	display: inline-flex;
	text-transform: uppercase;
	align-items: center;
	padding: 0px 50px;
}

.event-center-header img {
	width: 26%;
	height: 100%;
}

.event-header-content h2 {
	border: none;
	color: white;
	font-size: 38px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}

.event-header-content h6 {
	color: white;
	font-weight: 400;
	padding: 0px;
	font-size: 13px;
}




/* ********************************** */

.event-center-header-bottom {
	background: #16abaa96;
	padding: 13px;
	display: inline-flex;
	column-gap: 34px !important;
	align-items: baseline;
	margin-top: -32px;
	width: 100%;
	column-gap: 93px;
}

.event-center-header-bottom p {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.event-center-header-bottom a {
	background: white;
	text-align: center;
	padding: 9px;
	width: 49%;
	display: block;
	text-transform: uppercase;
	color: #992228;
	font-weight: 600;
	font-size: 12px;
	margin: 16px 0px;
	border-bottom: 5px solid #992228;
}

/*right sidebar*/

.events-webinar-sidebar-right h4 {
	color: white;
	font-weight: 500;
}

.events-webinar-sidebar-right img.event-small-logo {
	width: 64%;
	border: 3px solid white;
	border-radius: 29px;
	padding: 11px;
}

.events-webinar-sidebar-right .section-one {
	background: #1F8A70;
	padding: 30px 0px;
	margin-top: 150px;
}

.events-webinar-sidebar-right .section-one h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.events-webinar-sidebar-right .section-one hr {
	width: 63%;
	background: white;
	height: 2px;
}

.events-webinar-sidebar-right .section-two {
	padding: 20px;
	margin-bottom: 150px;
}

.events-webinar-sidebar-right .section-two h4 {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

.events-webinar-sidebar-right .section-two .register-btn {
	background: white;
	padding: 9px;
	width: 100% !important;
	display: block;
	text-transform: uppercase;
	color: #16614D;
	font-weight: 600;
	margin: 16px 0px;
	border-bottom: 5px solid #00A1D8;
}

.event-webinar-article {
	border: none !important;
}

.section-one .event-small-logo-icons {
	display: inline-flex;
	justify-content: center;
	column-gap: 9px;
	/* margin-left: 44px; */
	margin-top: 20px;
}

.section-one .event-small-logo-icons img {
	width: 48%;
}

#exTab1 .tab-content {
	color: black;
}

#exTab2 h3 {
	color: white;
	background-color: #A90523;
	padding: 5px 15px;
}

/* remove border radius for the tab */
#exTab1 .nav-pills>li.active>a {
	padding: 9px 15px !important;
	margin-top: -3px !important;
	display: block;
	color:#fff !important;
}

.nav-pills>li+li {
	margin-left: 0 !important;
}

#exTab1 .nav-pills>li>a {
	border-radius: 0;
    color: #a90523;
    text-transform: uppercase;
    padding: 7px 15px !important;
    background-color: #fff;
    margin-bottom: -1px;
    display: block;
    font-weight: 500;
}

.tab-content.clearfix {
	margin-top: 16px;
}

#exTab1 .nav-pills>li>a:focus {
	outline: none;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #A90523 !important;
	padding: 10px 15px !important;
}

.events-tab {
	margin: 30px 0px 0px 0px;
}

ul.nav.nav-pills {
	border-bottom: 3px solid #A90523;
}

.nav-pills>li {
	float: left;
	width: 50%;
	text-align: center;
}

.event-search-center-full .nav-pills>li {
	width: 50%;
}

.container {
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}

.wrap.events-webinar-wrap .row {
	margin-left: 0px;
}

.events-tab-col h3 {
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	color: #A90523;
	text-transform: uppercase;
}

.events-tab-col .card-image h4 {
	font-weight: 500;
	font-size: 17px;
	margin: 0px;
	color:#fff;
}

.card-featured-img {
	height: 207px;
	background: #1a405a;
}

.card-featured-img {
	height: 207px;
}

.events-tab-col .card-body {
	padding: 10px;
	background: #e1e1e1;
}

.card-body .card-text {
	font-size: 12px;
	padding: 0px !important;
	color: black;
}

/* .events-tab-col .card {
  margin: 5px;
} */
.card-featured-img .event-image {
	width: 100% !important;
	height: 100%;
	position: absolute;
	height: 208px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	object-fit: cover;
	right: 0px;
}

.card-image .card-title {
	opacity: 1;
}

h4.event-report {
	padding: 18px;
	background: #A90523;
	width: max-content;
	opacity: 1;
	font-size: 12px !important;
	position: absolute;
	right: -6px !important;
	bottom: 0;
}

.load-more {
    text-align: center;
    width: 100%;
    float: left;
}
.events-webinar-center-content .load-more-events button {
	background: #B54860;
	padding: 4px;
	margin-top: 0px !important;
	text-align: center;
	color: white;
	text-transform: uppercase;
	width: 38%;
	border-radius: 0;
	font-weight: 600;
}

.events-webinar-center-content .load-more-events button:focus {
	outline: none;
}

.event-webinar-article a:hover {
	text-decoration: none;
}

.blockquote p {
	border-left: 6px solid #a90523;
	padding: 0px 20px;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
}

div#quote-carousel {
	margin-top: 36px;
	background: #F7EEF0;
	padding: 20px;
}

div#quote-carousel .owl-dots,
#flagship-carousel .owl-dots {
	text-align: center;
}

div#quote-carousel button.owl-dot.active,
#flagship-carousel button.owl-dot.active {
	width: 14px;
	height: 14px;
}

div#quote-carousel button.owl-dot,
#flagship-carousel button.owl-dot {
	background: #1c4059;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	border-radius: 50%;
}

.events-blockquote-carousel .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 94% !important;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	top: 72% !important;
}

.carousel-indicators .active {
	width: 9px;
	height: 9px;
	margin: 0;
	background-color: #B54860 !important;
}

.carousel-indicators li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #B54860 !important;
	border: none !important;
	border-radius: 10px;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	filter: none !important;
	background-repeat: none !important;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: none !important;
}

.events-blockquote-carousel a.right.carousel-control {
	background: #B54860;
	opacity: 1;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	float: right;
	right: 3%;
	top: 25%;
}

.events-blockquote-carousel a.right.carousel-control i {
	top: 29%;
	position: absolute;
	left: 39%;
}

a.right.carousel-control {
	background: #B54860;
	opacity: 1;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	float: right;
	right: -3%;
	top: 31%;
}

a.right.carousel-control i {
	top: 29%;
	position: absolute;
	left: 39%;
}

a.left.carousel-control {
	background: #B54860;
	opacity: 1;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	float: left;
	left: -3%;
	top: 31%;
}

a.left.carousel-control i {
	top: 29%;
	position: absolute;
	left: 39%;
}

.events-flagship-carousel {
	background: #F7EEF0;
	padding: 0px 30px !important;
	text-align: center;
}

.events-flagship-carousel h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	padding: 0px 0px 13px 0px;
	border-bottom: 2px solid black;
}

.flagship-image {
	width: 100%;
	height: 231px;
}

.flagship-image img {
	position: absolute;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	top: 0px;
	left: 0px;
	right: 0px;
}

.flagship-image::after {
	content: "";
	background-color: black;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.flagship-title {
	position: absolute;
	opacity: 1;
	color: white;
	padding: 11px;
	margin: 10px;
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#flagship-carousel {
	padding: 18px;
}

.flagship-title h6 {
	font-size: 18px;
	padding: 0;
	text-align: center;
}

.flagship-box {
	margin: 0px !important;
}

.flagship-carousel-row {
	padding: 0px !important;
}

.events-flagship-carousel {
	margin-top: 40px !important;
}

.carousel-indicators {
	top: 87% !important;
}

.events-tab-col .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.previous-events-div h3 {
	text-align: center;
	color: #B54860;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}

.previous-events-div {
	margin: 40px 0px;
}

.events-card-featured-img {
	height: 350px;
}

.events-card-featured-img .event-image {
	width: 94.5% !important;
	transition: .5s ease;
	position: absolute;
	height: 100%;
	top: 0;
	left: 12px;
	object-fit: cover;
}

.events-card-featured-img::after {
	content: "";
	background-color: black;
	opacity: 0.5;
	/* height: 84%;
width: 95%; */
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.event-card-image {
	position: absolute;
	top: 0;
	color: white;
	left: 0;
}

.event-card-image {
	position: absolute;
	top: 0;
	color: white;
	left: 0;
	padding: 22px;
}

.event-card-image p {
	line-height: 22px;
	margin: 17px 0px 0px 0px;
}


.events-rect-card-featured-img {
	height: 226px;
	background: #A90523;
}

.events-card-featured-img {
	background: #A90523;
}

.events-rect-card-featured-img .event-image {
	width: 100% !important;
	transition: .5s ease;
	position: absolute;
	height: 232px;
	top: 0;
	left: 6px;
	object-fit: cover;
}

.events-rect-card-featured-img::after {
	content: "";
	background-color: black;
	opacity: 0.5;
	/* height: 98%;
  width: 98%; */
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 7px;
}

.event-rect-card-image {
	position: absolute;
	top: 0;
	color: white;
	left: 0;
}

.event-rect-card-image {
	position: absolute;
	top: 0;
	color: white;
	left: 0;
	padding: 22px;
}

.event-rect-card-image h4 {
	margin: 0px;
	padding: 5px 0px;
	line-height: 24px;
	font-size: 16px;
}

.previous-events-div .events-tab-row .events-tab-col {
	margin: 0px 0px 15px 0px !important;
	padding: 0px !important;
}

.see-all-events button {
	padding: 6px !important;
	width: 100% !important;
	font-size: 15px;
}

.see-all-events {
	margin: 0px 10px;
}

.quote-icon .fa.fa-quote-left,
.quote-icon .fa.fa-quote-right {
	font-size: 49px;
	color: #a90523;
}

.quote-icon.right {
	text-align: right;
}

.container-fluid.events-flagship-carousel {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}

.event-filter-form .form-group {
	margin-bottom: 0px;
    width:100%;
	max-width: 11%;
    display: inline-flex;
    margin-right: 18px;
}
.filter-col form.event-filter-form {
    margin-top: 20px;
}
.events-webinar-filter {
	/* background: #F7EEF0; */
	margin-bottom: 0px !important;
	/* padding: 15px 0px 25px !important; */
}

form.event-filter-form {
	padding: 0px 10px;
	width: 69%;
	background: white;
	text-transform: uppercase;
	margin-left: 13%;
	box-shadow: 0px 1px 6px 0px #b1b0b0;
}
.article-home-wrap .events-webinar-filter .filter-col {
    padding: 0;
}

/* .events-webinar-filter .form-group.filter-heading {
  margin-right: 28px;
} */
.page-id-1444 .site-content {
	padding: 0px !important;
}

.page-id-1444 .article-home-wrap {
	padding: 0px !important;
	margin-top: 0px !important;
}

.page-id-1444 .site-content-contain {
	background: #ffffff !important;
}

button.filter-submit {
	background: #A90623;
	border-radius: 0px;
	padding: 8px;
}

button.filter-submit:focus {
	outline: none;
}

button.filter-submit i {
	font-size: 21px;
	color: white;
}

form.event-filter-form h3 {
	color: #A90623;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}

.event-filter-form .form-group #keyword {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background: none;
	box-shadow: none;
	margin-right: 20px;

}

.event-filter-form .form-group #keyword::placeholder {
	color: #ce7d91;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.form-group2 label {
	position: relative;
	cursor: pointer;
	font-size: 10px;
	margin-right: 20px;
}

.custom-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group2 label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #A90623;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.form-group2 input:checked+label:before {
	background-color: #A90623;
}

.form-group2 input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-group2 input:checked+.checked:before {
	background-color: #A90623;
}

.form-group2 input:checked+.checked2:before {
	background-color: #A90623;
}

.event-filter-form .form-group .full-width {
	width: 72%;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #A90623;
	font-weight: 600;
}

.section-two .hashtag-text {
	color: white;
	font-size: 17px;
}

.blockquote h2 {
	color: black;
	font-size: 18px;
	border: none;
	font-style: normal;
}

.blockquote a,
.blockquote a:hover {
	color: #e31f60;
	text-transform: capitalize;
	font-size: 18px;
}

.filter-style-none {
	display: none;
}

lable#moreFields {
	color: #A90623;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}

lable#moreFields i {
	font-size: 11px;
}

.filter-style {
	display: block;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0px solid #aaa;
	border-radius: 0px;
}

/* span.select2.select2-container.select2-container--default.select2-container--below {
  width: 73% !important;
} */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #A90623 !important;
	font-weight: 600;
	font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #A90623 transparent transparent !important;
	border-width: 6px;
	left: 5px;
	top: 12px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #A90623 !important;
	border-width: 6px;
	left: 5px;
	top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: relative;
	top: -27px;
	right: 13px !important;
	width: auto;
	left: unset !important;
	float: right;
}

.select2-container {
	height: 29px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #A90623;
	color: #fff;
}

.event-card-image h4 {
	line-height: 20px;
	font-size: 16px;
}

.my-carousel {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.my-carousel-item img {
	width: 100%;
}

.my-carousel .owl-nav {
	position: absolute;
	top: 45%;
	width: 95%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
}

.my-carousel .nav-main-slider-btn {
	color: #fff !important;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 30px !important;
	border: none;
	outline: none;

}

.my-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.my-carousel .owl-dot {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff !important;
	margin: 10px;
	outline: none;
}

.my-carousel {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.my-carousel-item img {
	width: 100%;
}

.my-carousel .owl-nav {
	position: absolute;
	top: 31%;
	width: 95%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
}

.my-carousel .nav-main-slider-btn {
	color: #fff !important;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 30px !important;
	border: none;
	outline: none;

}

.my-carousel .owl-dots {
	position: absolute;
	bottom: 4px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.my-carousel .owl-dot {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #B54860 !important;
	margin: 8px 6px 6px 6px;
	outline: none;
}

.my-carousel .owl-dot.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #B54860 !important;
	margin: 6px;
	outline: none;
}

div#advanced-fields {
	background: #F7EFF1;
	padding: 30px;
	position: absolute;
	left: 10px;
	right: 10px;
	color: #A90623;
	z-index: 1;
	box-shadow: 0px 2px 6px 0px #b1b0b0;
}

.advanced-filters .advanced-text {
	border-radius: 15px;
	width: 34%;
	border: none;
	box-shadow: 1px 1px 14px 1px lightgrey;
	margin: 18px 0px;
	padding: 10px;
	display: inline-block;
}

.form-group2.form-check i {
	display: inline-block;
	width: 37px;
	background: transparent;
	color: white;
	padding: 12px;
	margin-left: -36px;
	border-radius: 100px;
}

.ui-widget-header {
	border: 1px solid #A90623 !important;
	background: #A90623 !important;
	color: #ffffff;
	font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #A90623 !important;
	background: #A90623 !important;
	color: #ffffff !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #EECDD3 !important;
	background: #EECDD3 !important;
	font-weight: bold;
	color: #B54860 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #A90623 !important;
	background: #ffffff url(https://www.legal500.com/events/wp-content/themes/events-theme/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #A90623 !important;
}

.ui-datepicker-month option {
	color: black !important;
}

.ui-datepicker .ui-datepicker-title select {
	color: #A90623 !important;
}

.advanced-filters .advanced-text::placeholder {
	color: #ce7d91;
	font-weight: 600;
	font-size: 12px;
}

.inline-checkbox-one {
	width: max-content !important;
	display: inline-block !important;
	margin: 0;
}

.inline-checkbox-two {
	width: max-content !important;
	display: inline-block !important;
	margin: 0;
}

input[type=checkbox] .checkbox-style {
	border-radius: 0px !important;
}

input#event-checkbox,
input#event-checkbox:focus {
	margin-right: 7px;
	outline: 2px solid #A90623;
	box-shadow: none;
	height: auto;
	border-radius: 0px !important;
	padding: 7px;
	border: 2px solid;
	outline-offset: 0px;
}

input#event-checkbox::before {
	content: "";
}

p.checkbox-label {
	margin: 17px 20px 0px 0px;
	font-size: 11px;
	vertical-align: super;
}

hr.advanced-filter-divider {
	float: left;
	border: 1.3px solid #E9D9DC;
	width: 100%;
	margin: 11px 0px;
}

.form-group2 {
	padding: 10px 0px;
}

.form-group2 h3 {
	margin-bottom: 10px !important;
}

.form-group2 .select2-container--default .select2-selection--single {
	background-color: #fff;
	/* border: 2px solid #A90623; */
	border-radius: 15px;
	height: unset !important;
	font-size: 10px;
	padding: 6px 4px;
	box-shadow: 1px 1px 14px 1px #b7b3b3;
}

.form-group2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 0px !important;
	top: 12px !important;
	border-width: 6px !important;
}

.form-group2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	left: 0px !important;
	top: 1px !important;
	border-width: 6px !important;
}

.form-group2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #00000075 !important;
	font-weight: 600;
	font-size: 12px;
}

.form-group2 span.select2.select2-container.select2-container--default {
	width: 32% !important;
}

.form-group2.inline-fields {
	display: inline-block;
	width: 49%;
}

.form-group2.inline-fields span.select2.select2-container.select2-container--default {
	width: 65% !important;
}

.form-group2 .hasDatepicker,
.form-group2 .hasDatepicker:focus {
	width: 40%;
	padding: 9px;
	border: none;
	border-radius: 15px;
	display: inline-block;
	box-shadow: 1px 1px 14px 1px #b7b3b3;
	font-size: 12px;
}

.form-group2 .hasDatepicker::placeholder {
	text-align: center;
	color: #A90623;
	font-size: 12px;
}

button.filter-submit2 {
	width: 100%;
	padding: 4px;
	background: #A90623;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	margin: 17px 0px 0px 0px;
	border-radius: 0px;
	font-weight: 600;
}

button.filter-submit2:focus {
	outline: none;
}

hr.date-range-divider {
	width: 15%;
	display: inline-block;
	border: 1px solid;
	margin: 5px -5px;

}

a.ui-state-default.ui-state-highlight {
	color: white !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #666 !important;
}

/* events homepage (10-02-2022) */

.events-single-item a {
	color: #000 !important;
}

span.select2-dropdown.select2-dropdown--below {
	box-shadow: 0px 1px 6px 0px #b1b0b0;
	border: none;
	border-radius: 0px;
}

.select2-container .select2-dropdown {
	z-index: 1;
}

/*Event Search Page*/
.search-page-label {
	background: #a90523;
	padding: 8px;
	text-align: center;
	color: white;
	margin-bottom: 20px;
}

.search-page-label h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.search-event-tab {
	margin: 0px;
}

/* .search-event-tab .events-tab-col{
  margin: 0px !important;
} */
/* .events-webinar-wrap .event-search-center-full {
  width: 79% !important;
  margin: 0px !important;
} */
.events-tab-row .search-single-box {
	width: 100%;
}

.events-webinar-wrap .single-item-spacing {
	margin-right: 20px;
}

.search-event-tab .events-tab-col .card {
	/* margin: 12px; */
	position: relative;
}

.search-event-tab .card-featured-img .event-image {
	width: 100% !important;
	position: absolute;
	height: 174px;
	top: 0px;
	left: 0px;
	text-align: center;
	object-fit: cover;
}

.search-event-tab .card-featured-img {
	height: 173px;
}

.wrap.events-webinar-wrap .row [class^="col"] {
	margin: 0px !important;
	min-height: unset !important;
	padding: 0px !important;
	padding-left: 10px !important;
	margin-bottom: 10px !important;
	padding-right: 10px !important;
}

.events-search-webinar-sidebar-left {
	display: inline-block;
	background: #F7EEF0 !important;
	text-align: center;
	padding: 0px !important;
	height: 100%;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
}

.advanced-filters-search {
	padding: 12px;
}

.advanced-filters-search .form-group2 label {
	position: relative;
	cursor: pointer;
	font-size: 10px;
	margin-right: 17px;
}

.advanced-filters-search .advanced-text {
	border-radius: 15px;
	width: 95%;
	border: none;
	box-shadow: 1px 1px 14px 1px lightgrey;
	margin: 18px 0px;
	padding: 10px !important;
	display: inline-block;
	font-size: 12px;
}

.advanced-filters-search .advanced-text::placeholder {
	color: #ce7d91;
	font-weight: 600;
	font-size: 12px;
}

.advanced-filters-search h3 {
	color: #A90623;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.advanced-filters-search .form-group2.inline-fields {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.advanced-filters-search .form-group2.inline-fields span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.advanced-filters-search .form-group2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 0px !important;
	top: 13px !important;
	border-width: 6px !important;
}

.advanced-filters-search .form-group2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	left: 0px !important;
	top: 6px !important;
	border-width: 6px !important;
}

.advanced-filters-search span.select2-selection.select2-selection--single {
	text-align: left;
	padding: 4px 4px;
}

/* .advanced-filters-search .form-group2 .hasDatepicker, .form-group2 .hasDatepicker:focus {
  width: 40%;
  padding: 7px;
  border: none;
  border-radius: 15px;
  display: inline-block;
  box-shadow: 1px 1px 14px 1px #b7b3b3;
} */
.advanced-filters-search hr.date-range-divider {
	width: 15%;
	display: inline-block;
	border: 1px solid;
	margin: 5px -4px;
	color: #a90523;
}

.advanced-filters-search button.filter-submit2 {
	width: 100%;
	padding: 4px;
	background: #A90623;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	margin: 17px 0px 0px 0px;
	border-radius: 0px;
}

.advanced-filters-search button.filter-submit2:focus {
	outline: none;

}

.search-center-col .load-more-events button {
    background: #B54860;
    padding: 7px;
    margin-top: 0px !important;
    text-align: center;
    color: white;
    text-transform: uppercase;
    /* width: 38% !important; */
    border-radius: 0;
    font-weight: 600;
    margin-bottom:50px;
}
.search-center-col .load-more-events button:focus{
	background: #B54860;
}
.tab-filters {
	display: none;
}

.tab-mobile-show {
	display: none;
}

span.no_result_found {
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	color: #a90523;
	font-size: 20px;
	font-weight: bold;
}

.home span.select2-dropdown.select2-dropdown--below {
	width: 100% !important;
	min-width: 155px !important;
}

h4.post-type-bookmark {
    background: #1a405a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 10px;
    text-transform: capitalize;
	display: none;
}



.wrap.events-webinar-wrap .row {
	width: 100% !important;
}

.wrap.events-webinar-wrap {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.event-carousel .owl-nav {
	display: none;
}

.row.events-tab-row {
	margin-left: 0px !important;
}

.events-item-wrap .card-text.tooltip p {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.events-webinar-wrap .card-body {
	min-height: 64px;
}

/* search form 26-05-22 */
.search-btns-wrap {
	text-align: center;
}

.search-btns-wrap button.filter-submit2.filter-search {
	width: 35%;
	margin-right: 10px;
}

.search-pg-btns-wrap button.filter-submit2.filter-search {
	width: 45%;
	margin-right: 5px;
}

.search-pg-btns-wrap button.filter-clear {
	width: 45%;
	padding: 4px;
	background: #479784;
	color: white;
	text-transform: uppercase;
	margin: 17px 0px 0px 0px;
	border-radius: 0px;
	font-weight: 600;
	outline: none;
}

.search-btns-wrap button.filter-clear {
	width: 35%;
	padding: 4px;
	background: #479784;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	margin: 17px 0px 0px 0px;
	border-radius: 0px;
	font-weight: 600;
	outline: none;
}

.search-btns-wrap button i,
.search-pg-btns-wrap button i {
	width: unset !important;
	margin-left: 5px !important;
	background: transparent !important;
	padding: unset !important;
}



/*AMC UPDATES 15 06 21*/
/*general*/
.container-fluid {
	padding-top: 1em;
}

/*sidebars*/
.events-webinar-sidebar-left .section-one,
.events-webinar-sidebar-right .section-one {
	background: none;
	padding: 30px 10px;
	margin-top: 0;
}

.events-webinar-sidebar-left .section-two,
.events-webinar-sidebar-right .section-two {
	margin-bottom: 0px;
}


.events-webinar-sidebar-left,
.events-webinar-sidebar-right {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.events-webinar-sidebar-left h4,
.events-webinar-sidebar-right h4,
.section-two .hashtag-text {
	color: unset;
}

.events-webinar-sidebar-left img.event-small-logo,
.events-webinar-sidebar-right img.event-small-logo {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 1em;
	margin: 2em 0;
}

.events-webinar-sidebar-left .section-one h4,
.events-webinar-sidebar-right .section-one h4 {
	font-size: 1.2em;
	line-height: 1.3em;
		font-family: ff-real-text-pro, sans-serif;
}

.section-two .hashtag-text {
	text-transform: uppercase;
		font-family: ff-real-text-pro, sans-serif;
}


/*custom featured event on homepage – ACF control*/
.custom-featured-event {
	padding: 2em;
	position: relative;
	box-shadow: inset 0 -7px 40px -7px rgba(0, 0, 0, 0.4);
	height:100%;
}
.featured-event-carousel .item {
    height: 100%;
}
.featured-event-carousel .owl-stage{
    display: flex;
}
.custom-featured-event-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
}

.custom-featured-event-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.custom-featured-event-inner-left {
	max-width: 40%;
}

.custom-featured-event-inner-right {
	max-width: 55%;
}
.custom-featured-event h3 {
			font-family: ff-real-headline-pro, sans-serif;
}
.custom-featured-event p {
		font-family: ff-real-text-pro, sans-serif;
}
.custom-featured-event h3,
.custom-featured-event p {
	color: white !important;
	text-transform: uppercase;
	font-weight: 200;
	font-variant-numeric: lining-nums;

}

.custom-featured-event-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.custom-featured-event-buttons a {
	min-width: 45%;
    width: auto;
}

.custom-featured-event-buttons button {
	background-color: white;
	border: 2px solid white;
	color: black !important;
	font-family: ff-real-text-pro-2, sans-serif !important;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px;
	width: 100%;
	transition: 0.2s ease all;
}

.custom-featured-event-buttons button:hover {
	background: none !important;
	border-radius: 20px;
	border: 2px solid white;
	color: white !important;
}


/*event display cards*/
.wrap.events-webinar-wrap .row [class^="col"] {
	margin-bottom: 20px !important;
}

.events-webinar-wrap .card-body {
	background: #f9eaee;
}

.card {
	border: none;
	height:150px;
	margin-bottom:1em;
	overflow:hidden;
}

h4.event-report {
	background: rgb(169 5 35);
	bottom: 0;
	right: 0 !important;
	z-index: unset;
	padding: 9px 18px;
}

.events-item-wrap .card-text.tooltip p {
		font-family: ff-real-text-pro, sans-serif;
}

.container-fluid.events-blockquote-carousel .owl-nav {
	text-align: right;
}

.events-blockquote-carousel a.right.carousel-control,
.events-blockquote-carousel a.left.carousel-control {
	width: 10px !important;
	height: 10px !important;
	margin: 0px 4px;
}

.events-blockquote-carousel button:focus {
	outline: none;
}

/* .container-fluid.events-flagship-carousel{
  padding-top:0px !important;
} */




/*AMC homepage updates post draft 2 from Khush*/
.custom-featured-event {
	display:flex;
	justify-content:center;
}
.custom-featured-event-inner {
	width:60%;
}

form.event-filter-form {
	border-radius:20px;
}

/*make everything red turn blue*/
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #1a405a !important;
	opacity:1 !important;
}
ul.nav.nav-pills {
	border-bottom-color: #1a405a;
}

form.event-filter-form h3 {
	color: #1a405a;
}

.event-filter-form .form-group #keyword {
	color: #1a405a;
}

#exTab1 .nav-pills>li>a {
	color: #1a405a;
	opacity:0.6;
}
.quote-icon .fa.fa-quote-left, .quote-icon .fa.fa-quote-right {
	color: #1a405a;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #1a405a !important;
    border-color: #1a405a transparent transparent !important;
}

lable#moreFields {
	color: #1a405a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #1a405a !important;

}

.events-webinar-center-content .load-more-events button, .search-center-col .load-more-events button:focus {
	background: #1a405a;
}

h3.single-line-head {
	background: #1a405a;
}

.loader .skeleton, .skeleton--content-wrapper.bg-wrap {
    background: #bbbbbb12;
}
 .events-flagship-carousel {
	background: #f4f6ff;
}
div#quote-carousel{
	    background: #c3dae2 !important;
}

.wrap.events-webinar-wrap .row [class^="col"] .events-single-item {
	padding-left:0px;
	padding-right: 0px;
	margin-right: 0px;
margin-bottom:10px !important;
}

.events-card {
	width:100%;
	overflow:hidden !important;
	background: #fff;
    box-shadow: 0px 0px 16px #d7d7d7;
	height:100%;
}


h4.post-type-bookmark {
	position:absolute;
	top:0;
	left:0;
	text-transform:uppercase;
		font-family: ff-real-text-pro, sans-serif;
	font-size:12px !important;
	background-color: #1a405a;
	padding:0.5em 1.5em;
	font-weight:200;
}

h4.event-title {
	font-weight:600;
		font-family: ff-real-headline-pro, sans-serif;
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:1em;
	padding-right:10px;
			font-variant-numeric: lining-nums;

}

p.event-date {
	font-size:0.75em;
	text-transform:uppercase;
		font-family: ff-real-text-pro-2, sans-serif;
				font-variant-numeric: lining-nums;

}

div#advanced-fields {
	z-index:2;
}

.featured-event {
	margin-bottom:1em;
}

.events-webinar-sidebar-left.fixed {
	position:sticky;
	top:0;
}
.events-webinar-sidebar-right.fixed {
	position:sticky;
	top:0;
}
.events-webinar-sidebar-left.fixed .section-one, .events-webinar-sidebar-right.fixed .section-one{
	margin-top: 100px;
}

form.event-filter-form {
	border-radius:0;
	display:flex;
	justify-content:space-between;
	position:relative;
}

.tab-mobile-hide {
	width:100%;
	padding-left:2em;
	padding-right:2em;
}


.item .row .blockquote {
/* 	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	min-width:100%; */
}
div#quote-carousel .profile-outer,
div#quote-carousel .blockquote {
    margin-bottom: 0px !important;
}
.item .row .blockquote p, .item .row .blockquote h2 {
	min-width:100%;
	text-align:left;
		font-family: ff-real-text-pro, sans-serif;
}
.item .row .blockquote h2 {
text-transform:uppercase;
	font-weight:700;
}

.blockquote p {
	border: none;

}

.flagship-title {
	width:90%;
}

#quote-carousel {
	background-color:#e7e8ff !important;
}





/*Bar Awards showcase*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');
@import url("https://use.typekit.net/nak1whr.css");
/*header*/
.vimeo-wrapper#showcase {
  height: 100% !important;
}

.bar-showcase-header-content {
  position:relative;
  z-index:10;
  height:100%;
  display:flex;
 flex-direction:column;
  justify-content:center;
  align-items:center;
  padding-left:20%;
  padding-right:20%;
  top:50px;
}

.bar-showcase-header-content p {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}

.bar-showcase-header-content img {
  width:40%;
}




/*general section*/
.bar-showcase-section {
  padding-left:25%;
  padding-right:25%;
  padding-top:5em;
  padding-bottom: 5em;
}

.bar-showcase-section h2 {
  border-bottom: none;
text-align:center;
font-family: 'Lato', sans-serif;
text-transform:uppercase !important;
}

/*testimonials*/
.bar-showcase-section#testimonials {
  font-size:1.25em;
  background-image: url('https://www.legal500.com/wp-content/uploads/sites/5/2022/10/gradient-line-circle.png'), url('https://www.legal500.com/wp-content/uploads/sites/5/2022/10/dot-circle.png');
  background-size:25%;
  background-repeat:no-repeat;
  background-color: #f5f3ff;
  background-position:top 10px left -10px, bottom 10px right -10px;
}



.bar-showcase-section#testimonials h2 {
  color: #1d2238;

}

span.span-one {
  font-family: karmina, serif;
  font-style: italic;
}

span.span-two {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

.testimonial-list {
  text-align:center;
  margin-top:2em;
}
.testimonial-single {
}

.testimonial-single::after {
  background-image:url('https://www.legal500.com/wp-content/uploads/sites/5/2022/10/glitch-underline.png');
  background-size: 200px 20px;
  content:'';
  width:200px;
  height:20px;
  display:inline-block;
  margin-top:-1em;
  margin-bottom:2em;
}

.testimonial-single p {
  font-family: 'Lato', sans-serif;
  color: #1d2238;
}

.testimonial-single:nth-child(1) {
  transform:rotate(1.5deg);
}
.testimonial-single:nth-child(2) {
  margin-left:-30%;
}
.testimonial-single:nth-child(3) {
  transform:rotate(-1deg);
}

.testimonial-single:nth-child(4) {
  transform:rotate(1.5deg);
  padding-left:5em;
  padding-right:5em;
}

/*hosts*/
.bar-showcase-section#hosts {
  background:#1d2238;
  font-size:1.25em;
  color:white;
font-family: 'Lato', sans-serif;
text-align:center;
}

.bar-showcase-section#hosts h2 {
  color:white;
}

.hosts-container {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.host-small-container {
  display:flex;
  flex-wrap:wrap;
}

.host-sect {
  margin:1em;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-transform:uppercase;
  font-size:14px;
}

.host-sect strong {
	font-size:18px;
}
.host-img {
  max-width:150px;
  margin-bottom:1em;
}

.host-sect p {
  margin-bottom:0;
}

/*winners section*/
.bar-showcase-section#winners {
	background-image: url('https://www.legal500.com/wp-content/uploads/sites/5/2022/10/gradient-line-circle.png');
	background-size:50%;
	background-repeat:no-repeat;
	background-color: #f5f3ff;
	background-position:top 10px left -10px;
	font-family: 'Lato', sans-serif;
}

.bar-showcase-section#winners h2 {
	color: #1d2238;
  }

.bar-winners-container {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-evenly;
}

.winners-container-left {
	max-width:40%;
}

.winners-container-right {
	max-width:40%;
}
.winners-container-right p {
	font-size:1.25em;
margin-bottom:0;
padding-bottom:0;
}

.winners-container-right span.number {
	font-weight:bold;
}

.winners-container-bottom {
	margin-top:2em;
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	width:100%;
}

.winners-container-bottom a {
	width:40%;
}

.winners-container-bottom a button {
	width:100%;
	background:white;
	color:#1d2238;
	text-transform:uppercase;
	border-radius:20px;
	border: 2px solid white;
}

.winners-container-bottom a button:hover {
	background: white;
	border: 2px solid #1d2238;
	font-style:italic;
}
/*photos*/

.bar-showcase-section#photo-booths {
	background:linear-gradient(0deg, rgb(29 34 55), rgb(29 34 55 / 88%)), url(https://www.legal500.com/wp-content/uploads/sites/5/2022/10/glitch-underline.png);
	background-color: #1d2238;
	position:relative;
}

.bar-showcase-section#photo-booths::after {
	content:'';
	background:linear-gradient(0deg, rgb(29 34 55), rgb(29 34 55 / 88%)),  url('https://www.legal500.com/wp-content/uploads/sites/5/2022/10/diagonal-overlay.png');
	background-size:cover;
	width:100%;
	height:60px;
	position:absolute;
	bottom:0;
	right:0;
}

.bar-showcase-section#photo-booths h2 {
	color:white;
}


.photo-booth-sub {
	margin-bottom: 1em;
	margin-top:1em;
}

.three-sixty-image-container {
display:flex;
justify-content:space-between;
margin-bottom: 2em;
margin-top:2em;
flex-wrap:wrap;

}

.three-sixty-image-container img {
	max-width:200px;
}

.photo-booth-sub a {
	width:100%;
}

.photo-booth-sub a button.gall-link {
	border-radius:20px;
	width:40%;
	text-transform:uppercase;
	font-weight:500;
	background:white;
	border: 2px solid white;
	color: #1d2238;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;
}

.photo-booth-sub a button.gall-link:hover {
	color: white;
	background: none;
	font-style:italic;
}

/*child pages*/
#bar-awards-fullwidth h1 {
    background: linear-gradient(0deg, rgb(29 34 55), rgb(29 34 55 / 62%)), url(https://www.legal500.com/wp-content/uploads/sites/5/2022/10/glitch-underline.png);
    background-color: #1d2238;
    background-size: 25%;
    background-repeat: repeat;
    color: white !important;
    padding: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 116px;
}





/*Northern Powerhouse Awards*/
.vimeo-wrapper#showcase {
	height: 100% !important;
  }
  
  .vimeo-overlay#northern-powerhouse-color-overlay {
	background:linear-gradient(45deg, #402e2487, #00000052)
  }
  .northern-powerhouse-header-content {
	position:relative;
	z-index:10;
	height:100%;
	display:flex;
   flex-direction:column;
	justify-content:center;
	align-items:center;
	padding-left:20%;
	padding-right:20%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	top:50px;
  }

  .northern-powerhouse-header-content h1 {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	letter-spacing:0.2rem;
	font-weight:bold;
  }
  .northern-powerhouse-header-content p:first-of-type {
	line-height: unset;
  }




  .northern-powerhouse-header-content img {
	max-width:50%;
  }

  .awards-front-page#northern-powerhouse {
	font-family: 'Lato', sans-serif;

  }

  .awards-front-page#northern-powerhouse .entry-content {
	background:linear-gradient(140deg, rgb(8 9 12), rgb(112 85 46 / 90%)), url('https://www.legal500.com/wp-content/uploads/sites/5/2022/11/npawards-bg-less-haze-01.png');
	background-size:cover;
	background-attachment:fixed;
	padding-top:7.5%;
	padding-bottom:7.5%;
  }

  .awards-front-page#northern-powerhouse .entry-content strong {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2rem;
	font-size:1.2em;
  }

  .awards-front-page#northern-powerhouse .entry-content p:last-of-type {
	margin-bottom:0;
  }

  .countdown#northern-powerhouse {
	background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-ring-bg-01.png);
	padding-top:7.5%;
	padding-bottom:7.5%;
	margin-top:0px;
	text-transform:uppercase;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
  }

  .countdown#northern-powerhouse h2 {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2rem;
  }



  /*menu*/
  ul#menu-northern-powerhouse {
	  float:right;
  }

  /*northern awards child pages*/
  #northern-awards-fullwidth  {
	background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-ring-bg-01.png);
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }

  #northern-awards-fullwidth h1 {
	font-family: 'Lato', sans-serif;
	  color:white;
  }

  #other-awards-padding.northern-awards h2 {
	font-family: 'Lato', sans-serif;
  }


/*corporate conversations*/
#sidebar-extras h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.25em;
	margin-bottom:0;
}
header#cc-header {
background: white;
box-shadow: 0px 2px 4px #d7d7d7;
padding:10px;
width:25% !important;
}

#cc-header h3 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
  

/*Northern Powerhouse Awards*/
.vimeo-wrapper#showcase {
	height: 100% !important;
  }
  
  .vimeo-overlay#northern-powerhouse-color-overlay {
	background:linear-gradient(45deg, #402e2487, #00000052)
  }
  .northern-powerhouse-header-content {
	position:relative;
	z-index:10;
	height:100%;
	display:flex;
   flex-direction:column;
	justify-content:center;
	align-items:center;
	padding-left:20%;
	padding-right:20%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	top:50px;
  }

  .northern-powerhouse-header-content h1 {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	margin-bottom:2em;
	letter-spacing:0.2rem;
	font-weight:bold;
  }

  .northern-powerhouse-header-content p {
	font-weight:bold;
  }

  .awards-top-bar#northern-powerhouse  {
	background-image: url('https://www.legal500.com/wp-content/uploads/sites/5/2022/11/npawards-bg-less-haze-01.png');
background-size:cover;
position:relative;
  }


  .northern-powerhouse-header-content img {
	max-width:50%;
  }

  .awards-front-page#northern-powerhouse {
	font-family: 'Lato', sans-serif;
  }

  .awards-front-page#northern-powerhouse .entry-content {
	background:linear-gradient(140deg, rgb(8 9 12 / 81%), rgb(33 30 44 / 95%)), url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-new-branding-multiple-01.png) !important;
	background-size:cover;
	background-attachment:fixed;
	padding-top:7.5%;
	padding-bottom:7.5%; 
  }

  .awards-front-page#northern-powerhouse .entry-content strong {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2rem;
	font-size:1.2em;
  }

  .awards-front-page#northern-powerhouse .entry-content p:last-of-type {
	margin-bottom:0;
  }




  /*menu*/
  ul#menu-northern-powerhouse {
	  float:right;
  }

  /*northern awards child pages*/
  #northern-awards-fullwidth  {
    background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-Awards-branding-layered-01.png);
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }

  #northern-awards-fullwidth h1 {
	font-family: 'Lato', sans-serif;
	  color:white;
  }

  #other-awards-padding.northern-awards h2 {
	font-family: 'Lato', sans-serif;
  }
	
	main #other-awards-padding {
		font-variant-numeric: lining-nums;
	}




/*Northern Powerhouse Awards*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
.vimeo-wrapper#showcase {
	height: 100% !important;
  }
  
  .vimeo-overlay#northern-powerhouse-color-overlay {
	background:linear-gradient(45deg, #402e2487, #00000052)
  }
  .northern-powerhouse-header-content {
	position:relative;
	z-index:10;
	height:100%;
	display:flex;
   flex-direction:column;
	justify-content:center;
	align-items:center;
	padding-left:20%;
	padding-right:20%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	top:50px;
  }

  .northern-powerhouse-header-content h1 {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	letter-spacing:0.2rem;
	font-weight:bold;

  }
  .northern-powerhouse-header-content p:first-of-type {
	line-height: unset;
  }

  .awards-top-bar#northern-powerhouse h2 {
	border:none;
	color:white;
	font-family: 'Lato', sans-serif;

  }


  .northern-powerhouse-header-content img {
	max-width:50%;
  }

  .awards-front-page#northern-powerhouse {
	font-family: 'Lato', sans-serif;

  }


  .awards-front-page#northern-powerhouse .entry-content strong {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2rem;
	font-size:1.2em;
  }

  .awards-front-page#northern-powerhouse .entry-content p:last-of-type {
	margin-bottom:0;
  }

  .countdown#northern-powerhouse {
	background:linear-gradient(140deg, rgb(8 9 12 / 81%), rgb(33 30 44 / 95%)), url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/bokeh-bg-01.png) !important;
	padding-top:7.5%;
	padding-bottom:7.5%;
	margin-top:0px;
	text-transform:uppercase;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
  }

  .countdown#northern-powerhouse h2 {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2rem;
  }

  .generic-awards-section#northern-powerhouse-awards {
	padding-left: 25%;
    padding-right: 25%;
    padding-top: 5em;
    padding-bottom: 5em;

}
.generic-awards-section#northern-powerhouse-awards p {
font-family: 'Lato', sans-serif !important;
}

.generic-awards-section {
	clear:both;
}

.generic-awards-section h2 {
	border-bottom: none;
	font-family: 'Lato', sans-serif;
text-align:center;
}
.generic-awards-section#northern-powerhouse-awards h2 {
	color: black;
}

.generic-awards-section a {
display:block;
margin:auto;
text-align: center;
margin-top:2em;
}

/*button.generic-awards-button {
width:60%;
font-family: 'Lato', sans-serif !important;
text-transform:uppercase;
font-size:1.25em;
font-weight:500;
color: #fec57b;
border-radius:35px;
box-shadow: 5px 5px 5px #cacbd4;
}*/

.generic-awards-section.book-a-table#northern-powerhouse-awards {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:top;
	padding-left:20%;
	padding-right:20%;
}

.generic-awards-section.book-a-table#northern-powerhouse-awards h2 {
	width:100%;
	text-align:left;
}

.generic-awards-section#northern-powerhouse-awards .left-section, .generic-awards-section#northern-powerhouse-awards .right-section {
width:45%;
}



.generic-awards-section#northern-powerhouse-awards .right-section p {
	margin-bottom:0;
	padding-bottom:0;
}



.generic-awards-section#northern-powerhouse-awards .bottom-section {
	width:100%;
	margin-top:2em;
}

.generic-awards-section#northern-powerhouse-awards .bottom-section button {
	width:100% !important;
}

.book-a-table-img {
	border-radius:35px;
}

  /*menu*/
  ul#menu-northern-powerhouse {
	  float:right;
  }

  /*northern awards child pages*/
  #northern-awards-fullwidth  {
	background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-ring-bg-01.png);
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }

  #northern-awards-fullwidth h1 {
	font-family: 'Lato', sans-serif;
	  color:white;
  }

  #other-awards-padding.northern-awards h2 {
	font-family: 'Lato', sans-serif;
  }
 




	/*Generic global awards*/

	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');

	.awards-header-content {
		position:relative;
		display:flex;
		height:100%;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		z-index:10;
		top: -5%;
	}

/*	.awards-header-content h1, 	.awards-header-content p {
		font-family: 'Lato', sans-serif !important;
text-transform:uppercase;
font-weight:500;
	}*/

	.awards-header-content img {
		max-width:25%;
	}

	ul#menu-the-legal-500-awards-brazil.menu>li a:hover {
		color:unset !important;
	}

	#bz-color-overlay {
		background: linear-gradient(145deg, #000000c2 25%, rgb(0 0 0 / 59%) 100%) !important ;
	}



	/*child pages*/
	#other-awards-fullwidth  {
		background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-ring-bg-01.png);

		margin-bottom: 2em;
	  }


	  h1.generic-awards-child-header#brazil {
		font-family: 'Lato', sans-serif;
		color:white;
		background: none;
	  }
	
#other-awards-padding.generic-awards h1, #other-awards-padding.generic-awards h2 {
	font-family: 'Lato', sans-serif;

}


/*AMc generic awards template styling 6 Jan 23*/
/*MENU*/
.navigation-top.lb-awards-menu .main-navigation>div>ul {
	float:right;
}
/*child page headers*/
#other-awards-fullwidth.ring-branding h1 {
	background: none !important;
	font-family: 'Lato', sans-serif !important;

}

/*event report pages*/

.powerlist-report-footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:1em;
	box-shadow: 0px 0px 5px #ccc;
	background:white;
}




/*AMC EVENTS NAV COLOUR CHANGE*/
.navigation-top .wrap, .menu-main-nav-container ul.sub-menu li {
	background-color: #1c4059 !important;
}
button.filter-submit {
	background-color: #1c4059 !important;
}

ul.sub-menu {
	z-index:6;
}
.events-webinar-filter {
	z-index:1;
}
.events-webinar-filter.fixed {
	position: fixed;
    top: 0;
	left:0;
	background: white;
    width: 100%;
    z-index: 2;
}

.select2-container--open {
	z-index:6!important;
}

.advanced-filters-search h3 {
	color:#1a405a;
}
.form-group2 label:before {
	border-color: #1a405a;
}
hr.advanced-filter-divider {
	border: 1.3px solid #d9d9e9;
}
.filter_by_keyword {
	color:#1a405a !important;
}
.advanced-filters-search hr.date-range-divider {
	color:#1a405a;

}

.advanced-filters-search button.filter-submit2 {
	background:#1a405a;
}

span.no_result_found {
	color:#1a405a !important;
}


/*events-cards-styling 04-08-2023  */
.item .row .blockquote h2{
	text-transform: uppercase;
    font-weight: 700;
    padding-top: 0px;
    margin: 0px;
}
/*
.blockquote p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    left: -8px;
    font-size: 28px;
    top: 6px;
    font-size: 37px;
}
.blockquote p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    top: 4px;
    right: 0;
}*/
.blockquote p {
	position: relative;
    font-size: 20px;
    line-height: 25px;
    padding: 0px 40px;
    color: #000;
    font-weight: 600;
}
.events-tab-row .row.all_up_webinars_events_data .events-tab-col.events-single-item {
    padding-right: 12px !important;
	padding-left:0px !important;
	margin-bottom:20px !important;
}
.events-tab-row .events-tab-col.events-item-wrap.events-item-wrap-up {
    padding: 0px !important;
}
.row.all_past_webinars_events_data .events-tab-col.events-single-item {
    padding-left: 0px !important;
}
.events-card .card-image {
    padding: 10px;
}
.card-image h4.event-title {
    padding: 0px;
    text-transform: capitalize;
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
	font-variant-numeric: lining-nums;

}
.card-image p.event-date {
    margin: 10px 0px;
    color: #6a6565;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.events-blockquote-carousel .profle-image-outer {
    width: 130px;
    height: 130px;
	margin:0 auto;
}
.events-blockquote-carousel .profle-image-outer img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
/*.blockquote p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    top: 4px;
    right: 0;
}*/
div#quote-carousel .row {
    align-items: center;
}
.page-id-1444 footer#colophon {
    margin-top: 0px;
    background: #fff;
    padding-top: 3em;
}
.events-tab-col .card-image h4.post-type-bookmark{
	margin:2px;
}
/* end events-cards-styling   */

/*AMC 30/8 NEW EVENTS SITE homepage styling*/
.events-tab-col .card-image h4.post-type-bookmark {
	margin:0;
}
div#quote-carousel {
	background: #e5edf0 !important;
}
.events-webinar-filter.fixed {
	padding-left:7.5%;
	padding-right:7.5%;
}

img.event-image.placeholder-img {
    object-fit: contain;
}

/* webinars homepage styles */
p.web_time {
	text-align: center;
	color: #646363;
}

div#sponsors-left {
	text-align: center;
}

p.left-sponsors {
	font-size: 16px;
}

.webinar-info-left .sponsors {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.webinar-info-left .sponsor-image {
	margin-right: unset;
	border: 1px solid #eeeded;
	padding: 10px;
	width: 80px;
	height: 80px;
}

p.back-to-homepage {
	color: #1c4059;
}

.webinar-title-block .entry-title {
	margin-top: unset;
}

.webinar-content-block {
	padding: 20px 30px;
}

.sponsor-info {
	margin-top: 10px;
}

a.toggle-p-link {
	text-decoration: none;
	outline: none;
	color: #949494;
	float: right;
}

.speaker-bios-info {
	width: 100%;
}

.speaker-bios {
	background: #f1f1f1;
	padding: 10px;
}

.remaining-paragraphs {
	display: none;
}

p.speaker-name {
	color: #1c4059!important;
}

.webinar-content-block iframe {
	display: flex;
	margin: auto!important;
	margin-bottom: 20px!important;
}

.sponsor-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

div#webinar-info h3 a {
    color: #000;
    font-weight: 600;
	text-decoration: none;
	outline: none;
}

.webinar-list-items .webinar-sponsors p {
    font-weight: 600;
	margin-bottom: 0;
}

.webinar-list-items .webinar-sponsors #webinar-list-sponsors {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.webinar-list-items .webinar-sponsors .wl-sponsor-item a {
    display: block;
    width: 80px;
    max-height: 80px;
    height: auto;
    box-shadow: unset;
}

.webinar-list-items .webinar-sponsors .wl-sponsor-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.webinar-list-item .web_date {
    font-size: 12px;
    color: #787777;
}

.webinar-list-item .webinar-sponsors {
    margin-bottom: 10px;
}

#button-holder a:active  {
    outline: none;
}

div#button-holder button:active, div#button-holder button:hover, div#button-holder button:focus {
    outline: 0;
    background: #1c4059cc;
}

.wh-wrap a.load-more-events button {
    background: #1c4059;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
	outline: none;
}

.wh-wrap a.load-more-events button i {
	margin-left: 5px;
}

.webinar-filter label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #504c4c;
}

.nav-links a {
    text-decoration: none;
}

/* corporate conversation page style */

img.corp-img-default {
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
}

.corp-conv-cb h2.webinar-alt-header {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #aaacab!important;
}

/* MOBILE STYLING */

/* **********media Query**************** */

@media only screen and (min-width: 1600px) {
	.container-fluid {
		padding-left:7.5%;
		padding-right:7.5%;
	}

}
@media only screen and (min-width: 1900px) {
	.card-featured-img .event-image, .card-featured-img {
		height:123px;
	}
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1440px) {

	.lb-header-content {
		top: 150px;
	}

	.lb-hero-buttons {
		margin-top: 20px;
	}

	.awards-top-bar button {
		width: 15%;
	}

	.winners-section {
		background-position: 60%;
		background-size: cover;
	}

	.winners-section button {
		width: 20%;
	}

	.charity-image,
	.charity-image-placeholder {
		width: 150px;
		height: 150px;
		background-size: cover;
	}

	.fast-facts {
		padding-left: 15%;
		padding-right: 15%;
	}

	.fast-fact {
		margin: 2%;
	}

	#main-dark .award-preview {
		padding-left: 20%;
		padding-right: 20%;
	}

	#main-dark h1 {
		padding-left: 20%;
		padding-right: 20%;
	}

	.award-preview p {
		max-width: 90%;
	}

	.sponsors-right {
		width: 70%;
	}
}

@media screen and (min-device-width: 1081px) and (max-device-width: 1140px) {
	.udw-entry-content{
		width: 74%!important ;
	}
	.udw-entry-content .webinar-list-item{
		width: 28%;
	}
}

@media screen and (max-device-width: 1080px){
	.udw-entry-content #left-home-col{
		float:left;
	}
	.udw-entry-content{
		width: 100%!important;
	}
	.udw-entry-content .webinar-list-item{
		width: 23%;
	}

}

@media screen and (max-device-width: 991px){
	.webinar-list-item{
		width: 30%;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

	.vimeo-wrapper,
	.vimeo-wrapper iframe,
	.vimeo-color-overlay {
		display: none;
	}

	.awards-top-bar {
		background: black;
		height: 100vh;
	}

	.lb-header-content {
		top: 50px;
	}

	.lb-hero-buttons {
		display: block;

	}

	.awards-top-bar button {
		width: 70%;
		margin-bottom: 20px;
		border: 3px #e8b984 solid;
		padding: 20px;
	}

	.winners-section {
		background-position: 70%;
		background-size: cover;
		padding: 10px;
		padding-bottom: 0;
	}

	.winners-section h2 {
		max-width: 95%;
		font-size: 1.25em;
		margin-top: 10px;
	}

	.winners-section button {
		width: 70%;
		margin-bottom: 20px;
		border: 3px #e8b984 solid;
		padding: 20px;
	}

	.charity {
		display: block;
		margin: auto;
		text-align: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.charity-image-placeholder,
	.charity-image {
		float: none;
		margin-top: 40px;
	}

	.charity-text {
		display: block;
		width: 95%;
		font-size: 1em;
		padding-left: 10px;
	}

	.charity-text h2 {
		float: none;
		display: block;
	}

	.countdown {
		background-size: cover !important;
		background-position: 10% 50%;
		background-repeat: no-repeat !important;
	}

	.countdown button {
		width: 70%;
	}

	.fast-facts {
		padding-left: 5%;
		padding-right: 5%;
		display: block;
		text-align: center;
	}

	.fast-fact {
		display: inline-block;
		width: 60%;
	}

	.sponsorship {
		background-position: 30% 0%;
		padding-top: 10px;
	}

	.sponsorship p {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 1.25em;
	}

	.sponsorship button {
		width: 70%;
	}

	.lb-awards-map img {
		width: 20%;
		left: 20px;
		top: -225px;
	}

	.lb-awards-slider {
		height: 250px;
		background-position: 20% 40%;
	}

	.sponsors-list {
		display: block;
	}

	.sponsors-left {
		display: block;
		float: none;
		clear: none;
		margin-left: 0;
		width: 90%;
	}

	.sponsors-right {
		display: block;
		margin-right: 0;
		float: none;
		width: 90%;
	}

	.extra-sponsors {
		width: 90%;
		display: block;
		text-align: center !important;
	}

	.extra-sponsors-right {
		width: 70%;
		margin-bottom: 20px;
	}

	#lb-awards-padding {
		padding-left: 15%;
		padding-right: 15%;
	}

	#lb-awards-padding table {
		margin-top: 0px;
		text-align: center;
		margin: auto;
	}

	#lb-awards-padding table tr {
		margin-left: 0px;
		width: 90%;
	}

	#lb-awards-padding table td {
		width: 90%;
		display: block;
		margin-left: 0px
	}

	.lb-header-content img {
		width: 40%;
	}
}

@media all and (max-width: 991px) {
	.events-webinar-sidebar-left.fixed, .events-webinar-sidebar-right.fixed {
		display: block;
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
	}
	.events-single-item h4.card-title {
		padding: 0px !important;
	}
	.summit-navigation {
		width: 100%;
		position: relative !important;
		margin-left: 0px !important;
	}

	#letterhead {
		width: 100% !important;
	}

	.entry-content.summit-template {
		width: 100% !important;
	}

	#site-navigation {
		margin-top: 20px;
	}

	.post-navigation {
		width: 100% !important;
	}
}

@media all and (max-width: 575px) {
	#non-front-search {
		width: 70%;
		top: 0px;
	}

	#non-front-search input {
		font-size: 1rem;
		height: 20px;
	}

	.custom-logo-link img {
		padding-top: 0px !important
	}

	.social-links {
		top: 60px;
	}

	.site-branding {
		height: 120px;
		padding: 10px 0px 0px 0px;
	}

	.entry-header,
	.home .entry-header {
		width: 100% !important;
	}

	section.event-reports,
	section.upcoming-events {
		margin-top: -2em !important;
		margin-bottom: 20px;
	}

	li.sf-field-post_type,
	li.sf-field-taxonomy-region,
	.sf-field-taxonomy-countries,
	.sf-field-taxonomy-cities {
		display: none !important;
	}

	main.powerlist-archive,
	li.sf-field-submit,
	li.sf-field-reset,
	.home .entry-content,
	#left-home-col,
	#right-home-col {
		width: 100% !important;
	}

	section.event-reports {
		margin-left: 0px !important;
		width: 100% !important;
		padding: 10px;
	}

	section.upcoming-events main,
	section.upcoming-events .events-report,
	section.upcoming-events .events-upcoming {
		padding: 10px;
	}

	iframe,
	section.upcoming-events main,
	section.upcoming-events,
	section.upcoming-events aside,
	aside.powerlist-archive.right,
	.events-report,
	section.upcoming-events .events-upcoming {
		width: 100% !important;
		margin-left: 0px !important;
	}

	#letterhead h1 {
		width: 100%;
		text-align: center;
	}

	.brands {
		width: 100%;
	}

	.event-upcoming span {
		padding: 0px;
	}

	aside {
		margin-top: 20px;
	}

	#letterhead a.event-details {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		padding: 10px;
	}

	div.site-branding img {
		padding-top: 7px !important;
	}

	.custom-logo-link img {
		background: transparent !important;
	}
}


@media only screen and (max-width:1240px){
	.events-webinar-sidebar-left, .events-webinar-sidebar-right{
	  height:unset;
	}
}
@media all and (max-width: 1080px) {
	.vimeo-wrapper img {
		min-width: 120vw;
		overflow: hidden;
	}
}

@media all and (max-width: 1000px) {
	.vimeo-wrapper img {
		min-width: 130vw;
		overflow: hidden;
	}
}

@media all and (max-width: 900px) {
	.vimeo-wrapper img {
		min-width: 150vw;
		overflow: hidden;
	}

}

@media all and (max-width: 720px) {
	.vimeo-wrapper img {
		min-width: 200vw;
		overflow: hidden;
	}

	.se-header-content {
		top: 100px;
	}

	.se-header-content img {
		width: 50%;
	}

	.egc-header-content {
		top: 100px;
	}

	.egc-header-content img {
		width: 50%;
	}
}

@media all and (max-width: 600px) {
	.awards-top-bar p {
		color: #fff;
		font-size: 1em;
	}
}

@media all and (max-width: 500px) {
	.se-header-content p {
		line-height: inherit;
	}

	.egc-header-content p {
		line-height: inherit;
	}

}

@media all and (max-width: 500px) {
	.navigation-top.lb-awards-menu {
		z-index: 2;
		float: right;
		right: 0;
		left: 0;
		margin-top: -20px;
	}

	.awards-top-bar {
		margin-top: 20px;
	}

	.navigation-top.lb-awards-menu img {
		max-width: 75%;
		padding: 5%;
	}

	.se-header-content img {
		width: 80%;
	}

	.egc-header-content img {
		width: 80%;
	}

	.awards-top-bar {
		height: 140vh;
	}

	.vimeo-wrapper {
		display: inherit;
		margin-top: 50px;

	}

	.vimeo-wrapper img {
		max-width: 300vw;
	}

	.awards-front-page div.entry-content {
		padding-left: 10%;
		padding-right: 10%;
	}

	.awards-front-page div.entry-content h2 {
		font-weight: bold;
		text-transform: uppercase;
	}

	.egc-front-page div.entry-content {
		padding-left: 10%;
		padding-right: 10%;
	}

	.egc-front-page div.entry-content h2 {
		font-weight: bold;
		text-transform: uppercase;
	}

	ul#menu-southeast-asia-awards-menu {
		z-index: 4;
		float: none;
	}

	.main-navigation li {
		border-bottom: 1px solid #eee;
		position: relative;
		display: block;
		text-align: right;
		float: right;
		clear: both;
	}

	.main-navigation ul {
		background: none;
	}


	#other-awards-padding {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media all and (max-width: 1200px) {
	.uk-attendee-figures {
		max-width: 66%;
		margin: auto;
		display: inline-block;
	}

	#uk-attendee-figure {
		display: inline-block;
		margin: 30px 10px;
	}
}

@media all and (max-width: 1000px) {
	.uk-vimeo-wrapper>img {
		min-width: 200vw;
	}
}

@media all and (max-width: 760px) {
	.uk-awards-sponsors .uk-awards-sponsor-logos {
		display: block;
	}

	.uk-header-content {
		top: 50px;
	}

	.uk-awards-sponsors .uk-awards-sponsor-logos>a img {
		min-width: 150px;
		max-width: 200px;
		padding: 20px;
	}

	.uk-awards-photos {
		display: block;
	}

	.uk-awards-photos-text {
		display: block;
		width: auto;
	}

	.navigation-top.lb-awards-menu {
		z-index: 2;
		float: right;
		right: 0;
		left: 0;
		margin-top: -20px;
		max-width: 100vw;
		top: 0;
	}

	.awards-top-bar {
		margin-top: 20px;
	}

	.navigation-top.lb-awards-menu img {
		max-width: 75%;
		padding: 5%;
	}

	.uk-header-content img {
		width: 60%;
	}

	ul#menu-the-legal-500-uk-awards-test-menu {
		z-index: 4;
		float: none;
	}

	.main-navigation li {
		border-bottom: 1px solid #eee;
		position: relative;
		display: block;
		text-align: right;
		float: right;
		clear: both;
	}

	.main-navigation ul {
		background: none;
	}

	#site-navigation {
		margin-top: 50px;
	}

	@media all and (max-width: 720px) {
		.vimeo-wrapper img {
			min-width: 200vw;
			overflow: hidden;
		}

		.uk-header-content {
			top: 100px;
		}

	}

	@media all and (max-width: 600px) {
		.awards-top-bar p {
			color: #fff;
			font-size: 1em;
		}
	}

	@media all and (max-width: 500px) {
		.uk-header-content p {
			line-height: inherit;
		}
	}

	@media all and (max-width: 500px) {
		.navigation-top.lb-awards-menu nav#site-navigation.main-navigation {
			top: 0;
			margin-top: 20px;
		}

		.lb-awards-menu .wrap li a:focus,
		.lb-awards-menu .wrap li a:active {
			float: right !important;
		}

		.uk-header-content img {
			width: 80%;
		}

		.awards-top-bar,
		.uk-color-overlay {
			height: 140vh;
		}

		.uk-awards-photos #uk-video-embed {
			height: auto;
			min-width: 100%;
			margin-right: 0;
		}

		.uk-vimeo-wrapper {
			display: inherit;
			margin-top: 50px;
			height: 130vh;
		}

		.uk-vimeo-wrapper img {
			min-width: 600vw;
		}

		.awards-front-page div.entry-content {
			padding-left: 10%;
			padding-right: 10%;
		}

		.awards-front-page div.entry-content h2 {
			font-weight: bold;
			text-transform: uppercase;
		}

		.egc-front-page div.entry-content {
			padding-left: 10%;
			padding-right: 10%;
		}

		.egc-front-page div.entry-content h2 {
			font-weight: bold;
			text-transform: uppercase;
		}

		ul#menu-the-legal-500-uk-awards-test-menu {
			z-index: 4;
			float: none;
		}

		.main-navigation li {
			border-bottom: 1px solid #eee;
			position: relative;
			display: block;
			text-align: right;
			float: right;
			clear: both;
		}

		.main-navigation ul {
			background: none;
		}

		#other-awards-padding {
			padding-left: 5%;
			padding-right: 5%;
		}

		.uk-awards-photos,
		.uk-awards-sponsors {
			margin-left: -12.5%;
			margin-right: -12.5%;
			padding-left: 12.5%;
			padding-right: 12.5%;
		}
	}
}
@media all and (max-width: 1026px) and (min-width:760px) {
	#notice-awards {
		margin-top: 250px;
	}
}

@media (max-width: 1800px) {
	#webinar-sponsors {
		max-width: 40%;
	}

	#webinar-list-sponsors {
		margin-right: 1em;
	}

	#webinar-sponsors-ehp {
		max-width: 100%;
	}

	#webinar-list-sponsors-ehp {
		margin-right: 1em;
	}

}

@media (max-width: 1628px) {
	#webinar-info {}

	#webinar-sponsors {
		max-width: 50%;
	}

	#webinar-sponsors-ehp {
		max-width: 100%;
	}

}

@media (max-width: 1510px) {
	#webinar-sponsors {}
}

@media (max-width: 1483px) {
	#webinar-list-sponsors {
		display: block;
	}

	#webinar-list-sponsors-ehp {
		display: inline-block;
	}
}

@media (max-width: 1190px) {
	#webinar-list-sponsors {
		display: inline-block;
	}

	#webinar-list-sponsors-ehp {
		display: inline-block;
	}

	#webinar-sponsors {
		margin-top: 2em;
		max-width: 100%;
	}

	#webinar-sponsors-ehp {
		margin-top: 2em;
		max-width: 100%;
	}
}

@media (max-width: 900px) {
	.entry-header#webinar-header {
		min-width: 100%;
	}

	.entry-content#webinar-entry-content {
		min-width: 100%;
		margin-left: 0;
	}
	header#cc-header {
		width: 100%!important;
		margin-bottom: 20px;
	}
}

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

	.events-webinar-filter.fixed {
		margin-top: 0px !important;
	}
	#top-menu a{
		color:#fff;
	}
	.site-branding .other-leaderboard{
		top:unset !important;
		left:unset !important;
	}
	.menu-main-nav-container ul#top-menu {
		background: #992228;
	}
	.events-webinar-sidebar-left .section-one{
		margin-bottom: 0px !important;
	}
	.events-webinar-sidebar-left .section-two .register-btn {
		padding: 9px;
		width: 100% !important;
		display: inline-block;
		color: #16614D;
		font-weight: 600;
		margin: 16px 0px 0px;
	}
	.events-webinar-sidebar-left .section-two{
		padding:15px 0px;
	}
	.events-webinar-sidebar-left, .events-webinar-sidebar-right{
		height:unset !important;
	}
	.navigation-top ul#top-menu li {
		display: block;
		width: 100%;
		text-align: left !important;
	}
	.menu-main-nav-container .dropdown-toggle:hover,
	.menu-main-nav-container .dropdown-toggle:focus{
		background-color: transparent;
		outline:none !important;
		border:none !important;
	}
	nav#site-navigation button.menu-toggle:focus,
	nav#site-navigation button.menu-toggle:hover{
		background-color: transparent;
		outline:none !important;
	}
	.events-webinar-sidebar-left .section-two {
		margin: 0px 13px;
	}
	/* #site-navigation button.menu-toggle:focus{
		background-color: transparent;
		outline:none !important;
	} */
	.events-webinar-sidebar-left {
		justify-content: center;
	}

	.events-webinar-sidebar-right .section-one {
		margin-top: 70px;
	}

	.events-webinar-sidebar-right .section-two {
		margin-bottom: 0px !important;
	}

	.events-webinar-sidebar-right {
		width: 100% !important;
	}

	.events-search-webinar-sidebar-left .tab-filters {
		display: block !important;
		padding: 15px;
		background: #a90523;
		color: white;
		font-size: 14px !important;
		font-weight: bold;
	}

	i#moreFields::before {
		margin-right: 17px;
	}
	.tab-filters {
		display: block !important;
		background: #F7EEF0;
		padding: 15px;
		margin: 11px 0px;
		width: 100% !important;
		font-size: 21px !important;
		background-color: #a90523;
		color: white;
	}

	#moreFields2 {
		color: #ffffff;
		font-size: 14px!important;
		cursor: pointer;
		text-align: center;
	}

	#moreFields2 i {
		font-size: 11px;
	}

	i#moreFields2::before {
		margin-right: 4px;
	}
	form.event-filter-form {
		padding: 0px!important;
	}
	.tab-heading ul {
		list-style: inside;
		margin-top: 30px;
	}
	.tab-heading li::marker {
		color: #a90523;
	}
	.events-tab-col {
		padding: 10px !important;
	}
	.events-mobile-carousel h2 {
		color: #a90523;
		font-size: 23px;
		font-weight: 600;
	}
	.tab-mobile-show {
		display: block !important;
	}
	.tab-heading li {
		list-style-type: disclosure-closed;
	}
	.tab-heading ul li a {
		font-size: 22px;
		color: #a90523;
	}

	.tab-mobile-hide {
		display: none;
	}

	#advanced-fields-search {
		display: none;
	}

	.filter-style {
		display: block !important;
	}

	.events-search-webinar-sidebar-left {
		width: 100% !important;
	}

	ul#top-menu .icon.icon-angle-down {
		display: none;
	}
	.webinar-list-item{
		width: 48%;
	}

}

@media (max-width: 540px) {
	#webinar-icon {
		max-width: 50px;
	}

	.webinar-list-items {
		padding-left: 1em;
		padding-right: 1em;
	}

	#webinar-sponsors {
		margin-left: 5em;
	}

	#webinar-sponsors-ehp {
		margin-left: 5em;
	}

}

@media (max-width: 449px) {
	#webinar-info {
		margin-left: 1em;
	}
}

@media (max-width: 385px) {
	.entry-content#webinar-entry-content {
		max-width: 90% !important;
	}
}

@media (max-width: 1100px) {
	.webinar-fact {
		width: 90%;
	}

	.webinar-facts#webinar-socials>.webinar-fact {
		width: 90% !important;
	}
}


@media (max-width: 1200px) {
	.webinar-sponsor {
		width: 30%;
	}

	.webinar-script {
		width: 60%;
	}

	.search-pg-btns-wrap button.filter-submit2.filter-search, .search-pg-btns-wrap button.filter-clear{
		width: 100%!important;
		margin-right: unset!important;
		font-size: 14px!important;
	}
}

@media (max-width: 825px) {
	.webinar-sponsor {
		position: relative;
		width: 100%;
	}

	.webinar-script {
		width: 100%;
		margin-top: 2em;
	}
}

@media (max-width: 569px) {
	.webinar-script button {
		width: 100%;
		margin: 10px;
	}
}
/*AMC UPDATING WEBINAR PAGES – responsive STYLING*/


@media (max-width: 1000px) {
	.webinar-info-left {
		width: 100%;
		float: none;
	}

	.sponsors-section#sponsors-left {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	p.left-sponsors {
		flex: 0 0 100%;
	}

	.webinar-body-main {
		width: 100%;
		float: none;
	}

	.webinar-title-block {
		padding: 20px;
		margin-bottom: 20px;
	}

}

@media (max-width: 700px) {

	.speaker-bios,
	.sponsors {
		flex-wrap: wrap;
	}
}


@media (min-width: 1441px) {
	.register-footer {
		margin-bottom: 0;
		padding: 1em;
	}
}





@media (max-width: 1280px) and (max-height: 720px) {
	.egc-header-content {
		top: 80px;
	}
}
/*diff screen sizes for new EGC*/

@media (max-width:1280px) {
	.previous-attendees-child img {
		max-width: 150px;
	}

	.egc-header-content img {
		width: 45%;
		margin-bottom: 50px;
	}
}

@media (max-width: 900px) {
	ul.testimonials::before {
		content: '';
	}

	li.testimonial p {
		font-size: 1em;
	}
}

@media (max-width: 600px) {
	ul.testimonials {
		width: 100%;
	}

	.egc-sponsor-logos {
		justify-content: center;
	}

	.egc-sponsor-logos img {
		display: block;
		margin: auto;
		margin-bottom: 2em;
		max-width: 90%;
	}

	#egc .vimeo-wrapper {
		background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2021/12/syon1.png);
		background-position: 50%;
	}
}
/*media queries for Bar awards*/
@media (max-width:1280px) {
	.bar-header-content img {
		width: 30%;
	}
}

@media (max-width:600px) {
	.bar-header-content img {
		width: 80%;
	}

	.awards-top-bar#bar {
		align-items: flex-start;
	}

	.bar-header-content {
		margin-top: 5em;
		padding: 1em;
	}
}


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

	/* event-search page*/
	.search-event-tab .card-featured-img {
		height: 133px;
	}
	.search-event-tab .card-featured-img .event-image {
		width: 100% !important;
		transition: .5s ease;
		position: absolute;
		height: 133px;
		top: 0px;
		left: 0px;
		object-fit: cover;
		object-position: center;
	}

	.search-event-tab .card-featured-img {
		position: relative;
	}

	.events-card-featured-img {
		height: 234px;
	}

	.events-card-featured-img .event-image {
		width: 100% !important;
		transition: .5s ease;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
	}

	.events-card-featured-img::after {
		content: "";
		background-color: black;
		opacity: 0.5;
		/* height: 99%;
    width: 98%; */
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}

	.events-rect-card-featured-img {
		height: 180px;
		width: 100%;
	}

	.events-rect-card-featured-img .event-image {
		width: 100% !important;
		transition: .5s ease;
		position: absolute;
		height: 180px;
		top: 0px;
		left: 0px;
	}

	.events-rect-card-featured-img::after {
		content: "";
		background-color: black;
		opacity: 0.5;
		/* height: 95%;
  width: 95%; */
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}

	.card-featured-img .event-image {
		width: 100% !important;
		transition: .5s ease;
		position: absolute;
		height: 123px;
		right: 0px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		object-fit: cover;
	}

	.card-featured-img {
		height: 123px;
	}

	div#flagship-carousel {
		padding: 0 0px 31px;
	}

	.flagship-image::after {
		content: "";
		background-color: black;
		opacity: 0.5;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.flagship-image {
		width: 100%;
		height: 170px !important;
	}

	.my-carousel .owl-nav {
		position: absolute;
		top: 26% !important;
		width: 95%;
	}

	.flagship-image img {
		width: 100% !important;
		height: 100%;
		object-fit: cover;
	}

	a.right.carousel-control {
		width: 48px;
		height: 48px;
		float: right;
		right: -6%;
		top: 31%;
	}

	a.left.carousel-control {
		width: 48px;
		height: 48px;
		float: left;
		left: -6%;
		top: 31%;
	}

	h4.event-report {
		position: absolute;
		right: 0px !important;
		bottom: 0;
		padding: 7px;
		font-size: 9px !important;
	}

	form.event-filter-form {
		padding: 0px 0px 0px 4px;
		width: 100%;
		background: white;
		text-transform: uppercase;
		margin-left: 0%;
		box-shadow: 0px 1px 6px 0px #b1b0b0;
	}
}

@media only screen and (max-width:1024px) {
	.events-webinar-sidebar-left .section-two {
		padding: 0px !important;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 150px;
	}
	.events-webinar-sidebar-left,
	.section-two {
		padding: 0px 14px !important;
	}

}

@media only screen and (max-width:991px) {
	.events-webinar-sidebar-left .section-two {
		padding: 0px !important;
	}

	#exTab1 .nav-pills>li>a {
		padding: 9px 10px !important;
		margin-top: -2px !important;
		font-size: 14px !important;
		height:100%;
	}
}

@media only screen and (max-width:650px) {
	.advanced-filters-search .form-group2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		left: 0px !important;
	}

	.advanced-filters-search .form-group2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		left: 0px !important;
	}

	.tab-mobile-hide {
		display: none;
	}

	.tab-mobile-show {
		display: block !important;
	}

	#advanced-fields-search {
		width: 100%;
		z-index: 4;
		box-shadow: 0px 2px 6px 0px #b1b0b0;
		margin-top: 6px;
	}

	#exTab1 .nav-pills>li>a {
		font-size: 12px;
	}

	.webinar-result-carousel .events-tab-col {
		width: 100%;
	}

	.webinar-result-carousel a.left.carousel-control {
		width: 37px;
		height: 37px;
		float: left;
		left: 0%;
		top: -15%;
	}

	.webinar-result-carousel a.right.carousel-control {
		width: 37px;
		height: 37px;
		float: right;
		right: 0%;
		top: -15%;
	}

	.webinar-result-carousel a.right.carousel-control i {
		top: 24%;
		left: 28%;
	}

	.webinar-result-carousel a.left.carousel-control i {
		top: 24%;
		left: 28%;
	}

	.webinar-result-carousel .my-carousel-item {
		margin-top: 30px;
	}

	.webinar-result-carousel .card-featured-img .event-image {
		width: 100% !important;
		height: 126px;
		top: 0;
	}

	.webinar-result-carousel .card-featured-img {
		height: 123px;
		width: 99.2%;
	}

	.webinar-result-carousel .card-featured-img::after {
		left: 0px;
		width: 100%;
		height: 67%;
	}

	.webinar-result-carousel .events-tab-col .card-image h4 {
		font-size: 16px;
		line-height: 23px;
	}

	.webinar-result-carousel .events-tab-col .card-title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.events-tab-col h3 {
		font-size: 19px;
	}

	/*events page*/
	.tab-filters {
		display: block !important;
		background: #F7EEF0;
		padding: 15px;
		margin: 11px 0px;
		width: 100% !important;
		font-size: 21px !important;
	}

	.events-webinar-sidebar-left {
		width: 100% !important;
		display: block;
	}

	.events-webinar-sidebar-left .section-one {
		width: 100%;
	}

	.event-center-header {
		padding: 0px 10px;
	}

	.event-header-content h2 {
		font-size: 22px;
	}

	.event-center-header-bottom {
		padding: 6px;
		column-gap: 7px !important;
		margin-top: 16px;
		text-align: center;
		display: block;
	}

	.event-center-header-bottom a {
		width: 100%;
	}

	.events-mobile-carousel h2 {
		color: #a90523;
		font-size: 23px;
		font-weight: 600;
	}

	.events-mobile-carousel h3 {
		color: black;
		font-size: 16px;
		font-weight: 600;
	}

	.tab-heading ul {
		list-style: inside;
		margin-top: 30px;
	}

	.tab-heading ul li a {
		font-size: 22px;
		color: #a90523;
	}

	.event-carousel a.left.carousel-control {
		width: 39px;
		height: 39px;
		left: 0%;
		top: -22%;
	}

	.event-carousel a.right.carousel-control {
		width: 39px;
		height: 39px;
		right: 0%;
		top: -22%;
	}

	.event-carousel a.left.carousel-control i {
		top: 24%;
		position: absolute;
		left: 27%;
	}

	.event-carousel a.right.carousel-control i {
		top: 24%;
		position: absolute;
		left: 27%;
	}

	.tab-heading li {
		list-style-type: disclosure-closed;
	}

	.tab-heading li::marker {
		color: #a90523;
	}

	div#advanced-fields2 {
		display: none;
	}

	div#advanced-fields2 .form-group2.form-check.inline-fields .date-ranger {
		width: 42%;
		display: inline-block;
		border-radius: 19px;
	}

	#moreFields2 {
		color: #ffffff;
		font-size: 14px!important;
		cursor: pointer;
		text-align: center;
	}

	#moreFields2 i {
		font-size: 11px;
	}

	i#moreFields2::before {
		margin-right: 4px;
	}

	span.filters-text {
		font-family: 'Libre Franklin';
		font-weight: bold;
		text-transform: capitalize;
	}

	.blockquote-slider .blockquote {
		margin: 0px;
		padding: 0px;
	}

	blockquote {
		padding: 10px 20px 10px 0px !important;
	}

	.blockquote p {
		margin-top: 23px;
	}

	.events-blockquote-carousel .carousel-indicators {
		left: 90% !important;
	}

	a.left.carousel-control {
		left: -11%;
	}

	a.right.carousel-control {
		right: -11%;
	}

	.events-card-featured-img {
		height: 179px;
	}

	.see-all-events {
		margin: 0px 7px;
	}

	.events-webinar-sidebar-right .section-one {
		width: 100%;
	}

	.events-webinar-sidebar-right {
		display: block;
	}

	form.event-filter-form {
		padding: 0px;
	}

	.filter-col {
		width: 100%;
	}

	/* div#advanced-fields {
		width: 91%;
		left: 5%;
	} */

	.events-webinar-filter {
		background: white;
		margin: 0px;
	}

	.advanced-filters {
		padding: 12px;
	}

	.advanced-filters .form-group2 label {
		position: relative;
		cursor: pointer;
		font-size: 10px;
		margin-right: 17px;
	}

	.advanced-filters .advanced-text {
		border-radius: 15px;
		width: 95%;
		border: none;
		box-shadow: 1px 1px 14px 1px lightgrey;
		margin: 18px 0px;
		padding: 16px;
		display: inline-block;
	}

	.advanced-filters .advanced-text::placeholder {
		color: #EECDD3;
		font-size: 12px;
	}

	.advanced-filters h3 {
		color: #A90623;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		padding: 0px;
		margin: 0px;
		text-align: left;
	}

	.advanced-filters .form-group2.inline-fields {
		display: inline-block;
		width: 100%;
		text-align: left;
	}

	.advanced-filters .form-group2.inline-fields span.select2.select2-container.select2-container--default {
		width: 100% !important;
	}

	.advanced-filters .form-group2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		left: 0px !important;
		top: 13px !important;
		border-width: 6px !important;
	}

	.advanced-filters .form-group2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		left: 0px !important;
		top: 6px !important;
		border-width: 6px !important;
	}

	.advanced-filters span.select2-selection.select2-selection--single {
		text-align: left;
		padding: 4px 4px;
	}

	.advanced-filters .form-group2 .hasDatepicker,
	.form-group2 .hasDatepicker:focus {
		width: 42%;
		padding: 7px;
		border: none;
		border-radius: 15px;
		display: inline-block;
		box-shadow: 1px 1px 14px 1px #b7b3b3;
	}

	.advanced-filters hr.date-range-divider {
		width: 15%;
		display: inline-block;
		border: 1px solid;
		margin: 5px -4px;
		color: #a90523;
	}

	.advanced-filters button.filter-submit2 {
		width: 100%;
		padding: 4px;
		background: #A90623;
		color: white;
		font-size: 15px;
		text-transform: uppercase;
		margin: 17px 0px 0px 0px;
		border-radius: 0px;
	}

	.tab-filters {
		background-color: #a90523;
		color: white;
	}

	.my-carousel .owl-dots {
		left: 8px;
	}

	/* .events-webinar-center-content.event-search-center-full.search-center-col {
		display: none;
	} */

}

@media only screen and (max-width:480px) {
		.blockquote p:before {
		left: 5px;
		font-size: 20px;
		top:0;
	}
	.blockquote p:after {
		font-size: 20px;
		top:0;
	}
	.blockquote h2 {
		font-size: 16px;
	}
	.blockquote p {
		font-size: 16px !important;
		line-height: 20px !important;
     	padding: 0px 20px;
	}
	#exTab1 .nav-pills>li.active>a{
		padding: 9px 9px !important;
	}
	#exTab1 .nav-pills>li.active>a{
		margin-top: -1px !important;
	}
	.main-navigation>div>ul{
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	.events-tab-row .events-tab-col {
		padding: 0px !important;
	}
	.events-webinar-sidebar-left .section-two .register-btn{
		margin:16px 0px 0px;
	}
	.events-webinar-sidebar-left .section-one{
		margin-bottom:0px !important;
	}
	.wrap.events-webinar-wrap .events-webinar-sidebar-left{
		padding-bottom:20px !important;
	}
	.navigation-top ul#top-menu li {
		display: block;
		width: 100%;
		text-align: left !important;
	}
	div#quote-carousel button.owl-dot.active:focus,
	#flagship-carousel button.owl-dot.active:focus{
       outline:none !important;
	   box-shadow: none !important;
	}
	.menu-main-nav-container button.dropdown-toggle:focus,
	.menu-main-nav-container button.dropdown-toggle:hover {
		background: transparent;
		border: none !important;
		outline: none !important;
	}
	.custom-header .site-branding {
		height: 140px !important;
	}
	nav#site-navigation button.menu-toggle:focus{
		outline:none !important;
	}
	nav#site-navigation button.menu-toggle {
		background: transparent !important;
	}
	.main-navigation a{
		padding:16px 15px !important;
	}
	.navigation-top ul#top-menu li a{
		color:#fff !important;
	}
	.wrap.events-webinar-wrap .row [class^="col"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.events-webinar-wrap {
		padding: 0px !important;
	}

	.events-webinar-sidebar-left .section-two {
		margin-bottom: 10px;
	}

	.row.events-tab-row .filter-col {
		margin: 10px;
		padding: 0px !important;
	}

	#in-person-events-tab .events-tab-col {
		padding: 10px !important;
	}

	.events-tab-col {
		padding: 10px !important;
	}

	.events-webinar-sidebar-left .section-one,
	.events-webinar-sidebar-right .section-one {
		margin-top: 20px !important;
	}

	.events-search-webinar-sidebar-left {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.wrap.events-webinar-wrap .row {
		margin: 0px !important;
	}
}

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

	.wrap.events-webinar-wrap .row [class^="col"],
	.wrap.events-webinar-wrap {
		padding-right: 0px !important;
	}

	/* .wrap.events-webinar-wrap .row{
    margin-right:0px !important;
    margin-left:0px !important;
  } */
}

/* ****************************** */
/*media queries for Bar awards*/
@media (max-width:1280px) {
	.bar-header-content img {
		width: 30%;
	}
}

@media (max-width:600px) {
	.bar-header-content img {
		width: 80%;
	}

	.awards-top-bar#bar {
		align-items: flex-start;
	}

	.bar-header-content {
		margin-top: 5em;
		padding: 1em;
	}
}

/*media queries AMC*/
@media (min-width:1900px) {
	h4.event-report {
		margin-bottom: 64px !important;
	}
}
@media (min-width:1171px) and (max-width:1326px){
    button.filter-submit {
        right: 15px;
        position: absolute;
        top: 2.5px;
    }
}
@media (min-width:992px) and (max-width:1170px){
    .event-filter-form .form-group {
        width: 11%;
    }
    button.filter-submit {
        right: 15px;
        position: absolute;
        top: 2.5px;
    }
	label#moreFields, form.event-filter-form h3, .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 11px;
	}
}
@media (min-width:768px) and (max-width:992px){
	label#moreFields, form.event-filter-form h3, .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 11px;
	}
	.event-filter-form .form-group {
	   margin-right: 7px;
	   max-width: 12%;
	}
}
@media (max-width:900px) {
	.custom-featured-event-buttons a {
		width: 100%;
		margin-bottom: 5px;
	}
	.events-webinar-sidebar-left img.event-small-logo, .events-webinar-sidebar-right img.event-small-logo {
		margin: 1em 0 0;
		max-width: 300px;
	}
}
@media only screen and (max-width:799px){
	.tab-mobile-hide{
		display:none;
	}
}
@media (max-width:800px) {
	.custom-featured-event-inner {
		flex-wrap: wrap;
	}

	.custom-featured-event-inner-left,
	.custom-featured-event-inner-right {
		max-width: 100%;
		width:100%;
	}

	.custom-featured-event-inner-left {
		margin-bottom: 2em;
	}
	.events-search-webinar-sidebar-left {
		margin-right: 0;
		margin-left: 0;
	}
	.tab-content.clearfix.tab-mobile-show {
		display: none !important;
	}
	.wrap.events-webinar-wrap .col-lg-3.col-md-3.col-sm-12.col-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	span.filters-text {
		font-family: 'Libre Franklin';
		font-weight: bold;
		text-transform: capitalize;
	}
	#moreFields {
		color: #ffffff;
		font-size: 14px!important;
		cursor: pointer;
		text-align: center;
		font-weight: 500;
		margin: 0;
	}
	i#moreFields::before {
		margin-right: 4px;
	}
}
@media only screen and (max-width:767px){
	.blockquote p:before,
	.blockquote p:after{
		font-size:28px;
	}
	
	.item .row .blockquote p, .item .row .blockquote h2{
		text-align:center;
	}
	h4.event-report {
		padding: 5px 18px !important;
	}
	.events-single-item h4.card-title {
		padding: 0px;
	}
	#exTab1 .nav-pills>li.active>a{
		margin-top:0px !important;
	}
	.blockquote p {
		position: relative;
		font-size: 18px;
		line-height: 22px;
	}
	.blockquote p:before{
		left:4px;
	}
	.blockquote h2 {
		color: black;
		font-size: 16px;
	}

}
@media only screen and (min-width:650px) and (max-width:799px) {
	/* .tab-mobile-hide {
		display: block ; 
   }
        div#smx-filter.tab-mobile-hide {
            display: none;
        } */

        .events-card-featured-img {
            height: 234px;
        }
        .home .tab-filters {
            display: block !important;
            background: #F7EEF0;
            padding: 15px;
            text-align: center;
            margin: 11px 0px;
            width: 100% !important;
            font-size: 14px !important;
            background-color: #a90523;
            color: white;
        }
        form.event-filter-form {
            padding: 0px;
        }
        i#moreFields2::before {
            margin-right: 4px;
        }
}
@media only screen and (min-width:576px) and (max-width:649px) {
	.tab-content.clearfix.tab-mobile-show {
		display: block !important;
	}
	/* .events-webinar-center-content.event-search-center-full.search-center-col {
		 display: block !important; 
	} */
	.events-card-featured-img {
		height: 234px;
	}
}
@media only screen and (min-width:421px) and (max-width:575px) {
	.tab-content.clearfix.tab-mobile-show {
		display: block !important;
	}
	.wrap.events-webinar-wrap .row [class^="col"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media only screen and (min-width:320px) and (max-width:420px) {
	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
	.events-webinar-sidebar-left img.event-small-logo, .events-webinar-sidebar-right img.event-small-logo {
		margin: 1em 0 0;
		max-width: 300px;
	}
	.tab-content.clearfix.tab-mobile-show {
		display: block !important;
	}

}

@media only screen and (min-width:660px) and (max-width:767px) {

	.events-webinar-sidebar-left,
	.events-webinar-sidebar-right {
		height: 230vh;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width:769px) and (max-width:815px) {

	.events-webinar-sidebar-left,
	.events-webinar-sidebar-right {
		height: 230vh;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
}


@media only screen and (min-width:820px) and (max-width:1000px) {

	.events-webinar-sidebar-left,
	.events-webinar-sidebar-right {
		height: 230vh;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
}


/* sidebar responsiveness */

@media only screen and (min-width:360px) and (max-width:420px) {
	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}

}

@media only screen and (min-width:660px) and (max-width:767px) {

	.events-webinar-sidebar-left,
	.events-webinar-sidebar-right {
		height: 230vh;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width:769px) and (max-width:815px) {

	.events-webinar-sidebar-left,
	.events-webinar-sidebar-right {
		height: 230vh;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
}


@media only screen and (min-width:820px) and (max-width:1000px) {

	.events-webinar-sidebar-left,
	.events-webinar-sidebar-right {
		height: 230vh;
	}

	.events-webinar-sidebar-left .section-one {
		margin-bottom: 0px;
	}
	.blockquote p{
		    padding: 0px 30px;
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .events-webinar-wrap .card-body .card-text {
        opacity: 1;
    }
    .events-webinar-wrap .card-body .card-text span.tooltiptext.tooltip-right{
    opacity: 0;
    }
    .events-webinar-wrap .card-body .card-text:hover span.tooltiptext.tooltip-right{
    opacity: 1;
    }
    .webinar-result-carousel .card-featured-img .event-image {
        width: 100% !important;
        height: 126px;
        top: 0;
    }
    .webinar-result-carousel .events-tab-col .card-image h4 {
        font-size: 13px;
    }
    .events-tab-col.events-item-wrap.search-single-box.all_prev_events_data .events-single-item {
        padding: 0 20px !important;
    }
}
@media only screen and (max-width:375px){
	div#advanced-fields{
		padding: 14px 10px;
	}
	.event-filter-form .form-group{
		margin-right: 10px;
	}
}
@media only screen and (min-width:1600px){
	.custom-featured-event-inner-left {
		max-width:30%;
	}
	.custom-featured-event-inner {
		max-width:50%;
	}
	form.event-filter-form {
		width:100%;
		margin-left:0;
	}
}

/*AMC 17 05 23*/
/* @media only screen and (min-width: 1899px) {
    .card-featured-img .event-image, .card-featured-img {
    height:unset;
    min-height:150px;
    }
} */

@media only screen and (max-width: 1440px) {
    .custom-featured-event-inner {
    width:80%;
    }
}

@media only screen and (max-width: 1107px) {
	.custom-featured-event-inner {
	width:90%;
	}
}

	@media only screen and  (max-width: 1000px) {
		.events-webinar-sidebar-left, .events-webinar-sidebar-right {
			height:unset;
		}
		.events-webinar-sidebar-left img.event-small-logo, .events-webinar-sidebar-right img.event-small-logo {
			max-width:200px;
		}
	}
@media only screen and  (max-width: 800px) {
	.events-webinar-sidebar-left.fixed, .events-webinar-sidebar-right.fixed {
		display:block;
		position:relative;
		left:0;
		right:0;
		width:100%;
	}
}

/*mobile styling*/

@media (max-height: 720px) {

	.bar-showcase-header-content {
		top:20px;
	}

}



@media (max-width: 1366px) {
	.bar-showcase-section {
		padding-left:15%;
		padding-right:15%;
	}
}

@media (max-width: 600px) {
    .awards-top-bar#bar-showcase .vimeo-wrapper {
    background-image: none;
    background-color: #1d2238;
    }
    .bar-showcase-header-content img {
        width:80%;
    }
    .bar-showcase-header-content {
        padding-left:5%;
        padding-right:5%;
    }
    .bar-showcase-section {
        padding-left:5%;
        padding-right:5%;
    }

    .testimonial-single:nth-child(2) {
        margin-left:unset;
    }

    .testimonial-single:nth-child(4) {
        padding: 0;
    }
    .hosts-on-screen {
        margin-top:2em;
    }
    .winners-container-left {
        max-width:unset;
    }
    .winners-container-right {
        max-width:unset;
        margin-top:1em;
    }
    .host-small-container {
        justify-content:center;
    }
    .winners-container-bottom {
        flex-wrap:wrap;
    }
    .winners-container-bottom a {
        width:100%;
        margin-bottom:1em;
    }
    .three-sixty-image-container {
        justify-content:center;
    }
    .three-sixty-image-container img {
        margin-bottom:1em;
    }
    .photo-booth-sub a button.gall-link {
        width:100%;
    }
    #bar-awards-fullwidth h1 {
        margin-top:55px;
    }
}

@media (max-width: 600px) {
	.northern-powerhouse-header-content img {
		max-width:90%;
	}
	.northern-powerhouse-header-content {
		padding-left:5%;
		padding-right:5%;
		top:0;
	}
	.awards-top-bar#northern-powerhouse .vimeo-wrapper {
		background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-ring-bg-01.png);

	}
}

@media (max-width: 600px) {
	header#cc-header {
		width:100% !important;
	}
	.webinar-list-item {
		width: 100% !important;
		overflow: hidden;
	}
	.corp-conv-description {
		padding:1em;
		margin-top: 1em;
		width:100%;
	}
}
  
@media (max-width: 600px) {
	.northern-powerhouse-header-content img {
		max-width:90%;
	}
	.northern-powerhouse-header-content {
		padding-left:5%;
		padding-right:5%;
		top:0;
	}
}
  @media (min-width: 1600px) {
	.generic-awards-section.book-a-table#northern-powerhouse-awards {
		padding-left:25%;
		padding-right:25%;
	}
  }
  /*THIS IS HOW TO MAKE THE HEADER VIDEO FIT ON A SMALL LAPTOP SCREEN*/
  @media (max-width:1280px) and (min-width:1000px) {
	.northern-powerhouse-header-content h1  {
		font-size:21px;
		margin-bottom:1em;
	}
	.awards-top-bar#northern-powerhouse h2 {
		font-size:21px;
	}
	.vimeo-wrapper /*this specifically*/ {
		height:100%;
	}
	.vimeo-wrapper iframe {
		min-height:120vh;
	}
  }

  @media (max-width:1000px) {
	.generic-awards-section#northern-powerhouse-awards .left-section, .generic-awards-section#northern-powerhouse-awards .right-section {
		width:100%;
	}
	.generic-awards-section#northern-powerhouse-awards .left-section {
		margin-bottom:2em;

	}
	button.generic-awards-button {
		width:100%;
	}
  }
  
@media (max-width: 600px) {
	.northern-powerhouse-header-content img {
		max-width:90%;
	}
	.northern-powerhouse-header-content {
		padding-left:5%;
		padding-right:5%;
		top:20px;
	}
	.awards-top-bar#northern-powerhouse .vimeo-wrapper {
		background-image: url(https://www.legal500.com/wp-content/uploads/sites/5/2022/11/Northern-Powerhouse-ring-bg-01.png);

	}
	.northern-powerhouse-header-content p {
		font-size:1.25em;
	}
	.awards-front-page#northern-powerhouse .entry-content, .generic-awards-section.book-a-table#northern-powerhouse-awards, .generic-awards-section#northern-powerhouse-awards {
		padding-left:5%;
		padding-right:5%;
	}
	.generic-awards-section#northern-powerhouse-awards h2 {
		text-align:center;
		text-transform:uppercase;
	}
}
	/*media queries*/
	@media (max-width:1280px) {
		.awards-header-content img {
			max-width:33%;
		}
	}
	@media (max-width: 600px) {
		.awards-header-content {
			padding-left:5%;
			padding-right:5%;
		}
	.awards-header-content img {
		max-width:100%;
	}
	.awards-header-content p {
		line-height:unset;
	}
	.vimeo-wrapper#bz-awards-wrapper {
		background-image:url(https://www.legal500.com/wp-content/uploads/sites/5/2022/12/sao-paolo-mobile-bg.jpg);
	}
}


/*AMC POST LAUNCH FIXES*/

/*AMC 21/9 featured event on homepage*/

.custom-featured-event-buttons a {
    min-width: 100%;
    margin: 5px;
}

.custom-featured-event-buttons button {
	width:100%;
}


/*AMC 22/9 global page background colour*/
.body {
	background: white !important;
}

/*AMC 22/9 AWards pages housekeeping – removing duplicates and older versions*/
/*nav menus*/
.navigation-top.awards-menu {
	top:0;
	position:sticky;
	z-index:100000;
}
.navigation-top.awards-menu > .wrap {
	background: black !important;
}

.navigation-top.awards-menu .main-navigation ul.sub-menu {
	background: black;
	background-color:black;
}
.navigation-top.awards-menu .main-navigation ul.sub-menu li a {
	color:white !important;
}

@media screen and (min-width: 48em) {
	.awards-menu .main-navigation>div>ul {
	float:right;
}
}
a.awards-header-logo-link {
	width:75px;
	padding-top:0;
	float:left;
}
.awards-top-bar {
	width: 100%;
    height: 100vh;
    position: relative;
}
/*media queries*/
@media screen and (max-width: 600px) {
.navigation-top.awards-menu nav {
	margin-top:0 !important;
}
.awards-top-bar {
	margin-top:0 !important;
}
}


/*awards homepages*/
.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    margin-bottom: 0;
}
.vimeo-wrapper iframe {
	width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vimeo-overlay {
	position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.awards-header-content {
	color: white;
}

.awards-front-page {
	width:100vw;
	padding-left:25%;
	padding-right:25%;
}

.awards-front-page .entry-header {
	display:none;
}
.awards-front-page .entry-content {
	width:100% !important;
	font-family: "Lato", sans-serif;
	padding-top:7.5%;
	padding-bottom:7.5%;
}
.generic-awards-section {
	font-family: "Lato", sans-serif;
	padding-top:7.5%;
	padding-bottom:7.5%;
	padding-left:25%;
	padding-right:25%;
}



/*media queries*/
@media screen and (max-width:600px) {
	.awards-top-bar {
		overflow:hidden;
	}
.awards-header-content p {
	text-align:center;
}
.awards-front-page {
	padding:0;
}
.generic-awards-section {
	padding-left:5%;
	padding-right:5%;
}
}


/*AMC 22/9 awards child pages*/
#other-awards-fullwidth {
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content:center;
}
#other-awards-fullwidth h1 {
	background: none !important;
	margin: 0 !important;
	padding:20px;
}

h1#awards-child-header {
	font-family: "Lato", sans-serif;
	margin-top:0;
}
#other-awards-padding {
	padding-left:25%;
	padding-right:25%;
		font-family: ff-real-text-pro, sans-serif;
}


/*AMC 22/9 countdown timers*/
.countdown {
	clear:both;
	padding-top:7.5%;
	padding-bottom:7.5%;
	width: 100%;
	background: #222;
	text-align: center;
	margin-top: 10px;
	text-transform:uppercase;
		font-family: ff-real-text-pro, sans-serif;

}

.countdown h2 {
	text-align: center;
	color: #fff;
	border-bottom: none;
	background: none;
		font-family: ff-real-text-pro, sans-serif;
	font-weight: 500;
	margin-top: 20px;
	font-size: 30px;
}

.countdown p {
	background: none;
	text-align: center !important;
}

.countdown button {
	text-align: center;
	background-color: black;
	border-bottom: 2px #e8b984 solid;
		font-family: ff-real-text-pro, sans-serif;
	font-weight: 600;
	display: inline-block;
	vertical-align: text-bottom;
}

p.entry-deadline {
	text-align: center;
	color: #fff;
	font-size: 2.0em;
	background: none;
	margin-bottom: 10px;
}

#days {
	font-size: 50px;
	color: white;
}

#hours {
	font-size: 50px;
	color: white;
}

#minutes {
	font-size: 50px;
	color: white;
}

#seconds {
	font-size: 50px;
	color: white;
}

div.countdown-timer {
	display: inline-block;
	line-height: 1;
	padding: 20px;
	font-size: 40px;
}

span.timings {
	display: block;
	font-size: 20px;
	color: white;
}

/*AMC 22/9 EGC */
.egc-header-content {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:10;
	top:10% !important;
}
.egc-header-content img {
	width:20% !important;
}
.egc-header-content h1 {
	padding-top: 0 !important;
    margin-top: 0 !important;
}
.egc-header-content p {
	color:white;
}
.egc-front-page .entry-header {
display:none;
}
.egc-front-page .entry-content {
	width:100% !important;
	padding-left:25%;
	padding-right:25%;
}
.egc-front-page .entry-content p {
	color:white;
}

/*EGC previous attendees and testimonials*/
.previous-attendees-sec {
	padding-top: 7.5%;
	padding-bottom: 7.5%;
	display: block;
	margin: auto;
	background: white;
	width: 100%;
	clear: both;
}
.previous-attendees-sec h3 {
text-align:center;
}


ul.testimonials {
	width: 70%;
	padding: 2em 5em;
	margin: auto;
	display: block;
}

ul.previous-attendees {
	width: 80%;
	margin: auto;
	display: block;
}

li.testimonial p {
	color: white;
	text-align: center;
	font-style: italic;
	font-size: 1.5em;
}

li.testimonial p:not(:first-of-type) {
	font-weight: bold;
	font-style: normal;
	color: #ea0252;
}

ul.testimonials::before {
	content: '\201C';
	color: #ea0252;
	font-size: 200px;
	float: left;
	margin-right: 50px;
	margin-top: -100px;
}

ul.previous-attendees {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.previous-attendees li {
	transform: scale(0.5, 0.5);
}


.slick-track {
	display: flex !important;
	align-items: center;
}

ul.previous-attendees .slick-track {
	max-height: 200px !important;
}

@media screen and (max-width:1280px) {
	.egc-header-content {
		top:0 !important;
	}
	.egc-header-content h1 {
		margin-bottom:0 !important;
	}
}


/*AMC Awards templates – add strapline and background image replace if no video*/
.hero-bg {
	position:absolute;
	min-width:100%;
	min-height:100%;
	top:0;
	left:0;
}

h1.awards-strapline {
	font-size:18px;
}

/*AMc event posts header styling 28/9*/
#letterhead {
	display:flex;
	align-items:center;
	padding:1em;
	flex-wrap:wrap;
	clear:both;
	height:unset !important;
}
#letterhead h1 {
	color:black;
	text-align:left;
	margin:0;
	padding:0;
}

/*AMc events navigation li styling 28/9*/
.main-navigation ul ul a {
	color: white !important;
}

/*AMc webinar logo sizes 5/2/24*/
#sponsors-left .sponsor-image, .webinar-body-main .sponsors .sponsor-image {
	width:150px;
	height:unset;
}

/*AMC rebranding for Awards*/
.awards-header-content h1 {
	font-family: ff-real-headline-pro, serif;
	padding-top:0.25em;
	margin-bottom:0.5em;
}
h2.awards-strapline {
	font-family: ff-real-text-pro, sans-serif;
	margin-bottom:2em;
	text-transform: none;
	font-size:1.25em;
	border-bottom: none !important;
	padding:0;
}
.awards-header-content p {
	font-family: ff-real-text-pro, sans-serif;
	text-transform:none;
}

.awards-header-content p strong {
font-weight:normal;
}

.awards-front-page .entry-content p, .generic-awards-section p {
	font-family: ff-real-text-pro, sans-serif;
	font-weight:200;
}

.generic-awards-section h2  {
	font-family: ff-real-headline-pro, sans-serif;
text-transform:unset;
}

.generic-awards-section h3 {
	font-family: ff-real-text-pro, sans-serif;

}

button.generic-awards-button {
	font-family: ff-real-text-pro, sans-serif;
	width:60%;
}

.countdown {
	margin-top:0;
}

.countdown-timer {
    font-family: ivypresto-headline, serif;

}

.countdown-timer span.timings {
	font-family: ff-real-text-pro, sans-serif;
	margin-top:0.5em;

}
.countdown h2 {
	text-transform:unset;
}
h2 span.generic-awards {
	font-family: ff-real-text-pro, sans-serif;
	text-transform:none;

}

h2 span.generic-awards-ivy {
	font-family: ivypresto-headline, serif;
	text-transform:initial;
}

.navigation-top.awards-menu {
    font-family: ff-real-text-pro, sans-serif;
font-weight:300 !important;
}

/*child pages*/
h1#awards-child-header {
font-family: ivypresto-headline, serif;

}

#other-awards-padding p {
	font-family: ff-real-text-pro-2, sans-serif;
}
#other-awards-padding p strong, #other-awards-padding p b {
	font-family: ff-real-text-pro, sans-serif;

}

#other-awards-fullwidth {
	background: black;
	background-repeat:no-repeat;
	background-position:left;
	background-size:20%;
}


/*AMc EGC Speakers page branding*/
@import url("https://use.typekit.net/ulu8tml.css");

#other-awards-padding.egc-speakers {
	padding-left:20%;
	padding-right:20%;
}

h2.egc-speaker-type {
	color:black;
text-transform:uppercase;
font-weight:600;
margin-bottom:0;
font-family: "alternate-gothic-atf", sans-serif !important;
font-size:2em;
border-bottom: none;
margin-bottom:1em;
}

#other-awards-padding.egc-speakers p, #other-awards-padding.egc-speakers li, #other-awards-padding.egc-speakers strong {
	font-family: proxima-nova, sans-serif;
}
.egc-speaker-img-section {
	margin-right:2em;
}
.speaker-bio-img {
max-width:150px;
position:absolute;
left:5px;
top:5px;
}
.speaker-circle-bg {
	max-width:160px;
	max-height:160px;
	min-width:160px;
	min-height:160px;
	position:relative;
	background: #5bbfed;
	border-radius:50%;
}
img.rotator-offset {
	position:absolute;
	bottom:-5%;
	left:-5%;
	width:75%;
}
.speaker-bio {
display:flex;
justify-content: flex-start;
align-items:flex-start;
margin-bottom:2em;
}
.speaker-name-egc {
color:black;
text-transform:uppercase;
font-weight:600;
margin-bottom:0;
font-family: "alternate-gothic-atf", sans-serif !important;
font-size:1.5em;
}
.speaker-info {
font-size:1.25em;
}
@media (max-width: 1280px) {
#other-awards-padding.egc-speakers {
padding-left:10%;
padding-right:10%;
}
}

@media (max-width: 1000px) {
	.speaker-bio {
		flex-wrap:wrap;
	}
	.egc-speaker-img-section {
		margin-bottom:1em;
	}
}


/*AMC Summits restyle*/
.testimonials-sec {
	padding-top:7.5%;
	padding-bottom:7.5%;
	background-color: #010101 !important;
}

ul.testimonials::before {
  margin-bottom:-100px;
  margin-right:-100px;
  color: #5bbfed !important;
}
ul.testimonials {
	list-style: none !important;
}
li.testimonial p {
font-style:normal !important;
font-family: ff-real-text-pro, sans-serif;
}

ul.previous-attendees {
  display:block !important;
  list-style-type: none !important;
}

.awards-header-content#summits h1 {
	font-size:24px;
	text-transform:uppercase;
	font-weight:500;
}

.slick-list.draggable {
	overflow:hidden;
	margin:auto;
  }

.previous-attendees-sec h2  {
	font-family: ff-real-headline-pro, sans-serif;
text-transform:unset;
border-bottom:none;
text-align:center;
}

  @media (max-width: 1000px) {
	ul.testimonials {
		width:100%;
		padding:1em;
	}
	li.testimonial p {
		font-size:1em;
	}
	
  }
  @media (max-width: 800px) {
	#other-awards-padding {
		padding:5%;
	}
  }

/*EGC 2025 styling*/
.countdown-timer.egc {
	font-family: "alternate-gothic-atf", sans-serif !important;
	font-weight:600;
}
/*AMC generic full width page styling*/
.site-main.other-awards-children.generic-page #other-awards-padding {
	background:none;
	display:block;

}
.site-main.other-awards-children.generic-page #other-awards-padding h1 {
	color:black;
	font-family: ff-real-headline-pro, sans-serif;
	text-align:left;
	margin-bottom:1em;
	font-size:1.5em;
}

/*AMC reskinning site Jun25*/
a.view-report {
	background: #453CF0;
	transition: 0.2s all ease;
}
a.view-report:hover {
		background: #3A34C4;

}

/*AMC reskinning site Jul+Aug 25*/
/*main site*/
.site-content-contain {
	background:#fff;
}
/*filter*/
#keyword::placeholder {
    color: #453CF0 !important;
}

/*homepage*/
.events-card {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
}
h4.post-type-bookmark {
    border-top-left-radius: 10px;
	font-family: ff-real-headline-pro-2, sans-serif;
	font-weight:300 !important;
	text-transform:none;
}

.events-webinar-center-content .load-more-events button, .search-center-col .load-more-events button:focus {
    font-weight: 200;
    font-family: ff-real-text-pro, sans-serif;
    background: #463EEC;
    border-radius: 10px;
    padding: 0.5em 2em;
}
.events-webinar-center-content .load-more-events button:hover {
	background:#3B35C1
}

/*homepage promo sections*/
/*top section*/
.custom-featured-event h3, .custom-featured-event p {
	text-transform: none !important;
	font-weight:400;
	font-family: ff-real-headline-pro-2, sans-serif;
}
.custom-featured-event-buttons button {
	border-radius:10px;
}
.custom-featured-event-buttons button {
	text-transform:none;
}
.custom-featured-event-buttons button:hover {
	border-radius:10px;
}
/*sidebars*/
.events-webinar-sidebar-left h4, .events-webinar-sidebar-right h4, .section-two .hashtag-text {
	text-transform: none !important;
	font-weight:400;
	font-family: ff-real-headline-pro-2, sans-serif;
}

.events-webinar-sidebar-right .section-two .register-btn, .events-webinar-sidebar-left .section-two .register-btn {
		text-transform: none !important;
	font-weight:400;
	font-family: ff-real-headline-pro-2, sans-serif;
	border-radius:10px;
}
/*homepage filter*/
.events-webinar-filter.fixed {
top:50px; /*this accounts for the L500 menu*/
}
.logged-in .events-webinar-filter.fixed {
top:75px; /*this accounts for the L500 menu*/
}
form.event-filter-form  {
	text-transform:none;
	font-weight:300;
	font-family: ff-real-text-pro-2, sans-serif;
	font-variant-numeric: lining-nums;
}
form.event-filter-form h3  {
    text-transform: capitalize;
    font-weight: 600;
    font-family: ff-real-text-pro, sans-serif;
	font-variant-numeric: lining-nums;
}
#exTab1 .nav-pills>li>a {
	text-transform: none;
	font-weight:300;
	font-family: ff-real-text-pro-2, sans-serif;
}
.events-webinar-center-content .load-more-events button {
	text-transform:none;
	font-weight:300;
	font-family: ff-real-text-pro-2, sans-serif;
}
/*home testimonial carousel*/
 div#quote-carousel {
	background:#fff !important;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
	padding-top:30px;
 }
 .blockquote p {
	padding:0;
	font-size:16px;
	font-weight:300;
	font-family: ff-real-text-pro-2, sans-serif !important;
	line-height:normal;
	font-variant-numeric: lining-nums;
 }
 .item .row .blockquote h2 {
		font-size:18px;
	font-weight:300;
	font-family: ff-real-text-pro-2, sans-serif;
	font-variant-numeric: lining-nums;
	text-transform: none;
 }
 .blockquote a, .blockquote a:hover {
	color:#463EEC;
 }
/*home featured events carousel*/
.owl-item {
	border-radius:10px;
	overflow:hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.events-flagship-carousel {
		background:#fff !important;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
}
.events-flagship-carousel h3 {
	text-transform:none;
	border: none;
}
.flagship-title h6 {
	font-weight:300;
	font-variant-numeric: lining-nums;
	font-family: ff-real-text-pro-2, sans-serif;
}
/*contact-button*/
.float-btn {
	 background: white;
    color: #000;
    border-radius: 10px;
    padding: 5px 20px;
	font-weight:300;
	font-variant-numeric: lining-nums;
	font-family: ff-real-text-pro-2, sans-serif;
}
.float-btn a {
	 color: #453CF0;
}
.float-btn a:hover {
	color:#3A34C4;
}
/*single event post*/
.wrap.single-event {
	max-width:1280px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-variant-numeric: lining-nums;

}
#event-content p {
	font-family: ff-real-text-pro-2, sans-serif;
	font-weight:normal;
	font-size:16px;
}
.wrap.single-event h2, .wrap.single-event h3 {
	color: #000;
	text-transform: none;
	border-bottom: none;
	font-size:18px;
}

#event-previous-next, #event-photos, .home .entry-header, #left-home-col, #right-home-col, #map-nav, #search-results {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
}
.has-sidebar #secondary {
	background:none;
}
#letterhead {
	padding: 0;
	box-shadow: none;
	margin-bottom:1.5em;
}
#event-content {
	padding:0;
	box-shadow:none;
	background:none;
}
.timings span {
	font-family: ff-real-text-pro-2, sans-serif;
	font-weight:300;
}
.sponsors {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sponsor-wrapper {
  gap: 1rem;
  flex-wrap: wrap;
  width: auto;
}

.sponsor-wrapper img {
	max-width:150px;
}

.sponsor-wrapper.has-write-up {
  width: 100%;
  flex-direction: column;
}
.sponsor {
	max-width:200px;
	margin-top:0;
}
.sponsor-wrapper.has-write-up .sponsor {
  flex: 0 0 auto;
  margin-top:0;
  max-width:unset;
}

.sponsor-write-up {
  flex: 1 1 100%;
}

.sponsor a {
	box-shadow:none;
	width:auto;
}


.sponsor-wrapper.has-write-up .sponsor a img, .sponsor-wrapper.has-write-up .sponsor img {
	max-width:150px;
	margin-bottom:10px;
}

.sponsor-write-up p {
	font-family:ff-real-text-pro-2, sans-serif;
	font-weight:300;
}

/*summit post type specific styles*/
.registration-bar button, .registration-bar button:focus {
    width:100%;
	margin-top:1em;
	font-weight: 200;
    font-family: ff-real-text-pro, sans-serif;
    background: #463EEC;
    border-radius: 10px;
    padding: 0.5em 2em;
}
.registration-bar button:hover {
	background:#3B35C1 !important;
}
/*registration form*/
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
	    font-weight: 200;
    font-family: ff-real-text-pro, sans-serif;
    background: #463EEC;
    border-radius: 10px;
    padding: 0.5em 2em;
}
.gform_wrapper form {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
	background:none;
}

/*single event report posts*/
a.view-report {
    transition: 0.2s all ease;
    font-size: 14px;
    text-decoration: none;
    background: white;
    border: 1px solid #453CF0;
    color: #453CF0;
    border-radius: 10px;
    max-width: fit-content;
    padding: 5px 20px;
}
a.view-report:hover {
    border-color: #3A34C4;
    background: unset;
    color: #3A34C4;
}

/*mobile styling*/
/*nav*/
@media (max-width: 700px) {
.l500-basic {
    top: 0 !important;
    position: fixed;
    z-index: 9999999999;
}
}
/*single posts*/
@media (max-width: 700px) {
.wrap.single-event #primary {
width:100%;
}
}