/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Work+Sans:wght@400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*----------------------------------------*/
/*  00. Custom CSS
/*----------------------------------------*/


.btn-detail,
.btn-return  {
  background-color: #b31b1b;
  color: white;
  border: none;
}

.btn-detail:hover {
  color: white !important;
  text-decoration: underline;
  text-decoration-color: white;
}

.btn-success {
  color: white;
}

.btn-success:hover {
  color: white !important;
  text-decoration-color: white;
}

h1.header-title {
  font-size: 24pt;
  font-weight: bold;
}

.main-menu ul li a,
.nav-link,
.nav-item {
  text-decoration: none;
  transition: text-decoration 0.3s ease, color 0.3s ease;
  color: black;
  padding: 8px 12px;
  display: inline-block;
}

.main-menu ul li a:hover,
.nav-link:hover,
.nav-item:hover {
  text-decoration: underline;
  color: #b31b1b;
}

.summary li {
    margin-left: 50px;
    list-style-type: disc;
    color:black;
 }

.main-menu-align-right {
  float: right;
}

.navbar-nav .dropdown-menu {
  padding: 10px;
}

.navbar-nav .nav-link {
  padding: 5px 10px;
  margin-right: 10px;
}

.navbar-nav .dropdown-toggle:hover,
.navbar-nav .dropdown-item:hover {
  color: #1b67b3;
  background-color: transparent;
}

.top-header {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main-header {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  width: 100%;
  z-index: 999;
}

.img-mtn {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}

.img-res {
  width: 400px;
  max-width: 100%;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.search-box {
  display: block;
  width: 80%;
  margin: auto;
}

@media (max-width: 768px) {
  .bg-image {
    padding: 10px 0;
    height: auto;
  }

  .search-box {
    width: 90%;
    margin: auto;
  }

  .search-box form .form-control,
  .search-box form .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.alert {
  color: red;
  text-align: left;
  width: max-content;
  max-width: 100%;
  margin: auto;
  padding: auto;
}

.text-light {
  color: #ffffff;
}

.container > * {
  position: relative;
  z-index: auto !important;
}

.search-btn {
  background-color: #ffffff;
  color: #000000;
  border: none;
}

.search-btn:hover {
  background-color: #ddd;
  color: #000000;
}

.modal-backdrop {
  opacity: 0.3 !important;
}

.team-section {
  margin-top: 50px;
}

.team-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.team-member .img-container {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.team-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden; 
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}

.info-box p {
  margin-bottom: 10px;
}

.info-box strong {
  font-weight: bold;
  color: #f44336;
}

.preinfo-text {
  background-color: #fff9e6;
  border: 2px solid #232323;
  border-radius: 8px;
  font-size: 1.1em;
  padding: 20px;
  margin: 20px 0;
}

.location-warning {
  display: none;
  color: white;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.5);
  border: 1px solid black;
  padding: 5px;
  margin-top: 5px;
}

.slider-input,
.slider-input-likert,
.slider-input-pct {
  display: block;
  position: relative;
  width: 500px;
  max-width: 100%;
}

.slider-tooltip {
  position: relative;
  top: -2%;
  transform: translateX(-50%);
  font-size: 1.2em;
  display: none;
}


.slider-container {
  margin-bottom: 30px;
}

.slider-wrapper {
  margin-top: 30px;
  position: relative;
}

.slider-wrapper input[type="range"] {
  width: 100%;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: -14px;
  font-size: 0.9em;
}
.range-labels .tick {
  position: relative;
  text-align: center;
  flex: 0 0 auto;
}


.slider-value {
  position: absolute;
  bottom: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9em;
  white-space: nowrap;
}

input[type=range] {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

/* input[type=range] + datalist {
  display: flex;
  margin-top: -4px;
  writing-mode: horizontal-tb;
  justify-content: space-between;
}
input[type=range] + datalist option {
  display: inline-block;
  width: calc((100% - 12px) / (var(--list-length) - 1));
  text-align: center;
}
input[type=range] + datalist option:first-child {
  width: calc((100% - 12px) / ((var(--list-length) - 1) * 2) + 6px);
  text-align: left;
}
input[type=range] + datalist option:last-child {
  width: calc((100% - 12px) / ((var(--list-length) - 1) * 2) + 6px);
  text-align: right;
} */


.seniority-outer-container,
.seniority-table-container,
.seniority-table-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2px;
}

.seniority-table-row {
  flex-direction: row;
  width: 100%;
}

.neither-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.seniority-table-row {
  justify-content: space-around;
}

.seniority-table-cell {
  flex: 1;
  min-width: 250px;
  padding: 10px;
}


.selected-cell {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}

.seniority-button,
.seniority-button-noreact {
  background-color: #f3f3f3;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  margin: 10px;
}

.seniority-button-noreact {
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-align: left;
  cursor: default;
}

.seniority-button:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .seniority-table-row {
    flex-direction: column;
  }

  .seniority-table-cell {
    width: 100%;
    margin: 0px;
  }

  .seniority-button,
  .seniority-button-noreact {
    margin: 0px;
    margin-bottom: 10px;
  }
}


.survey-input-label {
  display: inline-block;
  margin-right: 5px;
}

.survey-input-label input[type="number"] {
  width: auto;
}

.selected-cell {
  border-color: black;
  background-color: #afe1afdd;
  border-width: 3px;
}

.seniority-label {
  font-weight: bold;
  color: #555;
  text-align: left;
  background-color: transparent;
}

.wage-level-title {
  text-align: center;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 10px 0;
}

.seniority-title {
  background-color: #f5f5f5;
  padding: 0 10px;
}

.seniority-outer-container {
  position: relative;
}

.seniority-vertical-label {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-size: 18pt;
  font-weight: bold;
  background-color: transparent;
}

.wage-level-title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 18pt;
  background-color: transparent;
  padding: 0 10px;
}

