.secondary-page-content {
  width: 1200px;
  padding: 50px 70px;
  margin: 0 auto;
}

.secondary-page-content h1 {
  color: #005288;
}

.secondary-page-content p {
  color: #7f7f7f;
  font-weight: 400;
}

.wide-div {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f2f5f6;
}

.wide-div .container {
  padding: 35px 70px;
  display: flex;
  align-items: center;
}

.wide-div .container div {
  float: left;
}

.apply-now-col-1 {
  width: 30%;
}

.apply-now-col-2 {
  width: 50%;
}

.apply-now-col-3 {
  width: 20%;
  text-align: right;
  height: 75px;
  padding: 22px 0px;
}

.apply-now-col-3 button {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 12px;
}

.apply-now-col-2 .grey-p {
  display: flex;
  align-items: center;
  height: 75px;
}

.wide-div .container div span {
  font-size: 40px;
  font-weight: 400;
  color: #005288;
  display: flex;
  align-items: center;
  height: 75px;
  border-right: 1px solid #000;
  width: fit-content;
  padding-right: 30px;
}

.youtube-video-container {
  position: relative;
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom-content .col {
  width: 33.33%;
  float: left;
  padding: 0;
}

.bottom-content h5 {
  color: #005288;
}

.bottom-content div:nth-of-type(1) {
  padding-right: 15px;
}

.bottom-content div:nth-of-type(2) {
  padding: 0 10px;
}

.bottom-content div:nth-of-type(3) {
  padding-left: 15px;
}

.bottom-button {
  text-align: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  margin: auto;
}

/* hiring page  */

.hiring-page h5 {
  color: #005288;
  font-size: 20px;
  padding-top: 30px;
}

h5.open-pos {
  padding-bottom: 15px;
}

.open-positions-table {
  background-color: #f2f5f6;
  margin-bottom: 10px;
  margin-left: 0px!important;
  height: 50px;
  font-size: 1rem;
}

.apply-now-btn {
  /*width: 76px;*/
  background-color: #43b649;
  text-transform: uppercase;
  color: white !important;
  /*font-size: 8px;*/
  padding: 5px;
  display: inline-block;
  line-height: 17px;
  float: right;
}

.open-positions-table p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.verify-logo {
  width: 138px;
  padding-top: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.hiring-page p strong {
  color: #7f7f7f;
}

.apply-now-btn:hover {
  color: white;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .secondary-page-content {
    padding: 0 15px!important
  }
  .open-positions-table {
    height: auto!important;
    padding: 10px 0px
  }
  .hiring-last-col {
    display: block!important;
  }
  .apply-now-btn {
    margin-left: 0px!important
  }
  .open-positions-table {
    padding: 10px 0;
  }
  .open-positions-table {
    padding: 10px 0;
    margin-right: 0;
  }
}
