@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Typography */
body {
  background: #ffffff none repeat scroll 0 0;
  color: #353535;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  letter-spacing: 1px;
  box-sizing: border-box;
}
h1 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-top: 0;
}
h2 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-top: 0;
}
h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  margin: 0 0 15px;
  text-align: left;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #000000;
  cursor: pointer;
}
a img:hover {
  opacity: 0.9;
}
strong {
  font-weight: 600;
}
ul,
ol {
  margin: 0 0 15px 14px;
  padding: 0;
}
li {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
}
input {
  border: medium none;
}
img {
  height: auto;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="search"] {
  background: #efefef none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  color: #3f474f;
  line-height: 1.5;
  padding: 15px 0;
  text-indent: 20px;
  width: 100%;
  -webkit-appearance: none;
}
.search-block-form .form-item,
.search-form .form-item {
  font-size: 16px;
  position: relative;
  max-width: 100%;
}
.search-block-form .form-item::after,
.search-form .form-item::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f002";
  position: absolute;
  top: 17px;
  right: 10px;
  color: #999;
  font-size: 22px;
  z-index: 999999;
}
.search-form .form-item::after {
  top: 54px;
}
.search-block-form .form-submit,
.search-form .form-submit {
  display: none;
}
textarea {
  padding: 10px;
  text-indent: 0;
}
select {
  color: #3f474f;
  text-indent: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 8px 15px 8px 10px;
  font-family: "Open Sans", serif;
}
label {
  color: #3f474f;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
  display: block;
}
a.button,
input.button,
.button a,
.form-submit {
  background-color: #373737;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  padding: 12px 26px;
  text-transform: uppercase;
  transition: all 200ms linear 0s;
  font-family: "Open Sans", serif;
  letter-spacing: 1px;
  text-align: center;
  -webkit-appearance: none;
}
a.button:hover,
.button a:hover,
input.button:hover,
.form-submit:hover {
  background-color: #111111;
  cursor: pointer;
  transform: scale(1.1);
}
blockquote {
  position: relative;
  margin: 80px 0 30px 0;
  padding-left: 70px;
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: italic;
}
blockquote::before {
  content: "“";
  font-size: 130px;
  font-weight: bold;
  position: absolute;
  font-family: "PT Serif", serif;
  font-style: italic;
  display: block;
  color: #eeeeee;
  line-height: 0;
}
blockquote p {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
blockquote p.blockquote-caption {
  font-weight: 400;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  margin-bottom: 0;
}
.center {
  text-align: center;
}
p.image-caption {
  color: #555555;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: -10px;
}
.field-label-inline {
  display: inline;
}
.top-featured-centred {
  max-width: 1100px;
  margin: 0 auto;
}
.top-featured-centred p {
  margin-bottom: 0;
}
.top-featured-centred p::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #333333;
  margin-top: 20px;
}
.top-featured-centred .button {
  margin: 20px auto 0 auto;
}

/* Common regions and elements */
.wrap {
  clear: both;
  margin: 0 auto;
  width: 1600px;
  max-width: 80%;
}
.section-main {
  margin-bottom: 40px;
}
.basic-page-body {
  margin-bottom: 60px;
}
.clear {
  clear: both;
  display: block;
  height: 0;
}
.label-inline {
  display: inline-block;
}
.quote {
  text-align: center;
  font-size: 20px;
  margin: 40px auto;
  font-family: Georgia, serif;
  max-width: 1000px;
  font-style: italic;
  line-height: 1.9;
}
.quote:after {
  width: 50px;
  height: 2px;
  background: #353535;
  display: block;
  content: "";
  margin: 20px auto 0;
}
h2.centred-view-header,
.block-field-blocktaxonomy-termproject-categoriesfield-other-projects h2 {
  margin-bottom: 20px;
}
.view-button-centred {
  margin-top: 40px;
  text-align: center;
}
.view-button-centred a {
  text-decoration: underline;
  font-size: 15px;
}
.readless-link,
.readmore-link {
  position: relative;
  margin-left: 15px;
  border-bottom: 1px solid #353535;
  line-height: 1;
  padding-bottom: 2px;
  text-transform: lowercase;
}
.readmore-summary .readmore-link::before {
  content: "+";
  font-size: 18px;
  position: absolute;
  display: block;
  left: -15px;
  top: -2px;
}
.readless-link::before {
  content: "-";
  font-size: 21px;
  text-decoration: none;
  position: absolute;
  left: -15px;
  top: -3px;
}

h2.heading-line-after::after,
#project-page-top h1::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #353535;
  margin-top: 10px;
}
.tri-bg .wrap {
  position: relative;
}
.tri-bg .wrap::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/sites/default/files/web-images/template/triangles3.png");
  background-size: cover;
  width: 240px;
  height: 264px;
  left: -80px;
  top: calc(50% - 200px);
}
.lowercase {
  text-transform: lowercase;
}
main {
  margin-top: 40px;
  min-height: calc(100vh - 340px);
}
.img-holder,
.short-img {
  overflow: hidden;
  display: block;
}
.img-holder img,
.short-img img {
  overflow: hidden;
}
.mob-show {
  display: none;
}
.cols2 .first {
  margin-bottom: 20px;
}

.hover-zoom img {
  transition: transform 1s;
}
.hover-zoom:hover img {
  transform: scale(1.3);
}

.number-columns {
  margin-top: 80px;
}
.number-columns .flex-item {
  position: relative;
  background: #f7f7f5;
  padding: 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.number-columns .flex-item::before {
  width: 40px;
  height: 40px;
  background: #353535;
  color: #ffffff;
  display: block;
  position: absolute;
  left: -10px;
  top: -15px;
  border-radius: 70px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.number-columns .flex-item.first::before {
  content: "1";
}
.number-columns .flex-item.second::before {
  content: "2";
}
.number-columns .flex-item.third::before {
  content: "3";
}
.number-columns .flex-item.last::before {
  content: "4";
}
.number-columns .flex-item p {
  margin: 0;
}
.number-columns .flex-item h3 {
  font-weight: 500;
}

/* Header stuff */
header {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #dddddd;
}
header .wrap {
  position: relative;
  max-width: 100%;
  width: 2100px;
}
header #logo {
  position: absolute;
  left: 30px;
  top: 26px;
}
header #logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
header .region-menu {
  position: absolute;
  right: 50px;
  top: 40px;
}
.header-phone-icon {
  position: absolute;
  font-size: 20px;
  color: #353535;
}
.header-phone-icon a:hover {
  color: #000000;
  text-decoration: none;
}
.path-frontpage .header-phone-icon {
  color: #ffffff;
}
#block-skewed-responsivemenumobileicon {
  display: block;
}
#block-skewed-horizontalmenu {
  display: none;
}
header .region-menu nav {
  display: inline-block;
}
.header-search-icon {
  position: absolute;
  right: 30px;
  top: 44px;
}
.header-search-icon i {
  font-size: 20px;
  transition: all 200ms linear 0s;
}
.header-search-icon i:hover {
  cursor: pointer;
  transform: scale(1.1);
}

