.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.text-light {
    color: darkgrey;
}
.text-center {
    text-align: center;
}
.fw-3 {
    font-weight: 300;
}
.fw-5 {
    font-weight: 500;
}
.justify-content-center {
    justify-content: center;
}
.mt-1 {
    margin-top: 0.25em;
}
.mt-2 {
    margin-top: 0.5em;
}
.mt-4 {
    margin-top: 1em;
}
.mb-2 {
    margin-bottom: 0.5em;
}
.mb-3 {
    margin-bottom: 0.75em;
}
.mb-4 {
    margin-bottom: 1em;
}
.mt-6 {
    margin-top: 2em;
}

.px-3 {
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.py-2 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.p-3 {
    padding: 0.75em;
}
.p-4 {
    padding: 0.75em;
}
.d-none {
    display: none !important;
}
ins[data-revive-zoneid] > a > img {
	max-width: 100%;
}

#menu-primary-menu-1 .conference-new a:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/plugins/tech42/assets/img/letter-n-16.png);
  content: ' ';
}

.wp-block-embed blockquote {
	display: none;
}
.wp-block-embed iframe.wp-embedded-content {
	position: relative !important;
	width: 100%;
}



