/**handles:block-project-content-styles**/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-project-content .container .row {
  justify-content: space-between; }
  .block-project-content .container .row p {
    font-size: var(--fs-15);
    color: #585858; }
  .block-project-content .container .row .inner-text-content ul {
    margin-left: 2rem; }
  .block-project-content .container .row .inner-text-content .block-image-carousel {
    margin: 0 -15px; }

.block-project-content .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 15rem; }

.block-project-content__sidebar-content {
  padding: 2.8rem 2.4rem 5.6rem;
  background-color: #f5f5f5;
  border-radius: 20px; }
  @media (max-width: 991.98px) {
    .block-project-content__sidebar-content {
      margin-top: 3rem;
      padding: 1.5rem; } }
  .block-project-content__sidebar-content .description {
    margin-bottom: 2.8rem; }
    .block-project-content__sidebar-content .description .label {
      font-size: var(--fs-10);
      font-weight: 400;
      line-height: 1.1;
      margin-bottom: 0.8rem;
      color: #585858; }
    .block-project-content__sidebar-content .description .value {
      font-size: var(--fs-18);
      font-weight: 900;
      line-height: 1.1;
      color: #007e32; }
      .block-project-content__sidebar-content .description .value a {
        text-decoration: none; }
        .block-project-content__sidebar-content .description .value a:hover {
          text-decoration: underline; }
    .block-project-content__sidebar-content .description .image img {
      width: auto;
      height: 100%;
      max-height: 5.5rem;
      -o-object-fit: contain;
         object-fit: contain; }
    .block-project-content__sidebar-content .description:last-child {
      margin-bottom: 0; }
  .block-project-content__sidebar-content p {
    display: inline-block;
    width: 100%;
    font-size: var(--fs-15);
    line-height: 1.4;
    color: #585858; }
  .block-project-content__sidebar-content ul,
  .block-project-content__sidebar-content ol {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    list-style-type: none; }
    .block-project-content__sidebar-content ul li,
    .block-project-content__sidebar-content ol li {
      font-size: var(--fs-15);
      line-height: 1.4;
      margin: 1rem 0;
      padding: 0;
      color: #585858; }
  .block-project-content__sidebar-content h1,
  .block-project-content__sidebar-content h2,
  .block-project-content__sidebar-content h3,
  .block-project-content__sidebar-content h4,
  .block-project-content__sidebar-content h5,
  .block-project-content__sidebar-content h6 {
    font-size: var(--fs-22);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #585858; }
  .block-project-content__sidebar-content img {
    width: auto;
    max-height: 70px; }

.block-project-content__share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 2.4rem 2.4rem 2.2rem;
  background-color: #f5f5f5;
  border-radius: 20px; }
  @media (max-width: 991.98px) {
    .block-project-content__share {
      padding: 1.5rem; } }
  .block-project-content__share .label {
    font-size: var(--fs-15);
    font-weight: 900;
    margin: 0 auto 0 0;
    color: #007e32; }
  .block-project-content__share a.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 0.5rem;
    border-radius: 50%;
    background-color: #007e32;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46%;
    transition: 0.35s background-color; }
    .block-project-content__share a.icon:hover {
      background-color: #004a1d; }
    .block-project-content__share a.icon--facebook {
      background-image: url("https://www.mglgroup.co.uk/wp-content/themes/mgl/img/facebook.svg"); }
    .block-project-content__share a.icon--linkedin {
      background-image: url("https://www.mglgroup.co.uk/wp-content/themes/mgl/img/linkedin.svg");
      background-size: 43%; }
    .block-project-content__share a.icon--twitter {
      background-image: url("https://www.mglgroup.co.uk/wp-content/themes/mgl/img/twitter.svg"); }


/*# sourceMappingURL=block_project-content.css.map*/