/**** Custom Recruiter Styles ****/
html, body {
    font-family: 'Roboto', 'Arial', sans-serif;
}

.opp-slot-availability-label {
    display: none;
}

/* 1, it's a lie, 2. it's redundant 3. it's dumb. */
.view-container {
    position: relative;
    /*margin-bottom: 491px;*/ /* Set this to match the height of your footer */
    margin-bottom: 100px;
}

.btn-primary {
    background: var(--primary-orange);
    border: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1em;
    padding: 12px 30px;
    max-width: 100%;
    border-radius: 20px;
    text-decoration: none;
}
#opp_details_body .btn-primary {
    border-radius: 0;
}

layout-editor .btn-primary {
    background: inherit;
    border: 1px solid #555;
    border-radius: unset;
    font-weight: 400;
    letter-spacing: unset;
    text-transform: initial;
}
.btn-primary:hover {
    background: #f5a61c;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.split-button .btn-default {
    /*border-radius: 25px;*/
}

.btn-outline-secondary {
    /*border-radius: 25px !important;*/
}

/*a {
    text-decoration: underline;
}*/

.logbook-tab {
    display: none !important;
}

/*Header*/
#erec_main_container.off-page-nav {
    overflow: unset;
}
.nav-link {
    color: #1c3f94 !important;
}
#fields_list .nav-tabs > li > a {
    color: inherit !important;
}
#fields_list .nav-tabs > li.active > a {
    color: #333 !important;
}

#nav-icon3 span {
    background: #1c3f94 !important;
}

.breadcrumb {
    background-color: #35241C;
    margin-left: -15px !important;
}

#header_spacer {
    padding-top: 90px;
}

#header_content {
    background-color: #ffffff;
    /*height: 125px;*/
    /*background: url(../images/paper-header-bg.png) repeat-x bottom center transparent;*/
}
.brand-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hdr_container {
    width: 80%;
}

div.header-breadcrumb.ng-scope {
    background-color: #35241C !important;
}

.hdr_style_1 a.nav-link {
    font-family: 'Helvetica', serif;
    font-size: 20px !important;
    /*color: #1c3f94 !important;*/
    /*height: 131px;*/
}

.hdr_style_1 a.nav-link:hover {
    color: #fc8332 !important;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.hdr_style_1 #hdr_brand img {
    /*max-height: 100px;*/
    /*margin-top: 20px;*/
    /*margin-left: 15px;*/
}

.breadcrumb > .active {
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase;
    color: #FFF !important;
}

.breadcrumb li a {
    font-family: 'Ropa Sans', sans-serif;
    text-transform: uppercase;
    color: #bfae9b !important;
    text-decoration: none !important;
}

.breadcrumb li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.hdr_style_1 #logged_nav_section {
    margin-top: -8px !important;
}

.hdr_style_1.scrolled {
    /*z-index: -1;*/
}

.hdr_style_1.scrolled #hdr_brand {
    float: left;
    margin: 10px;
}

.hdr_style_1.scrolled a.nav-link {
    /*height: 131px;*/
}

.uib-position-measure,
.uib-position-scrollbar-measure,
.uib-position-body-scrollbar-measure {
    overflow: unset !important;
}
.off-page-nav #erec_side_nav, .off-page-nav #erec_nav_search {
    width: unset;
}

