body {
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	letter-spacing: normal;
}
h1, .h1 {
	font-size: 55px;
	font-weight: 700;
	color: #13322c;
}
h2, .h2 {
	font-size: 31.25px;
	font-weight: 700;
	color: #13322c;
}
h3, .h3 {
	font-size: 18px;
	font-weight: 700;
	color: #13322c;
}
h4, .h4 {
	font-size: 20px;
	font-weight: 600;
	color: #13322c;
}
h5, .h5 {
	font-size: 21px;
	color: #13322c;
}
p {
	margin: 0 0 10px;
	color: #13322c;
	font-size: inherit;
}
li {
	color: #13322c;
	font-size: inherit;
}
/* Typography */

a, a:visited {
	color: #c8102e;
}
a:hover {
	color: #c8102e;
	text-decoration: underline;
}
/* Navigation */

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #000000;
}
li.nav-item {
	padding: 0px 5px;
	margin-bottom: auto;
	margin-top: auto;
}
li.nav-item a {
	font-size: 16px;
	font-weight: 600;
}
.navbar-nav a, a:visited {
	color: #97a8a7;
}
.navbar-nav a:hover {
	color: #13322c;
	text-decoration: none!important;
}
.brand-logo {
	max-width: 300px;
	width: 100%;
	padding: 15px 15px 15px 20px;
}
/*** hero video ***/
.page-body {
  header {
  	position: relative;
  	height: 60vh;
  	min-height: 25rem;
  	width: 100%;
  	overflow: hidden;
  }
  header video {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	min-width: 100%;
  	min-height: 100%;
  	width: auto;
  	height: auto;
  	z-index: 0;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  }
  header .container {
  	position: relative;
  	z-index: 2;
  }
  .no-gutters .col-md-12 {
  	padding: 0px;
  }
}
/*** Buttons ***/

a.button {
	font-weight: 700;
	font-family: inherit;
	text-transform: inherit;
	border-radius: 6px;
	font-size: 16px;
	-webkit-transition: color .2s ease-in-out 0s;
	transition: color .2s ease-in-out 0s;
	padding: 5px 20px;
}
.btn {
	font-weight: 700;
	font-family: inherit;
	text-transform: inherit;
	border-radius: 6px;
	font-size: 16px;
	-webkit-transition: color .2s ease-in-out 0s;
	transition: color .2s ease-in-out 0s;
	line-height: 50%;
}
button:focus:not(:focus-visible) {
	border: 1px solid #bc0422;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-primary, .btn-success {
	border: 2px solid #c8102e;
	color: #ffffff;
	background: #c8102e;
}
.btn-primary:hover, .btn-success:hover {
	border: 2px solid #c8102e;
	color: #c8102e !important;
	background: #c8102e;
}
.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show {
	color: #FFF;
	background-color: #c8102e;
	border: 2px solid #c8102e;
}
.near-me-btn {
	border: 2px solid #c8102e !important;
	color: #ffffff;
	background: #c8102e;
}
.near-me-btn:hover {
	border: 2px solid #c8102e !important;
	color: #ffffff;
	background: #c8102e;
}
a.button.button1 {
	border: 2px solid #c8102e !important;
	background: #c8102e !important;
	color: #ffffff;
}
a.button.button1:hover {
	border: 2px solid #8a192b !important;
	background: #ffffff !important;
	color: #c8102e;
	text-decoration: none !important;
}
a.button.button2 {
	border: 2px solid #00a1dd !important;
	background: #00a1dd !important;
	color: #ffffff;
}
a.button.button2:hover {
	border: 2px solid #00a1dd !important;
	background: #ffffff !important;
	color: #00a1dd;
	text-decoration: none !important;
}
a.button.button3 {
	border: 2px solid #1e9b7f !important;
	background: #1e9b7f !important;
	color: #13322b;
	text-decoration: none !important;
}
a.button.button3:hover {
	border: 2px solid #1e9b7f !important;
	background: #13322b !important;
	color: #1e9b7f;
	text-decoration: none !important;
}
.form-group .btn-primary {
	padding: 15px 40px !important;
}
.form-group .btn-primary:hover {
  color: #c8102e !important;
  background:#ffffff;
}

