/*** corp colors from .edu site: link color: #00447C (navy-ish), nav hover bg: #BBDDE6(lighter teal), dropdown hover bg: #BBDDE6(darker teal)***/

:root {
  --brand-colour1: #00447c;
  --brand-colour2: #41748d;
  --brand-colour3: #000;
}

h1, 
h2, 
h3, 
h4, 
h5,
h6 {
  letter-spacing: normal;
  font-family: Arial,sans-serif;
  font-weight: 700;
}

p {
  letter-spacing: normal;
}

b, strong {
  font-weight: bold;
}

/*** DOCUMENT BODY STYLES ***/
body {
    background-color: #fff !important;
    font-family: Arial,sans-serif;
}
.page-body hr {
  margin-top: -18px;
  border-top: 1px solid #222;
}
/*** 'title-only' class - HR HIDE ELEMENT AFTER, WORKAROUND - TEMPORARY FIX ***/
.title-only hr + * {
    display: none;
}

/*** DOCUMENT HEADER / TEXT STYLES ***/
.page-body h1 {
    color: #222;
    font-family: Arial,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.75em;
    padding-bottom: 0.3em;
}
.page-body h2 {
    color: #222;
    font-family: Arial,sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.page-body h3 {
    color: #000;
    font-family: Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0.75em 0;
}
/*.page-body h4 {
    font-family: Arial,sans-serif;
    font-size: 2.1875rem;
    font-weight: 700;
    color: #000 !important;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 6px;
    border-bottom: none;
}*/
.page-body p {
    font-family: "Arial",sans-serif;
    color: #000;
    line-height: 1.5;
}
.page-body a,
.page-body a:visited,
.page-body a:active {
    color: #00447c;
    text-decoration: none;
    transition: .3s ease;
    transition-property: color,background-color,border-color,text-decoration;
}
.job-search-results-title a,
.job-search-results-title a:active,
.job-search-results-title a:visited {
  color: #000;
}
.job-search-results-title a:hover {
  text-decoration: underline;
}
.pagination a,
.pagination a:active,
.pagination a:visited {
  color: #00447C;
}
.jobs-list a,
.jobs-list a:active,
.jobs-list a:visited {
  color: #000;
}
.jobs-list a:hover {
  text-decoration: underline !important;
}
.footer-top-phone-link {
    color: #00447c !important;
}
/* .page-body a:hover {
    border-bottom: 1px dotted #00447c;
    color: #00447c;
    text-decoration: none;
} */
/** DOCUMENT BUTTON STYLES **/
a.button.button1,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
    display: flex;
    height: 50px;
    width: 250px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    padding: 15px 0 14px;
    border: 2px solid #00447c !important;
    background-color: #00447c !important;
    color: #fff !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
}

a.button.button1:hover {
    border: 2px solid #002849 !important;
    background-color: #002849 !important;
    color: #fff !important;
    text-decoration: none !important;
}
a.button.button2 {
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-family: embarcadero-mvb-pro, sans-serif;
    font-size: .8rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #00a19c !important;
    transition: all .25s ease;
}

a.button.button2:hover {
    color: #fff;
    border: none;
    background-color: #6e3a5d !important;
    transition: all .25s ease;
}
/*** TOP NAVBAR STYLES ***/
.top-navbar {
    background-color: #fff !important;
}

.top-navbar .navbar-logo {
    width: 175px;
    height: 125px;
}

.top-navbar-center {
    /* margin-left: 50px !important; */
}

.top-navbar .nav-link {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00447c !important;
    display: inline-block;
    width: max-content;
    margin-right: 20px;
    margin-left: 25px;
    padding: 24px 0;
    text-decoration: none;
    height: 100%;
}

.top-navbar .nav-link:hover {
    background-color: #fff !important;
    color: #00447c !important;
    text-decoration: underline;
}

.top-navbar li.nav-item {
    margin-bottom: 0 !important;
}

.top-navbar .dropdown-toggle::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\f107" !important;
    vertical-align: 0;
}

.top-navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.top-navbar .dropdown:hover .nav-link {
    background-color: #fff;
    color: #00447c;
}

.top-navbar .dropdown-menu {
    background-color: #A8D4DF !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    margin-top: -20px !important;
}

.top-navbar .dropdown-menu a {
    color: #00447C !important;
    font-weight: 600 !important;
}

.top-navbar .dropdown-menu a:hover,
.top-navbar .dropdown-menu a:active,
.top-navbar .dropdown-menu a:focus {
    background-color: #fff !important;
}

.top-navbar-search-btn {
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-family: embarcadero-mvb-pro, sans-serif;
    font-size: .8rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    /* margin-left: 100px !important; */
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #00a19c !important;
    transition: all .25s ease;
}

.top-navbar-search-btn:hover {
    color: #fff;
    background-color: #6e3a5d !important;
    transition: all .25s ease;
}
.jobs-page-apply-now-btn p {
    display: flex;
    justify-content: center;
}
/*** LINKS NAVBAR STYLES ***/
.links-navbar {
    background-color: #00447c !important;
}

