/* add custom logo to header */
.site-name.site-name-with-logo.unit.two-thirds {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: end;
}
.site-name.site-name-with-logo.unit .tagline {
    line-height: normal;
    text-align: left;
}
.observer-logo {
    width: 200px;
    min-width: 200px;
}
header span {
    text-align: left;
}
header .site-title a {
    display: none;
}
/* Media Queries*/
@media (max-width: 768px) {
    .nav_horizontal.home .banner {
        padding: 0 0 20px 0 !important;
    }
}
@media only screen and (max-width: 929px) {
    html[class*="candor"] .site-name.site-name-with-logo.unit.two-thirds {
        flex-direction: column-reverse;
        align-items: baseline;
    }
    .observer-logo {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 930px) {
    .observer-logo {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 862px) {
    .site-name.site-name-with-logo.unit.two-thirds {
        align-items: baseline;
        margin-left: 15px;
    }
    header .grid {
        align-items: flex-start;
    }
    .psom-logo img {
        margin: auto;
    }
}
@media (max-width: 768px) {
    .site-name.site-name-with-logo.unit.two-thirds {
        flex-direction: column-reverse;
        align-items: baseline;
    }
    html[class*="sparkle"] .site-name.site-name-with-logo.unit.two-thirds {
        flex-direction: column-reverse;
        align-items: center;
    }    
    html[class*="sparkle"] .site-name.site-name-with-logo.unit.two-thirds span {
        text-align: center;
    }
}
@media (max-width: 670px) {
    header .header-main {
        display: block;
    }
    .header-main.grid .unit {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .site-name.site-name-with-logo.unit.two-thirds {
        margin-left: 0;
        align-items: center;
    }
    .site-name.site-name-with-logo.unit.two-thirds span {
        text-align: center;
    }
    html[class*="candor"] .site-name.site-name-with-logo.unit.two-thirds {
        align-items: center;
    }
}
