@charset "UTF-8";
/*@mixin haas($weight, $style) {
   	font-family: "neue-haas-grotesk-display", sans-serif;
	font-optical-sizing: auto;
    font-weight: $weight;
	font-style: $style;
}

@mixin ivy($weight, $style) {
   	font-family: "ivypresto-display", serif;
	font-optical-sizing: auto;
    font-weight: $weight;
	font-style: $style;
}*/
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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  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: #fff;
  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: 1;
  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: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  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 .25s, visibility 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;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

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

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

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

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

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

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

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

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

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

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

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

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

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

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

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

/* 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 .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  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 .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  height: 100%; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  display: flex;
  justify-content: space-between; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .flex-direction-nav a:before, .flex-direction-nav a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transition: opacity ease 0.4s; }

.flex-direction-nav a.flex-next {
  right: 0; }
  .flex-direction-nav a.flex-next:before {
    opacity: 1;
    background: url("../images/icon-slider-right-white.svg") 0 0 no-repeat; }
  .flex-direction-nav a.flex-next:after {
    opacity: 0;
    background: url("../images/icon-slider-right-blue.svg") 0 0 no-repeat; }
  .flex-direction-nav a.flex-next:hover:before {
    opacity: 0; }
  .flex-direction-nav a.flex-next:hover:after {
    opacity: 1; }

.flex-direction-nav a.flex-prev {
  left: 0; }
  .flex-direction-nav a.flex-prev:before {
    opacity: 1;
    background: url("../images/icon-slider-left-white.svg") 0 0 no-repeat; }
  .flex-direction-nav a.flex-prev:after {
    opacity: 0;
    background: url("../images/icon-slider-left-blue.svg") 0 0 no-repeat; }
  .flex-direction-nav a.flex-prev:hover:before {
    opacity: 0; }
  .flex-direction-nav a.flex-prev:hover:after {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-control-nav {
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 10; }

.flex-control-nav li {
  margin: 0 12px; }

.flex-control-paging li a {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background: #FCFCFA;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease; }
  .flex-control-paging li a:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #264A76;
    left: -5px;
    top: -5px;
    border-radius: 18px;
    opacity: 0;
    transition: opacity ease 0.4s; }

.flex-control-paging li a:hover:before, .flex-control-paging li a.flex-active:before {
  opacity: 1; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box; }

/* For devices larger than 400px */
.row {
  width: 100%;
  display: flex; }
  .row.left [class*="col-"] {
    margin: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  padding: 0 16px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .container {
    padding: 0 16px;
    width: 100%; }

  [class*="col-"] {
    width: 100%;
    padding: 0 16px; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #AAAAAA; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #AAAAAA; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #AAAAAA; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'Montreal';
  src: url("fonts/PPNeueMontreal-Variable.woff2") format("woff2"), url("fonts/PPNeueMontreal-Variable.woff") format("woff"), url("fonts/PPNeueMontreal-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal; }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Montreal';
  font-weight: 400;
  color: #0F0F0F;
  background-color: #FCFCFA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 500; }

strong {
  font-weight: 700; }

h1, .h1-style {
  font-size: 52px;
  line-height: 50px;
  font-weight: 500; }

.h1-oversized {
  font-size: 100px;
  line-height: 100px;
  font-weight: 500; }

h2, .h2-style {
  font-size: 48px;
  line-height: 60px;
  padding: 0 0 30px 0;
  font-weight: 500; }

.h2-oversized {
  font-size: 90px;
  line-height: 100px;
  padding: 0 0 30px 0;
  font-weight: 500; }

h3 {
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 30px 0;
  font-weight: 500; }

.h3-style {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500; }

h4 {
  line-height: 130%; }

p {
  margin: 0;
  padding-bottom: 20px; }
  p.small {
    font-size: 20px;
    line-height: 26px; }
  p.smaller {
    font-size: 16px;
    line-height: 24px; }

.overline {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500; }

.small p {
  font-size: 20px;
  line-height: 26px; }

h3.stat {
  font-size: 112px !important;
  line-height: 104px !important;
  padding: 10px 0 10px 0 !important; }

p:last-child {
  padding-bottom: 0 !important; }

blockquote {
  margin: 0 0 30px 0;
  padding: 0; }
  blockquote p {
    font-style: italic;
    font-size: 42px;
    line-height: 50px; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #05060F;
  text-decoration: none; }

a:hover {
  color: #05060F; }

h2 a, p a {
  text-decoration: underline; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, li.menu-button a {
  display: inline-flex;
  position: relative;
  line-height: 1;
  align-items: center;
  transition: all ease 0.4s;
  color: #FCFCFA;
  font-size: 20px;
  text-decoration: none;
  margin-top: 30px;
  width: fit-content;
  padding: 20px 30px 20px 30px;
  background-color: #264A76;
  font-weight: 500;
  /*&:before, &:after{
  	display: block;
  	content: '';
  	width: 40px;
  	height: 40px;
  	transition: opacity ease 0.4s;
  	position: absolute;
  	top: 12px;
  	right: 10px;
  }
  &:before{
  	opacity: 1;
  	background: url("../images/icon-btn-white.svg") center right no-repeat;
  }
  &:after{
  	opacity: 0;
  	background: url("../images/icon-btn-cream.svg") center right no-repeat;
  }*/ }
  .button:hover, li.menu-button a:hover {
    color: #0F0F0F;
    background: #FCFCFA; }
    .button:hover:before, li.menu-button a:hover:before {
      opacity: 0; }
    .button:hover:after, li.menu-button a:hover:after {
      opacity: 1; }
  .button.white, li.menu-button a.white {
    background-color: #FCFCFA;
    color: #0F0F0F; }
    .button.white:hover, li.menu-button a.white:hover {
      background-color: #C5D9E2; }
  .button.beige, li.menu-button a.beige {
    background-color: #F0EEE4;
    color: #0F0F0F; }
    .button.beige:hover, li.menu-button a.beige:hover {
      background-color: #C5D9E2; }
  .button.outline.white, li.menu-button a.outline.white {
    background-color: transparent;
    border: 1px solid #FCFCFA;
    color: #FCFCFA; }
    .button.outline.white:hover, li.menu-button a.outline.white:hover {
      background-color: #FCFCFA;
      color: #0F0F0F; }

.button-link {
  display: inline-flex;
  font-size: 20px;
  line-height: 20px;
  color: #264A76;
  padding-left: 40px;
  transition: padding ease 0.4s;
  margin: 0;
  position: relative;
  font-weight: 500; }
  .button-link:before {
    display: block;
    content: '';
    width: 40px;
    height: 20px;
    transition: all ease 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/icon-btn-arrow-blue.svg");
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 82px auto; }
  .button-link:hover {
    color: #264A76;
    padding-left: 50px; }
    .button-link:hover:before {
      background-position: center right -40px; }
  .button-link.white {
    color: #FCFCFA; }
    .button-link.white:before {
      background-image: url("../images/icon-btn-arrow-v2.svg"); }
    .button-link.white:hover {
      color: #FCFCFA; }

.img-hover {
  display: block;
  overflow: hidden; }
  .img-hover img, .img-hover .bg-image {
    transition: transform ease-in-out 1s; }
  .img-hover:hover img, .img-hover:hover .bg-image {
    transform: scale(1.04); }

.copy ul, .text-block ul {
  list-style: disc;
  padding-left: 15px; }
  .copy ul li, .text-block ul li {
    margin-bottom: 10px; }
    .copy ul li:last-child, .text-block ul li:last-child {
      margin: 0; }

.carousel .flickity-button {
  border: none; }
.carousel .flickity-prev-next-button {
  top: auto;
  left: auto;
  bottom: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: none;
  padding: 0;
  background: transparent; }
  .carousel .flickity-prev-next-button:before, .carousel .flickity-prev-next-button:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    transition: opacity ease 0.4s; }
  .carousel .flickity-prev-next-button:before {
    opacity: 1; }
  .carousel .flickity-prev-next-button:after {
    opacity: 0; }
  .carousel .flickity-prev-next-button.previous {
    right: calc(((100vw - 1920px) / 2) + 88px); }
    .carousel .flickity-prev-next-button.previous:before {
      background: url("../images/icon-slider-left-blue.svg") center center no-repeat; }
    .carousel .flickity-prev-next-button.previous:after {
      background: url("../images/icon-slider-left-black.svg") center center no-repeat; }
  .carousel .flickity-prev-next-button.next {
    right: calc(((100vw - 1920px) / 2) + 32px); }
    .carousel .flickity-prev-next-button.next:before {
      background: url("../images/icon-slider-right-blue.svg") center center no-repeat; }
    .carousel .flickity-prev-next-button.next:after {
      background: url("../images/icon-slider-right-black.svg") center center no-repeat; }
  .carousel .flickity-prev-next-button:hover:before {
    opacity: 0; }
  .carousel .flickity-prev-next-button:hover:after {
    opacity: 1; }
.carousel .flickity-prev-next-button .flickity-button-icon {
  display: none; }
.carousel .flickity-button:focus {
  border: 0;
  box-shadow: none; }
.carousel .flickity-button:disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none; }
  .carousel .flickity-button:disabled.previous:before {
    background: url("../images/icon-slider-left-blue.svg") center center no-repeat; }
  .carousel .flickity-button:disabled.next:before {
    background: url("../images/icon-slider-right-blue.svg") center center no-repeat; }
.carousel.white-btns .flickity-prev-next-button.previous:before {
  background: url("../images/icon-slider-left-white.svg") center center no-repeat; }
.carousel.white-btns .flickity-prev-next-button.previous:after {
  background: url("../images/icon-slider-left-black.svg") center center no-repeat; }
.carousel.white-btns .flickity-prev-next-button.next:before {
  background: url("../images/icon-slider-right-white.svg") center center no-repeat; }
.carousel.white-btns .flickity-prev-next-button.next:after {
  background: url("../images/icon-slider-right-black.svg") center center no-repeat; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

.bg-image {
  background-size: cover;
  background-position: center center; }

.bg-grey {
  background-color: #0F0F0F; }

.bg-off-white, .bg-white {
  background-color: #FCFCFA; }
  .bg-off-white .button, .bg-white .button {
    background-color: #264A76;
    color: #FCFCFA; }
    .bg-off-white .button:hover, .bg-white .button:hover {
      background-color: #C5D9E2;
      color: #0F0F0F; }

.bg-azurite, .bg-blue, .bg-blue-dark {
  background-color: #264A76;
  color: #FCFCFA; }
  .bg-azurite.copy-block .heading, .bg-azurite.accordion-block .heading, .bg-blue.copy-block .heading, .bg-blue.accordion-block .heading, .bg-blue-dark.copy-block .heading, .bg-blue-dark.accordion-block .heading {
    color: #C5D9E2; }
  .bg-azurite.copy-block .accordion-wrap .item a, .bg-azurite.accordion-block .accordion-wrap .item a, .bg-blue.copy-block .accordion-wrap .item a, .bg-blue.accordion-block .accordion-wrap .item a, .bg-blue-dark.copy-block .accordion-wrap .item a, .bg-blue-dark.accordion-block .accordion-wrap .item a {
    color: #C5D9E2; }
  .bg-azurite.copy-block .accordion-wrap .item, .bg-azurite.accordion-block .accordion-wrap .item, .bg-blue.copy-block .accordion-wrap .item, .bg-blue.accordion-block .accordion-wrap .item, .bg-blue-dark.copy-block .accordion-wrap .item, .bg-blue-dark.accordion-block .accordion-wrap .item {
    border-color: #C5D9E2 !important; }
  .bg-azurite.copy-block .connect, .bg-azurite.accordion-block .connect, .bg-blue.copy-block .connect, .bg-blue.accordion-block .connect, .bg-blue-dark.copy-block .connect, .bg-blue-dark.accordion-block .connect {
    background: #C5D9E2 !important; }
  .bg-azurite.copy-block .inner p, .bg-azurite.copy-block .inner li, .bg-azurite.accordion-block .inner p, .bg-azurite.accordion-block .inner li, .bg-blue.copy-block .inner p, .bg-blue.copy-block .inner li, .bg-blue.accordion-block .inner p, .bg-blue.accordion-block .inner li, .bg-blue-dark.copy-block .inner p, .bg-blue-dark.copy-block .inner li, .bg-blue-dark.accordion-block .inner p, .bg-blue-dark.accordion-block .inner li {
    color: #C5D9E2 !important; }

.bg-beige {
  background-color: #F0EEE4;
  color: #264A76; }
  .bg-beige.copy-block .heading, .bg-beige.accordion-block .heading {
    color: #264A76; }
  .bg-beige.copy-block .accordion-wrap .item a, .bg-beige.accordion-block .accordion-wrap .item a {
    color: #264A76; }
  .bg-beige.copy-block .accordion-wrap .item, .bg-beige.accordion-block .accordion-wrap .item {
    border-color: #264A76 !important; }
  .bg-beige.copy-block .connect, .bg-beige.accordion-block .connect {
    background: #264A76 !important; }
  .bg-beige .button {
    background-color: #264A76;
    color: #FCFCFA !important; }
    .bg-beige .button:hover {
      background-color: #FCFCFA;
      color: #264A76 !important; }

.bg-blue-light {
  background-color: #C5D9E2;
  color: #0F0F0F; }
  .bg-blue-light.copy-block .heading, .bg-blue-light.accordion-block .heading {
    color: #264A76; }
  .bg-blue-light .button {
    background-color: #264A76;
    color: #FCFCFA; }
    .bg-blue-light .button:hover {
      background-color: #FCFCFA;
      color: #264A76; }

.bg-beryl-20 {
  background-color: rgba(197, 217, 226, 0.3);
  color: #0F0F0F; }

.bg-black {
  background-color: #0F0F0F;
  color: #FCFCFA; }
  .bg-black h1 em, .bg-black h1.serif, .bg-black .h1-style em, .bg-black .h1-style.serif {
    color: #FCFCFA; }
  .bg-black .phone a {
    color: #FCFCFA; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.4s;
  height: 94px; }
  header.reduced {
    background: #C5D9E2; }
  header.light .inner .logo:before {
    opacity: 0; }
  header.light .inner .logo:after {
    opacity: 1; }
  header.light #menu-header-menu > li.menu-button a {
    color: #264A76;
    background: #FCFCFA; }
    header.light #menu-header-menu > li.menu-button a:hover {
      color: #FCFCFA;
      background: #264A76; }
  header.light #menu-header-menu > li:not(.menu-button) > a {
    color: #FCFCFA; }
    header.light #menu-header-menu > li:not(.menu-button) > a:before {
      background: #FCFCFA; }
  header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0; }
    header .inner .logo {
      position: relative;
      width: 295px;
      height: 36px;
      overflow: hidden;
      text-indent: -9999px; }
      header .inner .logo:before, header .inner .logo:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity ease 0.4s; }
      header .inner .logo:before {
        opacity: 1;
        background: url("../images/almaden-logo-blue.svg") 0 0 no-repeat;
        background-size: 100% auto; }
      header .inner .logo:after {
        opacity: 0;
        background: url("../images/almaden-logo.svg") 0 0 no-repeat;
        background-size: 100% auto; }
    header .inner .menu-wrap {
      width: calc(100% - 290px);
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .inner .menu-wrap .button {
        margin: 0; }

#menu-header-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }

#menu-header-menu > li {
  margin: 14px 100px 0 0;
  position: relative; }
  #menu-header-menu > li:last-child {
    margin: 0; }

#menu-header-menu > li.menu-button a {
  margin: 0;
  color: #FCFCFA; }
  #menu-header-menu > li.menu-button a:hover {
    color: #264A76; }

#menu-header-menu > li:not(.menu-button) > a {
  color: #264A76;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  transition: padding ease 0.4s;
  padding: 0 7px 0 7px;
  position: relative;
  padding-bottom: 20px; }
  #menu-header-menu > li:not(.menu-button) > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #264A76;
    border-radius: 7px;
    opacity: 0;
    transition: all ease 0.4s;
    margin-right: 0; }

#menu-header-menu > li:not(.menu-button):hover > a, #menu-header-menu > li.menu-item-has-children:hover > a, #menu-header-menu > li.current_page_item > a, #menu-header-menu > li.current_page_ancestor > a {
  color: #264A76;
  padding-right: 0;
  padding-left: 14px; }
  #menu-header-menu > li:not(.menu-button):hover > a:before, #menu-header-menu > li.menu-item-has-children:hover > a:before, #menu-header-menu > li.current_page_item > a:before, #menu-header-menu > li.current_page_ancestor > a:before {
    opacity: 1; }

#menu-header-menu > li.current_page_item:last-child > a {
  padding: 20px 30px 20px 30px;
  color: #FCFCFA; }
  #menu-header-menu > li.current_page_item:last-child > a:hover {
    color: #264A76; }

#menu-header-menu > li.menu-item-has-children.sub-open ul {
  opacity: 1;
  z-index: 10;
  pointer-events: auto; }

#menu-header-menu > li:nth-child(1) .mega-menu, #menu-header-menu > li:nth-child(2) .mega-menu {
  width: 360px; }

#menu-header-menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  transition: all ease 0.4s; }

.mega-menu {
  position: absolute;
  top: 42px;
  left: -30px;
  width: 264px;
  padding-left: 0;
  padding-top: 29px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none; }
  .mega-menu .mm-inner {
    background: #FCFCFA;
    padding: 30px; }
    .mega-menu .mm-inner .description p.title {
      font-size: 18px;
      line-height: 22px;
      color: #919191;
      font-weight: 500;
      padding: 0 0 0 7px; }
    .mega-menu .mm-inner .mm-main-wrap {
      margin-top: 0; }
      .mega-menu .mm-inner .mm-main-wrap ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        .mega-menu .mm-inner .mm-main-wrap ul li {
          width: 100%;
          margin-bottom: 20px; }
          .mega-menu .mm-inner .mm-main-wrap ul li a {
            color: #0F0F0F;
            font-size: 20px;
            line-height: 1;
            font-weight: 500;
            transition: padding ease 0.4s;
            padding: 0 7px 0 7px;
            position: relative; }
            .mega-menu .mm-inner .mm-main-wrap ul li a:before {
              content: '';
              display: block;
              position: absolute;
              left: 0;
              top: 8px;
              width: 7px;
              height: 7px;
              background: #0F0F0F;
              border-radius: 7px;
              opacity: 0;
              transition: all ease 0.4s;
              margin-right: 0; }
            .mega-menu .mm-inner .mm-main-wrap ul li a:hover {
              color: #0F0F0F;
              padding-right: 0;
              padding-left: 14px; }
              .mega-menu .mm-inner .mm-main-wrap ul li a:hover:before {
                opacity: 1; }
          .mega-menu .mm-inner .mm-main-wrap ul li.current_page_item a {
            color: #0F0F0F;
            padding-right: 0;
            padding-left: 14px; }
            .mega-menu .mm-inner .mm-main-wrap ul li.current_page_item a:before {
              opacity: 1; }
          .mega-menu .mm-inner .mm-main-wrap ul li p {
            font-size: 18px;
            line-height: 22px;
            color: #919191;
            padding: 0 0 0 7px; }
          .mega-menu .mm-inner .mm-main-wrap ul li:last-child {
            margin: 0; }

#menu-header-menu > li.menu-item-has-children:hover > .mega-menu {
  opacity: 1;
  z-index: 10;
  pointer-events: auto; }

footer {
  background: #264A76;
  color: #FCFCFA; }
  footer a {
    color: #FCFCFA;
    text-decoration: none;
    transition: color 0.4s ease; }
    footer a:hover {
      color: #C5D9E2; }
  footer .inner {
    padding: 30px 0;
    align-items: center; }
    footer .inner .top {
      margin-bottom: 50px; }
      footer .inner .top .logo-wrap {
        padding-right: 16px;
        width: 33.33%; }
        footer .inner .top .logo-wrap img {
          width: 380px; }
      footer .inner .top .strapline {
        padding-right: 16px;
        width: 50%;
        font-size: 40px;
        line-height: 1;
        font-weight: 500; }
      footer .inner .top .button-wrap {
        width: 16.66%; }
        footer .inner .top .button-wrap .button {
          margin: 0; }
    footer .inner .middle {
      margin-bottom: 50px; }
      footer .inner .middle h3, footer .inner .middle p, footer .inner .middle ul, footer .inner .middle a {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px; }
      footer .inner .middle h3 {
        color: #C5D9E2;
        padding: 0 0 10px 0; }
      footer .inner .middle .location {
        width: 16.66%; }
      footer .inner .middle .location.last {
        width: 25%; }
      footer .inner .middle ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 25%; }
      footer .inner .middle .contact-wrap {
        width: 16.66%; }
        footer .inner .middle .contact-wrap .socials {
          margin: 20px 0 0 0;
          padding: 0; }
    footer .inner .bottom {
      font-size: 14px;
      line-height: 20px;
      align-items: flex-end;
      color: #C5D9E2; }
      footer .inner .bottom .button-wrap {
        width: 50%; }
        footer .inner .bottom .button-wrap .button {
          margin: 0; }
      footer .inner .bottom .signoff {
        width: 50%;
        justify-content: flex-end; }
        footer .inner .bottom .signoff p {
          padding: 0; }
        footer .inner .bottom .signoff ul {
          list-style: none;
          margin: 0;
          padding: 0;
          width: auto;
          display: flex; }
          footer .inner .bottom .signoff ul li {
            margin-left: 50px; }
            footer .inner .bottom .signoff ul li a {
              color: #C5D9E2; }
              footer .inner .bottom .signoff ul li a:hover {
                color: #FCFCFA; }

.socials {
  display: flex;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0; }
  .socials a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    transition: opacity 0.4s ease; }
    .socials a.instagram {
      margin-right: 10px;
      background: url("../images/icon-social-instagram.svg") 0 0 no-repeat; }
    .socials a.linkedin {
      background: url("../images/icon-social-linkedin.svg") 0 0 no-repeat; }
    .socials a:hover {
      opacity: 0.7; }

.page-content {
  overflow: hidden; }
  .page-content.no-h {
    padding-top: 0; }

.full-h {
  position: relative;
  min-height: 100dvh; }

.full-h-minus {
  min-height: calc(100vh - 114px); }

.block {
  position: relative; }
  .block.no-p-bottom {
    padding-bottom: 0; }
  .block.p-top {
    padding-bottom: 0; }
  .block.p-bottom {
    padding-top: 0; }
  .block.p-none {
    padding-bottom: 0;
    padding-top: 0; }

.gradient {
  width: 100%;
  height: 60vh;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background: linear-gradient(180deg, rgba(98, 98, 98, 0) 0%, black 100%);
  pointer-events: none;
  z-index: 10; }
  .gradient.top {
    height: 25vh;
    transform: rotate(180deg);
    bottom: auto;
    top: 0; }

.hero-block {
  background: #000000; }
  .hero-block .media-wrap .bg-image {
    opacity: 0.9; }
  .hero-block .half {
    height: 700px; }
  .hero-block.type-bg-beige {
    background: #F0EEE4; }
    .hero-block.type-bg-beige .copy-wrap {
      position: relative;
      padding: 230px 0 40px 0;
      bottom: auto;
      color: #264A76; }
      .hero-block.type-bg-beige .copy-wrap .inner h1 {
        font-size: 48px;
        line-height: 48px;
        padding: 0;
        font-weight: 500; }
  .hero-block .copy-wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    color: #FCFCFA;
    z-index: 10; }
    .hero-block .copy-wrap .inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .hero-block .copy-wrap .inner .headline {
        width: 58.33%; }
      .hero-block .copy-wrap .inner .copy {
        width: 25%; }
      .hero-block .copy-wrap .inner h1 {
        font-size: 112px;
        line-height: 104px;
        padding: 0;
        font-weight: 400; }
      .hero-block .copy-wrap .inner p {
        font-size: 32px;
        line-height: 36px;
        padding: 0 0 20px 0;
        font-weight: 500; }
  .hero-block .flex-direction-nav {
    left: auto;
    bottom: 150px;
    transform: none;
    right: calc(((100vw - 1920px) / 2) + 64px); }
  .hero-block.with-car .carousel-cell {
    width: 100%; }
  .hero-block.with-car .bg-image {
    width: 100%; }

.accordion-block {
  padding: 70px 0; }
  .accordion-block .intro-wrap {
    width: 25%;
    padding: 0 30px 0 0; }
    .accordion-block .intro-wrap .heading.solo {
      padding-top: 30px; }
  .accordion-block .accordion-wrap {
    width: 50%; }
    .accordion-block .accordion-wrap .copy {
      padding-bottom: 40px; }
    .accordion-block .accordion-wrap.type-image {
      width: 66.66%; }
      .accordion-block .accordion-wrap.type-image .item .content .copy-wrap {
        display: flex;
        justify-content: space-between; }
      .accordion-block .accordion-wrap.type-image .item .content .copy {
        width: calc(50% - 25px); }
      .accordion-block .accordion-wrap.type-image .item .content .bg-image {
        width: calc(50% - 25px);
        aspect-ratio: 550 / 300;
        position: relative; }
    .accordion-block .accordion-wrap .item {
      padding: 30px 0;
      border-bottom: 1px solid #707070; }
      .accordion-block .accordion-wrap .item:first-child {
        border-top: 1px solid #707070; }
      .accordion-block .accordion-wrap .item a.acc-trigger {
        display: block;
        padding-right: 80px;
        position: relative;
        transition: all ease 0.4s;
        font-size: 32px;
        line-height: 36px;
        font-weight: 500; }
        .accordion-block .accordion-wrap .item a.acc-trigger:after {
          position: absolute;
          content: '+';
          font-weight: 200;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 50px;
          line-height: 36px;
          font-style: normal;
          right: 0;
          top: 0;
          transition: background ease 0.4s, color ease 0.4s;
          box-sizing: border-box; }
      .accordion-block .accordion-wrap .item.open a.acc-trigger:after {
        font-size: 40px;
        content: '–';
        padding-bottom: 5px;
        line-height: 30px;
        right: 1px; }
      .accordion-block .accordion-wrap .item .content {
        display: none;
        padding: 10px 80px 0 0;
        font-weight: 500; }

.flexible-content .space-above {
  width: 100%;
  height: 60px; }
.flexible-content .copy-block .inner {
  padding: 70px 0 70px 0; }
.flexible-content .copy-block .heading {
  width: 25%;
  padding: 0 50px 0 0; }
.flexible-content .copy-block .copy {
  width: 50%; }
.flexible-content .copy-block .connect {
  height: 1px;
  width: 50%;
  margin-left: calc(25%);
  background: #707070; }
.flexible-content .image-block, .flexible-content .video-block {
  padding: 70px 0; }
.flexible-content .callout-block {
  padding: 70px 0; }
  .flexible-content .callout-block.bg-blue {
    color: #C5D9E2; }
  .flexible-content .callout-block.bg-blue-light {
    color: #264A76; }
    .flexible-content .callout-block.bg-blue-light span {
      color: #264A76 !important; }
  .flexible-content .callout-block .heading {
    width: 41.66%;
    margin-bottom: 50px; }
    .flexible-content .callout-block .heading h2 {
      font-size: 112px;
      line-height: 104px;
      font-weight: 400;
      padding: 0; }
  .flexible-content .callout-block .copy-wrap {
    justify-content: space-between; }
    .flexible-content .callout-block .copy-wrap .copy {
      width: 33.33%;
      margin: 0 8.33% 0 0; }
.flexible-content .image-copy-block {
  margin-bottom: 30px; }
  .flexible-content .image-copy-block .inner {
    align-items: center; }
  .flexible-content .image-copy-block .bg-image {
    width: 50%;
    aspect-ratio: 920 / 500; }
  .flexible-content .image-copy-block .copy-wrap {
    width: 50%;
    padding: 60px 16% 60px 10%; }
  .flexible-content .image-copy-block.img-right .bg-image {
    order: 1; }
  .flexible-content .image-copy-block.img-right .copy-wrap {
    order: 0;
    padding: 60px 10% 60px 16%; }

.single .mega-menu .mm-inner {
  background: #C5D9E2; }
.single .mega-menu .mm-inner .mm-main-wrap ul li p {
  color: #0F0F0F; }

#t05 .hero-block .copy-wrap .inner .headline, #t04 .hero-block .copy-wrap .inner .headline {
  width: 85%; }
  #t05 .hero-block .copy-wrap .inner .headline h1, #t04 .hero-block .copy-wrap .inner .headline h1 {
    padding-bottom: 20px; }
  #t05 .hero-block .copy-wrap .inner .headline .button, #t04 .hero-block .copy-wrap .inner .headline .button {
    margin: 20px 0 0 0; }
  #t05 .hero-block .copy-wrap .inner .headline p.subtitle, #t04 .hero-block .copy-wrap .inner .headline p.subtitle {
    max-width: 800px; }
#t05 .filter-wrap, #t04 .filter-wrap {
  margin: 70px 0 50px 0;
  min-height: 72px;
  position: relative; }
  #t05 .filter-wrap p, #t04 .filter-wrap p {
    margin-right: 30px;
    font-size: 18px;
    padding: 18px 0 0 0; }
  #t05 .filter-wrap ul, #t04 .filter-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    #t05 .filter-wrap ul .button, #t04 .filter-wrap ul .button {
      margin: 0 10px 0 0;
      font-size: 18px; }
#t05 #filter-solutions, #t04 #filter-solutions {
  left: 355px; }
#t05 .filter-block, #t04 .filter-block {
  position: absolute;
  left: 100px;
  background: #F0EEE4;
  padding: 10px 0;
  font-size: 18px;
  line-height: 18px;
  width: 230px;
  z-index: 100; }
  #t05 .filter-block a.caps-filter-trigger, #t04 .filter-block a.caps-filter-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 20px;
    font-size: 20px;
    font-weight: 500; }
    #t05 .filter-block a.caps-filter-trigger:after, #t04 .filter-block a.caps-filter-trigger:after {
      margin-left: 20px;
      display: block;
      content: '';
      height: 22px;
      width: 14px;
      background: url("../images/icon-dd-black.svg") 0 0 no-repeat;
      background-size: 100% auto;
      transform: rotate(0deg);
      transform-origin: center;
      transition: transform ease 0.4s; }
    #t05 .filter-block a.caps-filter-trigger.active:after, #t04 .filter-block a.caps-filter-trigger.active:after {
      transform: rotate(180deg); }
    #t05 .filter-block a.caps-filter-trigger span.selected, #t04 .filter-block a.caps-filter-trigger span.selected {
      width: calc(100% - 30px);
      display: none; }
    #t05 .filter-block a.caps-filter-trigger.has-value span.default, #t04 .filter-block a.caps-filter-trigger.has-value span.default {
      display: none; }
    #t05 .filter-block a.caps-filter-trigger.has-value span.selected, #t04 .filter-block a.caps-filter-trigger.has-value span.selected {
      display: block; }
  #t05 .filter-block .filter-nav, #t04 .filter-block .filter-nav {
    display: none;
    width: calc(100% - 40px);
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    transition: opacity ease 0.4s;
    border-top: 1px solid #264A76;
    margin-top: 10px;
    list-style: none; }
    #t05 .filter-block .filter-nav.show, #t04 .filter-block .filter-nav.show {
      opacity: 1;
      pointer-events: all; }
    #t05 .filter-block .filter-nav li, #t04 .filter-block .filter-nav li {
      margin-bottom: 10px; }
      #t05 .filter-block .filter-nav li:last-child, #t04 .filter-block .filter-nav li:last-child {
        margin: 0; }
#t05 .news-wrap, #t04 .news-wrap {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap; }

.news-item {
  width: calc(50% - 16px);
  margin: 0 8px 40px 8px;
  border-bottom: 1px solid #0F0F0F;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .news-item .image {
    margin-bottom: 30px; }
  .news-item .item-wrap {
    margin-bottom: 30px; }
  .news-item h3 {
    padding-bottom: 15px; }
  .news-item p {
    font-size: 18px;
    line-height: 28px; }
  .news-item:hover .button-link {
    color: #264A76;
    padding-left: 50px; }
    .news-item:hover .button-link:before {
      background-position: center right -40px; }

#t05-single {
  padding: 250px 0 0 0; }
  #t05-single .news-header-block .inner {
    max-width: 840px;
    margin: 0 auto 80px auto;
    text-align: center; }
    #t05-single .news-header-block .inner p.cat {
      font-size: 18px;
      line-height: 28px;
      color: #264A76;
      padding: 0 0 10px 0;
      letter-spacing: 0.01em; }
    #t05-single .news-header-block .inner h1 {
      font-size: 48px;
      line-height: 46px;
      padding: 0 0 20px 0; }
    #t05-single .news-header-block .inner p.subtitle {
      font-size: 20px;
      line-height: 26px;
      font-weight: 500;
      padding: 0;
      letter-spacing: 0.01em; }
  #t05-single .hero-block {
    background: transparent; }
    #t05-single .hero-block.grid, #t05-single .hero-block.grid-small {
      max-width: 1920px;
      padding: 0 32px;
      margin: 0 auto 50px auto; }
      #t05-single .hero-block.grid .bg-image, #t05-single .hero-block.grid-small .bg-image {
        aspect-ratio: 1920 / 1080;
        height: auto; }
    #t05-single .hero-block.grid-small {
      max-width: 1200px; }
    #t05-single .hero-block .bg-image {
      height: 750px;
      opacity: 0.85; }
  #t05-single .flexible-content-blog .copy-block, #t05-single .flexible-content-blog .accordion-block {
    padding: 50px 0; }
    #t05-single .flexible-content-blog .copy-block .inner, #t05-single .flexible-content-blog .accordion-block .inner {
      max-width: 608px;
      margin: 0 auto; }
      #t05-single .flexible-content-blog .copy-block .inner h2, #t05-single .flexible-content-blog .accordion-block .inner h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.01em; }
      #t05-single .flexible-content-blog .copy-block .inner h3, #t05-single .flexible-content-blog .copy-block .inner h4, #t05-single .flexible-content-blog .accordion-block .inner h3, #t05-single .flexible-content-blog .accordion-block .inner h4 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.01em;
        padding: 10px 0 20px 0; }
      #t05-single .flexible-content-blog .copy-block .inner p, #t05-single .flexible-content-blog .copy-block .inner li, #t05-single .flexible-content-blog .accordion-block .inner p, #t05-single .flexible-content-blog .accordion-block .inner li {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.01em; }
      #t05-single .flexible-content-blog .copy-block .inner p strong, #t05-single .flexible-content-blog .accordion-block .inner p strong {
        color: #0F0F0F;
        font-weight: 500; }
      #t05-single .flexible-content-blog .copy-block .inner li::marker, #t05-single .flexible-content-blog .accordion-block .inner li::marker {
        color: #0F0F0F; }
      #t05-single .flexible-content-blog .copy-block .inner ul, #t05-single .flexible-content-blog .copy-block .inner ol, #t05-single .flexible-content-blog .accordion-block .inner ul, #t05-single .flexible-content-blog .accordion-block .inner ol {
        margin: 0 0 30px 0; }
        #t05-single .flexible-content-blog .copy-block .inner ul li, #t05-single .flexible-content-blog .copy-block .inner ol li, #t05-single .flexible-content-blog .accordion-block .inner ul li, #t05-single .flexible-content-blog .accordion-block .inner ol li {
          margin-bottom: 20px; }
  #t05-single .flexible-content-blog .image-carousel .carousel .flickity-prev-next-button {
    bottom: auto;
    top: 50%;
    margin-top: -25px; }
  #t05-single .flexible-content-blog .image-carousel .carousel .flickity-prev-next-button.previous {
    right: auto;
    left: calc(((100vw - 1920px) / 2) + 88px); }
  #t05-single .flexible-content-blog .carousel img {
    display: block;
    height: 700px;
    max-width: none;
    width: auto; }
  #t05-single .image-block {
    padding: 50px 0; }
    #t05-single .image-block .inner {
      max-width: 1500px;
      margin: 0 auto; }
      #t05-single .image-block .inner.double {
        justify-content: space-between; }
        #t05-single .image-block .inner.double .bg-image {
          width: calc(50% - 16px); }
    #t05-single .image-block .bg-image {
      width: 100%;
      aspect-ratio: 1920 / 1080;
      height: auto; }
  #t05-single .accordion-block .intro-wrap .copy {
    width: 100%;
    padding-bottom: 20px; }
  #t05-single .accordion-block .accordion-wrap {
    width: 100%;
    margin: 0; }
    #t05-single .accordion-block .accordion-wrap .item {
      margin-bottom: 20px;
      padding: 30px 0 20px 0; }
      #t05-single .accordion-block .accordion-wrap .item a.acc-trigger {
        font-size: 20px;
        line-height: 26px; }
      #t05-single .accordion-block .accordion-wrap .item:first-child {
        padding-top: 50px; }
      #t05-single .accordion-block .accordion-wrap .item .content {
        padding-top: 20px; }
  #t05-single .related-articles {
    padding: 70px 0 100px 0; }
    #t05-single .related-articles .intro-wrap {
      margin-bottom: 50px; }
      #t05-single .related-articles .intro-wrap h2 {
        color: #919191;
        padding: 0; }
    #t05-single .related-articles .carousel-wrap {
      padding-left: calc(((100vw - 1920px) / 2) + 32px); }
      #t05-single .related-articles .carousel-wrap .carousel-cell {
        width: 45%;
        margin: 8px; }
        #t05-single .related-articles .carousel-wrap .carousel-cell .news-item {
          width: 100%;
          margin: 0; }
          #t05-single .related-articles .carousel-wrap .carousel-cell .news-item p {
            font-size: 20px;
            line-height: 28px;
            font-weight: 500; }