.links-navbar .nav-link {
    font-size: .875rem;
    font-weight: 600;
    color: #fff !important;
    display: block;
    width: max-content;
    margin-right: 20px;
    padding: 24px 0;
    text-decoration: none;
    height: 100%;
}

.links-navbar .nav-link:hover {
    background-color: #BBDDE6 !important;
    color: #00447c !important;
}

.links-navbar li.nav-item {
    margin-bottom: 0 !important;
}

.links-navbar .dropdown-toggle::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\f107" !important;
    vertical-align: 0;
}

/** dropdown-menu show on hover **/
/**> display: flex to put 2 cols side-by-side <**/
.links-navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.links-navbar .dropdown:hover .nav-link {
    background-color: #BBDDE6;
    color: #00447c;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.links-navbar .dropdown-menu {
    background-color: #BBDDE6 !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 10px;
}

.links-navbar .dropdown-menu a {
    color: #00447C !important;
    font-weight: 600 !important;
  font-size: 14px;
}

.links-navbar .dropdown-menu a:hover,
.links-navbar .dropdown-menu a:active,
.links-navbar .dropdown-menu a:focus {
    background-color: #A8D4DF !important;
}

/** links-navbar (blue nav) hamburger button background color **/
.links-navbar button {
    background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .links-navbar .dropdown:hover .nav-link {
      font-size: 16px;
      background-color: #BBDDE6;
      padding: 15px;
      color: #00447c!important;
  }
}


/* FOOTER MAIN STYLES  */
/*Below @media queries may not be necessary, ** test first ** - then delete */
/* @media only screen and (min-width: 676px) {
    .footer-main-container .social-container {
        width: 45.97701%;
        float: left;
        margin-right: 8.04598%;
        float: right;
        margin-right: 0;
    }

    .footer-main-container .footer-social-list {
        float: right;
    }
} */
/* @media only screen and (min-width: 676px) {
    .footer-social-list {
        float: right;
    }
} */
/*above ^ @media queries may not be necessary, test first - then delete */

ul.footer-social-list,
ul.footer-links-list,
ul.footer-bottom-links-list {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

#footer_main_container,
#social_container {
    display: block !important;
}

/*** screen reader ***/
.show-for-sr {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.footer-section-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* FOOTER TOP NAVBAR SECTION  */
.footer-top {
    background-color: #e1e1e1;
}

.footer-top-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 0;
}

.footer-top-inner:after {
    content: " ";
    display: block;
    clear: both;
}

.footer-top-phone {
    font-size: 0.875rem;
    color: #00447c;
}

.footer-top-phone-link {
    color: #00447c;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    font-weight: bold;
}

.footer-top-phone-link:hover {
    text-decoration: none;
}

.footer-top-phone-link::before {
    height: 13px;
    width: 1px;
    background-color: #00447c;
    content: "";
    display: block;
    left: -8px;
    position: absolute;
    top: -1;
}

@media (max-width: 675px) {
    .footer-top {
        text-align: center;
    }

    .footer-top-phone {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 676px) {
    .footer-top {
        padding: 0 40px;
    }

    .footer-top-inner {
        padding: 15px 0 5px;
    }

    .footer-top-phone {
        font-size: 1.125rem;
        width: 45.97701%;
        float: left;
        margin-right: 8.04598%;
        margin-bottom: 15px;
        padding-top: 6px;
    }

    .footer-top-phone-link {
        margin-left: 21px;
    }

    .footer-top-phone-link::before {
        height: 24px;
        left: -13px;
    }
}

/* FOOTER SOCIAL SECTION LINKS STYLES */
/* footer facebook icon styles  */
.fa-facebook-square::before {
    color: #3b5998;
    content: "\f082";
}

/* footer twitter icon styles  */
.fa-twitter:before {
    color: #00acee;
    content: "\f099";
}

/* footer blog icon styles  */
.fa-message:before {
    color: #00447c;
    content: "\f27a";
}

/* footer instagram icon styles + gradient  */
.fa-instagram-square::before {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    content: "\e055";
}

/* footer youtube icon styles  */
.fa-youtube:before {
    color: #cc181e;
    content: "\f167";
}

.footer-social-list {
    text-align: center;
}

.footer-social-list::after,
.footer-social-list::before {
    content: " ";
    display: table;
}

.footer-social-list::after {
    clear: both;
}

.footer-social-links {
    display: inline-block;
    margin-right: 18px;
}

.footer-social-links:last-child {
    margin-right: 0;
}

.footer-social-link-each {
    display: inline-block;
    transition: opacity 400ms linear;
}

.footer-social-link-each {
    height: 32px;
    width: 32px;
}

.footer-social-links:hover,
.footer-social-links:focus {
    opacity: 0.5;
}

/* FOOTER LINKS SECTION STYLES  */
.footer-links-container {
    background-color: #00447c;
    padding: 80px 40px 6px;
}

h3.footer-links-title {
    font-size: 1.125rem;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 16px;
}

.footer-links-item {
    margin-bottom: 8px;
}

.footer-links-item a,
.footer-links-item a:active,
.footer-links-item a:visited {
    font-size: 0.875rem;
    margin-bottom: 7px;
    color: #fff !important;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
}

/* .footer-links-item a:hover {
    color: #0056b3 !important;
} */

/* FOOTER CTA SECTION STYLES  */
.footer-cta-container {
    background-color: #00447c;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.footer-cta-items {
    margin-right: 0 !important;
}

.footer-cta-link,
.footer-cta-link:hover {
    border: 0;
    color: #fff;
    margin-bottom: 0;
    padding: 0 20px 0 85px;
    height: 80px;
}

.footer-cta-link i::before {
    color: #fff !important;
    padding-right: 1rem;
}

.footer-cta-link-title {
    font-size: 20px;
    padding: 2rem 0;
}

a.footer-cta-link:hover {
    text-decoration: none;
}

/* FOOTER LEGAL SECTION STYLES  */
.footer-legal-container {
    background-color: #00447c;
}

.bs-legal-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 30px 19px 20px;
    text-align: center;
    position: relative;
}

