/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .library-landing > .container {
    position: relative;
  }
}

.find-resources {
  background-color: #004987;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: Open Sans;
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  .find-resources {
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: -6.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .find-resources {
    padding: 2rem;
  }
}

.find-resources__outer-wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.find-resources__title {
  color: #fff !important;
  margin-bottom: 2.5rem !important;
  font-weight: 300 !important;
  line-height: 5.04rem;
  font-size: 4.2rem;
}

@media only screen and (min-width: 992px) {
  .find-resources__title {
    font-size: 2.88rem;
  }
}

.find-resources__wrap {
  padding-left: 0;
  padding-right: 0;
}

.find-resources__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .find-resources__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.find-resources__col {
  padding-top: 0.75rem;
  padding-bottom: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.find-resources__col:first-child {
  border-right: 1px solid #e9ecef;
}

.find-resources__col .title {
  color: #222;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.92rem;
}

.find-resources__col .option {
  font-size: 1.6rem;
  font-weight: 100;
  color: #000;
  line-height: 3.24rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.find-resources__col .option:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.find-resources__dropdown-opener {
  font-size: 1.6rem;
  padding-left: 1.5rem;
  color: #000;
  line-height: 5.2rem;
}

.find-resources__dropdown {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: default;
  top: 100%;
  margin-top: 1px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.find-resources__dropdown.container {
  display: none;
}

.find-resources__select-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 1rem !important;
}

@media only screen and (min-width: 768px) {
  .find-resources__select-col {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1440px) {
  .find-resources__select-col {
    padding-right: 1.5rem !important;
  }
}

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

.find-resources .form-control__select select {
  font-family: Open Sans;
  padding-right: 6.4rem;
  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;
  background: 0 0;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 1px;
}

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

.find-resources .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;
}

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

.find-resources__go-col {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .find-resources__go-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.find-resources__go-col button {
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  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;
  height: 5.2rem;
  -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;
}

.find-resources__go-col button:hover {
  background-color: #c1961e;
}
