﻿/* specialy moddule style contents */
/* #01 Video Module        */
/* #02 Press Release Module        */
/* #03 Sitemap Module        */
/* #04 Modals       */
/* #05 Search       */
/* #06 Funding Opportunities   */
/* #07 Universal Navigation */
/* #08 CTA */


/* #01 Video */
.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 240px;
    height: 120px;
}

.video-thumbnail h3 {
    position: absolute;
    top: 40px;
    width: 240px;
    font: bold 14px arial;
    color: #fff;
    background-color: rgba(0, 122, 135, 0.7);
    padding: 7px 0 7px 14px;
}

.video-module h2 {
    margin-top: 40px;
}

.utility-social-video > li > a {
    display: block;
    padding: 10px 15px;
}

.utility-social-video > li > a:hover,
.utility-social-video > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #CC0000;
    border-bottom: inherit;
    margin-bottom: 1px;
}

/* #02 Press Release */
.page-press-release .page-title {
    padding-left: 0;
    padding-right: 4.1666%;
}

.page-press-release .divider-light {
    display:none !important;
}
@media (max-width:767px) {
    .page-press-release .content-area {
        padding: 20px;
    }

    .page-press-release h1 {
        color: #3a4030;
        font-size: 18px;
        font-weight: bold;
    }
}

/* #03 Sitemap Module */
.content-area .sitemap a:visited,
.content-area .sitemap a:link {
    text-decoration: none;
}

.sitemap > p {
    margin-bottom: 10px;
}

.lev0 {
    margin-left: 0px;
    background-color: #EDEDED;
    padding: 4px;
}

.lev1 {
    margin-left: 20px;
}

.lev2 {
    margin-left: 40px;
    text-transform: uppercase;
}

.lev3 {
    margin-left: 60px;
    font-weight:700;
}

.lev4 {
    margin-left: 60px;
}

.lev5 {
    margin-left: 80px;
}

.lev6 {
    margin-left: 100px;
}

/* #04 Modals       */

.modal-header {
    flex-direction: column !important;
}

/* #05 Search */
.search-results-body {
    line-height: 1.5em;
    color: #3a3a3a;
}
.search-results-body li {
    margin-bottom:15px;
}
.search-input {
    padding-right: 10px;
    white-space: nowrap;
}
.search-input label {
    padding-left: 4px;
    font-weight: normal;
    position: relative;
    bottom: 2px;
}
.search-table {
    display: table;
    padding-top: 10px;
}
.table-head {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    padding: 0px 4px;
}
.search-pager {
    margin-bottom: 15px;
}
.search-pager a {
    margin: 0 8px;
    border: 1px solid;
    display: inline-block;
    padding: 4px 10px;
    min-width:30px;
    text-align:center;
}

.search-results-more a,
.search-results-previous a {
    border: 0 none;
}
.search-pagination {
    background-color: #FFF;
    border: #0077C8 1px solid;
}

.search-pagination-selected {
    color: #FFFFFF !important;
    background-color: #0077C8;
    border: 1px solid #0077C8 !important;
}
.search-pagination:hover {
    background-color: #FFF;
    border: #CC0000 1px solid;
}

@media (max-width:767px) {
    .show-search-results-page {
        display:block;
        margin-bottom:10px;
    }

    .search-pager a {
        margin-bottom: 10px;
    }

    .search-results-more {
        display:block;
    }

    .results-list {
       padding-left:20px;
    }

    .mobile-search-container {
        margin-left:0;
        margin-right:0;
        flex-wrap:nowrap;
    }


}


/* #06 Funding Opportunities   */
.funding-opportunity-filters {
    width: 100%;
    background-color: #f0f0f0;
    padding: 8px 12px 8px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 119, 200, .1);
    border-radius: 3px;
}
.funding-opportunity-filter-titles legend{
    font-family: "Proxima Nova",Helvetica, Arial;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 4px;
    border-bottom: 0;
    color: #000;
}
.funding-opportunities h2 {
    color: #000;
    font-family: 'Proxima Nova',Helvetica, Arial;
    font-weight: 800;
    font-size: 26px;
    margin-top: 30px;
    display: block;
}

/* #07 Universal Navigation */
@media (max-width: 767px) {
    .pane-page-logo .pane-content {
        padding-top: 16px !important;
    }
}