.grayed-out {
  color: gray;
  font-size: 0.8rem;
}

.black-cell-title {
  color: black;
  font-size: 0.8rem;
  font-weight: bold;
}

.img-cornell-ilr {
  height: 7.5vw;
  width: auto;
  max-height: 200px;
  vertical-align: middle;
  margin-right: 2px;
}

@media (max-width: 768px) {
  .img-cornell-ilr {
    max-width: 40vw;
    height: auto;
    max-height: 60px;
  }
}

.vertical-space {
  padding-top: 5px;
  margin-bottom: 5px;
}

.vertical-space-small {
  padding-top: 1px;
  margin-bottom: 1px;
}

.vertical-line {
  width: 1px;
  height: 100px;
  background-color: black;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.time-spent-searching {
  font-size: 0.9em;
  text-align: left;
}

.img-icon-small {
  height: 25px;
  width: auto;
  vertical-align: middle;
  margin-right: 2px;
}

.img-icon-beliefs {
  height: auto;
  width: 60px;
  vertical-align: middle;
  margin-right: 2px;
}

.img-icon-beliefs-duo {
  height: auto;
  width: 30px;
  vertical-align: middle;
  margin-right: 0px;
}

.image-with-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.image-with-text img {
  display: block;
  height: 35px;
  max-width: auto;
}

.overlay-text {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px;
}

.information-treatment-text {
  font-size: 24pt;
  font-weight: bold;
  vertical-align: middle;
}

.footer-style,
.header-style {
  font-family: Roboto !important;
  color: #333333;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.2;
  font-size: 16px;
}

.header-style {
  font-size: 24px;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

th,
td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f5f5f5;
}

.horizontal-space {
  width: 20%;
}

.horizontal-space-small {
  width: 2%;
}

.vert-al-text {
  vertical-align: bottom;
  font-size: 18pt;
}

.acknowledgement {
  font-size: 10pt;
  color: #222222;
}

.interventionsurveytable {
  text-align: center;
  width: auto;
}

@media screen and (max-width: 600px) {
  .interventionsurveytable,
  .interventionsurveytable tbody,
  .interventionsurveytable tr,
  .interventionsurveytable td,
  .interventionsurveytable th {
    display: block;
  }

  .interventionsurveytable td,
  .interventionsurveytable th {
    border: none;
  }

  /* Hide the table headers */
  .interventionsurveytable th {
    display: none;
  }

  /* Style the table cells */
  .interventionsurveytable td {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
  }

  .interventionsurveytable tr td:last-child {
    border-bottom: 1px solid #ddd;
  }

  .interventionsurveytable td button {
    width: auto;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #f8f9fa;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .interventionsurveytable td:before {
    content: attr(data-header);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
}

.ai-warning {
  font-size: 10pt;
  margin-left: 10px;
}

.checkbox-group {
  margin-top: 20px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.checkbox-item label {
  margin-right: 10px;
  white-space: nowrap;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler.collapsed {
  background-color: transparent;
  padding: 0.25rem 0.75rem;
}

.navbar-toggler:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.1);
}

button[aria-expanded="true"] .bi-chevron-down {
  transform: rotate(180deg);
}

.footer-section {
  background-color: #f8f9fa;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-style {
  font-weight: bold;
}

.footer-widget-link ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  .footer-top-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }
}

