/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, #form-container .heading, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
  text-underline-offset: 5px;
}

h1 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  font-weight: bold;
}

h3, #form-container .heading {
  font-size: 22px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3, #form-container .heading {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
}
p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin-bottom: 0;
}

.primary-text {
  color: #E30613;
}

.callout-text {
  margin: 30px 0;
  padding-left: 20px;
  border-left: 2px solid #FFF;
}
.callout-text a {
  margin-top: 0 !important;
}
.callout-text a:hover {
  text-decoration: none !important;
}

.text-columns {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .text-columns {
    -moz-columns: 2 40px;
         columns: 2 40px;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
span.telephone-number, span.email-address {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
span.telephone-number:before, span.email-address:before {
  height: 25px;
  width: 25px;
  background: url("../library/images/contact-icon.svg") center/contain no-repeat;
  content: "";
  margin-right: 10px;
}
span.email-address:before {
  background: url("../library/images/email-icon.svg") center/contain no-repeat;
}

.body-style a:not(.btn) {
  display: inline-block;
  font-weight: bold;
}
.body-style a:not(.btn):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.body-style h1, .body-style h2, .body-style h3, .body-style #form-container .heading, #form-container .body-style .heading, .body-style h4, .body-style h5 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.body-style h1:first-child, .body-style h2:first-child, .body-style h3:first-child, .body-style #form-container .heading:first-child, #form-container .body-style .heading:first-child, .body-style h4:first-child, .body-style h5:first-child {
  margin-top: 0;
}
.body-style h1:only-child, .body-style h2:only-child, .body-style h3:only-child, .body-style #form-container .heading:only-child, #form-container .body-style .heading:only-child, .body-style h4:only-child, .body-style h5:only-child {
  margin-bottom: 0;
}
.body-style h4 {
  margin-bottom: 10px;
}
.body-style ul, .body-style ol {
  margin-top: 20px;
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}
.body-style ul li, .body-style ol li {
  margin-bottom: 15px;
}
.body-style ul li:last-of-type, .body-style ol li:last-of-type {
  margin-bottom: 0;
}
.body-style ol {
  margin-left: 15px;
  list-style: decimal;
}
.body-style ol li {
  padding-left: 20px;
}
.body-style .inline-btn {
  margin-top: 0 !important;
}

strong {
  font-weight: bold;
}

::-moz-selection {
  color: #FFF;
  background: #E30613;
}

::selection {
  color: #FFF;
  background: #E30613;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a[href=""] {
  pointer-events: none;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "Cera Pro";
  src: url("../library/fonts/cera-pro-medium.woff");
  font-weight: 500;
  font-style: normal;
}
a.btn, .btn, #form-container .wpcf7 .wpcf7-submit, .callout-text a {
  display: inline-block;
  background: #E30613;
  color: #FFF;
  text-transform: uppercase;
  padding: 12px;
  font-weight: bold;
  border: 2px solid transparent;
  transition: 0.25s all ease-in-out;
  font-size: 16px;
  line-height: 16px;
}
a.btn:hover, .callout-text a:hover, .btn:hover, #form-container .wpcf7 .wpcf7-submit:hover {
  background: none;
  color: #E30613;
  border-color: #E30613;
  text-decoration: none;
}

span.btn, #form-container .wpcf7 span.wpcf7-submit {
  padding: 0;
}
span.btn a, #form-container .wpcf7 span.wpcf7-submit a {
  padding: 12px;
}
span.btn a:hover, #form-container .wpcf7 span.wpcf7-submit a:hover {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
  background: #151414;
}

body.noscroll {
  overflow: hidden;
}

.wrap {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.page-container {
  overflow: hidden;
}

.mask-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.block {
  position: relative;
  padding: 50px 0;
}
.block.large-pd-top {
  padding-top: 100px;
}
.block.small-pd-top {
  padding-top: 25px;
}
.block.no-pd-top {
  padding-top: 0;
}
.block.large-pd-bottom {
  padding-bottom: 100px;
}
.block.small-pd-bottom {
  padding-bottom: 25px;
}
.block.no-pd-bottom {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block {
    padding: 100px 0;
  }
  .block.large-pd-top {
    padding-top: 150px;
  }
  .block.small-pd-top {
    padding-top: 50px;
  }
  .block.no-pd-top {
    padding-top: 0;
  }
  .block.large-pd-bottom {
    padding-bottom: 150px;
  }
  .block.small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.no-pd-bottom {
    padding-bottom: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.image-container, .team-member, .image-gallery a {
  position: relative;
}
.image-container:after, .team-member:after, .image-gallery a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E30613;
  content: "";
  height: 100%;
  width: 100%;
  transform-origin: bottom;
  transition: 0.5s all ease-in-out;
  z-index: 2;
}
.image-container.reveal:after, .team-member.reveal:after, .image-gallery a.reveal:after {
  transform: scaleY(0);
}

.fadeup {
  opacity: 0;
  transform: scaleY(-10px);
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  a img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .section {
    padding: 65px 0;
  }
}
/* Third Party Payload
================================================ */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Layout
================================================ */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.25s all ease-in-out;
}
header.headerscrolled {
  background: #000;
  color: #FFF;
}
header .wrap {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
header .logo {
  position: relative;
  z-index: 2;
  max-width: 165px;
  width: 100%;
  margin-right: auto;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .contact {
  display: none;
  font-family: "Cera Pro", "Nunito Sans", sans-serif;
  gap: 10px;
  align-items: center;
}
header .contact a:hover {
  text-decoration: underline;
}
header .contact p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
header .contact span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
header .contact:before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background: url("../library/images/contact-icon.svg") center/contain no-repeat;
}

@media only screen and (min-width: 768px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    padding-top: 30px;
  }
  header .wrap {
    display: flex;
    align-items: center;
    max-width: 1160px;
  }
  header .logo {
    position: relative;
    z-index: 2;
    max-width: 165px;
    width: 100%;
    margin-right: auto;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    padding-top: 30px;
  }
  header .wrap {
    display: flex;
    align-items: center;
    max-width: 1160px;
  }
  header .logo {
    position: relative;
    z-index: 2;
    max-width: 165px;
    width: 100%;
    margin-right: auto;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .contact {
    display: flex;
  }
}
.menu-toggle {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.menu-toggle * {
  transition: 0.25s ease-in-out;
}
.menu-toggle span {
  background: #E30613;
  display: block;
}
.menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}
.menu-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
}
.menu-toggle .hamburger span:first-of-type {
  margin: 0 0 5px;
}
.menu-toggle .hamburger span:last-of-type {
  margin: 5px 0 0;
}
.menu-toggle .hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
.menu-toggle .hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.menu-toggle .hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  width: 60%;
}
.menu-toggle .cross {
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 13px;
  transition-delay: 0s;
}
.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13.5px;
  transition-delay: 0.25s;
}
.menu-toggle.active .hamburger span {
  width: 0%;
}
.menu-toggle.active .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu-toggle.active .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu-toggle.active .hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.menu-toggle.active .hamburger span:not(:first-of-type) {
  width: 0%;
}
.menu-toggle.active .cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.625s;
}
.menu-toggle.active .cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.375s;
}

