.module--location {}

.module--location-icon {width: 65px;}
  @media screen and (min-width: 1024px) {.module--location-icon {width: 78px;}}

.module--location .module--inner {padding: 40px 30px;}
  @media (min-width: 1024px) {
    .module--location .module--inner {
      padding: 50px 40px;
      display: flex;
      align-items: center;
    }
  }
  @media (min-width: 1440px) {.module--location .module--inner {padding: 50px 60px;}}


.module--location-icon {
  float: left;
  width: 68px;
}
  @media (min-width: 1024px) {.module--location-icon {width: 78px;}}


.module--location-info {
  float: left;
  width: calc(100% - 93px);
  margin-left: 25px;
  color: #000;
}
  @media (min-width: 1024px) {
    .module--location-info {
      width: calc(100% - 135px);
      margin-left: 55px;
    }
  }

.module--location-info h4 a {color: #000;}
.module--location-info h4 a:hover {color: var(--maroon);}

.module--location-info a {
  float: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

a.module--learnmore {padding-bottom: 0;}


.module--location-cdc .module--location-info h4 {margin-bottom: 10px;}

.module--location-cdc .module--location-info ul {margin: 7px 0 7px 15px;}

.module--location-cdc .module--location-info p,
.module--location-cdc .module--location-info ul li {font-size: 1.5rem; margin-bottom: 7px;}

.module--location-cdc .module--location-info ul li::marker {color: #000;}




ul.locations--testingandprep {
  list-style: none;
  margin: 0 0 50px 0;
}

ul.locations--testingandprep li {
  border-bottom: 2px solid var(--bodycolor-dark);
  margin: 0;
}

ul.locations--testingandprep li:first-child {border-top: 2px solid var(--bodycolor-dark);}

ul.locations--testingandprep li a {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

ul.locations--testingandprep li:hover {}

ul.locations--testingandprep li svg {float: left;}

ul.locations--testingandprep li .locations--testingandprep-textlink {
  float: left;
  padding-left: 15px;
}

.locations--testingandprep-textlink p {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
}



