body, p, ul, li, h1, h2, h3, h4, h5 {
  line-height: normal;
  letter-spacing: normal;
}

body, p, ul, li {
  font-weight: 300;  
  font-size: 18px;
  line-height: 24px;
  color: #00383d;
}

h1 {
  font-weight: 200;
  color: #00b0ad;
  font-size: 38px;
}

h2 {
  font-weight: 200;
  color: #00b0ad;
  font-size: 32px;
}

h3, h4, h5 {
 color: #4b4f54;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h1 {
   font-size: 83px;
  }

  h2 {
    font-size: 55px; 
  }

  .large p {
    font-size: 24px;
  }
}

/* Nav */

img.logo {
  width: 175px;
}

a, 
a:hover,
a:visited,
a:focus,
a:active {
  color: #00b0ad;  
}

.navbar {
  padding: 21px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 800;
  color: #00383d;
  padding: 11px 18px;
}

.navbar-expand-lg .navbar-nav .nav-link.applicant-login {
  padding-right: 36px;  
}

.navbar-expand-lg .navbar-nav li {
  margin-bottom: 0;
}

a.nav-link.button.button-nav,
a.nav-link.button.button-nav:hover,
a.nav-link.button.button-nav:focus,
a.nav-link.button.button-nav:visited,
a.nav-link.button.button-nav:active {
  background-color: #e04726;
  border: 1px solid #e04726;
  color: #fff;
  padding: 10px 15px;
}

a.nav-link.button.button-nav .fa-magnifying-glass {
  padding-right: 5px;
}

@media (max-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding: 18px 18px 18px 0;
  }
}

/* Buttons */

a.button,
.btn {
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

a.button.button1,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited,
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 3px solid #00b0ad!important;
  background: #00b0ad;
  color: #fff;
}

a.button.button1:hover,
.btn-primary:hover {
  border: 3px solid #00b0ad;
  background: #00b0ad;
  color: #fff;  
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited,
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 3px solid #00b0ad;
  background: #fff;
  color: #00b0ad;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 3px solid #00b0ad;
  background: #00b0ad;
  color: #fff;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 1px solid #e04726;
  background: #fff;
  color: #00383d;
}

/* Header */

.header-img .block-image-cover {
  background-position: 43% 0%!important;
}

.header-search .easy-autocomplete input {
  border-radius: 0!important;
}

.header-search .btn-primary, 
.header-search .btn-primary:active, 
.header-search .btn-primary:focus, 
.header-search .btn-primary:visited {
  border: 1px solid #00b0ad !important;
  border-right: none;
  background: #fff;
  color: #00b0ad;
}


.header-search .btn-primary:after {
  font-family: "Font Awesome 7 Free";
  content: "\f002";
  font-weight: 900;
  font-size: 17px;
  margin-left: 5px;
  color: #00b0ad;
}

/* Input box */

.easy-autocomplete input {
  border-color: #00b0ad;
}

/* Block Image Cover */