.sticky-div {
    margin-bottom: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
.secondary-nav_div {
    background: #eaeaea;
    box-shadow: var(--box-shadow2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.secondary-nav_div .secondary-nav {
    padding: 0.5rem;
    width: 20%;
    height: 56px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.secondary-nav_div a.secondary-nav {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: .6px;
    text-decoration: none;
}
.secondary-nav_div .btn-hidden {
    display: none;
}
/*.hdr_style_1 a.nav-link {*/
/*  border-left: 1px solid #ccc;*/
/*}*/

/*  Homepage */
get-started .container {
    /*margin: 0 auto;*/
    /*width: 60%;*/
}
.info-box {
    max-width: 810px;
    margin: 0 auto;
    text-align: left;
}
.info-box h3 {
    text-align: center;
    text-transform: uppercase;
    color: #527598;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
}

.hero {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.hero .hero-text {
    padding: 2rem 3rem 2rem 0;
    /*text-align: center;*/
}
.home_div {
    /*max-width: 700px;*/
    margin: 0 auto 2rem;
}
.home_div .steps .button-div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    /* max-width: 465px; */
    margin: 0 auto;
}
.home_div .steps .button-div .all-opps {
    margin-top: 1rem;
}

.home_div a {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1em;
    max-width: 100%;
    border-radius: 20px;
    /*padding: 0.5rem 1rem;*/
    text-decoration: none;
}
.home_div a.get-started {
    background: var(--primary-orange);
    border: 2px solid var(--primary-orange);
    color: #fff;
}

.home_div a.see-all {
    background: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    color: #fff;
}

.home_div a.get-started:hover {
    background: #fff;
    border: 2px solid var(--primary-orange);
    color: var(--primary-orange);
}
.home_div a.see-all:hover {
    background: #fff !important;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.small-video,
.super-small-video {
    display: none;
}
.cards-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin: 1rem auto 0;
}

.cards-container {
    width: 90%;
}
.get-started {
    display: flex;
    align-items: center;
}
.church-community_div {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 970px;
}
.church-community_div .search-head.secondary {
    width: 325px;
}
.church-community_div .cards-container {
    width: 70%;
}
.cards-container .card-div {
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    height: 325px;
    width: 260px;
    margin: 1rem 0.75rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.cards-container .card-div {
    /*width: 250px;*/
}

.card-div .hover,
.card-div .hover-text {
    position: absolute;
    background-color: var(--dark-blue);
    width: -webkit-fill-available;
    height: inherit;
    text-align: center;
    border-radius: 20px;
    opacity: 0;
    padding: 1.5rem 1.5rem 1.5rem;
    transition: opacity .45s ease-in-out;
}

.card-div .hover {
    /*background-color: var(--main-text-dk);*/
    transition: opacity .2s ease-in-out;
}

.card-div:hover .hover-text {
    opacity: 0.85;
}
.cards-container .card-div:hover .hover {
    opacity: 0.4;
}
.cards-container .card-div p {
    color: #fff;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    text-transform: none;
}
.cards-container .card-div img {
    height: 325px;
    width: auto;
}

.cards-container .card.meals .card-div img {
    margin-right: 11rem;
}
.cards-container .card.horizontal .card-div::before {
    background: #000;
    opacity: .1%
}
.cards-container .card.horizontal .card-div {
    width: 400px;
}
.card.scholars img {
    height: 110%;
    margin-right: 3rem;
}
.card.special-events img,
.card.little-village img,
.card.jer-scholar img {
    height: 110%;
}
recovery .cards-container .card.other .card-div img {
    width: 300px;
    /*height: auto;*/
}
special-events .cards-container .card.special .card-div img {
   margin-right: -7rem;
}
special-events .cards-container .card.holiday .card-div img {
   margin-right: 1rem;
}
.card-div .button-div {
    position: absolute;
    bottom: 1rem;
    border-radius: 20px;
    display: flex;
    width: 90%;
    text-align: center;
    font-size: .875rem;
    padding: 0.5rem 1rem;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
a.card {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    line-height: 1rem;
}
.green-btn {
   background: var(--secondary-green);
}
.green-btn:hover,
a.card:hover .green-btn {
   background: #77a724;
}
.orange-btn {
   background: var(--primary-orange);
}
.orange-btn:hover,
a.card:hover .orange-btn {
    background: #f26609;
}
.blue-btn {
   background: var(--primary-color);
}
.blue-btn:hover,
a.card:hover .blue-btn {
    background: #062779;
}
.purple-btn {
   background: var(--secondary-purple);
}
.purple-btn:hover,
a.card:hover .purple-btn {
    background: #493289;
}
.red-btn {
   background: var(--secondary-red);
}
.red-btn:hover,
a.card:hover .red-btn {
    background: #d40811;
}
.lt-blue-btn {
   background: var(--secondary-blue);
}
.lt-blue-btn:hover,
a.card:hover .lt-blue-btn {
    background: #0d8dc2;
}
.dark-blue-btn {
   background: #09355e;
}
.dark-blue-btn:hover,
a.card:hover .dark-blue-btn {
    background: #02294c;
}

#page_opp_search #search_view {
    padding-bottom: 7rem;
}
#page_opp_search .urgent-btn {
    top: -0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.urgent-btn {
    background: #6A3F6E;
    color: #fff;
    display: flex;
    font-size: 1.1rem;
    letter-spacing: 0.765px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: fit-content;
    padding: 0.5rem 1rem !important;
    margin: 0 auto 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.urgent-btn:hover,
a.card:hover .urgent-btn {
    background: #532657;
}
/*
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
*/
.toggling-left-bar .left-bar-filter-inner {
    margin-top: 4.125rem;
}
.filter-div {
    padding-bottom: 0.75rem;
}
.filter-group.keyword-filter .form-group {
    margin-bottom: 0;
}
.toggling-left-bar .left-bar-filter-inner {
    /*background: #fff;*/
    padding: 0;
}
.filter-group {
    border-top: none;
    cursor: pointer;
    padding: 0;
}
.filter-group.org-filter {
    display: none;
}
.filter-group.keyword-filter {
    padding: initial;
}
#page_opp_search .filter-group .filter-header-btn {
    padding: 0.5rem 0 0 1rem;
}

filters .filter-header_custom {
    color: #fff;
    font-weight: 500;
    padding: 0 1rem;
}
filters .filter-header_custom h4 {
    font-family: 'Roboto', 'Arial', sans-serif;
}

.search-icon small {
    color: black;
}

.search-icon .fa {
    font-size: 5em;
    color: #f6d909;
}

.search-icon a {
    text-decoration: none !important;
}

/*.searchHead {
    color: #0a4c69;
    font-family: 'Lato', sans-serif;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 30px;
}*/
.search-head {
    color: #0054a4;
    font-family: "Times New Roman", Times, serif;
    font-size: 3.0rem;
    line-height: 1.2em;
    /*padding: 30px 30px 0 30px;*/
    /*margin-top: 0;*/
    margin-bottom: 20px;
}
h2.search-head {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    /*margin: 0;*/
    /*padding: 0;*/
}
.search-head.secondary {
    font-size: 2.5rem;
}

.search-head:after {
    content: "";
    background: #e5eff4;
    width: 115px;
    height: 2px;
    display: block;
    margin: 10px auto 0;
}
#get-started h3 {
    color: var(--primary-color);
    font-family: Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/*#get-started > div {
    margin: 3em 0;
}*/

.home-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 0 0;
    max-width: 700px;
    margin: 0 auto;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}
get-started .home-buttons,
#page_volunteer_menu .home-buttons {
    flex-direction: column;
}

#page_volunteer_menu .home-buttons {
    align-items: flex-start;
    justify-content: center;
}

.home-buttons a {
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    border-radius: 20px;
    width: 300px;
    text-align: center;
}

get-started .home-buttons a {
    margin: 0.5rem;
}

#page_volunteer_menu .home-buttons a {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 0.25rem 0 0.5rem -2rem;
}
.searchInfo {
    font-family: 'Helvetica', serif;
}

.icon-square:hover .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.6);
}

