/**** Custom Recruiter Styles ****/

.btn-primary {
    background-color: #0075c9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #004a98;
}

:focus {
    outline: #0175c9 solid 3px !important;
}

.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}
/* TODO remove this if it isn't used */
/*span.fa.fa-camera {
  margin-top: 15px;
  margin-left: 3px;
}*/

.search-highlight {
    background: #FFF !important;
}

.brand-nav-container {
    margin-top: 3rem;
}

.hdr_style_1 {
    box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.05);
}

#hdr_container {
    position: relative;
    width: auto !important;
}

.hdr_style_1 a.nav-link {
    display: flex;
    justify-content: center;
}

a.nav-link:hover {
    opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000;
}

.hdr_style_1.scrolled a.nav-link {
    height: 90px;
}

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

.announcement-bar {
    background: #004A98;
    position: absolute;
    top: 0;
    width: 100%;
}

.announcement-bar div.arrow-button {
    display: flex;
    justify-content: flex-end;
    margin-right: 3rem;
    height: 3rem;
    align-items: center;
}

.announcement-bar a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    margin-right: 0.5rem;
    text-decoration: none;
}

.announcement-bar i {
    font-size: 1rem;
}

.announcement-bar a:hover {
    color: #fff;
}

/**** Home Page ****/
#article-section {
    background: #edecf3;
}

#article-section .container {
    width: 1400px;
}

.hero-content-container img {
    /*border-radius: 20px;*/
    /*margin: 2rem;*/
    height: 400px;
    width: auto;
}

.hero-content-container > div:nth-child(2) {
    display: flex;
    object-fit: contain;
}

.read-more {
    margin: 2.5rem 0;
}

.read-more a {
    background: #fff;
    color: #3a3a3a;
    font-size: 1.1rem;
    font-weight: 600;
    /*border-radius: 20px;*/
    box-shadow: 3px 4px 9px 2px rgb(0,0,0, 15%);
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}

.read-more:hover a {
    background: #777;
    color: #fff;
}

.hero-title {
    padding-bottom: 1rem;
}

.hero-content-container {
    /*background: #fff;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.article-content {
    /*padding-right: 5rem;*/
    color: #555;
    /*max-width: 600px;*/
    min-width: 400px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.article-content p {
    font-size: 1.125rem;
    font-weight: 200;
    padding-right: 3rem;
}

#home-announcement {
    background: #0074C8;
    color: #fff;
    padding: 2rem 0;
}

#home-announcement .container {
    width: 800px;
}

#home-announcement .container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#home-announcement h2 {
    padding-bottom: 1rem;
}

#home-announcement p {
    font-size: 1.1rem;
}

#choose-program .program_default-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#choose-program .program_default-div.foundations-div {
    height: 410px;
}

#choose-program .program_default-div .program-image.hero {
    background: url('../images/CW_Hero.jpg') no-repeat bottom 32% left 60%;
    background-size: cover;
    height: 410px;
}
#choose-program .hospital-div .program-image.hospital {
    background: url('../images/McNugget1.jpg') no-repeat top;
    background-size: cover;
    max-height: unset;
    /*width: 54%;*/
}
#choose-program .outside-hospital-div .program-image.outside-hospital {
    background: url('../images/Outside the Hospital.jpg') no-repeat left 50% top 20%;
    background-size: cover;
    max-height: unset;
}

/*#choose-program .outside-hospital-div .program-image.outside-hospital img {
    width: 1000px;
}*/

#choose-program .community-div .program-image.community {
    background: url('../images/Rally the Community.jpg') no-repeat bottom 0 right 0;
    background-size: cover;
}

#choose-program .foundations-div .program-image.donate {
    background: url('../images/Donate Now.jpg') no-repeat bottom 0 right 50%;
    background-size: cover;
}

#choose-program .program-image {
    /*max-height: 625px;*/
    width: 50%;
}

#choose-program .program-image.outside-hospital  {
    /*max-height: 0;*/
}
#choose-program .program-image.donate {
    /*max-height: 475px;*/
}

