
/* Container */
.miller-container {
    position: relative;
}

    .miller-container:after {
        content: '.';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

/* PlaceHolder Columns */
.miller--placeholder {
    display: block;
}

.miller--placeholder--column {
    position: absolute;
    top: 0;
}

.miller--placeholder__background {
    background: #f3f3f4;
    margin: 0 10px;
    /* Column Width */
    height: 100%;
}

/* Columns */
.miller--column {
    float: left;
    width: 33.333%;
    position: relative;
    z-index: 1;
    background: none;
}

/* Terms Selection */
.miller--terms--selection {
    display: none;
}

/* Terms Container */
.miller--terms--container {
    height: 100%;
    /* Column Width */
    overflow: auto;
}

.js-focus {
    outline: 1px #000 dotted;
}

/* List */
.terms {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    /* Active Taxonomy */
    /* Title */
    /* Parent Taxonomy */
    /* Icons */
    /* Active Taxonomy */
}

    .terms li {
        margin: 0;
        padding: 0;
        margin-right: 10px;
        margin-left: 10px;
        border-bottom: 1px #d9d9d9 solid;
        cursor: pointer;
        position: relative;
    }

        .terms li > a {
            display: block;
            padding: 15px 10px;
            padding-right: 40px;
            text-decoration: none;
            font-size: 1.1rem;
            color: black;
        }

        .terms li:hover {
            background: #f6f6f6;
        }

    .terms .active, .terms .active:hover {
        background: #37BFEF;
    }

        .terms .active .description, .terms .active:hover .description {
            color: #fff;
        }

    .terms .title {
        display: block;
    }

    .terms .has-children .title {
        font-weight: bold;
    }

    .terms .has-children .icon-arrow {
        display: block;
    }

    .terms .icon {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 10px;
        top: 50%;
        margin-top: -10px;
        transition: all 0.2s ease-in;
    }

    .terms .icon-arrow {
        background: url(../images/icons.png) 0 -20px no-repeat;
        display: none;
    }

    .terms .icon-search {
        background: url(../images/icons.png) -20px 0 no-repeat;
        opacity: 0;
        display: none\9;
        /* IE 8 Hack */
    }

    .terms .active .icon-arrow {
        opacity: 0;
        display: none\9;
        /* IE 8 Hack */
    }

    .terms .active .icon-search {
        opacity: 1;
        display: block\9;
        /* IE 8 Hack */
    }



/* Hide Placeholders for mobile */
.miller--placeholder {
    display: none;
}

/* Width of column */
.miller--column--wrap {
    position: relative;
}

.miller--column {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

    .miller--column:focus {
        outline: none;
    }

/* Terms Selection */
.miller--terms--selection {
    padding: 10px 10px;
    border-bottom: 2px solid #519b7e;
    overflow: hidden;
    background: #fcfcfc;
}

    .miller--terms--selection a {
        text-decoration: none;
        /* font-size: 20px; */
        /* font-weight: 500; */
        Color: #519b7e;
    }

/* Link Back */
.link--back {
    background: #37BFEF;
    color: #fff;
    border-radius: 10%;
    padding: 5px 10px;
    margin-right: 10px;
}

.miller--terms--selection {
    display: block;
}
.Hiden {
    display: none;
}

.Show {
    display: block;
}
