/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Contact Modal */
#contact-modal {
    display: none;
    width: 100%;
    max-width: 600px;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  
  #contact-modal .content-header {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    color: #1f5699;
    font-size: 26px;
  }
  
  #contact-subject {
    margin: 10px 0px;
    width: 100%;
    padding: 6px;
  }
  
  #contact-send {
    font-size: 19px;
    background-color: #0b81dc !important;
    color: #FFF;
    border-radius: 5px;
    padding: 8px 20px;
    float: right;
    margin-top: 18px;
    width: 200px;
    text-transform: uppercase;
    height: 50px;
  }
  
  input#from_name {
    margin: 10px 0px;
  }
  
  .vwc-error-message, .vwc-validation-message {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    display: none;
    background-color: #df453a;
  }
  
  .vwc-success-message {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    display: none;
    background-color: #a9deb5;
  }
  
  /** Process Shortcode **/
  .process-container {
    text-align: center;
    margin: 0px 30px;
  }
  
  .process-title {
    font-size: 20px;
    font-weight: bold;
    margin: 16px 10px;
  }
  
  .process-img {
    display: flex;
    justify-content: center;
  }
  
  .process-number {
    background: #002f62;
    color: #FFF;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    padding: 8px 16px;
    text-align: center;
    margin-top: 20px;
  }
  
  /**Contact Us Form */
  .contact-us-select {
    height: 50px;
  }
  
  #contact-form-submit {
    margin: 24px auto;
  }
  
  /* Center Excellence of Application */
  #coe-send-application {
    width: 200px;
  }
  
  #nurse-fields {
    display: none;
  }
  
  #nurse-link {
    padding: 12px;
    display: none;
  }
  
  .nurse_email {
    display: none;
  }
  
  #nurse-link a, #nurse-link a:visited, #nurse-link:hover {
    color: #3a536d;
    text-decoration: none;
  }
  
  #nurse-search-result-container {
    border: 1px solid #bdc7d8;
    display: none;
    padding: 10px;
    cursor: pointer;
  }
  
  /* Banner Blocks */
  .banner-apply-now {
    background: #167fd2;
    background: linear-gradient(to right, #1780d3 0%, #1381d8 50%, #002e67 50%, #002d61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9c9e9f", endColorstr="#33ccff",GradientType=1 );
    background: #167fd2;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, #1381d8 0%, #1381d8 50%, #002d61 50%, #002d61 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9c9e9f", endColorstr="#002d61",GradientType=1 );
    /* IE6-9 */
  }
  
  .banner-apply-now-container {
    margin-top: 24px;
  }
  
  .state-positions-container {
    background-color: #003061;
    color: #FFF;
    padding: 16px;
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 3px;
  }
  
  /* COE Search Map */
  #coe-map {
    width: auto;
    height: 100%;
  }
  
  @media screen and (max-width: 990px) {
    #coe-map {
      height: 520px;
    }
  }
  .banner-apply-now-container {
    margin-top: 24px;
    margin-bottom: 3px;
  }
  
  .coe-list {
    overflow-y: auto;
    max-height: 502px;
  }
  
  .btn-coe-link {
    background-color: #213547;
    padding: 12px 24px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
  }
  .btn-coe-link:hover {
    color: #fff;
    background-color: #213547;
    text-decoration: none;
  }
  .btn-coe-link:visited {
    color: #fff;
  }
  
  .coe-facility-title {
    font-family: "Maven Pro", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #02213e;
  }
  
  .coe-more-info {
    color: #002f62;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
  }

  #vohra_clinician_inquiry_form input:focus, #vohra_clinician_inquiry_form textarea:focus, #vohra_clinician_inquiry_form select:focus {
    box-shadow: 0px 2px 6px #AED9F0;
    background-color: #FCFDFF !important;
  }

  #facilities-opening-contents .row.mt-sm-3 {
    justify-content: space-between;
  }
  
  #facilities-content,  #facilities-opening-content {
    overflow-y: scroll;
    height: auto;
    max-height: 500px;
  }

  div#facilities-content>.row, div#facilities-opening-content>.row {
    height: 60px;
  }

  .careers-map-column {
    align-items: center;
    display: flex;
  }
  
  #coe-modal, .modal_phone_container, .modal_url_container, .modal_address_container {
    display: none;
  }
  
  .coe-icon {
    font-size: 32px;
  }
  
  div#facilities-content > .row {
    height: 60px;
  }
  
  .blue-button {
    background-color: #213547;
  }
  
  .gray-button {
    background-color: #eaeaea;
  }
  
  a.btn-coe-link.gray-button:hover {
    background-color: #eaeaea;
  }

  .btn.btn-third--map {
    padding: 6px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1;
    border-radius: 5px;
    min-height: 0;
    background: #32b283;
}
  
  #facilities-content > .row:first-child {
    margin-top: 1px;
  }
  
  @media screen and (max-width: 762px) {
    a.btn-coe-link {
      padding: 10px 18px;
      color: #fff;
      border-radius: 3px;
      font-size: 10px;
    }
    .btn.btn-third--map {
      font-size: 13px;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 518px) {
    a.btn-coe-link {
      display: none;
    }
  
    .coe-facility-title {
      font-size: 12px;
      line-height: 1;
    }
    .coe-icon {
      font-size: 20px;
    }
    .btn.btn-third--map {
      font-size: 10px !important;
      margin-bottom: 10px;
    }
  }
  .coe-select {
    color: #000 !important;
  }
  
  .general-container-form {
    background: #f8fafc;
    padding: 25px;
  }
  
  #home_inquiry_button, #wizard-next-button {
    width: 100%;
    font-size: 30px;
    background: #213547;
    padding: 14px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 44px;
  }
  
  #wizard-container {
    background: aliceblue;
    padding: 20px;
  }
  
  #wizard-error {
    padding: 10px;
    background: #ef5350;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    display: none;
    margin-bottom: 14px;
  }

  #city_interested {
    width: 100%;
  }

  #city_interested::placeholder {
    color: #00467E;
  }

  .job-not-found-label{
    font-size: 15px;
    font-weight: 500;
    color: #00467E !important;
    font-family: 'Maven Pro', sans-serif;
  }
  
  #step-2-a, #step-2-b, #step-3-a, #step-3-b, #step-2-c, #step-4-a, #step-5-a, #step-2-c-3, #step-2-c-2, .captcha-validate-error, #step-2-c-1 {
    display: none;
  }
  
  #job_title {
    max-width: 100%;
  }
  #job_title > option {
    font-size: 16px;
  }
  
  .step-2-btn {
    line-height: 30px !important;
  }
  
  .text-center.mb-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .text-none {
    text-transform: none !important;
  }
  
  .apply-button {
    cursor: pointer;
  }
  
  .home_health_error_message {
    display: none;
    padding: 13px;
    border-radius: 9px;
    margin-bottom: 16px;
  }
  
  
