.bts-home-espot .btn-prep{
    background-color:#c35310;
    border-color:#c35310
}
.bts-home-espot .btn-prep:hover{
    background-color:#e17739;
    border-color:#e17739
}
.bts-home-espot .btn-grade-three{
    background-color:#ffcb05;
    border-color:#ffcb05
}
.bts-home-espot .btn-grade-three:hover{
    background-color:#ffdb52
}
.bts-home-espot .btn-grade-ten{
    background-color:#d7122d
}
.bts-home-espot .btn-grade-ten:hover{
    border-color:#fa1635;
    background-color:#fa1635
}
div[data-ref=webuikit] .bts-home-espot .btn-prep{
    background-color:#c35310;
    border-color:#c35310
}
div[data-ref=webuikit] .bts-home-espot .btn-prep:hover{
    background-color:#e17739;
    border-color:#e17739
}
div[data-ref=webuikit] .bts-home-espot .btn-grade-three{
    background-color:#ffcb05;
    border-color:#ffcb05
}
div[data-ref=webuikit] .bts-home-espot .btn-grade-three:hover{
    background-color:#ffdb52
}
div[data-ref=webuikit] .bts-home-espot .btn-grade-ten{
    background-color:#d7122d
}
div[data-ref=webuikit] .bts-home-espot .btn-grade-ten:hover{
    border-color:#fa1635;
    background-color:#fa1635
}
.bts-home-espot .bts-title{
    font-size:26px;
    margin-bottom:60px;
    text-align:center
}
@media (min-width:640px){
    .bts-home-espot .bts-title{
        margin-bottom:40px
    }
}
.bts-home-espot .bts-nav{
    margin-bottom:40px
}
.bts-home-espot .bts-nav a:not(.btn){
    border-bottom:0;
    margin-bottom:20px;
    text-align:center;
    padding:0 10px
}
.bts-home-espot .bts-nav .bts-nav__buttons{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center
}
@media (min-width:990px){
    .bts-home-espot .bts-nav .bts-nav__buttons{
        justify-content:space-between
    }
}
.bts-home-espot .bts-nav .bts-nav__buttons .btn{
    padding:15px;
    font-size:18px;
    margin-bottom:20px;
    flex:0 0 auto
}
@media (min-width:640px){
    .bts-home-espot .bts-nav .bts-nav__buttons .btn{
        padding:10px;
        width: calc(20% - 10px);
    }
}
.bts-home-espot .bts-nav.bts-nav--align-center .bts-nav__buttons{
    justify-content:space-around
}
.bts-home-espot .bts-categories{
    position:relative;
    text-align:center
}
.bts-home-espot .bts-categories .bts-categories__title{
    text-align:center
}
.bts-home-espot .bts-categories .bts-categories__link{
    font-size:18px;
    margin:10px auto;
    display:inline-block
}
@media (min-width:990px){
    .bts-home-espot .bts-categories .bts-categories__link{
        position:absolute;
        right:0;
        top:50%;
        transform:translate(0,-50%);
        margin:0
    }
}
.bts-home-espot .bts-tiles{
    margin:40px auto 20px;
    clear:both;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    position:relative
}
.bts-home-espot .bts-tiles .tile{
    padding:20px;
    border-radius:0;
    background-color:transparent;
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
    width:100%;
    border:1px solid transparent;
    justify-content:flex-start;
    height:100%;
    min-height:100px;
}
.bts-home-espot .bts-tiles .tile:hover{
    border-color:#005bab;
}
.bts-home-espot .bts-tiles .tile .text{
    text-align:center;
    padding:0;
    max-width: 100%;
}
.bts-home-espot .bts-tiles .tile .text .text-title{
    font-weight:700;
    font-family:officeworksbold,officeworks,Arial,sans-serif;
    font-size:20px;
    color:#005bab;
}
.bts-home-espot .bts-tiles .tile .text .text-title+.btn{
    margin-top:10px;
}
.bts-home-espot .bts-tiles .tile .text .text-title+p{
    margin-top:5px;
}
.bts-home-espot .bts-tiles .tile .text p{
    margin-bottom:0;
}
.bts-home-espot .bts-tiles .tile .text p+.btn{
    margin-top:15px;
}
.bts-home-espot .bts-tiles .tile .image{
    text-align:center
}
.bts-home-espot .bts-tiles .tile .image img{
    max-width:100%;
    margin:0 auto
}
.bts-home-espot .bts-tiles .tile .image svg{
    fill:#005bab;
    height:75px;
    width:auto;
    max-width:100%
}
.bts-home-espot .bts-tiles .tile.has-link:hover{
    text-decoration:none;
    border-color:#005bab
}
.bts-home-espot .bts-tiles.four-wide>*{
  width: calc(50% - 10px);
}
.bts-home-espot .bts-tiles.four-wide .tile .image img{
    width:auto
}
@media (min-width:640px){
    .bts-home-espot .bts-tiles .tile .text .text-title{
        font-size:18px;
        min-height:0
    }
    .bts-home-espot .bts-tiles.four-wide>*{
        width: calc(25% - 10px);
    }
    .bts-home-espot .bts-tiles.four-wide .tile .image img{
      max-height:175px;
    }
}
.bts-home-espot .bts-tiles.four-wide .tile .image{
    margin-bottom:20px
}

.bts-home-espot .bts-grid{
    clear:both
}