.image-block, .video-block {
  padding: 50px 0; }
  .image-block .inner, .video-block .inner {
    max-width: 1500px;
    margin: 0 auto; }
    .image-block .inner.double, .video-block .inner.double {
      justify-content: space-between; }
      .image-block .inner.double .bg-image, .video-block .inner.double .bg-image {
        width: calc(50% - 16px); }
  .image-block .bg-image, .video-block .bg-image {
    width: 100%;
    aspect-ratio: 1920 / 1080;
    height: auto; }

.video-block a {
  width: 100%;
  display: block;
  aspect-ratio: 1920 / 1080;
  background: #0F0F0F;
  position: relative; }
  .video-block a .bg-image {
    opacity: 0.8; }
  .video-block a .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url("../images/icon-play.svg") 0 0 no-repeat; }

.image-carousel .carousel .flickity-prev-next-button {
  bottom: auto;
  top: 50%;
  margin-top: -25px; }
.image-carousel .carousel .flickity-prev-next-button.previous {
  right: auto;
  left: calc(((100vw - 1920px) / 2) + 88px); }
.image-carousel .carousel img {
  display: block;
  height: 700px;
  max-width: none;
  width: auto; }

.info-block .copy-wrap {
  width: 52%;
  padding: 140px 10% 140px calc(((100vw - 1796px) / 2)); }