#emr-info-blocks {
  	padding: 115px 0 90px;
  	background: #f8fafc;
}
#emr-info-blocks .emr-info-blocks-body-element .emr-info-blocks-body-element-img {
	max-height: 264px;
	overflow: hidden;
	text-align: center;
}
#emr-info-blocks .emr-info-blocks-body-element .emr-info-blocks-body-element-img img {
  	display: inline-block !important;
}
#emr-info-blocks .emr-info-blocks-body-element .emr-info-blocks-body-element-text {
	max-width: 380px;
	margin: -2px auto 0;
	padding: 55px 35px 35px;
	text-align: center;
	border: 2px solid #ebeff3;
	background: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#emr-info-blocks .emr-info-blocks-body-element .emr-info-blocks-body-element-text h4 {
	color: #1f5699;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 33px;
	position: relative;
}
#emr-info-blocks .emr-info-blocks-body-element .emr-info-blocks-body-element-text h4::after {
	content: "";
	width: 40px;
	height: 3px;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #eef1f5;
}
#emr-info-blocks .emr-info-blocks-body-element .emr-info-blocks-body-element-text p {
	color: #003367;
	font-size: 16px;
	line-height: 1.8em;
}

/*--------------------------------------------------------------
## JCarousel
--------------------------------------------------------------*/
.jcarousel-wrapper {
	margin: 0 auto;
	position: relative;
  }
  .jcarousel-wrapper#jc-careers-gallery {
	margin-bottom: 50px;
	padding-bottom: 30px;
  }
  .jcarousel-wrapper#jc-careers-gallery::after {
	content: "";
	width: 76%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #e7edf2;
  }
  @media screen and (max-width: 767px) {
	.jcarousel-wrapper#jc-careers-gallery::after {
	  display: none;
	}

  #employment_application_form .v-nav-link > span, #employment_application_form .form-nav > h4 {
    display: none;
  }

  #employment_application_form #sectionsNav {
    padding: 0 !important;
  }

  #employment_application_form #sectionsNav > li {
    display: inline;
  }

  #employment_application_form #sectionsNav > li > a.active {
    border-bottom: 3px solid #006AB5;
    padding-bottom: 30px;
  }

  #employment_application_form .form-footer-nav a {
    width: 100%;
    max-width: 100px !important;
    box-sizing: border-box;
    margin: 0;
  }

  #employment_application_form .form-footer-nav a > span {
    display: none;
  }

  .form-footer-nav button.btn-employment-applications-send, .form-footer-nav .btn-cancel-form {
    margin-top: 20px !important;
  }

  .form-nav {
    border-right: none !important;
  }

  .form-nav-sections li a::before {
    margin: 0 !important;
  }

