@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: white slick-image-url("../slick/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: slick-font-url("../slick/slick.eot");
  src: slick-font-url("../slick/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../slick/slick.woff") format("woff"), slick-font-url("../slick/slick.ttf") format("truetype"), slick-font-url("../slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px auto;
  transition: all 0.5s ease;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  background: url(../images/arrow-left-white.svg) center center no-repeat;
  left: 20px;
  transform: translateX(0%);
  border-radius: 50%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.slick-prev:hover {
  transform: translateX(0%) translateY(-5px);
}

.slick-next {
  background: url(../images/arrow-right-white.svg) center center no-repeat;
  right: 20px;
  transform: translateX(0%);
  border-radius: 50%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.slick-next:hover {
  transform: translateX(0%) translateY(-5px);
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 4px;
  width: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  border-radius: 30px;
}
.slick-dots li {
  position: relative;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: green;
  opacity: 1;
}

@font-face {
  font-family: "Mont Light";
  src: url("/wp-content/themes/durus/fonts/mont/montserrat-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("/wp-content/themes/durus/fonts/mont/montserrat-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont Bold";
  src: url("/wp-content/themes/durus/fonts/mont/montserrat-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  interpolate-size: allow-keywords;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #ffffff;
  background: #1d1d1d;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  height: 100%;
  scroll-behavior: smooth;
  accent-color: #ff6c0e;
}
strong {
  font-weight: 700;
}

ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: disc;
}

ol {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: decimal;
}

li {
  margin: 0 0 15px 25px;
}

a {
  color: #ff6c0e;
  text-decoration: none;
}
a:hover {
  color: #467597;
}

::-moz-selection {
  background: #ff6c0e;
  color: white;
}

::selection {
  background: #ff6c0e;
  color: white;
}

.link {
  position: relative;
  padding-right: 30px;
}
.link:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  line-height: 1;
}
.link:hover:after {
  right: 0;
}

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

td,
th {
  padding: 0;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

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

.hidden,
.hideMe {
  display: none;
}

.elementor-editor-active .e-con.elementor-element-edit-mode {
  opacity: 1 !important;
  visibility: visible !important;
}

/**
 * Basic typography style for copy text
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 16px;
  color: white;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 92%;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 92%;
    letter-spacing: -0.04em;
  }
}

h2,
.h2 {
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 300;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 110%;
  }
}

h4,
.h4 {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-family: "Mont", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #ff6c0e;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 120%;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 120%;
  }
}

p {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.wrap {
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

/* ------------------------------------------- Structure --- */
.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.fl-align-center {
  margin: auto;
  align-items: center;
}

.fl-j-center {
  justify-content: center;
}

.fl-align-left {
  margin-right: auto;
  align-self: center;
}

.fl-align-right {
  margin-left: auto;
  align-self: center;
}

.fl-align-x-center {
  margin-right: auto;
  margin-left: auto;
}

.fl-align-x-left {
  margin-right: auto;
}

.fl-align-x-right {
  margin-left: auto;
}

.fl-align-y-center {
  align-self: center;
}

.fl-align-y-top {
  align-self: flex-start;
}

.fl-align-y-bottom {
  align-self: flex-end;
}

.block {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.section {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
}

.inner {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
.inner.nested {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .inner {
    flex-direction: column;
  }
}

.col-1-12 {
  width: 8%;
}

.col-2-12 {
  width: 15%;
}

.col-3-12 {
  width: 23%;
}

.col-4-12 {
  width: 31%;
}

.col-5-12 {
  width: 40%;
}

.col-6-12 {
  width: 48%;
}

.col-7-12 {
  width: 57%;
}

.col-8-12 {
  width: 66%;
}

.col-9-12 {
  width: 75%;
}

.col-10-12 {
  width: 82%;
}

.col-11-12 {
  width: 90%;
}

.col-12-12 {
  width: 100%;
}

@media (max-width: 767px) {
  [class*=col-] {
    margin-bottom: 20px;
  }
  .med-hide {
    display: none;
  }
  .col-1-12 {
    width: 100%;
  }
  .col-2-12 {
    width: 100%;
  }
  .col-3-12 {
    width: 100%;
  }
  .col-4-12 {
    width: 100%;
  }
  .col-5-12 {
    width: 100%;
  }
  .col-6-12 {
    width: 100%;
  }
  .col-7-12 {
    width: 100%;
  }
  .col-8-12 {
    width: 100%;
  }
  .col-9-12 {
    width: 100%;
  }
  .col-10-12 {
    width: 100%;
  }
  .col-11-12 {
    width: 100%;
  }
  .col-12-12 {
    width: 100%;
  }
}
.header {
  background: white;
}

.nav_wrap {
  width: 100%;
}
@media (max-width: 1024px) {
  .nav_wrap {
    background: #1e2e3a;
    padding-bottom: 30px;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
  }
}
.nav_wrap.open {
  left: 0;
}

@media (max-width: 1024px) {
  .nav_main {
    margin-bottom: 0;
  }
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease;
  background: transparent;
  width: 100%;
}
.top-nav.nav_sticky {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.top-nav.nav_sticky.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .top-nav.nav_sticky {
    display: none !important;
  }
  .top-nav.nav_sticky.show {
    display: none !important;
  }
}
.top-nav.nav_sticky .second_nav {
  background-color: #efefef;
}
.top-nav.nav_sticky .logo {
  transform: translateY(-16px);
  display: block;
}
.top-nav.nav_sticky a {
  color: #1e2e3a;
}
.top-nav .inner {
  align-items: center;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .top-nav .inner {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0;
    height: 100%;
    justify-content: flex-start;
  }
}
.top-nav .logo.mob_logo {
  display: none;
}
@media (max-width: 1024px) {
  .top-nav .logo.mob_logo {
    display: block;
  }
}
@media (max-width: 1024px) {
  .top-nav .logo {
    max-width: 350px;
    width: 75%;
    padding: 20px;
    margin-right: 0;
    margin-right: auto;
  }
}
.top-nav .logo img,
.top-nav .logo svg {
  max-width: 200px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .top-nav .cta_wrap {
    order: -1;
  }
}
.top-nav .nav_cta {
  justify-content: flex-end;
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .top-nav .nav_cta {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
  }
}
.top-nav .nav_cta .btn {
  border-radius: 100px;
  font-family: "Mont", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .top-nav .nav_cta .btn {
    width: 100%;
    flex-wrap: wrap;
  }
}
.top-nav .nav_cta .btn:hover {
  background-color: white;
  color: #0c161c;
}
.top-nav .nav_cta .collab {
  background-color: #ff6c0e;
  color: white;
}
.top-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .top-nav ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.top-nav ul li {
  display: inline-flex;
  padding: 0;
  position: relative;
  align-items: center;
  margin: 0;
}
.top-nav ul li.current-menu-item a {
  color: #ff6c0e;
}
@media (max-width: 1024px) {
  .top-nav ul li {
    height: auto;
    width: 100%;
    padding: 0px;
    display: block;
    margin: 0 0 0px 0;
    align-items: center;
  }
}
.top-nav ul li:hover > a {
  color: #ff6c0e;
  text-decoration: none;
}
.top-nav ul li:hover ul {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.top-nav ul li a {
  height: 70px;
  color: white;
  background: transparent;
  padding: 5px 24px;
  transition: all 0.5s ease;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.04rem;
}
@media (max-width: 1024px) {
  .top-nav ul li a {
    margin-left: 0;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 350;
    padding: 10px 0;
    font-family: "Mont", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 20px;
  }
}
.top-nav ul ul {
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  background: #0c161c;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 1px solid rgba(185, 213, 232, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  white-space: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
}
.top-nav ul ul li {
  width: 100%;
}
.top-nav ul ul li a {
  height: auto;
  padding: 15px 20px;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0rem;
}
.top-nav ul ul li:hover a {
  color: #1bd6c7;
  text-decoration: none;
}

.second_nav {
  background: rgb(32, 32, 48);
  border-radius: 0 0 16px 16px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .second_nav {
    margin-left: 0;
    width: 100%;
    background: transparent;
  }
}
.second_nav ul {
  padding: 5px 10px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .second_nav ul {
    margin: 0;
    padding: 0;
    gap: 0;
  }
}
.second_nav ul li.current-menu-item a {
  color: #ff6c0e;
}
.second_nav ul li a {
  height: auto;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
  transition: all 0.5s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: -0.02rem;
}
@media (max-width: 1024px) {
  .second_nav ul li a {
    font-size: 20px;
    letter-spacing: -0.01rem;
    color: white;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .second_nav li.home_btn {
    display: none;
  }
}
.second_nav .contact_btn {
  display: none;
}
.second_nav .contact_btn .collab {
  background-color: #ff6c0e;
  color: #0c161c;
  border-top: none;
}
@media (max-width: 1024px) {
  .second_nav .contact_btn {
    display: block;
  }
}

/* -------------------------------------------------------
------------ HAMBURGER MOBILE NAVIGATION -----------------
------------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background: #0c161c;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 2px;
  padding: 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  .hamburger {
    background: #0c161c;
    display: flex;
    margin-left: auto;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 100;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#footer_form form label {
  display: none;
}

.footer_form {
  background-color: #0c161c;
  padding: 100px 0 60px 0;
}
.footer_form img {
  margin-top: -150px;
}
@media (max-width: 1024px) {
  .footer_form img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer_form .ftr_form {
    padding: 20px;
  }
}

.form-cta {
  margin: -50px auto 50px auto;
}
@media (max-width: 1024px) {
  .form-cta {
    margin: -20px auto 50px auto;
  }
}
.form-cta .inner {
  background: url("/wp-content/themes/pulse/images/footer-form-bg.webp") center right no-repeat;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  padding: 40px 50px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .form-cta .inner {
    background: url("/wp-content/themes/pulse/images/footer-form-bg-mob.webp") bottom -60px center no-repeat #152632;
    background-size: contain;
    padding: 30px 30px 200px 30px;
    border-radius: 20px;
  }
}
.form-cta .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(150deg, rgba(185, 213, 232, 0.5), #0c161c) border-box;
  -webkit-mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
          mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
}
.form-cta .inner p {
  margin-bottom: 30px;
}

.page-news .form-cta {
  margin: 50px auto 50px auto;
}
@media (max-width: 1024px) {
  .page-news .form-cta {
    margin: 20px auto 50px auto;
  }
}

.footer-text {
  padding: 30px 0;
  text-align: center;
}
.footer-text h2 {
  color: #ff6c0e;
}
@media (max-width: 1024px) {
  .footer-text h2 {
    font-size: 22px;
  }
}

footer {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: auto;
  color: #323e48;
  display: flex;
  align-items: center;
  z-index: 1;
}
footer img {
  max-width: 150px;
  height: auto;
}
footer img.footer_logo {
  margin-top: -100px;
}
footer p {
  color: #323e48;
  font-size: 14px;
}
footer .date {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
}
footer .footer_creds {
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer_creds {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
footer .footer_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
footer .footer_nav ul li {
  margin: 0;
  padding: 0;
  width: 20%;
}
@media (max-width: 767px) {
  footer .footer_nav ul li {
    width: 45%;
  }
}
footer .footer_nav ul li a {
  color: #323e48;
  font-size: 14px;
}
@media (max-width: 1024px) {
  footer .flex-col {
    align-items: center;
  }
}

.btn, .btn_outline_reversed, .btn_outline, .btn_reverse {
  background-color: #ff6c0e;
  color: #0c161c;
  color: white;
  cursor: pointer;
  display: flex;
  align-self: flex-start;
  padding: 16px 24px;
  transition: all 0.5s ease;
  text-align: left;
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .btn, .btn_outline_reversed, .btn_outline, .btn_reverse {
    padding: 16px 24px;
    font-size: 12px;
  }
}
.btn:hover, .btn_outline_reversed:hover, .btn_outline:hover, .btn_reverse:hover {
  text-decoration: none;
  background-color: white;
  color: #0c161c;
}

.btn_reverse {
  background: white;
  color: #ffffff;
}
.btn_reverse:hover {
  color: white;
  background-color: #ff4713;
}

.btn_outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn_outline:hover {
  color: #ff4713;
  border: 1px solid #ff4713;
  background: transparent;
}

.btn_outline_reversed {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn_outline_reversed:hover {
  background: transparent;
  color: #ff4713;
  border: 1px solid #ff4713;
}

.wrap {
  background: #0c161c;
}

.page_banner {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_banner .inner {
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*-------------------------*/
.vid_banner {
  aspect-ratio: 16/9;
  width: 100%;
  min-height: 600px;
  max-height: 80vh;
}
@media (max-width: 1024px) {
  .vid_banner {
    aspect-ratio: unset;
    max-height: none;
  }
}
.vid_banner h1 {
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 80px;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 20px, rgb(0, 0, 0) 0px 0px 60px;
}
@media (max-width: 1024px) {
  .vid_banner h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 150px;
  }
}
.vid_banner p {
  margin-top: 40px;
}
.vid_banner h2 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .vid_banner h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .vid_banner.header_sm h1 {
    font-size: 34px;
  }
}

.vid {
  width: 100%;
  overflow: hidden;
  position: absolute;
  aspect-ratio: 16/9;
  min-height: 600px;
  max-height: 80vh;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vid::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #0c161c, rgba(12, 22, 28, 0));
}
@media (max-width: 1024px) {
  .vid {
    aspect-ratio: 1/1;
    min-height: 420px;
    max-height: 60vh;
  }
}

.vid video {
  width: 100%;
  position: relative;
  opacity: 0.4;
}
@media (max-width: 1024px) {
  .vid video {
    width: 1200px;
    position: relative;
    opacity: 0.5;
    margin-left: -50%;
    width: 270%;
    height: auto;
  }
}

.vision_panel {
  background-color: rgba(185, 213, 232, 0.1);
  border-radius: 30px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  padding: 60px 80px;
  border-width: 2px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media (max-width: 1024px) {
  .vision_panel {
    padding: 30px;
  }
}
.vision_panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(150deg, rgba(185, 213, 232, 0.5), #0c161c) border-box;
  -webkit-mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
          mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
}
.vision_panel p {
  margin-bottom: 30px;
}
.vision_panel h3 {
  color: #ff6c0e;
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.07rem;
  font-size: 44px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .vision_panel h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

#home_wrap.short_page {
  min-height: 680px;
}
#home_wrap.short_page .vid video {
  transform: translateX(0%);
}
@media (max-width: 1024px) {
  #home_wrap.short_page .vid video {
    transform: translateX(-13%);
  }
}
#home_wrap .home1 h2 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #home_wrap .home1 h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#home_wrap .home2 h2 {
  color: #ff6c0e;
  font-weight: 300;
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.07rem;
  font-size: 44px;
  margin-bottom: 30px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  #home_wrap .home2 h2 {
    font-size: 26px;
    line-height: 1.2;
    padding-right: 0px;
    text-align: center;
  }
}
#home_wrap .home2 p {
  font-size: 18px;
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
#home_wrap .home2-text1 h2 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  #home_wrap .home2-text1 h2 {
    text-align: left !important;
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  #home_wrap .home2-text1 p {
    text-align: left !important;
  }
}
#home_wrap .home3 h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #ff6c0e;
}
@media (max-width: 1024px) {
  #home_wrap .home3 h2 {
    text-align: left !important;
    font-size: 26px;
    line-height: 1.2;
  }
}
#home_wrap .home3::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #0c161c, rgba(12, 22, 28, 0));
}

