﻿body {
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    line-height: 1.1;
}

main {
    padding: 20px;
}

.about-us-section {
    margin: 0px -20px;
    padding: 20px;
}

.navbar {
    padding: 20px;
    font-size: 18px;
}

main h1, main h2, main h3{
    color: #234E70;
}

footer {
    border-radius: 30px 38px 0px 0px;
    padding: 45px 45px 20px 45px;
}

.image-page-header {
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15% 30px 50px 30px;
    color: #ffffff;
}

.agency-grid-background {
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.3);
    height: 250px;
    border-radius: 15px;
    margin: 10px 0px;
    color: #ffffff;
}
.agency-grid-background:hover {
    background-color: rgba(0, 0, 0, 0);
}

.agency-background {
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    margin: 10px;
    padding: 20px;
}

.agency-details strong{
    color: #234E70;
}

.row-job-posting {
    border: 1px solid #254c6e;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 15px 10px;
}

.row-job-posting a{
    text-decoration: none;
    color: #234E70;
}

.job-posting-filter label {
    color: #234E70;
    font-size: .9em;
}

.social-link {
    padding-right: 10px;
}

.about-us-section-dark {
    background-color: #254c6e;
}

.about-us-section-dark,
.about-us-section-dark h1,
.about-us-section-dark h2,
.about-us-section-dark h3 {
    color: #ffffff;
}

.btn-link-round a {
    text-decoration: none;
    color: #fff;
    background-color: #234e70;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-link-round a:hover {
    background-color: #f9f38e;
    color: #234e70;
    border: solid 1px #234e70;
}

.btn-pbjc-primary {
    color: #fff;
    background-color: #234e70;
}

.btn-pbjc-primary:hover {
    background-color: #f9f38e;
    color: #234e70;
}

.btn-pbjc-secondary {
    color: #234e70;
    background-color: #c4b59d;
}

.btn-pbjc-secondary:hover {
    background-color: #f9f38e;
    color: #234e70;
}

.widget-body {
    margin-top: 10px;
}

.jobsquest-tagline a {
    text-decoration: none;
}

.about-us-section-dark .widget-body .jobsquest-tagline .current-section h2 {
    color: #f9f38e;
}

.about-us-section-light .widget-body .jobsquest-tagline .current-section h2 {
    color: #c4b59d;
}

@media screen and (min-width: 992px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.1;
    }

    h1 {
        font-size: 4vw;
    }

    body {
        font-size: 1.5rem;
    }

    main {
        padding: 30px 100px;
    }

    .about-us-section {
        margin: 0px -100px;
        padding: 100px;
    }

    .image-page-header {
        padding: 15% 100px 100px 100px;
    }

    .agency-background {
        min-height: 550px;
    }
}

/* Center nav bar */
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}
/* End center nav bar */

/* Widget Styles from the Agency Theme */
.flow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.widget-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.widget-image-widget img {
    width: 100%;
}

.widget-align-left {
    text-align: left;
}

.widget-align-center {
    text-align: center;
}

.widget-align-right {
    text-align: right;
}

.widget-align-justify {
    text-align: justify;
}

.widget-size-100, .widget-size-75, .widget .widget-size-75, .widget-size-66, .widget .widget-size-66, .widget-size-50, .widget .widget-size-50, .widget-size-33, .widget .widget-size-33, .widget-size-25, .widget .widget-size-25 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .widget-size-25, .widget .widget-size-25 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-25 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 576px) {
    .widget-size-33, .widget .widget-size-33 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-33 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 576px) {
    .widget-size-50, .widget .widget-size-50 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-50 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 576px) {
    .widget-size-66, .widget .widget-size-66 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-66 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 576px) {
    .widget-size-75, .widget .widget-size-75 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-75 {
        flex: 0 0 auto;
        width: 75%;
    }
}
/* End Widget Styles */