/* Search form */
#header-search-form {
  position: absolute;
  height: 72px;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  opacity: 0;
  display: none;
}
#header-search-form.active {
  opacity: 1;
  display: block;
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  z-index: 99999;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#block-skewed-searchform input[type="search"] {
  background: #efefef;
  max-width: 100%;
}

#block-skewed-searchform .form-item {
  margin-bottom: 0;
}
.header-close-search {
  position: absolute;
  right: 15px;
  top: 24px;
  font-size: 24px;
}
.header-close-search:hover {
  cursor: pointer;
}

/** Main desktop menu **/

.horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.horizontal-menu > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
  font-size: 14px;
  letter-spacing: 2px;
}
.horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}
.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}
.horizontal-menu > li > a {
  padding: 0;
  margin: 0 15px 0 0;
  display: block;
}
.horizontal-menu > li > a:hover,
.horizontal-menu > li > a.is-active,
.horizontal-menu .is-active-border {
  padding-bottom: 3px;
  border-bottom: 1px solid;
  color: inherit;
}
.horizontal-menu > li > a.is-active.is-active-no-border {
  border: none;
}
.horizontal-menu > li > a.menu-contact {
  background-color: #353535;
  color: #ffffff;
  padding: 2px 15px;
  border-radius: 30px;
  margin-right: 30px;
}
.horizontal-menu > li > a.menu-contact:hover {
  border: none;
  background-color: #000000;
}
.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding: 0 0 15px 0;
  background: #ffffff;
  box-sizing: border-box;
  width: 300px;
  list-style: none;
  margin: 0 0 0 -15px;
}
.path-frontpage .horizontal-menu > li ul {
  background: none;
}
.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}
.horizontal-menu li li {
  position: relative;
  margin-top: 20px;
  list-style: none;
  padding: 0 15px;
}
.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}
.horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding: 0;
  text-transform: none;
  line-height: 1.1;
  color: #353535;
}
.path-frontpage .horizontal-menu > li li > a {
  color: #ffffff;
}
.path-frontpage .horizontal-menu li ul li.last a {
  margin-bottom: 0;
}

/*** Responsive menu */

.off-canvas-wrapper {
  display: block;
}
.no-js .off-canvas-wrapper {
  display: none;
}
nav.responsive-menu-block-wrapper {
  display: block;
}
.responsive-menu-toggle-wrapper.responsive-menu-toggle {
  display: none;
}
body.user-logged-in.toolbar-fixed.mm-wrapper_opening,
body.user-logged-in.toolbar-fixed.mm-wrapper_opened {
  padding-top: 0 !important;
}
.mm-page,
.mm-wrapper_background body {
  background-color: #ffffff;
}
.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
  margin-left: 0;
}
.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
  padding-left: 240px;
  padding-left: 15rem;
}
.responsive-menu-toggle {
  display: inline-block;
}
.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 30px;
  z-index: 4;
  margin-top: 0;
  position: relative;
}
.no-js .responsive-menu-toggle-icon {
  display: none;
}
.responsive-menu-toggle-icon span.label {
  display: none;
  font-weight: 400;
  font-size: 20px;
  left: 47px;
  top: -4px;
  position: absolute;
  text-transform: uppercase;
}
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: #1d2b49;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.path-frontpage .responsive-menu-toggle-icon::before,
.path-frontpage .responsive-menu-toggle-icon::after,
.path-frontpage .responsive-menu-toggle-icon span.icon {
  background: #ffffff;
}
.responsive-menu-toggle-icon:before {
  top: 0px;
}
.responsive-menu-toggle-icon span.icon {
  top: 10px;
}
.responsive-menu-toggle-icon:after {
  top: 20px;
}
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening .responsive-menu-toggle-icon:before,
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  top: 14px;
}
.mm-wrapper_opening .responsive-menu-toggle-icon span.icon {
  left: -25px;
  opacity: 0;
}
.mm-wrapper_opening .responsive-menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mm-blocker {
  background: rgba(0, 0, 0, 0);
}
.mm-wrapper_opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  transition: background 1s ease 0.3s;
}
.mm-wrapper_opening #page {
  border-left: 1px solid #ccc;
}
.mm-panel a {
  border-bottom: none;
}
ul.menu.mm-listview a.is-active {
  color: inherit;
}
.mm-panel a:hover {
  border: none;
}
ul.menu.mm-listview {
  padding-left: 0;
  margin-left: 0;
}

/* Breadcrumbs */
#breadcrumbs {
  margin: 40px 0 -15px 0;
  font-style: italic;
  letter-spacing: 3px;
  color: #666666;
  font-size: 13px;
  line-height: 2.2;
}
#breadcrumbs span.sep {
  margin: 0 5px;
}
#breadcrumbs a {
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}

/* Grid boxes */
.block-inline-blockimage-heading-text h3 {
  margin: 15px 0 5px 0;
  font-size: 18px;
}
.block-inline-blockimage-heading-text p {
  margin-bottom: 0;
}
/* Custom accordions */
.accordion-button {
  display: block;
  padding: 15px 35px 15px 15px;
  background-color: #353535;
  color: #fff;
  cursor: pointer;
  transition: background-color 300ms;
  border: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
}
.accordion-button:hover,
.accordion-button.active {
  background-color: #111111;
}
.accordion-button::after {
  content: "+";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.accordion-button.active::after {
  content: "-";
  top: 3px;
  font-size: 30px;
}
.accordion-button.active:nth-of-type(1) {
  margin-top: 0;
}
.accordion-panel.show {
  display: block;
  margin-bottom: 20px;
  margin-top: -5px;
  padding: 24px 24px 14px 24px;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 20px #eeeeee;
}
.accordion-panel {
  display: none;
  padding: 10px 0 15px 0;
}
.accordion-panel p,
.accordion-panel li {
  margin-bottom: 10px;
  font-size: 14px;
}
.cols1 .accordion-item {
  width: 100%;
  margin-bottom: 10px;
}

/* Homepage */

.path-frontpage header {
  background: none;
  border: none;
}
.path-frontpage #top-no-wrap {
  margin-top: -70px;
}
.path-frontpage #top-no-wrap .img-holder {
  max-height: 1300px;
}
.path-frontpage #top-no-wrap img {
  width: 100%;
}
.path-frontpage .horizontal-menu > li > a {
  color: #ffffff;
}
.path-frontpage .header-search-icon {
  color: #ffffff;
}
.path-frontpage .horizontal-menu > li > a.menu-contact {
  background: none;
  padding: 0;
}
.path-frontpage header #logo img {
  filter: brightness(0) invert(1);
}