.info-block .bg-image {
  width: 48%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
  min-height: 600px; }

.video-block {
  padding: 62px 0; }
  .video-block .bg-image {
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center; }

.image-text-block.type-2 {
  padding-top: 90px; }
.image-text-block .bg-image {
  width: 50%;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  min-height: 800px; }
.image-text-block .copy-wrap {
  width: 50%;
  padding: 50px calc(((100vw - 1796px) / 2) + 8.33%) 50px 8.33%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .image-text-block .copy-wrap .copy {
    max-width: 440px; }
    .image-text-block .copy-wrap .copy h2 {
      padding-bottom: 60px; }
    .image-text-block .copy-wrap .copy p {
      color: #0F0F0F; }
    .image-text-block .copy-wrap .copy .text-wrap {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      line-clamp: 7;
      -webkit-box-orient: vertical; }
      .image-text-block .copy-wrap .copy .text-wrap p {
        padding-bottom: 0; }
      .image-text-block .copy-wrap .copy .text-wrap.more {
        display: block; }
        .image-text-block .copy-wrap .copy .text-wrap.more p {
          padding-bottom: 20px; }
.image-text-block.img-right .copy-wrap {
  order: 0;
  padding: 50px 8.33% 50px calc(((100vw - 1796px) / 2) + 8.33%); }
.image-text-block.img-right .bg-image {
  order: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px; }

.client-block {
  padding: 70px 0;
  background: #264A76; }
  .client-block .inner {
    flex-wrap: wrap; }
    .client-block .inner .logo-wrap {
      width: 220px;
      height: 80px;
      margin: 30px 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .client-block .inner .logo-wrap a {
        pointer-events: auto; }
      .client-block .inner .logo-wrap img {
        max-height: 80px; }

.home-testimonials-block {
  padding: 80px 0 120px 0; }
  .home-testimonials-block .intro-wrap {
    margin-bottom: 100px; }
    .home-testimonials-block .intro-wrap h2 {
      color: #919191; }
  .home-testimonials-block .carousel-wrap {
    padding-left: calc(((100vw - 1920px) / 2) + 32px); }
    .home-testimonials-block .carousel-wrap .carousel-cell {
      width: 30%;
      margin: 8px; }
      .home-testimonials-block .carousel-wrap .carousel-cell .testimonial-item {
        padding: 50px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        font-weight: 500; }
        .home-testimonials-block .carousel-wrap .carousel-cell .testimonial-item p {
          padding-bottom: 0; }
          .home-testimonials-block .carousel-wrap .carousel-cell .testimonial-item p.h3-style {
            padding-bottom: 50px; }
          .home-testimonials-block .carousel-wrap .carousel-cell .testimonial-item p.title {
            font-weight: 600; }

.intro-wrap .title {
  width: 25%;
  padding: 0 30px 0 0; }
.intro-wrap .copy {
  width: 50%; }
.intro-wrap .visual {
  width: 33.33%;
  margin-top: -30px; }
.intro-wrap .cta-wrap {
  width: 41.66%;
  display: flex;
  justify-content: flex-end; }

.logo-block {
  min-height: 200px;
  padding: 70px 0;
  background: #264A76; }
  .logo-block .logo-gallery {
    width: 100vw;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    pointer-events: none;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .logo-block .logo-gallery ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      .logo-block .logo-gallery ul li {
        width: 220px;
        height: 80px;
        margin: 0 60px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .logo-block .logo-gallery ul li a {
          pointer-events: auto; }
        .logo-block .logo-gallery ul li img {
          max-height: 80px; }
  .logo-block .logo-gallery::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

#t01 .hero-block .copy-wrap {
  position: absolute;
  left: calc(((100vw - 1920px) / 2) + 32px);
  width: 66.66%;
  bottom: 160px;
  color: #FCFCFA;
  z-index: 10; }
  #t01 .hero-block .copy-wrap .inner .headline {
    width: 100%; }
#t01 .flex-direction-nav {
  left: auto;
  bottom: 150px;
  transform: none;
  right: calc(((100vw - 1920px) / 2) + 64px); }
#t01.with-car .carousel-cell {
  width: 100%; }
#t01.with-car .bg-image {
  width: 100%; }
#t01 .home-intro-block {
  margin-top: -130px;
  margin-bottom: 130px;
  z-index: 10; }
  #t01 .home-intro-block .inner {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 30px 20px; }
    #t01 .home-intro-block .inner h2 {
      color: #C5D9E2;
      padding-bottom: 60px; }
    #t01 .home-intro-block .inner .intro-wrap .title h3 {
      color: #C5D9E2; }
    #t01 .home-intro-block .inner .intro-wrap .copy {
      width: 33.33%;
      color: #FCFCFA; }
    #t01 .home-intro-block .inner .intro-wrap .cta-wrap {
      width: 8.33%;
      align-items: flex-start; }