.bs-legal-container:after {
    content: " ";
    display: block;
    clear: both;
}

.footer-text-top {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 20px 0 15px;
}

.footer-logo-top {
    display: inline-block;
    width: 100%;
}

.footer-text-copyright {
    padding-right: 8px;
}

.footer-text-address {
    display: inline;
}

.footer-legal-container .footer-text-copyright+.footer-text-address::before {
    content: "|";
    padding-right: 8px;
}

.footer-text-bottom {
    line-height: 1.4;
}

.footer-bottom-item {
    display: inline-block;
    padding-right: 6px;
}

.footer-bottom-item::after {
    content: "|";
    padding-left: 10px;
}

.footer-bottom-item:last-child::after {
    display: none;
}

.footer-bottom-link,
.footer-bottom-link:active,
.footer-bottom-link:visited,
.footer-bottom-link:hover {
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
}

.footer-logo {
    margin-bottom: 5px;
    display: block;
}

.footer-logo-img {
    height: 80px;
}

/*** display footer image to right of text on desktop, and on top for mobile ***/
@media screen and (min-width: 1024px) {
    .footer-logo {
        margin-bottom: 5px;
        display: block;
        position: absolute;
        right: 75px;
    }
}

/** END FOOTER MAIN STYLES **/


/**> Element_Builder Page ONLY: Element Title <**/
.element-builder-title p {
    width: 90%;
    border-radius: 8px;
    font-family: verdana;
    background: #DFF0D8;
    color: #3c763d !important;
    margin: 0 auto 10px;
    padding: 15px 40px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 50%), inset 1px 2px 0px rgb(255 255 255 / 40%);
}

/** CUSTOM BODY ELEMENT STYLES **/
/**> Blue border card <**/
.blue-border-card {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
/*   remove blue border below */
/*     border-left: 10px solid #00447c; */
/*   add additional border same as bg color below */
    border-left: 10px solid #f2f2f2;
    border-radius: 4px;
    margin-bottom: 32px;
    padding: 20px 25px 20px 15px;
}