.featured-top-text {
  text-align: center;
}
.featured-top-text::after {
  content: "";
  display: block;
  margin: 20px auto 0 auto;
  width: 50px;
  height: 2px;
  background-color: #333333;
}
.featured-top-text h1 {
  margin-bottom: 30px;
}
.featured-top-text p {
  text-align: center;
  font-size: 16px;
  width: 1000px;
  margin: 0 auto 30px auto;
}

/* Search form and page */
.path-search main .wrap {
  width: 900px;
  max-width: 80%;
}
#search-form {
  margin-bottom: 30px;
}
#search-form #edit-help-link {
  display: none;
}
.path-search nav.pager {
  margin: 60px 0;
}
#search-form .container-inline label {
  display: block;
  margin-bottom: 10px;
}
.item-list .search-results {
  list-style: none;
  margin: 0;
}
.item-list .search-results li {
  margin-left: 0;
  margin-bottom: 20px;
}
h3.search-result__title {
  margin: 0 0 2px 0;
}
h3.search-result__title a {
  text-decoration: underline;
}

/* Insights pages */

.box-blog .date {
  color: #666666;
  font-size: 11px;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  display: block;
  font-style: italic;
  letter-spacing: 2px;
}
.box-blog h3 {
  font-size: 15px;
  line-height: 1.8;
  display: block;
  margin-bottom: 0;
}
.box-blog:hover h3 a {
  text-decoration: underline;
}

.box-blog-slide.box-blog .date {
  font-size: 12px;
}
.box-blog-slide.box-blog .title {
  font-size: 15px;
}
.blog-main-link-top {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid;
}
.blog-outer-wrap h1 {
  margin-bottom: 8px;
}
.blog-main-date-top {
  margin-bottom: 15px;
  font-style: italic;
  letter-spacing: 1.5px;
  color: #666666;
}
.blog-outer-wrap {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.page-node-type-article .messages {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.blog-body {
  margin-bottom: 30px;
}
.blog-body h2,
.blog-body h3,
.blog-body h4 {
  margin-bottom: 5px;
  margin-top: 25px;
}
.blog-body h2 {
  font-size: 16px;
}
.blog-body h3 {
  font-size: 15px;
}
.blog-body h4 {
  font-size: 14px;
}
.blog-body a {
  text-decoration: underline;
}
.blog-body a.button {
  text-decoration: none;
}
.blog-body ul li {
  margin-bottom: 10px;
}
.blog-main-vid-wrapper {
  margin-bottom: 40px;
}
.blog-share-horizontal {
  margin-bottom: 30px;
}
.blog-share-horizontal .field-label-inline {
  display: block;
  margin-bottom: 10px;
}
.blog-share-horizontal .social-sharing-buttons {
  margin: 0;
}
.blog-share-horizontal .blog-share-horizontal-wrap {
  display: inline-block;
  vertical-align: middle;
}
.blog-tag-wrapper {
  margin-bottom: 40px;
}
.blog-tag-items .button {
  display: inline-block;
}
.blog-tag-items .button a {
  font-size: 13px;
  text-transform: none;
  padding: 8px 15px;
  background: #f7f7f5;
  color: #353535;
  font-weight: 500;
  margin-bottom: 7px;
}
.blog-tag-wrapper .field-label-inline {
  display: block;
  margin-bottom: 10px;
}
.blog-projects-holder h2.field-label-above {
  font-size: 17px;
  margin-top: 0;
}

.blog-projects-item {
  margin-bottom: 20px;
}
.blog-projects-item .left img {
  display: block;
}
.blog-projects-item h3 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 0;
}
.blog-projects-item h3 a {
  text-decoration: underline;
}
.blog-projects-item p {
  margin: 0;
}
.blog-projects-holder {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0 15px 0;
  margin-bottom: 40px;
}
.blog-projects-item .button {
  font-size: 11px;
  padding: 8px 16px;
  margin-top: 10px;
}
.blog-back-button {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-back-button a {
  font-size: 14px;
}
.blog-back-button a:hover {
  text-decoration: underline;
}
.blog-back-button i {
  margin-right: 7px;
}
.block-views-blockinsights-block-1 .view-content {
  display: inline-block;
  width: 100%;
}
.block-views-blockinsights-block-1 .view-filters label {
  margin-right: 5px;
}

.blog-cats-container {
  margin-bottom: 60px;
}
.blog-cat-back-button {
  margin-top: 50px;
}
.blog-cat-back-button a {
  font-size: 17px;
}
.blog-cat-back-button a:hover {
  text-decoration: underline;
}
.blog-cat-back-button i {
  margin-right: 7px;
}
#block-skewed-views-block-insights-block-3 {
  margin-bottom: 80px;
}

.slick--optionset--_cols-blog- {
  margin: 0 -20px;
}
.slick--optionset--_cols-blog- .slick__slide {
  margin: 0 20px;
}

/* Social share buttons */
.social-sharing-buttons a {
  background: #f7f7f5;
  border-radius: 100%;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 10px 0 0;
}
.social-sharing-buttons a:hover {
  background-color: #353535;
}
.social-sharing-buttons svg {
  fill: #353535;
}
.social-sharing-buttons a:hover svg {
  fill: #ffffff;
}

/* Footer */

footer {
  text-align: center;
}
footer .wrap {
  border-top: 1px solid #dddddd;
  padding: 40px 0;
}
footer .left {
  margin-bottom: 10px;
}
footer .left img {
  width: 200px;
  max-width: 100%;
}
footer .footer-socials,
footer .footer-text {
  display: block;
}
footer .footer-text {
  margin-bottom: 15px;
}
footer p {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
footer .footer-text a {
  text-decoration: underline;
}
footer .footer-socials a {
  margin-left: 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

/* Studio pages */
#studio-main2 {
  margin-bottom: 150px;
}
#studio-main2 h2 {
  text-align: center;
  margin: 0 0 60px 0;
  font-size: 19px;
  text-transform: uppercase;
}
#studio-main2 .grid-item {
  text-align: center;
}
#studio-main2 .grid-item h3 {
  font-size: 20px;
}
#studio-main2 .grid-item img {
  width: 110px;
  opacity: 0.7;
  margin-bottom: 0px;
}
#studio-main2 .grid-item p {
  text-align: center;
  margin: 0;
}
 #studio-associations .cols3 .grid-container {
    text-align: center;
  }

