html, body, div, span, applet,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  height: auto;
}


.logo-text {font-size: 24px;     font-weight: 700;     -webkit-font-smoothing: antialiased;     -moz-osx-font-smoothing: auto;color: black;     letter-spacing: 0px;     z-index: 1000000;     text-align: center;     width: 100%;line-height: 81px;     margin: 0px;}

.logo {top: 0px;width: 190px;     z-index: 10000000000;     cursor: pointer;     display: -webkit-box;     display: -ms-flexbox;     display: -webkit-flex;position: absolute;height: 80px;z-index: 10000000;}

.logo-bars {
    width: 17px;
    height: 18px;
    /* background-color: rgb(35,35,35); */
    display: none;
}

.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}


.share-links {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.8em;
    width: 450px;
    margin: 0 auto;
    display: flex;
    display:







    -webkit-box;
    display:







    -ms-flexbox;
    display:







    -webkit-flex;
    height: 40px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.share-icons {
    display: flex;
    display:

    -webkit-box;
    display:

    -ms-flexbox;
    display:

    -webkit-flex;
    margin-left: 17px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 180px;
}

.email-icon {
    margin-left: 4px;
}

.share-wrapper {
    width: 640px;
    margin: 0 auto;
}

.related-articles {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.related-article {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    margin-bottom: 30px;
}

.related-image {
    width: 150px;
    height: 90px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.related-content {
    width: 450px;
}

.related-content a {
    color:initial;
    text-decoration:none;
}

.related-content a:visited {
    color:initial;
}

.related-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: -5px;
}

.related-description {
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    margin-top: 9px;
}


.side-bar {
    top: 0px;
    position: fixed;
    background-color: #fcfcfc;
    padding-top: 81px;
    padding-left: 43px;
    width: 300px;
    z-index: 1000000;
    height: 100%;
    -webkit-transition:






    -webkit-transform 250ms,left 250ms;
    -moz-transition:






    -moz-transform 250ms,left 250ms;
    transition: transform 250ms,left 250ms;
    transition-property: transform, left;
    transition-duration: 250ms, 250ms;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
    left: -350px;
    display: none;
}

.side-bar-subhead {
    width: 200px;
    font-size: 13px;
    line-height: 1.6em;
}

.side-bar-issue {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px;
    margin-bottom: 10px;
}

.side-bar-chapter a {
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
    color: rgb(35,35,35);
    line-height: 2em;
}

.side-bar-chapter a:hover {
  border-bottom:1px solid #000;
}

.side-bar-follow {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.side-bar-icon {
    font-size: 1.2em;
    margin-top: 45px;
    margin-left: 8px;
}

.side-bar-newsletter-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 6px;
}

.newsletter-input {
    border-radius: 3px;
    border: 1px solid #B3B3B3;
    width: 154px;
    height: 100%;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 6px;
    color: rgb(35,35,35);
    -webkit-appearance: none;
}

.newsletter-button {
  cursor: pointer;
  cursor: hand;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #D6D6D6;
  padding: 4px 0;
  width: 68px;
  text-align: center;
  height: 100%;
  font-weight: 900;
  font-size: 12px;
  color: rgb(35,35,35);
  text-decoration: none;
  border: none;
  margin-left: 10px;
  height: 26px;
  -webkit-appearance: none;
  border-radius: 0;
}

.newsletter-section-footer {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    margin-bottom: 21px;
}

.newsletter-section {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    margin-bottom: 21px;
}

.newsletter-wrapper {
    display: flex;
    display:


    -webkit-box;
    display:


    -ms-flexbox;
    display:


    -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.newsletter-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #606060;
}

.newsletter-input:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  font-weight: 400;
  color: #606060;
}

.newsletter-input::-moz-placeholder {  /* Firefox 19+ */
  font-size: 13px;
  font-weight: 400;
  color: #606060;
}

.newsletter-input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #606060;
}


.side-bar-follow a {
    color: initial;
    text-decoration: none;
}

.side-bar-link {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
    position: relative;
}

.get-involved-icon {
    font-size: 17px;
    margin-left: 3px;
    position: absolute;
    top: 4px;
}

.side-bar-link a {
    color: rgb(35,35,35);
    text-decoration: none;
}

.side-bar-link a:hover {
  border-bottom:1px solid #000;
}

.side-bar-bottom {
    position: absolute;
    bottom: 30px;
}

.side-bar-close {
    position: absolute;
    right: 38px;
    top: 20px;
    font-size: 28px;
    cursor: hand;
    cursor: pointer;
}


.side-bar-logo-text {
    font-size: 25px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(35,35,35);
    line-height: 1.1em;
    letter-spacing: -1px;
    position: absolute;
    left: 41px;
    top: 40px;
    display: none;
}


.share-tool-bar {
    width: 640px;
    height: 52px;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background-color: white;
    z-index: 10000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.439216) 0px 0px 1px 0px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 52);
    transform: matrix(1, 0, 0, 1, 0, 52);
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;
    display: flex;
    display:











































































    -webkit-box;
    display:











































































    -ms-flexbox;
    display:











































































    -webkit-flex;
    padding-left: 16px;
    justify-content: space-between;
    padding-right: 17px;
    -webkit-justify-content: space-between;
}

.twitter-follow {
    margin-top: 17px;
    margin-left: 6px;
}

.facebook-follow {
    margin-top: 17px;
}


.verticle-divider {
    height: 26px;
    margin-left: 20px;
    width: 1px;
    margin-top: 14px;
    background-color: rgba(0, 0, 0, 0.14902);
}


.share-tool-bar-newsletter {
    display: flex;
    display:































































































    -webkit-box;
    display:































































































    -ms-flexbox;
    display:































































































    -webkit-flex;
    margin-left: 19px;
    height: 30px;
    margin-top: 15px;
}

.share-tool-bar-newsletter-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-right: 13px;
}

.bar {
    height: 3px;
    margin-top: 1px;
    background: rgb(35,35,35);
}

.bar-animation{
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate .75s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bar:nth-child(4) {
    -webkit-animation-delay: .15s;
}
.bar:nth-child(2) {
    -webkit-animation-delay: .3s;
}



@-webkit-keyframes pulsate {
  0% {
    width: 10px;
  }
  50% {
    width: 23px;
  }
  100% {
    width: 10px;
  }
}

@keyframes pulsate {
  0% {
    width: 10px;
  }
  50% {
    width: 23px;
  }
  100% {
    width: 10px;
  }
}

.share-tool-bar-email-mobile {
margin-top: 15px;font-size: 25px;margin-left: 16px;}

.share-text-mobile {
    display: none;
}

.share-tool-bar-email {
    font-size: 20px;
}

.footer-description a {
    border-bottom: 1px solid black;
}

.newsletter-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    margin-right: 30px;
    margin-top: 5px;
}

.newsletter {
    width: 460px;
    margin: 0 auto;
    margin-top: 30px;
}

.footer-logo {
    display: none;
}


.footer {
    background-color: #fafafa;
    padding-bottom: 50px;
}

.footer-description {
    font-size: 14px;
    font-weight: 40;
    margin: 0 auto;
    width: 630px;
    margin-top: 20px;
    line-height: 21px;
    text-align: center;
}

.footer-links {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    width: 166px;
    margin: 0 auto;
    margin-top: 30px;
}

@media (max-width: 480px) {

  .logo{
    position:absolute;
  }

}


.logo-text:hover {
    color: #00deaa;
}