@media only screen and (max-width: 1023px) {
  header nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
    background: #E30613;
    transition: 0.25s all ease-in-out;
    padding: 50px 30px;
    overflow-y: auto;
    background: #151414;
  }
  header nav ul {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    margin-bottom: auto;
  }
  header nav li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  header nav li a {
    display: inline-block;
  }
  header nav .menu-item-has-children {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 30px;
  }
  header nav .menu-item-has-children:before, header nav .menu-item-has-children:after {
    position: absolute;
    top: 14px;
    right: 0;
    height: 2px;
    width: 24px;
    background: #FFF;
    content: "";
  }
  header nav .menu-item-has-children:after {
    transition: 0.25s all ease-in-out;
    transform: rotate(90deg);
  }
  header nav .menu-item-has-children.expanded:after {
    opacity: 0;
  }
  header nav .sub-menu {
    display: none;
    padding-top: 20px;
    margin-bottom: 0;
  }
  header nav .sub-menu li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    opacity: 0.4;
  }
  header nav .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  header nav .nav-footer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    font-size: 10px;
    line-height: 10px;
  }
  header nav .nav-footer a {
    display: block;
    margin-left: auto;
  }
  header nav.open {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
  }
  header nav .contact {
    display: flex;
    margin: 0 auto;
  }
  header nav .contact p {
    font-size: 18px;
    line-height: 24px;
  }
  header nav .contact span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
  }
  header nav .contact:before {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1023px) {
  header .menu-toggle {
    display: none;
  }
  header nav {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: auto;
  }
  header nav ul {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  header nav li {
    position: relative;
    color: #C8C8C8;
    transition: 0.25s all ease-in-out;
  }
  header nav li:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
  }
  header nav li:after {
    position: absolute;
    left: -3px;
    bottom: -5px;
    height: 2px;
    background: #E30613;
    width: calc(100% + 6px);
    content: "";
    transform-origin: center;
    transform: scaleX(0);
    transition: 0.25s all ease-in-out;
  }
  header nav li.current_page_item, header nav li:hover {
    color: #FFF;
  }
  header nav li.current_page_item:after, header nav li:hover:after {
    transform: scaleX(1);
  }
  header nav li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  header nav li .sub-menu {
    display: flex;
    flex-direction: column;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 30px;
    opacity: 0;
    transform: translateX(-50%);
    background-color: #151414;
    padding: 10px;
    text-align: center;
    gap: 0;
    pointer-events: none;
  }
  header nav li .sub-menu li {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  header nav li .sub-menu li a {
    display: block;
    padding: 10px 15px;
  }
  header nav li .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  header nav li .sub-menu li:hover {
    background-color: #E30613;
  }
  header nav li .sub-menu li:after {
    display: none;
  }
  header nav .contact {
    display: none;
  }
}
footer {
  padding-bottom: 30px;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  gap: 40px;
}
footer img {
  margin-bottom: 40px;
}
footer .col {
  flex: 1;
}
footer .col p {
  margin-bottom: 30px;
}
footer .col p strong {
  color: #E30613;
  text-transform: uppercase;
}
footer ul {
  font-size: 14px;
}
footer ul li {
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer ul li:last-of-type {
  margin-bottom: 0;
}
footer ul li:hover {
  text-decoration: underline;
}
footer .social a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.25s all ease-in-out;
}
footer .social a:last-of-type {
  margin-bottom: 0;
}
footer .social a svg {
  display: block;
  margin-right: 10px;
  margin-top: -3px;
}
footer .social a path {
  transition: 0.25s all ease-in-out;
}
footer .social a:hover {
  color: #E30613;
}
footer .social a:hover path {
  fill: #E30613;
}

@media only screen and (min-width: 1024px) {
  footer {
    padding: 0;
  }
  footer .wrap {
    flex-direction: row;
    gap: 95px;
  }
}
/* Components Payload
================================================ */
.post-mod {
  display: flex;
  flex-direction: column;
}
.post-mod .image-container {
  overflow: hidden;
  aspect-ratio: 2/1.3;
  margin-bottom: 15px;
}
.post-mod .image-container img {
  width: 100%;
  height: 100%;
  transition: 0.25s all ease-in-out;
}
.post-mod h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .post-mod h4 {
    margin-bottom: 15px;
  }
}
.post-mod p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .post-mod p {
    display: none;
  }
}
.post-mod .view-more {
  display: block;
  color: #E30613;
  font-weight: bold;
  margin-top: auto;
}
.post-mod:hover img {
  transform: scale(1.1);
}
.post-mod:hover .view-more {
  text-decoration: underline;
}

.case-study-mod {
  display: flex;
  flex-direction: column;
}
.case-study-mod .image-container {
  overflow: hidden;
  aspect-ratio: 2/1.3;
  margin-bottom: 15px;
}
.case-study-mod .image-container img {
  width: 100%;
  height: 100%;
  transition: 0.25s all ease-in-out;
}
.case-study-mod h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .case-study-mod h4 {
    margin-bottom: 15px;
  }
}
.case-study-mod p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .case-study-mod p {
    display: none;
  }
}
.case-study-mod .view-more {
  display: block;
  color: #E30613;
  font-weight: bold;
  margin-top: auto;
}
.case-study-mod:hover img {
  transform: scale(1.1);
}
.case-study-mod:hover .view-more {
  text-decoration: underline;
}

.footer-cta {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}
.footer-cta .background-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  -o-object-position: top;
     object-position: top;
}
.footer-cta .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer-cta .contact-form-container {
  position: relative;
  margin-right: auto;
  background: #FFF;
  width: 100%;
  color: #000;
  padding: 80px 25px 30px 25px;
  margin-bottom: 40px;
}
.footer-cta .contact-form-container .title {
  position: absolute;
  top: 0;
  left: 0;
  background: #E30613;
  width: 100%;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.footer-cta .contact-form-container label, .footer-cta .contact-form-container .gform_fileupload_rules {
  display: none;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-cta .contact-form-container label[for=input_1_4], .footer-cta .contact-form-container .gform_fileupload_rules[for=input_1_4] {
  display: block;
}
.footer-cta .contact-form-container .gform_validation_errors ol {
  display: none;
}
.footer-cta .contact-form-container .gform_submission_error {
  font-size: 16px;
  margin: 0;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
}
.footer-cta .contact-form-container .gform_title {
  display: none;
}
.footer-cta .contact-form-container .gfield {
  display: block;
  margin-bottom: 20px;
}
.footer-cta .contact-form-container .validation_message {
  font-size: 10px;
  margin-top: 10px;
  color: red;
}
.footer-cta .contact-form-container input, .footer-cta .contact-form-container textarea {
  -webkit-appearance: none;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  outline: 0;
  font-size: 16px;
}
.footer-cta .contact-form-container input#input_1_4, .footer-cta .contact-form-container textarea#input_1_4 {
  border-bottom: 0;
}
.footer-cta .contact-form-container textarea {
  height: 125px;
  resize: none;
  border: 1px solid #000;
  padding: 10px;
}
.footer-cta .contact-form-container .ginput_counter {
  display: none;
}
.footer-cta .contact-form-container input[type=submit] {
  background: #E30613;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  height: 55px;
  border: 2px solid transparent;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 0;
  cursor: pointer;
}
.footer-cta .contact-form-container input[type=submit]:hover {
  background: none;
  color: #E30613;
  border-color: #E30613;
}
.footer-cta .contact-form-container .gfield_description {
  margin-bottom: 15px;
}
.footer-cta .contact-form-container .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
}
.footer-cta .contact-form-container .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.footer-cta .contact-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: auto;
  margin-left: auto;
  background: url("../library/images/contact-details-bg.png") center left/cover no-repeat;
  color: #000;
  padding: 25px 120px 25px 60px;
  margin-right: -120px;
}
.footer-cta .contact-details p {
  margin-bottom: 18px;
}
.footer-cta .contact-details a {
  transition: 0.25s all ease-in-out;
}
.footer-cta .contact-details a span {
  margin: 5px 0;
}
.footer-cta .contact-details a:hover {
  color: #E30613;
  text-decoration: underline;
}
.footer-cta .contact-details a:last-of-type span {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer-cta {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .footer-cta .background-image {
    width: 50%;
    height: auto;
  }
  .footer-cta .wrap {
    flex-direction: row;
  }
  .footer-cta .contact-form-container {
    max-width: 445px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-cta {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
#form-container .heading {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}
#form-container .heading:first-child {
  margin-top: 0;
}
#form-container .wpcf7 label {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#form-container .wpcf7 .raty-cancel {
  display: none;
}
#form-container .wpcf7 .star_rating_class {
  display: flex;
  gap: 5px;
  margin-top: 15px;
}
#form-container .wpcf7 .star_rating_class img {
  width: 30px;
}
#form-container .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
  max-width: 400px;
}
#form-container .wpcf7 .wpcf7-form-control.wpcf7-radio, #form-container .wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #FFF;
  color: #000;
  padding: 20px;
}
#form-container .wpcf7 .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
}
#form-container .wpcf7 input, #form-container .wpcf7 select, #form-container .wpcf7 textarea, #form-container .wpcf7 .cf7-datepicker {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#form-container .wpcf7 input[type=checkbox], #form-container .wpcf7 input[type=radio] {
  height: 30px;
  width: 30px;
}
#form-container .wpcf7 textarea {
  height: 100px;
}
#form-container .wpcf7 .wpcf7-submit {
  -webkit-appearance: none;
  font-size: 22px;
  height: 60px;
  cursor: pointer;
}
#form-container .wpcf7 .wpcf7-response-output {
  text-align: center;
}
#form-container .wpcf7 .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
#form-container .wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
#form-container .wpcf7 .wpcf7-list-item input {
  margin: 0;
}

