.notification-bar {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px 10px;
    width: 100vw;
    height: 43px;
    background-color: #6262DE;
    color: #ffffff;
    font: 700 12px/16px "Montserrat";
    z-index: 9;
}

.page-template-embedded-debt .notification-bar {
    position: relative;
}

.notification-bar a {
	margin: 0 3px;
	text-decoration: underline;
	cursor: pointer;
    color: #ffffff;
}
.has-notification .header {
	top: 43px;
}

.page-template-embedded-debt .has-notification .header {
    position: relative;
    top: 0;
}

.has-notification main {
	margin-top: 43px;
}

.page-template-embedded-debt .has-notification main {
    padding: 0;
}

div.body {
    padding-top: 225px;
    padding-bottom: 105px;
}

.has-notification div.body {
    padding-top: 270px;
}

@media (max-width: 1023px) {
    div.body {
        padding-top: 135px;
        padding-bottom: 50px;
    }
    .has-notification div.body {
        padding-top: 180px;
    }
}

.single .date {
	display: none;
}
.single .section-post-hero {
    margin: 0 0 50px;
}
.single .section-post-hero .post-hero {
    margin: 0 0 20px;
}
.single .section-post-hero .post-hero img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.single .section-post-hero h1 {
	font-size: 38px;
	line-height: 125%;
    margin: 0;
}
.single .section-post-hero h1 .badge {
	display: none;
}
.single .section h4 {
	margin-bottom: 1.5em;
	line-height: 30px;
}
.single .section .entry p {
	line-height: 125%;
}
.single.single-post .sticky-side {
	display: none;
}
.single.single-post .section-press {
	display: none;
}
.single .body .container {
	max-width: 680px;
}
@media (max-width: 767px) {
	
	.single .section-post-hero h1 {
		font-size: 28px;
	}
	.single .section h4 {
		margin-bottom: 40px;
	}
}
@media (max-width: 320px) {
	.notification-bar {
		padding: 14px 15px;
		display: block;
		height: auto;
		text-align: center
	}
	.single .section-post-hero h1 {
		margin-bottom: 10px;
	}
}

/**/

.single .section.section-breadcrumbs {
}

.single .section.section-breadcrumbs .container {
    max-width: calc(1340px + var(--gutter)*2);
}

.single .section.section-breadcrumbs #breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 80px;
}

.single .section.section-breadcrumbs #breadcrumbs > span {
}

.single .section.section-breadcrumbs #breadcrumbs > span > span {
}

.single .section.section-breadcrumbs #breadcrumbs > span > span > a {
}

.single .section.section-breadcrumbs #breadcrumbs > span > span > span {
}

@media (max-width: 768px) {
    .single .section.section-breadcrumbs #breadcrumbs {
        font-size: 14px;
        margin: 0 0 40px;
    }
}

.contact-single .container {
    padding-top: 30px;
}

.features-video {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 25px 0 0;
}

.box-image {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

/* For mobile elements that should be hidden on desktop */
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}