/* ### GLOBAL ### */

html {
    margin: 0;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 20px;
    font-size:14px;
}

a {
    color: #D52E1B;
    text-decoration: none;
}
a.btn:hover {
    text-decoration:none;
}

p {
    font-size:19px;
    line-height:150%;
}

a:hover {
    color: #D52E1B;
    text-decoration: underline;
}

.mainNavbar .dropdown-menu {
    margin-top: 18px;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mainNavbar .dropdown-menu a:hover {
    color:#D52E1B !important;
    background-color:#fff;
    text-decoration:none;
}

@media all and (min-width: 992px) {
    .mainNavbar .nav-item .dropdown-menu {
        display: none;
    }

    .mainNavbar .nav-item:hover .nav-link {
    }

    .mainNavbar .nav-item:hover .dropdown-menu {
        display: block;
        transform: translate(15px,-15px);
    }

    .mainNavbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 15px !important;
        padding-bottom: 44px !important;
        transform: translateY(16px);
    }
}

.form-control {
    font-size: 14px;
    border: 1px solid #efefef;
    border-radius: 0;
    padding: 6px 13px;
    height:42px;
}
textarea.form-control {
    min-height: 71px;
}
.form-control:focus {
    box-shadow:none;
    border-color:#0d6efd;
}
.form-control.input-validation-error {
    border: 1px solid #D52E1B;
}
.form-field-icon, .form-field {
    position: relative;
}
.form-field-icon .field-validation-error {
    position: absolute;
    bottom: 2px;
    font-size: 13px;
    transform: translateY(100%);
    color: #dc3545;
}
.form-field .field-validation-error {
    position: absolute;
    bottom: 2px;
    font-size: 13px;
    transform: translateY(100%);
    color: #dc3545;
}
.form-field-icon i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    right: 10px;
    color: #aaa;
}

@media(max-width:336px) {
  a.btn.d-sm-none.mobileNavbarButton {
    display: none;
  }
}

.form-field-icon .form-control {
    padding-right: 30px;
}

.btn {
    border-radius: 80px;
    padding-left: 34px;
    padding-right: 34px;
    border-color: #666;
    color: #666;
    transition: color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,box-shadow .4s ease-in-out;
}

.btn-roundedCorners {
    border-radius: 3px;
    font-size: 14px;
    padding: 17px 23px;
}

.btn:hover {
    background-color: transparent;
    border-color: #666;
}

.btn-whitelabelColour:hover {
    background-color: #D52E1B;
    border-color: #D52E1B;
    color: #fff;
}

.btn-whitelabelColourInverted {
    background-color: #D52E1B;
    border-color: #D52E1B;
    color: #fff;
}
.btn-capitalised {
    text-transform:uppercase;
}
.btn-whitelabelColourInverted:hover {
    color: #D52E1B;
}

.btn-light {
    margin-left: 5px;
    border: 1px solid #e6eaec;
    background-color: #e6eaec;
    color: #343434;
}

.btn-light:hover {
    background-color: transparent;
    color: #343434;
    border: 1px solid #e6eaec;
}

h1 {
    font-weight: 600;
    font-size: 2.188rem;
    letter-spacing: 0.25px;
}

h2 {
    line-height: 28px;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 24px;
    font-display: swap;
}

h3,
.h3-class {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.15px;
}

.section-header {
    color: #333;
    font-size: 24px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 700;
}

.sub-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.body-text-1 {
    letter-spacing: .5px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.btn-default {
    background-color: #D52E1B;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border: solid 1px #D52E1B;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 700;
    transition: .3s;
}

.btn-default:hover {
    background-color: transparent;
    color: #D52E1B;
}

.btn-default.btn-newsletter {
    margin-right:-6px;
}

.btn-default.btn-newsletter:hover {
    background-color: #FFFFFF;
    color: #D52E1B;
}

.file-upload-btn {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.file-upload-btn label {
    margin: 0;
}

.file-name {
    margin: 0;
    margin-left: 1rem;
}

.flex-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.componentContainer {
    text-align: center;
    padding: 70px 0 70px 0;
}

.component-header {
    margin-bottom: 45px;
    text-align:center;
}

.component-header > p {
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 7px;
}

.component-header > h1 {
    display: block;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}
.component-header-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #666;
    border-radius: 100%;
    margin: 0 3px;
}
.component-header-circle.active {
    background-color: #D52E1B;
}

div.pageHeader {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
}

.headerContactContainer {
    background-color: #E6EAEC;
    font-size: 16px;
    padding: 10px 0;
    height:40px;
}

.headerMenuContainer {
    background-color: #FFFFFF;
    font-size: 16px;
}

.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.display-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    transition: all .2s ease-in-out;
}