.blue-border-card .page-block {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blue-border-card h2 {
    margin-bottom: 0;
    padding-bottom:0;
}

.blue-border-card p {
    margin-top: 0;
}

.blue-border-card .button {
    display: flex;
    height: 50px;
    width: 250px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    padding: 15px 0 14px;
    border: 2px solid #00447c !important;
    background-color: #00447c !important;
    color: #fff !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
}

.blue-border-card .button:hover {
    border: 2px solid #002849 !important;
    background-color: #002849 !important;
    color: #fff !important;
    text-decoration: none !important;
}
/**> Carousel <**/
.carousel-inner {
    width: 90%;
}
.carousel .card {
    border: 0;
}
.carousel .card-body {
    padding: 1.25rem 0 0 0;
}
.carousel a {
    text-decoration: none;
    border: none;
}
.carousel a:hover {
    text-decoration: none;
    border: none;
}
.carousel h5 {
    color: #00447c;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}
.carousel img {
    border-radius: 10px;
}
/** ▼▼ img size fix for vertical/non-cropped images ▼▼ **/
.career-carousel .carousel-item img {
    height: 200px;
    object-fit: cover;
    object-position: top;
}
/** ▲▲ img size fix for vertical/non-cropped images ▲▲ **/
.carousel-indicators {
    top: 105%;
}
.carousel-indicators li {
    background-color: red;
}
.carousel-control-next,
.carousel-control-prev {
    width: 6%;
    opacity: 1;
}
.carousel-prev,
.carousel-next {
    color: #00447c;
    height: 15%;
}
.carousel-hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #FFFFFF;
}
.carousel-hover-overlay:hover {
    opacity: .3;
}
@media (min-width: 600px) {
  .carousel .row {
      flex-wrap: nowrap;
  }
}
/**> Location Cards <**/
.location-card-container {
    width: 85%;
}
.location-card-container .card {
    border: 0;
}
.location-card-container .card-body {
    padding: 0.5rem 0 0 0;
}
.location-card-container a {
    text-decoration: none;
    border: none;
}
.location-card-container a:hover {
  border: none;
}
.location-card-container h5 {
    color: #00447c;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0px;
    font-size: 20px;
}
.location-card-container img {
    border-radius: 10px;
}
.location-card-container .card-text {
    font-size: 1.125rem;
    line-height: 1.4;
    color: #000;
    margin-bottom: 26px;
}
.location-card-hover-overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #FFFFFF;
}
.location-card-hover-overlay:hover {
    opacity: .7;
}
.nursing-location-card-container {
    width: 100%;
}
/**> Collapse Cards <**/
.collapse-card {
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    padding: 0px;
    line-height: 22px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
}
.collapse-card img {
    display: block;
    border-radius: 12px 12px 0 0;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
.collapse-card em {
    color: #747487;
}
.collapse-card h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #232333;
}
.collapse-card a {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    /* text-align: center; */
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
a.collapse-card-link {
    text-transform: capitalize;
}
a.collapse-card-link:hover {
    color: #000;
    text-decoration: underline;
}
.collapse-card:hover .collapse-card-text-wrapper {
    background-color: #e1e1e1 !important;
}
.collapse-card-text-wrapper {
    background-color: #f2f2f2;
    border-radius: 0 0 12px 12px;
    padding: 20px;
}
.collapse-card-text-title h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.275rem;
    margin: 0;
}
.collapse-card-text p {
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 8px 0 16px;
}
.collapse-card-text {
    font-size: 14px;
    line-height: 1.5;
}
.collapse-card-text a {
    color: #00447c;
}
.collapse-card-text a:hover {
    color: #00759e;
}
.collapse-card-text p.collapse:not(.show) {
    height: 70px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.collapse-card-text p.collapsing {
    min-height: 70px !important;
}
.collapse-card-text a.collapsed:after {
    content: '+ Read More';
}
.collapse-card-text a:not(.collapsed):after {
    content: '- Read Less';
}
.collapse-card-text-title .collapse-card-text-title-placeholder {
    display: inline-block;
    min-height: 1.3rem !important;
}
@media (max-width: 768px) {
    .collapse-card {
        margin: 30px 0;
    }
}

/**> FAQ Accordion <**/
.faq-accordion .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.faq-accordion .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faq-accordion .collapse:not(.show) {
    display: none;
}
.faq-accordion .card {
    background-color: #f2f2f2;
    margin: 0 auto 15px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    transition: .5s ease-out;
}
.faq-accordion .card:hover {
    background-color: #e1e1e1;
}
.faq-accordion .card-header {
    border-bottom-color: #e6e6e6;
    background: transparent;
    text-align: left;
}
.faq-accordion .fa {
    font-size: 24px;
}
.faq-accordion .btn {
    width: 100%;
    font-weight: 700;
    color: #000;
    padding: 18px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
}
.faq-accordion .btn-link:hover,
.faq-accordion .btn-link:focus {
    text-decoration: none;
}
.faq-accordion [data-toggle="collapse"] .fa:before {
    font: var(--fa-font-solid);
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}
.faq-accordion [data-toggle="collapse"].collapsed .fa:before {
    font: var(--fa-font-solid);
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}
.faq-accordion .card-body {
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 24px !important;
}
.faq-accordion .card-body ul {
    padding: 0;
}
.faq-accordion .card-body ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: inside;
    margin-top: 15px;
    margin-bottom: 15px;
}

/**> Hero Image Text Box Overlay <**/
.hero-text-box .block-image-text {
    background: -webkit-linear-gradient(left, rgba(74,74,74,1) 0%,rgba(74,74,74,.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(74,74,74,1) 0%,rgba(74,74,74,.8) 100%);
    padding: 35px;
    margin-left: 13rem;
    margin-top: -1px;
    height: inherit;
    color: #000;
    vertical-align: middle;
    position: relative;
    bottom: 0;
    width: 27%;
}
@media (max-width: 1199px) {
  .hero-text-box .block-image-text {
    margin-left: 0;
    width: 35%;
  }
}
.page-body.page.not-editing .hero-text-box-mobile {
  display:none;
}
@media (max-width: 1051px) {
  .hero-text-box .block-image-text {
    display: none;
  }
  .hero-text-box-mobile {
    display:block !important;
  }
}
.hero-text-box h4 {
    font-family: Arial,sans-serif;
    font-size: 2.1875rem;
    font-weight: 700;
    color: #000 !important;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 6px;
    border-bottom: none;
}
.hero-text-box p {
    font-family: "Arial",sans-serif;
    display: block;
    color: #fff;
    font-size: 1.1875rem;
    line-height: 1.5;
}
.hero-text-box a.button.button1, 
.hero-text-box a.button.button1:active, 
.hero-text-box a.button.button1:focus, 
.hero-text-box a.button.button1:visited {
  width: auto !important;
}
.hero-text-box-mobile p {
    font-family: "Arial",sans-serif;
    display: block;
    color: #000;
    font-size: 1.1875rem;
    line-height: 1.5;
}
.hero-text-box-mobile a.button.button1, 
.hero-text-box-mobile a.button.button1:active, 
.hero-text-box-mobile a.button.button1:focus, 
.hero-text-box-mobile a.button.button1:visited {
  margin: auto;
  height: 40px;
  width: 10rem;
}

/** BUTTONS **/

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.home-hero-input-group .btn-success,
a.btn.btn-info.discussion-link {
    height: 50px;
    width: 125px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px !important;
    padding: 15px 0 14px;
    border: 2px solid #00447c !important;
    background-color: #00447c !important;
    color: #fff !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    transition: all 0.25s linear;
}
.home-hero-input-group .btn-success {
  padding: 12px 0 14px;
}
.btn-primary:hover,
.home-hero-input-group .btn-success:hover {
    border: 2px solid #002849 !important;
    background-color: #002849 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.btn.near-me-btn {
  border-radius: 10px;
}
/*a.button.button1,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
    height: 50px;
    width: 250px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    padding: 15px 0 14px;
    border: 2px solid #00447c !important;
    background-color: #00447c !important;
    color: #fff !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
}*/

/*a.button.button1:hover {
    border: 2px solid #002849 !important;
    background-color: #002849 !important;
    color: #fff !important;
    text-decoration: none !important;
}*/

/*** force link element center (when in doubt) > must add 'force-center' class to element needing center ***/
.force-center a {
  margin: 0 auto;
}
.homepage-location-text h1 {
  color: #fff;
}

/* Poster Video Homepage */

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  
  
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}