#choose-program .program-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 4rem 1rem 2rem;
    max-width: 43%;
}

#choose-program .program-info > div {
    margin-bottom: 1rem;
}

.program-container.default-div .program_default-div .program-info {
    text-align: center;
}

#choose-program .hospital-div .program-info {
    /*width: 35%;*/
}

/*.right-content .program-image {*/
/*    width: auto;*/
/*    height: 500px;*/
/*}*/

/*div.hospital.program-image {
    background: url("../images/In the Hospital.jpg") no-repeat;
    height: auto;
    width: 800px;
}*/

#choose-program {
    padding-top: 1rem;
    /*text-align: center;*/
}

#choose-program .program-div {
    display: flex;
    padding-top: 6rem;
    width: 100vw;
}

#choose-program .program-container {
    /*background: #cce3f1;*/
    display: flex;
    /*justify-content: flex-end;*/
    align-items: center;
    /*width: 90vw;*/
    /*flex-direction: column;*/
    /*min-height: 200px;*/
    /*max-height: 300px;*/
    /*right: 8%;*/
    /*margin-top: 3rem;*/
    /*position: relative;*/
    margin-top: -17px;
}

#choose-program .program-buttons {
    /*border-top: 1px solid #035b9bde;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*margin: 0 auto;*/
    /*background: #dddddd;*/
    /*position: absolute;*/
    /*left: 4%;*/
    /*top: 3%;*/
    align-self: center;
    margin: 0 1rem 0 7rem;
    z-index: 1;
}

#choose-program h3,
#choose-program h4,
#choose-program h5 {
    color: #555;
    /*padding-bottom: 1.5rem;*/
    /*text-align: center;*/
}

#choose-program h3 {
    font-size: 1.85rem;
}
/*#choose-program h5 {
    background: #0074c8;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 1rem 1rem;
}*/

/*#choose-program .container {
    justify-content: center;
}*/

#choose-program .program-container a {
    margin: 1rem auto 1rem;
}

#choose-program .program-container > div.program-buttons > div {
    margin: 0.5rem 0;
}

#choose-program > div > div.community-btn {
    max-height: 106px;
}

#choose-program .program-container > div > div p {
    /*padding: 1rem;*/
}

/*#choose-program > div > div.right-content > div > div.program-image > img {
    width: 400px;
    height: auto;
}*/

#choose-program .program-container > div > div button,
#choose-program .program-container > div > div a {
    /*border-radius: 20px;*/
    border: none;
    font-family: 'Century Gothic',sans-serif;
    box-shadow: 3px 4px 9px 2px rgb(0,0,0, 15%);
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    justify-content: center;
    /*margin: 6px 3px;*/
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    width: 325px;
}

#choose-program .program-info a {
    margin: 0 auto;
}

#choose-program .right-content {
    /*margin-top: -4rem;*/
    width: 100vw;

}

#choose-program .right-content a {
    font-size: 1.25rem;
    padding: 0.75rem 0.5rem;
}

#choose-program > div {
    display: flex;
}

#choose-program .right-content button {
    margin: 0 auto;
}

#choose-program .program-buttons button:focus {
    outline: none !important;
}

#choose-program .hospital-btn button,
#choose-program .program-container .hospital-div a {
    background: #004A98;
}
#choose-program .program-container .hospital-div a {
    text-align: center;
    width: fit-content;
    padding: 0.75rem 2.25rem;
}
#choose-program .hospital-btn button:hover,
#choose-program .program-container .hospital-div a:hover {
    background: #02376F;
}

#choose-program .outside-btn button,
#choose-program .program-container .outside-btn a {
    background: #534588;
}
#choose-program .outside-btn button:hover,
#choose-program .program-container .outside-btn a:hover {
    background: #332665;
}

#choose-program .community-btn button,
#choose-program .program-container .community-btn a {
    background: #00818D;
    /*font-size: 1.4rem;
    line-height: 1;
    max-height: 74px;
    min-height: 74px;
    padding: 0.75rem 0;*/
}
#choose-program .community-btn button:hover,
#choose-program .program-container .community-btn a:hover {
    background: #006D77;
}

