﻿/* Green Bank Theme v011425 */

footer a:hover, footer .nav-link:hover {
    color: #006ba4;
    text-decoration: underline;
}

@media (min-width:0px) {
    :root {
        --gb-placeholder:#000;
    }

    body {
        line-height:20px;
    }

    p {
        margin-bottom:10px;
    }
    .navbar .navbar-nav {
        padding-top: 0;
    }

    .dropdown-menu > li > a {
        color: #777777;
    }

    .dropdown-menu {
        background-color: #fff;
        background: #fff;
    }

    main .greenbank-home {
        height: 215px;
    }

    main .greenbank-home img,
    main .greenbank-home h1 {
        top: 20%;
        font-size: 1.1rem;
    }

    .navbar .navbar-nav > li > a {
        font-weight: bold;
    }
    .navbar .navbar-nav > li > a.active-top {
        color: #63666a;
    }
    .navbar .navbar-nav > li {
        padding: 10px;
    }

    .rich-text ul {
        padding: 0;
        margin-left: 25px;
    }

    .gb-home footer > div {
        border: 0 none;
    }

    .gb-home footer {
        margin-top:0;
    }
}

@media (min-width:768px) {
    :root {
    }

    .navbar {
        padding-bottom: 20px !important;
    }

    .container-lg .jumbotron {
        margin-bottom:0;
    }

    .navbar .navbar-nav {
        padding-top: 50px;
        padding-left: 16px;
        margin: 0px auto;
    }

    main .greenbank-home {
        height: 777px;
    }

    main .greenbank-home img,
    main .greenbank-home h1 {
        position: absolute;
        padding: 10px;
        top: 40%;
        max-width: 1020px;
        right: 0;
        min-width: 50%;
        color: #fff;
        background: rgba(34, 53, 111, .8);
        padding-left: 10px;
        font-weight: normal;
        text-shadow: none;
        font-size: 2.5rem;
    }


    main nav > .nav {
        max-width:185px;
    }

    .col-md-9 {
        padding-right:60px;
    }
    .navbar-brand {
        margin-right:0;
    }
}

@media (min-width:992px) {
    :root {
    }

    .navbar-brand {
        margin-left: -20px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        background-color: rgba(99, 102, 106, 0.8);
        background:  rgba(99, 102, 106, 0.8);
    }

    main .greenbank-home img,
    main .greenbank-home h1 {
        top:60%;
    }

    .navbar .navbar-nav > li > a {
        font-weight: normal;
    }
    .navbar .navbar-nav > li {
        padding: 0;
    }
}

@media (max-width:992px) {
    button:focus {
        outline: 0;
    }
}

/* remember bs4 has:
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
*/

/* Theme Grid Overrides */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /*max-width: 1050px; include 30px padding */
    }
}

html {
    font-size: 14px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 80px;
    background-color: #fff;
    font-size: 14px;
}

a {
    color: #006ba4;
}

a:hover, a:focus {
    color: #63666a;
}



header .navbar {
    height: 110px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}

main .greenbank-home {
    position: relative;
    overflow: hidden;
    background-size: cover;
}

main .greenbank-home img, 
main .greenbank-home h1 {
    position: absolute;
    padding: 10px;
    max-width: 1020px;
    right: 0;
    min-width: 50%;
    color: #fff;
    background: rgba(34, 53, 111, .8);
    padding-left: 10px;
    font-weight: normal;
    text-shadow: none;
}
main .greenbank-home h1 {
    font-size: 40px;
    min-width: 80%;
    max-width: 1020px;
}

.home-hero {
    background-image: url(/Assets/Images/header-bg.jpg);
    background-size: cover;
}


.navbar .navbar-nav > li > a {
    color: #006ba4;
    font-size: 14px;
    padding: 10px 7px 20px;
    text-shadow: 0 1px 0 #ffffff;
    text-decoration: none;
}

@media (max-width:767px) {
    .navbar-collapse {
        top: 110px;
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255);
        left:0;
    }
}

.dropdown-menu {
    border-radius: 0;
    border: 0 none;
    padding: 5px;
    margin-top: 19px;
}

