header .brand img, header .brand object {
    max-height: 65px !important;
}
.cmac {
    text-decoration: none !important;
}

    .cmac:link {
        text-decoration: none !important;
    }

    .cmac:visited {
        text-decoration: none !important;
    }

    .cmac:hover {
        text-decoration: none !important;
    }

    .cmac:focus {
        color: black;
        text-decoration: none !important;
    }

    .cmac:active {
        outline: 0;
        text-decoration: none !important;
    }

.pdf-logo {
    position: relative;
    left: 15%;
}

.pdf-logo-font {
    font-family: 'Old English Text MT';
    font-size: 20px;
}

.btn-cmac-default {
    color: #fff !important;
    background-color: #666;
    border-color: #ccc;
    font-size: 15px !important;
}

    .btn-cmac-default:hover {
        color: #000 !important;
        background-color: #b4b4b4 !important;
        border-color: #ccc !important;
        font-size: 15px !important;
    }

    .btn-cmac-default.focus, .btn-cmac-default:focus {
        color: #000 !important;
        background-color: #b4b4b4 !important;
        border-color: #ccc !important;
        font-size: 15px !important;
    }

.btn-cmac-default2 {
    color: #fff !important;
    background-color: #444;
    border-color: #ccc;
    font-size: 15px !important;
}

.splash-font-1 {
    font-size: 0.7em !important;
}

.btn-cmac-default2:hover {
    color: #000 !important;
    background-color: #b4b4b4 !important;
    border-color: #ccc !important;
    font-size: 15px !important;
}

.btn-cmac-default2.focus, .btn-cmac-default2:focus {
    color: #000 !important;
    background-color: #b4b4b4 !important;
    border-color: #ccc !important;
    font-size: 15px !important;
}

.ip-cover-img {
    background-image: url('../../img/base/cmac-main-head.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: 15px;
    padding-bottom: 25px;
}

.ip-cover-img2 {
    background-image: url('../../img/base/cmac-main-head2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: 15px;
    padding-bottom: 25px;
}

.ip-cover-img3 {
    background-image: url('../../img/base/cmac-main-head3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: 15px;
    padding-bottom: 25px;
}

.featured {
    margin-bottom: 0em;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #8B0000;
    border-bottom: 2px solid #d9be65;
}

    .featured a {
        color: #fff !important;
    }

.splash .sp-bx-bt {
    padding: 30px !important;
}

#wb-info .landscape {
    background: #595959 !important;
    /*background: #595959 url("/Content/vendors/GCWeb/assets/landscape.png") no-repeat right bottom !important;*/
}

.overlay-def .modal-header {
    background: #8B0000 !important;
}

@media screen and (max-width: 1023px) {
    .ip-cover-img {
        background-image: none !important;
    }

    .ip-cover-img2 {
        background-image: none !important;
    }

    .ip-cover-img3 {
        background-image: none !important;
    }
}

@media screen and (max-width: 800px) {
    .ip-cover-img {
        background-image: none !important;
    }

    .ip-cover-img2 {
        background-image: none !important;
    }

    .ip-cover-img3 {
        background-image: none !important;
    }
}

#qlinks .well {
    background-color: #8b0000 !important;
    color: #fff !important;
    border: 1px solid #8b0000 !important
}

#qlinks2 .well {
    background-color: #666 !important;
    color: #fff !important;
    border: 1px solid #666 !important
}

details summary {
    color: #6c757d !important;
    background-color: transparent !important;
    border-color: #6c757d !important;
    font-weight: bold !important;
}

    details summary:hover, details summary:focus {
        color: #fff !important;
        background-color: #6c757d !important;
        border: 1px solid #6c757d !important;
        font-weight: bold !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #8B0000 !important;
    border-color: #2572b4;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #666 !important;
    border-color: #bbbfc5;
    color: #fff !important;
}

.gcweb-menu [role=menu] [role=menu] {
    min-height: 500px !important;
}

    .gcweb-menu [role=menu] [role=menu] [role=menu] {
        min-height: 300px !important;
    }

    .gcweb-menu [role=menu] [role=menu] li:last-child [role=menu] {
        min-height: 300px !important;
    }

h1, .h1 {
    font-size: 1.9em !important;
}

h2, .h2 {
    font-size: 1.6em !important;
}

h3, .h3 {
    font-size: 1.3em !important;
}

h4, .h4 {
    font-size: 1em !important;
}

h5, .h5 {
    font-size: 0.90em !important;
}

h6, .h6 {
    font-size: 0.80em !important;
}

.table {
    display:table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
}
input.signature {
    border-top-style: hidden !important;
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000 !important;
    background-color: #fff !important;
}