.display-box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.btn-default-prev,
.btn-default-next {
    border: solid 2px #999;
    border-radius: 50%;
    background-color: transparent;
    color: #999;
    padding: 0.3rem 0.66rem;
    transition: .3s;
}

.btn-default-prev:hover,
.btn-default-next:hover {
    background-color: #D52E1B;
    border: solid 2px #D52E1B;
    color: white;
}

.siteFooter {
    color:#FFFFFF;
    padding-top:30px;
}

.siteFooter p.footerHeader{
    font-size:28px;
    margin-bottom:15px;
}

.siteFooter ul {
    list-style: none;
    padding: 0;
}

.siteFooter ul li a {
    color: #FFFFFF;
}

.siteFooter ul li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #D52E1B;
}

.siteFooter .socialIcons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.siteFooter .socialIcons i {
    font-size: 36px;
    padding: 0 10px;
}

.siteFooter .socialIcons img {
  max-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
}

.siteFooter .socialIcons a {
    color: #FFFFFF;
}

.siteFooter .socialIcons a:hover {
    color: #D52E1B;
}

.contact-us #pageTitleContainer {
    margin-bottom: 0;
}


/* ### GLOBAL COLOURS ### */

/* PAGE TITLE HEADER */
#pageTitleContainer {
    margin-bottom: 30px;
}

#pageTitle {
    position: relative;
    display: flex;
    width: 100%;
    height: 180px;
    background-image: url('/images/page-title-background.jpg');
    align-items: center;
    justify-content: center;
}

#pageTitleOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30,49,66,0.55);
    z-index: 5;
}

#pageTitleText {
    color: #FFFFFF;
    font-size: 36px;
    padding: 0;
    margin: 0;
    line-height: 100%;
    z-index: 10;
}

#pageBreadcrumb {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #121d28;
    color: #FFFFFF;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

#pageBreadcrumb p {
    padding: 0;
    margin: 0;
    line-height: 100%;
}

/* BACKGROUND COLOUR */

.category-count {
    background-color: #D52E1B;
}

/* TEXT COLOUR */

.category:hover {
    color: #D52E1B;
}


/* JOB CATEGORY COMPONENT */

.job-categories-carousel {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
}

.jobCategoriesComponent {
    background: #e6eaec url(https://careerfy.net/perfectjob/wp-content/uploads/careerfy-trending-categories-pattren.png?id=4690) !important;
}

.category-count {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 4px 10px 5px;
    line-height: 1;
    border-radius: 5px;
    min-width: 40px;
}

.jobCategory {
    background-color: #fff;
    padding: 45px 12px 35px;
    min-height: 220px;
    margin: 0 1rem;
}

.jobCategory img {
    width: 100px;
    margin-bottom: 17px;
    display: inline-block;
}

.categories-container {
    margin-bottom: 30px;
}

.category:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    cursor: pointer;
}

/* FEATURE CARD (Appearing in: Featured Jobs Component) */

.featured-jobs-carousel {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
}

.feature-card {
    text-align: left;
    margin: 0 1rem;
    height: 22rem;
}

.feature-card h3 {
    letter-spacing: 1.15px;
}

.feature-card .card-body {
    padding: 2rem;
    height: 100%;
}

.feature-card-header {
    margin-bottom: 1rem;
    width: 100%;
}

.h3-class,
.feature-card-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.feature-card-location {
    font-size: 14px;
    color: blue;
    margin-bottom: 5px;
}

.feature-card .fa-map-marker-alt {
    margin-right: 0.3rem;
}

.feature-card button {
    border: none;
    background-color: #C3C3C3;
    border-radius: 100%;
    height: 2.5rem;
    padding: 0.7rem;
}

.feature-card .fa-heart {
    color: #fff;
    font-size: 1.15rem;
}

