@import '../lib/pushbar/pushbar.css';
@font-face {
  font-family: "NeueMontreal";
  src: url("../assets/fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("../assets/fonts/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("../assets/fonts/PPNeueMontreal-SemiBold.woff2") format("woff2"), url("../assets/fonts/PPNeueMontreal-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("../assets/fonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("../assets/fonts/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Colours */
/* Typography */
body {
  font-family: "NeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #444444;
  text-rendering: geometricPrecision;
  line-height: 1.25;
}

strong {
  font-weight: 500;
}

a {
  transition-property: opacity;
  transition-duration: 0.2s;
}

ul {
  padding: 0;
}

.bg-black-trans {
  background: rgba(0, 0, 0, 0.3);
}

.position-bottom-left {
  bottom: 0;
}

.no-underline:hover {
  text-decoration: none;
}

.alt-links a {
  color: inherit;
}
.alt-links a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.bg-white.alt-links a {
  color: #444444;
}

.text-dark.alt-links a {
  color: #444444;
}

.text-light.alt-links a {
  color: #FFFFFF;
}

.bg-very-light-grey {
  background-color: #f2f2f2;
}

.bg-very-light-grey-trans {
  background-color: rgba(242, 242, 242, 0.7);
}

.standard-text h1, .standard-text h2, .standard-text h3, .standard-text h4, .standard-text h4, .standard-text h5, .standard-text h6,
.standard-text .h1, .standard-text .h2, .standard-text .h3, .standard-text .h4, .standard-text .h5, .standard-text .h6 {
  font-weight: 700;
}
.standard-text h1, .standard-text h2, .standard-text h3, .standard-text h4, .standard-text h4, .standard-text h5, .standard-text h6,
.standard-text .h1, .standard-text .h2, .standard-text .h3, .standard-text .h4, .standard-text .h5, .standard-text .h6,
.standard-text ul, .standard-text ol, .standard-text p {
  margin-bottom: 1.2rem;
}
.standard-text h4, .standard-text h4, .standard-text h5, .standard-text h6,
.standard-text .h4, .standard-text .h5, .standard-text .h6 {
  font-weight: 500;
}
.standard-text ul {
  padding-left: 1.2rem;
}
.standard-text ul li {
  margin-bottom: 0.8rem;
}
.standard-text a {
  color: #000000;
  text-decoration: underline;
}
.standard-text a:hover {
  opacity: 0.5;
}
.standard-text a.btn {
  text-decoration: none;
}

.form-control {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}

/* Structure */
.container {
  max-width: 1140px;
}

header .container a {
  font-size: 20px;
}
header .container ul {
  font-size: 20px;
}
header img.logo {
  width: 140px;
}
@media screen and (min-width: 768px) {
  header img.logo {
    width: 180px;
  }
}
header .menu-main-menu-container ul {
  display: inline-flex;
  text-decoration: none;
  list-style-type: none;
  justify-content: center;
  align-content: center;
  margin: auto !important;
}
header .menu-main-menu-container ul li {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

html.mobile-menu header .menu-icon {
  display: block;
}
html.mobile-menu header .menu-main-menu-container {
  display: none;
}

.pushbar button[data-pushbar-close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: none;
}
.pushbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pushbar .contents .menu-main-menu-container li {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pushbar .contents .menu-main-menu-container li a {
  font-size: 20px;
}

section.banner .carousel .carousel-item {
  height: 60vw;
  background-size: cover;
  background-position: center center;
}
section.banner .carousel .carousel-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.banner video {
  width: 100%;
  display: block;
}
section.project_grid a, section.custom_project_grid a {
  text-decoration: none;
}
section.project_grid .carousel, section.custom_project_grid .carousel {
  overflow: hidden;
}
section.project_grid .carousel .controls div, section.custom_project_grid .carousel .controls div {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 30px;
  background-color: #FFFFFF;
  opacity: 0.4;
}
section.project_grid .carousel .controls div.left, section.custom_project_grid .carousel .controls div.left {
  left: 0;
}
section.project_grid .carousel .controls div.right, section.custom_project_grid .carousel .controls div.right {
  right: 0;
}
section.project_grid .carousel .controls div:hover, section.custom_project_grid .carousel .controls div:hover {
  opacity: 1;
  cursor: pointer;
}
section.project_grid .carousel .items, section.custom_project_grid .carousel .items {
  overflow: hidden;
}
section.project_grid .col img, section.custom_project_grid .col img {
  transition-property: opacity;
  transition-duration: 0.2s;
}
section.project_grid .col .desktop-row .project-overlay-header, section.custom_project_grid .col .desktop-row .project-overlay-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.8);
  transition-property: all;
  transition-duration: 0.2s;
  opacity: 0;
}
@media (max-width: 950px) and (min-width: 768px) {
  section.project_grid .col .desktop-row .project-overlay-header h4, section.custom_project_grid .col .desktop-row .project-overlay-header h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.project_grid .col:hover .project-overlay-header, section.custom_project_grid .col:hover .project-overlay-header {
    opacity: 1;
  }
}
section.project_grid .col .carousel-block .project-overlay-header, section.custom_project_grid .col .carousel-block .project-overlay-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  section.project_grid .col:hover a.image, section.custom_project_grid .col:hover a.image {
    opacity: 0.2;
  }
  section.project_grid .col:hover .project-overlay-header, section.custom_project_grid .col:hover .project-overlay-header {
    opacity: 1;
  }
}
section.collaborators_grid .container .row .col a img {
  margin-right: auto;
  margin-left: auto;
}

footer {
  font-size: 0.8rem;
  background-color: #f2f2f2;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  section.project_grid .col:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 400px) {
  section.project_grid .col:hover {
    opacity: 1;
  }
  section.project_grid .desktop-row .project-overlay-header {
    display: none;
  }
}
.inline-headings * {
  display: inline;
}

/*# sourceMappingURL=base.css.map */
