.io-nav-finder{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    float: right;
    margin-left: auto;
    max-width: 50%;
}
.io-nav-label{
    color: #FFF;
    margin-top: -9px;
    background-color: #EB922E;
    height: 41px;
    display: block;
    padding: 0;
    width: auto;
}
.io-nav-label:hover{
    text-decoration: none;
    color: #FFF;
}
.io-nav-label-text{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    line-height: 41.6px;
    padding: 0 5px;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.io-nav-label-text:hover {
    background-color: rgb(235, 125, 47);
}
.io-nav-label-change{
    border-left: 1px solid #FFF;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    padding: 6px 7px;
    min-width: 70px;
    max-width: 70px;
    display: inline-block;
    float: right;
}
.io-nav-label-change:hover{
    background-color: rgb(235, 125, 47);
}
.io-nav-lighting-guide-btn {
    border-left: 1px solid #FFF;
    display: inline-block;
    padding: 0 5px;
    max-width: 160px;
    line-height: 2.25rem;
    text-align: center;
}
.io-nav-lighting-guide-btn:hover{
    background-color: rgb(235, 125, 47);
}
.lighting-app-guide-btn {
    width: 96%;
}
.lighting-app-guide-btn span {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    line-height: 41.6px;
    flex-basis: 85%;
}
.lighting-app-guide-btn-text {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding-top: 3px;
}
.lighting-app-guide-btn-icons {
    margin: -6px auto 0;
    text-align: center;
}
.lighting-app-guide-btn-icons img {
    width: 13%;
}
.lighting-item .lighting-icon img {
    width: 34px;
}
.no-lighting-guide {
    text-transform: uppercase;
    padding: 0% 2% 2% 3%;
    font-family: 'Oswald Regular', sans-serif;
}
.no-lighting-guide .lighting-header {
    font-size: 28px;
    color: #0d2f5d;
    margin-bottom: 20px;
}
.no-lighting-guide .lighting-item {
    display: inline-flex;
    border-radius: 5px;
    width: 100%;
    font-size: 62.5%;
}
.no-lighting-guide .lighting-icon {
    background-color: #e7eef8;
    padding: 0 1.5% 0 1.5%;
    border-radius: 5px;
    margin: 0 5px 0;
}
.no-lighting-guide .lighting-icon img {
    width: 83%;
    margin: 3px auto 0;
    display: block;
}
.no-lighting-guide-msg {
    color: #0d2f5d;
    display: block;
    padding: 10px;
    font-size: initial;
    background-color: #e7eef8;
    border-radius: 5px;
    width: 100%;
}
.io-nav-form{
    background-color: #0D2F5D;
    margin-top: 0;
    padding-top: 0;
    width: 336px;
    display: none;
    padding-bottom: 15px;
}
.io-nav-finder table td {
    padding-bottom: 0;
    padding-top: 0;
}
.io-nav-form-label{
    color: #FFF;
    padding-left: 10px;
    margin-top: 20px;
    display: inline-block;
}
.io-nav-buttons{
    float: right;
}
.io-results{
    font-weight: normal;
}
@media only screen and (max-width: 768px){
    .io-nav-form{
        width: inherit;
    }
    .io-nav-finder{
        cursor: pointer;
        width: inherit;
        position: relative;
        right: -5px;
    }
    .io-nav-label{
        width: 100%;
        margin-top: 0;
        float: left;
        max-width: 100%;
    }
}
.fitments .price {
    text-align: right;
}
.hide-content {
    min-height: 100px;
    background: url('../images/loading.gif') 50% 50px no-repeat;
}
.hide-content .columns {
    display: none;
}