/* Blocks Payload
================================================ */
.homepage-masthead {
  padding: 0;
}
.homepage-masthead .top {
  position: relative;
  padding: 100px 0 100px 0;
}
.homepage-masthead .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.homepage-masthead .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.homepage-masthead .content {
  margin-top: 40px;
  width: 100%;
}
.homepage-masthead .btn, .homepage-masthead .callout-text a, .callout-text .homepage-masthead a, .homepage-masthead #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .homepage-masthead .wpcf7-submit {
  margin-top: 25px;
}
.homepage-masthead .google-rating {
  margin-top: 40px;
  max-width: 170px;
}
.homepage-masthead .tv-container {
  position: relative;
  margin: 40px auto 0 auto;
}
.homepage-masthead .tv {
  width: 100%;
  max-width: 315px;
}
.homepage-masthead .tv-animation-container {
  position: absolute;
  top: 98px;
  left: 37px;
  max-width: 190px;
  height: 140px;
  -webkit-clip-path: url(#tv-clip);
          clip-path: url(#tv-clip);
  width: 100%;
  display: block;
}
.homepage-masthead .tv-animation {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-masthead .client-logos {
  padding: 30px 0;
}
.homepage-masthead .client-logos .wrap {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.homepage-masthead .client-logos h3, .homepage-masthead .client-logos #form-container .heading, #form-container .homepage-masthead .client-logos .heading {
  font-family: "Cera Pro", "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}
.homepage-masthead .client-logos .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .homepage-masthead .tv {
    width: 450px;
    max-width: none;
  }
  .homepage-masthead .tv-animation-container {
    top: 140px;
    left: 51px;
    max-width: 275px;
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-masthead .top {
    height: 830px;
    padding: 100px 0 0 0;
  }
  .homepage-masthead .background-image {
    opacity: 1;
  }
  .homepage-masthead .wrap {
    flex-direction: row;
    align-items: flex-start;
  }
  .homepage-masthead .content {
    margin-top: 40px;
    max-width: 460px;
    margin-right: auto;
  }
  .homepage-masthead .tv-container {
    margin-top: auto;
    margin-right: -280px;
  }
  .homepage-masthead .tv {
    width: 690px;
  }
  .homepage-masthead .tv-animation-container {
    top: 225px;
    left: 76px;
    max-width: 425px;
    height: 292px;
  }
  .homepage-masthead .client-logos {
    padding: 0;
  }
  .homepage-masthead .client-logos .wrap {
    flex-wrap: nowrap;
    align-items: center;
    min-height: 100px;
  }
  .homepage-masthead .client-logos h3, .homepage-masthead .client-logos #form-container .heading, #form-container .homepage-masthead .client-logos .heading {
    font-family: "Cera Pro", "Nunito Sans", sans-serif;
    font-size: 24px;
    margin: 0 60px 0 0;
    flex-shrink: 0;
  }
  .homepage-masthead .client-logos .logos {
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-masthead .client-logos h3, .homepage-masthead .client-logos #form-container .heading, #form-container .homepage-masthead .client-logos .heading {
    font-size: 24px;
    margin: 0 115px 0 0;
  }
  .homepage-masthead .client-logos .logos {
    display: flex;
    gap: 50px;
  }
}
.content-and-image {
  position: relative;
}
.content-and-image .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-and-image .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-and-image .content {
  margin-bottom: 40px;
  order: 1;
}
.content-and-image .btn, .content-and-image .callout-text a, .callout-text .content-and-image a, .content-and-image #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-and-image .wpcf7-submit {
  margin-top: 20px;
}
.content-and-image .image-container {
  width: 100%;
  aspect-ratio: 2/1.3;
  height: auto;
  max-height: 400px;
  margin-left: -30px;
  width: 100vw;
  order: 3;
}
.content-and-image .image-container.multiple-images {
  max-height: none;
  aspect-ratio: auto;
}
.content-and-image .image-container img {
  width: 100%;
  height: 100%;
}
.content-and-image .image-container img.multiple-image {
  height: auto;
  margin-bottom: 20px;
}
.content-and-image .image-container img.multiple-image:last-of-type {
  margin-bottom: 0;
}
.content-and-image .read-more-content {
  display: none;
  order: 2;
  margin-bottom: 40px;
}
.content-and-image.tv-strip {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-and-image.image-contain .image-container {
  max-height: none;
  aspect-ratio: auto;
  width: 100%;
}
.content-and-image.image-contain .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content-and-image.circle-image .image-container {
  height: 310px;
  width: 310px;
  border-radius: 50%;
  margin-right: 0;
  overflow: hidden;
}
.content-and-image.contain-within-wrapper .image-container {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .content-and-image .image-container img.multiple-image {
    margin-bottom: 150px;
  }
  .content-and-image .image-container img.multiple-image:last-of-type {
    margin-bottom: 0;
  }
  .content-and-image.tv-strip .image-container {
    margin-top: -50px;
    margin-bottom: -50px;
    aspect-ratio: auto;
    max-height: none;
  }
  .content-and-image.circle-image .image-container {
    height: 310px;
    width: 310px;
    border-radius: 50%;
    margin-right: 0;
    overflow: hidden;
  }
  .content-and-image.contain-within-wrapper .image-container {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .content-and-image .content, .content-and-image .image-container {
    max-width: none !important;
  }
  .content-and-image .image-container {
    margin: 0 auto 0 -30px;
  }
  .content-and-image.image-contain .image-container {
    max-width: 400px !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .content-and-image .wrap {
    flex-direction: row;
    align-items: flex-start;
  }
  .content-and-image .content {
    margin-right: auto;
    max-width: 445px;
    margin-bottom: 0;
  }
  .content-and-image .btn, .content-and-image .callout-text a, .callout-text .content-and-image a, .content-and-image #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-and-image .wpcf7-submit {
    margin-top: 20px;
  }
  .content-and-image .image-container {
    margin-top: 60px;
    max-width: 560px;
    height: 400px;
    max-height: none;
    aspect-ratio: auto;
    margin-right: -120px;
    margin-left: 30px;
  }
  .content-and-image .image-container img.multiple-image {
    margin-bottom: 150px;
  }
  .content-and-image .image-container img.multiple-image:last-of-type {
    margin-bottom: 0;
  }
  .content-and-image.align-bottom .wrap {
    align-items: flex-end;
  }
  .content-and-image.align-center .wrap {
    align-items: center;
  }
  .content-and-image.align-center .image-container {
    margin-top: 0;
  }
  .content-and-image.align-top.remove-title-padding .content {
    padding-top: 60px;
  }
  .content-and-image.align-top.remove-title-padding .image-container {
    margin-top: 0;
  }
  .content-and-image.image-auto-height.align-top .wrap {
    align-items: flex-start;
  }
  .content-and-image.image-auto-height .image-container {
    height: auto;
  }
  .content-and-image.image-auto-height .image-container img {
    max-height: 685px;
    height: auto;
  }
  .content-and-image.tv-strip {
    padding: 0;
  }
  .content-and-image.tv-strip .image-container {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .content-and-image.image-left .content {
    order: 2;
    margin-right: 0;
    margin-left: auto;
  }
  .content-and-image.image-left .image-container {
    order: 1;
    margin-right: 30px;
    margin-left: -120px;
  }
  .content-and-image.image-contain .image-container {
    margin-right: 0;
  }
  .content-and-image.image-contain .image-container img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content-and-image.image-contain.image-left .image-container {
    margin-left: 0;
  }
  .content-and-image.circle-image .image-container {
    height: 310px;
    width: 310px;
    border-radius: 50%;
    margin-right: 0;
    overflow: hidden;
  }
  .content-and-image.contain-within-wrapper .image-container {
    margin-right: 0;
    margin-left: 0;
  }
  .content-and-image.read-more-active .wrap {
    flex-wrap: wrap;
  }
  .content-and-image.read-more-active .read-more-content {
    margin-top: 40px;
    margin-bottom: 0;
    order: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .content-and-image {
    position: relative;
  }
  .content-and-image .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .content-and-image .wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  .content-and-image .content {
    margin-right: auto;
    max-width: 445px;
  }
  .content-and-image .btn, .content-and-image .callout-text a, .callout-text .content-and-image a, .content-and-image #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-and-image .wpcf7-submit {
    margin-top: 20px;
  }
  .content-and-image .image-container {
    margin-top: 60px;
    max-width: 560px;
    width: 100%;
    height: 400px;
    margin-right: -120px;
  }
  .content-and-image .image-container img {
    width: 100%;
    height: 100%;
  }
  .content-and-image .image-container img.multiple-image {
    margin-bottom: 150px;
  }
  .content-and-image .image-container img.multiple-image:last-of-type {
    margin-bottom: 0;
  }
  .content-and-image.align-bottom .wrap {
    align-items: flex-end;
  }
  .content-and-image.align-center .wrap {
    align-items: center;
  }
  .content-and-image.align-center .image-container {
    margin-top: 0;
  }
  .content-and-image.align-top.remove-title-padding .content {
    padding-top: 60px;
  }
  .content-and-image.align-top.remove-title-padding .image-container {
    margin-top: 0;
  }
  .content-and-image.image-auto-height.align-top .wrap {
    align-items: flex-start;
  }
  .content-and-image.image-auto-height .image-container {
    height: auto;
  }
  .content-and-image.image-auto-height .image-container img {
    max-height: 685px;
    height: auto;
  }
  .content-and-image.tv-strip .image-container {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .content-and-image.image-left .content {
    order: 2;
    margin-right: 0;
    margin-left: auto;
  }
  .content-and-image.image-left .image-container {
    order: 1;
    margin-right: 0;
    margin-left: -120px;
  }
  .content-and-image.image-contain .image-container {
    margin-right: 0;
  }
  .content-and-image.image-contain .image-container img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content-and-image.image-contain.image-left .image-container {
    margin-left: 0;
  }
  .content-and-image.circle-image .image-container {
    height: 310px;
    width: 310px;
    border-radius: 50%;
    margin-right: 0;
    overflow: hidden;
  }
  .content-and-image.contain-within-wrapper .image-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.callout-strip {
  display: flex;
  position: relative;
  z-index: 5;
  color: #000;
  padding: 0;
}
.callout-strip:before {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 20vw);
  min-width: 1000px;
  background: url("../library/images/parchment.png") center left/cover no-repeat;
}
.callout-strip .content {
  padding: 30px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  min-height: 90px;
  margin: 0 auto;
  text-align: center;
}
.callout-strip .content .btn, .callout-strip .content .callout-text a, .callout-text .callout-strip .content a, .callout-strip .content #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .callout-strip .content .wpcf7-submit {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .callout-strip .content {
    flex-direction: row;
    justify-content: flex-end;
  }
  .callout-strip .content .btn, .callout-strip .content .callout-text a, .callout-text .callout-strip .content a, .callout-strip .content #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .callout-strip .content .wpcf7-submit {
    margin: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .callout-strip .content {
    margin: 0;
    margin-left: auto;
    padding: 0;
    padding-right: calc((100vw - 1040px) / 2);
    justify-content: flex-end;
    margin-right: 30px;
  }
  .callout-strip.align-left {
    margin-right: auto;
  }
  .callout-strip.align-left:before {
    right: auto;
    left: 0;
    background-image: url("../library/images/parchment-reverse.png");
  }
  .callout-strip.align-left .content {
    padding-left: calc((100vw - 1040px) / 2);
    justify-content: flex-start;
    margin: 0 auto 0 30px;
  }
}
.map-w-content {
  position: relative;
}
.map-w-content .map-bg-image {
  position: absolute;
  right: 0;
  top: -100px;
}
.map-w-content .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-w-content .map-image {
  margin: 20px auto 0 auto;
  max-width: 405px;
  width: 100%;
  height: auto;
}
.map-w-content .right-col {
  padding-top: 60px;
}
.map-w-content .quote {
  margin: 20px 0;
  color: #000;
  background: url("../library/images/quote-bg.png") center/cover no-repeat;
  padding: 40px 35px 60px 35px;
}

@media only screen and (min-width: 768px) {
  .map-w-content .map-bg-image {
    top: -110px;
  }
  .map-w-content .quote {
    padding: 60px 35px 80px 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .map-w-content .wrap {
    flex-direction: row;
  }
  .map-w-content .left-col {
    max-width: 450px;
  }
  .map-w-content .map-image {
    margin: 0;
    margin-top: 20px;
  }
  .map-w-content .right-col {
    padding-top: 110px;
    max-width: 450px;
    margin-left: auto;
  }
}
.latest-blog-and-news .title {
  margin-bottom: 45px;
}
.latest-blog-and-news .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.latest-blog-and-news .category h3, .latest-blog-and-news .category #form-container .heading, #form-container .latest-blog-and-news .category .heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.latest-blog-and-news .category img {
  max-width: 100%;
  margin-right: 10px;
}
.latest-blog-and-news .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media only screen and (min-width: 768px) {
  .latest-blog-and-news .grid {
    gap: 85px 30px;
  }
  .latest-blog-and-news .posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .latest-blog-and-news .inside-jksl {
    grid-column: span 2;
  }
  .latest-blog-and-news .inside-jksl .posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .latest-blog-and-news .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-masthead {
  position: relative;
  padding-top: 120px;
}
.inner-masthead .main-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
}
.inner-masthead .value {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.inner-masthead .wrap {
  position: relative;
  z-index: 3;
}
.inner-masthead.dark-overlay:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.inner-masthead.deep-masthead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
}
.inner-masthead.deep-masthead h1 {
  margin-bottom: 10px;
}
.inner-masthead.deep-masthead h1:last-child {
  margin-bottom: 0;
}
.inner-masthead.deep-masthead .btn, .inner-masthead.deep-masthead .callout-text a, .callout-text .inner-masthead.deep-masthead a, .inner-masthead.deep-masthead #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .inner-masthead.deep-masthead .wpcf7-submit {
  margin-top: 20px;
}
.inner-masthead.single-post-masthead .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.inner-masthead.single-post-masthead h1 {
  margin-bottom: 10px;
}
.inner-masthead.single-post-masthead h4 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.inner-masthead.single-post-masthead h4 img {
  margin-right: 10px;
}
.inner-masthead.single-post-masthead p {
  margin-bottom: 5px;
}
.inner-masthead.author-masthead .headshot {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.inner-masthead.author-masthead .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.inner-masthead.author-masthead h1 {
  margin-bottom: 10px;
}
.inner-masthead.author-masthead p {
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  .inner-masthead {
    padding-top: 180px;
  }
  .inner-masthead .value {
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .inner-masthead.deep-masthead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 850px;
    padding-top: 90px;
  }
  .inner-masthead.deep-masthead .content {
    max-width: 510px;
  }
  .inner-masthead.deep-masthead h1 {
    margin-bottom: 10px;
  }
  .inner-masthead.deep-masthead h1:last-child {
    margin-bottom: 0;
  }
  .inner-masthead.deep-masthead .btn, .inner-masthead.deep-masthead .callout-text a, .callout-text .inner-masthead.deep-masthead a, .inner-masthead.deep-masthead #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .inner-masthead.deep-masthead .wpcf7-submit {
    margin-top: 20px;
  }
  .inner-masthead.single-post-masthead .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .inner-masthead.single-post-masthead h1 {
    margin-bottom: 10px;
  }
  .inner-masthead.single-post-masthead h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .inner-masthead.single-post-masthead h4 img {
    margin-right: 10px;
  }
  .inner-masthead.single-post-masthead p {
    margin-bottom: 5px;
  }
  .inner-masthead.author-masthead .headshot {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .inner-masthead.author-masthead .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .inner-masthead.author-masthead h1 {
    margin-bottom: 10px;
  }
  .inner-masthead.author-masthead p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-masthead .value {
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .inner-masthead.deep-masthead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 850px;
    padding-top: 90px;
  }
  .inner-masthead.deep-masthead .content {
    max-width: 510px;
  }
  .inner-masthead.deep-masthead h1 {
    margin-bottom: 10px;
  }
  .inner-masthead.deep-masthead h1:last-child {
    margin-bottom: 0;
  }
  .inner-masthead.deep-masthead .btn, .inner-masthead.deep-masthead .callout-text a, .callout-text .inner-masthead.deep-masthead a, .inner-masthead.deep-masthead #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .inner-masthead.deep-masthead .wpcf7-submit {
    margin-top: 20px;
  }
  .inner-masthead.single-post-masthead .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .inner-masthead.single-post-masthead h1 {
    margin-bottom: 10px;
  }
  .inner-masthead.single-post-masthead h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .inner-masthead.single-post-masthead h4 img {
    margin-right: 10px;
  }
  .inner-masthead.single-post-masthead p {
    margin-bottom: 5px;
  }
  .inner-masthead.author-masthead .headshot {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .inner-masthead.author-masthead .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .inner-masthead.author-masthead h1 {
    margin-bottom: 10px;
  }
  .inner-masthead.author-masthead p {
    max-width: 400px;
  }
}
.content-w-chalkboard .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-w-chalkboard .content {
  order: 2;
}
.content-w-chalkboard p:first-of-type {
  font-size: 14px;
  font-family: "Cera Pro", "Nunito Sans", sans-serif;
}
.content-w-chalkboard p:nth-of-type(2) {
  font-size: 20px;
}
.content-w-chalkboard .btn, .content-w-chalkboard .callout-text a, .callout-text .content-w-chalkboard a, .content-w-chalkboard #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-w-chalkboard .wpcf7-submit {
  margin-top: 20px;
}
.content-w-chalkboard .accreditations {
  margin-top: 30px;
}
.content-w-chalkboard .accreditations p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}
.content-w-chalkboard .accreditations-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-w-chalkboard .accreditations-row img {
  max-width: 100%;
  height: auto;
}
.content-w-chalkboard .chalkboard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
  margin-top: -50px;
  height: auto;
  max-width: 320px;
  height: auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../library/images/chalkboard.png") center top/contain no-repeat;
  margin-bottom: 60px;
}
.content-w-chalkboard .chalkboard h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.content-w-chalkboard .chalkboard li {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.content-w-chalkboard .chalkboard li:before {
  height: 20px;
  width: 20px;
  background: url("../library/images/tick.svg") center/contain no-repeat;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.content-w-chalkboard .chalkboard li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content-w-chalkboard .chalkboard {
    padding: 20px 60px;
    margin-top: -100px;
    height: auto;
    max-width: 370px;
    height: 650px;
    width: 100%;
    background: url("../library/images/chalkboard.png") center top/contain no-repeat;
  }
  .content-w-chalkboard .chalkboard h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-w-chalkboard .wrap {
    display: flex;
    flex-direction: row;
  }
  .content-w-chalkboard .content {
    max-width: 500px;
    margin-right: auto;
  }
  .content-w-chalkboard .accreditations-row {
    margin-top: 10px;
  }
  .content-w-chalkboard .chalkboard {
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-w-chalkboard .content {
    max-width: 630px;
  }
  .content-w-chalkboard .chalkboard {
    padding: 20px 70px;
  }
}
.content-w-quote .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-w-quote .content {
  margin-bottom: 40px;
}
.content-w-quote .content .btn, .content-w-quote .content .callout-text a, .callout-text .content-w-quote .content a, .content-w-quote .content #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-w-quote .content .wpcf7-submit {
  margin-top: 20px;
}
.content-w-quote .quote {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  background: url("../library/images/quote-bg.png") center bottom/cover;
  padding: 60px 20px 100px 20px;
}
.content-w-quote .quote p {
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .content-w-quote .quote {
    padding: 60px 40px 100px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-w-quote .wrap {
    flex-direction: row;
  }
  .content-w-quote .content {
    order: 2;
    max-width: 445px;
    margin-left: auto;
  }
  .content-w-quote .content .btn, .content-w-quote .content .callout-text a, .callout-text .content-w-quote .content a, .content-w-quote .content #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-w-quote .content .wpcf7-submit {
    margin-top: 20px;
  }
  .content-w-quote .quote {
    order: 1;
    margin: 0;
    max-width: 500px;
  }
  .content-w-quote.quote-right .content {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .content-w-quote.quote-right .quote {
    order: 2;
  }
}
.background-image-block {
  position: relative;
  opacity: 0.2;
}
.background-image-block .background-image {
  position: absolute;
  right: 0;
  top: 0;
}
.background-image-block.top-overlap .background-image {
  top: -300px;
}

@media only screen and (min-width: 1024px) {
  .background-image-block {
    opacity: 1;
  }
}
.latest-case-studies .intro-content {
  max-width: 540px;
  margin-bottom: 45px;
}
.latest-case-studies .intro-content p {
  line-height: 1.25em;
}
.latest-case-studies .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.locations .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.locations .map-image {
  margin: 0 auto;
  max-width: 400px;
  height: auto;
  width: 100%;
  order: 2;
}
.locations .right-col {
  width: 100%;
  margin-bottom: 40px;
}
.locations .content-block {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 2px solid #FFF;
  font-size: 16px;
  font-weight: bold;
}
.locations .content-block p {
  margin-bottom: 15px;
}
.locations .content-block a {
  transition: 0.25s all ease-in-out;
}
.locations .content-block a:hover {
  color: #E30613;
}
.locations .content-block:last-of-type {
  margin-bottom: 0;
}
.locations .content-block.social {
  display: flex;
  flex-direction: column;
}
.locations .content-block.social a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.locations .content-block.social a:last-of-type {
  margin-bottom: 0;
}
.locations .content-block.social a svg {
  margin-right: 10px;
}
.locations .content-block.social a path {
  transition: 0.25s all ease-in-out;
}
.locations .content-block.social a:hover path {
  fill: #E30613;
}
.locations h3, .locations #form-container .heading, #form-container .locations .heading {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .locations .wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .locations .map-image {
    max-width: 378px;
    order: 1;
  }
  .locations .right-col {
    order: 2;
    max-width: 405px;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .locations .content-block {
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
  }
}
.meet-the-team .intro-content {
  margin-bottom: 40px;
  max-width: 540px;
}
.meet-the-team .team-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 20px;
}
.meet-the-team .team-member {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.meet-the-team .team-member img {
  height: 350px;
  width: 100vw;
  margin-left: -30px;
  -o-object-position: top;
     object-position: top;
  filter: grayscale(100%);
}
.meet-the-team .team-member .details {
  color: #151414;
  position: absolute;
  z-index: 2;
  background: #FFF;
  border-left: 5px solid #E30613;
  margin-left: auto;
  max-width: 300px;
  padding: 8px 15px;
  right: 0;
  top: 260px;
}
.meet-the-team .team-member .details p {
  font-size: 13px;
}
.meet-the-team .team-member .bio {
  z-index: 3;
  padding: 30px 0 10px 0;
}
.meet-the-team .team-member h4 {
  margin-bottom: 5px;
}
.meet-the-team .team-member p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .meet-the-team .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .meet-the-team .team-grid img {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .meet-the-team .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .meet-the-team .team-member .details h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .meet-the-team .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
  }
  .meet-the-team .team-member {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 350px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .meet-the-team .team-member:hover .bio {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
  .meet-the-team .team-member img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .meet-the-team .team-member .details {
    margin-top: auto;
    position: static;
    padding: 8px 10px;
  }
  .meet-the-team .team-member .details p {
    font-size: 13px;
  }
  .meet-the-team .team-member .bio {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: #000;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 30px 10px 10px 10px;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s all ease-in-out;
    transform: translateX(-20%);
  }
  .meet-the-team .team-member .bio h4 {
    font-size: 19px;
  }
  .meet-the-team .team-member .bio p {
    line-height: 1.5;
  }
}
.masthead-w-contents {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.masthead-w-contents img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
}
.masthead-w-contents .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.masthead-w-contents .content {
  margin-bottom: 40px;
}
.masthead-w-contents h1 {
  margin-bottom: 20px;
}
.masthead-w-contents .btn, .masthead-w-contents .callout-text a, .callout-text .masthead-w-contents a, .masthead-w-contents #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .masthead-w-contents .wpcf7-submit {
  margin-top: 20px;
}
.masthead-w-contents .contents-col {
  background: url("../library/images/table-of-contents-bg.png") center top/cover;
  color: #000;
  max-width: 480px;
  width: 100%;
  padding: 45px 20px 55px 20px;
}
.masthead-w-contents .contents-col h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.masthead-w-contents .contents-col ol {
  display: flex;
  flex-direction: column;
  list-style: decimal;
  margin-left: 20px;
  font-size: 16px;
  gap: 25px;
}
.masthead-w-contents .contents-col li {
  transition: 0.25s all ease-in-out;
}
.masthead-w-contents .contents-col li:hover {
  font-weight: bold;
  color: #E30613;
}
.masthead-w-contents.dark-overlay:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

@media only screen and (min-width: 768px) {
  .masthead-w-contents .contents-col {
    max-width: 480px;
    width: 100%;
    padding: 45px 60px 55px 75px;
  }
  .masthead-w-contents .contents-col ol {
    font-size: 17px;
    gap: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .masthead-w-contents .wrap {
    flex-direction: row;
  }
  .masthead-w-contents .content {
    max-width: 460px;
    margin-right: auto;
  }
}
.image-w-tool-tips .intro-content {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 30px auto;
}
.image-w-tool-tips .intro-content .btn, .image-w-tool-tips .intro-content .callout-text a, .callout-text .image-w-tool-tips .intro-content a, .image-w-tool-tips .intro-content #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .image-w-tool-tips .intro-content .wpcf7-submit {
  margin-top: 20px;
}
.image-w-tool-tips .tooltips-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.image-w-tool-tips .tooltip {
  opacity: 0;
  position: relative;
  order: 2;
  padding-left: 40px;
  transition: 0.25s all ease-in-out;
}
.image-w-tool-tips .tooltip:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #FFF;
}
.image-w-tool-tips .tooltip.animateelement {
  opacity: 1;
}
.image-w-tool-tips img {
  order: 1;
  width: 100%;
  height: auto;
  max-height: 350px;
}

@media only screen and (min-width: 768px) {
  .image-w-tool-tips .tooltip {
    max-width: 150px;
    position: absolute;
    left: 0;
    text-align: right;
    padding: 0;
  }
  .image-w-tool-tips .tooltip:after {
    content: "";
    position: absolute;
    left: auto;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #FFF;
  }
  .image-w-tool-tips .tooltip:nth-of-type(2), .image-w-tool-tips .tooltip:nth-of-type(4) {
    text-align: left;
    left: auto;
    right: 0;
  }
  .image-w-tool-tips .tooltip:nth-of-type(2):after, .image-w-tool-tips .tooltip:nth-of-type(4):after {
    right: auto;
    left: -40px;
  }
  .image-w-tool-tips .tooltip:nth-of-type(2) {
    top: 25%;
  }
  .image-w-tool-tips .tooltip:nth-of-type(3) {
    top: 50%;
  }
  .image-w-tool-tips .tooltip:nth-of-type(4) {
    top: 75%;
  }
  .image-w-tool-tips img {
    max-width: 300px;
    height: 350px;
  }
  .image-w-tool-tips.single-tool-tip .intro-content {
    text-align: left;
    max-width: none;
    margin-right: auto;
    margin-bottom: 65px;
  }
  .image-w-tool-tips.single-tool-tip .tooltips-container {
    align-items: flex-start;
    max-width: 840px;
    margin: 0 auto;
  }
  .image-w-tool-tips.single-tool-tip .tooltip {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 390px;
  }
  .image-w-tool-tips.single-tool-tip .tooltip:after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .image-w-tool-tips .tooltip {
    max-width: 245px;
  }
  .image-w-tool-tips img {
    max-width: 350px;
    height: 400px;
  }
  .image-w-tool-tips.single-tool-tip .tooltip:after {
    display: block;
    right: auto;
    left: -70px;
  }
}
@media only screen and (min-width: 1280px) {
  .image-w-tool-tips .tooltip {
    max-width: 245px;
  }
  .image-w-tool-tips .tooltip:after {
    content: "";
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #FFF;
  }
  .image-w-tool-tips .tooltip:nth-of-type(2), .image-w-tool-tips .tooltip:nth-of-type(4) {
    text-align: left;
    left: auto;
    right: 0;
  }
  .image-w-tool-tips .tooltip:nth-of-type(2):after, .image-w-tool-tips .tooltip:nth-of-type(4):after {
    right: auto;
    left: -70px;
  }
  .image-w-tool-tips .tooltip:nth-of-type(2) {
    top: 25%;
  }
  .image-w-tool-tips .tooltip:nth-of-type(3) {
    top: 50%;
  }
  .image-w-tool-tips .tooltip:nth-of-type(4) {
    top: 75%;
  }
}
.content-and-image-rows .intro-content {
  margin-bottom: 20px;
}
.content-and-image-rows .rows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-and-image-rows .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-and-image-rows .row img {
  border-radius: 50%;
  width: 260px;
  height: 260px;
  margin-bottom: 20px;
}
.content-and-image-rows .row h4 {
  margin-bottom: 5px;
}
.content-and-image-rows .row .btn, .content-and-image-rows .row .callout-text a, .callout-text .content-and-image-rows .row a, .content-and-image-rows .row #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .content-and-image-rows .row .wpcf7-submit {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .content-and-image-rows .row {
    flex-direction: row;
    margin-bottom: 0;
  }
  .content-and-image-rows .row img {
    margin-bottom: 0;
  }
  .content-and-image-rows .row .content {
    max-width: 415px;
    margin-left: 50px;
  }
  .content-and-image-rows .row:nth-of-type(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .content-and-image-rows .row:nth-of-type(2n) .content {
    margin-left: 0;
    margin-right: 50px;
  }
}
.basic-content.medium .wrap {
  max-width: 725px;
}
.basic-content.narrow .wrap {
  max-width: 570px;
}
.basic-content.narrow-left h2 {
  max-width: 645px;
}
.basic-content.narrow-left p {
  max-width: 540px;
}

