* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 1.5em 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #963c97;
}

.sidebar {
    background: #008457;
    color: #fff;
  background-image: url('/img/branding/header-backgroundv2.jpg');
  background-position: bottom center;
  background-size: 760px 462px;
  background-repeat: no-repeat;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
  margin-bottom: 1em;
  text-align: center;
}

.brand-title img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.brand-tagline {
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: 5px;
}
.nav-item::before {
  content: "" !important;
}

.nav-item a {
    background-color: transparent;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 100%;
    padding-left: 0.75em;
    padding-right: 0.75em;
  width: 100%;
  text-shadow: 0 1px 2px #383838;
}
.nav-item a:hover,
.nav-item a:focus {
    color: #963c97;
    background-color: #fff;
    text-decoration: none;
  text-shadow: none;
}

.nav-item a.active {
    color: rgb(255, 255, 255);
    background-color: #963c97;
    text-decoration: none;
}

.nav-item.contribute {
  width: 100%!important;
}

.nav-item.contribute a {
  font-weight: bold;
  font-size: 1.25em;
  background-color: #963c97;
  padding: 0.5em 0;
  color: #fff!important;
  width: 100%!important;
  margin-bottom: 1.5em;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
  color: #424242;
  line-height: 1.5;
}

.content .lead {
  font-size: 1.65em;
  margin-top: 0;
  font-weight: 100;
}

.content a {
  color: #424242;
  text-decoration: none;
}

.content a:hover {
  color: #963c97;
}

.l-box {
  padding: 0;
}

.content {
    padding: 2em 1em 0;
}

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

.endorsements li::before {
    content: '';
}

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

.news a {
  font-weight: bold;
}

.news li {
  line-height: 1;
  margin-bottom: 1rem;
}

.post {
    padding-bottom: 0em;
}
.post-title {
    font-size: 2em;
    color: #963c97;
    margin-bottom: 0.2em;
}

h2.post-title {
  margin-top: 0;
  margin-bottom: 0.65em;
}

.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #963c97; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

hr {
  border-color: #963c97;
  background-color: #963c97;
  margin-top: 2rem;
  border-bottom: none;
}

img.alignleft {
  float: left;
  margin-right: 1em;
  width: 50%;
  max-width: 250px;
  height: auto;
}

.post-images {
    margin: 0;
}

.footer {
    text-align: center;
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

.footer {
  color: #aaa;
  font-size: 80%;
}

@media (min-width: 48em) {
    .content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }

    .header {
        margin: 3.35em 2em 0;
        text-align: right;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .nav-item {
    }
    .nav-item a {
        text-align: center;
    }
    .l-box {
      padding: 0 2em;
    }
.post-images {
    margin: 2em 0;
}
}

@media (max-width: 48em) {
  .alignleft {
    min-width: 100%!important;
    float: none;
    margin-bottom: 1em;
  }
  .brand-title img {
    border: 3px solid #fff;
  }
}
@media (max-width: 75em) {
.nav-item a {
  font-size: 0.85em;
}
  .nav-item.contribute a {
    font-size: 100%;
  }
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

a.button {
  color: rgb(255, 255, 255) !important;
  background-color: #963c97;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 100%;
  padding-left: 0.75em;
  line-height: 1.3;
  white-space: normal;
  padding-right: 0.75em;
  text-shadow: 0 1px 2px #383838;
  margin-top: 1rem;
  width: 100%;
}