.skewed-definition {
  margin-bottom: 25px;
}
.skewed-definition::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #111111;
}
.skewed-definition h3 {
  font-family: "Georgia", sans-serif;
  font-size: 34px;
  margin-bottom: 5px;
}
.skewed-definition .pronounce {
  font-family: "Georgia", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.skewed-definition .definition {
  font-style: italic;
  letter-spacing: 2px;
}
.skewed-definition .circle {
  width: 7px;
  height: 7px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 7px;
}

.studio-page-logos {
  margin-top: 30px;
}
.studio-page-logos img,
.studio-page-logos a {
  display: inline-block;
  vertical-align: middle;
}
.studio-page-logos img {
  margin-right: 20px;
}
.studio-page-logos a {
  margin-left: 10px;
}
.studio-page-logos i {
  font-size: 30px;
}
#studio-associations {
  margin-top: -15px;
}
#studio-associations .grid-item img {
  opacity: 0.8;
  max-width: 350px;
}
#studio-associations h2 {
  margin-bottom: 20px;
}

#projects-next-prev .block {
  display: flex;
  justify-content: center;
}
#projects-next-prev .next,
#projects-next-prev .prev {
  flex-basis: 46%;
  font-size: 15px;
}
#projects-next-prev .next {
  text-align: left;
  margin-left: 3%;
}
#projects-next-prev .prev {
  text-align: right;
  margin-right: 3%;
}
#projects-next-prev a:hover {
  text-decoration: underline;
}
#projects-next-prev .next i {
  margin-left: 7px;
}
#projects-next-prev .prev i {
  margin-right: 7px;
}

/* CTA */

.cta-wrap .cta-heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.9;
}
.cta-wrap .button {
  font-size: 14px;
  padding: 15px 40px;
}
.cta-cols1 .cta-wrap::after {
  width: 50px;
  height: 1px;
  background: #353535;
  display: block;
  content: "";
  margin: 30px auto 0;
}
.cta-cols1 .cta-wrap {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.cta-cols2 .cta-wrap {
  text-align: center;
}

/* Projects individual */

.projects-banner-bg .img-holder.mob-hide {
  max-height: 900px;
}
.projects-banner-bg img {
  width: 100%;
}
#project-page-top h1 {
  font-size: 22px;
}
.box-project {
  display: block;
}
.box-project.box-project-home {
  margin-bottom: 0;
}
.box-project .heading {
  margin-top: 8px;
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
.box-project:hover .heading {
  text-decoration: underline;
}

/* Project portfolio images */

p.denotes {
  color: #666666;
  font-style: italic;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.8;
}
.block-field-blocktaxonomy-termproject-categoriesfield-other-projects span {
  display: block;
}
.block-field-blocktaxonomy-termproject-categoriesfield-other-projects
  .readless-link {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  width: fit-content;
}
.box-project-cat .heading {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.box-project-cat:hover .heading {
  text-decoration: underline;
}
.project-category-back-button {
  text-align: center;
  margin-bottom: 60px;
}
.project-category-back-button a {
  font-size: 15px;
  text-decoration: underline;
}
.project-img-container {
  margin-bottom: 40px;
}
#portfolio-images .block-inline-blockvideo {
    margin-bottom: 40px;
}

/* Contact page */
.contact-details-block .arch-info {
  margin-bottom: 25px;
}
.contact-details-block i {
  width: 25px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.contact-details-block span {
  display: inline-block;
  width: calc(100% - 27px);
  vertical-align: top;
  line-height: 1.5;
}
.contact-details-block a:hover {
  text-decoration: underline;
}
#contact-main2 h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}

/* Slick slideshows */
/* Slick carousel core */
.slick {
  position: relative;
}
.slick-nav-dots {
  text-align: center;
  list-style: none;
  margin: 20px 0 0 0;
}
.slick-nav-dots li {
  display: inline;
  margin: 0 3px;
}
.slick-nav-dots li button {
  background: #eee;
  border: none;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  font-size: 0;
}
.slick-nav-dots li.slick-active button {
  background-color: #ddd;
}
.slick-nav-dots li button:hover {
  cursor: pointer;
}

/* Testimonials */

.block-inline-blocktestimonials {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.block-inline-blocktestimonials h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
}
.block-inline-blocktestimonials p.testimonial-main {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Georgia", sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 1.9;
}
.block-inline-blocktestimonials p.testimonial-main::after {
  content: "";
  display: block;
  background-color: #343434;
  width: 70px;
  height: 1px;
  margin: 20px auto 0 auto;
}
.block-inline-blocktestimonials .testimonial-client-link {
  text-align: center;
  font-size: 16px;
}
.block-inline-blocktestimonials .testimonial-project a::before {
  content: "(";
}
.block-inline-blocktestimonials .testimonial-project a::after {
  content: ")";
}
.block-inline-blocktestimonials .testimonial-client-link a {
  text-decoration: underline;
}
.block-inline-blocktestimonials .testimonial-img {
  margin-bottom: 30px;
}
.block-inline-blocktestimonials .testimonial-img img {
  margin: 0 auto;
  display: block;
  width: 150px;
  border-radius: 200px;
}

/* Miscellaneous */
#page-not-found {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 40px auto;
}
#page-not-found h1 {
  font-size: 30px;
}
.large-404 {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}
#page-not-found p {
  margin-bottom: 20px;
}
.page-404-buttons {
  margin-top: 30px;
}
.page-404-buttons .button {
  margin: 0 2px 15px 0;
  width: 220px;
  max-width: 100%;
  padding: 15px 0;
}
#page-not-found .search-block-form {
  margin: 20px 0 10px 0;
}
#page-not-found .search-block-form input[type="search"] {
  width: 600px;
  max-width: 100%;
}