a .overlay {
    position: absolute;
}

.overlay p {
    opacity: 0;

}

.icon-square:hover .overlay p {
    height: 100%;
    opacity: 1;
    color: white !important;
    position: relative;
}

.icon-square:hover .overlay p span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.icon-square {
    text-decoration: none;
}

.popover {
    z-index: 9999999 !important;
}


custom-search-wizard .search-icon img {
    width: 150px;
}

custom-search-wizard .search-icon h1 {
    text-transform: uppercase;
    position: relative;
    top: -20px;
    font-size: 2em;
    margin-top: 0;
    color: black;
}

.customPromo {
    position: relative;
    top: -54px;
}

.customPromo .promoText {
    font-weight: 700;
    font-size: 2em;
}

.search-icon.customPromo {
    cursor: default;
}

#wizardBox {
    border: none;
    padding: 0 10px;
    background: #eeeeee;
}

#wizardBox .search-icon {
    width: auto;
    text-align: center;
    margin: 20px auto 5px;
}

#wizardBox .search-icon .fa {
    font-size: 3em;
}

.icon-square p {
    color: black;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.hot-image {
    height: 400px;
    /*border-radius: 20px;*/
}

.bubbleWrap {
    /*padding-top: 325px;*/
    /*margin-left: 90px;*/
    /*margin-right: 90px;*/
}

.bubble {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(15, 19, 25));
    padding-top: 5px;
    padding-bottom: 15px;
    height: 400px;
}

