  ﻿.iframe-container {
    display: flex;
    justify-content: center;
}
iframe {
    aspect-ratio: 16 / 9;
    width: 80% !important;
}
header a.logo img {
    max-height: 110px;
}
body, .job-desc-block {
    color: #000000;
}
.banner-container {
    position: relative;
}
.banner-image-container {
    max-height: 800px;
    overflow: hidden;
}
.banner-image-container:after {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 2;
}
.banner-content {
    position: absolute;
    z-index: 3;
    bottom: 29px;
}
header.sticky #top__bar__menu li a.round-narrow-green-button {
    background-color: #78B800;
    color: white;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 600;
}
.slider .slider-typography h1 {
    text-align: left;
}
.slider .slider-typography p.text-medium {
    font-size: 26px !important;
    line-height: 36px !important;
    text-align: left !important;
}
.slider .slider-typography .btn {
    margin-left: 0;
}
h1.font-size-banner-header {
    font-size: 58px;
    text-shadow: none !important;
}
.slider .slider-typography p.text-medium {
    font-size: 26px !important;
    line-height: 36px !important;
    text-align: left !important;
}
.slider .slider-typography .btn {
    margin-left: 0;
}
h3.medium-header {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-bottom: 38px;
}
.feature-spotlight a.view-all-link, .feature-events a.view-all-link, .feature-news a.view-all-link {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    float: right;
    padding-top: 15px;
    text-decoration: underline;
    line-height: 24.38px;
}
.border-top-radius {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.border-bottom-radius {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.border-radius {
    border-radius: 15px;
}
.large-border-radius {
    border-radius: 18px;
}
.small-border-radius {
    border-radius: 11px;
}
.spotlight-container {
    background-color: #F7F7F5;
    padding: 17px 16px 12px 16px;
    min-height: 125px;
}
.feature-event-container {
    min-height: 135px;
    margin-top: 12px;
}
.event-type {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    padding: 6px 12px;
    border-radius: 24px;
    background-color: #eaeae9;
    color: #000;
    max-width: 150px;
    border: 1px solid #d3d3d2;
}
.event-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: #000;
    right: 0;
}
.feature-spotlight h4, .feature-news h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    margin-bottom: 0;
}
.hero-image-container {
    position: relative;
    overflow: hidden;
}
.hero-text-bottom {
    position: absolute;
    bottom: 48px;
    left: 48px;
    width: 100%;
    padding-right: 40px;
}
.sub-title {
    margin-bottom: 12px;
    min-height: 31px;
    position: relative;
}
.hero-image-container h2 {
    color: #FFF;
    font-weight: 600;
    font-size: 56px;
    line-height: 61.6px;
    margin-bottom: 19px;
}
.hero-image-container p {
    color: #FFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 39px;
}
.btn-medium-green {
    background: #78B800;
    border-radius: 20px;
    padding: 12px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
footer .btn-medium-green {
    border-radius: 200px;
}
.btn-big-green {
    background: #78B800;
    border-radius: 30px;
    padding: 16px 24px;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: table-cell;
}
p .btn-big-green {
    background: #78B800;
    border-radius: 30px;
    padding: 16px 24px;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.btn-medium-green:hover, .btn-big-green:hover {
    background: #FFF;
    border: 1px solid #78B800;
    color: #78B800 !important;
    margin-bottom: 15px;
}
.feature-event-image {
    position: relative;
}
.feature-event-image .event-date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    color: #000;
    padding: 5px 0;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #cccccc;
}
.feature-event-image .event-date .date-large {
    font-size: 24px;
    line-height: 29.26px;
    font-weight: 500;
}
.feature-event-image .event-date .date-small, .feature-event-container .event-location, .feature-event-container .very-small-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
    color: #000;
}
.feature-event-container h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    color: #000;
    margin-bottom: 9px;
}
.light-gray-background {
    background-color: #F7F7F5;
}
.bg-extra-dark-gray {
    background-color: #152520;
}
.footer-widget-area h5 {
    font-size: 24px;
    color: #FFF;
    line-height: 28.8px;
    font-weight: 600;
    margin-bottom:12px;
}
.bg-darker-footer {
    background-color: rgb(0,0,0, 0.4);
}
.text-grey-small {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #ffffff;
}
.footer-widget-area p.text-grey-small a {
    color: #ffffff;
}
.banner-image {
    width: 100%;
    height: auto;
}
.feature-spotlight .row {
    margin-right: -14px;
    margin-left: -14px;
}
.feature-spotlight .col-sm-12, .feature-spotlight .col-md-6, .feature-spotlight .col-lg-3 {
    padding-right: 14px;
    padding-left: 14px;
}
.feature-events .row {
    margin-right: -9px;
    margin-left: -9px;
}

