.home .header__masthead{
	height: 85vh;
}
.home .header__masthead *{
	height: inherit;
}
body:not(.logged-in) .header__masthead--image h1{
	/*display: none !important;*/

}

.header__masthead--image h1{
	color: #FFF;
}
.header__masthead--image.top-left h1{
	margin-top: 100px;
	margin-left: 100px;
}
.header__masthead--image.top-center h1{
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}
.header__masthead--image.top-right h1{
	margin-left: auto;
	margin-right: 100px;
	margin-top: 100px;
	text-align: right;
}
.header__masthead--image.center-right h1{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 100px;
    text-align: right;
    margin-left: auto;
}
.header__masthead--image.bottom-right h1{
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-right: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    text-align: right;
}
.header__masthead--image.bottom-center h1{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
}
.header__masthead--image.bottom-left h1{
    display: flex;
    align-items: flex-end;
    justify-content: left;
    padding-left: 100px;
    padding-bottom: 100px;
    text-align: left;
}
.header__masthead--image.center-left h1{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 100px;
    text-align: left;
}
.header__masthead--image.center-center h1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  0 auto;
    text-align: center;
}

.header__top__sub-menu ul li ul.sub-menu {
display: none !important;
}
.header__top__sub-menu ul li ul.sub-menu.show-sub-menu {
display: inline !important;
}