#careers_section {
  padding: 60px 0px 140px 0px;
}

#careers_section > div {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
}

/* Careers - Left Side */
#careers_leftSide {
  width: 700px;
}

#careers_leftSide > h4 {
  color: rgb(130, 0, 0);
  font-size: 15px;
  font-weight: bold;
}

#careers_leftSide > h3 {
  font-family: serif;
  font-size: 35px;
  margin: 0;
  margin-bottom: 50px;
  color: black;
}

#careers_bigContainer {
  padding-right: 30px;
}

.careers_itemContainer {
  margin-bottom: 50px;
}

/* Bootstrap accordion overrides */
.accordion-button:not(.collapsed){
/* .accordion-button:focus { */
    background-color: rgba(115, 0, 0, 0.2) !important;
    border-color: rgb(115, 0, 0) !important;
    box-shadow: none !important;
}

.accordion-button:focus{
    border-color: rgb(115, 0, 0) !important;
    box-shadow: none !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23730000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }

.careers_jobTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1.5px rgb(115, 0, 0) solid;
  cursor: pointer;
}

.careers_jobTitle h2 {
  font-weight: bold;
  font-size: 21px;
  margin: 0;
  color: rgb(0, 0, 0);
}

.careers_jobTitle i {
  font-size: 20px;
  color: rgb(115, 0, 0);
}

.careers_body {
  padding-top: 0px;
  padding-left: 25px;
}

.careers_body .button {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.careers_body h3 {
  font-size: 18px;
  font-weight: bold;
  color: black;
  font-family: sans-serif;
}

.careers_body p {
  font-size: 16.5px;
  line-height: 28px;
}

.careers_body > ul {
  list-style-type: disc;
}

.careers_body > ul > li {
  font-size: 16.5px;
  margin-top: 10px;
}

.careers_body > ul > ul {
  list-style-type: circle;
}

.careers_body > ul > ul > li {
  font-size: 15px;
}

/* Careers - Right Side */
#careers_rightSide {
  width: 450px;
  background-color: rgb(115, 0, 0);
  padding: 35px;
}

#careers_rightSide h4 {
  color: rgb(230, 230, 230);
  font-family: serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  border-bottom: 1px rgb(160, 160, 160) solid;
  padding-bottom: 7px;
}

#careers_rightSide h5 {
  color: rgb(220, 220, 220);
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#careers_rightSide > p {
  color: rgb(200, 200, 200);
  font-size: 15px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 45px;
}

#careers_rightSide a {
  color: rgb(200, 200, 200);
}

#careers_rightSide ul {
  list-style-type: disc;
}

#careers_rightSide li {
  color: rgb(200, 200, 200);
  margin-bottom: 7px;
  font-size: 15px;
}

#contactInformation {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

#contactInformation > div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#contactInformation > div > i {
  color: rgb(230, 230, 230);
  font-size: 17px;
  margin-right: 20px;
}

#contactInformation > div > p {
  color: rgb(220, 220, 220);
  font-size: 15.5px;
  margin: 0;
}