.form-nav-sections li:first-child a::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-01.png);
}

.form-nav-sections li:first-child a.active::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-01-active.png);
}

.form-nav-sections li:nth-child(2) a::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-02.png);
}

.form-nav-sections li:nth-child(2) a.active::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-02-active.png);
}

.form-nav-sections li:nth-child(3) a::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-03.png);
}

.form-nav-sections li:nth-child(3) a.active::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-03-active.png);
}

.form-nav-sections li:nth-child(4) a::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-04.png);
}

.form-nav-sections li:nth-child(4) a.active::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-04-active.png);
}

.form-nav-sections li:nth-child(5) a::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-05.png);
}

.form-nav-sections li:nth-child(5) a.active::before {
  background-image: url(/content/plugins/vohra-functions/public/images/step-05-active.png);
}

  }
  .jcarousel-wrapper#jc-bce-info-blocks {
	padding-bottom: 107px;
  }

  @media screen and (min-width: 992px) { 
    .form-footer-nav button.btn-employment-applications-send, .form-footer-nav .btn-cancel-form, #employment_application_form .form-footer-nav a{
      font-size: 10px !important;
      margin: 0 8px !important;
    }

    .form-footer-nav button.btn-employment-applications-send {
      padding: 9px 6px;
    }

    #employment_application_form .form-footer-nav a {
      width: 100%;
      max-width: 120px !important;
      box-sizing: border-box;
      margin: 0;
    }
  }

  @media screen and (min-width: 1200px) { 
    #employment_application_form .form-footer-nav a {
      width: 100%;
      max-width: 130px !important;
      box-sizing: border-box;
      margin: 0;
    }

    .form-footer-nav button.btn-employment-applications-send {
      padding: 9px 30px;
    }
  }

  @media screen and (max-width: 1200px) {
	.jcarousel-wrapper#jc-services-blocks, .jcarousel-wrapper#jc-pages-testimonials, .jcarousel-wrapper#jc-benefits, .jcarousel-wrapper#jc-hyc-benefits, .jcarousel-wrapper#jc-verification-forms, .jcarousel-wrapper#jc-emr-info-blocks {
	  padding-bottom: 50px;
	}

  #employment_application_form .form-footer-nav a {
    width: 100%;
    max-width: 164px;
    box-sizing: border-box;
    margin: 0;
  }

  #wizard_state {
    margin-top: 18px;
  }

  }
  @media screen and (max-width: 1024px) {
	.jcarousel-wrapper#jc-steps-6 {
	  padding-bottom: 50px;
	}
  }
  @media screen and (max-width: 991.98px) {
	.jcarousel-wrapper#jc-home-testimonials, .jcarousel-wrapper#jc-home-news {
	  padding-bottom: 50px;
	}

  #employment_application_form .form-footer-nav a {
    width: 100%;
    max-width: 164px;
    box-sizing: border-box;
    margin: 0;
  }

  .form-footer-nav button.btn-employment-applications-send, .form-footer-nav .btn-cancel-form {
    margin-top: 20px !important;
  }

  }
  
  /** Carousel **/
  .jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
  }
  
  .jcarousel ul {
	width: 10000em;
	position: relative;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 30px !important;
	background: transparent !important;
  }
  
  .jcarousel li {
	width: 200px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
  }
  
  #jc-careers-gallery .jcarousel li p {
	color: #8f9faf;
	font-size: 15px;
	font-weight: 500;
	font-family: "Maven Pro", sans-serif;
	margin: 30px 0 0;
  }
  
  .jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
  }
  
  /** Carousel Controls **/
  .jcarousel-control-prev,
  .jcarousel-control-next {
	position: absolute;
	width: 56px;
	height: 56px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	border: 2px solid #f0f3f5;
	background-color: #fff;
	border-radius: 5px;
	z-index: 15;
  }
  .jcarousel-control-prev::before,
  .jcarousel-control-next::before {
	content: "";
	display: block;
	width: 11px;
	height: 18px;
	margin: 17px 0 0 21px;
	background-image: url(../images/icon-jcarousel-arrows.png);
	background-repeat: no-repeat;
  }
  .jcarousel-control-prev:hover,
  .jcarousel-control-next:hover {
	border-color: #0868b2;
	background-color: #0b81dc;
  }
  
  #jc-home-testimonials .jcarousel-control-prev,
  #jc-home-testimonials .jcarousel-control-next,
  #jc-home-news .jcarousel-control-prev,
  #jc-home-news .jcarousel-control-next {
	top: -178px;
  }
  @media screen and (max-width: 1440px) {
	#jc-home-testimonials .jcarousel-control-prev,
	#jc-home-testimonials .jcarousel-control-next,
	#jc-home-news .jcarousel-control-prev,
	#jc-home-news .jcarousel-control-next {
	  top: -117px;
	}
  }
  
  .big-title#jc-home-testimonials .jcarousel-control-prev,
  .big-title#jc-home-testimonials .jcarousel-control-next {
	top: -122px;
  }
  @media screen and (max-width: 1440px) {
	.big-title#jc-home-testimonials .jcarousel-control-prev,
  	.big-title#jc-home-testimonials .jcarousel-control-next {
	  top: -108px;
	}
  }
  
  #jc-careers-gallery .jcarousel-control-prev,
  #jc-careers-gallery .jcarousel-control-next,
  #jc-bce-info-blocks .jcarousel-control-prev,
  #jc-bce-info-blocks .jcarousel-control-next {
	bottom: 0;
  }
  
  .jcarousel-control-prev {
	right: 65px;
  }
  .jcarousel-control-prev::before {
	background-position: 0 -19px;
  }
  .jcarousel-control-prev:hover::before {
	background-position: 0 0;
  }
  
  .jcarousel-control-next {
	right: 0;
  }
  .jcarousel-control-next::before {
	background-position: -12px -19px;
  }
  .jcarousel-control-next:hover::before {
	background-position: -12px 0;
  }
  
  #jc-bce-info-blocks .jcarousel-control-prev {
	left: 56px;
  }
  #jc-bce-info-blocks .jcarousel-control-next {
	right: 56px;
  }
  
  /** Carousel Pagination **/
  .jcarousel-pagination {
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0;
  }
  .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #dee4ea;
    border-radius: 10px;
    text-indent: -9999px;
  }
  .jcarousel-pagination a.active {
    background: #0b81dc;
    opacity: 1;
  }
  
  #jc-bce-info-blocks .jcarousel-pagination {
	bottom: 17px;
  }
  
