body > * {
    font-family: Arial, Helvetica, sans-serif;
}
.jumbotron {
    margin-top: 15px;
    margin-bottom: 15px;
}
#big-image {
    /*background: #fff url(/public/images/new/home-big-image.jpg) no-repeat center 54%;*/
    min-height: 425px;
    background-size: cover;
    position: relative;
}
#big-image .carousel .carousel-item {
    min-height: 425px;
    background-size: 100% !important;
}
.img-overlay {
    background-color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
#big-image .big-image-texts {
    position: absolute;
    top: 51%;
    transform: translateY(-57%);
    width: 100%;
    text-align: center;
    z-index: 999;
}
.big-image-texts h2 {
    font-family: 'Alegreya', sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    color: #6b000a;
    text-shadow: 1px 2px #6b000a5c;
}
.big-image-texts h2 .big-letter {
    font-size: 42px;
}
.big-image-links {
    margin-top: 40px;
}
.big-image-links a {
    border: 1px solid #000;
    background: #fff;
    border-radius: 35px;
    font-size: 46px;
    padding: 0 50px;
    text-decoration: none;
    color: #6b000a;
    font-family: 'TT Bluescreens Trl Cnd';
    transition: all 0.2s;
}
.big-image-links a:first-child {
    margin-right: 45px;
}
.big-image-links a:hover {
    background: #6b000a;
    color: #fff;
    border-color: transparent
}
.uph-modal > * {
    font-family: Arial, Helvetica, sans-serif;
}
.uph-modal .modal-content {
    border-radius: 0;
    border: 2px solid #000;
}
.uph-modal form label {
    font-size: 14px;
}
.uph-modal .modal-header {
    border: 0;
}
.uph-modal #forgot-pw-link {
    float: right;
    margin-bottom: 15px;
    color: #31901c;
    font-size: 14px;
    text-decoration: none;
}
.uph-modal input[name="submit_job"] {
    display: block;
    width: 100%;
    margin: 15px 0;
    background-color: #31901c;
    font-weight: bold;
}
.uph-modal #not-registered-link {
    font-size: 14px;
    color: #58585a;
    text-decoration: none;
}
.uph-modal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}
#employerLoginModal .modal-content,
#employerLoginModalPassword .modal-content  {
    border-radius: var(--bs-modal-border-radius);
}
#employerLoginModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}
.uph-modal .modal-header img {
    max-width: 180px;
    margin: 0 auto;
    margin-right: 0;
}
#employerLoginModal .modal-body {
    padding-left: 65px;
    padding-right: 65px;
}
#employerLoginModal .modal-md {
    --bs-modal-width: 600px;
}
#employerLoginModal h2 {
    color: #63656b;
}
#employerLoginModal .modal-header p {
    padding: 20px 0px 15px;
}
#employerLoginModal .register-fb-btn {
    width: 100%;
    border-radius: 10px;
    padding: 15px 15px;
    background: #4267B2;
    color: #fff;
    border: 0;
}
#employerLoginModal .or-span {
    display: block;
    margin: 30px 0;
    text-align: center;
    position: relative;
}
#employerLoginModal .or-span span:before,
#employerLoginModal .or-span span:after {
    content: '';
    border-bottom: 1px solid #e1e1e1;
    height: 1px;
    width: 45%;
    display: block;
    position: absolute;
    top: 50%;
}
#employerLoginModal .or-span span:before {
    left: 0;
}
#employerLoginModal .or-span span:after {
    right: 0;
}
#employerLoginModal #continue-hidden-btn {
    display: none;
}
#employerLoginModal #continue-btn {
    width: 100%;
    background: #6b000a;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: 0;
    padding: 10px;
}
#search-wrapper {
    margin-bottom: 20px;
    display: flex;
}
.search_jobs {
    display: flex;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 1px #c1c1c1;
}
.search_categories {
    flex: 1;
    position: relative;
}
.search_categories input,
.search_categories select {
    border: none;
    min-height: 50px;
    width: 100%;
    padding: 10px;
}
.search_categories input[name="keywords"] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search_categories .fa-search {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.search_categories .fa-search:before {
    font-size: 20px;
    color: #232323;
}
.search_categories:first-child {
    padding-left: 30px;
}
.search_jobs #search_btn {
    background: #2557a7;
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 35px;
    margin-top: 8px;
    margin-right: 8px;
    font-family: Arial, Helvetica, sans-serif;
}
#search-wrapper + div span a {
    font-weight: bold;
    text-decoration: none;
}

