body,
p {
    font-family: "Open Sans", sans-serif;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
}

h1, 
h2, 
h3,
h4,
h5 {
  line-height: normal;
  letter-spacing: normal;
}

a {
  font-weight: 600;  
}

h1, h2 {
 font-weight: 800;  
}

h3 {
  font-weight: 400;   
}

@media (min-width: 765px) { 
  p {
    font-size: 18px;  
  }
  
  h3 {
    font-size: 23px;
  }
}

/* Alt Hero Background */
.hero {
  background-image: url("https://s3-external-1.amazonaws.com/com.clinchtalent.us-east-1.uploads/public/uploads/393a269a2e3223598d4e06940047922d/images/files/0fe58574f9eb438c039f406238b92e37/original/1805026_JH_18_Campus.JPG?1617250052"); /* The image used */
  background-color: #828a8f; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

/* Why Choose UA Background */
.chooseua {
  background-image: url("https://s3-external-1.amazonaws.com/com.clinchtalent.us-east-1.uploads/public/uploads/393a269a2e3223598d4e06940047922d/images/files/dfc67bbe138ad8cbe0b0d3d78e441dad/original/campus_bkg-1.jpg?1617290769"); /* The image used */
  background-color: #828a8f; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

/***** Headings with brackets */
  .heading {
    position: relative;
    padding: 0.5rem 1.5rem;
  }

  .heading h2 {
    width: fit-content;
    margin: 0 auto;
    color: #333;
    font-family: soleil, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
  }
  
  .heading h1 {
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: soleil, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
  }

  .heading:not(h1)::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
  
    content: "";
    background-image: url("https://files.clinchtalent.com/c72c8238228dc98fcca1943c3ce1dd26/3afaa3e1bcfe6c9804bf3d5eb0c0a87e/Brackets/brackets.png");
    background-size: cover;
  }
  
  .heading:not(h1)::before {
    margin-left: 10px;
  }
  
  .heading::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 30px;
  
    content: "";
    background-image: url("https://files.clinchtalent.com/c72c8238228dc98fcca1943c3ce1dd26/3afaa3e1bcfe6c9804bf3d5eb0c0a87e/Brackets/brackets.png");
    background-size: cover;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
  }
  
  .heading: (h1)::after {
    margin-right: 10px;
  }

  .heading {
    margin: 1.5rem 0.5rem;
    color: #fff;
    font-family: canada-type-gibson, sans-serif;
    font-size: 1.75em;
    text-transform: uppercase;
    text-align: center;
}

/* Descriptive Paragraphs */
  .description p{
    padding: 20px 10px;
    margin: 0 auto;
    font-size: 1.25em;
    text-align: center;
  }
  
  .description:empty {
    display: none;
  }

.description h3 {
    margin: 0;
    display: block;
    color: #900f09;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
}

/* Cirlcle Image Overlays */

.circle-images .col-md-3 {
  margin-bottom: 20px;  
}

.circle-images .block-image-cover {
  background-size: cover;
  height: 330px;
  max-height: 330px;
  border-radius: 50%;
}

.circle-images h2 {
  font-size: 25px;
}

.circle-images a,
.circle-images a:hover,
.circle-images a:visited {
  color: #ffffff;  
}

.circle-images a {
  font-weight: 800;  
}

@media (min-width: 400px) {
  .circle-images .block-image-cover {
  height: 450px;
  max-height: 450px;
  }
}

@media (min-width: 765px) { 
 .circle-images .block-image-cover {
    height: 150px;
    max-height: 150px;
  }   
  
  .circle-images .block-image-cover:hover::before {
    width: 83%;
    content: " ";
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 150px;
    top: 0;
  }
  
  .circle-images {
    margin-bottom: 0;  
  }
}

@media (min-width: 991px) { 
 .circle-images .block-image-cover {
  height: 200px;
  max-height: 200px;
  }  
  
  .circle-images .block-image-cover:hover::before {
    width: 87%;
    height: 200px;
  }
}

@media (min-width: 1200px) { 
 .circle-images .block-image-cover {
  height: 250px;
  max-height: 250px;
  }  
  
 .circle-images .block-image-cover:hover::before {
  width: 89%;
  height: 250px;
 }
  
  .circle-images h2 {
  font-size: 28px;
  }
}