#t01 .home-capabilities-block {
  padding-bottom: 30px; }
  #t01 .home-capabilities-block .intro-wrap {
    margin-bottom: 70px; }
    #t01 .home-capabilities-block .intro-wrap .copy {
      width: 50%; }
    #t01 .home-capabilities-block .intro-wrap h2 {
      color: #919191; }
  #t01 .home-capabilities-block .capabilities-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -8px; }

.cap-item {
  width: calc(50% - 16px);
  margin: 8px;
  aspect-ratio: 920 / 500;
  display: block;
  position: relative;
  overflow: hidden;
  background: #0F0F0F; }
  .cap-item .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0.5s;
    transform: scale(1.03); }
  .cap-item.full {
    width: calc(100% - 16px);
    aspect-ratio: 1856 / 600; }
  .cap-item .copy-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    position: relative;
    color: #FCFCFA;
    z-index: 10; }
    .cap-item .copy-wrap h4 {
      opacity: 0;
      transition: opacity ease 0.5s;
      max-width: 66%; }
  .cap-item:hover .bg-image {
    transform: scale(1);
    transform-origin: center center;
    opacity: 0.6; }
  .cap-item:hover .copy-wrap h4 {
    opacity: 1; }
  .cap-item:hover .button {
    background: #264A76;
    color: #FCFCFA; }

#t03 .other-capabilities {
  padding: 70px 0 70px 0; }
  #t03 .other-capabilities .intro-wrap {
    margin-bottom: 70px; }
    #t03 .other-capabilities .intro-wrap .title {
      color: #919191; }
  #t03 .other-capabilities .capabilities-wrap {
    width: calc(100% + 16px);
    margin-left: -8px; }
    #t03 .other-capabilities .capabilities-wrap .cap-item {
      width: calc(25% - 16px);
      aspect-ratio: 452 / 500; }
      #t03 .other-capabilities .capabilities-wrap .cap-item .copy-wrap h4 {
        display: none; }

