.st-header {
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #df0154;
}
.simple-template-wrapper {
    padding-top: 90px;
    padding-right: 100px;
    padding-bottom: 90px;
    padding-left: 100px;
}

.st-content {
    line-height: 1.50;
}
.st-content a {
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}
.sub-header {
    font-size: 18px;
    font-weight: 400;
    color: #df0154;
    margin: 25px 0px 0px 0px;
    text-transform: uppercase;
}

.sub-header-blue{
    font-size: 20px;
    font-weight: 400;
    /*color: #df0154; */
    margin:25px 0px 0px 0px;
    text-transform: uppercase;
    color: #42689B;  
}

.emph {
    font-style: italic;
}
.pdf-icon {
    height: 20px;
    width: 20px;
    margin-top: -3px;
}
ul {
    padding-left: 15px;
    list-style: none;
}
ul li a {
    color: #000000;
}
ul li a:hover, .st-content a:hover {
    color: #df0154;
    text-decoration: none;
}
.logo {
    height: 62px;
    width: 334px;
}
.st-content p {
  margin-bottom: 2em;
}
.st-content img {
  display: block;
  max-width: 100%;
}

.external-links {
  display: flex;
  justify-content: flex-end;
  margin: -50px 0 50px;
}

h2.resources-header {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  color: #df0154;
}

.resources-list {
  list-style: disc;
  margin-bottom: 50px;
}

/* The below section was added by Maggie Oct 20, 2023 */

/* The below image and text will be in one line no break */
.inline-content img {
    display: inline;
}

.inline-content a {
    display: inline;
}


h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  color: #df0154;
  margin:25px 0px 0px 0px;
}




