/* //////////// HIGHLIGHTS /////////// */

.h-container {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    /*overflow: auto;*/
}

.contentTop {
    overflow: visible !important;
}

.row.h-container {
    max-width: 100%;
    margin: 0px auto;
}

.large-8 .highlights.large-4 {
    max-width: 227px;
}
.large-8 .highlights.large-8 {
    max-width: 454px;
    width: 66.6%;
}

.highlights{
    margin: 0px auto;
    padding: 0px;
    max-height: 224px;
}
.large-12 .highlights {
    max-height: 260px;
}
.highlights.large-4 {
    max-width: 267px;
}
.highlights.large-8 {
    max-width: 534px;
}
.highlights.columns:last-child {
    float: left !important;
}
.highlights .highlight-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.highlights .highlight-container .img-wrapper img {}
.highlights .highlight-container #highlight-img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 267px;
}
.highlights .highlight-container .overlay {
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    text-align: left;
    width:101%;
    min-height: 50px;
}
.large-8 .highlights .highlight-container .overlay .title {
    opacity: 0.9;
    color:#fff;
    height: 100%;
    -moz-transform: translatey(85%);
    -webkit-transform: translatey(85%);
    -o-transform: translatey(85%);
    -ms-transform: translatey(85%);
    transform: translatey(85%);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.highlights .highlight-container .overlay .title {
    opacity: 0.9;
    color:#fff;
    height: 100%;
    -moz-transform: translatey(87%);
    -webkit-transform: translatey(87%);
    -o-transform: translatey(87%);
    -ms-transform: translatey(87%);
    transform: translatey(87%);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.highlights .highlight-container .overlay .title a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2",Arial,sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
.highlights .highlight-container .overlay .title.green {
    background-color:#69923a;
}
.highlights .highlight-container .overlay .title.blue {
    background-color:#187fc3;
}
.highlights .highlight-container .overlay .title.navy {
    background-color:#004165;
}
.highlights .highlight-container .overlay .title.orange {
    background-color:#be491a;
}
.highlights .highlight-container .overlay .title.burgundy {
    background-color:#7d0040;
}
.highlights .highlight-container .overlay .title a.titlelink{
    position: relative;
    top: 2px;
    color:#fff;
    margin-left: 10px;
    text-transform: capitalize;
}
.highlights .highlight-container .overlay .title img {
    position: relative;
    float: right;
    right: 10px;
    top:3px;
    
    cursor: pointer;
    content:url("/includes/public/assets/images/arrow.png");
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform:  rotate(0deg);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
.highlights .highlight-container .overlay .content {
    margin-top: 20px;
}
.highlights .highlight-container .overlay .content a {
    font-family: "Trade Gothic LT W01 Light",Tahoma,Arial;
    color:#FFF;
}
.highlights .highlight-container .overlay .content .description {
    margin-left: 10px;
    margin-right: 10px;
}
.highlights .highlight-container .overlay .content .description a {
    font-family: "Trade Gothic LT W01 Light",Tahoma,Arial !important;
    font-size: 15px !important;
    line-height: 1;
}
.highlights .highlight-container .overlay .content .link {
    margin-top: 20px;
    margin-left: 10px;
}
.highlights .highlight-container .overlay .content .link a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2",Arial,sans-serif !important;
    font-weight: normal !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

/* hover states */
.highlights .highlight-container:hover .overlay {
    position: absolute;
    top:0px;
    bottom: 0px;
}
.highlights .highlight-container:hover .overlay .title {
    -moz-transform: translatey(0%);
    -webkit-transform: translatey(0%);
    -o-transform: translatey(0%);
    -ms-transform: translatey(0%);
    transform: translatey(0%);
}
.highlights .highlight-container:hover .overlay .title img {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform:  rotate(-180deg);
}

/*** MEDIA QUERY ***/ 
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .large-8 .highlights.large-8 {
        width: 100%;
    }
    .row .row.collapse.highlights.dtn-blockgrid {
       margin: 0 auto;
       max-width: 440px;
    }
    .highlights .highlight-container{
       max-height: 190px;
    }
    .highlights .highlight-container .img-wrapper{
        display:block;
    }
    .highlights.large-4 .highlight-container a img.highlight-img {
        min-height: none;
        width: auto;
    }
    .highlights.large-8 .highlight-container a img.highlight-img {
        min-height: none;
        width: auto;
    }
    .highlights.large-4 .highlight-container .overlay .title a.titlelink{
        display: inline-block;
        width: 120px;
        line-height: .9;
    }
    .highlights.large-8 .highlight-container .overlay .title a.titlelink{
        display: inline-block;
        width: 130px;
        line-height: .9;
    }
    .large-8 .highlights.large-4 .highlight-container .overlay .title {
        opacity: 0.9;
        color:#fff;
        height: 100%;
        -moz-transform: translatey(80%);
        -webkit-transform: translatey(80%);
        -o-transform: translatey(80%);
        -ms-transform: translatey(80%);
        transform: translatey(80%);
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .highlights .highlight-container:hover .overlay .title img {
        position: relative;
        float: right;
        right: 10px;
        top:3px;
        cursor: pointer;
        content:url("/includes/public/assets/images/arrow.png");
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform:  rotate(0deg);
        -webkit-transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }
    .highlights.large-4 .highlight-container:hover .overlay .title {
        opacity: 0.9;
        color:#fff;
        height: 100%;
        -moz-transform: translatey(80%);
        -webkit-transform: translatey(80%);
        -o-transform: translatey(80%);
        -ms-transform: translatey(80%);
        transform: translatey(80%);
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .highlights.large-8 .highlight-container .overlay .title {
        opacity: 0.9;
        color:#fff;
        height: 100%;
        -moz-transform: translatey(78%);
        -webkit-transform: translatey(78%);
        -o-transform: translatey(78%);
        -ms-transform: translatey(78%);
        transform: translatey(78%);
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .highlights:nth-child(8) {
        display: none;
    }
} 

@media only screen and (max-width: 360px) {
    .highlights .highlight-container .overlay .title a{
        font-size:14px !important;
    }
    .highlights.large-4 .highlight-container .overlay .title a.titlelink {
        line-height: .8;
    }
}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
} 
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .highlights{
       
    }
    .highlights.large-4 {
        max-width: 212px;
        /*max-height: 160px;*/
    }
    .highlights.large-8 {
        max-width: 424px;
        /*max-height: 160px;*/
    }
    .row.h-container {
        max-width: 686px !important;
        margin: 0px auto !important;
    }
    .highlights .highlight-container:hover .overlay .content .description {
        margin-top: 30px;
    }
    .highlights .highlight-container .overlay .content .link {
        margin-top: 5px;
        margin-left: 10px;
    }
} 
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
    .highlights .highlight-container{
        float:left;
    }
}
/* //////////// HIGHLIGHTS /////////// */