#jc-home-news .jcarousel-pagination {
	bottom: 0;
}

#facilities-map {
	height: 500px;
}

#criminal_convictions_container {
  display: none;
}
#open-positions-map {
	min-height: 400px;
}

#employment_applications_form_password_container {
  margin-top:100px;
}

.red {
  color: #b71c1c;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.vohra-news-section {
  display: flex;
}

.vohra-news-section__container {
  width: 33.3%;
}

.vohra-news-section__bottom_links {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  width: 72%;
}
.news-section__page-number {
  color: #4A627A;
}
.current > .news-section__page-number {
  color: #00467E;
  font-weight: 600;
  border-bottom: 2px solid #00467E;
}

.vohra-news-section__pagination-row {
  border-top: 1px solid #BFDDF4;
  margin-top: 20px;
  padding-top: 14px;
}

.vohra-news-section__title {
  color: #4a627a;
  font-size: 22px;
  font-weight: 600;
}

.news-section__page-number {
  padding: 0px 10px;
}


#vohra-news-section > .col-lg-4 {
  border-bottom: 1px solid #BFDDF4;
}
#vohra-news-section > div.active {
  border-bottom: 4px solid #00467E;
}


.vohra-news-section__title--active, .vohra-news-section__title--active:hover, .vohra-news-section__title--active:visited, .vohra-news-section__title--active:focus, .vohra-news-section__title--active:active {
  color: #00467E;
  font-size: 22px;
  font-weight: 700;
}

.vohra-news-section__news-title, .vohra-news-section__news-title:hover, .vohra-news-section__news-title:visited, .vohra-news-section__news-title:focus, .vohra-news-section__news-title:active{
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    color: #00467E;
    display: block;
    width: fit-content;
}

.vohra-news-section__news-date {
  font-size: 13px;
  font-weight: 500;
  color:#4A627A;
}

.vohra-news-section__scroll-buton {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.vohra-news-section__scroll-buton > a:hover, .vohra-news-section__scroll-buton > a, .vohra-news-section__scroll-buton > a:visited {
  color:#00467e;
}

@media screen and (max-width: 990px) {
  .vohra-news-section__title--active, .vohra-news-section__title {
    font-size: 16px  !important;
  }
  .vohra-news-section__title > i, .vohra-news-section__title--active > i{
    display: none;
  }
}