/* -------- Import --------- */
body h1.display-heading {
  font-size: 60px;
  line-height: 1.1;
  margin: 30px 0px 40px 0px;
}
@media (max-width: 1024px) {
  body h1.display-heading {
    font-size: 30px;
  }
}
body h3.no-margin-bottom {
  margin-bottom: 0px;
}
body h4 {
  font-size: 30px !important;
}
@media (max-width: 769px) {
  body h4 {
    font-size: 20px !important;
  }
}
body h5 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px !important;
}
@media (max-width: 769px) {
  body h5 {
    font-size: 20px !important;
  }
}
body p.no-margin-bottom {
  margin-bottom: 0px;
}

body.ast-separate-container {
  background-color: white;
}
body.ast-separate-container #primary {
  margin: 0;
}
body #content .full-image-block.lighter-blue {
  background-color: var(--ast-global-color-1);
}
body #content .full-image-block.darker-blue {
  background-color: var(--ast-global-color-0);
}
body #content .full-image-block .content-left {
  max-width: calc(var(--wp--custom--ast-content-width-size) / 2 - 100px);
}
@media (max-width: 1024px) {
  body #content .full-image-block .content-left {
    left: 0px;
  }
}
body #content .full-image-block .content-right {
  max-width: calc(var(--wp--custom--ast-content-width-size) / 2 - 100px);
}
@media (max-width: 1024px) {
  body #content .full-image-block .content-right {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  body #content .full-image-block .image-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}
body #content .full-image-block.third-split .content-right.two-thirds {
  max-width: calc(var(--wp--custom--ast-content-width-size) * 0.75 - 75px);
  right: -25px;
}
body #content .full-image-block a {
  text-decoration: none;
  color: var(--ast-global-color-2);
  font-weight: 900;
}
body #content .third-image-and-content .call-to-action .uagb-cta__buttons {
  margin: 20px 0px 10px 0px;
}

@media (max-width: 769px) {
  body.home #content .home-page-cover {
    min-height: 300px !important;
  }
}
body.home #content .home-page-logo-slider .slick-slide img {
  width: auto;
  margin: 0 auto;
}
body.home #content .home-hero-yellow-button a {
  background: var(--ast-global-color-2);
  border: 5px solid var(--ast-global-color-2);
  color: var(--ast-global-color-0);
  font-size: 22px;
  font-weight: 900;
}
body.home #content .home-hero-bordered-button a {
  background: rgba(0, 29, 99, 0.2);
  border: 5px solid var(--ast-global-color-3);
  color: var(--ast-global-color-3);
  font-size: 22px;
}
body.home #content .yellow-background-container h1,
body.home #content .yellow-background-container h4 {
  width: auto;
  margin-bottom: 0px;
}
body.home #content .contact-block h2 {
  color: var(--ast-global-color-3);
}
body.home #content .contact-block p {
  color: var(--ast-global-color-3);
}
body.home #content .four-image-container figure {
  display: flex;
  justify-content: center;
}
body.home .driver-training-section h2 {
  color: var(--ast-global-color-0);
}
body.home .driver-training-section .driver_training_wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
@media (max-width: 1024px) {
  body.home .driver-training-section .driver_training_wrapper {
    flex-direction: column;
  }
}
body.home .driver-training-section .driver_training_wrapper .driver_training {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  flex: 1;
}
body.home .driver-training-section .driver_training_wrapper .driver_training .image img {
  width: 395px;
  height: 312px;
  object-fit: cover;
}
body.home .driver-training-section .driver_training_wrapper .driver_training .title {
  text-align: center;
}
body.home .driver-training-section .driver_training_wrapper .driver_training .title h5 {
  color: var(--ast-global-color-0);
}
body.home .driver-training-section .driver_training_wrapper .driver_training .title h5 a {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

body .ast-container #primary {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body .ast-container #primary .entry-meta {
  display: none;
}
body .ast-container #primary .post-navigation {
  display: none;
}
@media (max-width: 1240px) {
  body .ast-container #primary .secondary-page-header .uagb-container-inner-blocks-wrap {
    padding: 0px 30px;
  }
}
body .driver-training-holder {
  display: flex;
  flex-flow: row wrap;
  column-gap: 25px;
  justify-content: space-between;
}
body .driver-training-holder .driver-training {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 20px;
}
body .driver-training-holder .driver-training .title {
  flex: 1;
}
body .driver-training-holder .driver-training .image img {
  height: 250px;
  object-fit: cover;
}
body .team_member_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 100px;
}
@media (max-width: 1024px) {
  body .team_member_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 10px 20px;
  }
}
body .team_member_wrapper .team_member {
  min-width: calc(50% - 50px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
body .team_member_wrapper .team_member .team_member_content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
body .team_member_wrapper .team_member .name h4 {
  color: var(--ast-global-color-0);
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
body .team_member_wrapper .team_member .job_title h5 {
  color: var(--ast-global-color-4);
  margin-bottom: 0px;
  text-transform: uppercase;
}
body .team_member_wrapper .team_member .description p {
  margin-bottom: 20px;
}
body .team_member_wrapper .team_member .description p:last-child {
  margin-bottom: 0px;
}
body .team_member_wrapper .team_member .contact_info_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
body .operator-notice-grid article {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ast-global-color-6) !important;
}
body .operator-notice-grid article h4 {
  color: var(--ast-global-color-0);
}
body .operator-notice-grid article [class$=taxonomy] {
  font-size: 18px;
}
body .operator-notice-grid article .wp-block-button a {
  background: var(--ast-global-color-2);
  color: var(--ast-global-color-1);
}
body .operator-notice-grid .dashicons {
  display: none;
}

/* ------------ Blog ------------ */
body {
  /* Main Archive */
  /* Single Blog Post */
  /* Both Archive and Single Post */
}
body.search-results .ast-archive-description {
  background: none;
  border-bottom: none;
  padding: 20px 0px;
}
body.search-results .ast-archive-description h1 {
  color: var(--ast-global-color-0);
}
body.search-results #main .ast-row {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
body.search-results #main .ast-row article {
  padding: 10px 0px;
  background: none;
}
body.search-results #main .ast-row article .entry-header .entry-title a {
  color: var(--ast-global-color-0);
}
body.search-results #main .ast-row article .entry-header .entry-meta {
  display: none;
}
body.search-results #main .ast-row article .post-thumb img {
  width: 200px;
  height: auto;
}
body.search-results .ast-pagination {
  padding: 25px;
}