.feature-card-text {
    overflow: hidden;
    height: 11.5rem;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

/* HOMEPAGE BANNER/SLIDESHOW */

.slideshow-carousel {
    margin-bottom: 0;
}

.slideshow-carousel .slick-dots {
    bottom: 20px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #D52E1B;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}

.slideshow-carousel img {
    width: 100%;
    height: 570px;
}


/* HOW IT WORKS COMPONENT */

.how-blob {
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 11px solid #fff;
    border-radius: 100%;
    font-size: 51px;
    line-height: 2.6;
    margin-bottom: 31px;
    position: relative;
    transition: all .2s ease-in-out;
    border: solid 15px #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.how-blob::before {
    content: " ";
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px #D52E1B;
}

.how-blob .fas {
    color: #D52E1B;
}

.how-blob:hover {
    background-color: #D52E1B;
}

.how-blob:hover .fas {
    color: #FFFFFF;
}

.how-step {
    padding: 20px;
    text-align: center;
}
.how-it-works-container {
    padding: 70px 0 60px 0;
    text-align: center;
}

/* TESTIMONIALS COMPONENT */

.testimonialsComponent {
    background: #e6eaec url(https://careerfy.net/perfectjob/wp-content/uploads/seventeen-testimonial-bg-full.png?id=4713) !important;
}
.testimonial {
    padding: 30px;
    background-color: white;
    text-align: left;
    margin-bottom: 30px;
    height: 28rem;
}

.testimonial:nth-child(even) {
    margin-left: 40px;
}

.figure-details {
    width: 60%;
}

.testimonial-date {
    width: 25%;
    text-align: right;
}

.testimonial-figure img {
    margin-right: auto;
    width: 20%;
    border-radius: 100%;
    height: 70px;
}

.testimonial-body {
    margin: 16px 0 0 0;
    max-height:340px;
    overflow:hidden;
/*    overflow: hidden;
    text-overflow: ellipsis;
    height: 5rem;*/
}

/* ACCREDITATIONS COMPONENT */

.accreditations-carousel {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
}

.accreditations-carousel .accreditation-slide {
    margin: 0 2.5rem;
}

.accreditations-carousel img {
    height: 8rem;
}

.accreditations-carousel .btn-default-prev,
.accreditations-carousel .btn-default-next {
    padding: 0.1rem 0.5em;
}

.accreditations-carousel .btn-default-prev {
    right: 1rem;
    position: relative;
}

.accreditations-carousel .btn-default-next {
    left: 1rem;
    position: relative;
}


/* ABOUT US */
.about-us-featured-services .section-header,
.about-us-team .section-header {
    margin: 0;
}

/* ABOUT US INTRODUCTION COMPONENT */

.about-us-introduction-text {
    text-align: left;
}

.about-us-stat-count {
    font-size: 38px;
    font-weight: 500;
    color: #333;
    margin: .5rem;
}

.about-us-stats {
    margin-top: 5rem;
}

.about-us-stat-icon {
    margin-bottom: 1.5rem;
}

.about-us-stats i {
    font-size: 3.25rem;
    color: #D52E1B;
}

.team-carousel-slide {
    display: flex !important;
}

/* CANDIDATE TESTIMONIALS COMPONENT (No longer used) */

.testimonials-text {
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
}

.testimonials-text h2 {
    font-weight: 500;
}


.testimonial-carousel {
    float: left;
    width: 60%;
    padding: 0 0 0 108px;
    position: relative;
}

.testimonial-carousel .slick-track {
    display: flex;
    align-items: center;
}

.testimonial-carousel-arrows {
    margin-top: 13.2rem;
    margin-left: -4.6rem;
    z-index: 100;
}

.testimonial-carousel-arrows .btn-default-prev {
    margin-right: 0.4rem;
}

.testimonial-sub-text {
    border-top: solid 1.75px #e9e9e9;
    padding-top: 1.25rem;
    margin-top: 1.5rem;
}

.testimonial-sub-text .sub-text {
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    margin-bottom: 3px;
}


/* ABOUT US FEATURED SERVICES COMPONENT (No longer used) */

.featured-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    margin-bottom: .5rem;
}

.dotted-icon {
    width: 9.5rem;
    height: 9.375rem;
    border-radius: 100%;
    font-size: 3.65rem;
    line-height: 2.6;
    position: relative;
    transition: all .2s ease-in-out;
    border: dashed 2px #D52E1B;
    margin-bottom: 1.5rem;
}

.dotted-icon::before {
    content: " ";
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dotted-icon .fas {
    color: #D52E1B;
}

.dotted-icon:hover {
    background-color: #D52E1B;
}

.dotted-icon:hover .fas {
    color: #FFFFFF;
}


/* RESOURCES PAGE */

.resources .row {
    margin-bottom: 2rem;
}

.resources-header {
    margin-bottom: 1.5rem;
}


/* CONTACT US PAGE */

body.contact-us .googleMap {
    height:450px;
}


/* CONTACT FORM */

.contact-us-contact-form {
    margin-top: -105px;
}

.contactContainer {
    display: flex;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contactContainer > .contactDetails {
    width: 35%;
    background-color: #D52E1B;
    padding: 32px 24px 35px 30px;
    color: #fff;
    flex-shrink: 0;
}

.contactContainer > .contactDetails h1, .contactContainer > .contactDetails h2, .contactContainer > .contactDetails h3, .contactContainer > .contactDetails p {
    color: #fff;
}

.contactContainer > .contactDetails p {
    line-height: 26px;
    margin-bottom: 26px;
}

.contactContainer > .contactForm {
    width: 100%;
    background-color: #fcfcfc;
    padding: 32px 24px 35px 30px;
}

.contactDetailsItem {
    display: flex;
    width: 100%;
    margin-bottom: 26px;
}

.contactDetailsItem i {
    width: 36px;
    display: block;
    flex-shrink: 0;
}

.contactDetailsItem span {
    width: 100%;
    display: block;
    word-break: break-word;
}

.contactContainer > .contactDetails > .contactSocialLinks a {
    color: #ff0000;
    background-color: #fff;
    border-radius: 100%;
    font-size: 14px;
    padding: 6px;
    width: 29px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    margin: 0 18px 0 0;
}

.contactForm .form-control {
    margin-bottom: 20px;
    font-size: 14px;
}

.contactForm > h2 {
    margin-bottom: 27px;
}

.form-control option:first-of-type {
    display: none;
}

/* NAVBAR */

.mainNavbar {
    padding: 12px 0;
    background-color: #fff;
}

li.nav-item.btn-navbarButton {
    line-height: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.mainNavbar a.nav-link {
    color: #656c6c !important;
    font-weight: 400;
    font-size: 16px;
}
.mainNavbar a.nav-link:hover {
    text-decoration:none;
    color:#D52E1B !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.headerContact a {
    color: #666;
    cursor: pointer;
}

.headerContact i {
    color: #D52E1B;
}
button.navbar-toggler {
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    border: 0;
    font-size: 32px;
    color: #000 !important;
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow:none;
}
.btn.mobileNavbarButton {
    padding: 0;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 16px;
    padding: 0;
    text-align: center;
    padding: 2px;
    background-color: rgba(0,0,0,.06);
    border: 0;
    color: #000;
    margin-right: 18px;
}


/* VACANCY LIST */

.vacancyLogoName {
    height: 100%;
    display: flex;
    align-items: center;
}

.vacancyLogoName img {
    float: left;
    width: 64px;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin-right: 15px;
}

.vacancyLogoName div.vacancyName {
    float: left;
}

.vacancyLogoName div.vacancyName p {
    text-align: left;
    line-height: 140%;
    padding: 0;
    margin: 0;
}

.vacancyRow {
    height: 74px;
    cursor: pointer;
    margin-bottom: 15px;
}

.vacancyRow .fas {
    color: #D52E1B;
}

.vAlignCenter {
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-apply {
    border: 1px solid #D52E1B;
    color: #000;
    background-color: #FFF;
    padding: 3px 15px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-apply:hover, .vacancyRow:hover .btn-apply {
    color: #FFF;
    background-color: #D52E1B;
}

.vacancyLogo {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin-right: 15px;
    font-size: 36px;
    line-height: 170%;
    text-align: center;
}

.vacancyLogo .fas {
    color: #909090;
}

.rowSeperator {
    margin-top: 7px;
    border-top: 1px solid #ddd;
    margin-bottom: 7px;
}

.singleLine {
    padding-left: 5px;
    height: 20px;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.myAccountSection .vacancyRow {
    display: flex;
    height: 80px;
    padding: 45px 0;
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    --bs-gutter-x: 0 !important;
}

.applied-status {
    margin-bottom: 0;
    color: #fff;
    background-color: #D52E1B;
    padding: 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

/* ### REGISTRATION PAGE ### */
.registration-input-group {
    margin-left: 0 !important;
}

.registration-input-group .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
}

.registration-input-group .btn:hover {
    color: #666666;
}

.tipContainer {
  display:flex;
  margin-bottom:30px;
}
.tipNumber {
  background-color: #D52E1B;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 40px;
  padding: 15px;
  border-radius: 100px;
  margin-top: 5px;
  margin-right:15px;
}

.tipText {
  display:inline-block;
  font-size:30px;
  line-height:30px;
  margin:auto 0;
}

/* NEWS COMPONENT */

.news-container {
    padding: 0 5rem;
}

.blog-card {
    width: 100%;
}

.blogpost-image {
    height: 16rem;
    background-size: cover;
    background-position: center;
}

.blogpost-content {
    padding: 1.5rem;
}

.blogpost-preview-text {
    text-align: left;
    overflow: hidden;
    height: 12.5rem;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-brand img {
        height:63px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left:10px;
        padding-right:10px;
    }
    .navbarSignInButton {
        padding-left:11px;
        padding-right:11px;
    }
    .btn-navbarButton {
        padding-left:15px;
        padding-right:15px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top:25px;
        padding-bottom:25px;
    }

    li.nav-item.btn-navbarButton {
        margin-left:14px;
    }

    li.nav-item.btn-navbarButton:last-child {
        margin-right:0;
    }

    .headerMenuContainer {
        position: sticky;
        top: 0;
    }

    .navbarSignInButton {
        display:list-item !important;
    }

}

@media (min-width: 1200px) {
    .navbar-brand img {
        height: 75px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 991px) {

    .mainNavbar .navbar-nav .nav-item {
        text-align:right;
    }

    li.nav-item.btn-navbarButton {
        max-width: 150px;
        text-align: center !important;
        margin-left: auto;
        margin-top: 15px;
    }

    .mainNavbar>.container {
        justify-content:flex-end;
    }

    .mainNavbar .navbar-brand {
        margin-right:auto;
    }

    .navbar-brand img {
        height:50px;
    }

}

@media(min-width:576px) and (max-width:767px) {
    .contactContainer > .contactDetails {
        width:40%;
    }
}

/* ### MOBILE ### */

@media(max-width:400px) {
  .statCounter > h2 {
    font-size: 20px !important;
  }

  .statCounter > span {
    font-size: 33px !important;
  }
  .loginButton {
    width:113px !important;
  }
}

@media (max-width: 575.98px) {

    body {
        margin: 0;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 20px;
        font-size: 16px;
    }

    .componentContainer {
        text-align: center;
        padding: 45px 15px 45px 15px;
    }

    .mobile-align-center {
        text-align: center;
    }

    #pageTitleText {
        text-align: center;
    }

    /* FOOTER */
    .siteFooter p.footerHeader {
        font-size: 19px;
        margin-bottom: 15px;
        line-height:27px;
    }
    

    /* HOMEPAGE */

    .how-blob {
        width: 135px;
        height: 135px;
        font-size: 41px;
        line-height: 2.55;
        margin-bottom: 24px;
    }
    
    .accreditations-carousel .accreditation-slide {
        margin: 0 0.5rem;
    }
    
    .job-categories-carousel,
    .featured-jobs-carousel {
        margin: 0;
    }

    .jobCategory,
    .feature-card {
        margin: 0;
    }

    .vacancyLogoName {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vAlignCenter {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .row.vacancyRow * {
      justify-content: flex-start;
    }

    /* ABOUT US */

    .about-us-search-btn {
        display: flex;
        justify-content: center;
    }

    .team-member-img {
        width: 19rem;
    }


    /* RESOURCES PAGE */
    .document-resource {
        margin-bottom: 2rem;
    }

    .myAccountSection .vacancyRow {
        height: auto;
    }

    
    /* CONTACT FORM */

    .contactContainer {
        flex-direction: column;
    }

    .contactContainer > .contactDetails {
         width: auto; 
    }

    .contactForm .form-control {
        margin-bottom: 20px;
        font-size: 16px;
    }

    /* VACANCY LIST */

    .vacancyDetails .btn-default {
        margin: 1rem 0;
    }

    /* TESTIMONIALS */

    .testimonial {
        height: fit-content;
    }

    .figure-details {
         width: auto; 
         text-align: center;
    }

    .testimonial-date {
        width: auto;
        text-align: center;
    }

    /* NEWS */

    .blog-card {
        width: 100%;
    }

    


}