#choose-program .foundations-btn button,
#choose-program .foundations-btn a {
    background: #CA4A27;
}
#choose-program .foundations-btn button:hover,
#choose-program .foundations-btn a:hover {
    background: #B1310F;
}

#choose-program .all-opps-btn button,
#choose-program .all-opps-btn a {
    background: #0074C8;
}
#choose-program .all-opps-btn button:hover,
#choose-program .all-opps-btn a:hover {
    background: #005999;
}
#choose-program .donation-btn button,
#choose-program .donation-btn a {
    background: #5f5f5f;
}
#choose-program .donation-btn button:hover,
#choose-program .donation-btn a:hover {
    background: #3e3e3e;
}

/*#choose-program .right-content > div {
    display: flex;
    flex-direction: column;
    !*padding: 1rem 2rem 2rem;*!
    justify-content: space-evenly;
    !*width: 50%;*!
}*/

.program-info ul {
    /*text-align: center;*/
}

.program-info li {
    /*list-style: none;*/
}

/*#choose-program .right-content .program_default-div {
    !*background: #CCE3F1;*!
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    !*padding-top: 6rem;*!
}*/
#choose-program .hospital-div {
    /*background: url('https://cw.samaritan.com/custom/501/images/doctor.jpg');*/
    background: #CCDBEA;
    /*margin-bottom: 1rem;*/
    /*margin-top: 10rem;*/
    /*width: 100%;*/
}

#choose-program .right-content > div i {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3rem;
    margin-bottom: 1rem;
}

#choose-program .right-content div.default-div i {
    color: #0074c8;
}
#choose-program .right-content div.hospital-div i {
    color: #004A98;
}
#choose-program .right-content div.outside-hospital-div i {
    color: #534588;
}

#choose-program .hospital-div,
#choose-program .hospital-div h3,
#choose-program .hospital-div h4,
#choose-program .hospital-div h5,
#choose-program .hospital-div p {
    color: #004A98;
}

#choose-program div.program-container.default-div {
    background: #cce3f1;
}

#choose-program div.program-container.outside-hospital-div {
    background: #DCDAE7;
}
#choose-program div.program-container.community-div {
    background: #D7F3F5;
}
#choose-program div.program-container.foundations-div {
    background: #FEE1CC;
}
#choose-program div.program-container.donation-div {
    background: #E8E8E8;
}
#choose-program .outside-hospital-div,
#choose-program .outside-hospital-div h3,
#choose-program .outside-hospital-div h4,
#choose-program .outside-hospital-div h5,
#choose-program .outside-hospital-div i,
#choose-program .outside-hospital-div p {
    color: #534588;
}

#choose-program .outside-hospital-div a {
    background: #534588;
}
#choose-program .community-div,
#choose-program .community-div h3,
#choose-program .community-div h4,
#choose-program .community-div h5,
#choose-program .community-div i,
#choose-program .community-div p {
    color: #00818D;
}
#choose-program .right-content .community-div a.community-button {
    background: #00818D;
    width: fit-content !important;
    padding: 0.75rem 1.5rem !important;
}


#choose-program .program-container > div > div > div p > a.community-email {
    background: none;
    border: none;
    box-shadow: none;
    color: unset;
    font-family: inherit;
    font-size: inherit;
    display: unset;
    /*margin: 6px 3px;*/
    padding: 0;
    text-decoration: underline;
    width: auto;
}

#choose-program .foundations-div a {
    background: #CA4A27;
}
#choose-program .foundations-div,
#choose-program .foundations-div h3,
#choose-program .foundations-div h4,
#choose-program .foundations-div h5,
#choose-program .foundations-div i,
#choose-program .foundations-div p {
    color: #CA4A27;
}
#choose-program .donation-div a {
    background: #5f5f5f;
}
#choose-program .donation-div,
#choose-program .donation-div h3,
#choose-program .donation-div h4,
#choose-program .donation-div h5,
#choose-program .donation-div i,
#choose-program .donation-div p {
    color: #5f5f5f;
}


#choose-program h3 {
    margin-top: 0;
}

