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

.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    color: #46464B;
    font-family: 'Montserrat', sans-serif;
}

:focus {
    outline-color: #1CA6DF !important;
}

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

.opp-img-container,
.image_area .img-responsive {
    display: none !important;
}

/* Top Navigation */
#header_content {
    border-bottom: 4px solid #0f376a;
    height: 95px !important;
}

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

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

a.nav-link {
    font-size: 1.125rem;
}

a.nav-link:hover {
    background: #EFEFEF !important;
}

/* Home Page */
.hero {
    background: url("../images/oklahoma-skyline@0.5x.jpg") no-repeat;
    background-size: cover;
    /*background-position-y: 42%;*/
    border-bottom: 4px solid #0f4e9a;
    height: 320px;
}

.view-container.clearfix > div > section:nth-child(3) {
    display: flex;
    justify-content: center;
}

.vol-home {
    display: flex;
    margin: 3rem 5rem 4rem;
}

.vol-home > div:nth-child(2) {
    margin-top: 1rem;
}

.view-container.clearfix > div > section:nth-child(3) > div > div:nth-child(1) > div.col-sm-12.pull-left.mb20 {
    width: 100%;
}

.vol-home a {
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.vol-home a {
    background: #0f4e9a;
    font-size: 1.1rem;
    padding: 10px 16px 12px;
    transition: background 125ms ease-in-out, color 200ms ease-in-out;
}

.vol-home .secondary-links {
    background: #217bc0;
    font-size: 1rem;
    padding: 6px 12px 8px;
    transition: background 125ms ease-in-out, color 200ms ease-in-out;
}

.vol-home a:hover  {
    background-color: #217bc0;
}

.vol-home .secondary-links:hover  {
    background-color: #7AB1E3;
}


/* Vol Login */
#login_button {
    background: #034E9A !important;
    font-size: 1.2rem;
}

/* 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;
}

#page_volunteer_menu .view-frame {
    margin-top: 2rem;
}

report-service-button,
#volunteer_schedule > div > div > div > ul > li.report-service-tab.uib-tab.nav-item.ng-scope.ng-isolate-scope {
    display: none;
}



/* Opp Search Page */
.keyword-filter {
    border-top: none;
}

.map-container {
    height: 46vh;
}

#page_opp_search .form-control[disabled] {
    display: none;
}

.options-filter-result-list {
    max-height: 410px;
}

/* Vol Registration Form */
#page_volunteer_registration .btn-primary {
    background: #034E9A;
    border: none;
    font-size: 1.35rem;
    margin: 0 auto;
    padding: 0.8rem 6rem;
    transition: background 125ms ease-in-out, color 200ms ease-in-out;
    width: auto;
}

#page_volunteer_registration .upload-btn {
    font-size: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_volunteer_registration .btn-primary:hover {
background-color: #217bc0;
}

/* Footer */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */
#client_footer {
    background: #034E9A !important;
}

#client_footer,
#client_footer a {
    color: #fff !important;
    padding: 3px 0;
}

.sm-white-logo {
    height: auto;
    width: 205px;
}

.social-media-links {
    padding-top: 20px;
}

.social-media-links img {
    height: auto;
    margin: 0 8px;
    width: 45px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-right: 50px;
}

.footer-flex .footer-text {
    flex-direction: column;
}

.footer-flex > div {
    /*padding: 0 50px;*/
}

.footer-text {
    line-height: 2;
    width: 42%;
}

.footer-text p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.footer-flex .links a {
    display: block;
}

.footer-flex .spacer {
    border-right: #fff 1px solid;
}


.samaritan-footer {
    background: #034E9A !important;
    color: #FFF !important;
    padding-bottom: 30px !important;
}
.samaritan-footer a {
	color: #ffffff !important;
}

#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;
}*/