#default .content-wrap {
  background: #FCFCFA; }
#default .intro-wrap {
  background: #FCFCFA;
  padding: 45px 0; }
#default.terms .intro-wrap h1 {
  text-align: center; }
#default .text-block {
  background: #FCFCFA;
  padding: 50px 0; }
  #default .text-block .inner {
    max-width: 1200px;
    margin: 0 auto; }
  #default .text-block h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 20px; }
  #default .text-block h5 {
    padding: 0 0 10px 0; }
  #default .text-block h3 {
    padding: 10px 0; }
  #default .text-block p, #default .text-block li {
    font-size: 18px;
    line-height: 24px; }
  #default .text-block ul {
    list-style: disc;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px; }
    #default .text-block ul li {
      margin-bottom: 15px; }
  #default .text-block ol {
    list-style: none;
    counter-reset: item;
    margin: 0 0 30px 0;
    padding: 0; }
    #default .text-block ol li {
      counter-increment: item;
      margin: 0 0 15px 0;
      position: relative;
      padding-left: 30px; }
      #default .text-block ol li:before {
        content: counter(item) ".";
        position: absolute;
        top: 0;
        left: 0; }
#default .search-results {
  background: #FCFCFA; }
  #default .search-results p.no-results {
    padding: 70px 0 !important; }
  #default .search-results .results {
    list-style: none;
    margin: 0;
    padding: 0; }
    #default .search-results .results li {
      padding: 30px 40% 30px 0;
      border-bottom: 1px solid #0F0F0F; }
      #default .search-results .results li h3 {
        padding: 0 0 20px 0; }
      #default .search-results .results li a.link {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #0F0F0F;
        padding-right: 40px;
        background: url("../images/icon-arrow-right-solo-grey.svg") center right no-repeat; }

