/************************************** HOMEPAGE Quick Nav ********************************************/


/* HomePage SingleRowTileset */

div#tiles_x99328 .taxonomyTile.height2 {
    height: 200px;
}

div#tiles_x99328 .tileTextDescription{
	display: none;
}

#hp-nav-call {
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

#hp-nav-select {
    width: 38%;
    margin: 0px 2%;
    display: inline-block;
    background-repeat: no-repeat;
    border: 0px;
    color:#000;
    font-size: 1.2em;
    overflow: hidden;
    padding: 6px 10px 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hp-nav-button {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #e02e16;
    padding: 6px 20px;
    display: inline-block;
    cursor: pointer;
}


/* Medium devices (tablet, 768px to 992px) */
@media (min-width: 768px) and (max-width: 991px) {

    #hp-nav-select {
        font-size: 1.4em;
        margin: 0 auto 20px auto;
        width: 70%;
    }

    #hp-nav-button {
        font-size: 1.2em;
    }
}

/* Small device (phone) */
@media (max-width: 767px) {

    #hp-nav-call {
        font-size: 1.2em; 
        padding-bottom: 10px; 
        display: block; 
    }
    #hp-nav-select { 
        font-size: 1em; 
        display: block; 
        margin: 0 auto 20px auto;
        width: 70%;
    }
    #hp-nav-button { 
        font-size: 1.2em; 
    }
}