/* CSS Document */
#header-phone{
    font-family:'Montserrat', sans-serif;
    font-size:2.5rem;
    color:var(--red);
    margin-left:30px;
}
#logo{
    max-width:500px;
    padding:0 0 0 20px;
    position:absolute;
}
#main-nav{

}
#main-nav ul.nav{

}
#main-nav ul.nav > .dropdown > a{
    font-weight:400;
    border-right:none;
    padding:0 30px;
}
#header-right{
    position:relative;
    display:flex;
    align-items:center;
    justify-content: end;
    padding-right:50px;
    height:150px;
}

#home-header{
    position:relative;
    display:block;
}
#home-header-nav{
    position:absolute;
    z-index:10;
    width:375px;
    height:100%;
    display:flex;
    flex-direction:column;
}
#home-header-nav-top{
    background:rgba(0,0,0,0.8);
    padding:50px 50px 20px;
    flex:1;
    display:flex;
    align-items:center;
}
#home-header-nav-link{
    display:block;
    background:var(--red);
    padding:20px 50px;
    margin-top:auto;
    font-family:'Arsenal', sans-serif;
    text-transform:uppercase;
    font-weight:700;
    font-size:3.5rem;
    line-height:1em;
}
#home-header-nav-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
}
#home-header-nav-link svg{
    font-size:2rem;
}
#home-header-nav-link span{
    position:relative;
    display:inline-flex;
}
#home-header-nav-inner hr{
    margin:25px 0;
}
#home-header-nav-inner ul{
    list-style:none;
    padding:0;
}
#home-header-nav-inner ul a{
    font-family:'Arsenal', sans-serif;
    text-transform: uppercase;
    font-weight:700;
    font-size:3.3rem;
    display:block;
    margin:32px 0;
}
#home-header-nav-inner ul a:hover{
    color:var(--red) !important;
}
#home-carousel{
    display:block;
    position:relative;
}
#home-carousel .owl-prev, #home-carousel .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:var(--red);
    font-size:5rem;
}
#home-carousel .owl-prev{
    left:400px;
}
#home-carousel .owl-next{
    right:25px;
}

#home-callout{
    display:block;
    position:relative;
    margin-bottom:50px;
}
#home-callout > img{
    width:100%;
}
#home-callout-content{
    position:absolute;
    display:flex;
    width:825px;
    flex-direction:column;
    height:100%;
}
#home-callout-content-top{
    background:rgba(0,0,0,0.62);
    flex:1;
    display:flex;
    align-items:center;
}
#home-callout-content-inner{
    padding:20px 50px;
}
#home-callout-content-link{
    font-family:'Montserrat', sans-serif;
    font-weight:500;
    font-size:3.2rem;
    color:#fff;
    text-decoration:none;
    background:var(--red);
    display:block;
    padding:5px 50px;
    margin-top:auto;
}
#home-callout-content-link span{
    display:inline-flex;
    align-items:center;
    height:1em;
}
#home-callout-content-link span svg{
    font-size:2rem;
}
#home-callout-content-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}

#home-right-block{
    display:flex;
    position:relative;
    justify-content: end;
}
#home-right-block-inner{
    position:absolute;
    height:100%;
    margin-right:400px;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
#home-right-block-text{
    background:var(--white);
    border:1px solid #707070;
    padding:40px;
}
#home-right-block-link{
    font-family:'Montserrat', sans-serif;
    font-weight:500;
    font-size:3.2rem;
    color:#fff;
    text-decoration:none;
    background:var(--red);
    display:block;
    padding:5px 50px;
}
#home-right-block-link span{
    display:inline-flex;
    align-items:center;
    height:1em;
}
#home-right-block-link span svg{
    font-size:2rem;
}
#home-right-block-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}
#home-right-block > img{
    max-width:500px;
    width:100%;
}