/* Form Fields */
.form-row {
  display: flex;
  justify-content: space-between; }
  .form-row .half {
    width: calc(50% - 10px);
    margin: 0 0 20px 0; }
  .form-row .full {
    width: calc(100%);
    margin: 0 0 20px 0; }
    .form-row .full p {
      padding: 0;
      line-height: 0; }
    .form-row .full.actions {
      text-align: center; }

.form-block {
  padding: 70px 0; }
  .form-block .intro-copy, .form-block .gform_wrapper {
    margin: 0 8.33% 0 25%; }
  .form-block .intro-copy {
    margin-bottom: 50px; }
  .form-block #gform_confirmation_wrapper_1.gform_wrapper {
    margin: 0; }
    .form-block #gform_confirmation_wrapper_1.gform_wrapper .gform_confirmation_message_1 {
      display: flex;
      width: 100%; }
      .form-block #gform_confirmation_wrapper_1.gform_wrapper .gform_confirmation_message_1 h2, .form-block #gform_confirmation_wrapper_1.gform_wrapper .gform_confirmation_message_1 p {
        color: #264A76; }
      .form-block #gform_confirmation_wrapper_1.gform_wrapper .gform_confirmation_message_1 h2 {
        padding-bottom: 30px; }
      .form-block #gform_confirmation_wrapper_1.gform_wrapper .gform_confirmation_message_1 p {
        font-weight: 500; }
      .form-block #gform_confirmation_wrapper_1.gform_wrapper .gform_confirmation_message_1 br {
        display: none; }
    .form-block #gform_confirmation_wrapper_1.gform_wrapper .title-wrap {
      width: 33.33%; }
    .form-block #gform_confirmation_wrapper_1.gform_wrapper .copy-wrap {
      width: 66.66%;
      padding-right: 8.33%; }
  .form-block .gform-theme--foundation .gfield input[type="email"],
  .form-block .gform-theme--foundation .gfield input[type="text"],
  .form-block .gform-theme--foundation .gfield input[type="tel"],
  .form-block .gform-theme--foundation .gfield select, .form-block .gform-theme--foundation .gfield textarea {
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #C5D9E2;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px;
    line-height: 20px;
    color: #0F0F0F;
    text-align: left;
    font-weight: 500; }
  .form-block .gform-theme--foundation .gfield textarea {
    resize: none; }
  .form-block .gform-theme--foundation .gfield textarea.large {
    min-block-size: 200px; }
  .form-block .gform-theme--foundation .gfield textarea.large:focus::placeholder {
    color: transparent !important; }
  .form-block .gform-theme--foundation .gfield select {
    padding: 9px 0 10px 0; }
  .form-block .gform_button, .form-block input[type="button"] {
    display: inline-block !important;
    position: relative !important;
    line-height: 1 !important;
    align-items: center !important;
    color: #FCFCFA !important;
    font-size: 20px !important;
    text-decoration: none !important;
    margin-left: auto !important;
    width: fit-content !important;
    padding: 20px 30px 20px 30px !important;
    background-color: #264A76 !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    transition: all ease 0.4s !important; }
    .form-block .gform_button:hover, .form-block input[type="button"]:hover {
      background: #C5D9E2 !important;
      color: #0F0F0F !important; }
    .form-block .gform_button:focus, .form-block input[type="button"]:focus {
      outline: none !important; }
  .form-block .gform_required_legend {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #264A76; }
  .form-block legend.gform-field-label, .form-block label.gform-field-label {
    font-size: 20px;
    line-height: 20px;
    color: #264A76; }
    .form-block legend.gform-field-label .gfield_required, .form-block label.gform-field-label .gfield_required {
      font-size: 20px;
      line-height: 20px; }
  .form-block .gfield--type-choice .gfield_checkbox, .form-block .gfield--type-choice .gfield_radio {
    flex-direction: row !important;
    flex-wrap: wrap; }
  .form-block .gfield.choice-buttons .gchoice {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 32% !important; }
  .form-block .gfield.choice-buttons input.gfield-choice-input {
    z-index: 2;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    transition: .3s all ease-in-out;
    background: #F0EEE4;
    position: absolute;
    border: none; }
    .form-block .gfield.choice-buttons input.gfield-choice-input:focus {
      outline: none !important; }
  .form-block .gfield.choice-buttons input.gfield-choice-input:hover,
  .form-block .gfield.choice-buttons .gchoice label:hover {
    cursor: pointer; }
  .form-block .gfield.choice-buttons input.gfield-choice-input:checked {
    background: #C5D9E2; }
  .form-block .gfield.choice-buttons .gchoice label {
    z-index: 3;
    font-weight: 500;
    display: block;
    position: absolute;
    padding: 0 30px 0 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    overflow: visible;
    font-size: 16px; }
  .form-block .gfield.choice-buttons input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500; }
  .form-block .gfield.choice-buttons input[type="checkbox"].gfield-choice-input + label:after {
    border-radius: 5px; }
  .form-block .gfield.choice-buttons input[type="radio"].gfield-choice-input + label:after {
    border-radius: 5px; }
  .form-block .gfield.choice-buttons input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    color: #264A76;
    border: 2px solid #264A76; }
  .form-block input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    opacity: 0 !important; }
  .form-block .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #264A76; }
  .form-block h3, .form-block .gform-theme--framework .gf_progressbar_title {
    color: #264A76; }
  .form-block .gform-theme--framework .gf_progressbar .percentbar_gray {
    background-color: #264A76; }

.form-content {
  /*select{
    background-image:url(../images/icon-arrow-down.svg);
  	  background-position: 96% / 15%;
  	background-repeat: no-repeat;
  	background-size: 8px 4px; 
  }*/
  /*div.wpcf7-response-output {
  	margin: 0 0 30px 0!important;
  	padding: 0!important;
  	border: none!important;
  	font-size: 12px;
    line-height: 12px;
  	color: #F41F22;
  	text-transform: uppercase;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  	border: none!important;
  	margin-bottom: 20px!important;
  }
  span.wpcf7-not-valid-tip{
  	display: none!important;
  }
  .wpcf7-not-valid{
  	background:rgba(241,215,215,1.00)!important;
  }*/ }
  .form-content input[type="email"],
  .form-content input[type="text"],
  .form-content input[type="date"],
  .form-content select, .form-content textarea {
    padding: 12px 10px;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 16px; }
  .form-content textarea {
    resize: none; }
  .form-content select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */ }
  .form-content input[type="submit"], .form-content input[type="button"] {
    border: none;
    padding: 9px 35px 7px 35px;
    background: #0F0F0F;
    border-radius: 17px;
    color: #0F0F0F;
    font-size: 11px;
    font-weight: 600;
    font-family: "Josefin Sans", serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all ease 0.4s;
    margin: 20px 0 0 0; }
    .form-content input[type="submit"]:hover, .form-content input[type="button"]:hover {
      background-color: #fff; }
  .form-content form button {
    -webkit-appearance: none;
    outline: none;
    border: none; }
  .form-content .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px; }
  .form-content .wpcf7 form.invalid .wpcf7-response-output, .form-content .wpcf7 form.unaccepted .wpcf7-response-output, .form-content .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff; }

#terms {
  padding: 170px 0 140px 0; }
  #terms h1 {
    font-size: 32px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 60px 0;
    letter-spacing: 0.15em; }
  #terms h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0 10px 0;
    letter-spacing: 0.02em;
    text-transform: none; }
  #terms h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 20px 0 10px 0;
    letter-spacing: 0.02em; }
  #terms p {
    padding-bottom: 30px; }
  #terms ul {
    list-style: disc;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px; }
    #terms ul li {
      margin-bottom: 15px; }
  #terms ol {
    margin: 0 0 30px 0;
    padding: 0; }
    #terms ol li {
      margin-bottom: 15px; }

#field_1_5 {
  text-align: right; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

input::-webkit-input-placeholder {
  color: #E5E5E5; }

input:-moz-placeholder {
  color: #E5E5E5; }

input::-moz-placeholder {
  color: #E5E5E5; }

input:-ms-input-placeholder {
  color: #E5E5E5; }

.no-posts {
  margin: 100px 0 150px 0; }

.page-404 .flexible-content {
  margin-bottom: 100px; }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

#mobile-nav {
  display: none; }

@supports (max-height: 100dvh) {
  .full-h {
    min-height: 100dvh; }

  .full-h-minus {
    min-height: calc(100dvh - 114px); }

  @media only screen and (max-width: 767px) {
    .full-h-minus {
      min-height: calc(100dvh - 71px); } } }
#nav-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 18px; }

#nav-trigger .menu-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FCFCFA;
  cursor: pointer;
  display: block;
  transition: transform .5s ease;
  width: 25px;
  height: 18px;
  z-index: 100;
  margin: -3px 0 0 0; }

#nav-trigger .menu {
  text-indent: -9999px;
  background: #FCFCFA;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: background .4s ease;
  width: 25px; }

#nav-trigger .menu:after, a#nav-trigger .menu:before {
  background: #FCFCFA;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: -8px;
  transition: transform .5s ease,top .3s ease,bottom .3s ease, background .4s ease;
  width: 25px; }

