@import url(base.css);

.brUCClientSidetab {
  z-index: 99;
  top: 175px !important;
}

/* 'navigation
--- --- --- --- --- --- --- */

.toggle-nav {
  display: none;
  background: none;
  border: 2px solid #fff;
  border-radius: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

header {
  padding: 2rem 0;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

header.sticky {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  position: sticky;
  padding: 1rem;
}

header.sticky .toggle-nav,
.toggle-nav.black {
  border-color: #000;
}

header.sticky .nav-container ul li a {
  color: #000;
}

header.sticky .top-nav {
  display: none;
}

header.sticky .nav-container ul li a:hover {
  color: var(--blue-light);
}

.nav-container ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-container ul li {
  margin: 0 1rem;
}

.nav-container ul li:last-child {
  margin-right: 0;
}

.nav-container ul li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.6px;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.25rem;
}

.nav-container ul li a:hover {
  border-color: #fff;
}

.nav-container ul li .btn-login:hover {
  border-color: transparent;
}

/* 'intro 
--- --- --- --- --- --- --- */

.intro {
  background: url('../images/home-landing-bg.jpg') no-repeat center left;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  position: relative;
}

.intro:before {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.intro h1 {
  color: #fff;
}

.intro .text-container p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  width: 60%;
}

.intro.no-bg {
  min-height: 0;
  background: none;
}

.intro .container {
  z-index: 8;
}

.intro.career-intro {
  background: url('../images/jasliner-careers.jpg') no-repeat center left;
  background-size: cover;
  min-height: 60vh;
}

.intro.faq-intro {
  background: url('../images/jasliner-frequently-asked-questions.jpg') no-repeat center left;
  background-size: cover;
  min-height: 60vh;
}

.intro.contact-intro {
  background: url('../images/contact-us-banner.jpg') no-repeat center left;
  background-size: cover;
  min-height: 60vh;
}

/* 'split
--- --- --- --- --- --- --- */

.split-section {
  padding: 130px 0;
}

.split-section .text-container {
  width: 50%;
}

.split-section .text-container h1 {
  margin-bottom: 2rem;
}

.split-section .img-container {
  padding-left: 6.25rem;
  position: relative;
  width: 50%;
}

.split-section .img-container:after {
  content: '';
  background: var(--blue-light);
  height: 95%;
  width: calc(95% - 6.25rem);
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: -1;
}

.split-section .img-container.no-bg:after {
  background: none;
}

/* 'banner
--- --- --- --- --- --- --- */

.banner img {
  display: block;
}

/* 'panel
--- --- --- --- --- --- --- */

.panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.panel .line {
  height: 100%;
  flex: 1;
  border-right: 1px solid var(--light);
  opacity: 0.2;
  z-index: 2;
}

.panel .line:last-child {
  border-right: none;
}

/* 'president message
--- --- --- --- --- --- --- */

.president-banner {
  color: #fff;
  padding: 6.25rem 0;
}

.president-banner .img-container {
  margin-right: 6.25rem;
}

.president-banner .text-container {
  flex: 1;
  position: relative;
}

.president-banner .text-container p {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0;
  padding: 0 60px;
}

.card {
  background: rgba(17, 125, 194, 0.15);
  padding: 2rem;
  border-radius: 1.25rem;
}

/* 'services
--- --- --- --- --- --- --- */

.services .text-center {
  margin-bottom: 3.125rem;
}

.services .service-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--dark);
  padding: 2rem 4rem;
}

.services .service-item:last-child {
  border-bottom: none;
}

.services .service-item:nth-child(even) {
  flex-direction: row-reverse;
}

.services .service-item:nth-child(even) .icon {
  margin-right: 0;
  margin-left: 3.75rem;
}

.services .service-item .button {
  margin-top: 1rem;
}

.services .service-item .icon {
  height: 150px;
  width: 150px;
  margin-right: 3.75rem;
}

.services .service-item .text {
  flex: 1;
}

/* 'careers
--- --- --- --- --- --- --- */

.career-options {
  margin: 2rem 0;
}

.career-options p {
  margin-top: 0;
}

.career-options p:last-child {
  margin-bottom: 0;
}

.career-options p b {
  display: block;
}

/* 'faqs
--- --- --- --- --- --- --- */

