﻿.date {
    margin-top: 20px;
    float: left;
    color: rgb(151, 157, 167);
    text-align: center;
    line-height: 20px;
    left: 10px;
}

    .date > span#Month {
        font-size: 16px;
        text-transform: uppercase;
    }

    .date > span#Day {
        font-size: 26px;
        font-weight: 700;
        font-family: Lato;
    }

.product {
    float: left;
    margin-top: 20px;
    font-size: 18px;
    color: #222832;
}

.description {
    margin-top: 25px;
    float: left;
    font-size: 13px;
    color: #58606d;
    line-height: 17px;
    letter-spacing: 0.05em;
}

.info {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
}

.info-click {
    line-height: 33px;
    height: 33px;
    width: 33px;
    color: white;
    text-align: center;
}

.info-set {
    cursor: pointer;
}

.event {
    margin-left: 0;
    border-bottom: 1px solid #E4E8EE;
    padding: 0px;
    overflow: hidden;
    position: relative;
    list-style-type: none;
}

div.event:nth-child(even) {
    background-color: #FFFFFF;
}

    div.event:nth-child(even) .info-set {
        background-color: #C8CCD3;
    }

div.event:nth-child(odd) {
    background-color: #F6F8FA;
}

    div.event:nth-child(odd) .info-set {
        background-color: #979DA7;
    }

div.event .info-click:hover {
    background-color: #3074E5;
}

.color {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.category {
    margin-top: 30px;
    padding: 3px;
    float: left;
}

.category-color {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    line-height: 1.5em;
}

.title {
    text-transform: uppercase;
    line-height: 120%;
    padding-bottom: 3px;
    font-size: 21px;
    color: #57585c;
    font-style: normal;
    font-weight: bold;
}

    .title span {
        display: block;
    }

.title-smaller {
    font-size: 18px;
}

.subtitle {
    font-weight: lighter;
}

.below-title {
    color: #6B6B6B;
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 700;
}

.product_detail_dl_text {
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    color: #6B6B6B;
    padding-right: 8px;
    padding-top: 0;
    margin-top: 3px;
}

.more {
    cursor: pointer;
    font-weight: 700;
    color: #1ab5e2;
}

.Contract-Specs {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    list-style: none;
    padding-left: 0;
    -webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px;
}

#modal-specs .modal-dialog {
    width: 80%;
    margin-left: 10%;
}


.Contract-Specs-FieldName {
    font-weight: 700;
}

    .Contract-Specs-FieldName ul {
        list-style: none;
        padding-left: 20px;
    }

.Contract-Specs-FieldValue {
    font-weight: 400;
    font-size: 14px;
}

.ContractSpecsCME .Contract-Specs-FieldValue {
    padding-left: 20px;
    display: block
}

@media (min-width: 990px) {
    .date::after, .category::after, .product::after, .description::after {
        content: "";
        clear: both;
        display: table;
    }
}

@media (max-width: 990px) {
    .date {
        margin-top: 0px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .category {
        margin-top: 0px;
        position: absolute;
        bottom: 10px;
        left: 14px;
    }

    .product {
        margin-top: 25px;
        left: 90px;
    }

    .description {
        left: 70px;
    }

    .category-color {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    #modal-specs .modal-dialog, .modal-dialog {
        width: 350px;
    }
}

@media (max-width: 990px) {
    .title {
        font-size: 16px;
    }

    .title-smaller {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .date {
        margin-top: 0px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .product {
        margin-top: 25px;
    }

    .below-title {
        font-size: 12px;
    }

    .category-color {
        margin-top: 0px;
        position: absolute;
        bottom: 10px;
        padding: 3px 5px;
        line-height: 1em;
    }

    .Contract-Specs {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        -webkit-column-fill: initial;
        -moz-column-fill: initial;
        column-fill: initial;
    }
}

@media (max-width: 575px) {
    .description {
        display: none;
    }
}