.block-image-cover {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.half-color {
  background-image: linear-gradient(
    to top,
    #00383d 0%,
    #00383d 50%,
    #fff 50%,
    #fff 100%
  )!important;
}

/*.n-bg .container {
  background-image: url("https://files.clinchtalent.com/ee273547330f5f8b8f62730e157b7d31/7ecd28eaa65eae3e5d8af8471a1261d2/mv_n.svg");
  background-repeat: no-repeat;
  background-position: right;
}*/

@media (min-width: 990px) {
  .page-body.page.not-editing .n-bg .container::after {
    content: url("https://files.clinchtalent.com/ee273547330f5f8b8f62730e157b7d31/7ecd28eaa65eae3e5d8af8471a1261d2/mv_n.svg");
    position: absolute;
    width: 270px;
    right: 5%;
    top: 5%;
    z-index: 100;
  }
}

/* Jobs List */

.job-list-horizontal .block-jobs .job {
  padding: 20px;
  margin: 20px;
  background-color: transparent;
  border: 1px solid #00b0ad;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.job-list-horizontal .block-jobs .job h3.job-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.job-list-horizontal .block-jobs .job-department,
.job-list-horizontal .block-jobs .job-employment-type {
	display: block;
	padding-top: 10px;
}

.job-list-horizontal .block-jobs .job-city::before {
	font-family: "Font Awesome 7 Free";
	content: "\f3c5";
	font-weight: 900;
	font-size: 17px;
	margin-right: 5px;
	color: #00b0ad;
}

.job-list-horizontal .block-jobs .job-department::before {
	font-family: "Font Awesome 7 Free";
	content: "\f1ad";
	font-weight: 900;
	font-size: 17px;
	margin-right: 5px;
	color: #00b0ad;
}

.job-list-horizontal .block-jobs .job-employment-type::before {
  font-family: "Font Awesome 7 Free";
  content: "\f017";
  font-weight: 900;
  font-size: 17px;
  margin-right: 5px;
  color: #00b0ad;
}

.job-list-horizontal .block-jobs .job .job-favourited {
	display: none;
}

@media (min-width: 768px) {
  .job-list-horizontal .jobs-list {
    display: flex;
  }

  .job-list-horizontal .block-jobs .job {
    width: 33.3%;
  }

  .job-list-horizontal .block-jobs .job h3.job-title {
    min-height: 86px;
 }
}


.block-wrapper.card {
  padding: 20px;
  background-color: transparent;
  border: 1px solid #00383d;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 15px;
}

.block-wrapper.card h3 {
  font-weight: 800;
  text-transform: capitalize;
}

.quote p {
  font-size: 28px;
  line-height: 47px;
  color: #00383d;
}

.quote .block-image-cover:after {
  content: url(https://files.clinchtalent.com/ee273547330f5f8b8f62730e157b7d31/7ecd28eaa65eae3e5d8af8471a1261d2/futureplanAsset%2010.png) no-repeat;
  position:relative;
  zindex:100;
}

/* Search */

.input-group input, 
.input-group-btn button {
  height: 45px;
}

.center-text div[class*=col-] {
  align-self: center !important;
}

/* Footer */

.footer-logo {
  width: 200px;
}

footer,
.footer2 {
  background-color: #00383d;
  color: #fff;
}

.footer2 p,
.footer2 li {
  color: #fff;
}

.legal a {
  padding: 0 8px;
}

.legal li:last-child a {
  padding-right: 0;
}

ul.legal.list-unstyled.list-inline {
  float: right;
}

.footer2 .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.footer2 small {
  font-weight: 400;
}

.footer2 {
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.footer2 p, 
.footer2 li {
  margin-bottom: 0;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited,
.footer2 a,
.footer2 a:hover,
.footer2 a:focus,
.footer2 a:active,
.footer2 a:visited {
  color: #fff;  
  text-decoration: none;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited {
  font-size: 18px;
  font-weight: 300;
}

.menufooter li {
  margin-bottom: 10px;
}

footer .fa-facebook {
  color: #00b0ad;
}

footer .fa-x-twitter {
  color: #fcb526;
}

footer .fa-instagram {
  color: #e04726;
}

/* Carousel */

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e04726'%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")*/ !important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e04726'%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")*/ !important;
}

.carousel-indicators [data-bs-target] {
	background-color: #e04726;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
	width: 10%;
}

.carousel {
	position: relative;
	padding-bottom: 3rem; /* Add space for indicators */
}

.carousel p {
  font-size: 22px;
  line-height: 30px;
}

img.carousel-item-block-image {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 768px) {
  .carousel .carousel-item-block {
    width: 100%;
    padding-bottom: 15px;
  }
}

.carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

.carousel-caption {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 768px) {
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
}

@media (min-width: 768px) {
	.carousel-block .carousel-inner {
		padding: 0 100px;
	}

	.carousel-item-block {
		align-items: center !important;
		justify-content: center !important;
		display: flex !important;
	}
}

/* Side Panel */

.side-panel h2 {
  font-size: 25px;
}

.side-panel {
    background: transparent;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 3px solid #00383e;
    border-radius: 3px;
    margin-bottom: 30px;
}

.selectize-control.multi .selectize-input > div {
    background-color: #00383e;
    font-weight: 800;
}

.job-search-control .input-group {
  flex-wrap: nowrap;
}

/* Job Search Page */

.card-footer {
  background-color: rgb(0 176 174);
}

.card-footer a {
  color: #fff;
}

.job-search-results .card-footer:last-child {
  border-radius: 0 0 20px 0;
}

.job-search-results-card {
  border-radius: 20px 0 20px 0;  
  border: 1px solid #00b0ad;
}

.card-title a, 
.card-title a:hover, 
.card-title a:visited, 
.card-title a:focus, 
.card-title a:active {
  color: #00383e;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 768px) {
  .job-search-categories.job-search-filter-groups {
      width: 100% !important;
      margin-bottom: 20px;
  }
}