/*==========================
history area
===========================*/

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  margin-bottom: 70px;
}

.section-title span,
.column-title span {
  font-weight: 700;
}

.title-small {
  font-size: 30px;
  font-weight: 700;
}

.column-title {
  margin-bottom: 30px;
}

.column-title-large {
  font-size: 48px;
  margin-bottom: 50px;
}

.ts-title {
  font-size: 24px;
  font-weight: 600;
}

.title-light {
  font-weight: 300;
}

.title-small-regular {
  font-weight: 400;
}

.black-color {
  color: #101010 !important;
}

.title-white {
  color: #fff;
}

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}
.primary-bg {
  background: #e80000;
}
.history-area {
  background: #f7f9fb;
  padding: 50px 0;
  position: relative;
}

#history-slid .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#history-slid .carousel-inner {
  margin-bottom: 45px;
}

#history-slid .carousel-item {
  background: #fff;
}

#history-slid .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#history-slid .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#history-slid .carousel-indicators li {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#history-slid .carousel-indicators li:before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: -7px;
}

#history-slid .carousel-indicators li.active {
  line-height: 35px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  color: #e80000;
  background: #fff;
}

#history-slid .carousel-indicators li.active::before {
  background: #e80000;
}

#history-slid .carousel-indicators li.active:after {
  position: absolute;
  top: -34px;
  left: 44%;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  margin-left: -7px;
  border: 1px solid #e80000;
}

#history-slid .carousel-item-next,
#history-slid .carousel-item-prev,
#history-slid .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-banner {
  font-size: 54px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.banner-opcty {
  padding: 14% 0;
  background: #0000008a;
}

.head-tit-opcty {
  font-size: 55px;
}

.pagecontainer {
  width: 1200px;
  margin: 0 auto;
}
.pagecontainer ul {
  padding: 0;
}
.headerimagecontainer {
  background-image: url("https://images.pexels.com/photos/4065133/pexels-photo-4065133.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  height: 540px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.headerimagecontainer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000008f;
  z-index: 1;
}

.headercontent {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}
.headercontent h1 {
  font-size: 3.75em;
  font-family: "Oswald", "Arial Narrow", "Trebuchet MS", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  margin-bottom: 20px;
}
.headercontent img {
  margin-top: -15px;
}
.benefitscontainer {
  margin-top: 50px;
}
.headercontent p,
.benefitscontainer p {
  font-size: 15px;
  font-family: "Montserrat", "Verdana", "Geneva", sans-serif;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 50px;
}
.headercontent p {
  width: 60%;
}
.headercontent span {
  color: #e57177;
}
.headercontent a {
  font-size: 14px;
  font-family: "Montserrat", "Verdana", "Geneva", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
  cursor: pointer;
  background-color: #a9c74b;
  border: none;
  border-radius: 0;
  color: white;
  text-align: center;
  padding: 20px 40px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.headercontent a:hover {
  background: #93ad41;
}
.benefitscontainer {
  text-align: center;
}
.benefitscontainer ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.benefitscontainer h2,
.current-openings h2 {
  font-size: 30px;
  font-family: "Oswald", "Arial Narrow", "Trebuchet MS", sans-serif;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-align: center;
}
.benefitscontainer h3 {
  font-size: 16px;
  font-family: "Montserrat", "Verdana", "Geneva", sans-serif;
  color: #6d6e71;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#bottom-adjustment {
  margin-top: 20px;
}
#location {
  margin-top: 0;
}
.benefitscontainer p {
  color: #6d6e71;
}
.benefitscontainer span {
  font-size: 0.75rem;
}
.benefitscontainer li {
  width: 20%;
  margin-bottom: 50px;
  list-style: none;
}
.benefitscontainer img {
  width: 30%;
}
.variable-width button {
  display: none !important;
}
.variable-width img {
  margin: 0 15px;
}
.overall-carousel {
  overflow: hidden;
}
.ribbons-total {
  display: flex;
  justify-content: center;
  margin-bottom: -1.4em;
}
aside {
  line-height: 40px;
  position: relative;
}
aside.ribbons {
  background-color: #e57177;
  width: 18em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 200;
  margin-right: 2em;
}
.ribbons a,
.grey-ribbon a {
  cursor: pointer;
}
.ribbons:after {
  border-width: 20px 10px 20px 0;
  border-color: #e57177 transparent;
  right: -10px;
}
.ribbons:before,
.grey-ribbon:before {
  border-width: 20px 0 20px 10px;
  left: -10px;
}
.ribbons:before {
  border-color: #e57177 transparent;
}
aside:before,
aside:after {
  content: "";
  position: absolute;
  border-style: solid;
}
aside.grey-ribbon {
  background-color: grey;
  width: 18em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 200;
  margin-left: 2em;
}
.grey-ribbon:after {
  border-width: 20px 10px 20px 0;
  border-color: grey transparent;
  right: -10px;
}
.grey-ribbon:before {
  border-color: grey transparent;
}
.current-openings {
  margin: 3.5em 0;
}
#whr_embed_hook {
  width: 75%;
  margin: auto;
}
.whr-info {
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
  margin-right: 2.5em;
}
.whr-info span {
  display: none;
}
.whr-item {
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.whr-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.whr-title a {
  color: #e57177;
}
.whr-location,
.whr-date {
  font-size: 16px;
  margin-bottom: 5px;
}
.job-labels {
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
  width: 75%;
}
.whr-dept,
.department {
  display: none;
}
.location {
  padding-left: 3em;
}
@media (max-width: 1199px) {
  .pagecontainer {
    width: 100%;
  }
  #whr_embed_hook,
  .job-labels {
    width: 75%;
    margin: 2em auto;
  }
}
@media (max-width: 900px) {
  .benefitscontainer li {
    width: 45%;
    margin-bottom: 0;
  }
  #ul2 {
    margin-top: 0;
  }
  .location {
    padding-left: 3em;
  }
}
@media (max-width: 780px) {
  .whr-info {
    width: 55%;
  }
  .location {
    padding-left: 5em;
  }
}
@media (max-width: 767px) {
  .overall-carousel {
    display: none;
  }
  #whr_embed_hook,
  .job-labels {
    width: 95%;
  }
}
@media (max-width: 568px) {
  .whr-info {
    margin: 1em auto;
    width: 100%;
  }
  #whr_embed_hook,
  .job-labels {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .headercontent h1 {
    font-size: 2em;
  }
  .headercontent img {
    width: 30%;
  }
  .benefitscontainer li {
    width: 75%;
    margin-bottom: 0;
  }
  #whr_embed_hook,
  .job-labels {
    width: 95%;
    margin: 2em auto;
  }
  .location {
    padding-left: 0;
  }
}

.box {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 1em 1em;
  margin: 2em 0 !important;
  text-align: left;
}

/* h4,
li {
  font-weight: 300;
  color: #07355c;
  display: inline-block;
  vertical-align: middle;
} */

.applybutton {
  font-size: 1em !important;
  padding: 5px 20px !important;
  text-decoration: none;
  box-shadow: #151747 0 1px 0;
  background-color: #151747;
  background-image: linear-grad;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.function {
  display: block;
}

.box-col {
  display: inline-block;
  vertical-align: middle;
}

.text-right {
  text-align: right;
}

.box-80 {
  width: 79%;
}

.box-20 {
  width: 20%;
}