.page-node-25 h1 {
  font-size: 30px;
  font-weight: 500;
  
} 
.page-node-25 .basic-page-body {
  text-align: center;
}
.page-node-25 .basic-page-body p {
  text-align: center;
  font-size: 16px;
}
  .page-node-25 .basic-page-body .button {
    font-size: 15px;
    padding: 12px 30px;
  }

/* Admin stuff */
.layout-builder-form #edit-actions {
  margin-bottom: 20px;
}
.layout-builder-form #edit-actions input {
  display: inline;
}
.layout-builder-form #edit-preview-toggle {
  margin-top: 30px;
}
.layout-builder-form .form-type-vertical-tabs {
  margin-bottom: 30px;
}
.tabs ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: outside none none;
  margin: 5px 5px 40px 0px;
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
}
#drupal-off-canvas-wrapper {
  width: 1200px !important;
}
nav.tabs,
article.profile,
.path-user .block-system-main-block,
.layout-builder-form,
.layout-builder-discard-changes,
#layout-builder-revert-overrides {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto 0 auto;
}
.path-user .block-system-main-block,
.layout-builder-discard-changes {
  margin-bottom: 100px;
}
.page-node-type-article nav.tabs {
  width: 900px;
  margin-top: 50px;
}
.layout-builder-discard-changes #edit-actions,
#layout-builder-revert-overrides #edit-actions {
  margin-top: 30px;
}

/***************** All phones *****************************/
@media (min-width: 1px) and (max-width: 768px) {
  .wrap {
    width: 80%;
  }

  header {
    height: 70px;
  }
  .accordion-item {
    margin-bottom: 10px;
  }

  #projects-slideshow.section-main {
    margin-bottom: 70px;
  }
  .project-img-container .left {
    margin-bottom: 40px;
  }

  .studio-page-logos img {
    max-width: 250px;
    margin-right: 5px;
  }

  .blog-projects-item .left {
    margin-bottom: 20px;
  }
  .view-projects .views-view-responsive-grid--horizontal,
  .block-views-blockprojects-categories--block-1
    .views-view-responsive-grid--horizontal {
    gap: 20px;
  }
  .block-inline-blockimage-heading-text .grid-item {
    margin-bottom: 40px;
  }
  #studio-associations .block-inline-blockimage-heading-text img {
    max-width: 50%;
  }
  #studio-associations .block-inline-blockimage-heading-text h3 {
    font-size: 16px;
  }

  .block-views-blockinsights-block-1 .views-view-responsive-grid {
    gap: 20px;
  }
}

/*************************** Really small phone ***************************/

@media (min-width: 1px) and (max-width: 340px) {
  header .region-menu {
    right: 71px;
    top: 26px;
  }
  .header-search-icon {
    right: 10px;
    top: 28px;
  }
  .header-phone-icon {
    right: 38px;
    top: 21px;
  }
  header #logo {
    width: 130px;
    left: 10px;
    top: 22px;
  }
  #projects-next-prev .block {
    display: block;
  }
  #projects-next-prev .next,
  #projects-next-prev .prev {
    text-align: center;
  }
  #projects-next-prev .prev {
    margin-bottom: 10px;
  }
}

/*********************** Really small to landscape phone ****************/
@media (min-width: 341px) and (max-width: 559px) {
  header .region-menu {
    right: 84px;
    top: 26px;
  }
  .header-search-icon {
    right: 10px;
    top: 28px;
  }
  .header-phone-icon {
    right: 45px;
    top: 21px;
  }
  header #logo {
    width: 150px;
    left: 10px;
    top: 20px;
  }
}


/*************************** Just portrait phone ***************************/

@media (min-width: 1px) and (max-width: 559px) {
  .mob-hide {
    display: none;
  }
  .mob-show {
    display: block;
  }
  .projects-banner-bg .img-holder.mob-show {
    display: block;
  }
  .projects-banner-bg .img-holder.mob-hide {
    display: none;
  }

  #block-skewed-searchform.container-inline div,
  .search-block-form.container-inline div {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  #header-search-form input[type="search"] {
    width: calc(100% - 70px);
    margin-left: 20px;
  }
  #header-search-form .search-block-form .form-item::after {
    right: 60px;
  }
  .box-project {
    margin-bottom: 15px;
  }
  blockquote {
    margin-top: 80px;
    padding-left: 0;
  }
  blockquote::before {
    left: -20px;
    top: 0px;
  }
}

/*************************** Just landscape phone ***************************/
@media (min-width: 559px) and (max-width: 768px) {
    header .region-menu {
    right: 84px;
    top: 26px;
  }
  .header-search-icon {
    right: 10px;
    top: 28px;
  }
  .header-phone-icon {
    right: 45px;
    top: 21px;
  }
  header #logo {
    width: 170px;
    left: 10px;
    top: 17px;
  }
  .search-block-form .form-item,
  .search-form .form-item {
    width: 80%;
    margin-left: 10%;
  }
 
  #header-search-form input[type="search"] {
    width: 100%;
  }

  .path-frontpage #top-no-wrap img {
    width: 120%;
    max-width: 120%;
    margin-left: -5%;
  }
  .short-img img {
    margin-top: -15%;
    margin-bottom: -15%;
  }
  blockquote {
    margin-top: 40px;
  }
  blockquote::before {
    left: -20px;
    top: 40px;
  }
}

/*********************** All phone + small tablet size ************************/

@media (min-width: 0px) and (max-width: 899px) {
  #contact-main1 .cols2 .first {
    margin-bottom: 40px;
  }
  .mob-flip .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mob-flip .flex-container .flex-item {
    flex-basis: 100%;
  }
  .mob-flip .flex-container .flex-item.last {
    margin-bottom: 20px;
  }
  .mob-flip .flex-container .flex-item.first {
    margin-bottom: 0;
  }
}