footer .btn.btn-primary, footer .btn.btn-secondary {
	background: none;
	border: 1px solid #ffffff !important;
	width: 180px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 15px !important;
}
.job-search-results-active-filters .badge {
	background: #0d8924 !important;
	padding: 3px 5px 3px 8px !important;
}
.badge {
	background-color: #000000;
	
}
.call-to-action-employee-referral a {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.job-position-description-document a.btn.btn-info {
	background: #000;
	border: 1px solid #000;
}
.job-position-description-document a.btn.btn-info:hover {
	color: #fff;
}
.page-item.active .page-link {
	background-color: #0d8924;
	border-color: #0d8924;
}
.page-link {
	color: #0d8924;
}
.label-info {
	background-color: rgb(157 203 75);
}
.job-description-controls a, .job-description-controls span {
	background: #c8102e !important;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #c8102e !important;
}
.job-alerts .btn-primary {
	border: 1px solid #1f1f1f;
	color: #ffffff;
	background: #1f1f1f;
}
.job-alerts .btn-primary:hover {
	border: 1px solid #1f1f1f;
	color: #1f1f1f;
	background: #ffffff;
}
.applicant-login {
	background: #0d8924;
	border: 1px solid #0d8924;
	padding: 15px;
	text-align: center;
	width: 90%;
	border-radius: 3px;
}
.job-alerts a, .applicant-login a {
	color: #fff;
}
.job-description {
	line-height: 1.5;
}
/***form control***/

.job-search-control .form-control {
	border-radius: 6px;
	background: none;
	margin-right: 10px !important;
}
input {
	background: #ffffff !important;
}
/*** filter styling ***/

select.job-search-results-filter {
	padding: 10px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px !important;
}
.job-search-results input.form-control {
	border-radius: 6px !important;
}
.input-group input, .input-group-btn button {
	height: 40px;
	padding: 12px 32px;
}
.job-search-control input {
	margin-right: 25px;
}
.job-search-control .near-me-control {
	margin-left: 10px;
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar {
	visibility: visible;
	background: #e5e5e5;
	overflow-y: none;
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar-thumb, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar-thumb, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar-thumb {
	visibility: visible;
	background: #3d3a3a;
}
.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul {
	overflow-y: scroll;
	padding-right: 14px;
	overflow-x: hidden !important;
}
.job-search-filter-header.cities, th.job-search-results-location {
	visibility: hidden;
}
.job-search-filter-header.cities:before, th.job-search-results-location:before {
	content: 'State';
	visibility: visible;
}
/*** filter checkboxes ***/

.job-search-filter-groups {
	background-color: #ffffff;
}
/** Filter Dropdown styling***/

select.job-search-results-filter {
	padding: 7px;
	background: #fff;
	border: 1px solid rgba(190, 191, 193, 1);
}
.search_bar_body .job-search-control, .job-search-dropdown-filters {
	background-color: rgba(208, 208, 206, 0.21);
	border-radius: 6px;
}
.search_bar_body .job-search-control {
	margin: 30px 0px 0px 0px !important;
	padding: 45px 17.5px 45px 17.5px;
	border-radius: 6px 6px 0px 0px;
}
.job-search-dropdown-filters {
	margin: 0px 0px 45px 0px;
	padding: 5px 17.5px 45px 17.5px !important;
	border-radius: 0px 0px 6px 6px;
}
/*** Search page styling ***/

.job-search-results-title a {
	font-weight: 600;
	font-size: 15px;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
	width: 95%;
	padding: 22px;
	background-color: rgba(208, 208, 206, 0.21);
	box-shadow: 0px 0px 17px -9px #7c6a6a;
	border-radius: 6px;
}
.job-search-results-table.job-search-results-content {
	margin-top: 20px;
}
h4.job-search-filter-header {
	font-size: 18px !important;
}
.job-search-collapse {
	color: #000;
	font-weight: 600;
	font-size: 18px !important;
}
.job-search-collapse::after {
	content: "\+";
	font-size: 20px;
}
.block-job-search-results .job-search-filter-groups li {
	margin-bottom: 4px;
	line-height: 1.2em;
}
.pagination-container {
	margin-top: 25px;
}
/*** top cards ***/

.card {
	border: 0;
	border-radius: 6px !important;
}
.card a.button.button4:after {
	content: '>';
	margin-left: 6px;
	font-size: 18px;
	color: #0d8924;
}
/*** card styling ***/

.card-title a {
	font-weight: 600;
	color: #000;
	font-size: 22px;
}
.job-search-results-card {
	border: 1px solid #ddd !important;
	padding: 20px 20px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0px 0px 17px -9px #7c6a6a;
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: #ffffff;
	border-top: 1px solid #fff;
}
.card-footer {
	padding: 0.3rem 1.25rem;
}
.card-footer a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.footer-titles {
	color: #fff;
	font-size: 16px;
}
a.footer-nav-link, footer a, footer a:visited {
	color: #fff;
}
.social li i {
	font-size: 20px;
}
/*** job page styling ***/

.side-panel {
	border: 0;
	box-shadow: 0 0 40px rgba(154, 153, 154, 0.25);
	background-color: #fff;
	padding: 2rem;
	margin-bottom: 20px;
}
.side-panel .job-title {
	font-size: 22px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}
.side-panel .job-field {
	color: #484848;
	font-size: 14px;
	font-weight: 600;
}
.side-panel h3 {
	font-size: 24px;
}
.side-panel .job-summary {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.2;
}
.job-alerts-cta h3 {
	font-size: 24px;
	padding-bottom: 15px;
}
.block-job-description h2, .block-job-description h3 {
	color: #0d8924;
}
.block-job-description .job-title {
	color: #090909;
	font-weight: 900;
	font-size: 48px;
}
ul.side-nav-items {
	list-style: none;
	padding: 16px 12px;
	font-size: 14px;
	border: 1px solid #ececec;
	width: 17em;
	border-top: 3px solid #f5edde;
}
ul.side-nav-items li:after {
	content: "\f08e";
	font-weight: 600;
	font-family: "Font Awesome 6 Free";
	padding-left: 8px;
	font-size: 11px;
}
ul.side-nav-items li a {
	text-decoration: underline;
}
/*** home page styling ***/

.block-image-emp-role-button {
	text-align: center;
	text-wrap: wrap;
	text-shadow: -2px -2px 20px red;
}
.home-hero .block-image-text {
	padding-left: 30px;
}
.home-hero .block-image-cover {
	height: 700px;
}

/*** persona page styling ***/

.block-wrapper.persona-img1 {
	border-radius: 50%;
	margin-right: 200px;
}
.metro-title {
	background: #00a3e0;
	margin-top: -200px;
}
.volunteer-header {
	background: #00a3e0;
}
.volunteer-metro {
	background: #00a3e0;
}
.volunteer-regional {
	background: #00a47e;
}
.persona-header img {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.border-top-persona {
	border-top: 1px solid #e6e6e6;
}
.border-top-persona img {
	object-fit: contain;
}
/*** candidate styling ***/

.candidate-settings-panel {
	border: 0;
	box-shadow: 0 0 40px rgba(154, 153, 154, 0.25);
	background-color: #fff;
	padding: 2rem;
	border-radius: 6px;
}
.block-wrapper.candidate-settings {
	background: #f0f0f0;
	margin: 10px 0px;
	padding: 50px;
}
/*** footer ***/

footer {
	background: #13322B;
	padding: 60px 0px;
}
footer a, footer p {
	color: #ffffff;
}
.social-media-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-media-list li {
	display: inline-block;
	margin-right: 10px;
}
.social-link {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
}
.social-link i {
	color: #ffffff;
}
/***candidate consent***/

.consent-modal .image-wrapper {
	text-align: left;
}
.modal-footer .btn-success {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.modal-footer .btn-info {
	color: #000 !important;
	background-color: #fff;
	border-color: #000000;
}
/*** cards ***/

.scope-cards img {
	width: 100%;
	height: auto;
}
.scope-cards .page-block {}
.benefits.scope-cards img {
	width: 100%;
	height: auto;
	max-width: 110px !important;
}
.talent-team img {
	width: 100%;
	height: auto;
	max-width: 220px !important;
}
/*** faqs ***/

.accordion-item {
	border: 0;
}
.accordion-header {
	background: #ffffff;
  font-size:18px;
}
.accordion-button {
	font-weight: 500;
	color: #c8102e;
	font-size: 18px;
}
.accordion-button:not(.collapsed) {
	background-color: #ededed;
	box-shadow: none;
	color: #c8102e;
}
.faq-accordion .icon-end:after {
	background: #fff;
	color: #c8102e;
	position: absolute;
	right: 27px;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	border: 1px solid #c8102e;
	text-align: center;
	line-height: 35px;
    top: 9px;
    font-size: 20px;
}
.faq-accordion .accordion-button.icon-arrow:not(.collapsed)::before, .faq-accordion .accordion-button.icon-arrow:not(.collapsed)::after {
	content: "\f068";
}
.faq-accordion .accordion-button.icon-arrow::before, .faq-accordion .accordion-button.icon-arrow::after {
	content: "\f067";
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-bottom: 0 !important;
}
.accordion-body {
	background: #ededed;
	padding: 0rem 1.25rem 1.25rem 1.25rem;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.accordion-body p {
	margin: 0;
}
.accordion-item {
	border: 0;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed !important;
}
button.accordion-button:focus:not(:focus-visible) {
	outline: 0;
	outline-offset: 0;
	box-shadow: unset;
}
.accordion-item:last-of-type {
	border-radius: 0;
}
.accordion button:focus:not(:focus-visible) {
	outline: 0;
	outline-offset: unset;
	border: 1px solid #ededed !important;
	border-bottom: 0 !important;
}
.accordion ul, .accordion ol {
	padding-left: 1.25rem;
	margin-bottom: 0;
}
.accordion ul li {
	font-size: inherit;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding-left: 15px;
}
.accordion ul li::marker {
	content: "\f061";
	color: #c8102e;
	position: absolute;
	left: -10px;
	line-height: 1.7em;
	font-size: 0.9em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
/*** hero section ***/
.hero .block-image-text {
	
}
.hero .block-image-cover {
	
}
.hero_banner {
	background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/363fc0c529c5a9dec155f9c27aff27e9/images/files/b543a914bff37ba6f8f766bd78896d66/large/careers_bg.jpg?1688623021);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 23%;
	background-color: rgba(0, 0, 0, 0.34);
	padding: 12rem 0rem;
}
.hero_banner h1 {
	font-weight: 900;
	font-size: 48.83px;
	line-height: 1.2;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
	color: #fff;
}

/* CTA input box Labels */

.selectize-control.multi .selectize-input>div {
	background-color: #c8102e;
	color: #fff;
	font-size: 100%;
	padding: 1px 5px;
	border-radius: inherit;
	font-weight: 500;
}
.selectize-dropdown .active {
	background-color: #c8102e;
}
.selectize-control.multi .selectize-input>div.active {
	background: #c8102e;
	color: #fff;
	border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-input.focus {
	border-color: #c8102e;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 82, 196, .25);
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 82, 196, .25);
}
/** carousel **/

.carousel-caption {
	position: inherit;
	padding: 15px;
}
/* Settings page */

.btn.sign-out {
	border: 2px solid #c8102e;
	background-color: #c8102e;
	color: #FFF;
}
.btn-danger, a.btn-danger {
	border: 2px solid #c8102e;
	background-color: #c8102e;
	color: #FFF;
	padding: 12px 32px;
}
.btn-xs, .btn-group-xs>.btn {
	padding: 8px 5px;
}
/*Site Specific*/

.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.bg_primary {
	background-color: #c8102e;
}
.cta_row h2, .cta_row h3, .cta_row p {
	color: #fff;
}
.cta_row .block-call-to-action form {
	max-width: 100%;
}

/*** benefits ***/
.card-container-each {
  display: grid;
  perspective: 1000px;
}
.card-flip {
  display: grid;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}
.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: none;
}
.card-title-back {
  display: grid;
  align-items: center;
  text-align: center;
}
.card-text-back {
  display: grid;
  align-items: center;
  text-align: center;
  line-height: 1rem;
}
.card-front {
  grid-area: frontAndBack;
}
.card-back {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background: #fff;
  box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
  padding: 8px 12px;
  border-radius:0.375rem;
}
.card-title-back  {
font-weight:700;
      margin-bottom: 8px;
    margin-top: 15px;
}
.card-text-back {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-family: inherit;
}
.card-container-each:hover .card-flip {
  transform: rotateY(180deg);
}
.page-row .page-block .card-flip img {
    max-width: 160px;
    max-height: 160px;
}

/** error page **/
.errorpage a, .errorpagea:visited {
	color: #c8102e;
}
.top-nav {
	background-color: rgba(208, 208, 206, 0.21);
}
.top-nav .top-nav-link {
	color: #97a8a7!important;
	font-size: 14px !important;
	font-weight: 400 !important;
	padding: 8px 8px;
}
.top-nav li:not(:last-child) {
	border-right: 1px solid #97a8a7;
}
.setting_btn {
	background-color: #f9f8f8;
	color: #13322b !important;
	font-weight: 700 !important;
	border-radius: 6px;
	border: 1px solid transparent;
	padding: 12px 24px !important;
}
.login_btn {
	background-color: #c80e2e;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #fff !important;
	font-weight: 700 !important;
	padding: 12px 24px !important;
}
.login_btn:hover {
	background-color: #a80a24;
	color: #fff;
}
.setting_btn:hover {
	background-color: #eee;
	color: #000;
}
.list-item {
	margin-right: 10px;
}
.footer-wrapper span {
	color: #fff;
}
.footer-wrapper ul, .footer-wrapper ul li {
	margin-bottom: 10px;
}
.vol_roles_row .block-image-cover .block-image-text {
	top: 100%;
	transform: translateY(-100%);
}
.vol_roles_row .block-image-cover .block-image-text h3 {
	margin-bottom: 0;
}
.vol_roles_row .block-image-cover .block-image-text h3 a {
	background: #00a1dd;
	background: linear-gradient(#00a1dd, #0095cd);
	opacity: 0.95;
	padding: 30px;
	display: block;
	color: #fff;
   -webkit-transition: padding  0.25s ease;
    -moz-transition: padding  0.25s ease;
    -o-transition: padding  0.25s ease;
    transition: padding  0.25s ease;
}
.vol_roles_row .block-image-cover .block-image-text h3 a:hover {
	padding: 90px 30px;
	color: #fff;
	text-decoration: none;
}
.reg_roles_row .block-image-cover .block-image-text {
	top: 100%;
	transform: translateY(-100%);
}
.reg_roles_row .block-image-cover .block-image-text h3 {
	margin-bottom: 0;
}
.reg_roles_row .block-image-cover .block-image-text h3 a {
	background: #1e9b7f;
	background: linear-gradient(#1e9b7f, #009c79);
	opacity: 0.95;
	padding: 30px;
	display: block;
	color: #fff;
   -webkit-transition: padding  0.25s ease;
    -moz-transition: padding  0.25s ease;
    -o-transition: padding  0.25s ease;
    transition: padding  0.25s ease;
}
.reg_roles_row .block-image-cover .block-image-text h3 a:hover {
	padding: 90px 30px;
	color: #fff;
	text-decoration: none;
}
.emp_roles_row .block-image-cover .block-image-text {
	top: 100%;
	transform: translateY(-100%);
}
.emp_roles_row .block-image-cover .block-image-text h3 {
	margin-bottom: 0;
}
.emp_roles_row .block-image-cover .block-image-text h3 a {
	background: #00a1dd;
	background: linear-gradient(#c80e2e, #c80e2e);
	opacity: 0.95;
	padding: 30px;
	display: block;
	color: #fff;
    -webkit-transition: padding  0.25s ease;
    -moz-transition: padding  0.25s ease;
    -o-transition: padding  0.25s ease;
    transition: padding  0.25s ease;
}
.emp_roles_row .block-image-cover .block-image-text h3 a:hover {
	padding: 90px 30px;
	color: #fff;
	text-decoration: none;
}
/*** mobile styles ***/

@media (max-width: 767px) {
	.list-item {
		display: block !important;
		margin-right: 0;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.top-nav .navbar-nav {
		flex-direction: row;
	}
}
@media (max-width: 1199px) {
	.hero .block-image-cover {
		height: 440px;
	}
}
@media (max-width: 767px) {
	.hero .block-image-cover {
		height: 380px;
	}
}
@media only screen and (max-width: 768px) {
	.hero h1,h1,.h1{
		font-size: 26px;
        margin:0;
	}
    .hero h2,h2,.h2 {
        font-size: 18px;
        margin-top: 15px;
    }
	.hero .block-image-text {
		padding: 0px 30px;
	}
}
@media only screen and (max-width: 576px) {
	.job-search-control input {
		margin-right: 0px;
	}
	.job-search-control .near-me-control {
		margin-left: 0px;
	}
}
@media only screen and (max-width: 576px) {
	.row.job-search-results-card-row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.job-search-results-dropdown-filter-col {
		margin: 5px 0px;
	}
	span.input-group-btn {
		width: 100%;
		margin: 5px 0px;
	}
	.job-search-control .btn-primary, .near-me-btn {
		width: 100%;
	}
	.job-search-control .near-me-control {
		margin-left: 0px;
	}
	.job-search-control {
		padding: 0px;
	}
	img.brand-logo {
		width: 100%;
		max-width: 155px;
	}
	.my-settings {
		font-size: 12px;
		text-align: right!important;
		padding-right: 0rem!important;
		margin: 0!important;
	}
	.hero-title h2 {
		font-size: 60px;
	}
}
@media (min-width: 992px) {
	.job-search-results-card-col {
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media (min-width: 768px) {
	.job-search-results-dropdown-filter-col {
		flex: 0 0 33%;
		max-width: 33%;
	}
}
.inline_btn a.button.button1 {
    margin: 10px 0;
}

@media (min-width: 768px)
{
 .inline_btn a.button.button1 {
    margin: 20px 40px;
 }
  .footer-wrapper ul, .footer-wrapper ul li
{
  margin-bottom:0;
}
}
.dropdown-item.active, .dropdown-item:active {
    color: #13322c !important;
    text-decoration: none;
    background-color: #f8f9fa;
}
.hero .block-image-cover {
    background-position: top !important;
}
.hide-volunteer li[data-value="volunteer ambulance officer "] {
    display: none;
}