/* Feature Block */
.feature-nav a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.feature-nav a:after {
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    display: block;
    content: "";
    background: none repeat scroll 0 0 transparent;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.feature-nav a:before {
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 40%;
    content: "";
    background: #eee;
    text-align: center;
}

/* Navigation */

.navbar {
  padding: 0;
}

.ua-logo {
  height: 70px;  
  margin: 0 0 15px 0;
}

.navbar-dark {
  background-color: #3d3d3d!important;
}

.navbar-one {
  background-color:  #3d3d3d!important;
}

.navbar-one {
  padding: 5px 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.settings-menu .nav-link a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.settings-menu .nav-link {
  margin:0;
}

.navbar-one .navbar-nav .nav-link,
.navbar-one .navbar-nav .nav-link:hover,
.navbar-one .navbar-nav .nav-link:focus,
.navbar-one .navbar-nav .nav-link:active {
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-one .navbar-nav .active>.nav-link, 
.navbar-one .navbar-nav .nav-link.active, 
.navbar-one .navbar-nav .nav-link.show, 
.navbar-one .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.navbar-one li {
  margin-bottom: 0;
}

.navbar-one .dropdown-menu {
    top: 145%;
    min-width: 14rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #3d3d3d;
    text-align: left;
    list-style: none;
    background-color: #EEEEEE;
    border: none;
    border-radius: 0;
}

.navbar-one .dropdown-item {
  color: #3d3d3d;
  font-weight: 600;
}

.navbar-one .dropdown-item:focus, 
.navbar-one .dropdown-item:hover {
  text-decoration: underline;
  color: #990000;
  background-color: #EEEEEE;
}

.dropdown-toggle::after {
  border: none!important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  vertical-align: 0; /* to center vertically */
}

.dropdown.show .dropdown-toggle::after {
  content: "\f077"!important /* the different icon */
}

@media (max-width: 1200px) { 
  .navbar-top .navbar-nav .nav-link {
    padding: 0;
    text-align: center;
  }
  
  .navbar-one {
    padding: 0;
    margin-top: 0;
   }
}

@media (max-width: 765px) {  
  .ua-logo {
    height: 40px; 
    margin: 5px;
  }
  
  .navbar-one {
    padding: 15px;
  }
  
  .nav-link {
    padding: 1rem 1rem 0 1rem;
  }
  
  .settings-menu .nav-link a {
    padding: 1rem; 
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  .navbar-one .nav-link {
    padding: 1rem 1rem .5rem 1rem;
  }
}

/* Buttons */

a.button {
  font-size: 16px;
  font-weight: 800;
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:visited,
a.button.button1:focus {
  border: 1px solid rgb(153 0 0);
  background: #990000;
  color: #ffffff;
  transition: background .25s linear;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:visited,
a.button.button2:focus {
  border: 3px solid #505656;
  background: transparent;
  color: #505656;
  transition: background .25s linear;
}

a.button.button3,
a.button.button3:active,
a.button.button3:visited,
a.button.button3:focus {
  border: 2px solid #505656;
  background: #ffffff;
  color: #505656;
  transition: background .25s linear;
  border-radius: 50px;
  font-size: 12px;
  padding: 10px 30px;
}

a.button.button3:hover {
  border: 2px solid #505656;
  background: #505656;
  color: #ffffff;
  transition: background .25s linear;
  border-radius: 50px;
  font-size: 12px;
  padding: 10px 30px;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:visited,
a.button.button4:focus {
  border: 3px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: background .25s linear;
}

.btn {
  font-size: 12px;
  font-weight: 800;
}

.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active {
  border: 3px solid #990000;
  background: #ffffff;
  color: #990000;
}

.btn-apply,
.btn-apply:hover,
.btn-apply:focus,
.btn-apply:visited,
.btn-apply:active {
  border:3px solid #990000;
  background: #ffffff;
  color: #990000;
  font-size: 12px;
  font-weight: 800;
  height: 35px;
  padding: 8px 12px;
}


/* Search Page */

.badge {
  background-color: #990000;
}

/* Footer */

footer {
  background-color: #3d3d3d!important;
  color: #ffffff;
  padding: 15px;
  line-height: 30px;
}

footer .ua-logo img {
  width: 200px;
  filter: brightness(0) invert(1);
  float: right;
  padding: 15px 0;
}

footer .disclaimer-list li {
  display: inline;  
  padding-right: 5px;
  padding-left: 5px;
}

footer .footer-copyright a, 
footer .footer-copyright a:hover {
  color: #fff;
}

footer .disclaimer-list {
  font-size: 14px;
}

footer .copyright-text {
  font-size: 12px;  
  color: #ffffff;
}

footer .copyright-text a {
  text-decoration: underline;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer .fa-facebook-f:before, 
footer .fa-instagram:before, 
footer .fa-linkedin-in:before {
  color: #ffffff;
}

footer .fab {
  font-size: 24px;
  padding-left: 10px;
}

footer .social li {
  display: inline;
}

footer .social li a:hover {
  text-decoration: none;
}

footer ul.social {
  text-align: right;
}

footer .social li {
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 765px) { 
  footer .ua-logo img {
    position: absolute;
    bottom: 15px;
    float: left;
    padding: 10px 0 0 0;
  }  
}

/* Video Header */

/* Begin horizontal scrollbar fix - video container */
.ua-video-container .row {
    margin-right: 0;
}
.ua-video-container .row .col-md-12 {
    padding-right: 0;
}
/* End horizontal scrollbar fix - video container */

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.2;
  z-index: 1;
}

header * {
  color: #fff;  
}

.video-text-block {
  width: 800px;
  margin: 0 auto;  
}

.video-text-block .input-group-btn button, 
.video-text-block .input-group input {
  height: 45px;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://files.clinchtalent.com/c72c8238228dc98fcca1943c3ce1dd26/3afaa3e1bcfe6c9804bf3d5eb0c0a87e/video-poster.jpeg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.no-gutters .container-fluid {
  padding: 0;
}

a, 
a:visited,
a:hover {
  color: #990000;
  text-decoration: none;
}

header .form-control {    
  border: 0;
}

@media (min-width: 765px) {  
  header h1 {
    font-size: 60px;
    font-weight: 900;
  }
  
  header .btn {
    font-size: 14px;  
  }
}

/* Meadhbh Changes */

.header-text {
  font-weight: 800;  
}

.social-icons-homepage {
  text-align: center;
}

.social-icons-homepage .page-block a i {
  font-size: 40px;
  padding: 0 15px;
}

.selectize-control.multi .selectize-input>div {
    background-color: #990000;
}

.small-text p {
  font-size: 11px;
}  
  
.sidebar {
  background: transparent;
  padding: 1em 1em 3em 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #3d3d3d;
  border-radius: 3px;
}

.search-block-grey a, 
.search-block-grey a:visited, 
.search-block-grey a:hover {
  color: #000000;
  text-decoration: underline;
}

.search-block-grey tr:nth-child(even) {
  background: #f1f0f0;
}

@media (min-width: 765px) {  
  .large-header .block-image-cover {
    height: 700px;
  }
}

/* Job Department Tabs */

.testimonial6 h1,
.testimonial6 h2,
.testimonial6 h3,
.testimonial6 h4,
.testimonial6 h5,
.testimonial6 h6 {
  color: #3e4555;
}

.testimonial6 .font-weight-medium {
  font-weight: 500;
}

.testimonial6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.testimonial6 .subtitle {
  color: #000000;
  line-height: 24px;
  font-size: 16px;
}

.testimonial6 .testi6 .nav-link {
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-height: 230px;
}

.testimonial6 .testi6 .nav-link.active {
  background: transparent;
  color: #8d97ad;
}

.testimonial6 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}

.testimonial6 .btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.testimonial6 img {
  width: 155px;  
}

.testimonial6 .testi6 h2 {
  padding-top: 15px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
	.testimonial6 .testi6 .nav-link {
    margin: 0px 0px -2px 0;
    padding: 10px;
	}
	.testimonial6 .testi6 {
    -webkit-box-orient: horizontal !important;
    
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-right: 0px solid rgba(120, 130, 140, 0.13);
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin-bottom: 40px;
	}
	.testimonial6 .testi6 .nav-link img {
    width: 40px;
	}
	.testimonial6 .testi6 .nav-link.active {
			border-right: 0px solid #2cdd9b;
			border-bottom: 3px solid #2cdd9b;
	}
}

.background-img1 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)), url(https://s3-external-1.amazonaws.com/com.clinchtalent.us-east-1.uploads/public/uploads/393a269a2e3223598d4e06940047922d/images/files/d92accf94c1d6a5fbae0864678250aa8/original/2006034_MW_0015_doster_hall.jpg?1626179830);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.job-categories-text-content {
  background-color: #e2e2e2;
}

.text-dark h3,
.text-dark p,
.text-dark p strong {
  color: #353535;  
}

.background-grey {
  background-color: #EFEFF3;
}

/* Search Page full text */

.job-search-results .col-md-3 {
  padding: 0;   
}

.block-job-search-results .job-search-results .job-search-filter-groups {
  width: 17em;
}
@media (min-width: 765px) {
  .block-job-search-results .job-search-filter-groups label {
      overflow: visible;
      word-break: break-word;
      max-width: 200px;
      white-space: normal;
  }
}

/* No Padding */
.no-padding .col-md-12 {
  padding: 0;  
}

/* Healthcare video */
.healthcare-video .video-player-wrapper .vjs-poster img {
  object-position: 50% 36%;
}

.healthcare-video .clinch-video-player.video-js {
  height: 500px;
}

/* Job alerts text */

.categories-form-group .ada-label-text {
  font-weight: 600;  
}

.categories-form-group .ada-label-text:after,
.employment-types-form-group .ada-label-text:after {
  content: ": "
}

.employment-types-form-group .ada-label-text {
  font-weight: 600;  
}

/* No side padding */

.no-side-padding .row {
  margin-right: 0;
  margin-left: 0;
}

.no-side-padding .col-md-12 {
  padding: 0!important;  
}

/*Eng Header Text*/
.eng-header .block-image-text h1 {
    text-shadow: 4px 4px #000000;
   
   
    font-size: 4.3vw;
}

/*Eng Side padding */

.eng-side-padding .row {
  margin-right: 7px;
  margin-left: 3px;
}

/*Eng Header Text*/
.eng-header .block-image-text h2 {
    text-shadow: 2.5px 2.5px #000000;
    font-size: 2.3vw;
}
/* Cookie banner changes*/
    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
 .modal-dialog {
    position: fixed;
    z-index: 5000;
    bottom: 0;
    width: 100%;
    background: #9e1b32;
    border-top: 3px solid #ffffff;
    color: #ffffff;
    font: 1rem / 1.5rem proxima-nova, sans-serif;
    box-sizing: border-box;
    padding: 0 2rem;
}
.modal-content 
{
    border-radius: 0;
    border:0;
    background-color: #9e1b32;
    color: #FFF;
    max-width: 87.5rem;
    margin: 0 auto;
    align-items: start;
    justify-content: space-between;
    padding: 1rem 0;

}
#cookie_consent_description p{
    color: #FFF;
    font-size: 1rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    margin: 16px 32px 16px 0px;
}
#cookie_consent_description a 
{
   color: #FFF;
    font-size: 1rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
  text-decoration:underline;
}
.modal-header {
    display: none;
}
.modal-body 
  {
  padding: 0;
  }
.modal-footer
{
  padding:0;
  justify-content: flex-start;
}
button#consent_reject,button#consent_agree  
{
    min-width: 12em;
    margin:  .25rem;
    padding: 6px 12px;
    border: 1px solid #9e1b32;
    border-radius: 0;
    background: #ffffff;
    color: #9e1b32;
    font: 1.25rem / 2rem proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
button#consent_reject:hover,button#consent_agree:hover{
      background: #f2f3f4;
    cursor: pointer;
}
@media (min-width: 765px)
{
  .modal-content 
  {
    flex-direction: row;
  }
  .modal-body 
  {
      flex: 0 60%;
      max-width: 60%;
  }
  .modal-footer
{
  flex: 0 40%;
  max-width: 40%;
}
  .modal-footer
{
  justify-content: flex-end;
}
  button#consent_reject,button#consent_agree  
  {
        margin: 1em 0;
  }
  button#consent_agree {
    margin-left: 10px;
}
}

