


.adf-red {
    color: #f41d1d;
}

.adf-green {
    color: #269516;
}

.adf-yellow {
    color: #d0ab53;
}

.adf-blue {
    color: #09547c;
}

.adf-orange {
    color: #FF6600;
}

/******************* Cards *********************/


.card-content-container {
    padding: 30px;
}

    .card-content-container h3 {
        font: 18px "Roboto Condensed", Arial, sans-serif !important;
        text-transform: uppercase;
        margin: 0 0 25px;
    }

    .card-content-container h4 {
        margin: 0 0 19px;
        font-size: 21px !important;
        font-weight: 700;
        overflow: hidden;
    }

    .card-content-container p {
        color: #aeaeae;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        font-style: italic;
    }

    .card-content-container a {
        color: #2896d0 !important;
        font-size: 14px;
    }

.new-card-custom-box {
    background-color: white;
    border: 1px solid #aeaeae;
    border-bottom-color: #cccccc;
    border-bottom-width: 4px;
    position: relative;
}




    .new-card-custom-box .card-img-container img {
        max-width: none;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

    .new-card-custom-box .card-img-container {
        position: relative;
        overflow: hidden;
    }

.card-overlay-text-container {
    width: 100%;
    /*height: 100%;*/
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    text-transform: uppercase;
    font: bold 15px/17px "Roboto Condensed", Arial, sans-serif;
    opacity: 0;
}

.card-over:hover .card-overlay-text-container {
    opacity: 1;
    transition: opacity 0.9s;
    transition-delay: 0.3s;
}

.card-overlay-text-container p {
    border-top: 2px solid white;
    margin: 10px 25px 0 25px;
    padding-top: 10px;
}

.card-overlay-text-container .glyphicon {
    border: 2px solid white;
    border-radius: 50%;
    padding: 7px;
    font-size: 16px;
}

/*Small Card*/
.new-card-custom-box.card-sm .card-img-container img {
    width: auto;
    height: 100%;
}

.new-card-custom-box.card-sm .card-content-container a {
    color: #289ad6;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.new-card-custom-box.card-sm .card-content-container h3 {
    margin-bottom: 10px;
}

.new-card-custom-box.card-sm .card-content-container {
    width: 75%;
    float: left;
    padding: 15px;
}

.new-card-custom-box.card-sm {
    height: 150px;
    margin-bottom: 30px;
}

    .new-card-custom-box.card-sm .card-img-container {
        width: 25%;
        height: 100%;
        float: left;
    }

.card-over, .svg-triangle-to-square-animation {
    width: 100%;
    height: 100%;
    border-top: ##333333 solid 20px;
}

.svg-triangle-to-square-animation {
    opacity: 0.8;
}

.card-over {
    position: absolute;
}

/* Small Card */
.new-card-custom-box.card-sm .card-img-container {
    width: 150px;
    float: left;
}

/* Medium Card */

    .new-card-custom-box.card-md h3 {
        margin-bottom: 15px;
    }
    .new-card-custom-box.card-md h4 {
        margin-bottom: 17px;
    }
    .new-card-custom-box.card-md p {
        margin-bottom: 5px;
    }
.new-card-custom-box.card-md .card-img-container img {
    width: auto;
    height: 100%;
}


.new-card-custom-box.card-md .card-content-container {
    /*width: 64%;
    float: left;*/
    overflow: auto;
}

.new-card-custom-box.card-md {
    height: 275px;
    margin-bottom: 30px;
}

    .new-card-custom-box.card-md .card-img-container {
        /*width: 36%;*/
        width: 270px;
        height: 100%;
        float: left;
    }
/* Horizontal medium card */
.new-card-custom-box.card-horizontal-md {
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    float: left;
}

    .new-card-custom-box.card-horizontal-md:nth-child(3) {
        margin-right: 0;
    }

    .new-card-custom-box.card-horizontal-md .card-img-container {
        height: 140px;
    }

    .new-card-custom-box.card-horizontal-md .card-content-container a {
        color: #289ad6;
        font-size: 18px;
        font-weight: 700;
        display: block;
        margin-bottom: 8px;
    }

    .new-card-custom-box.card-horizontal-md .card-content-container h3 {
        margin-bottom: 18px;
    }

/*Card content placeholders*/
.card-md-placeholder {
    height: 275px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.card-sm-placeholder {
    height: 150px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.card-xlg-placeholder {
    height: 509px;
    margin-bottom: 30px;
    background-color: white;
}

.load-icon {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45px;
}

.form .row em {
    font-weight: normal;
}

/******************************* Lists ******************************/

.content-item-list.small-sidebar .clamp-line-2{
    height:26px;
}

/* if we're using an hr tag for the line at the bottom */
.content-item-list .row:last-child .list-line {
    visibility: hidden;
}

.small-sidebar .list-item-image {
    width: 20%;
    display: inline-block;
    margin-right: 5%;
}

.small-sidebar .list-text-container {
    width: 75%;
    display: inline-block;
    height: 100%;
    position: relative;
    /*padding-top: 9px;*/
}

    .small-sidebar .list-text-container a {
        color: #2896d0;
        font-size: 12px;
        line-height: 13.2px;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        -webkit-transform: translateY(-65%);
        -moz-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        -o-transform: translateY(-65%);
        transform: translateY(-65%);
    }

.small-sidebar .list-item {
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
}

    .small-sidebar .list-item:first-child {
        padding-top: 0;
    }

    .small-sidebar .list-item:last-child {
        border-bottom: none;
    }


@media only screen and (max-width : 992px) {
    /*Medium card*/
    .new-card-custom-box.card-md {
        height: auto;
    }

        .new-card-custom-box.card-md .card-content-container {
            width: 100%;
            float: none;
        }

        .new-card-custom-box.card-md .card-img-container {
            width: 100%;
            height: 250px;
            float: none;
        }

            .new-card-custom-box.card-md .card-img-container img {
                width: 100%;
                height: auto;
            }
    /*Small card*/
    .new-card-custom-box.card-sm {
        height: auto;
    }

        .new-card-custom-box.card-sm .card-content-container {
            width: 100%;
            float: none;
        }

        .new-card-custom-box.card-sm .card-img-container {
            width: 100%;
            height: 250px;
            float: none;
        }

            .new-card-custom-box.card-sm .card-img-container img {
                width: 100%;
                height: auto;
            }
}

/* Extra Large Card */
.new-card-custom-box.card-xlg {
    margin-bottom: 30px;
}

    .new-card-custom-box.card-xlg .card-img-container img {
        width: 100%;
        height: auto;
    }

    .new-card-custom-box.card-xlg .card-img-container {
        height: 350px;
    }

@media only screen and (max-width : 768px) {

    /*Extra Large Card*/
    .new-card-custom-box.card-xlg .card-img-container img {
        width: auto;
        height: 100%;
    }

    /* Small list */
    .small-sidebar .list-text-container a {
        font-size: 18px;
        line-height: 20.2px;
    }

    /* Horizontal medium card */
    .new-card-custom-box.card-horizontal-md {
        width: 48%;
        margin-right: 2%;
        float: left;
    }
    .new-card-custom-box.card-horizontal-md:nth-child(3) {
        margin-right: 2%;
    }
    .new-card-custom-box.card-horizontal-md:nth-child(2) {
        margin-right: 0;
    }
}

@media only screen and (max-width : 480px) {
    /* medium card */
    .new-card-custom-box.card-md .card-img-container img {
        width: auto;
        height: 100%;
    }

    .new-card-custom-box.card-sm .card-img-container img {
        width: auto;
        height: 100%;
    }

    /* Horizontal medium card */
    .new-card-custom-box.card-horizontal-md {
        width: 100%;
    }
}
.test-class {
    /*test comment 2*/
}