header * {
  color: #fff!important;  
}

.video-text-block {
  width: 800px;
  margin: 0 auto;  
}

.video-text-block .input-group-btn button, 
.video-text-block .input-group input {
  height: 45px;
}

/*delete after adding video*/
  header {
    background: url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/6e9882cf5a8d7013490eb33a0ab36e16/images/files/cd3273eaecd5a7e3fd6dc2527fa7e0c7/original/Besim_Ogretmen_and_Alhaji_Janneh_1500x600.jpeg?1658321684') black no-repeat center center scroll;
    background-size: cover;
  }

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/6e9882cf5a8d7013490eb33a0ab36e16/images/files/cd3273eaecd5a7e3fd6dc2527fa7e0c7/original/Besim_Ogretmen_and_Alhaji_Janneh_1500x600.jpeg?1658321684') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-side-padding .col-md-12 {
  padding: 0!important;
}
/* ==== PAGINATION WRAP FIX ==== */
.pagination {
  flex-wrap: wrap;
}
/* ==== CHARLESTON SEARCHBAR MOBILE FIX ==== */
@media (max-width: 767px) {
.job-searchbar-charleston .input-group input {
    width: 100% !important;
  }
}

/* ==== Job Filters Word Wrap ==== */
.block-job-search-results .job-search-filter-groups label {
  white-space: normal !important;
  word-break: break-all;
}
/* SEARCHBAR/SEARCH BUTTON MARGIN FIX  */
.home-hero-searchbar,
.job-search-control .input-group input {
  margin-right: 1.2rem;
  color: #000 !important;
}
/* NEAR ME BUTTON CAPS / FONT FIX */
.near-me-btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}
/* JOBS PAGE FAVORITES BUTTON CAPITALIZATION FIX */
.job-description-controls .btn[id*='candidate_favourite'],
.job-description-controls .btn[id*='view_favourites'] {
    text-transform: none !important;
}
/* HERO TEXT/BUTTON LEFT MARGIN SPACING */
.section-left-spacer .block-image-text {
    margin-left: 75px;
}

/* Filter Jobs text mobile */

.block-job-search-results .job-search-results .job-search-collapse {
  font-size: 16px;
  color: #000;
}

/* Job Search Pagination */

.page-item.active .page-link {
  background-color: #00447c;
  border-color: #00447c;
}

.page-link:hover {
  color: #00447c;
}

/* Job search Page */

.badge {
  background-color: #00447c;
  border: #00447c;
}

.block-job-search-results h4 {
  font-family: Arial,sans-serif;  
  letter-spacing: normal;
}

td.job-search-results-title a,
td.job-search-results-title a:hover,
td.job-search-results-title a:focus,
td.job-search-results-title a:visited,
td.job-search-results-title a:hover {
  font-weight: 600;
}

.block-job-search-results .job-search-results .job-search-results-department,
.block-job-search-results .job-search-results .job-search-results-employment-type,
.block-job-search-results .job-search-results .job-search-results-location {
  width: 9em;
}

th.job-search-results-categories {
  visibility: hidden;
}

th.job-search-results-categories:before {
  visibility: visible;
  content: 'Career Area'
}

th.job-search-results-dropdown_field_2 {
  visibility: hidden;
}

th.job-search-results-dropdown_field_2:before {
  visibility: visible;
  content: 'Department'
}

th.job-search-results-department {
  visibility: hidden;
}

th.job-search-results-department:before {
  visibility: visible;
  content: 'Category'
}

.job-search-results-remote {
  display: none
}

.job-search-filter-header.categories {
  visibility: hidden;
}

.job-search-filter-header.categories:before {
  visibility: visible;
  content: 'Career Area'
}

.job-search-filter-header.dropdown_field_2_values {
  visibility: hidden;
}

.job-search-filter-header.dropdown_field_2_values:before {
  visibility: visible;
  content: 'Department'
}