#home-spotlight-middle{
    position:relative;
    display:block;
    margin-bottom:150px;
}
#home-spotlight-middle-right{
    display:flex;
    flex-direction:column;
    height:100%;
    background:var(--red);
}
#home-spotlight-middle-inner{
    padding:50px 80px;
}
#home-spotlight-middle-inner .text-1{
    max-width:500px;
    width:100%;
    line-height:1.2em;
    margin-bottom:25px;
}
#home-spotlight-middle-link{
    font-family:'Montserrat', sans-serif;
    font-weight:500;
    font-size:3.2rem;
    color:#fff;
    text-decoration:none;
    background:var(--red);
    display:block;
    padding:5px 80px;
    margin-top:auto;
    background-image:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}
#home-spotlight-middle-link span{
    display:inline-flex;
    align-items:center;
    height:1em;
}
#home-spotlight-middle-link span svg{
    font-size:2rem;
}
#home-spotlight-middle-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
#home-spotlight-middle-img{
    position:absolute;
    bottom:clamp(-27.5rem, 44.379vw - 105.207rem, -20rem);
    right:60px;
}

#home-full-block{
    display:block;
    position:relative;
    width:100%;
}
#home-full-block-inner{
    position:absolute;
    z-index:10;
    margin-right:750px;
}
#home-full-block img{
    max-width:1000px;
    width:100%;
    margin-left:auto;
    position:relative;
    display:block;
    padding-top:100px;
}
#home-full-block-text{
    background:var(--white);
    border:1px solid #707070;
    padding:50px;
}
#home-full-block-link{
    font-family:'Montserrat', sans-serif;
    font-weight:500;
    font-size:3.2rem;
    color:#fff;
    text-decoration:none;
    background:var(--red);
    display:block;
    padding:5px 50px;
}
#home-full-block-link span{
    display:inline-flex;
    align-items:center;
    height:1em;
}
#home-full-block-link span svg{
    font-size:2rem;
}
#home-full-block-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}

#home-spotlight-bottom{
    position:relative;
    display:block;
    margin:150px 0;
}
#home-spotlight-bottom > img{
    width:100%;
}
#home-spotlight-bottom-right{
    position:absolute;
    top:0;
    height:100%;
    display:flex;
    align-items:center;
    right:0;
    max-width:1500px;
    width:100%;
}
#home-spotlight-bottom-inner{
    background:rgba(0,0,0,0.76);
    padding:50px 80px;
}
#home-spotlight-bottom-link{
    font-family:'Montserrat', sans-serif;
    font-weight:500;
    font-size:3.2rem;
    color:#fff;
    text-decoration:none;
    background:var(--red);
    display:inline-block;
    padding:5px 50px;
    margin-top:30px;
}
#home-spotlight-bottom-link span{
    display:inline-flex;
    align-items:center;
    height:1em;
}
#home-spotlight-bottom-link span svg{
    font-size:2rem;
}
#home-spotlight-bottom-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}
#home-bottom-image{
    max-width:500px;
    width:100%;
    position:absolute;
    top:0;
    right:0;
    z-index:10
}

#green-bar{
    background: #719F28;
    position:relative;
    display:block;
    margin-bottom:50px;
}
#green-bar-top{
    padding: 30px 50px ;
}
#green-bar-link{
    background:var(--darkGreen);
    display: block;
    padding:10px 50px ;
}
#green-bar-link span{
    display:flex;
    align-items:center;
    height:1em;
    font-size: 3rem;
    font-weight: 400;
}
#green-bar-link span svg{
    font-size:2rem;
    margin-left:15px;
}
#green-bar-link:hover{
    background-image:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}

