/* core overrides */

#top-image, .callout-container {
    height: 600px;
}

#top-image div {
    background-image: url(/resources/images/home/bg.jpg);
}
/* product-list */

.product-list {
    background-color: white;
    color: #666;
    width: 100%;
    margin: 5px 0;
}

.product-list i {
    font-size: 72px;
}

.product-list td, .product-list div {
    cursor: pointer;
}

.product-list .active {
    color: #00B4DE;
}

.product-list td:nth-child(odd) {
    width: 74px;
}

.product-list td:nth-child(even) {
    width: 200px;
}

.product-list td span {
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

.product-list-underscore {
    height: 5px;
    background-color: #efefef;
    margin-bottom: 30px;
}

.product-list-underscore .highlighter {
    background-color: #00B4DE;
    width: 100px;
    height: 5px;
    position: relative;
    left: 500px;
    transition: left 500ms, width 500ms;
}

div.product-list {
    display: none;
}

div.product-list div {
    text-align: center;
    padding: 0;
}

div.product-list i {
    font-size: 55px;
}

/* product details */

.product-details {
    min-height: 540px;
    overflow: hidden;
}

.product-details a {
    color: black;
    text-decoration: none;
}

.product-details a:hover {
    color: #00B4DE;
}

.product-details h2 {
    color: black;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 0;
}

.product-details h3 {
    color: #666;
    margin: 0;
    font-size: 11px;
}

.product-details .minimum-requirements {
    text-align: center;
    margin: 25px 0 0;
}

.product-details .icons {
    color: #666;
}

.product-details .icons i {
    font-size: 72px;
}

.product-details .description {
    line-height: 2;
    margin-top: 30px;
    text-align: justify;
    color: black;
}

.product-details .learn {
    float: right;
    font-weight: bold;
}

.product-details .graphic {
    text-align: center;
}

.product-details .graphic img {
    width: 100%;
    max-width: 500px;
}

.product-details .description img {
    display: none;
}

.product-details .product {
    display: none;
    position: relative;
    transition: left 250ms;
    left: 0;
}

.product-details .product.visible {
    display: block;
}
/* industries */

.industries > div {
    margin: 0 auto 45px auto;
}

.industries i {
    display: block;
    font-size: 96px;
}
/* story blocks, used for news and events */

.story-block {
    cursor: pointer;
    display: block;
    text-align: center;
}

.story-block .img {
    width: 100%;
    height: 320px;
    background-size: cover;
}

.story-block .overlay {
    position: relative;
    top: -62px;
    width: 100%;
    height: 0;
    color: white;
    padding: 5px 15px;
    font-size: 18px;
}

.story-block .overlay .background, .story-block .overlay span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
}

.story-block .overlay .background {
    background-color: black;
    opacity: 0.50;
}

.story-block:hover .overlay .background {
    background-color: #00B4DE;
    opacity: 0.90;
}

.story-block .overlay span {
    padding: 6px 15px;
}

.story-block p {
    text-align: center;
    color: black;
}
/* news */

.news, .news a {
    color: black;
    margin-bottom: 30px;
}

.news a:hover {
    color: #00B4DE;
    text-decoration: none;
}

.news .heading h2 {
    color: black;
    float: left;
    font-size: 26px;
    margin-top: 0px;
}

.news .heading .floater_r {
    color: black;
    float: right;
    font-size: 18px;
}

.news .heading .floater_r:hover {
    color: #00B4DF;
    float: right;
    font-size: 18px;
}

.news .story-block p {
    font-size: 12px;
    line-height: 22px;
}

.news .story-block p.content {
    text-align: justify;
}

.news .story-block .more {
    display: inline-block;
    border-top: 1px solid #666;
    padding: 7px;
    margin-top: 7px;
    text-decoration: none;
}

.news .story-block:hover .more {
    border-top: 2px solid #00B4DE;
    color: #00B4DE;
    margin-top: 6px;
}
/* events */

.events, .events a {
    color: black;
    margin-bottom: 30px;
}

.events a:hover {
    color: #00B4DE;
    text-decoration: none;
}

.events .heading h2 {
    color: black;
    float: left;
    font-size: 26px;
    margin-top: 0px;
}

.events .heading .floater_r {
    color: black;
    float: right;
    font-size: 18px;
}

.events .story-block p {
    font-size: 12px;
    line-height: 22px;
}

.events .story-block .more {
    color: black;
    display: inline-block;
    border-top: 1px solid #666;
    padding: 7px;
    margin-top: 7px;
    text-decoration: none;
}

.events .story-block:hover .more {
    border-top: 2px solid #00B4DE;
    color: #00B4DE;
    margin-top: 6px;
}

.events .story-block .overlay {
    top: -35px;
}

.events .story-block .overlay .background, .events .story-block .overlay span {
    height: 35px;
}
/* @media overrides */

@media (max-width: 991px) {
    .product-details .graphic {
        display: none;
    }
    .product-details .description img {
        display: inline;
        width: 120px;
        float: left;
        margin: 0 15px;
    }
    .industries .row-7 > div > i {
        font-size: 64px;
    }
    .industries .row-7 > div {
        font-size: 7px;
    }
    .story-block .img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    table.product-list {
        display: none;
    }
    div.product-list {
        display: block;
    }
    .product-list td {
        text-align: center;
    }
    .product-list td:nth-child(even) {
        display: none;
    }
    .news .heading h2 {
        font-size: 18px;
    }
    .news .heading .floater_r {
        font-size: 14px;
    }
    .events .heading h2 {
        font-size: 20px;
    }
    .events .heading .floater_r {
        font-size: 14px;
    }
    .story-block .overlay {
        font-size: 16px;
        top: -40px;
    }
    .story-block .overlay .background, .story-block .overlay span {
        height: 40px;
    }
    .story-block .overlay span {
        padding: 9px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        white-space: nowrap;
    }
    .industries > div {
        margin-bottom: 0;
    }
    .industries .row div {
        margin-bottom: 30px;
    }
    .industries i {
        font-size: 32px;
    }
    .product-details .icons i {
        font-size: 48px;
    }
}