body header #ast-desktop-header .site-navigation ul li:hover a {
  color: var(--ast-global-color-2);
}
body header #ast-desktop-header .site-navigation ul li.current-menu-item a, body header #ast-desktop-header .site-navigation ul li.current-menu-parent a {
  color: var(--ast-global-color-2);
}
body header #ast-desktop-header .site-navigation ul li ul.sub-menu {
  background: var(--ast-global-color-0);
}
body header #ast-desktop-header .search-form {
  border: none;
}
body header #ast-desktop-header .search-form .search-field:focus {
  border: none;
}
body header #ast-desktop-header .search-form .search-submit {
  background: var(--ast-global-color-2);
  right: 0;
  height: 100%;
  padding: 10px 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body header #ast-desktop-header .search-form .search-submit i {
  font-size: 25px;
}
body header #ast-desktop-header .search-form .search-submit i svg {
  fill: var(--ast-global-color-0);
}
body header #ast-mobile-header .site-navigation ul li.current-menu-item a {
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-3);
}
body header #ast-mobile-header .site-navigation ul li:hover {
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-3);
}
body header #ast-mobile-header .site-navigation ul li:hover a {
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-3);
}
body header #ast-mobile-header .site-navigation ul li a {
  color: var(--ast-global-color-0);
}
body header #ast-mobile-header .site-navigation ul li button.ast-menu-toggle {
  background: none !important;
}
body header #ast-mobile-header .site-navigation ul li button.ast-menu-toggle .icon-arrow svg {
  fill: white;
}
body header #ast-mobile-header .menu-toggle {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding: 5px 10px;
}
body header #ast-mobile-header .menu-toggle .mobile-menu-wrap {
  margin: 0px;
}
body header #ast-mobile-header .menu-toggle .mobile-menu-wrap .mobile-menu {
  color: var(--ast-global-color-3);
}