/*************************** All Tablet Size ***************************/
@media (min-width: 769px) and (max-width: 1199px) {
  .wrap {
    width: 80%;
  }
  main {
    margin-top: 50px;
  }
  .section-main {
    margin-bottom: 50px;
  }

  header {
    height: 80px;
  }
  header #logo {
    width: 180px;
    left: 20px;
    top: 21px;
  }
  .path-frontpage #top-no-wrap {
    margin-top: -80px;
  }
  h1 {
    font-size: 21px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 15px;
  }

  .search-block-form .form-item,
  .search-form .form-item {
    width: 80%;
    margin-left: 10%;
  }
  #page-not-found .search-block-form .form-item {
    width: 600px;
  }
  #header-search-form input[type="search"] {
    width: 100%;
  }

  .slick-nav-dots li button {
    border-radius: 14px;
    width: 14px;
    height: 14px;
  }

  .top-featured-centred p {
    font-size: 14px;
  }
  .top-featured-centred .button {
    font-size: 15px;
  }

  .block-inline-blocktestimonials p.testimonial-main {
    font-size: 22px;
    line-height: 2.1;
  }

  .box-project .heading {
    font-size: 15px;
    margin-top: 10px;
  }

  .view-button-centred {
    margin-top: 50px;
  }
  .view-button-centred a {
    font-size: 16px;
  }
  .quote {
    font-size: 22px;
  }
  .cta-cols1 .cta-wrap {
    max-width: 90%;
  }
  .cta-wrap .cta-heading {
    font-size: 22px;
  }
  .cta-cols1 .cta-heading {
    margin-bottom: 20px;
  }
  .cta-wrap .button {
    font-size: 14px;
  }

  .view-projects .views-view-responsive-grid--horizontal {
    gap: 20px;
  }
  .block-views-blockprojects-categories--block-1
    .views-view-responsive-grid--horizontal {
    gap: 20px;
  }

  .block-inline-blocktestimonials .testimonial-client-link {
    font-size: 17px;
  }

  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects ul li {
    flex-basis: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects
    ul
    li:nth-of-type(2n) {
    margin-right: 0;
  }

  #studio-associations h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #studio-associations .block-inline-blockimage-heading-text h3 {
    font-size: 16px;
  }

  #studio-main-why .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  #studio-main-why.gutter-5 .flex-container .flex-item {
    flex-basis: 47.5%;
    margin-right: 5%;
  }
  #studio-main-why.gutter-5 .flex-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .number-columns .flex-item::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    left: -20px;
  }

  .block-views-blockinsights-block-1 .views-view-responsive-grid {
    gap: 20px;
  }
  blockquote {
    margin-top: 50px;
    font-size: 20px;
  }
  blockquote p {
    font-size: 20px;
  }
  blockquote p.blockquote-caption {
    font-size: 14px;
  }
  blockquote::before {
    top: 35px;
    left: -20px;
  }
  .blog-main-link-top {
    margin-bottom: 15px;
  }
  .blog-outer-wrap h1 {
    font-size: 22px;
  }
  .blog-main-date-top {
    margin-bottom: 25px;
  }
  .blog-body h2 {
    font-size: 17px;
  }
  .blog-body h3 {
    font-size: 16px;
  }
  .blog-body h4 {
    font-size: 15px;
  }
  .blog-back-button a {
    font-size: 15px;
  }
  .blog-back-button {
    margin-bottom: 60px;
  }
  
.page-node-25 h1 {
  font-size: 36px;
}
  .page-node-25 .basic-page-body p {
    font-size: 18px;
    margin: 0 auto 20px auto;
    width: 600px;
  }
  .page-node-25 .basic-page-body .button {
    font-size: 16px;
    padding: 15px 40px;
  }

}

/*************************** Just Small Tablet Size ***************************/

@media (min-width: 769px) and (max-width: 899px) {
  header .region-menu {
    right: 60px;
    top: 32px;
  }
  .header-search-icon {
    right: 20px;
    top: 33px;
  }
  main {
    min-height: calc(100vh - 370px);
  }
  #breadcrumbs {
    margin: 50px 0 -20px 0;
  }
  footer .footer-text {
    margin-bottom: 5px;
  }

  .short-img img {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  #process-main1 .short-img {
    height: 400px;
  }
  #process-main1 .short-img img {
    margin-top: -5%;
  }
  .cols3 .grid-container {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 40px 25px;
  }
  #studio-associations .cols3 .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px;
  }
}

/*************************** Just Large Tablet Size ***************************/
@media (min-width: 900px) and (max-width: 1199px) {
  header .region-menu {
    right: 24px;
    top: 29px;
  }
  .path-frontpage .region-menu {
    top: 29px;
  }
  .header-search-icon {
    right: 20px;
    top: 32px;
  }
  .header-search-icon i {
    font-size: 17px;
  }
  #breadcrumbs {
    margin: 50px 0 -10px 0;
  }
  main {
    min-height: calc(100vh - 300px);
  }
  footer p {
    line-height: 1.8;
    text-align: right;
  }
  footer .footer-text {
    margin-bottom: 5px;
  }
    .gutter-2 .flex-item {
    margin-right: 2%;
  }
  .gutter-5 .flex-item {
    margin-right: 2%;
  }
  .gutter-7 .flex-item {
    margin-right: 3%;
  }
  .gutter-10 .flex-item {
    margin-right: 5%;
  }
  .block-inline-blockimage-heading-text h3 {
    margin-top: 10px;
  }
  #studio-associations .cols3 .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px;
  }
  .block-views-blockinsights-block-1 .view-filters label {
    margin-right: 3px;
  }
}

/*************************** Just laptop Size ***************************/
@media (min-width: 1200px) and (max-width: 1599px) {
  main {
    margin-top: 80px;
  }

  .view-projects .views-view-responsive-grid--horizontal {
    gap: 30px;
  }
  #process-workflow .cols3 .grid-container {
    gap: 40px 30px;
  }
  #studio-main-why .flex-container.cols4 {
    flex-wrap: wrap;
  }
  #studio-main-why.gutter-5 .flex-container .flex-item {
    flex: 0 1 47.5%;
    margin-right: 5%;
  }
  #studio-main-why.gutter-5 .flex-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .number-columns .flex-item::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  blockquote {
    margin-top: 50px;
    font-size: 20px;
  }
  blockquote p {
    font-size: 22px;
  }
  blockquote p.blockquote-caption {
    font-size: 14px;
  }
  blockquote::before {
    top: 35px;
    left: -20px;
  }
  .blog-outer-wrap h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .blog-main-date-top {
    margin-bottom: 30px;
  }
  .blog-main-link-top {
    margin-bottom: 20px;
  }
}