.faq-item {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.faq-item.active {
  background: rgb(161 172 189 / 15%);
}

.faq-item.active h2,
.faq-item.active span {
  border-color: #000;
  color: #000;
}

.faq-item h2 {
  color: var(--dark);
  margin: 0;
  cursor: pointer;
}

.faq-item h2:hover,
.faq-item h2:hover span {
  color: #000;
  border-color: #000;
}

.faq-item h2 span {
  display: block;
  border: 2px solid var(--dark);
  border-radius: 50%;
  color: var(--dark);
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}

.faq-item h2 span:after {
  content: '+';
}

.faq-item.active span:after {
  content: '-';
}

.faq-item .answer {
  display: none;
}

.faq-item .answer.show {
  display: block;
}

@media screen and (max-width: 1366px) {
  .faq-item {
    padding: 1rem;
  }

  .faq-item h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .faq-item {
    padding-left: 0;
  }

  .pg-faq {
    flex-direction: column;
  }

  .faq-container {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .faq-item h2 span {
    display: none;
    height: 25px;
    line-height: 20px;
    width: 25px;
  }

  p.answer {
    display: block !important;
  }
}

/* 'contact
--- --- --- --- --- --- --- */

.contact {
  background: #151515;
  border-top: 4px solid #fff;
  position: relative;
  padding: 5rem 0;
}

.contact .container {
  position: relative;
  z-index: 2;
}

.contact .title-line {
  margin-bottom: 2rem;
}

.contact-info {
  color: #fff;
}

.contact-info a {
  color: #fff;
}

.contact form {
  width: 50%;
}

.contact form input,
.contact form textarea {
  margin-bottom: 1rem;
}

.contact form input,
.contact form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none;
  padding: 1rem;
  width: 100%;
}

.contact form .button {
  background: #fff;
  color: #000;
  margin: 2rem 0 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contact form {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .contact {
    padding: 3.75rem 0;
  }

  .contact .flex {
    flex-direction: column-reverse;
  }

  .contact form {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.department-list {
  margin-top: 2.5rem;
  width: 100%;
}

.department {
  margin: 1.25rem 0;
  max-width: 350px;
  width: 100%;
}

.department.sales {
  max-width: none;
  width: 40%;
}

.department.operations {
  max-width: none;
  width: 100%;
}

.department h2 {
  text-transform: uppercase;
}

.department h2 a {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
}

.department p {
  margin: 0;
}

.department a {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.department.w-100 {
  max-width: 650px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .department-list {
    margin-top: 0;
  }

  .department {
    margin: 1.25rem 0 0;
  }

  .department.department.sales {
    width: 100%;
  }

  .department .flex {
    flex-direction: column;
  }

  .department .flex > div:first-child {
    margin: 0 0 1.25rem;
  }
}

/* 'forms
--- --- --- --- --- --- --- */

.form-container {
  display: none;
}

/* 'footer
--- --- --- --- --- --- --- */

footer {
  padding: 3.125rem 0;
}

footer .nav-container ul li a {
  color: #000;
}

@media screen and (max-width: 600px) {
  footer {
    padding: 2rem 1.25rem;
  }

  footer .container {
    justify-content: flex-end;
  }
}

/* 'tablet ls
--- --- --- --- --- --- --- */

@media screen and (max-width: 1200px) {
  header {
    z-index: 11;
  }

  .toggle-nav {
    display: block;
  }

  .toggle-nav.black {
    position: fixed;
    right: 2rem;
  }

  .nav-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
  }

  .nav-container.active {
    display: block;
  }

  .nav-container nav {
    max-width: 300px;
    background: #fff;
    height: 100%;
    margin-left: auto;
  }

  .nav-container ul {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding-right: 3.125rem;
    height: 100%;
  }

  .nav-container ul li {
    margin: 0 0 1.5rem !important;
  }

  .nav-container ul li a {
    color: #000;
  }

  .nav-container .top-nav {
    display: none;
  }

  .banner {
    height: 400px;
  }

  .banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .quote {
    font-size: 200px;
  }

  .president-banner {
    padding: 5rem 0;
  }

  .president-banner .img-container {
    margin-right: 3.75rem;
  }

  .president-banner .text-container p {
    font-size: 1.5rem;
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  header .logo {
    width: 200px;
  }

  .nav-container ul li {
    margin: 0 0.5rem;
  }

  .split-section {
    padding: 6.25rem 0;
  }

  .split-section .img-container {
    padding-left: 3.75rem;
  }

  .intro .text-container p {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .services .service-item {
    padding: 2.5rem 1.25rem;
  }

  .services .service-item .icon {
    margin-right: 1.25rem;
  }

  .services .service-item:nth-child(even) .icon {
    margin-left: 1.25rem;
  }

  .president-banner .text-container p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .split-section {
    flex-direction: column;
    padding: 3.75rem 0;
  }

  .split-section .text-container {
    width: 100%;
  }

  .split-section .img-container {
    margin-top: 3.125rem;
    padding-left: 0;
    width: 90%;
  }

  .president-banner {
    padding: 5rem 0 3.75rem;
  }

  .president-banner .container {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }

  .president-banner .img-container {
    margin: 2rem 0 0;
    padding: 0 2.5rem;
  }

  .services .text-center {
    margin-bottom: 2rem;
  }

  .services .service-item {
    padding: 1.25rem 1.25rem 2.5rem;
  }

  .services .service-item .icon {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .intro {
    min-height: 80vh;
  }

  .intro .text-container p {
    width: 100%;
  }

  .quote {
    font-size: 150px;
  }

  .president-banner {
    padding: 3.75rem 0;
  }

  header.sticky .container {
    width: 100%;
  }

  .nav-container nav {
    max-width: 225px;
  }

  .nav-container ul {
    padding-right: 2rem;
  }
}