#hotOppBox h4 {
    font-size: 2.5rem;
    color: #fff !important;
    font-family: "Times New Roman", Times, serif;
    background: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.bubbleWrap a {
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
}

.hero-text-container {
    margin-left: 3rem;
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    /*width: 60%;*/
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    margin: -25px auto 0;
}

/*Profile / Application*/
.group-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-groups-list-section .group-option {
    padding: 10px;
}

.group-option {
    background: #f7f7f7;
    padding: 4px 4px 4px 20px;
    display: block;
    border-bottom: 1px solid #eee;
}

.group-modify {
    float: right;
    display: block;
    opacity: 0.8;
    margin-right: 10px;
}
.html-field {
    background: #ececec;
    margin: 0 1.5rem;
    padding: 1rem 2rem;
}
.html-field.employment {
    width: 500px;
}
.custom-group-form > div {
    display: flex;
}


/*Search*/
#page_opp_search page-name {
    display: none;
}
.sticky-div .btn-link.back-btn {
    position: absolute;
    /*top: 6rem;*/
    right: 10%;
}
.opp-header {
    /*padding-top: 2rem;*/
}
.opp-search_header {
    /*width: 80%;*/
    margin: 0 auto 1rem;
}
.opp-search_header .hero-div {
    background: var(--dark-blue);
    max-width: 600px;
}
.opp-search_header h2 {
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}
.opp-search_header .hero .card-div {
    background: var(--dark-blue);
    width: 535px;
    flex-direction: column;
    /*border-radius: 0;*/
    padding: 2rem 2.5rem;
    /*height: fit-content;*/
}
.opp-search_header .hero p {
    /*color: var(--alt-text-lt);*/
    /*font-size: 1.1rem;*/
    /*line-height: 1.7;*/
    /*margin: 0.75rem;*/
}
.applied-filters-container > span,
.applied-filters-container > h4 {
    /*display: none;*/
}
.search-highlight {
    background: #fff !important;
}

.opp-published-date {
    display: none !important;
}

div.applied-filters-container.ng-scope:before {
    content: 'Search Results for:';
    padding-right: 5px;
}
input[type=checkbox].custom-filter-checkbox {
    margin-right: 5px;
}

/* Group Sign up Modal */
.group-modal-alert {
    display: none;
}

/*Footer*/

.footer {
    background: #1c3f94;
    color: #fff;
    font-size: .8125rem;
    padding: 0 0 30px;
}

.footer .footer-image {
    display: block;
    width: 100%;
    height: auto;
}

.footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .wrapper .big-box {
    border-right: 1px solid #4965a9;
    width: 60%;
}

@media (max-width: 1000px) {
    .footer .wrapper .big-box {
        width: 100%;
        border-right: none;
        margin: 0 0 40px;
    }
}