#nav-trigger .menu:after {
  bottom: -8px;
  top: auto; }

#nav-trigger.open .menu {
  background: 0 0;
  transition: none; }

#nav-trigger.open .menu:before {
  transform: rotate(45deg);
  width: 25px;
  top: 0; }

#nav-trigger.open .menu:after {
  top: 8px;
  width: 25px;
  bottom: auto;
  transform: translateY(-8px) rotate(-45deg); }

#nav-trigger:hover .menu, #nav-trigger:hover .menu:before, #nav-trigger:hover .menu:after {
  background: #FCFCFA; }

#nav-trigger.open:hover .menu {
  background: 0 0; }

#nav-trigger:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  content: '';
  height: 1px;
  background: #FCFCFA;
  transition: width ease 0.4s; }

#menu-bg {
  opacity: 0;
  pointer-events: none;
  position: absolute; }

@media only screen and (max-width: 1920px) {
  #t01 .hero-block .copy-wrap, .image-carousel .carousel .flickity-prev-next-button.previous {
    left: 32px; }

  #t01 .flex-direction-nav {
    right: 32px; }

  .home-testimonials-block .carousel-wrap, #t03 .other-capabilities .carousel-wrap, #t05-single .related-articles .carousel-wrap {
    padding-left: 32px; }

  .carousel .flickity-prev-next-button.previous {
    right: 88px; }

  .carousel .flickity-prev-next-button.next {
    right: 32px; } }
@media only screen and (max-width: 1599px) {
  body {
    font-size: 22px;
    line-height: 32px; }

  .hero-block .copy-wrap .inner h1, .flexible-content .callout-block .heading h2 {
    font-size: 70px;
    line-height: 74px; }

  h1, .h1-style, .hero-block.type-bg-beige .copy-wrap .inner h1 {
    font-size: 50px;
    line-height: 54px; }

  h2, .h2-style {
    font-size: 42px;
    line-height: 50px; }

  h3, .h3-style, .hero-block .copy-wrap .inner p, .flexible-content .accordion-block .accordion-wrap .item a.acc-trigger {
    font-size: 30px;
    line-height: 36px; }

  #menu-header-menu > li {
    margin-right: 50px; }

  .home-testimonials-block .carousel-wrap .carousel-cell {
    width: 40%; } }
@media only screen and (max-width: 1299px) {
  .hero-block.type-bg-beige .copy-wrap .inner h1 {
    font-size: 42px;
    line-height: 44px; }

  header .inner .logo {
    width: 245px;
    height: 30px; }

  #menu-header-menu > li {
    margin-right: 16px; }

  #menu-header-menu > li.current_page_item:last-child > a {
    padding: 16px 20px; }

  #menu-header-menu > li:not(.menu-button) > a, .mega-menu .mm-inner .mm-main-wrap ul li a, .mega-menu .mm-inner .mm-main-wrap ul li a {
    font-size: 18px; }

  .mega-menu .mm-inner .mm-main-wrap ul li p {
    font-size: 16px; }

  footer .inner .top .logo-wrap img {
    width: 280px; }

  footer .inner .top .strapline {
    font-size: 36px; }

  footer .inner .middle h3, footer .inner .middle p, footer .inner .middle ul, footer .inner .middle a {
    font-size: 17px;
    line-height: 27px; }

  footer .inner .middle {
    flex-wrap: wrap; }

  footer .inner .middle .location, footer .inner .middle .location.last {
    width: 33.33%;
    margin-bottom: 30px; }

  footer .inner .middle ul {
    width: 33.33%;
    margin-bottom: 30px; }

  footer .inner .middle .contact-wrap {
    width: 33.33%; }

  footer .inner .top .button-wrap {
    text-align: right; }

  .flexible-content .image-copy-block .copy-wrap {
    padding: 40px 5%; }

  .flexible-content .image-copy-block.img-right .copy-wrap {
    padding: 40px 5%; }

  .client-block .inner .logo-wrap {
    width: 180px;
    height: 60px;
    margin: 30px 50px; }

  .flexible-content .accordion-block .intro-wrap .copy, .flexible-content .accordion-block .accordion-wrap {
    width: 66.66%; }

  .cap-item {
    aspect-ratio: 395 / 300; }

  #t03 .other-capabilities .capabilities-wrap .cap-item {
    aspect-ratio: 452 / 550; }

  .flexible-content .callout-block .heading {
    width: 50%; }

  .flexible-content .callout-block .copy-wrap .copy {
    width: 41.66%; } }
@media only screen and (max-width: 1024px) {
  body, .p-small, #default .text-block h5 {
    font-size: 18px;
    line-height: 28px; }

  .small p, p.small {
    font-size: 16px;
    line-height: 22px; }

  .hero-block .copy-wrap .inner h1, .hero-block .copy-wrap .inner h1, .flexible-content .callout-block .heading h2 {
    font-size: 60px;
    line-height: 60px; }

  h1, .h1-style, .hero-block.type-bg-beige .copy-wrap .inner h1, #default h1.h2-style {
    font-size: 40px;
    line-height: 44px; }

  h2, .h2-style {
    font-size: 32px;
    line-height: 42px;
    padding: 0 0 30px 0; }

  h3, .h3-style, .hero-block .copy-wrap .inner p, .flexible-content .accordion-block .accordion-wrap .item a.acc-trigger, #default .text-block h2 {
    font-size: 28px;
    line-height: 34px; }

  h3.stat {
    font-size: 60px !important;
    line-height: 64px !important; }

  header {
    height: 70px; }

  header .inner {
    padding: 20px 0; }

  header .inner .menu-wrap {
    display: none; }

  #nav-trigger {
    display: block; }

  header.reduced #nav-trigger .menu, header.dark:not(.menu-open) #nav-trigger .menu {
    background: #0F0F0F; }
  header.reduced #nav-trigger.open .menu, header.dark:not(.menu-open) #nav-trigger.open .menu {
    background: transparent; }
  header.reduced #nav-trigger .menu:after, header.reduced a#nav-trigger .menu:before, header.dark:not(.menu-open) #nav-trigger .menu:after, header.dark:not(.menu-open) a#nav-trigger .menu:before {
    background: #0F0F0F; }

  #menu-bg {
    position: fixed;
    background: #264A76;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease 0.4s; }

  #menu-bg.menu-open {
    opacity: 1;
    pointer-events: auto; }

  header .inner .menu-wrap {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%; }

  header.menu-open.dark .inner .logo:before {
    opacity: 0; }

  header.menu-open.dark .inner .logo:after {
    opacity: 1; }

  header.menu-open .inner .menu-wrap {
    display: block; }

  #menu-header-menu {
    display: block;
    padding: 16px; }

  #menu-header-menu > li {
    margin: 0 0 20px 0; }

  #menu-header-menu > li.menu-item-has-children > a:after {
    content: '+';
    margin-left: 15px; }

  #menu-header-menu > li:not(.menu-button) > a:before {
    display: none; }

  #menu-header-menu > li:not(.menu-button) > a {
    color: #FCFCFA;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    transition: color ease 0.4s; }

  #menu-header-menu > li:not(.menu-button):hover > a, #menu-header-menu > li.menu-item-has-children:hover > a, #menu-header-menu > li.current_page_item > a {
    color: #C5D9E2;
    padding: 0; }

  #menu-header-menu > li:not(.menu-button) > a:hover {
    padding: 0; }

  #menu-header-menu > li.current_page_ancestor > a {
    color: #C5D9E2; }

  .mega-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    display: none; }

  .mega-menu .mm-inner, .single .mega-menu .mm-inner {
    background: #264A76;
    padding: 0; }

  .mega-menu .mm-inner .mm-main-wrap ul {
    padding: 20px 20px 0 20px; }

  .mega-menu .mm-inner .mm-main-wrap ul li a {
    padding: 0;
    color: #FCFCFA; }

  .mega-menu .mm-inner .mm-main-wrap ul li a:hover, .mega-menu .mm-inner .mm-main-wrap ul li.current_page_item a {
    padding: 0;
    color: #C5D9E2; }

  .mega-menu .mm-inner .mm-main-wrap ul li a:before {
    display: none; }

  .mega-menu .mm-inner .mm-main-wrap ul li p {
    display: none; }

  #menu-header-menu > li:last-child {
    position: fixed;
    bottom: 0;
    right: 0; }

  #menu-header-menu > li.menu-button a {
    background: #C5D9E2;
    color: #0F0F0F; }

  .mobile-contact {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 16px; }

  .mobile-contact .contact {
    margin-bottom: 30px; }

  .mobile-contact h3 {
    color: #C5D9E2;
    padding-bottom: 10px; }

  .mobile-contact p {
    font-size: 26px;
    line-height: 40px;
    color: #FCFCFA; }

  .mobile-contact p a {
    text-decoration: none;
    color: #FCFCFA; }

  footer .inner .top {
    flex-direction: column; }

  footer .inner .top .logo-wrap {
    width: 100%; }

  footer .inner .top .strapline {
    width: 100%;
    font-size: 30px;
    margin: 30px 0 0 0; }

  footer .inner .top .button-wrap {
    display: none; }

  footer .inner .middle {
    flex-wrap: wrap; }

  footer .inner .middle .location, footer .inner .middle .location.last {
    width: 50%;
    margin-bottom: 30px; }

  footer .inner .middle ul {
    width: 50%;
    margin-bottom: 30px; }

  footer .inner .middle .contact-wrap {
    width: 50%; }

  footer .inner .bottom {
    flex-direction: column; }

  footer .inner .bottom .button-wrap {
    width: 100%;
    margin-bottom: 30px; }

  footer .inner .bottom .signoff {
    width: 100%;
    justify-content: flex-start; }

  .hero-block.type-bg-beige .copy-wrap {
    padding: 160px 0 30px 0; }

  .hero-block .half {
    height: 450px; }

  .home-testimonials-block .carousel-wrap .carousel-cell {
    width: 45%; }

  .home-testimonials-block .carousel-wrap .carousel-cell .testimonial-item {
    padding: 40px; }

  .home-testimonials-block .carousel-wrap, #t03 .other-capabilities .carousel-wrap, #t05-single .related-articles .carousel-wrap {
    padding-left: 16px; }

  .form-block {
    padding: 50px 0; }

  .form-block .gform_wrapper {
    margin: 0; }

  .form-block legend.gform-field-label, .form-block label.gform-field-label {
    font-size: 18px;
    line-height: 18px; }

  #t05-single {
    padding: 120px 0 0 0; }

  #t05-single .news-header-block .inner {
    margin-bottom: 30px; }

  #t05-single .hero-block .bg-image {
    height: 450px; }

  #t05-single .flexible-content-blog .copy-block .inner {
    max-width: 768px; }

  #t05-single .flexible-content-blog .carousel img {
    height: 450px; }

  #t01 .hero-block .copy-wrap {
    left: 16px; }

  #t01 .flex-direction-nav {
    right: 16px; } }
