.hero-text {
  position: absolute;
  top: 115px;
  left: 100px;
  width: 45%;
  line-height: 1.4em;
  padding: 35px 40px;
  background-color: #fff;
  border-bottom: 10px outset #BF4E24;
}
@media only screen and (max-width: 600px) {
  .hero-text {
    top: 50px;
    left: 5%;
    width: 90%;
    margin: auto;
    padding: 40px;
    margin-bottom: 3em !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .hero-text {
    width: 85%;
    margin: auto;
    left: 5%;
  }
}
.hero-text h2 {
  font-weight: 700 !important;
  color: #022873;
  font-size: 1.8em;
  font-style: oblique;
  line-height: 1.2em;
  padding: 6px auto;
}
ul.web-links {
  list-style-type: none;
  font-size: 1.2em;
  line-height: 1.6em;
}
.web-links a:link {
  color: #BD5248 !important;
  font-weight: 700;
}
.web-links a:visited {
  color: #BD5248 !important;
}
.web-links li a:hover {
  color: #48B3BD !important;
}
.web-text {
  font-style: italic;
  font-size: 0.9em;
}
#key-resources {
  min-height: 800px;
  padding: 30px 18px !important;
  border-right: 8px solid #03738C;
}
#key-resources ul {
  list-style-type: none;
  margin-left: 20px;
  padding: auto;
}
#key-resources ul li {
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3em;
  color: #401208;
}
#key-resources a:link {
  color: #03738C !important;
}
#key-resources a:visited {
  color: #03738C !important;
}
#key-resources li a:hover {
  color: #E09C26 !important;
}
.card {
  min-height: 380px !important;
  padding-top: 5px !important;
}
.box-highlight-dark h3 {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.more .arrow {
  border-left-color: #F2DA5E !important;
  font-size: 1em !important;
}
.more:visited {
  color: #fff !important;
}
.more:hover, .more:focus {
  color: #F2DA5E !important;
}
.gradient-links {
  padding: 10px;
}
@media (max-width: 600px) {
  .gradient-links {
    margin-top: 1.2em;
  }
}
.gradient-links p a {
  font-size: 1.3em;
}
.gradient-links p, .more, .arrow {
  font-size: 0.9em;
  color: #fff !important;
}
.photo-hero {
  position: relative;
  min-height: 550px;
  background-image: url(https://www.ncra.org/images/default-source/uploadedimages/homepage-hero-images/home-page-hero-image_1600x800_jan2021_gears.jpg?Status=Temp&sfvrsn=3cd1cbb5_2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .photo-hero {
    min-height: 750px;
    margin: auto;
    padding-bottom: 1em;
  }
}
.wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.3em;
}
.hdr-accent-teal h2 {
  color: #03738c !important;
}
.bg-neutral {
  background-color: #f2f2f2;
  padding: 30px 45px;
  color: #384D59;
  border-bottom: 10px outset #983f37;
  font-size: 1.1em;
  line-height: 1.3em;
  min-height: 300px;
}
.bg-gradient {
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(3, 115, 140, 1) 42%, rgba(0, 212, 255, 1) 100%);
  min-height: 280px;
  margin: auto;
}
.bg-gradient h2 {
  color: #f2f2f2 !important;
}
.gradient-inner {
  width: 90%;
  margin: auto;
  color: #f2f2f2;
  padding: 20px;
  border-right: 4px solid #F2F2F2;
  min-height: 250px;
}
@media (max-width: 600px) {
  .gradient-inner {
    width: 100%;
    border-bottom: 4px solid #F2F2F2;
    border-right: none;
    padding: 15px auto;
  }
}
.gradient-inner p {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  font-style: oblique;
}
.gradient-inner h2, .gradient-inner h3, .gradient-inner h4 {
  color: #f2f2f2 !important;
}
/*Styles currently no longer in use*/
.bg-people {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  background-image: url(https://www.ncra.org/images/default-source/uploadedimages/homepage-hero-images/105-2-home-page-hero-image_1600x800_together3.jpg?Status=Temp&sfvrsn=ad04d452_2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.button-main {
  background: #03738c;
  border-radius: 1000px;
  padding: 16px 30px;
  color: #ffffff;
  display: inline-block;
  font: normal bold 20px/1 "Open Sans", sans-serif;
  text-align: center;
}
a:link .button-main {
  background: #03738c !important;
  color: #fff !important;
}
.button-main:active {
  color: #FFF !important;
}
.button-main:hover {
  color: #FCC52B !important;
}
.box-highlight-dark {
  border: 8px solid #401208;
  padding: 35px;
}
.box-highlight {
  border: 8px solid #03738C;
  padding: 35px;
}
@media (max-width:600px) {
  .box-highlight-dark, .box-highlight {
    width: 100%;
    padding: 30px 10px;
  }
}
.box-content {
  padding: 30px;
}
.tab-section h5 {
  color: #03738C !important;
  font-weight: 600 !important;
}