.footer .wrapper .big-box .footer-nav {
    border-bottom: 1px solid #4965a9;
    padding: 20px 0;
    margin: 0 0 25px;
}

.footer .wrapper .big-box .footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer .wrapper .big-box .footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

.footer .wrapper .big-box .footer-nav ul li a:hover {
    color: #4965a9;
}

.footer .wrapper .big-box .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.footer .wrapper .big-box .footer-content .sub-content {
    width: 280px;
    max-width: 100%;
    line-height: 1.375rem;
}

@media (max-width: 700px) {
    .footer .wrapper .big-box .footer-content .sub-content {
        width: 100%;
        margin: 0 0 20px;
    }
}

.footer .wrapper .big-box .footer-content .sub-content h3 {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 0 20px;
}

.footer .wrapper .little-box {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    line-height: 1.75rem;
}

@media (max-width: 1000px) {
    .footer .wrapper .little-box {
        width: 100%;
    }
}

.footer .wrapper .little-box .contact-details a {
    color: var(--alt-text-lt);
    text-decoration: underline;
}

.footer .wrapper .little-box .contact-details a:hover {
    text-decoration: none;
}

.footer .wrapper .little-box .social {
    text-align: center;
}

.footer .wrapper .little-box .social .button, .footer .wrapper .little-box .social .call-to-action .gform_wrapper form .gform_footer input[type="submit"], .call-to-action .gform_wrapper form .gform_footer .footer .wrapper .little-box .social input[type="submit"], .footer .wrapper .little-box .social .tabs .tabs-nav a span, .tabs .tabs-nav a .footer .wrapper .little-box .social span, .footer .wrapper .little-box .social .boxes .boxes-container a span, .boxes .boxes-container a .footer .wrapper .little-box .social span {
    display: block;
    margin: 0 0 10px;
}

.footer .wrapper .little-box .social .link {
    display: inline-block;
    margin: 0 2px 5px;
}

.footer .wrapper .little-box .social .link:hover {
    opacity: .8;
}

.footer .wrapper .little-box .social .link img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-bottom-wrap {
    /* background: url(../images/paper-footer-bg.png) repeat-x bottom center transparent;*/
    background-color: #1c3f94;
    width: 100%;
    margin: 0;
    padding: 0;
}

a.footer-btn {
    background: #F79027;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1em;
    padding: 12px 30px;
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}

a.footer-btn:hover {
    background: #f5a61c;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

p.footer-copy {
    /*font-family: 'Ropa Sans', sans-serif;*/
    font-size: 12px;
    margin: 20px 0 0;
    color: var(--alt-text-lt);
    padding: 10px;
}

.footer-legal {
    font-size: 11px;
    margin: 5px 0 0;
}

.footer-copy a {
    color: var(--alt-text-lt);
}

.menu-footer-menu li a {
    text-decoration: none;
}

.sub-content a {
    color: #fc8332;
    text-decoration: none;
}

.sub-content a:hover {
    color: rgba(252, 131, 50, 0.6);
}

p.footer-copy a:hover {
    color: #da8a00;
}

.samaritan-footer {
    background: var(--dark-blue) !important;
    font-size: 12px;
    /*font-family: 'Ropa Sans', sans-serif;*/
    color: var(--alt-text-lt);
}

p.samaritan-footer a {
    color: var(--alt-text-lt);
}

p.samaritan-footer a:hover {
    color: var(--alt-text-lt);
}

.footerLinks a {
    font-family: 'Ropa Sans', sans-serif;
    color: #FFF;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    padding: 1px 10px;
    text-decoration: none;
}

/*Other Opportunities Page*/
.otherOpps {
    text-decoration: none !important;
    color: black !important;
}

.otherOpps:hover {
    text-decoration: none !important;
    color: black !important;;
}

.otherOppsHover:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

legend {
    font-weight: 700;
}
