ol li {
  padding: 5px 0;
}

ol li::marker {
  font-weight: bold;
}

div.itemBody h3 {
  margin-top: 15px;
}

div.editbox {
  width: 25%;
  float: right;
  margin: auto 5px 10px 15px;
  padding: 12px;
  border-left: 5px solid #005baa;
  background-color: #f1f5f9;
}

@media only screen and (max-width: 600px) {
  div.editbox {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  div.editbox {
    width: 25%;
  }
}

span.editdate {
  font-style: normal;
}

span.editdetails {
  font-style: italic;
}

/* Information box custom code */

div.infobox {
  margin: 15px;
  padding: 12px;
  border: 5px solid #005baa;
  background-color: #f1f5f9;
  font-size: 120%;
}

.itemBackToTop {
  display: none;
}

div.clside {
  width: 30%;
  float: right;
  margin: auto 5px 10px 15px;
  padding: 12px;
  border: 1px solid #005baa;
  border-radius: 4px;
  background-color: #f1f5f9;
  font-size: 80%;
}

@media only screen and (max-width: 600px) {
  div.clside {
    display: none;
  }
}

hr#sidebar {
  size: 2px;
  width: 60%;
}
#clnobull {
  list-style: none;
  padding-left: 0;
}

#custom-quote {
  text-align: center;
  /*width: 55%;*/
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;
  border-top: 2px solid #005baa;
  border-bottom: 2px solid #005baa;
}

@media only screen and (max-width: 600px) {
  #custom-quote {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #custom-quote {
    width: 55%;
  }
}

div#quote-text {
  font-size: 150%;
  font-style: italic;
  color: #005baa;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 99%;
}

div#quote-author {
  font-size: auto;
  font-style: italic;
  color: #005baa;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  width: 99%;
}

#custom-quote-blk {
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: none;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

p#quote-text {
  font-size: 130%;
  font-style: italic;
  color: #005baa;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 99%;
}

p#quote-author {
  font-size: 90%;
  font-style: italic;
  color: #005baa;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  width: 99%;
}

#linkbox {
  text-align: left;
  border-left: none;
  background-color: #f1f5f9;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 20px;
  padding: 10px 5px 10px 10px;
  display: flex;
  flex-direction: column;
}

p#linkboxtitles {
  font-size: 115%;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
  width: 99%;
}

p#linkboxtext {
  font-size: 105%;
  font-style: italic;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 5px;
  width: 99%;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.resp-iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.embedMod {
  clear: right;
}

#top .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* Styling for the embeded audio container */

.article-audio-container {
  border-radius: 10px;

  /* display: flex;
  flex-direction: column; */
  padding: 20px 5px 40px 5px;
  margin: 0 auto;
}

.article-audio-container h4 {
  /* padding-bottom: 20px; */
  font-weight: bold;
}

.article-audio-contents {
  margin: 10px auto 0 auto;
  border: solid 2px #f2af29;
  background-color: #fef8ec;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 10px 20px;
}
.article-audio-contents audio {
  margin: 0 auto;
  max-width: 100%;
  width: 500px;
}

.article-audio-title {
  margin: 10px 0;
}

/* *************************************************** */
/* Styles for nhome Homepage modules */
/* *************************************************** */

.moduleItemTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #3a62a2;
  display: block;
  line-height: 1.2;
}

.moduleItemCategory {
  border-left: solid 5px #3a62a2;
  padding: 0 0 0 5px;
  color: #717171;
  font-weight: 900;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  display: inline;
  text-decoration: none;
}

.moduleItemCategory:hover {
  text-decoration: none;
  color: #2f4a75;
}

.moduleItemTitle:hover {
  text-decoration: none;
  color: #2f4a75;
}

.nhome__MainFeature-article {
}

.nhome__MainFeature-title {
  font-size: 1.3em;
  font-weight: 600;
}

.nhome__MainFeature-links {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.nhome__MainFeature-linksBlock {
  padding-bottom: 30px;
}

.nhome__MainFeature-linksTitle {
  font-size: 0.8em;
  font-weight: 500;
}

.nhome__SingleFeature-title {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}

.nhome__SpecialFeature-title {
  margin: 0.5em auto 0 auto;
  text-align: center;
  font-size: 1.7em;
  font-weight: 400;
  max-width: 500px;
}

.nhome__SpecialFeature-introText p {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}

.nhome__NewsBlock-secondaryTitle {
  font-size: 0.7em;
  font-weight: 800;
}

.nhome__Single-item {
  margin-bottom: 30px;
}

.nhome__Single-author {
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: 600;
  color: #717171;
  border-top: solid 1px #3a62a2;
  width: 75%;
}

.nhome__SectionHeader {
  border-top: solid 3px #717171;
  padding-top: 0.8em;
  margin: 1.5em 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
  display: block;
}

.nhome__moduleCustomLink {
  padding-left: 15px;
  text-transform: uppercase;
  color: #717171;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
}

.nhome__moduleCustomLink:hover {
  text-decoration: none;
  color: #3a62a2;
}
/* prevent layout shift when loading remote ads */

#topadleft,
#topadright {
  height: 71px;
}