/*************************** Everything larger than small phone ******************************/
@media (min-width: 559px) {
  #projects-next-prev .next,
  #projects-next-prev .prev {
    font-size: 16px;
  }
  #projects-next-prev .next {
    margin-left: 2%;
  }
  #projects-next-prev .prev {
    margin-right: 2%;
  }
  .blog-projects-item {
    display: flex;
    margin-bottom: 20px;
  }
  .blog-projects-item .left {
    flex-basis: 150px;
  }
  .blog-projects-item .right {
    flex-basis: calc(100% - 150px);
    padding-left: 30px;
  }
  .blog-share-horizontal .field-label-inline,
  .blog-tag-wrapper .field-label-inline {
    display: inline-block;
    margin-bottom: 0;
    width: 85px;
  }

  .blog-share-horizontal .field-label-inline {
    vertical-align: middle;
  }
  .blog-tag-items {
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align: top;
  }
  .blog-share-horizontal .social-sharing-buttons {
    margin: 0;
  }
  
    #page-not-found .search-block-form .form-item {
    margin-left: 0;
  }
}

/*************************** Everything larger than any phone ******************************/
@media (min-width: 768px) {
  body,
  p,
  li {
    font-size: 14px;
  }

  .cols2.block .accordion-items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .cols3.block .accordion-items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .cols4.block .accordion-items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
    header .header-phone-icon {
    display: none;
  }

  #breadcrumbs span.sep {
    margin: 0 12px;
  }

  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 0;
  }
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects ul li {
    list-style: none;
    background: #efefef;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 500;
  }

  .blog-tag-wrapper .field-label-inline {
    width: 85px;
    vertical-align: middle;
    display: inline-block;
  }
  .blog-tag-wrapper .blog-tag-items {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
  }
  .blog-projects-item {
    align-items: center;
  }
  .blog-tag-items .button a {
    font-size: 14px;
  }
  
  #page-not-found,
  #page-not-found p {
    text-align: center;
  }
  #page-not-found h1 {
    margin-bottom: 30px;
  }
}

/*************************** Everything larger than any tablet ******************************/
@media (min-width: 1200px) {
  header {
    height: 100px;
  }
  .path-frontpage #top-no-wrap {
    margin-top: -100px;
  }
  #header-search-form {
    height: 85px;
    padding-top: 30px;
    text-align: center;
  }
  #search-block-form {
    text-align: center;
  }
  main {
    min-height: calc(100vh - 320px);
  }
  
      .gutter-2 .flex-item {
    margin-right: 2%;
  }
  .gutter-5 .flex-item {
    margin-right: 5%;
  }
  .gutter-7 .flex-item {
    margin-right: 7%;
  }
  .gutter-10 .flex-item {
    margin-right: 10%;
  }
  .gutter-10 .flex-item {
    margin-right: 10%;
  }
  
  .search-block-form .form-item,
  .search-form .form-item {
    font-size: 18px;
    width: 600px;
  }

  .top-featured-centred p {
    font-size: 16px;
  }
  .top-featured-centred .button {
    font-size: 15px;
  }
  .top-featured-centred {
    margin: 0 auto;
    text-align: center;
  }
  .top-featured-centred p::after {
    margin: 20px auto 0 auto;
  }
  .top-featured-centred p {
    text-align: center;
    font-size: 15px;
  }
  .top-featured-centred .button {
    margin: 20px auto 0 auto;
  }

  .slick-nav-dots li button {
    border-radius: 17px;
    width: 17px;
    height: 17px;
  }

  .top-featured-centred p {
    font-size: 16px;
  }

  .view-button-centred {
    margin-top: 70px;
  }
  .view-button-centred a {
    font-size: 18px;
  }

  .cta-cols1 .cta-wrap {
    max-width: 80%;
  }
  .cta-cols1 .cta-wrap::after {
    margin: 30px auto 0;
  }

  .accordion-button {
    padding: 20px 30px 20px 20px;
    font-size: 15px;
  }
  .accordion-button::after {
    top: 13px;
    font-size: 22px;
  }
  .accordion-button.active::after {
    top: 5px;
  }

  h2.centred-view-header,
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects h2 {
    margin-bottom: 30px;
  }
  .project-category-back-button a {
    font-size: 17px;
  }
  .box-project-cat .heading {
    font-size: 17px;
  }

  #studio-associations h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  .blog-body h2 {
    font-size: 18px;
  }
  .blog-body h3 {
    font-size: 16px;
  }
  .blog-body h4 {
    font-size: 15px;
  }
  .blog-back-button {
    margin-bottom: 90px;
  }
  .blog-back-button a {
    font-size: 16px;
  }
  .block-inline-blocktestimonials h2 {
    font-size: 19px;
  }
  .page-node-25 h1 {
  font-size: 42px;
}
  .page-node-25 .basic-page-body p {
    font-size: 20px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-node-25 .basic-page-body .button {
    font-size: 18px;
    padding: 15px 40px;
  }
}

/********************************** Everything large tablet size and up *****************************/

@media (min-width: 900px) {
  #block-skewed-responsivemenumobileicon {
    display: none;
  }
  #block-skewed-horizontalmenu {
    display: block;
  }

  /* Flex containers */
  .flex-container {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }

  .cols2 .flex-item {
    flex: 0 1 50%;
  }
  .cols3 .flex-item {
    flex-basis: 33.333%;
  }
  .cols4 .flex-item {
    flex: 0 1 25%;
  }
  .cols5 .flex-item {
    flex: 0 1 20%;
  }
  .cols6 .flex-item {
    flex: 0 1 16.666%;
  }

  .cols2-20-80 .first,
  .cols2-80-20 .last {
    flex: 0 1 20%;
  }
  .cols2-25-75 .first,
  .cols2-75-25 .last {
    flex: 0 1 25%;
  }
  .cols2-30-70 .first,
  .cols2-70-30 .last {
    flex: 0 1 30%;
  }
  .cols2-35-65 .first,
  .cols2-65-35 .last {
    flex: 0 1 35%;
  }
  .cols2-40-60 .first,
  .cols2-60-40 .last {
    flex: 0 1 40%;
  }
  .cols2-45-65 .first,
  .cols2-65-45 .last {
    flex: 0 1 45%;
  }
  .cols2-50-50 .flex-item {
    flex: 0 1 50%;
  }
  .cols2-55-65 .first,
  .cols2-655-55 .last {
    flex: 0 1 55%;
  }
  .cols2-60-40 .first,
  .cols2-40-60 .last {
    flex: 0 1 60%;
  }
  .cols2-65-35 .first,
  .cols2-35-65 .last {
    flex: 0 1 65%;
  }
  .cols2-70-30 .first,
  .cols2-30-70 .last {
    flex: 0 1 70%;
  }
  .cols2-75-25 .first,
  .cols2-25-75 .last {
    flex: 0 1 75%;
  }
  .cols2-80-20 .first,
  .cols2-20-80 .last {
    flex: 0 1 80%;
  }


  .cols4 .last,
  .cols3 .last,
  .cols2 .last {
    margin-right: 0;
  }
  .cols2 .first {
    margin-bottom: 0;
  }

  /* Grid items */
  .grid-container {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .cols2 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .cols3 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .cols4 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  footer {
    text-align: left;
  }
  footer .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-start;
  }
  footer .left {
    margin: 0;
  }
  footer .right {
    text-align: right;
    flex-basis: calc(100% - 220px);
    margin: 0;
    line-height: 1.8;
  }
  footer p {
    float: right;
  }

  h2.centred-view-header {
    text-align: center;
  }
  .project-img-container {
    display: flex;
    margin-bottom: 40px;
  }
  .project-img-container .left {
    margin-right: 40px;
  }
  .grid-2cols-force .views-view-responsive-grid--horizontal {
    grid-template-columns: 50% 50%;
  }

  .block-views-blockinsights-block-1 .view-filters {
    float: right;
  }
  .block-views-blockinsights-block-1 .view-header {
    float: left;
  }
  .block-views-blockinsights-block-1 .view-content {
    margin-top: 20px;
  }
  .block-views-blockinsights-block-1 .view-filters label {
    display: inline;
  }
  .block-views-blockinsights-block-1 .form--inline .form-item {
    margin: 0;
  }
}

