﻿
#content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-body {
    font-family: Helvetica,Arial,sans-serif;
    color: white;
    letter-spacing: 0;
    text-align: center;
}

/* hack to force all columns the same size as the row */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: wrap;
}

.no-padding {
    padding: 0px !important;
    margin: 5px !important;
}

.blue-bgcolor {
    background-color: #0047b9;
}

.orange-bgcolor {
    background-color: #dc6016;
}

.darkgray-bgcolor {
    background-color: #333333;
}

.lightblue-bgcolor {
    background-color: #99b5e4;
}

.paas-text-shadow {
    /*text-shadow: 1px 1px 1px #000000;*/
}

.paas-blue-text {
    color: #428bca;
}

.paas-orange-text {
    color: #dc6016;
}

.select-area:hover {
    cursor: pointer;
}

.top-select-area {
    min-height: 250px;
}

.middle-select-area {
    padding: 10px 5px 5px 5px;
}

.bottom-select-area {
    min-height: 50px;
    padding: 0px 5px 0px 5px;
}

.group-text {
    margin: 0px 15px 0px 15px;
}

.header-image {
    display: table-cell;
    height: 150px;
    width: 300px;
}

.header-text {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    font-family: Helvetica,Arial,sans-serif;
    color: white;
    letter-spacing: 2px;
    padding-left: 20px;
}

.seminar-group {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.seminar-image {
    display: table-cell;
    width: 300px;
}

.seminar-text {
    display: table-cell;
    vertical-align: top;
    font-family: Helvetica,Arial,sans-serif;
    color: white;
    letter-spacing: 2px;
    padding: 10px 20px 10px 20px;
    line-height: 2;
}

.see-more-group {
    margin-bottom: 50px;
}

.see-more-link, .see-less-link {
    color: white;
    font-size: larger;
}

a.see-more-link:link, a.see-more-link:visited, a.see-more-link:hover, a.see-more-link:active, a.see-less-link:link, a.see-less-link:visited, a.see-less-link:hover, a.see-less-link:active {
    color: white;
    text-decoration: underline;
}

.see-more-section, .see-less-link {
    display: none;
}

.lnk-resources .fa {
    font-size: 18px;
}

.audit-contact-wrap {
    margin-top:5px;
    margin-left: 15px;
}
    .audit-contact-wrap p {
        margin-bottom: 5px;
    }
    .audit-contact-wrap .case-contact-options {
        margin-bottom: 10px;
    }

    @media (max-width: 1200px) {
        .row-eq-height {
        display: block;
    }

    .top-select-area {
        display: none;
    }
}

@media (max-width: 768px) {
    #content {
        padding-top: 10px;
    }
}