/*#choose-program > div > div:hover a {
    background: #666;
}*/

#hot-slider .carousel-control.right,
#hot-slider .carousel-control.left {
    background-image: none;
}

#hot-slider .carousel-control.right:focus,
#hot-slider .carousel-control.left:focus {
    outline-color:transparent;
}

#hot-slider .glyphicon-chevron-left,
#hot-slider .glyphicon-chevron-right {
    font-size: 3rem;
    color: #222;
    text-shadow: 3px 4px 9px 2px rgba(0,0,0,  0.15) !important;
}

#hot-slider .glyphicon-chevron-left {
    /*margin-left: -170px;*/
}

#hot-slider .glyphicon-chevron-right {
    /*margin-right: -150px;*/
}

#hot-slider {
    border: 10px solid #C41F3E;
    /*border-radius: 30px;*/
    text-align: center;
    margin: 1rem auto 4rem;
    width: 600px;
}

#hot-slider h4 {
    background: #C41F33;
    padding: 0.5rem 0 1rem;
    font-size: 2.2rem;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

#hot-slider .hot-opp {
    overflow: hidden;
}

#hot-slider h5 {
    font-size: 1.5rem;
    padding: 0.75rem 0 0;
}

#hot-slider p {
    padding: 0.75rem 2rem 1.5rem;
}

#hot-slider .hot-opp_link {
    margin: 1rem auto 2rem;
}

#hot-slider .hot-opp_link a {
    background: #c41f33;
    border-radius: 20px;
    box-shadow: 3px 4px 9px 2px rgb(0,0,0, 15%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}

.carousel-control-next,
.carousel-control-prev {
    width: 30px;
    height: 30px;
    color: #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators .active {
    background-color: #444;
}

.carousel-indicators li  {
    border: 1px solid #777;
}

.main-landing-btn-blue {
    background-color: #c3d7ee;
    /*background-image: url(../images/bg-card--blue.svg);*/
}
.main-landing-btn-red {
    background-color: #c3d7ee;
    /*background-image: url(../images/bg-card--red.svg);*/
}
.main-landing-btn-purple {
    background-color: #c3d7ee;
    /*background-image: url(../images/bg-card--purple.svg);*/
}
.btn-landBtnOne {
    background-color: #0075c9;
    color: #FFF;
    /*background-color: #0075a3;*/
    box-shadow: 0 20px 55px #005070;
    /*color: #FFF;*/
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-landBtnTwo {
    background-color: #0075c9;
    box-shadow: 0 20px 55px #005070;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-landBtnThree {
    background-color: #0075c9;
    box-shadow: 0 20px 55px #005070;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-landBtnOne:hover {
    color: #FFF;
}
.btn-landBtnTwo:hover {
    color: #FFF;
}
.btn-landBtnThree:hover {
    color: #FFF;
}
.main-landing-btn h3 {
    color: #FFF;
}
.main-landing-btn p {
    color: #FFF;
}
.home-btn {
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
}
.main-landing-btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-page-btn-container {
    background-color: rgba(83,69,136,.1);
    margin-bottom: -20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.opp-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    height: 350px;
    margin:20px;
}

.hot-image {
    height:140px;
    width:100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.lp-department-list li {
    font-weight:bold;
}

/* vol_menu */
.welcome-header{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.heading-h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* Footer */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */
.social {
    width: 45px;
    height: 45px;
    background: #2975b7;
    color: #fff;
    padding-top: 5px;
    float: left;
    margin-left: 7px;
}
.social a {
  color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
}
.samaritan-footer {
    /*background: #444 !important;*/
    color: rgba(255, 255, 255, 0.79) !important;
}
.samaritan-footer a {
	color: rgba(255, 255, 255, 0.79) !important;
    text-decoration: none;
}
.samaritan-footer a:hover {
    text-decoration: underline;
}
.samaritan-footer p {
    margin: 0 0.5rem;
}

#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}

/* Breadcrumb Styles */

.breadcrumb > li > a {
  color: #24557F !important;
}

.breadcrumb > .active {
  color: #525252 !important;
}