.dropdown-menu li {
    /* margin-bottom: 13px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

    .dropdown-menu > li > a {
        padding: 10px 20px;
        line-height: 10px;
        white-space: nowrap;
        display: block;
        text-decoration: none;
    }

    .dropdown-menu > li > a:hover {
        background-color: #006ba4;
        text-decoration: none;
        color:#fff;
    }

.navbar-brand img {
    width: 260px !important;
}

.navbar .container-lg {
    background: #fff;
}

.navbar .navbar-nav > li.show > a {
    color: #000;
}

.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    color: #63666a;
    text-decoration: none;
}

.navbar-brand {
    padding-top: 10px;
}
footer {
    margin-top: 30px;
    margin-bottom: 20px;
}
footer a {
    font-weight: normal;
}

footer li.custom-nav-item {
    padding: 15px 0 15px 10px;
}

footer li.custom-nav-item a {
    padding: 0 10px 0 0;
    border-right: 1px solid #000;
    line-height: 1em;
}

footer .custom-nav-item:last-child a {
    border-right: 0 none;
}

footer:after {
    content: " ";
    clear: both;
    display: block;
}


@media (max-width:992px) {
    .navbar-brand img {
        width: 200px !important;
    }
    .navbar-brand {
        padding-left: 10px;
    }
}


.icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #006ba4;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-bottom: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}


.sc-editing-preview .fixed-top {
    top:185px;
}

/* GB theme */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 30px;
    padding-top: 10px;
    margin: 10px 0;
    line-height: 120%;
}
h2 {
    font-size: 20px;
    color: #22356F;
    padding-top: 5px;
    margin: 10px 0;
    line-height: 120%;
}

.funding-opportunity h2 {
    background-color: #22356F;
    color: #fff;
    padding: 4px;
    margin-top: 30px;
}


main a {
    color: #006ba4;
    text-decoration: underline;
}

.inner-example {
    background-image:url(/Assets/Images/bg3.jpg);
    background-repeat:no-repeat;
}
.inner-example .jumbotron {
    background:none;
}

main .jumbotron {
    min-height:214px;
}

section li {
    line-height: 20px;
    padding: 5px 0px;
}



/* left menu */
main nav a {
    text-decoration: none;
    font-size:16px;
}
main nav ul li {
    padding: 26px 0 10px 0;
    border-bottom: 2px solid #006ba4;
    color: #006ba4;
}
main .nav-link {
    padding:0;
    line-height:1.25;
}
main .active {
    color:#63666a;
}

main .special {
    background-color: #22356F;
    color: #ffffff;
    padding: 4px;
}

main img {
    box-sizing: content-box;
}

@media (max-width:767px) {
    main nav {
        display: none;
    }
}


.collapsing {
    transition: height .35s ease;
}


footer > div {
    border-top: 1px solid #006ba4;
}



/* content specific */

/* teams */
section figure {
    float: left;
    width: 120px;
    text-align: center;
    margin: 10px 26px 10px 0;
    min-height: 320px;
    font-size: small;
    text-align: left;
}

.exec {
    width: 80%;
    display: inline-block;
}

/* portfolio */
div.side a {
    text-decoration: none;
}

    div.side a:hover {
        text-decoration: underline;
        text-decoration-color: #ffffff;
    }

div.side {
    background-color: #1F3B70;
    width: 300px;
    float: left;
    height: 220px;
    margin: 6px;
    padding: 6px;
    position: relative;
}

span.company {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 13px;
    margin: 3px auto;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    min-height: 40px;
}

span.money {
    width: 100%;
    text-align: center;
    display: block;
    margin: 3px auto;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
}