@media(max-width:2100px){
    #home-spotlight-middle .img-responsive{
        width:140%;
        transform:translateX(-21%)
    }
    #home-spotlight-middle-img{
        margin-bottom:100px;
    }
}
@media(max-width:1850px){
    #home-header-nav-top{
        padding:50px 25px 0;
    }
}
@media(max-width:1750px){
    #home-spotlight-middle-inner{
        padding:10px 20px 200px;
    }
    #home-spotlight-middle .img-responsive{
        width:250%;
    }
    #home-header-nav-inner .text-2{
        font-size:3rem;
    }
    #home-header-nav-inner ul a{
        font-size:2.3rem;
        margin:20px 0;
    }
    #home-spotlight-middle .img-responsive {
        width: 160%;
        transform: translateX(-15%);
    }
    #home-spotlight-middle-img{
        bottom: 0;
        margin-bottom: 60px;
        width: 200px;
    }
}
@media(max-width:1650px){
    #logo{
        max-width:400px;
    }
    #main-nav ul.nav > .dropdown > a{
        padding:0 10px;
        font-size:2rem;
    }
    #header-right{
        padding:0 20px 0 0;
    }
    #home-spotlight-middle{
        margin-bottom:30px;
    }
    #home-right-block, #home-right-block-link, #home-full-block-inner, #home-full-block-link{
        font-size:2rem;
    }
    #home-spotlight-bottom-right {
        max-width: 1100px;
    }
}
@media(max-width:1500px){
    #home-right-block-inner{
        margin-right:300px;
    }
}
@media(max-width:1375px){
    #home-right-block{
        display:block;
    }
    #home-right-block-inner{
        position:relative;
        width:100%;
    }
    #home-right-block > img{
        max-width:600px;
        margin:10px auto;
        display:block;
    }
    #home-right-block-text{
        padding:20px;
    }
    #home-spotlight-middle-inner{
        font-size:2.2rem;
    }
    #home-spotlight-middle-img{
        /*margin-bottom:300px;*/
        /*bottom: clamp(9rem, 40.803vw - 40.004rem, 21.2rem);*/
        right: clamp(15.5rem, 11.706vw + 1.441rem, 19rem);
        margin: 0;
        bottom:65px;
    }
    #home-full-block-inner{
        position:relative;
        width:100%;
    }
    #home-full-block-text{
        padding:20px;
    }
    #home-full-block img{
        padding-top:15px;
        max-width:100%;
    }
    #home-full-block{
        padding:15px;
    }
}
@media(max-width:1200px){
    #home-header-nav{
        position:relative;
        width:100%;
        text-align:center;
    }
    #home-header-nav-inner{
        width:100%;
    }
    #home-header-nav-top{
        padding:40px 20px 20px;
    }
    #home-carousel .owl-nav{
        display:none;
    }
    #home-callout-content{
        position:relative;
        width:100%;
        text-align:center;
    }
    #home-callout-content-top{
        background:#000;
    }
    #home-spotlight-middle .img-responsive{
        width:100%;
        transform:none;
    }
    #home-spotlight-middle-inner{
        padding:20px;
        font-size:2.8rem;
    }
    #home-spotlight-middle{
        text-align:center;
    }
    #home-spotlight-middle-inner .text-1{
        max-width:100%;
    }
    #home-spotlight-middle-img{
        position:relative;
        margin:0;
        bottom:0;
        right:0;
        max-width:400px;
        width:100%;
    }
    #home-full-block, #home-right-block{
        text-align:center;
    }
    #home-spotlight-bottom-right{
        position:relative;
    }
    #home-spotlight-bottom-inner{
        background:#000;
        padding:20px;
        text-align:center;
    }
    #home-spotlight-bottom{
        margin:0;
    }
    #home-bottom-image{
        position:relative;
    }
}
@media(max-width:992px){
    #green-bar{
        text-align:center;
        margin:0;
    }
    #green-bar-top{
        padding:20px;
    }
    #green-bar-link{
        display:flex;
        padding:10px;
    }
    #green-bar-link .body-container{
        width:auto;
    }
}
@media(min-width:1501px){
    #home-spotlight-middle{
        margin-bottom: 90px;
    }
}