.job-search-filter-header.departments {
  visibility: hidden;
}

.job-search-filter-header.departments:before {
  visibility: visible;
  content: 'Category'
}

/*.job-search-filter.job-search-filter-categories {
  display: none;
}*/


@media (min-width: 770px) {
  .block-job-search-results .job-search-results .job-search-filter-groups {
    width: 11em;
  }  
}

@media (min-width: 1200px) {
  .block-job-search-results .job-search-results .job-search-filter-groups {
    width: 15em;
  }
}
/* Job search fields */

.form-control {
  border-radius: 10px;
}

.input-group:not(.has-validation) > .form-control:not(:last-child), 
.input-group:not(.has-validation) > .custom-select:not(:last-child), 
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.job-search-results input.form-control {
  border-radius: 10px;
}

.input-group input, .input-group-btn button {
  height: 45px;
  padding: 8px 12px;
}

/* SEARCH FILTERS - ALWAYS DISPLAY SCROLL BAR */
.job-search-filter-groups .slimScrollBar {
  height: 35px;
}
.job-search-filter-groups .slimScrollBar,
.job-search-filter-groups .slimScrollRail {
    display: inline-block !important;
}

<!--
/* CLEAR SEARCH FILTERS LINK STYLING */
.clear-search-filters-link,
.clear-search-filters-link:active,
.clear-search-filters-link:focus {
  position: relative;
  top: 0.5rem;
  color: #00447c !important;
  font-weight: 600 !important;
  font-size: 0.9rem;
}
.clear-search-filters-link:hover {
  text-decoration: underline;
}
/* CANDIDATE KNOWN LINK STYLING */
p.show-when-candidate-known a, 
p.show-when-candidate-known span {
    color: #00447c;
    font-weight: 900;
    letter-spacing: 0.06rem;
}

/* Label fieldset */

label.radio-inline,
.check-box-inline{
  text-align: left;
}

label.radio-inline input,
.check-box-inline input {
  margin-right: 10px;
}

.modal-dialog {
  width: 60%;
}

/* Mobile job page */

@media (max-width: 768px) {
  .job-component-details {
    font-size: 16px;
  }
  
  .selectize-control.multi .selectize-input > div {
    font-size: 16px;
  }

  .footer-top-phone,
  .footer-top-phone a {
    font-size: 16px;
  }

  .footer-links-item a, 
  .footer-links-item a:active, 
  .footer-links-item a:visited {
    font-size: 16px;
  }
}

.dropdown-item {
  display: contents;
}

/* Job Description */

.job-description p {
  margin: 0 0 20px 0;
}

.job-description p:has(> b) {
  padding: 0;
  margin: 0!important;
}

.side-panel {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #00447c;
  border-radius: 3px;
  margin-bottom: 30px;
}

.side-panel a.button.button1, 
.side-panel a.button.button1:active, 
.side-panel a.button.button1:focus, 
.side-panel a.button.button1:visited {
  width: auto;
  margin: 20px;
}

.side-panel .block-jobs .job {
  margin-bottom: 15px;
}

.side-panel .block-jobs h3 {
  font-size: 16px;
}

.bg-grey1 {
  background-color: #f2f2f2;
}

.job-description-new p {
  margin: 0 0 10px 0;
}

.job-description-new {
  color: #000;
}

.job-description-new .btn {
  height: auto;
  width: auto;
}

.apply-new .btn-primary {
  border: 2px solid #fff !important;
}

.selectize-control.multi .selectize-input > div {
  background-color: #00457c;
  font-weight: 600;
}

.selectize-dropdown .active {
  color: #ffffff;
  background-color: #00457c;
}

/* Job Page Header */
@media (min-width: 768px) {
  .job-page-header .block-image-cover {
    height: 350px;
  }
}

.white-text-block,
.white-text-block h2,
.white-text-block h3,
.white-text-block p,
.white-text-block ul li,
.white-text h2 {
  color:white !important;
}

/* CAROUSEL W/ TEXT ONLY */
.text-carousel .carousel-inner {
    width: 100%;
    padding: 0 3rem;
}
.text-carousel .carousel-item-caption-header {
    text-align: center;
}
.text-carousel .carousel-item-caption-detail {
    padding: 0 1rem;
}
.text-carousel .block-carousel .carousel-item .carousel-item-block.col-6 .carousel-caption,
.text-carousel .block-carousel .carousel-item .carousel-item-block.col-3 .carousel-caption,
.text-carousel .block-carousel .carousel-item .carousel-item-block.col-4 .carousel-caption,
.text-carousel .block-carousel .carousel-item .carousel-item-block.col-2 .carousel-caption {
    position: relative;
    text-align: left;
    left: 0;
}
.text-carousel .carousel-control-prev,
.text-carousel .carousel-control-next {
    filter: invert(1);
}
.text-carousel .carousel-control-prev {
    justify-content: flex-start;
}
.text-carousel .carousel-control-next {
    justify-content: flex-end;
}
/* CAROUSEL W/ IMAGE AND TEXT CAPTOIN */
.img-text-carousel .carousel-inner {
    width: 100%;
    padding: 0 3rem;
}
.img-text-carousel .carousel-item-caption-header {
    text-align: center;
}
.img-text-carousel .carousel-item-caption-detail {
    padding: 0 1rem;
}
.img-text-carousel .block-carousel .carousel-item .carousel-item-block.col-6 .carousel-caption,
.img-text-carousel .block-carousel .carousel-item .carousel-item-block.col-3 .carousel-caption,
.img-text-carousel .block-carousel .carousel-item .carousel-item-block.col-4 .carousel-caption,
.img-text-carousel .block-carousel .carousel-item .carousel-item-block.col-2 .carousel-caption {
    position: relative;
    text-align: left;
    left: 0;
}
.img-text-carousel .carousel-control-prev,
.img-text-carousel .carousel-control-next {
    filter: invert(1);
}
.img-text-carousel .carousel-control-prev {
    justify-content: flex-start;
}
.img-text-carousel .carousel-control-next {
    justify-content: flex-end;
}
.img-text-carousel .carousel-item-block-image {
    width: 100%;
    height: 300px;
    object-fit: cover !important;
}

