﻿h1 {
    color: #f88331;
}

.spacing {
    margin-bottom: 10px;
}

.departmentImage {
    float: left;
    width: 66%;
    padding-bottom: 10px;
}

.popup #A1 {
    position: absolute;
    bottom: 25px;
    margin-left: -52px;
}

.right {
    float: right;
}

.content_container > div {
    display: inline-block;
    padding-bottom: 15px;
}

.images {
    max-height: 350px;
    height: auto;
    overflow: hidden;
}

    .images > img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.btn-box {
    padding-top: 30px;
}

body.popup, .content_container {
    display: inline-block;
    width: 100%;
}

.content_container .images {
    overflow: visible;
    max-height: none;
}

.content_container .images a img.departmentImage {
    display: inline-block;
    width: 100%;
}

.content_container .ten-info .spacing:last-child {
    padding-bottom: 30px;
}

@media (max-width: 600px) {
    .content_container .images {
        width: 100%;
    }

    .content_container .ten-info {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .spacing {
        margin-bottom: 15px;
    }
}