.feature-events .col-sm-12, .feature-events .col-md-6, .feature-events .col-lg-4 {
    padding-right: 9px;
    padding-left: 9px;
}
ul.no-dot-point li {
    list-style-type: none;
    line-height: 19.6px;
}
ul.no-dot-point {
    padding-left: 0;
}
.btn.bottom {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.btn {
    text-transform: initial;
}
.hero-image-container:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 2;
}
.hero-text-bottom {
    z-index: 3;
}
.container-large {
    padding-left: 48px;
    padding-right: 48px;
    width: 100%;
}
.spotlight-image img, .feature-event-image img, .hero-image-container img {
    width: 100%;
}
.pb-10px {
    padding-bottom: 10px !important;
}
.pb-20px {
    padding-bottom: 20px !important;
}
.pb-30px {
    padding-bottom: 30px !important;
}
.pb-40px {
    padding-bottom: 40px !important;
}
.pb-48px {
    padding-bottom: 48px !important;
}
.pb-50px {
    padding-bottom: 50px !important;
}
.pb-60px {
    padding-bottom: 60px !important;
}
.pb-70px {
    padding-bottom: 70px !important;
}
.pb-80px {
    padding-bottom: 80px !important;
}
.pt-10px {
    padding-top: 10px !important;
}
.pt-20px {
    padding-top: 20px !important;
}
.pt-30px {
    padding-top: 30px !important;
}
.pt-40px {
    padding-top: 40px !important;
}
.pt-48px {
    padding-top: 48px !important;
}
.pt-50px {
    padding-top: 50px !important;
}
.pt-60px {
    padding-top: 60px !important;
}
.pt-70px {
    padding-top: 70px !important;
}
.pt-80px {
    padding-top: 80px !important;
}
.pt-96px {
    padding-top: 97px !important;
}
.p-88 {
    padding: 88px;
}
.p-24 {
    padding: 24px;
}
.swiper-item-wrapper {
    margin: 0 auto;
}
.swiper-slide-space {
    margin: 0 75px;
    float: left;
    min-height: 70px;
    display: flex;
    align-items: center;
}
a.underline {
    text-decoration: underline;
}
.text-small {
    font-size: 14px;
    line-height: 19.6px;
}
header nav .nav-header-container {
    display: block;
}
.vertical-middle-column {
    height: 130px;
    vertical-align: middle;
    display: grid;
    align-items: center;
}
@media (max-width: 992px) {
    iframe {
        width: 100% !important;
    }
    .vertical-middle-column {
        height: 86px;
        vertical-align: middle;
    }
    .lg-hide.float-right {
        margin-right: 18px;
    }
    .pb-48px {
        padding-bottom: 24px !important;
    }
    .pt-48px {
        padding-top: 24px !important;
    }
    .pt-96px {
        padding-top: 48px !important;
    }
    .p-88 {
        padding: 28px 10px;
    }
    header a.logo img {
        max-height: 70px;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: none;
    }
    .btn-medium-green {
        display: block;
    }
    .lg-width-70 {
        width: 100% !important; 
    }
    .btn.bottom {
        position: relative;
        bottom: initial;
        right: initial;
        min-height:30px;
        margin-top: 10px;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    header a.logo img {
        max-height: 60px;
    }
    .slider .slider-typography h1.font-size-banner-header, .banner-wrapper h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .hero-text-bottom {
        bottom: 20px;
        left: 20px;
    }
    .banner-content {
        bottom: 10px;
    }
    .container-large {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-image{
        width: 150%;
        max-width: 150%;
        height: auto;
    }
    .hero-image-container img {
        width: 200%;
        max-width: 200%;
        height: auto;
    }
    .hero-image-container {
        border-radius: 18px;
    }
    h3.medium-header {
        font-size: 28px;
        max-width: 250px;
    }
    .col-sm-6.mobile-no-relative {
        position:initial;
    }
    .banner-image {
        width: 150%;
        max-width: 150%;
        height: auto;
    }
    main p a {
        word-break: break-all;
    }
    main .faqs .faq-question .fal {
        position: absolute;
        right: -2px;
    }
}
.text-small-green {
    font-size: 16px;
    line-height: 19.5px;
    color: #80992E;
    font-weight: 700;
}
h4.listing-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.69px;
    margin-bottom: 10px;
    color: #000000;
}
h4.classified-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    margin-bottom: 26px;
    color: #000000;
}
.listing-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #000000;
}
.bottom-border {
    border-bottom: 1px solid #D9D9D9;
}
#search-result .listing-item {
    padding-bottom: 20px;
}
.event__list .circle {
    font-size: 16px;
    background-color: #78B800;
    bottom: initial;
    top: 5px;
}
.classified-data .job-desc-block {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    color: #78B800;
}
.container-padding-10pc {
    padding: 0 10%;
}
.container-padding-12pc {
    padding: 0 12%;
}
.container-padding-15pc {
    padding: 0 15%;
}
h1, h2, h3, h4, h5, h6, p, body {
    font-family: 'Montserrat', sans-serif;
}
.right-end {
    display: inline-block;
    float: right;
}
.hidden {
    display: none;
}
header nav .row .col-xl-1, header nav .row .col-xl-2, header nav .row .col-xl-6, header nav .row .col-6, header nav .row .col-md-2, header nav .row .col-sm-2,
footer .row .col-lg-8, footer .row .col-md-6, footer .row .col-lg-4, footer .row .col-md-12, footer .row .col-12, footer .row .col-lg-5, footer .row .col-lg-2, footer .row .col-sm-2 {
    padding: 0;
}
.hero-featurea .row {
    margin-right: -18px;
    margin-left: -18px;
}
.hero-featurea .col-12, .hero-featurea .col-lg-12, .hero-featurea .col-md-12, .hero-featurea .col-lg-5 {
    padding-right: 18px;
    padding-left: 18px;
}
.hero-featurea .text-medium-black {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

header.sticky #top__bar__menu li a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a {
    color: #000000;
    font-size: 16px;
}
footer .logo-light {
    max-width: 74px;
}
.nav-header-container .row, footer .row {
    margin-right: 0;
    margin-left: 0;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.mb-24px {
    margin-bottom: 24px;
}
.news-container {
    background-color: #F7F7F5;
    padding: 17px 16px 12px 16px;
    min-height: 90px;
}
.banner-wrapper {
    margin-bottom: 14px;
}
@media (min-width: 1200px) {
    .lg-width-70 {
        width: 70%;
    }
}
.feature-events .event-type {
    float: right;
}
.news-container {
    min-height: 110px;
}
.vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h4.classified-name.volunteer {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.69px;
    color: #000000;
    margin-bottom: 10px;
}
.volunteer-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #000000;
}
.listing-subtitle {
    margin-bottom: 5px;
}
.inner-container {
    padding-left: 10.5%;
    padding-right: 10.5%;
}
.filter-content {
    padding-left: 13px;
    padding-right: 13px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .inner-container {
        padding-left: 6%;
        padding-right: 6%;
    }
    .filter-content {
        padding-left: 0;
    }
}
.search-bar input.form-control, .search-bar select {
    height: 34px;
}
.container-padding-19pc {
    padding: 0 21.5%;
}
@media (min-width: 992px) {
    .inner__banner .full-screen {
        height: 240px;
        min-height: 240px;
    }
    header nav.navbar.navbar-fixed-top {
        padding-top: 23px;
    }
    .col-lg-2point5 {
        -ms-flex: 0 0 21.61%;
        flex: 0 0 21.61%;
        max-width: 21.61%;
    }
    .col-lg-9point5 {
        -ms-flex: 0 0 78.39%;
        flex: 0 0 78.39%;
        max-width: 78.39%;
    }
}
@media (max-width: 991px) {
    .inner__banner .full-screen {
        height: 160px;
        min-height: 160px;
    }
    .container-padding-19pc {
        padding: 0px 5.1%;
    }
    .inner__banner .full-screen {
        height: 200px;
        min-height: 200px;
    }
    .inner__banner .full-screen .slider-typography h1 {
        margin-left: 15px;
        font-size: 32px !important;
        line-height: 36px !important;
        text-align: left !important;
    }
    .inner__banner .inner-container.md-padding-50px-all {
        padding: 25px !important;
    }
    .inner__banner .slider-typography .slider-text-bottom {
        vertical-align: middle;
    }
}
.search-bar .row {
    margin-right: -7px;
    margin-left: -7px;
}
.search-bar .row .md-fullwidth {
    padding-right: 7px;
    padding-left: 7px;
}
@media (min-width: 992px) {
    .lg-flex-grow-1 {
        flex-grow: 1;
        max-width: 30%;
    }
}
@media (max-width: 991px) {
    .md-fullwidth {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        flex-grow: 0;
        max-width: 100%;
    }
}
.search-bar .md-fullwidth {
    position: relative;
}
.search-bar span {
    right: 20px;
    top: 6px;
}
.search-bar select {
    padding: 0 14px 0 10px;
}
.inner__banner .full-screen .slider-typography h1 {
    font-weight: 700;
    margin-left: 0;
}
.search-bar input.form-control[type="text"], .search-bar .select__list, .search-bar .btn {
    margin: 0 0 12px 0;
    border-radius: 0;
    border: 0;
}
.search-bar {
    background-color: #78B800;
    padding: 15px 0 0 0;
}
#search-result img {
    width: 100%;
}
.listing-item .col-12 {
    position: relative;
}
.bottom-box {
    bottom: 0;
    width: 97%;
    position: absolute;
}
.list-content-wrapper {
    padding: 0 20px;
}
.inner__banner.sm-background-image-center {
    position: relative;
}
.inner__banner.sm-background-image-center::after {
    background-color: rgba(0, 0, 0, 0.7); /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 2;
}
.slider-typography {
    z-index: 3;
}
.search-bar .btn {
    font-weight: 500;
    font-size: 14px;
    color: #575757;
    line-height: 17.07px;
    padding: 8.5px 22.5px;
    text-transform: uppercase;
}
.classified-data .job-desc-block, .job-data .job-desc-block {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px
}
.classified-data-wrapper {
    position: relative;
    padding-top: 10px;
}
.fas.fa-circle {
    font-size: 14px;
    padding-right: 5px;
}
ul.classified-data {
    padding-inline-start: 0;
    margin-bottom: 50px;
}
.job ul.classified-data {
    margin-bottom: 20px;
}
ul.classified-data li.col-12 {
    list-style-type: none;
}
h4.underline {
    text-decoration: underline;
}
.soft-border {
    border: 1px solid #EDEDED;
}
.medium-listing--margin {
    margin-top: 15px;
    margin-bottom: 30px;
}
.top-border {
    border-top: 1px solid #D9D9D9;
}
.job-data {
    vertical-align:bottom;
}
.content main h1 {
    font-size: 26px;
    line-height: 31.69px;
    color: #78B800;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.content main h2 {
    font-size: 26px;
    line-height: 31.69px;
    color: #000000;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.content main h3 {
    font-size: 22px;
    line-height: 26.82px;
    color: #000000;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.content main p, .content main li {
    font-size: 18px;
    line-height: 21.94px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    min-height: 1px;
}
.side-nav li {
    position: relative;
    border-bottom: 1px solid #BFBFBF;
}
.side-nav a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.94px;
    color: #575757;
    padding: 15px 20px;
}
.side-nav > li.active > a {
    background-color: #78B800;
}
.content main a.download-resource::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f063';
    margin-left: -40px;
    font-size: 18px;
    padding-right: 24px;
}
.content main a.download-resource {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    color: #000000;
    padding: 20px 20px 20px 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.94px;
}
.job-data.top-border {
    padding-top: 26px;
}
.job .job-data.top-border {
    padding-top: 16px;
    padding-bottom: 16px;
}
.content main .event__list h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 31.69px;
}
.event__list {
    margin-top: 20px;
}
.header-search-form-2 {
    color: #232323
}
.header-search-form-2:hover {
    color: rgba(0,0,0,0.6);
}
#search-header-desktop {
    position: absolute;
    top: 2px;
    right: 30px;
    width: 50%;
}
#search-header-desktop .search-input {
    border: 1px solid #d3d3d2 !important;
}
.result-number {
    margin: 0 0 0 10px;
    border: none;
    padding: 0 6px;
    background-color: #dce0e5;
    height: 22px;
    text-align: center;
    border-radius: 100px;
}
.active .result-number {
    background-color: #78B800;
    color: #FFFFFF;
}
.tab-pane {
    padding: 20px;
}
.hero-swiper-full-screen {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.hero-image-container {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
main .faqs .faq-question a, main .faqs .faq-question .fal {
    color: #000;
    font-size: 22px;
    line-height: 26.82px;
    font-weight: 700;
}
.pull-right {
    float: right;
}
main .faqs .faq-list div.panel {
    border-bottom: 1px solid #C5BABA;
}
.content main a.download-resource:hover {
    background-color: #D8D8D8;
}
@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        margin-left: -40px;
    }
}
.classified-data-block {
    padding-bottom: 10px;
    margin-right: 15px;
    display:inline-block;
}
.row.no-margin {
    margin: 0;
}
.cell-relative {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.valign-bottom {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.text-center {
    text-align: center !important;
}
.job-data {
    margin-bottom: 20px;
}
.box-body.non-editable-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}