/* Generic sidebar block */
.sidebarBlock {
    /*margin: 0 0 60px;*/
    margin: 0 0 3em;
}
.sidebarBlock__title {
    font-size: 1.375em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.sidebarBlock__article-title {
    margin-top: 10px !important;
    font-size: 1em;
}
.sidebarBlock__list-item {
    list-style: none;
    font-size: 1.25em;
    font-weight: 400;
}

    .sidebarBlock__list-item a {
        font-weight: 400;
    }



/* Twitter block */
.sidebarBlock__title--twitter {
    background-color: #6188C6;
    color: #ffffff;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.sidebarBlock__title--twitter-link {
    color: #ffffff;
    padding: .4em .8em;
    display: block;
}
.sidebarBlock__title--twitter-link:hover {
    color: #f89e46;
}
.twitter-feed__tweet {
    font-size: 1rem;
    list-style: none;
    padding: 1.25em 1.25em 1.5em;
}
.twitter-feed__icon {
    display: inline-block;
    float: right;
}
.twitter-feed__date {
    color: #59595c;
    display: inline-block;
    font-size: 0.875em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.twitter-feed__tweet:nth-child(odd) {
    background-color: #E7EDF6;
}
/* sorry for not using BEM */
.twitter-feed ul {
    margin: 0;
}
.twitter-feed ul li {
    
}
.twitter-feed__text {
    font-size: .875em;
}
.twitterFollow {
    color: #ffffff;
    display: block;
    background-color: #f89e46;
    padding: .5em;
    text-align: center;
}
.twitterFollow:hover {
    background-color: #F39539;
    color: #ffffff;
}

img.article__image--sidebar {
    width: 100%;
    height: auto;
}

/* Events block */
.events__item {
    list-style: none;
    font-size: 18px;
    margin-bottom: 0.875em;
    font-weight: 400;
}

.events__date {
   font-size: .8em;
}

.events__time {
    font-size: .7em;
}

.button-dropdown { 
    position:relative;
    margin-top:1em;
    margin-bottom: 60px;
    text-align:left;
}

.button-dropdown a.button-dropdown__trigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 1.5em;
  line-height: 60px;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background-color: #6188C6;
  z-index: 2;
}

.button-dropdown__dropdown {
  margin-top: -1.5em;
  padding: 1.5em 1em 1em 1.5em;
  background: #759BD8;
  color: #fff;
  border: 1px solid #759BD8;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
}
.button-dropdown.is-enabled .button-dropdown__dropdown { display:none;}
.button-dropdown .link {
    font-size: 1.25em;
    list-style: none;
}
.button-dropdown .button-dropdown__dropdown a { display:block; color:inherit; font-weight: 400; text-decoration:none;}
.button-dropdown .button-dropdown__dropdown a:hover {text-decoration:underline;}
.button-dropdown__trigger:after {
    font-size: Helvetica Neue, Helvetica, sans-serif;
    content: " + ";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #759BD8;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 0;
    /*transform: rotate(-45deg);*/
}

.button-dropdown__trigger.is-collapsed:after { 
    background-position:0 0; 
    content: " + ";
    transform: rotate(0deg);
}

.button-dropdown__trigger:after {
    font-size: inherit;
    content: none;
    display: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    background: inherit;
    line-height: inherit;
    text-align: inherit;
    width: inherit;
    height: inherit;
    padding: inherit;
    /* transform: rotate(-45deg); */
}
.button-dropdown__trigger.is-collapsed:after {
    background-position: inherit;
    content: none;
    transform: inherit;
}
.button-dropdown__trigger .square {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
}
.square { cursor: pointer; padding: 25px 0 16px 0px; }
.square .hamburger, .square .hamburger:before, .square .hamburger:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.square .hamburger:before {
  top: -10px; 
}
.square .hamburger:after {
  bottom: -10px;
}

.square .hamburger, .square .hamburger:before, .square .hamburger:after {
  transition: all 200ms ease-in-out;
}
.button-dropdown__trigger:not(.is-collapsed) .square .hamburger {
  background-color: transparent;
}
.button-dropdown__trigger:not(.is-collapsed) .square .hamburger:before, .button-dropdown__trigger:not(.is-collapsed) .square .hamburger:after {
  top: 0;
}
.button-dropdown__trigger:not(.is-collapsed) .square .hamburger:before {
  transform: rotate(45deg);
}
.button-dropdown__trigger:not(.is-collapsed) .square .hamburger:after {
  transform: rotate(-45deg);
}

.more-events {
    font-size: .875em;
    display: inherit;
    float: right;
    margin-top: -3em;
}