.block-hero{background-position:center bottom;position:relative;}
.block-hero .hero-area{padding:5rem 0 0;text-align:center;position:relative;z-index:999;}
.block-hero .hero-area h2{font-weight:400;padding-bottom:0;text-transform:uppercase;display:inline-block;border-bottom:3px solid #b3aa82;font-size:1.75rem;margin-bottom:2rem;}
.block-hero .hero-area h1{font-weight:400;}
.block-hero .hero-area .post-title{margin-bottom:0;}
.block-hero .hero-area .author{font-size:1.7rem;}
.block-hero .hero-area .date{color:#b3aa82;font-weight:300;font-size:1.75rem;}
.block-hero .hero-area .content{margin-top:3rem;}
.block-hero .hero-area blockquote{border-left:0;margin:3rem 0;font-style:italic;font-size:1.75rem;font-weight:300;position:relative;line-height:1.8;}
.block-hero .hero-area blockquote:before{content:url('/wp-content/themes/toast/assets/images/quote.svg');width:20px;display:block;position: absolute;top: 0;left: 0;transform: translatey(-50%) rotate(180deg);}
.block-hero .hero-area blockquote:after{content:url('/wp-content/themes/toast/assets/images/quote.svg');width:20px;display:block;position: absolute;bottom: 0;right: 0;transform: translatey(50%);}

.block-hero .hero-area .content:empty{min-height:110px;margin-top:0;}
.block-hero .hero-area .read-time{text-transform:uppercase;border-bottom:3px solid #b3aa82;display:inline-block;font-size:1.5rem;}

.block-hero .hero-area .hero-navigation{list-style-type:none;padding:2rem 0;}
.block-hero .hero-area .hero-navigation li{display:inline-block;margin-left:1rem;padding:0;width:175px;margin-bottom:0;}
.block-hero .hero-area .hero-navigation li:first-child{margin-left:0;}
.block-hero .hero-area .hero-navigation li a{padding:1rem;border-radius:4px;color:#000000;background:#b3aa82;display:block;transition:all .25s;}
.block-hero .hero-area .hero-navigation li.active a, .block-hero .hero-area .hero-navigation li:hover a{color:#212529;background:#ffffff;}

.block-hero.box-added{background-position:top center;}
.block-hero.box-added .content{padding-top:86px;}
.block-hero.box-added .hero-popout{background:#ffffff;color:#000000;}
.block-hero .hero-box{background:#000000;width:100%;height:86px;position:absolute;bottom:0;left:0;z-index:1;}

.block-hero .three.columns img, .block-hero .four.columns img{width:100%;}
.block-hero .hero-popout .columns{position:relative;}

.page-id-6993 .block-hero .hero-area{min-height:400px;max-height:400px;display:flex;align-items:center;}

/*Animations*/
.block-hero .content img{opacity:0;transform:translatey(50px);transition:all 10s;z-index:-1;position: relative;}
.block-hero.scroll-triggered .content img, .block-hero .content .columns img{opacity:1;transform:translatey(0);}

@media(max-width:768px){
	.block-hero .hero-area .hero-navigation li{margin-left:.5rem;width:auto; min-width: 60px;}
    .block-hero .hero-area .hero-navigation li a{padding:.75rem 1rem;font-size:1.25rem;}
}