.home4 h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #ff6c0e;
}
@media (max-width: 1024px) {
  .home4 h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .home4 .icon-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 46%;
    min-height: 280px;
  }
}
.home4 .icon-box h3 {
  font-size: 36px;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 1024px) {
  .home4 .icon-box h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .home4 .icon-box p {
    font-size: 12px;
  }
}
.home4 .icon-box img {
  max-width: 100px !important;
}

.home5 h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #ff6c0e;
  font-family: "Mont Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .home5 h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .home5 .icon_panel p {
    font-size: 12px;
  }
}

.solutions2 h2 {
  color: #ff6c0e;
  font-weight: 300;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: -0.07rem;
  font-size: 44px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .solutions2 h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

.solution-box {
  background-color: #1e2931;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  padding-top: 50% !important;
}
.solution-box.no-bg {
  padding: 40px !important;
}
.solution-box.right-pic {
  padding: 30px 40% 30px 30px !important;
}
@media (max-width: 1024px) {
  .solution-box.right-pic {
    padding: 30px !important;
  }
}
.solution-box:after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(150deg, rgba(185, 213, 232, 0.5), #0c161c) border-box;
  -webkit-mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
          mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
}
.solution-box h3 {
  font-size: 36px;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #ff6c0e;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .solution-box h3 {
    font-size: 26px;
  }
}
.solution-box p {
  color: white;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .solution-box p {
    font-size: 16px;
  }
}

