/*Newsletter Style-4 */

* {
    box-sizing: border-box;
}

html,
.content-newsl {
  font-family: Arial, Helvetica, sans-serif ;
  color: #404040;
  width: 920px;
  max-width: 93%;
  margin: 0em auto 4em auto;
  text-align: justify;
  font-size: 0.94em;
}

.header {
  overflow: hidden;
}

.edition-title {
  font-size: 1.4em;
  text-align: center;
  color: #fefeff;
  padding: 0.3em;
  background-color: #545963;
  margin-bottom: 0.1em;
}

.hr-menu {
  border: none; background: #545963;
  height: 0.3em;
  margin-left: -1.9em;
}

.article-title {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 1.3em;
  color: #002db3;
  text-align: left;
  line-height: 1.1em;
}

.article-newsl {
	line-height: 1.4em;
}

.paragraph-condense {
  margin-top: -0.7em;
}

.list-condense {
  margin-top: -0.5em;
  padding-left: 1.3em;
}

.list-condense2 {
  padding-left: 1.3em;
}

.list-condense3 {
  margin-top: -0.9em;
  padding-left: 1.3em;
}

.list-margin {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.readmore-1stbullet {
  margin-top: -0.9em;
}

.readmore-1stbullet2 {
  margin-top: -0.9em;
  padding-left: 1.3em;
}

.image-wrap {
  overflow: hidden;
  margin-top: -0.3em;
  padding-left: 1.2em;
}

.snippets-background {
  background-color: rgba(212, 238, 255, 0.4);
  padding: 0em 0.5em 0.6em 0.5em;
  margin-bottom: -1.2em;
}

.snippets-heading {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 1.38em;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #7a1b1b;
  text-shadow: 0.04em 0.04em 0.04em #8a2727;
  text-align: left;
  padding-top: 0.5em;
  line-height: 1.6em;
}

.snippet-title {
  font-size: 1.1em;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #8a2727;
  margin-bottom: 0em;
}

.snippet-title2 {
  font-size: 1.1em;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #8a2727;
  margin-bottom: 0em;
  padding-top: 0.8em;
}

.img-article-landscape {
  padding-top: 0.28em;
  padding-right: 0.7em;
  padding-left: 0.1em;
  float: left;
  max-width: 100%;
  height: auto;
}

.img-article-landscape2 {
  padding-top: 0.28em;
  padding-right: 0.7em;
  padding-left: 0.1em;
  float: left;
  max-width: 100%;
  height: auto;
}

.img-article-portrait {
  padding-top: 0.28em;
  padding-right: 0.7em;
  padding-left: 0.1em;
  float: left;
  max-width: 100%;
  height:auto;
}

.img-snippet-landscape {
  padding-top: 0.28em;
  max-width: 100%;
  height: auto;
}

.img-snippet-portrait {
  padding-top: 0.28em;
  max-width: 100%;
  height: auto;
}

.disclaimer {
  font-size: 0.9em;
  font-style: italic;
  color: #595e5f;
  border: solid #999999;
  padding: 0.6em;
  margin-top: 2.5em;
  line-height: 1.3;
}

/*Tables*/
.table-stats {
  table-layout: auto;
  width: 320px;
  border-collapse: collapse; /*removes double lines*/
  text-align: center;
  font-size: 0.9em;
}

.th-stats {
  border: 1px solid black;
  background-color: rgb(250, 248, 248);
}

.tr-stats {
  height: auto;
}

.td-stats {
  border: 1px solid blue;
  overflow: auto;
  white-space: nowrap;
  height: auto;
}

.table-nws {
  text-align: center;
  margin-left: 1.3em;
}

.td-nws {
  padding: 0.4em 1em 0.4em 1em;
}

/* Read More*/
.text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.96em;
  font-style: italic;
  color: #002db3;
  text-decoration: underline;
}

.text:hover {
  color: #0040ff;
}

button {
  background-color: #ffff;
  border: none;
  border-radius: 0.3em;
}

button:hover {
  background-color: #ccd9ff;
}

.toggle-content {
  margin-top: 0.3em;
}

/* Nav Menu */

.toggle {
  font-size: 1.8em;
  position: fixed;
}

.toggle:hover {
  background-color: #f0f0f5;
}

.aNav {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: darkslateblue;
  text-decoration: none;
}

.menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.8em;
  padding-left: 0.2em;
  margin-top: 0em;
}

.item {
  padding: 0.2em 0 0.2em 0;
  width: 100%;
  text-align: left;
  display: none;
  margin-left: 2em;
}

.item:not(.button) a:hover {
  color: rgb(65, 87, 232, 0.95);
  font-style: italic;
}

.active .item {
  display: block;
}

.fas {
color: #545963;
}

/* Media Queries Mobile phone */
@media screen and (max-width: 480px) {

  .header {
    margin-left: -0.8em;
    margin-right: -0.8em;
  }

  .hr-menu{
    margin-left: -0.7em;
  }

  .edition-title {
    padding: 0.2em;
  }

  .img-article-landscape {
    width: 60%;
  }

  .img-article-portrait {
    width: 44%;
  }

  article {
    font-size: 1.25em;
  }

  .article-title {
    font-size: 1.4em;
  }

  .snippets-heading {
    font-size: 1.5em;
  }

  .snippet-title {
    font-size: 1.3em;
  }

  .img-snippet-landscape {
    width: 50%;
  }

  .img-snippet-portrait {
    width: 44%;
  }

  .toggle {
    margin-left: -0.6em;
  }

  .text {
    font-size: 1.1em;
  }

  .item {
    margin-left: 0.5em;
  }

  .menu {
    margin-left: 0.1em;
  }
}

/* Mobile phone landscape, and tablet */
@media screen and (min-width: 481px) {

  .edition-title {
    padding: 0.2em;
  }

  article {
    font-size: 1.3em;
  }

  .article-title {
    font-size: 1.4em;
  }

  .snippets-heading {
    font-size: 1.5em;
  }

  .snippet-title {
    font-size: 1.3em;
  }

  .text {
    font-size: 1.1em;
  }

  .toggle {
    margin-left: -0.1em;
  }

}

/* Tablet Landscape, laptop */
@media screen and (min-width: 961px) {

  .edition-title {
    padding: 0.3em;
  }

  article {
    font-size: 1.2em;
  }

  .article-title {
    font-size: 1.3em;
  }

  .snippet-title {
    font-size: 1.3em;
  }

  .text {
    font-size: 0.96em;
  }

  .toggle {
    margin-left: -0.1em;
  }

}

/* Laptop and Desktop */
@media screen and (min-width: 1441px) {

  article {
    font-size: 1.1em;
  }

  .article-title {
    font-size: 1.25em;
  }

  .snippet-title {
    font-size: 1.2em;
  }
}