.address span {
  white-space: nowrap;
}

#vacancy-list table {
  border-collapse: collapse;
  display: inline-table;
  width: auto;
}

#vacancy-list th,
#vacancy-list td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#vacancy-list tr:hover {
  background-color: #f5f5f5;
}

#vacancy-list th {
  background-color: #f8f9fa;
  color: #333;
}

.payments-table-container {
  overflow-x: auto;
}

.payments-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.payments-table th,
.payments-table td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .payments-table {
    font-size: 0.6rem;
  }
}

.payments-table thead th {
  background-color: #f8f9fa;
  color: #333;
}

.adobe-sign-container {
  position: relative;
  padding-top: 25px;
}

@media (max-width: 600px) {
  .adobe-sign-container {
    position: relative;
    width: 80vw;
    left: calc(-40vw + 40%);
  }
}

.adobe-sign-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  min-width: 350px;
  min-height: 650px;
}

.signup-list {
  list-style-type: disc !important;
  padding-left: 1em;
}

.signup-list-sub>li:before {
  list-style-type: disc !important;
  padding-left: 1em;
  content: "- ";

}

.signup-h2 {
  text-align: justify;
  margin: 0 auto;
  font-size: 16pt;
  color: #f2f2f2;
  margin-bottom:20px;
}

.signup-container {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.signup-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
  width: 100%; 
}

.signup-list li {
  font-size: 14pt;
  text-align: center;
  display: flex;
  color: #f2f2f2;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.signup-list li i {
  margin-right: 10px;
  flex-shrink: 0; 
}

.signup-list li strong {
  display: inline;
  white-space: pre;
}

.signup-h2 {
  text-align: justify;
  margin: 0 auto;
  font-size: 16pt;
  color: #f2f2f2;
  margin-bottom:20px;
}

.signup-container {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.signup-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
  width: 100%; 
}

.signup-list li {
  font-size: 14pt;
  text-align: center;
  display: flex;
  color: #f2f2f2;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.signup-list li i {
  margin-right: 10px;
  flex-shrink: 0; 
}

.signup-list li strong {
  display: inline;
  white-space: pre;
}

.linkedin-signin {
  height: 50px;
  display: inline-block; 
  width: auto; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
}

.btn-primary.btn-signup {
  height: 50px;
  display: inline-block;
  width: auto; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
}

.linkedin-cta {
  height: 50px;
  display: inline-block; 
  width: auto; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom:0px;
}

.blue-underline {
  color: blue;
  text-decoration: underline;
}

.signup-button-home {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .linkedin-signin {
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 20px;
  }
}