@media only screen and (max-width: 959px) {
  .hero-block .copy-wrap .inner h1, .hero-block .copy-wrap .inner h1, .flexible-content .callout-block .heading h2 {
    font-size: 50px;
    line-height: 50px; }

  h2, .h2-style, #t05-single .flexible-content-blog .copy-block .inner h2, #t05-single .flexible-content-blog .accordion-block .inner h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0 0 20px 0; }

  h3, .h3-style, .hero-block .copy-wrap .inner p, .flexible-content .accordion-block .accordion-wrap .item a.acc-trigger, .mobile-contact p {
    font-size: 22px;
    line-height: 32px; }

  .hero-block .copy-wrap .inner {
    flex-direction: column;
    align-items: flex-start; }

  .hero-block .copy-wrap .inner .headline {
    width: 100%; }

  .hero-block .copy-wrap .inner .copy, #t01 .home-intro-block .inner .intro-wrap .copy, #t01 .home-capabilities-block .intro-wrap .copy {
    width: 100%;
    margin-top: 30px; }

  #t01 .home-intro-block {
    margin-bottom: 50px; }

  #t01 .home-intro-block .inner h2 {
    padding-bottom: 30px; }

  #t01 .home-capabilities-block .intro-wrap {
    margin-bottom: 50px; }

  .cap-item .copy-wrap h3 {
    padding-bottom: 10px; }

  .intro-wrap, .flexible-content .copy-block .inner {
    flex-direction: column; }

  .intro-wrap .title, .flexible-content .copy-block .heading, .flexible-content .accordion-block .intro-wrap .heading {
    width: 100%; }

  .intro-wrap .copy, .flexible-content .copy-block .copy, .flexible-content .accordion-block .intro-wrap .copy, .flexible-content .accordion-block .accordion-wrap {
    width: 100%; }

  .intro-wrap .visual {
    width: 100%; }

  .intro-wrap .cta-wrap, #t01 .home-intro-block .inner .intro-wrap .cta-wrap {
    width: 100%;
    display: block;
    margin: 30px 0 0 0; }

  .flexible-content .copy-block .connect {
    width: 100%;
    margin: 0; }

  .home-testimonials-block .intro-wrap {
    margin-bottom: 50px; }

  .logo-block {
    padding: 60px 0 60px 0; }

  .intro-wrap .visual {
    margin: 0; }

  .flexible-content .accordion-block .accordion-wrap {
    margin-left: 0; }

  .flexible-content .accordion-block .intro-wrap .copy {
    padding-bottom: 35px; }

  .flexible-content .accordion-block .accordion-wrap .item {
    margin-bottom: 0;
    padding: 20px 0; }

  .flexible-content .callout-block .heading {
    width: 100%;
    margin-bottom: 30px; }

  .flexible-content .callout-block .copy-wrap {
    flex-direction: column; }

  .flexible-content .callout-block .copy-wrap .copy {
    width: 100%;
    margin: 0 0 30px 0; }

  .flexible-content .callout-block .copy-wrap .copy.right {
    margin: 0; }

  #t03 .other-capabilities .capabilities-wrap {
    flex-wrap: wrap; }

  #t03 .other-capabilities .capabilities-wrap .cap-item {
    width: calc(50% - 16px);
    aspect-ratio: 452 / 300; }

  .accordion-block .intro-wrap {
    width: 100%; }

  .accordion-block .inner {
    flex-direction: column; }

  .accordion-block .accordion-wrap .copy {
    padding-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  .button, li.menu-button a {
    font-size: 18px;
    padding: 15px; }

  .button-link {
    font-size: 18px;
    line-height: 18px; }

  header {
    height: 65px; }

  header .inner {
    height: 65px; }

  header .inner .logo {
    width: 200px; }

  .home-testimonials-block .carousel-wrap .carousel-cell {
    width: 90%; }

  .cap-item {
    width: 100%; }

  .cap-item.full {
    width: 100%;
    aspect-ratio: 395 / 300; }

  .flexible-content .copy-block .inner {
    padding: 35px 0; }

  .flexible-content .accordion-block {
    padding: 35px 0; }

  .flexible-content .callout-block {
    padding: 35px 0; }

  #t03 .other-capabilities {
    padding: 35px 0; }

  #t03 .other-capabilities .capabilities-wrap .cap-item {
    width: 100%; }

  .flexible-content .space-above {
    height: 35px; }

  .flexible-content .image-copy-block .inner {
    flex-direction: column; }

  .flexible-content .image-copy-block .bg-image {
    width: 100%; }

  .flexible-content .image-copy-block .copy-wrap, .flexible-content .image-copy-block.img-right .copy-wrap {
    width: 100%;
    padding: 20px 0; }

  .flexible-content .image-copy-block.img-right .bg-image {
    order: 0; }

  .news-item {
    width: 100%; }

  #t05 .hero-block .copy-wrap .inner .headline .button, #t04 .hero-block .copy-wrap .inner .headline .button {
    margin: 0; }

  #t05-single .related-articles {
    padding: 35px 0 85px 0; }

  #t05-single .related-articles .intro-wrap {
    margin-bottom: 30px; }

  #t05-single .related-articles .carousel-wrap .carousel-cell {
    width: 90%; }

  #t05-single .image-block {
    padding: 35px 0; }

  #t05-single .news-header-block .inner h1 {
    font-size: 38px;
    line-height: 46px; }

  #t05-single .hero-block.grid, #t05-single .hero-block.grid-small {
    padding: 0 16px;
    margin-bottom: 30px; }

  #t05-single .related-articles .carousel-wrap .carousel-cell .news-item p {
    font-size: 16px;
    line-height: 22px; }

  .client-block {
    padding: 35px 0; }

  .client-block .inner {
    justify-content: center; }

  .client-block .inner .logo-wrap {
    width: calc(50% - 60px);
    height: 40px;
    margin: 20px 30px; }

  .client-block .inner .logo-wrap img {
    max-width: 150px;
    max-height: 50px; }

  .home-testimonials-block {
    padding: 35px 0 85px 0; }

  .home-testimonials-block .intro-wrap {
    margin-bottom: 30px; }

  #default .intro-wrap {
    padding-bottom: 0; }

  .image-carousel .carousel img {
    height: 300px; }

  .image-carousel .carousel .flickity-prev-next-button.previous {
    left: 20px; }

  .carousel .flickity-prev-next-button.next {
    right: 20px; }

  .flexible-content .image-block, .flexible-content .video-block {
    padding: 30px 0; }

  .form-block .gfield.choice-buttons .gchoice {
    width: 48% !important; } }
@media only screen and (max-width: 500px) {
  header .inner .menu-wrap {
    top: 70px; }

  .mega-menu .mm-inner .mm-main-wrap ul li {
    margin-bottom: 7px; }

  .mega-menu .mm-inner .mm-main-wrap ul li:last-child {
    margin-bottom: 0; }

  .mega-menu .mm-inner .mm-main-wrap ul {
    padding-top: 10px; }

  #menu-header-menu > li:not(.menu-button) > a {
    font-size: 26px;
    line-height: 32px; }

  #menu-header-menu > li {
    margin-bottom: 10px; }

  footer .inner .middle {
    flex-direction: column; }

  footer .inner .middle .location, footer .inner .middle .location.last, footer .inner .middle ul {
    width: 100%;
    margin-bottom: 20px; }

  footer .inner .top {
    margin-bottom: 30px; }

  .home-testimonials-block .carousel-wrap .carousel-cell .testimonial-item {
    padding: 25px; }

  .image-block .inner.double {
    flex-wrap: wrap; }

  .image-block .inner.double .bg-image {
    width: 100%; }

  .image-block .inner.double .bg-image:first-child {
    margin-bottom: 30px; }

  .form-block .gfield.choice-buttons .gchoice {
    width: 100% !important; } }
