/* breakpoints */

.container {
  max-width: 1251px;
}

.examination {
  padding: 0;
  background-color: #f5f5f5;
}

.examination__header h1 {
  font-weight: 300;
  color: #004987;
  line-height: 5.76rem;
  font-family: Open Sans;
  padding-bottom: 2.5rem;
  margin: 0;
  font-size: 4.8rem;
}

@media only screen and (min-width: 992px) {
  .examination__header h1 {
    line-height: 1.25;
  }
}

.examination__container {
  background-color: #fff;
}

.examination__wrapper {
  margin-top: 6rem;
}

.examination__wrapper .col-lg-8 {
  -webkit-box-flex: 64%;
  -ms-flex: 64%;
  flex: 64%;
}

.examination__wrapper .general-links h3 {
  font-size: 3.3rem;
}

.examination__wrapper .mobile-description {
  margin-top: 4rem;
}

.examination__wrapper .mobile-description .general-links ul {
  display: block;
}

@media only screen and (min-width: 768px) {
  .examination__wrapper .mobile-description .general-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.examination__wrapper .mobile-description .general-links ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.examination .field-content h3 {
  color: #004987;
  padding-bottom: 0.75rem;
  margin-bottom: 2.5rem;
  font-size: 3.3rem;
  line-height: 1.25;
  font-weight: 300;
  font-family: Open Sans;
}

.examination .field-content > p {
  letter-spacing: 0.025em;
  line-height: 2;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-family: Open Sans;
  font-weight: 100;
  text-align: left;
  color: #666;
}

.examination .event-details__detail {
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 2rem;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.examination .event-details__detail:nth-last-child(2) {
  border: none;
}

.examination .event-details__detail:last-child {
  border: none;
}

.examination .event-details__detail > div {
  font-size: 1.6rem;
  font-weight: 100;
}

.examination .event-details__detail .apply-link {
  text-align: center;
}

.examination .event-details__detail .apply-link > a {
  text-decoration: none;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  text-transform: uppercase;
  color: #111;
  background-color: #dfb233;
  border-color: #dfb233;
  display: block;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.18rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.examination .event-details__detail .apply-link > a:hover {
  text-decoration: underline;
  background-color: #c1961e;
}

.examination__details-wrapper {
  background-color: #004987;
  color: #fff;
  font-family: Open Sans;
}

@media only screen and (min-width: 992px) {
  .examination__details-wrapper {
    max-width: 32rem;
  }
}

@media only screen and (min-width: 1440px) {
  .examination__details-wrapper {
    margin-left: 8rem;
  }
}

.examination__details-wrapper .col {
  padding-left: 3rem;
  padding-right: 3rem;
}

.examination__details-wrapper h3 {
  color: #fff;
  padding-bottom: 4rem;
  font-size: 3.3rem;
  line-height: 1.25;
  font-weight: 300;
  font-family: Open Sans;
  padding-top: 4rem;
  padding-left: 3rem;
}

.examination__details-wrapper h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(245, 245, 245, 0.844854) !important;
}

.examination .form-control__select {
  position: relative;
  width: 100%;
  display: block;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  height: 5.2rem;
  border-color: #979797;
}

.examination .form-control__select select {
  font-family: Open Sans;
  font-size: 1.6rem;
  color: #000;
  left: 0;
  top: 0;
  position: absolute;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 6.4rem;
  background: 0 0;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

.examination .form-control__select select::-ms-expand {
  display: none;
}

.examination .form-control__select .icon-down-open-big {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 5.5rem;
  border-left: 1px solid #979797;
  z-index: 1;
}

.examination .form-control__select .icon-down-open-big:before {
  font-family: FontAwesome;
  font-style: normal;
  color: #000;
  position: absolute;
  top: 30%;
  left: 35%;
  content: '\f078';
}

.examination__event-icon {
  width: 9.4rem;
  height: 9.4rem;
}
