@charset "utf-8";
/* CSS Document */
/* Topbar */
.topbar-responsive {
  background: #2c3840;
  padding: 1rem 1.5rem;
}
.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
}
.topbar-responsive .menu {
  background: #2c3840;
}
.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}
.topbar-responsive .menu a {
  color: #fefefe;
  transition: color 0.15s ease-in;
}
.topbar-responsive .menu a:hover {
  color: #c6d1d8;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}
.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  border-color: #fefefe;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}
.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #c6d1d8;
  border-color: #c6d1d8;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}
/* Hero */
.hero-section {
  background: url("https://www.crowd-safety.co.uk/include/images/cover.jpg") 50% no-repeat;
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}
/* Footer */
.marketing-site-footer {
  background: #2c3840;
  color: #8aa0ae;
  padding: 2rem 0 0;
}
.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe;
}
.marketing-site-footer .column-block {
  margin-bottom: 30px;
}
.marketing-site-footer > .row {
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}
.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}
.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}
.marketing-site-footer-bottom {
  background: #020304;
  padding: 1rem 0;
}
.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}
.marketing-site-features {
  text-align: center;
  padding: 2rem 0;
}
.marketing-site-features .fa {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1779ba;
}
.marketing-site-features .marketing-site-features-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .marketing-site-features {
    text-align: left;
  }
}
.marketing-site-features-headline {
  text-align: center;
  font-size: 24px;
}
.marketing-site-features-subheadline {
  margin-bottom: 2rem;
  text-align: center;
}
/* news card */
.news-card-tag {
  margin-bottom: 0.5rem;
}
.news-card-tag .label {
  border-radius: 0.125rem;
  background-color: #1779ba;
  color: #fefefe;
}
.news-card-tag .label a {
  background-color: inherit;
  color: inherit;
}
.news-card-tag .label:hover, .news-card-tag .label:focus {
  background-color: #14679e;
}
.news-card-tag .label:hover a, .news-card-tag .label:focus a {
  background-color: inherit;
  color: inherit;
}
.news-card {
  background-color: #fefefe;
  font-weight: 400;
  margin-bottom: 1.6rem;
  border-radius: 0.125rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.news-card .card-section {
  background-color: inherit;
}
.news-card .card-section .news-card-date {
  font-size: 1em;
  color: #8a8a8a;
}
.news-card .card-section .news-card-article {
  background-color: inherit;
}
.news-card .card-section .news-card-article .news-card-title {
  line-height: 1.3;
  font-weight: bold;
}
.news-card .card-section .news-card-article .news-card-title a {
  text-decoration: none;
  color: #8a8a8a;
  transition: color 0.5s ease;
}
.news-card .card-section .news-card-article .news-card-title a:hover {
  color: #1779ba;
}
.news-card .card-section .news-card-article .news-card-description {
  color: #8a8a8a;
}
.news-card .card-section .news-card-author {
  overflow: hidden;
  padding-bottom: 1.6rem;
}
.news-card .card-section .news-card-author .news-card-author-image {
  display: inline-block;
  vertical-align: middle;
}
.news-card .card-section .news-card-author .news-card-author-image img {
  border-radius: 50%;
  margin-right: 0.6em;
}
.news-card .card-section .news-card-author .news-card-author-name {
  display: inline-block;
  vertical-align: middle;
}
/* Wide Article */
.wide-article-link {
  background-color: #fefefe;
  padding: 1rem 1rem 0.5rem;
  border: 1px solid #cacaca;
  margin-bottom: 1rem;
}
.wide-article-link .article-title a {
  color: #0a0a0a;
}
.wide-article-link .article-title a:hover, .wide-article-link .article-title a:focus {
  color: #1779ba;
}
.wide-article-link .article-elipsis .read-more {
  font-weight: bold;
}
.wide-article-link .article-title,
.wide-article-link .article-author,
.wide-article-link .article-elipsis {
  margin-bottom: 0.25rem;
}
.wide-article-link .article-social {
  margin-top: 0.75rem;
}
.wide-article-link .article-social .social {
  margin-right: 0.25rem;
}
.wide-article-link .article-social .social.comments {
  background-color: #8a8a8a;
  color: #fefefe;
}
.wide-article-link .article-social .social.comments:hover, .wide-article-link .article-social .social.comments:focus {
  background-color: #6e6e6e;
  color: #fefefe;
}
.wide-article-link .article-social .social.facebook {
  background-color: #3b5998;
  color: #fefefe;
}
.wide-article-link .article-social .social.facebook:hover, .wide-article-link .article-social .social.facebook:focus {
  background-color: #2f477a;
  color: #fefefe;
}
.wide-article-link .article-social .social.twitter {
  background-color: #55acee;
  color: #fefefe;
}
.wide-article-link .article-social .social.twitter:hover, .wide-article-link .article-social .social.twitter:focus {
  background-color: #1a8fe8;
  color: #fefefe;
}
.wide-article-link .article-social .social.linkedin {
  background-color: #007bb5;
  color: #fefefe;
}
.wide-article-link .article-social .social.linkedin:hover, .wide-article-link .article-social .social.linkedin:focus {
  background-color: #006291;
  color: #fefefe;
}
.wide-article-link .article-social .social.google-plus {
  background-color: #dd4b39;
  color: #fefefe;
}
.wide-article-link .article-social .social.google-plus:hover, .wide-article-link .article-social .social.google-plus:focus {
  background-color: #be3221;
  color: #fefefe;
}
.wide-article-link .article-social .social > .fa {
  color: #fefefe;
}
.wide-article-link .article-social .social > .fa.fa-comments-o {
  margin-right: 0.25rem;
}
/* News Article */
.large-article-header {
  background: url("https://placehold.co/1024/500/") no-repeat center;
  background-size: cover;
  height: 31.25rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .large-article-header {
    height: 20.83333rem;
  }
}
.large-article-header-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 39.9375em) {
  .large-article-header-content {
    bottom: 1.25rem;
  }
}
.large-article-header-content .center-container {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .large-article-header-content .center-container {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.large-article-header-content .article-date {
  color: #fefefe;
}
.large-article-header-content .article-title h1 {
  line-height: 3.125rem;
  color: #fefefe;
  font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
  .large-article-header-content .article-title h1 {
    line-height: 1.875rem;
  }
}
.large-article-header-content .article-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.large-article-header-content .article-details a {
  color: #fefefe;
}
.large-article-header-content .article-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.large-article-header-content .article-author img {
  border-radius: 3.125rem;
}
.large-article-header-content .article-author a {
  margin-left: 1rem;
}