.full-width-bg>* {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.custom-title {
  color: #B31B1B;
  font-size: 2.5rem;
  font-weight: 900;
  text-align:left;
}

.custom-title-h2 {
  color: #333333;
  font-size: 2rem;
  font-weight: 900;
  text-align:left;
}

.subtitle-home {
  font-weight: 400;
  color: #555555;
  text-align: left;
}

.subtitle-job-fair {
  font-weight: 400;
  color: #555555;
  text-align: left;
  font-size: 2rem;
}

@media (max-width: 800px) {
  .subtitle-home {
      font-size: 20px;
  }
}

.cornell-cta {
  max-height:150px;
  width: auto;
}

.super-bold {
  font-weight: 900;
}

@media (max-width: 768px) {
  .custom-title {
      font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .custom-title {
      font-size: 1.5rem;
  }
}

.text-cornell-red {
  color: #B31B1B;
}

.bg-cornell-red {
  background-color: #FFFFF0 !important;
  
}

.full-width-bg + .full-width-bg {
  margin-top: -30px;
  padding-top: 0;
}

.instruction {
  margin-bottom: 0px;
}

.instruction-subtext {
  font-size: 1rem;
  color: #222222;
  text-align:left;
}

.spot-reservation-subtext {
  font-size: 0.75rem;
  color: #555555;
  text-align:left;
}

.h2-custom {
  font-size: 2rem;
}

@media (max-width: 1199px) {
  .h2-custom {
      font-size: 1.25rem;
  }
}


@media (max-width: 567px) {
  .custom-title {
      font-size: 1.5rem; /* Adjust as needed for extra small screens */
  }

  /* .instructions {
      background-color: #B31B1B;
      padding: 20px;
  } */
}

@media (max-width: 886px) {
  .full-width-bg .container {
    margin-top:0.4rem;
    margin-bottom:0.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0rem; 
}
}
/*
  .instructions .text-black {
      color: #ffffff !important;
  }

  .instruction-subtext {
    color: #eee;
  } */


/* Custom media query for screens between 768px and 886px */
@media (min-width: 768px) and (max-width: 886px) {
  .specific-section .col-md-5 {
      flex: 0 0 60%;
      max-width: 60%;
  }

  .specific-section .col-md-7 {
      flex: 0 0 40%;
      max-width: 40%;
  }
}

/* World map sizing */
.world-map-container {
    min-height: 500px;
    width: 100%;
}

@media (max-width: 576px) {
    .world-map-container {
        height: 320px; /* shorter on phones */
    }
}

/* Make zoom buttons easier to tap on mobile & look nicer overall */
.jvm-zoom-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
}

.jvm-zoom-btn.jvm-zoom-in {
    right: 10px;
    top: 10px;
}

.jvm-zoom-btn.jvm-zoom-out {
    right: 10px;
    top: 50px;
}


/*----------------------------------------*/
/*  00. End Custom
/*----------------------------------------*/

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/

/*-- Common Style --*/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 12pt;
  line-height: 1.9;
  letter-spacing: 0.4px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: Roboto !important;
  color: #444444;
  position: relative;
}

body[data-rtl="rtl"] {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto !important;
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 42px;
}

h1.celltitle,
h4 {
  font-size: 24px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #b31b1b;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}

.fz-18 {
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.mlr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.sb-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sb-border-two {
  border-bottom: 1px solid #e2e4ea;
}

.item-border-bottom {
  border-bottom: 1px solid #e5e5e5 !important;
}

.st-border {
  border-top: 1px solid #e2e4ea;
}

.br-right {
  border-right: 1px solid #e5e5e5;
}

.border-top-left {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.nice-select .list {
  z-index: 999;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.def-color {
  color: #069bff;
}

.bg-transparent {
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 1499px) {
  .col-lp-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1499px) {
  .col-lp-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.width-35 {
  width: 35%;
}

.width-15 {
  width: 15%;
}

.width-12 {
  width: 12%;
}

.width-23 {
  width: 23%;
}

/* Background Image */
.bg_image-hv2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image-hv4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-proparty {
  background-repeat: repeat !important;
  background-size: contain !important;
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .row-five-column > [class*="col-xl-"] {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 100%;
  }
}

.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.g-0 > .col,
.g-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0 !important;
}

.container {
  padding-right: var(--bs-gutter-x, 0.9rem);
  padding-left: var(--bs-gutter-x, 0.9rem);
}

.row {
  margin-right: calc(var(--bs-gutter-x) * -0.6);
  margin-left: calc(var(--bs-gutter-x) * -0.6);
}

.row > * {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}

#scrollUp {
  background: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  bottom: 75px;
  right: 25px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollUp:hover {
  background: #b31b1b;
}

.modal,
.modal-dialog {
  z-index: 1054 !important;
}

.modal-content,
.modal-body,
.modal-footer {
  z-index: 1055 !important;
}

body.template-color-1 .single-job .job-info .job-info-inner .job-info-top .employer-name a:hover,
body.template-color-1 .single-job .job-info .job-info-inner .job-meta-three i {
  color: #b31b1b;
}

.indented {
  margin-left: 20px;
}
