body {
  box-sizing: border-box;
  font-family: Roboto,sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#header,
#content {
  width: 100%;
}

.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

h1.l-content__heading {
  border-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 60px;
}

h2.l-content__heading {
  font-family: Roboto,sans-serif;
  border-bottom: 0;
  margin: 0;
  padding-top: 15px;
}

.l-header {
  background: #fff;
  padding-bottom: 10px;
  z-index: 2;
}

#navContainer {
  background: #ffcd00;
  border-top: none;
  display: block;
  height: 45px;
  overflow: visible;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}

#navContainer:after {
  content: ' ';
  height: 6px;
  background: #63666a;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.l-header__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  z-index: 1;
}

.site-logo {
  background: #151515;
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  margin-top: -71px;
  max-width: 180px;
  padding: 20px 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.l-content-wrapper {
  position: relative;
  top: -67px;
}

.l-section__hero {
  position: relative;
  padding: 80px 0;
  background-color: #ededed;
  margin-bottom: 40px;
}

.l-section__hero.l-section__hero-wimage {
  background-color: #FFF;
}

.l-section__hero:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: url('../images/IOWA-BrainRockPattern-White.png');
}

/*.l-section__hero.l-section__hero-wimage:before {
  opacity: 1;
  background: url('../images/primary-care.jpg');
  background-size: cover;
  background-position: center center;
}*/

.l-grid {
  display: grid;
}

.l-section__2col {
  grid-template-columns: 100%;
}

.l-section__3col {
  grid-template-columns: 100%;
}

fieldset.l-grid {
  border: none;
  padding: 0;
  position: relative;
}

.l-section__label,
.l-section__input {
  display: block;
}

.l-section__label {
  box-sizing: border-box;
  float: none;
  margin-right: 30px;
  padding-right: 0;
}

.l-section__label-text {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.l-section__input {
  box-sizing: border-box;
}

.l-section__input.l-section__input-text {
  border: 2px solid #151515;
  font-family: Roboto,sans-serif;
  font-size: 20px;
  height: 58px;
  width: 100%;
}

.button,
a.button,
input[type="submit"].button {
  appearance: none;
  bottom: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  outline: none;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition:
    color 300ms ease-in-out,
    background 300ms ease-in-out,
    border 300ms ease-in-out;
}

.button:hover,
a.button:hover,
input[type="submit"].button:hover,
.button:focus,
a.button:focus,
input[type="submit"].button:focus,
.button: active,
a.button:active,
input[type="submit"].button:active {
  text-decoration: none;
  text-shadow: none;
}

.button-black,
input[type="submit"].button-black {
  background: #151515;
  border: 2px solid #151515;
  color: #FFF;
}


.button-black:visited,
input[type="submit"].button-black:visited {
  color: #FFF;
}

.button-black:hover,
input[type="submit"].button-black:hover,
.button-black:focus,
input[type="submit"].button-black:focus,
.button-black:active,
input[type="submit"].button-black:active {
  background: #63666a;
  border-color: #63666a;
  color: #FFF;
}

.button-white,
input[type="submit"].button-white {
  background: #FFF;
  border: 2px solid #151515;
  color: #151515;
}


.button-white:visited,
input[type="submit"].button-white:visited {
  color: #151515;
}

.button-white:hover,
input[type="submit"].button-white:hover,
.button-white:focus,
input[type="submit"].button-white:focus,
.button-white:active,
input[type="submit"].button-white:active {
  background: #151515;
  border-color: #151515;
  color: #FFF;
}

.button-yellow,
.l-section__hero-wimage input[type="submit"].button-black {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #151515;
}

.button-yellow:visited,
.l-section__hero-wimage input[type="submit"].button-black:visited {
  color: #ffcd00;
}

.button-yellow:hover,
.l-section__hero-wimage input[type="submit"].button-black:hover,
.button-yellow:focus,
.l-section__hero-wimage input[type="submit"].button-black:focus,
.button-yellow:active,
.l-section__hero-wimage input[type="submit"].button-black:active {
  background: #ffe166;
  border-color: #ffe166;
  color: #151515;
}

.l-section__title-icon {
  left: 25px;
  position: absolute;
  width: 60px;
}

.l-section__list {
  padding-left: 0;
  list-style: none;
}

.l-section__list-items {
  border-bottom: 1px solid #c4c8d8;
  margin-right: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.l-section__list-items:last-child {
  border-bottom: 0;
}

.l-section__list-items-title {
  font-weight: bold;
}

.l-footer {
  clear: both;
  padding-top: 20px;
  padding-bottom: 5px
}

#footerContainer {
  background: none;
}

.copyright-text {
  font-weight: bold;
}

.copyright-link-wrap {
  margin: 25px 0 25px;
}

@media screen and (min-width: 991px){
  
  .l-section__2col {
    grid-template-columns: 360px 500px;
  }

  .l-section__3col {
    grid-template-columns: 350px 350px 200px;
  }
  
  .l-section__list-items {
    margin-right: 40px;
  }

  input[type="submit"].button-black {
    position: absolute;
  }
}