.content-with-sidebar .left-contents {
    flex: 2;
    max-width: 75%;
}
.content-with-sidebar .sidebar {
    flex: 1;
    flex-direction: column;
    padding-left: 50px;
    max-width: 25%;
}

.left-contents .left-section h3 {
    font-family: 'Arvo', sans-serif;
    font-size: 34px;
    font-weight: 600;
}
.left-contents #testimonials.left-section h3 {
    margin-bottom: 30px;
}
#featured-job-results { 
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;

}
.job-card {
    padding: 0px 15px 10px;
    margin-right: 15px;
    border-radius: 10px;
    background: #e6eaee;
    max-width: 33.33%;
    flex: 1;
    position: relative;
}
#featured-job-results .job-card {
    min-height: 200px;
}
.job-card a {
    text-decoration: none;
    color: #000000;
}
.job-card .job-title {
    display: block;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
}

#jobTitle {
    font-size: 28px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.job-card span {
    display: block;
    margin-bottom: 5px;
}
.job-card span img {
    max-width: 15px;
    margin-right: 10px;

}
.job-card span:last-of-type img {
    max-width: 20px;
    margin-right: 5px;
}
.job-card .apply-now-btn,
a#notifyModalLink {
    background: #d92328;
    border-radius: 30px;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    display: block;
    float: right;
}
.job-card .apply-now-btn {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.apply-now-btn:hover,
#notifyModalLink:hover {
    background: #6b000a;
}
.left-section .view-more-btn {
    display: block;
    float: right;
    text-decoration: none;
    margin-top: 15px;
}
#job-fairs,
#testimonials,
#government-links {
    margin-top: 80px;
}
#job-fairs #job-fair-results {
    margin-top: 30px;
}
#job-fairs #job-fair-results .event a {
    color: #000;
    font-family: 'Arvo', sans-serif;
    font-size: 21px;
    font-weight: 600;
}
#job-fairs #job-fair-results .event-info p {
    font-family: 'Arvo', sans-serif;
    font-size: 18px;
}
#testimonials {
    border: 2px solid #aaa;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#testimonials .carousel-indicators button,
.uph-hp-slide .carousel-indicators button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #aaa;
    border: 0;
}
#testimonials .carousel-indicators button:nth-child(2),
.uph-hp-slide .carousel-indicators button:nth-child(2)  {
    margin: 0 15px;
}
#testimonials .carousel-indicators button.active,
.uph-hp-slide .carousel-indicators button.active {
    background-color: #58585a;
}
#testimonials .carousel-item h5, 
#testimonials .carousel-item p,
.uph-hp-slide .carousel-item h5, 
.uph-hp-slide .carousel-item p {
    color: #000;
    font-family: 'Arvo', sans-serif;
}
#testimonials .carousel-item h5,
.uph-hp-slide .carousel-item h5 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 600;
}
#testimonials .carousel-item img,
.uph-hp-slide .carousel-item img {
    margin-bottom: 10px;
}
#testimonials .carousel-item p,
.uph-hp-slide .carousel-item p {
    font-size: 18px;
    margin-bottom: 30px;
}
#testimonial-items {
    min-height: 250px;
}
#testimonial-items .carousel-inner,
.uph-hp-slide .carousel-inner {
    padding-left: 35px;
    padding-right: 35px;
}
#testimonials [class*="carousel-control"],
.uph-hp-slide [class*="carousel-control"]  {
    background: #aaa;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    overflow: hidden;
}
#testimonials [class*="-icon"],
.uph-hp-slide [class*="-icon"]
{
    background: unset;
    height: unset;
    border-radius: unset;
    padding: unset;
    top: unset;
    transform: unset;
}
#testimonials .carousel-control-prev-icon,
.uph-hp-slide .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    filter: invert(1) grayscale(100);
    height: 20px;
    margin-left: 4px;
}
#testimonials .carousel-control-next-icon,
.uph-hp-slide .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: invert(1) grayscale(100);
    height: 20px;
    margin-right: -15px;
}
.header-with-gray-bg {
    text-align: center;
    display: block;
    background: #f2f2f2;
    font-size: 24px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

#govt-links {
    max-width: 100vw;
    width: 100%;
}
#govt-link-items {
    min-height: 130px;
    height: 220px;
    /*max-width: 800px;*/
    max-width: 90%;
    margin: 0 auto;
}
#govt-link-items .carousel-indicators {
    margin-bottom: 0;
}
#govt-link-items .carousel-item a,
#govt-link-items .carousel-item {
    max-width: 100px;
    margin-right: 15px;
}
#govt-link-items .carousel-item a:last-child,
#govt-link-items a:last-child {
    margin-right: 0;
}
#govt-link-items .govt-item {
    /*flex-direction: row;
    justify-content: center;*/
    max-width: 140px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
