/***ADDITIONAL RESOURCES FOR GRID***/
@media only screen and (min-width: 600px) {
  .additional-resources-list {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
}
.additional-resources-list li {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
}
.additional-resources-list li a {
  display: block;
  background: #003e6e;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  padding: 30px;
  height: 100px;
  margin: 10px auto;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-resources-list li a:hover {
  text-decoration: none;
  background: #8d0e1a;
}
@media only screen and (max-width: 767px) {
  .additional-resources-list li a {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .additional-resources-list li {
    float: none;
  }
  .additional-resources-list li {
    width: 45%;
  }
}

@media only screen and (max-width: 479px) {
  .additional-resources-list li {
    width: 100%;
  }
}

/***ADDITIONAL RESOURCES LIST***/

.additional-resources-list-simple {
  max-width: 600px;
  margin: 0 auto;
  background-color: #003e6e;
}
.additional-resources-list-simple li {
  list-style: none;
  background-color: #003e6e;
  background-repeat: no-repeat;
}
.additional-resources-list-simple li:hover {
  background-color: #8d0e1a;
}
.additional-resources-list-simple li a {
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  font-size: 1.5em;
  padding-left: 150px;
  font-weight: bold;
  border-bottom: 8px solid #a2a1a6;
  border-top: 8px solid #a2a1a6;
  height: 90px;
  padding-top: 60px;
  margin-bottom: 5px;
}

.resources-list li {
  list-style: none;
  font-size: 18px;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
}
.resources-list li:first-child {
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.resources-list li:last-child {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.resources-list li p {
  padding: 15px;
}
.resources-list li p:first-child {
  float: left;
}
.resources-list li p:last-child {
  float: right;
  margin-top: 0;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
.resources-list li .button {
  background: #003e6e;
  border: 2px solid #003e6e;
  min-width: 80px;
  text-align: center;
  border-radius: 5px;
}
.resources-list li .button:hover {
  background: #8d0e1a;
  border: 2px solid#8d0e1a;
}
@media only screen and (max-width: 820px) {
  .resources-list li p:last-child {
    border-left: none;
  }
  .resources-list li {
    padding: 15px;
  }
  .resources-list li p {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .resources-list li p:first-child,
  .resources-list li p:last-child {
    float: none;
    text-align: center;
  }
}

.resources-back-link {
  padding: 0 15px;
}

.resources-portal p {
  margin: 0 !important;
}
.resources-portal li img {
  max-height: 220px;
}
