/*bottom margin*/
.entry-content > div[class^='wp-block-'] {
  margin-bottom: 0px;
}

/*nav bar and menu*/
#masthead.masthead-logo-in-menu .logo > img {
    margin-left: 30px;
}
#masthead.masthead-logo-in-menu .logo > img {
    max-height: 40px;
}

mobile-nav-frame .title {
    padding: 14px 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1c1c1c;
    background: #0f1216;
}
.mobile-nav-frame .title h3 {
    color: #f2f2f2;
		text-shadow:none;
}
.mobile-nav-frame ul {
    background: none;
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
		border-radius:0;
		}

/*hero*/
.sow-hero-buttons {
    margin: 0em!important; 
}

.main-navigation a {
	font-weight: 400;
}

/*lightbox*/
.fancybox-title-over-wrap {    bottom: 0;
		bottom:inherit;
    background: none;
}

.fancybox-title {
    visibility: hidden;
    font: inherit;
    position: relative;
    text-shadow: none;
    z-index: 100050;
}

/*pdf embedder*/
.pdfemb-viewer {
    border: none!important;
}