#govt-link-items .carousel-item a img,
#govt-link-items a img{
    width: 100%;
}

#govt-link-items .slick-list,
#govt-link-items .slick-track {
    /*width: 100% !important;*/
}
#govt-link-items .owl-dots {
    text-align: center;
}
#govt-link-items .owl-dots span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #afafaf;
    border-radius: 50%;
}
#govt-link-items .owl-dots .owl-dot {
    margin-right: 10px;
}
#govt-link-items .owl-dots .owl-dot.active span {
    background: #858585;
}
#govt-link-items .owl-dots .owl-dot:last-of-type {
    margin-right: 0;
}
#govt-link-items .owl-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
#govt-link-items .owl-item.active.center .govt-item{
    max-width: 260px;
}
#govt-link-items .owl-item:not(.center) > div:hover {
  max-width: 260px;
}
#govt-link-items .owl-stage-outer {
    height: inherit;
}
#govt-link-items .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#govt-link-items .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
#govt-link-items .owl-nav button span {
    font-size: 40px;
    line-height: 0;
    margin-top: -3px;
    display: block;
}
#govt-link-items .owl-nav button.owl-prev {
    left: 15px;
}
#govt-link-items .owl-nav button.owl-next {
    right: 15px;
}
#uph-hp-calendar {
    border-radius: 10px;
    border: 2px solid #000;
    min-height: 295px;
    margin-bottom: 20px;
}
#uph-hp-calendar .fc-header-toolbar {
    margin-bottom: 0;
    background: #00b7ff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#uph-hp-calendar table.fc-scrollgrid {
    border: none;
}
#uph-hp-calendar.fc-theme-standard td, 
.fc-theme-standard th {
    border: none;
    background: transparent;
    overflow: hidden;
}
#uph-hp-calendar.fc thead .fc-scrollgrid-sync-inner {
    background: #94e1ff;
}
#uph-hp-calendar.fc .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    color: #000;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 12px;
}
#uph-hp-calendar.fc .fc-daygrid-day-frame {
    max-height: 25px;
    max-width: 30px;
}
#uph-hp-calendar.fc .fc-daygrid-day-number {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding-top: 12px;
}
#uph-hp-calendar.fc .fc-daygrid-day.fc-day-today {
    background: #6b000a33;
}
.sidebar .sns {
    border: 3px solid #aaaaaa;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 330px;
}
.sidebar .sns#ig-wrapper {
    overflow-y: auto;
    min-height: 430px;
    max-height: 430px;
}
.sidebar #tiktok-wrapper .tiktok-embed {
    max-width: 780px;
    min-width: 270px;
    height: 330px;
    margin: 0;
    /*overflow-y: scroll;*/
}
.google-btn-wrapper {
    margin-top: 15px;
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  height: 54px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
}

.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #001d35;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #001d35;
  opacity: 8%;
}
#applyNowModal .ninja-forms-req-symbol {
    color: #ff0000;
}

