/*********************
BREAKPOINTS
*********************/
#sidebarWrap {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
#sidebarWrap article {
  padding: 2.5rem;
}
@media (min-width: 1024px) {
  #sidebarWrap {
    top: 5.5vw;
  }
  #sidebarWrap article {
    padding: 2.5rem;
  }
}

body.SilverStripe\\Blog\\Model\\BlogPost #sidebarWrap {
  top: 90px;
}
@media (min-width: 1024px) {
  body.SilverStripe\\Blog\\Model\\BlogPost #sidebarWrap {
    top: 195px;
  }
}

.ContentWidget {
  border: 1px solid var(--grey-light);
  background-color: var(--white);
  margin-bottom: 1.25rem;
  height: 98%;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .ContentWidget {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ContentWidget figure {
  order: 1;
  align-self: flex-end;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 600px) {
  .ContentWidget figure {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ContentWidget figure {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .ContentWidget figure {
    width: 60%;
    order: 2;
  }
}
@media (min-width: 1800px) {
  .ContentWidget figure {
    width: 50%;
  }
}
.ContentWidget figure img {
  object-fit: cover;
  height: 100%;
}
.ContentWidget article {
  order: 2;
  align-self: flex-start;
  width: 100%;
  flex-grow: 1;
  position: relative;
  padding: 1.25rem;
}
.ContentWidget article .btn {
  margin-top: 0.8333333333rem;
}
@media (min-width: 600px) {
  .ContentWidget article {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ContentWidget article {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .ContentWidget article {
    width: 40%;
    order: 1;
  }
}
@media (min-width: 1800px) {
  .ContentWidget article {
    width: 50%;
  }
}
.ContentWidget .FileDownloadsList {
  margin-bottom: 0px !important;
}

.sideBarArea .ContentWidget {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sideBarArea .ContentWidget article, .sideBarArea .ContentWidget figure {
  width: 100%;
}
.sideBarArea .ContentWidget article {
  order: 2;
}
.sideBarArea .ContentWidget figure {
  order: 1;
}