.faqs h2 {
  margin-bottom: 30px;
  text-align: center;
}
.faqs .faq-container {
  max-width: 600px;
  margin: 0 auto;
}
.faqs .faq-row {
  opacity: 0;
  position: relative;
  max-width: 915px;
  margin-bottom: 25px;
  transition: 0.25s all ease-in-out;
}
.faqs .faq-row.animateelement {
  opacity: 1;
}
.faqs .faq-row:last-of-type {
  margin-bottom: 0;
}
.faqs .question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 40px 5px 5px;
  transition: 0.25s all ease-in-out;
  background: url("../library/images/chevron-down.svg") right 10px center/15px 8px no-repeat;
}
.faqs .question.active {
  background-color: #E30613;
  background-image: url("../library/images/chevron-up.svg");
}
.faqs .question:hover {
  background-color: #E30613;
}
.faqs .answer {
  display: none;
}
.faqs .inner-content {
  font-size: 16px;
  padding: 25px 5px 0 5px;
  opacity: 0;
  animation: fadeIn 0.25s 0.3s ease-in-out forwards 1;
}

@media only screen and (min-width: 768px) {
  .faqs .question {
    padding: 5px 40px 5px 20px;
    font-size: 20px;
  }
  .faqs .inner-content {
    font-size: 18px;
    padding: 25px 20px 0 20px;
    opacity: 0;
    animation: fadeIn 0.25s 0.3s ease-in-out forwards 1;
  }
}
@media only screen and (min-width: 1024px) {
  .faqs .question .indicator {
    top: 50%;
    transform: translateY(-50%);
  }
}
.image-modules .wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
.image-modules img {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}
.image-modules h4 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .image-modules .wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .image-modules img {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-modules .wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
  .image-modules img {
    margin: 0 0 30px 0;
    width: 200px;
    height: 200px;
  }
}
.image-gallery .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.image-gallery a {
  display: block;
  overflow: hidden;
}
.image-gallery a img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.4;
  transition: 0.25s all ease-in-out;
}
.image-gallery a:hover img {
  transform: scale(1.1);
}
.image-gallery .view-more-trigger {
  margin: 40px auto 0 auto;
  cursor: pointer;
}
.image-gallery .view-more-trigger span.less {
  display: none;
}
.image-gallery .view-more-trigger.active span.more {
  display: none;
}
.image-gallery .view-more-trigger.active span.less {
  display: inline;
}
.image-gallery .view-more {
  display: none;
  padding-top: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.image-gallery .view-more.active {
  display: grid;
}

@media only screen and (min-width: 1024px) {
  .image-gallery .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .image-gallery .view-more {
    grid-template-columns: repeat(4, 1fr);
  }
}
.case-studies .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .case-studies .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.quote-strip {
  position: relative;
}
.quote-strip:before, .quote-strip:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(21, 20, 20) 0%, rgba(21, 20, 20, 0) 100%);
  content: "";
  z-index: 2;
}
.quote-strip:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, rgb(21, 20, 20) 0%, rgba(21, 20, 20, 0) 100%);
  z-index: 2;
}
.quote-strip .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.quote-strip .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote-strip .quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  background: url("../library/images/quote-bg.png") center bottom/cover;
  padding: 60px 20px 100px 20px;
}
.quote-strip .quote p {
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .quote-strip .quote {
    padding: 60px 40px 100px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .quote-strip .quote {
    max-width: 500px;
    padding: 60px 40px 100px 40px;
  }
}
.featured-posts .intro-content {
  margin-bottom: 45px;
}
.featured-posts .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.featured-posts .image-container {
  max-height: 260px;
}

.category .featured-posts {
  padding-top: 0;
}

.blog-category-snapshot {
  position: relative;
  background-color: #151414;
}
.blog-category-snapshot .background-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: lighten;
  opacity: 0.1;
}
.blog-category-snapshot.margin-bottom {
  margin-bottom: 100px;
}
.blog-category-snapshot .wrap {
  display: flex;
}
.blog-category-snapshot .col {
  position: relative;
  width: 100%;
}
.blog-category-snapshot .intro-content {
  margin-bottom: 20px;
}
.blog-category-snapshot .intro-content a {
  color: #E30613;
}
.blog-category-snapshot .intro-content h2 {
  margin-bottom: 15px;
}
.blog-category-snapshot .intro-content p {
  margin-bottom: 1em;
}
.blog-category-snapshot .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .blog-category-snapshot .intro-content {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-category-snapshot .background-image {
    width: 50%;
    opacity: 1;
  }
  .blog-category-snapshot:after {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg, #151414 0%, rgba(21, 20, 20, 0) 100%);
    content: "";
  }
  .blog-category-snapshot.image-left .background-image {
    right: auto;
    left: 0;
  }
  .blog-category-snapshot.image-left:after {
    left: auto;
    right: 50%;
    transform: scaleX(-1);
  }
  .blog-category-snapshot.image-left .col {
    margin-left: auto;
    padding: 0 0 0 30px;
  }
  .blog-category-snapshot .col {
    width: 50%;
    padding-right: 30px;
  }
  .blog-category-snapshot .image-container {
    max-height: 260px;
  }
}
.blog-filters {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-filters .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-filters .filters {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: -30px;
  padding-left: 30px;
}
.blog-filters .filter {
  transition: 0.25s all ease-in-out;
  flex-shrink: 0;
}
.blog-filters .filter:hover, .blog-filters .filter.active {
  color: #E30613;
}
.blog-filters .filter.active {
  font-weight: bold;
}
.blog-filters #searchform {
  position: relative;
  width: 100%;
}
.blog-filters #searchform input {
  height: 40px;
  font-family: "Nunito Sans", sans-serif;
  padding: 12px;
  font-size: 14px;
  outline: 0;
  border-radius: 0;
  border: 1px solid transparent;
  width: 100%;
}
.blog-filters #searchform input:focus {
  border-color: #E30613;
}
.blog-filters #searchform button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  background: url("../library/images/search-icon.svg") center/contain no-repeat;
  font-size: 0;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .blog-filters .filters {
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    gap: 30px;
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .blog-filters #searchform {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-filters .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .blog-filters .filters {
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 30px;
  }
  .blog-filters #searchform {
    position: relative;
    max-width: 200px;
  }
}
.logo-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.logo-strip h3, .logo-strip #form-container .heading, #form-container .logo-strip .heading {
  font-family: "Cera Pro", "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 60px 0;
  text-align: center;
}
.logo-strip .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.logo-strip .logos img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
  width: auto;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .logo-strip .wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: 100px;
  }
  .logo-strip h3, .logo-strip #form-container .heading, #form-container .logo-strip .heading {
    font-family: "Cera Pro", "Nunito Sans", sans-serif;
    font-size: 24px;
    margin: 15px auto 0 0;
    flex-shrink: 0;
  }
  .logo-strip .logos {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo-strip h3, .logo-strip #form-container .heading, #form-container .logo-strip .heading {
    font-size: 24px;
  }
  .logo-strip .logos {
    display: flex;
    gap: 50px;
  }
}
/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: #E30613;
  line-height: 170px;
  margin-bottom: 30px;
}