/*** EC Ask a Question ***/
.employee-connections-ask-a-question {
    padding: 2rem;
    background-color: #286090;
}

.employee-connections-discussion-search-ask-a-question {
  padding: 2rem;
}

/**
  h4 {
    color: white;
    font-size: 1.3rem;
  }
  a {
    --bs-btn-color: #000;
    --bs-btn-bg: #286090;
    --bs-btn-border-color: #286090;
    border-radius: var(--bs-border-radius);
    border: 1px solid white;
    background-color: #fff;
    padding: 0.5rem 2rem;
    color: var(--bs-btn-bg);
  }**/

  /* Discussion page */

form .block-discussions-search {
  padding: 1em calc(1em - 3px);
  background-color: #f9f9f7!important;
}

.block-discussions-search .input-group>.form-control:not(:first-child), 
.block-discussions-search .input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 20px;
}

.block-discussions-search form turbo-frame .badge {
  font-size: 12px;
  line-height: 16px;
}

.discussion-search-categories.discussion-search-filter-groups {
  margin-top: 0;
  background-color: #f9f9f7;
  padding: 30px 15px;
}

.block-discussions-search h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 3px;
  color: #303336;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
}

.block-discussions-search label {
  font-size: 14px;
  margin-bottom: 0;
}

.block-discussions-search-results h3.discussion-title {
  font-size: 18px;
  font-weight: 600;
}

.block-discussions-search .col-3 turbo-frame {
  margin-top: 0;
}

.discussion-search-result {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #e2e2e2;
  padding: 15px;
  border-radius: 10px;
}

.discussion-search-result p {
  font-size: 14px;
}

.discussion-search-result h3 {
  margin: 0 0 0.75em 0;
}

.block-discussion .discussion .discussion-title {
  padding: 0;
}

.block-discussion .discussion-details,
.block-discussion .discussion-target,
.block-discussion .discussion-replies-count,
.block-discussion .discussion-links {
  padding-left: 0!important;
}

.block-discussion .discussion-details li {
  color: #00447c; 
  font-weight: 600;
}

.block-discussion .discussion-stat {
  color: #00447c; 
  font-weight: 600;
}

.discussion-stats ul {
  margin-bottom: 0;
}

.block-discussion .discussion-reply {
  border: 1px solid rgba(0,0,0,.1);
}

.block-discussion .reply-date {
  border-bottom: 0!important;
  padding-bottom: 0!important;
}

.discussion-reply .reply-body {
  font-size: 15px!important;
}

.discussion-reply .reply-author {
  padding-bottom: 15px;
}

.block-discussions-search select {
  height: 45px;
  padding: 8px 12px;
  word-wrap: normal;
  border-radius: 10px !important;
}

a.btn.btn-info.discussion-link {
  margin-top: 20px;
}

