.image-align-left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.image-align-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.breadcrumbWrapper {
  display: none;
}

/* .content.pageContent.postContent {
  text-align: justify;
}
.content.pageContent.postContent .mediaImage {
  width: 250px;
  height: auto;
}

@media screen and (max-width: 1024px) {
    .headerContent>.mainCallToAction {
        padding: 1rem !important;
        line-height: 1.8rem !important;
    }
  
    .headerContent>.mainCallToAction, .headerContent>.mainCallToAction>.tagline {
        margin: 0 !important;
        display: initial !important;
    }

    .headerContent>.mainCallToAction>.mainCallToAction__contents {
        display: none !important;
    }
}

@media screen and (max-width: 330px) {
    .headerContent>.mainCallToAction>.tagline {
        display: none !important;
    }
}

.menuMainAlt {
    position: initial !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    white-space: nowrap !important;
} */