/* --------- Footer --------- */
body footer .site-above-footer-wrap {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--ast-global-color-1) !important;
}
body footer .site-above-footer-wrap .site-above-footer-inner-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body footer .site-above-footer-wrap .site-above-footer-inner-wrap .widget_block p {
  margin-bottom: 0;
}
body footer .site-primary-footer-wrap {
  padding: 100px 20px;
}
@media (max-width: 769px) {
  body footer .site-primary-footer-wrap {
    padding: 50px 20px;
  }
}
@media (max-width: 576px) {
  body footer .site-primary-footer-wrap .ast-builder-footer-grid-columns {
    grid-row-gap: 50px;
  }
}
body footer .site-primary-footer-wrap h3 {
  color: var(--ast-global-color-3);
  margin-bottom: 20px;
}
body footer .site-primary-footer-wrap p {
  color: var(--ast-global-color-3);
  margin-bottom: 10px;
}
body footer .site-primary-footer-wrap a {
  color: var(--ast-global-color-3) !important;
}
body footer .site-primary-footer-wrap .footer_two_column_wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}
body footer .site-primary-footer-wrap .footer_two_column_wrapper ul {
  margin: 0px;
  list-style-type: none;
}
body footer .site-primary-footer-wrap .footer_two_column_wrapper ul li {
  margin-bottom: 10px;
}
body footer .site-primary-footer-wrap .footer_two_column_wrapper ul li:last-child {
  margin-bottom: 0;
}
body footer .site-primary-footer-wrap .footer_two_column_wrapper ul li a {
  color: var(--ast-global-color-3);
}
@media (max-width: 1024px) {
  body footer .site-primary-footer-wrap .footer_two_column_wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
body footer .site-primary-footer-wrap .footer_two_column_wrapper .footer_column_left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  body footer .site-primary-footer-wrap .footer_two_column_wrapper .footer_column_right img {
    margin-left: -4px;
  }
}
body footer .site-primary-footer-wrap .social-media-icons {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  margin-top: 54px;
}
@media (max-width: 576px) {
  body footer .site-primary-footer-wrap .social-media-icons {
    margin-top: 0px;
  }
}
body footer .site-primary-footer-wrap .social-media-icons a {
  display: flex;
  width: 40px;
  height: 40px;
  color: var(--ast-global-color-0) !important;
  background: var(--ast-global-color-3);
  justify-content: center;
  align-items: center;
}
body footer .site-primary-footer-wrap .social-media-icons a i {
  font-size: 24px;
}
@media (max-width: 576px) {
  body footer .site-below-footer-wrap {
    padding-bottom: 75px;
  }
}
body footer .site-below-footer-wrap .ast-footer-copyright a {
  color: var(--ast-global-color-3);
}

body #content .wp-block-button__link {
  background: var(--ast-global-color-2);
  color: var(--ast-global-color-0);
  transition: background-color 0.2s ease-in-out;
  font-size: inherit;
}
body #content .wp-block-button__link:hover {
  background-color: #FFA200;
}
body #content .wp-block-button__link svg * {
  color: var(--ast-global-color-0);
}

.wp-block-uagb-container.half-image-and-content > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2)::after, .wp-block-uagb-container.third-image-and-content > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%;
  width: calc(50vw - 100%);
  background: inherit;
}
@media (max-width: 1024px) {
  .wp-block-uagb-container.half-image-and-content > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2)::after, .wp-block-uagb-container.third-image-and-content > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2)::after {
    height: 0%;
  }
}
.wp-block-uagb-container.third-image-and-content .wpcf7 textarea, .wp-block-uagb-container.third-image-and-content .wpcf7 input {
  color: var(--ast-global-color-0);
}
.wp-block-uagb-container.third-image-and-content > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2)::after {
  width: calc(50vw - 76%);
}

.cky-notice-group {
  flex-direction: column;
}