.discussions1 select {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("https://files.clinchtalent.com/bb573a6df60dd1495e991a0da8542747/a82f4e7253a50eb47e57ff40036ea416/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 12px);  
}

@media (max-width: 576px) {
  .block-discussions-search select {
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("https://files.clinchtalent.com/bb573a6df60dd1495e991a0da8542747/a82f4e7253a50eb47e57ff40036ea416/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 12px);
  }

  turbo-frame#side_panel {
    padding-bottom: 20px;
  }
}

/* EC */

.employee-connections-employees-carousel .employee-card .card-header .half-header-background {
  background-color: var(--brand-colour1);
}

.ec-outer-wrapper {
  background-color: #f9f9f9;
}

.employee-connections-employees-carousel .carousel-control-prev-icon, 
.employee-connections-employees-carousel .carousel-control-next-icon {
  border: var(--brand-colour3)!important;
  background-color: var(--brand-colour3)!important;
  opacity: 1!important;
}

.employee-connections-employees-carousel .carousel-control-prev, 
.employee-connections-employees-carousel .carousel-control-next {
  opacity: 1!important;  
  width: 5%!important;
}

.employee-connections-employees-carousel .carousel-inner,
.employee-profile-carousel .carousel-inner {
  width: 100%;
}

.employee-careers .carousel-control-prev-icon, 
.employee-careers .carousel-control-next-icon {
  border: solid 1px var(--brand-colour1)!important;
  background-color: var(--brand-colour1)!important;
  opacity: 1;
}

.carousel-control-prev, 
.carousel-control-next {
  opacity: 1;
}

@media (max-width: 768px) {
  .employee-connections-employees-carousel .carousel-control-prev, 
  .employee-connections-employees-carousel .carousel-control-next {
      opacity: 1 !important;
      width: 10% !important;
  }
}

/* Ask a question */

.card .block-discussion-creation  {
  padding: 25px;
}

/* Discussion Page */

.reply-date {
  border-bottom: 0!important;
}

.discussion-reply {
    background: #f5f5f5;
    padding: 1em;
    border-radius: 3px;
    margin: 2rem;
}

.reply-date {
  padding-bottom: 0!important;
}

a.reply-author-name.reply-author-name-link,
a.reply-author-name.reply-author-name-link:visited,
a.reply-author-name.reply-author-name-link:hover {
  color: #000;
  font-weight: 700;
}

.discussion-large-h3 .discussion-title {
  margin-bottom: 0;
  padding: 0 0 2rem 0 !important;
}

p.discussion-body-content,
.discussion-target p,
.discussion-stats .list-inline {
  margin: 0;
}

.discussion-details li {
    margin-bottom: 0;
}

.discussion-large-h3 .discussion-stats {
  font-weight: 700;
}

.discussion-large-h3 .list-unstyled {
  font-weight: 600;
}

.discussion-large-h3 .list-unstyled span,
.discussion-large-h3 .list-unstyled time {
  font-weight: 400;
}

.discussion-large-h3 h3 {
  font-size: 28px;
}

@media (min-width: 768px) {
    .discussion-large-h3 h3 {
      font-size: 37px;
    }
}

/* Discussion Search Page */

.discussion-reply {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 3px;
  margin: 2rem;
}

.discussion-search-categories {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 3px;
  margin: 0;  
}

.discussion-search-result {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, .1);
  border-top: 3px solid var(--brand-colour1);
  border-radius: 3px;
  margin: 2rem 0;
}

.discussion-search-result a h3 {
  font-weight: 700!important;
}

@media (max-width: 768px) {
  .block-discussions-search .input-group {
    margin-top: 15px;
  }

  .discussion-search-categories {
    margin: 0;
 }
}

/* Discussion List */

.block-discussions .discussion {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

/* Employee profile */


.employee-connections-employee-profile .employee-details {
  background-color: var(--brand-colour1);
}

.employee-connections-employee-profile .employee-details .employee-ask-question {
  background-color: transparent;
}

.employee-connections-employee-profile .employee-details .employee-name {
  color: #fff;
}

.employee-connections-employee-profile .employee-details .employee-position {
  color: #fff;
  font-weight: 700;
}

.employee-connections-employee-profile .employee-insights .employee-insights-content .employee-insight {
  border: 1px solid rgba(0, 0, 0, .1);
  border-top: 3px solid var(--brand-colour1);
  border-radius: 3px;
}

.employee-connections-employee-profile .employee-careers .employee-careers-content .employee-profile-carousel .card {
  border: 1px solid rgba(0, 0, 0, .1);
  border-top: 3px solid var(--brand-colour1);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .employee-video {
    padding: 0 20%;
  }
}

@media (max-width: 768px) {
  .employee-connections-employees-carousel .carousel-item .row>*,
  .employee-profile-carousel .carousel-item .row>* {
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      min-width: 100%;
  }
}

.center-btn a.button.button1, 
.center-btn a.button.button1:active, 
.center-btn a.button.button1:focus, 
.center-btn a.button.button1:visited,
.center-btn a.button.button1:hover {
  display: inline-block;
}

.employee-connections-employees-carousel .carousel-control-prev-icon,
.employee-profile-carousel .carousel-control-prev-icon {
      width: 2rem;
    height: 2rem;
    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 0'/%3e%3c/svg%3e") /*rtl: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-.708'/%3e%3c/svg%3e")*/
}

.employee-connections-employees-carousel .carousel-control-next-icon,
.employee-profile-carousel .carousel-control-next-icon {
      width: 2rem;
    height: 2rem;
    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-.708'/%3e%3c/svg%3e") /*rtl: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 0'/%3e%3c/svg%3e")*/
}

.employee-connections-employees-carousel .carousel-control-prev-icon, 
.employee-connections-employees-carousel .carousel-control-next-icon {
    border: var(--brand-colour1) !important;
    background-color: var(--brand-colour1) !important;
    opacity: 1 !important;
    width: 2rem;
    height: 2rem;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:visited {
  border: 2px solid #fff !important;
  background-color: #fff !important;
  color: #00447c !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px !important;
}

.discussion-links .btn-primary, 
.discussion-links .btn-primary:active, 
.discussion-links .btn-primary:focus, 
.discussion-links .btn-primary:visited {
  height: auto;
  margin-bottom: 30px;
}