/** Get in Touch **/
#getInTouch .content-wrapper {
    margin-top: 50px;
}

#getInTouch .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    /* Align the form to the left */
}

#getInTouch .form-group label {
    flex: 1;
    margin-bottom: 0;
    /* Remove margin for label */
    text-align: left;
    /* Align text to the left */
    padding-right: 10px;
}

#getInTouch .form-group input,
#getInTouch .form-group textarea,
#getInTouch .form-group select {
    flex: 2;
    max-width: 400px;
    /* Set a maximum width for the input */
}

#getInTouch  .form-control {
    background: #e6eaee;
    border-radius: 20px;
}

#getInTouch form button {
    float: right;
    background-color: #6c000a !important;
    border-color: #6c000a !important;
}

#getInTouch .container h1 {
    font-style: italic;
}

#getInTouch label {
    font-style: italic;
}

#getInTouch .page-title {
    display: flex;
    align-items: center;
}

#getInTouch .page-title span {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    /* Adjust size as needed */
    margin-right: 10px;
    /* Space between icons and heading */
    color: #6c000a;
}

#getInTouch .phone-icon {
    transform: rotate(-50deg);
    display: inline-block;
    /* Ensures the transform works correctly */
    margin-top: 20px;
}

#getInTouch .envelope-icon {
    margin-bottom: 20px;
}

#getInTouch .divider {
    width: 40px;
    height: 2px;
    background-color: #6c000a;
    transform: rotate(-45deg);
    margin: -10px;

}

#getInTouch .page-title h1 {
    margin-left: 20px;
}

#getInTouch a.register-link {
    color: #666666;
}

form#get-in-touch .row {
    margin-bottom: 15px;
}
form#get-in-touch #recaptcha-submit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}
form#get-in-touch #recaptcha-submit #submit-form {
    margin-top: 15px;
}


@media screen and (max-width: 480px) {
    #home-pg #uph-nav {
        margin-bottom: 0;
    }
    .content-with-sidebar .left-contents {
        width: 100%;
        max-width: 100%;
    }
    .left-contents .left-section h3 {
        font-size: 30px;
    }
    .big-image-texts h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .big-image-links {
        display: flex;
        flex-direction: column;
        max-width: 86%;
        margin-right: auto;
        margin-left: auto;
    }
    .big-image-links a {
        font-size: 36px;
    }
    #big-image {
        padding-left: 0;
        padding-right: 0;
    }
    #big-image .big-image-texts {
        left: 0;
        right: 0;
        padding: 0 15px;
    }
    .big-image-links a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .content-with-sidebar .c-wrapper {
        flex-direction: column;
    }
    .search_jobs {
        flex-direction: column;
        padding: 10px;
    }
    .jumbotron {
        margin-top: 0;
    }
    #featured-job-results {
        flex-direction: column;
    }
    .job-card {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .content-with-sidebar .sidebar {
        margin-top: 30px;
        max-width: 100%;
        padding-left: 0;
    }
    #govt-link-items .govt-item {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #govt-link-items .carousel-item a {
        margin-bottom: 15px;
        max-width: fit-content;
        width: 44%;
        margin: 0 auto 15px;
    }
    #govt-link-items .carousel-item a:last-child {
        margin-right: auto;
    }
    #govt-link-items {
        height: 240px;   
    }
    #govt-link-items .owl-item.active.center .govt-item {
        max-width: 200px;
    }
    #testimonial-items .carousel-indicators {
        bottom: -10px;
    }
    #uph-hp-calendar.fc .fc-daygrid-day-frame {
        max-width: 100%;
    }
    #uph-hp-calendar.fc .fc-daygrid-day-top {
        align-items: baseline;
        justify-content: center;
        text-align: center;
    }
    #employerLoginModal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }#employerLoginModal .modal-body p {
        text-align: center;
    }
    #employerLoginModal .modal-body p br {
        display: none;
    }
    #big-image .carousel .carousel-item {
        background-size: cover !important;
    }
    #ig-wrapper blockquote {
        max-width: 100% !important;
        width: 100% !important;
    }
}