body form .two_form_input_wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  body form .two_form_input_wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
body form .two_form_input_wrapper label {
  flex: 1;
}
body form p {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body form p label {
  color: var(--ast-global-color-3);
}
body form input[type=submit] {
  background: var(--ast-global-color-2);
  border-color: var(--ast-global-color-2);
  color: var(--ast-global-color-0);
  width: 25%;
  padding: 20px;
  font-weight: 900;
  font-size: 22px;
  margin-top: 20px;
}
@media (max-width: 769px) {
  body form input[type=submit] {
    width: 50%;
  }
}
body form input[type=submit]:hover {
  background: #FFA200;
}
body .wp-block-uagb-container .wp-block-uagb-container form input[type=submit] {
  color: var(--ast-global-color-0);
  transition: background-color 0.2s ease-in-out;
}
body #contact-page-form p label {
  color: var(--ast-global-color-0);
}
body .third-image-and-content {
  display: flex;
  flex-direction: row;
  column-gap: 100px;
}
body .third-image-and-content .image {
  background-image: url("/wp-content/uploads/2023/08/close-up-of-driver-reflection-in-bus-mirror.jpg");
  background-position: 100% 50%;
  background-size: cover;
  min-height: 300px;
  max-width: 33%;
  width: 100%;
}
body .third-image-and-content .content {
  padding: 75px 0px;
  max-width: calc(var(--wp--custom--ast-content-width-size) * 0.66 + 50px);
  color: var(--ast-global-color-3);
}
body .third-image-and-content .content h2 {
  color: var(--ast-global-color-3);
  margin-bottom: 20px;
}
body .third-image-and-content .content p {
  color: var(--ast-global-color-3);
  margin-bottom: 1.6em;
}
body .third-image-and-content .content a {
  color: var(--ast-global-color-3);
}

body .courses-page-header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  min-height: 250px;
  margin-bottom: 50px !important;
  background-repeat: no-repeat;
  background-position: 0% 62%;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(/wp-content/uploads/2023/08/close-up-of-driver-driving-passenger-bus-PT4S9QM.webp);
  background-clip: padding-box;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  body .courses-page-header {
    padding-left: 10px;
  }
}
body .courses-page-header:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  width: calc(100% + 0px + 0px);
  height: calc(100% + 0px + 0px);
  border-color: inherit;
  background: rgba(3, 53, 168, 0.63);
  opacity: 1;
}
body .courses-page-header .page-header-inner-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
body .courses-page-header .page-header-inner-container h1 {
  color: white;
  text-transform: uppercase;
  flex: 1;
}
@media only screen and (max-width: var(--wp--custom--ast-content-width-size)) {
  body .courses-page-header .page-header-inner-container h1 {
    margin-left: 30px;
  }
}
body .course-archive-tagline {
  text-align: center;
  margin-bottom: 50px;
  color: var(--ast-global-color-0);
}
body .course_category_description {
  display: flex;
  flex-direction: row;
  column-gap: 100px;
  margin: 25px 0px;
  align-items: center;
}
@media (max-width: 1024px) {
  body .course_category_description {
    flex-direction: column;
  }
}
body .course_category_description .description {
  width: 50%;
}
@media (max-width: 1024px) {
  body .course_category_description .description {
    width: 100%;
  }
}
body .course_category_description .image {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
body .course-category-holder {
  display: flex;
  flex-flow: row wrap;
  column-gap: 40px;
  row-gap: 20px;
  padding: 25px 0px 50px 0px;
}
body .course-category-holder .course-category {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(50% - 20px);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background: var(--ast-global-color-6);
}
body .course-category-holder .course-category .image img {
  height: 400px;
  object-fit: cover;
}
body .course-category-holder .course-category .title {
  padding: 20px;
}
body .course-category-holder .course-category .title a {
  display: block;
}
body .course_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  body .course_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  body .course_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body .course_wrapper .course {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: var(--ast-global-color-6);
  position: relative;
}
body .course_wrapper .course .image {
  height: 250px;
}
body .course_wrapper .course .image img {
  height: 250px;
  object-fit: cover;
}
body .course_wrapper .course .course_content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
}
body .course_wrapper .course .course_content .title h3 {
  color: var(--ast-global-color-0);
}
body .course_wrapper .course .read_more {
  border-radius: 0px;
  margin-top: auto;
  padding: 0px;
}
body .course_wrapper .course .read_more a {
  display: block;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
body .sub_course_category_holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  body .sub_course_category_holder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  body .sub_course_category_holder {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body .sub_course_category_holder .sub_category {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background: var(--ast-global-color-6);
}
body .sub_course_category_holder .sub_category .title,
body .sub_course_category_holder .sub_category .description {
  padding: 20px;
}
body .course-detail-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  padding-top: 40px;
}
@media (max-width: 769px) {
  body .course-detail-wrapper {
    flex-direction: column;
  }
}
body .course-detail-wrapper .left-column {
  width: 60%;
}
body .course-detail-wrapper .left-column p:empty {
  display: none;
}
@media (max-width: 769px) {
  body .course-detail-wrapper .left-column {
    width: 100%;
  }
}
body .course-detail-wrapper .left-column h3 {
  margin-bottom: 1em;
}
body .course-detail-wrapper .left-column .bespoke-course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px !important;
}
@media (max-width: 769px) {
  body .course-detail-wrapper .left-column .bespoke-course-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body .course-detail-wrapper .left-column .bespoke-course-grid p:empty {
  display: none;
}
body .course-detail-wrapper .left-column .bespoke-course-grid .bespoke-course-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  row-gap: 0px;
  column-gap: 0px;
}
body .course-detail-wrapper .left-column .bespoke-course-grid .bespoke-course-section figure {
  margin-bottom: 1em;
  text-align: center;
}
body .course-detail-wrapper .right-column {
  display: flex;
  flex-direction: column;
  background-color: var(--ast-global-color-6);
  flex: 1;
  height: fit-content;
}
body .course-detail-wrapper .right-column .course-info-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
body .course-detail-wrapper .right-column .course-info-content h5 {
  color: var(--ast-global-color-0);
}
body .course-contact-form-wrapper {
  background: var(--ast-global-color-6);
  padding: 50px;
  margin: 25px 0px;
}
@media (max-width: 1024px) {
  body .course-contact-form-wrapper {
    padding: 50px 25px;
  }
}
body .course-contact-form-wrapper .course-contact-form-wrapper-inner {
  max-width: var(--wp--custom--ast-content-width-size);
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
body .course-contact-form-wrapper .course-contact-form-wrapper-inner h3 {
  margin-bottom: 10px;
}
body .course-contact-form-wrapper .course-contact-form-wrapper-inner h5 {
  margin-bottom: 20px;
}
body .course-contact-form-wrapper .course-contact-form-wrapper-inner .course-contact-form > div {
  margin-bottom: 0;
}
body .course-contact-form-wrapper .course-contact-form-wrapper-inner .course-contact-form .two_form_input_wrapper label {
  flex: 1;
}
body.single-courses #primary h2,
body.single-courses #primary h3,
body.single-courses #primary h4,
body.single-courses #primary h5, body.tax-course_category #primary h2,
body.tax-course_category #primary h3,
body.tax-course_category #primary h4,
body.tax-course_category #primary h5 {
  color: var(--ast-global-color-0);
}