.form_panel {
  background-color: rgba(185, 213, 232, 0.1);
  border-radius: 30px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  padding: 40px 50px;
  border-width: 2px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.form_panel:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(150deg, rgba(185, 213, 232, 0.5), #0c161c) border-box;
  -webkit-mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
          mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
}
.form_panel p {
  color: #1bd6c7;
  letter-spacing: 0.2rem;
  font-size: 12px;
  font-family: "Mont", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
.form_panel h3 {
  font-size: 33px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .about_vid_panel {
    background: url(images/about-vid.webp) top center no-repeat;
    background-size: contain;
  }
}

/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------- News & Events pages -----------------------------------------------------------------------
------------------------------------------------------------------------------------------------
*/
.news_banner {
  background: url(images/news_bg.webp) top center no-repeat;
  background-size: cover;
}
.news_banner h1 {
  max-width: 1000px;
  z-index: 1;
}
.news_banner:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #0c161c, rgba(12, 22, 28, 0));
}

.single_article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.single_article .img_wrap {
  display: block;
  margin-bottom: 30px;
}
.single_article .btn {
  display: inline-flex;
}

.news_content {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.news_content.news_article_text {
  max-width: 860px;
  flex-direction: column;
}
.news_content.news_article_text h1 {
  font-size: 44px;
}
.news_content.news_article_text img {
  margin-bottom: 30px;
  height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img_wrap {
  text-align: right;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  margin-top: -100px;
  border-width: 2px;
}
.img_wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(150deg, rgba(185, 213, 232, 0.5), #0c161c) border-box;
  -webkit-mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
          mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
}
.img_wrap img {
  border-radius: 14px;
}

.article_text {
  padding-bottom: 30px;
}
.article_text p {
  margin-bottom: 20px;
}

/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------- News items -----------------------------------------------------------------------
------------------------------------------------------------------------------------------------
*/
.latest_news_panel {
  background-color: white;
}
.latest_news_panel h3 {
  color: #ff6c0e;
}

.news-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 440px));
  gap: 2rem;
  margin-top: 3rem;
  width: 100%;
  margin-bottom: 4rem;
  justify-items: stretch;
}
.news-grid-4 > * {
  min-width: 0;
}
.news-grid-4 .news-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.news-grid-4 .event-dates {
  font-size: 16px;
}

