/* Careers Page CSS - messy human imperfections */

.ftco-section {
  padding: 7em 0;
  position: relative; 
}

.bg-light {
  background: #f8f9fd !important; 
}

.job-card {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 35px;
  padding-top: 40px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  height: auto;
  min-height: 580px;
}

.job-icon-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px auto;
    background: linear-gradient(135deg, #ff8b00 0%, #ff9827 100%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.job-icon {
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.job-card .job-title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-align: center;
}

.job-card .job-type {
  display: block;
  font-size: 14px;
  color: #2b98f0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.job-card .job-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}

.job-requirements {
    text-align: left;
    margin-bottom: 25px;
}

.job-requirements h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li {
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  line-height: 1.5;
}

.requirements-list li .req-icon {
  color: #4db371;
  font-size: 16px;
  margin-right: 8px;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.job-apply-btn {
    display: inline-block;
    margin: 20px auto 0 auto;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.job-card:hover, .job-card:focus, .job-card.active {
  background: #f3e53d;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.job-card:hover .requirements-list li, .job-card:focus .requirements-list li, .job-card.active .requirements-list li {
  color: rgba(0, 0, 0, 0.8); 
}

.job-card:hover .requirements-list li .req-icon, .job-card:focus .requirements-list li .req-icon, .job-card.active .requirements-list li .req-icon {
  color: #2b98f0; 
}

.job-card:hover .job-description, .job-card:focus .job-description, .job-card.active .job-description {
    color: rgba(0, 0, 0, 0.7);
}

.job-card:hover .job-type, .job-card:focus .job-type, .job-card.active .job-type {
    color: #178bfb;
}

.job-card:hover .job-requirements h5, .job-card:focus .job-requirements h5, .job-card.active .job-requirements h5 {
    color: rgba(0, 0, 0, 0.9);
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  text-decoration: none;
}

.btn.btn-primary {
  background: #2b98f0;
  border: 1px solid #2b98f0;
  color: #fff; 
}

.btn.btn-primary:hover {
  border: 1px solid #2b98f0;
  background: transparent;
  color: #2b98f0;
  text-decoration: none;
}

.heading-section .subheading {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #2b98f0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.heading-section h2 {
  font-size: 44px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.heading-section p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Work culture section styles */
.site-section {
  padding: 2.7em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5.3em 0;
  }
}

.work-culture-content {
  line-height: 1.8;
  color: #2c4e63;
  font-weight: 300;
  font-size: 1.05rem;
}

.work-culture-content p {
  margin-bottom: 1.6rem;
}

.work-culture-content p strong {
    color: #333;
    font-weight: 600;
}

/* Column classes */
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.text-center {
  text-align: center !important;
}

/* Responsive breakpoints - messy like human code */
@media (max-width: 1199.98px) {
    .job-card {
        min-height: 540px;
    }
    
    .job-icon {
        font-size: 48px;
    }
}

@media (max-width: 991.98px) {
  .job-card {
    margin-top: 30px;
    min-height: auto;
  }
  
  .ftco-section {
    padding: 5em 0; 
  }
  
  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  
  .col-md-7, .col-md-8, .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 32px; 
  }
  
  .ftco-section {
    padding: 4em 0; 
  }
  
  .job-card {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
  
  .job-icon-wrap {
    width: 90px;
    height: 90px;
  }
  
  .job-icon {
    font-size: 45px;
  }
  
  .job-card .job-title {
    font-size: 18px;
  }
  
  .job-card .job-description {
    font-size: 13px;
  }
  
  .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .work-culture-content {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
    
    .job-card {
        padding: 20px 15px;
    }
    
    .job-icon-wrap {
        width: 80px;
        height: 80px;
    }
    
    .job-icon {
        font-size: 40px;
    }
    
    .job-card .job-title {
        font-size: 16px;
    }
    
    .job-card .job-type {
        font-size: 13px;
    }
    
    .requirements-list li {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .heading-section p {
        font-size: 15px;
    }
    
    .work-culture-content {
        font-size: 0.95rem;
    }
}

/* Remove animation stuff since we don't use it much */
.ftco-animate {
  opacity: 1;
  visibility: visible; 
}