#blz_zoho_jobs_wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
#blz_zoho_jobs_wrapper .embed_jobs_head {
  padding: 0;
  background-color: transparent;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 {
  padding: 0;
  width: 100%;
  background-color: transparent;
  border: none;
  font: inherit;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .embed_jobs_head3 {
  color: inherit;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 #rec_job_listing_div {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
}
@media (max-width: 1024px) {
  #blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 #rec_job_listing_div {
    flex-direction: column;
  }
  #blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 #rec_job_listing_div .rec_facet_group {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  #blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 #rec_job_listing_div .rec_facet_group {
    display: block;
  }
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: var(--ast-global-color-6);
  margin-bottom: 2em;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li.rec-job-title, #blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li.zrsite_Job_Description {
  display: inherit;
  grid-column-start: 1;
  grid-column-end: 3;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li.rec-job-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li.rec-job-title a {
  text-decoration: none;
  color: var(--ast-global-color-0);
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li span:first-child {
  font-weight: bold;
  margin-right: 1em;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media (max-width: 576px) {
  #blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info li span:first-child {
    margin-right: 0.5em;
    display: block;
  }
}
#blz_zoho_jobs_wrapper .embed_jobs_head .embed_jobs_head2 .rec-job-info .button {
  background-color: var(--ast-global-color-2);
  color: var(--ast-global-color-0);
  text-decoration: none;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
  align-self: start;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_facet_group {
  padding-left: 0;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_facet_group > div > span {
  font-weight: 700;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_facet_group .cw-rec-filter {
  overflow: auto;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_facet_group ul {
  padding: 0;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_facet_group ul li {
  margin-bottom: 5px;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_facet_group .cw-facet-checkbox {
  margin-right: 7px;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .rec_job_listing_div_jobs ul.rec-group {
  padding-left: 0px;
}
#blz_zoho_jobs_wrapper .embed_jobs_head .waiting-message {
  margin-top: 5em;
  background-color: var(--ast-global-color-0);
  color: var(--ast-global-color-2);
  display: block;
  width: 100%;
  padding: 1em;
  text-align: center;
}

/* --------- Media Queries --------- *//*# sourceMappingURL=main.css.map */