@media (max-width: 767px) {
  .elementor-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#logo img { 
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out; 
}

.jet-sticky-section--stuck #logo img { 
  max-width: 75%; 
  -moz-transition: all .4s ease-in-out; 
  -webkit-transform: translate3d(0,0,0); 
  transition: all .4s ease-in-out; 
}

.page-preloader {
  border-top-color: #000;
  border-right-color: #000;
}

.elementor-menu-anchor { 
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .elementor-menu-anchor { 
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
  }
}

:focus, :focus-visible {
    outline: 5px solid crimson !important;
    border-radius: 5px !important;
    outline-offset: 5px;
}

@media (max-width: 767px) {
	.elementor-element-eafa05a .elementor-element-populated,
	.elementor-element-028e117 .elementor-element-populated	{
	  padding: 0 !important;
	}
	
	.elementor-jet-breadcrumbs .jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-last-child(2),
	.elementor-jet-breadcrumbs .jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-last-child(1) {
		display: none;
	}
}

.partner-logo img {
  width: auto;
  max-height: 150px;	
}

.tablepress.meetings th {
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-4e223fd-font-family);
  font-size: var(--e-global-typography-4e223fd-font-size);
  font-weight: var(--e-global-typography-4e223fd-font-weight);
  text-transform: var(--e-global-typography-4e223fd-text-transform);
  line-height: var(--e-global-typography-4e223fd-line-height);
  color: #ffffff;
}
.tablepress.meetings th.column-2,
.tablepress.meetings th.column-3,
.tablepress.videos td.column-2,
.tablepress.fact td.column-2 {
  width: 20% !important;
  text-align: center;
}
.tablepress.summary td.column-2 {
  width: 40% !important;
  text-align: center;
}
.tablepress.meetings tr {
  vertical-align: middle;
}
.tablepress.meetings td,
.tablepress.videos td,
.tablepress.summary td,
.tablepress.fact td,
.tablepress.annual td {
  font-family: var(--e-global-typography-a2b9a8a-font-family);
  font-size: var(--e-global-typography-a2b9a8a-font-size);
  font-weight: var(--e-global-typography-a2b9a8a-font-weight);
  line-height: var(--e-global-typography-a2b9a8a-line-height);
}
.tablepress.meetings td.column-2,
.tablepress.meetings td.column-3,
.tablepress.videos td.column-2,
.tablepress.fact td.column-2,
.tablepress.annual td.column-2 {
  text-align: center;
  font-weight: 700;
}

img.alignright {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2)
}
@media (max-width: 767px) {
  img.alignright {
	  float: none;
	  display: block;
  }
} 

body.blog #content,
body.single #content,
body.archive #content {
  margin-top: 0;
  margin-bottom: 0;
}

body.single #content .elementor-jet-breadcrumbs .jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-last-child(2),
body.single #content .elementor-jet-breadcrumbs .jet-breadcrumbs__wrap .jet-breadcrumbs__item:nth-last-child(3) {
  display: none;
}