.news_panel_top,
.news_panel_btm {
  height: 310px;
}

.news-item {
  position: relative;
  display: flex;
  min-height: 300px;
  text-decoration: none;
  color: #2d2d2d;
  flex-direction: column;
  overflow: hidden;
  background-color: rgba(185, 213, 232, 0.1);
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  border-width: 2px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.news-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(150deg, rgba(185, 213, 232, 0.5), #0c161c) border-box;
  -webkit-mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
          mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  z-index: 1;
}
.news-item:hover {
  text-decoration: none;
  color: #3d3d3d;
}
.news-item .pic_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 100%;
  width: 90%;
  background: #efefef;
  background-size: 100% auto;
  border-radius: 10px;
  opacity: 0.2;
  overflow: hidden;
}

.news_pic {
  width: 100%;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-content {
  position: relative;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0px;
  flex-grow: 1;
}

.news-title {
  color: white;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 26px;
  font-family: "Mont Light", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.read_more {
  color: #b9d5e8;
  margin-bottom: 0;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 14px;
}

/* ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
------------------------------PAGINATED NAV--------------------------------------------------------
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
*/
.pagination {
  text-align: center;
  clear: both;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
}
.pagination .page-numbers {
  padding: 5px 15px;
}
.pagination .prev {
  width: 100px;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
}
.pagination .prev a {
  padding: 5px 15px;
}
@media (max-width: 479px) {
  .pagination .prev {
    width: 100%;
    margin: 0;
  }
}
.pagination .next {
  width: 100px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .pagination .next {
    width: 100%;
    margin: 0;
  }
}
.pagination ul {
  display: flex;
  margin: 0;
  width: 100%;
  padding-right: 0;
  justify-content: center;
}
.pagination li {
  display: flex;
  margin: 0 5px;
}
.pagination li .page-numbers {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #467597;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 15px;
  transition: all 0.5s ease;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers.current {
  background-color: #ff6c0e;
  color: white;
  border: 1px solid white;
}

/* ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
------------------------------NEWS ARTICLE --------------------------------------------------------
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
*/
.news_article_content h1 {
  font-size: 44px;
}
.news_article_content h2 {
  font-size: 32px;
}
.news_article_content h3 {
  font-size: 26px;
}
.news_article_content p {
  margin-bottom: 30px;
}

/*

CONTACT FORM7 Updated Styles

*/
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.wpcf7-form,
.wpcf7 {
  width: 100%;
}

.form-row {
  margin-bottom: 15px;
}

.wpcf7-radio {
  padding: 10px 0 15px 0;
  display: block;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 0 10px 0 !important;
  padding: 10px !important;
  border-radius: 6px;
}

.wpcf7-validation-errors {
  background: #f1c40f;
  color: white;
}

.wpcf7-mail-sent-ok {
  background: #ff6c0e;
  color: white;
}

.wpcf7-mail-sent-ng {
  background: #f1c40f;
  color: white;
}

span.wpcf7-not-valid-tip {
  background: #f1c40f;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 6px 6px;
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  width: 100%;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
}

form input[type=submit] {
  background: #ff6c0e;
  border-radius: 6px;
  border: none;
  vertical-align: middle;
  padding: 5px 14px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 3px #323e48;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type=color] {
  padding: 0.2em 0.5em;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border-color: #ebebeb;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  outline: 0;
  border-color: #ebebeb;
}

form input[type=file]:focus,
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  outline: thin solid #ebebeb;
  outline: 1px auto #ebebeb;
}

form .checkbox,
form .radio {
  margin: 0.5em 0;
  display: block;
}

form input[type=text][disabled],
form input[type=password][disabled],
form input[type=email][disabled],
form input[type=url][disabled],
form input[type=date][disabled],
form input[type=month][disabled],
form input[type=time][disabled],
form input[type=datetime][disabled],
form input[type=datetime-local][disabled],
form input[type=week][disabled],
form input[type=number][disabled],
form input[type=search][disabled],
form input[type=tel][disabled],
form input[type=color][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  background-color: #ebebeb;
  color: #323e48;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #ebebeb;
  color: #323e48;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  background-color: #ebebeb; /* menu hover bg color */
  color: #ffffff; /* menu text color */
  border-color: #ebebeb;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #c33333;
  border-color: #323e48;
}

form input[type=file]:focus:invalid:focus,
form input[type=radio]:focus:invalid:focus,
form input[type=checkbox]:focus:invalid:focus {
  outline-color: #323e48;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ebebeb;
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}

.form-stacked input[type=text],
.form-stacked input[type=password],
.form-stacked input[type=email],
.form-stacked input[type=url],
.form-stacked input[type=date],
.form-stacked input[type=month],
.form-stacked input[type=time],
.form-stacked input[type=datetime],
.form-stacked input[type=datetime-local],
.form-stacked input[type=week],
.form-stacked input[type=number],
.form-stacked input[type=search],
.form-stacked input[type=tel],
.form-stacked input[type=color],
.form-stacked input[type=file],
.form-stacked select,
.form-stacked label,
.form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.form-aligned input,
.form-aligned textarea,
.form-aligned select,
.form-aligned .help-inline,
.form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.form-aligned textarea {
  vertical-align: top;
}

/* Aligned Forms */
.form-aligned .control-group {
  margin-bottom: 0.5em;
}

.form-aligned .control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.form-aligned .controls {
  margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
form input.input-rounded,
form .input-rounded {
  border-radius: 6px;
  padding: 0.5em 1em;
}

@media only screen and (max-width: 480px) {
  form button[type=submit] {
    margin: 0.7em 0 0;
  }
  form input:not([type]),
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=url],
  form input[type=date],
  form input[type=month],
  form input[type=time],
  form input[type=datetime],
  form input[type=datetime-local],
  form input[type=week],
  form input[type=number],
  form input[type=search],
  form input[type=tel],
  form input[type=color],
  form label {
    margin-bottom: 0.3em;
    display: block;
  }
}

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