span.investment {
    width: 100%;
    text-align: center;
    display: block;
    margin: 3px auto;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

span.profile {
    width: 100%;
    text-align: center;
    display: block;
    margin: 3px auto;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-top: 18px;
}

.profile::after {
    content: " [PDF]";
    font-size: 10px;
    font-weight: normal;
}

.bottom-left {
    background-position: bottom left;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 60px;
    height: 60px;
}


.br {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #016e9e;
    width: 240px;
    height: 60px;
    background-position: bottom right;
    left: 60px;
    bottom: 0;
    text-transform: capitalize;
}

.type {
    background-color: #016e9e;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-left img {
    padding: 0;
}


/* legacy form */
.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #0065a4;
    -webkit-box-shadow: 0px 10px 14px -7px #0065a4;
    box-shadow: 0px 10px 14px -7px #0065a4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0065a4), color-stop(1, #0477bf));
    background: -moz-linear-gradient(top, #0065a4 5%, #0477bf 100%);
    background: -webkit-linear-gradient(top, #0065a4 5%, #0477bf 100%);
    background: -o-linear-gradient(top, #0065a4 5%, #0477bf 100%);
    background: -ms-linear-gradient(top, #0065a4 5%, #0477bf 100%);
    background: linear-gradient(to bottom, #0065a4 5%, #0477bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065a4', endColorstr='#0477bf',GradientType=0);
    background-color: #0065a4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0065a4;
    line-height:1;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0477bf), color-stop(1, #0065a4));
    background: -moz-linear-gradient(top, #0477bf 5%, #0065a4 100%);
    background: -webkit-linear-gradient(top, #0477bf 5%, #0065a4 100%);
    background: -o-linear-gradient(top, #0477bf 5%, #0065a4 100%);
    background: -ms-linear-gradient(top, #0477bf 5%, #0065a4 100%);
    background: linear-gradient(to bottom, #0477bf 5%, #0065a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0477bf', endColorstr='#0065a4',GradientType=0);
    background-color: #0477bf;
}

.myButton:active {
    position: relative;
    top: 1px;
}

a.myButton {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width:991px) {
    .jumbotron {
        margin-left: -15px;
        margin-right: -15px;
    }
}


@media (min-width:992px) {
    .translation-wrap {
        margin-top: 50px;
    }
}
@media (max-width:991px) {
    .translation-wrap {
        padding-left: 17px;
        padding-top: 10px;
        margin-bottom:20px;
    }
    .gtranslate-selector {
        border: 1px solid #0077C8;
        color: #0077C8;
        height: 32px;
        width:40vw;
    }
}

/* Navbar Search Box */
.s-search-wrap {
    display: flex;
}

.btnimagesearch {
    background-image: url('/-/media/Project/Nyserda/search-glass.gif');
    border: none;
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    text-indent: 20px;
}

.search-text-input {
    border: 1px solid #0077C8;
    color: #0077C8;
    padding-left: 2px;
    margin-right: -4px;
    font-size:13px;
}



/* #05 Search */
main #searchcriteria form label {
    display: inline-block;
}

.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;
}

.search-results-link {
    font-weight:700;
}

@media (max-width:767px) {
    .search-input {
        display: block;
        margin: 10px 0;
    }
    .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;
    }
}

/* results labels */
.search-table .table-row {
    display: table;
}

.search-table .table-row fieldset {
    display: table-row;
}

.search-table .table-row fieldset legend {
    display: table-cell;
    border: 0 none;
    font-size: inherit;
    text-align: left;
    margin-bottom: 0;
}


@media (min-width:768px) {
    .gtranslate-selector {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    .gtranslate-selector {
        font-size: 13px;
    }
}

/* bs53 compatibility */
.row {
    --bs-gutter-x: 2.144rem;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: initial;
    --bs-gutter-y: initial;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

/* deprecated cards */
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
/* deprecated utilities */
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}
.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}
/* forms */
label {
    margin-bottom:.5rem;
}

/* selective compatibility */
.col-md-4 {
    padding-left:15px;
    padding-right:15px;
}

.adpjob-results-section .table-responsive {
    padding:0;
}

.figure-caption-insert.border {
    display:block;
}

/* search */
ul#ui-id-1,
ul#ui-id-3 {
    background-color: #fff;
    border: 1px solid #006BA4;
    left: 60% !important;
    position: fixed !important;
    top: 85px !important;
    min-width: 600px;
    max-width: 600px;
    transform: translate(-50%, 0);
    list-style: none;
    padding: 10px 20px 10px;
    z-index: 1031;
}
ul#ui-id-2 {
    background-color: #fff;
    border: 1px solid #006BA4;
    position: fixed !important;
    min-width: 600px;
    max-width: 600px;
    transform: translate(-40%, 0);
    z-index: 1031;
    list-style: none;
    padding: 10px 20px 10px
}
@media (max-width:767px) {
    ul#ui-id-1,
    ul#ui-id-2,
    ul#ui-id-3 {
        width: 100vw;
        min-width: inherit;
        max-width: 100%;
        left: 0 !important;
        right: 0 !important;
        background-color: #eee;
        transform: translate(0, 0);
    }
}
ul#ui-id-1 li {
    padding: 4px 0;
}
ul#ui-id-2 li {
    padding: 4px 0;
}
ul[id^="ui-id"] li div {
    color: #006BA4;
    border: 0 none !important;
    cursor: pointer;
}
ul[id^="ui-id"] li div:hover {
    color: #000;
    border: 0 none !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}