.category.archive main, .author.archive main, .search-results main, .search-no-results main {
  padding-bottom: 60px;
}
.category.archive main h2, .author.archive main h2, .search-results main h2, .search-no-results main h2 {
  margin-bottom: 30px;
}
.category.archive main .grid, .author.archive main .grid, .search-results main .grid, .search-no-results main .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.category.archive .pagination, .author.archive .pagination, .search-results .pagination, .search-no-results .pagination {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.category.archive .pagination .page-numbers, .author.archive .pagination .page-numbers, .search-results .pagination .page-numbers, .search-no-results .pagination .page-numbers {
  display: flex;
  gap: 20px;
}
.category.archive .pagination .page-numbers li a, .author.archive .pagination .page-numbers li a, .search-results .pagination .page-numbers li a, .search-no-results .pagination .page-numbers li a {
  transition: 0.25s all ease-in-out;
}
.category.archive .pagination .page-numbers li a:hover, .author.archive .pagination .page-numbers li a:hover, .search-results .pagination .page-numbers li a:hover, .search-no-results .pagination .page-numbers li a:hover {
  color: #E30613;
}
.category.archive .pagination .current, .author.archive .pagination .current, .search-results .pagination .current, .search-no-results .pagination .current {
  color: #E30613;
}
.category.archive .pagination .next, .category.archive .pagination .prev, .author.archive .pagination .next, .author.archive .pagination .prev, .search-results .pagination .next, .search-results .pagination .prev, .search-no-results .pagination .next, .search-no-results .pagination .prev {
  display: block;
  height: 16px;
  width: 19px;
}
.category.archive .pagination .next:hover, .category.archive .pagination .prev:hover, .author.archive .pagination .next:hover, .author.archive .pagination .prev:hover, .search-results .pagination .next:hover, .search-results .pagination .prev:hover, .search-no-results .pagination .next:hover, .search-no-results .pagination .prev:hover {
  transform: translateX(2px);
}
.category.archive .pagination .prev:hover, .author.archive .pagination .prev:hover, .search-results .pagination .prev:hover, .search-no-results .pagination .prev:hover {
  transform: translateX(-2px);
}
.category.archive .latest-case-studies, .author.archive .latest-case-studies, .search-results .latest-case-studies, .search-no-results .latest-case-studies {
  margin-top: 60px;
  background: #2E2E2E;
}
.category.archive .latest-case-studies .btn, .category.archive .latest-case-studies .callout-text a, .callout-text .category.archive .latest-case-studies a, .category.archive .latest-case-studies #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .category.archive .latest-case-studies .wpcf7-submit, .author.archive .latest-case-studies .btn, .author.archive .latest-case-studies .callout-text a, .callout-text .author.archive .latest-case-studies a, .author.archive .latest-case-studies #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .author.archive .latest-case-studies .wpcf7-submit, .search-results .latest-case-studies .btn, .search-results .latest-case-studies .callout-text a, .callout-text .search-results .latest-case-studies a, .search-results .latest-case-studies #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .search-results .latest-case-studies .wpcf7-submit, .search-no-results .latest-case-studies .btn, .search-no-results .latest-case-studies .callout-text a, .callout-text .search-no-results .latest-case-studies a, .search-no-results .latest-case-studies #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .search-no-results .latest-case-studies .wpcf7-submit {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .category.archive main, .author.archive main, .search-results main, .search-no-results main {
    padding-bottom: 100px;
  }
  .category.archive main .grid, .author.archive main .grid, .search-results main .grid, .search-no-results main .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .category.archive .pagination, .author.archive .pagination, .search-results .pagination, .search-no-results .pagination {
    font-size: 18px;
    line-height: 18px;
  }
  .category.archive .latest-case-studies, .author.archive .latest-case-studies, .search-results .latest-case-studies, .search-no-results .latest-case-studies {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .category.archive main .grid, .author.archive main .grid, .search-results main .grid, .search-no-results main .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-post .inner-masthead .content {
  margin: 0 auto;
  text-align: center;
}
.single-post main {
  display: flex;
  align-items: flex-start;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .single-post main {
    flex-direction: column;
  }
}
.single-post main .image-container {
  max-width: 415px;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .single-post main .image-container {
    max-width: none;
    width: 100vw;
    margin-left: -30px;
    margin-right: 0;
  }
}
.single-post main .image-container img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .single-post main .image-container img {
    max-height: 400px;
  }
}
.single-post main .callout-text {
  font-size: 36px;
  border-width: 10px;
  padding: 30px 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .single-post main .callout-text {
    font-size: 24px;
    padding: 20px 0 20px 20px;
  }
}
.single-post .author-strip {
  position: relative;
  text-align: center;
}
.single-post .author-strip:before, .single-post .author-strip:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(21, 20, 20) 0%, rgba(21, 20, 20, 0) 100%);
  content: "";
  z-index: 2;
}
.single-post .author-strip:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, rgb(21, 20, 20) 0%, rgba(21, 20, 20, 0) 100%);
  z-index: 2;
}
.single-post .author-strip .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-post .author-strip .wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 460px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post .author-strip .headshot {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post .author-strip h4 {
  margin-bottom: 10px;
}
.single-post .author-strip p {
  margin-bottom: 10px;
}
.single-post .author-strip p:last-of-type {
  margin-bottom: 0;
}
.single-post .author-strip .btn, .single-post .author-strip .callout-text a, .callout-text .single-post .author-strip a, .single-post .author-strip #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .single-post .author-strip .wpcf7-submit {
  margin-top: 20px;
}

.search-page-container {
  padding: 100px 35px 25vw 35px;
}
.search-page-container .results-container {
  margin-top: 40px;
  width: 100%;
}
.search-page-container .results-container .result {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
}
.search-page-container .results-container .result:first-of-type {
  border-top: 1px solid #EAEAEA;
}
.search-page-container .results-container h4 {
  position: relative;
  font-size: 24px;
  margin-bottom: 25px;
}
.search-page-container .results-container p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
}
.search-page-container .results-container p:last-of-type {
  margin: 0;
}
.search-page-container p {
  margin-bottom: 30px;
}
.search-page-container .btn, .search-page-container .callout-text a, .callout-text .search-page-container a, .search-page-container #form-container .wpcf7 .wpcf7-submit, #form-container .wpcf7 .search-page-container .wpcf7-submit {
  max-width: 180px;
  text-align: right;
}

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