/************** Over tablet before full-width wrap ***************/
@media (min-width: 1201px) and (max-width: 1599px) {
  .section-main {
    margin-bottom: 70px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }

  .box-project .heading {
    font-size: 16px;
  }
  header #logo {
    width: 200px;
  }
  header .region-menu {
    top: 36px;
  }
  header .header-search-icon {
    top: 40px;
  }
  .horizontal-menu > li {
    font-size: 15px;
  }
  .path-frontpage #top-no-wrap {
    margin-top: -100px;
  }
  .horizontal-menu > li > a {
    margin: 0 30px 0 0;
  }

  #breadcrumbs {
    margin: 60px 0 -20px 0;
    font-size: 14px;
  }
  .cols3 .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .quote {
    font-size: 24px;
  }
  .cta-wrap .cta-heading {
    font-size: 24px;
  }
  .cta-cols1 .cta-heading {
    margin-bottom: 20px;
  }
  .cta-wrap .button {
    font-size: 15px;
  }

  .block-inline-blocktestimonials p.testimonial-main {
    font-size: 24px;
    line-height: 2.1;
  }

  .block-inline-blocktestimonials .testimonial-client-link {
    font-size: 18px;
  }
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects ul li {
    flex-basis: 32.666%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects
    ul
    li:nth-of-type(3n) {
    margin-right: 0;
  }
  .block-inline-blockimage-heading-text h3 {
    font-size: 20px;
  }
  #studio-associations .block-inline-blockimage-heading-text h3 {
    font-size: 18px;
  }
}

/********************************** Everything over main 1600px wrap *****************************/

@media (min-width: 1600px) {
  main {
    margin-top: 100px;
  }

  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }

  .horizontal-menu > li {
    font-size: 16px;
  }
  .horizontal-menu > li > a {
    margin: 0 40px 0 0;
  }

  .cols3 .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
  .valign-top .flex-item {
    align-self: top;
  }
  .valign-middle .flex-item {
    align-self: center;
  }
  .valign-bottom .flex-item {
    align-self: center;
  }
  .section-main {
    margin-bottom: 120px;
  }

  #projects-main1.section-main {
    margin-block: 80px;
  }
  #breadcrumbs {
    margin: 80px 0 -30px 0;
    font-size: 14px;
  }
  .quote {
    font-size: 28px;
  }
  .cta-wrap .cta-heading {
    font-size: 28px;
  }
  .cta-wrap .button {
    font-size: 17px;
  }
  .cta-cols2 .cta-heading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    max-width: calc(100% - 350px);
  }
  .cta-cols2 .button-holder {
    display: inline-block;
    vertical-align: middle;
  }
  .block-inline-blocktestimonials p.testimonial-main {
    font-size: 28px;
    line-height: 2.1;
  }

  .box-project .heading {
    font-size: 16px;
  }
  .block-inline-blocktestimonials .testimonial-client-link {
    font-size: 19px;
  }
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects ul li {
    flex-basis: 23.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .block-field-blocktaxonomy-termproject-categoriesfield-other-projects
    ul
    li:nth-of-type(4n) {
    margin-right: 0;
  }
  .block-inline-blockimage-heading-text h3 {
    font-size: 21px;
  }
  #studio-associations .block-inline-blockimage-heading-text h3 {
    font-size: 19px;
  }
  .number-columns .flex-item::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    left: -30px;
  }

  blockquote {
    margin: 60px 0 50px 0;
    font-size: 20px;
  }
  blockquote p {
    font-size: 22px;
    line-height: 1.9;
  }
  blockquote p.blockquote-caption {
    font-size: 15px;
  }
  blockquote::before {
    top: 40px;
    left: -20px;
  }
  .blog-outer-wrap h1 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .blog-main-date-top {
    margin-bottom: 40px;
  }
}

/************** Footer medium large ***************/

@media (min-width: 1201px) and (max-width: 1400px) {
  footer p {
    max-width: none;
    line-height: 1.7;
  }
  footer .footer-text {
    text-align: left;
  }
  footer .footer-text {
    display: inline-block;
    width: 460px;
    margin-right: 20px;
    vertical-align: top;
  }
  footer .footer-socials {
    display: inline-block;
    width: 90px;
    vertical-align: top;
  }
}

/************** Extra large footer ***************/

@media (min-width: 1401px) {
  footer p {
    max-width: none;
  }
  footer .footer-socials,
  footer .footer-text {
    display: inline;
  }
}

/************************** Just after responsive full width ***************************/

@media (min-width: 1921px) and (max-width: 2499px) {
}

@media (min-width: 1921px) and (max-width: 2499px) {
  .projects-banner-bg img {
    margin-top: -4%;
  }
}

@media (min-width: 2500px) and (max-width: 3199px) {
  .projects-banner-bg img {
    margin-top: 0;
  }

  .path-frontpage #top-no-wrap .img-holder img {
    margin-top: -3%;
  }
}

@media (min-width: 3200px) {
  .projects-banner-bg img {
    margin-top: -10%;
  }
}
