@charset "utf-8";
p.yoast-breadcrumbs {
    margin-top: 47px;
    text-transform: uppercase;
}
#header .header-nav {
  text-transform: uppercase;
}
.container {
    position: relative;
    max-width: calc(1440px + 50px);
    margin: 0 auto;
    padding: 0 25px;
}

i.fas{
    color: #FF6B00;
}
.left{
    float: left;
}
.right{
    float: right;
}

/* ######## Page Forward Page Backward Functionality ######## */
.bf-page-nav {
    background-color: #f66904;
    color: white;
    height: 150px;
    width: 20px;
    position: fixed;
    font-size: 13px;
    top: 50%;
    transition: background-color 0.2s ease-in-out;
    z-index: 100;
}
.bf-page-nav.disabled{
    pointer-events: none;
    opacity: .5;
}
.bf-page-nav:hover{
    background-color: #52545b ;
}
.bf-page-nav.back {
    border-radius: 0px 90px 90px 0px;
    left: 0px;
}
.bf-page-nav.forward {
    border-radius: 90px 0px 0px 90px;
    right: 0px;
}
.bf-page-nav.back div {
    transform: rotate(-90deg) translate(-64px, -75px);
    width: 174px;
    text-align: center;
    height: 27px;
    cursor: pointer;
}
.bf-page-nav.forward div {
    transform: rotate(-90deg) translate(-64px, -72px);
    width: 174px;
    text-align: center;
    height: 27px;
    cursor: pointer;
}
.bf-page-nav i {
    margin-left: 4px;
}
.container.hero-container {
    max-width: 100%;
}

.background-image.__cover {
    aspect-ratio: 8/3;
    background-size: cover;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0 25%;
    height: 100%;
    box-sizing: content-box;
}
