@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 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;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*=====COLORS=====*/
@font-face {
  font-family: "Authenia-Textured";
  src: url("../webfonts/37C0B3_0_0.eot");
  src: url("../webfonts/37C0B3_0_0d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/37C0B3_0_0.woff2") format("woff2"), url("../webfonts/37C0B3_0_0.woff") format("woff"), url("../webfonts/37C0B3_0_0.ttf") format("truetype");
}
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

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

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -240px;
}

#page {
  height: 100%;
  line-height: 1.4;
  font-size: 20px;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
}

#footer, #push {
  height: 240px;
}

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  display: block;
}
.content-wrapper.large {
  max-width: 1800px;
}
.content-wrapper.no-overflow {
  overflow: visible;
}

#main {
  padding-top: 90px;
  overflow: hidden;
  clear: both;
}

#primary {
  width: 100%;
  padding: 80px 0;
  float: left;
  overflow: hidden;
}

#secondary {
  width: 400px;
  float: right;
  padding: 80px 0 80px 60px;
  margin-right: -460px;
}

.primary-secondary-wrapper {
  margin-right: 460px;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#branding {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
#branding .header-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
}
#branding .header-wrapper .site-logo {
  height: 0;
}

.mobile-menu-button-wrapper {
  display: none;
  text-align: right;
}
.mobile-menu-button-wrapper .mobile-menu-button {
  padding: 20px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #d53734;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.mobile-menu-button-wrapper .mobile-menu-button span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d53734;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mobile-menu-button-wrapper .mobile-menu-button.active .mobile-menu-icon div:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobile-menu-button-wrapper .mobile-menu-button.active .mobile-menu-icon div:nth-child(2) {
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.mobile-menu-button-wrapper .mobile-menu-button.active .mobile-menu-icon div:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div {
  height: 3px;
  width: 21px;
  background-color: #d53734;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(1) {
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(2) {
  margin: 4px 0;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(3) {
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  display: block;
  justify-self: end;
}
#primary-nav ul {
  margin: 0;
  font-size: 0;
}
#primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li a {
  padding: 31px 40px;
  display: block;
  position: relative;
  font-size: 20px;
  color: #413f42;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
#primary-nav ul li a:hover {
  color: #908994;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  background-color: #d53734;
  color: white;
}
#primary-nav ul li.current-menu-item > a:hover, #primary-nav ul li.current_page_ancestor > a:hover, #primary-nav ul li.current_page_parent > a:hover, #primary-nav ul li.current-page-ancestor > a:hover, #primary-nav ul li.current-page-item > a:hover, #primary-nav ul li.current_page_item > a:hover, #primary-nav ul li.current-menu-parent > a:hover {
  color: white;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  display: block;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  overflow: auto;
  -webkit-transition: opacity 0.3s, left 0s 0.3s;
  -moz-transition: opacity 0.3s, left 0s 0.3s;
  -o-transition: opacity 0.3s, left 0s 0.3s;
  transition: opacity 0.3s, left 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 200px;
  float: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li a {
  padding: 8px 20px;
  font-size: 20px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
  padding-top: 10px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 10px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, left 0s 0s;
  -moz-transition: opacity 0.3s, left 0s 0s;
  -o-transition: opacity 0.3s, left 0s 0s;
  transition: opacity 0.3s, left 0s 0s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #d53734;
  font-weight: 900;
  text-transform: uppercase;
}

h1, h2 {
  margin-bottom: 30px;
}

h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 25px;
}

h5, h6 {
  font-size: 22px;
}

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  float: left;
}
.content-wrapper .entry-content mark, .content-wrapper .page-content mark {
  font-style: inherit;
  font-weight: inherit;
}
.content-wrapper .entry-content a:not(.button):not(.wp-block-button__link), .content-wrapper .page-content a:not(.button):not(.wp-block-button__link) {
  color: #d53734;
}
.content-wrapper .entry-content a:not(.button):not(.wp-block-button__link):hover, .content-wrapper .page-content a:not(.button):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .page-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 6px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header {
  padding-top: 120px;
  background-image: url("../images/Subpage%20Header%20Background.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}
.page-header .page-title {
  margin-bottom: 0;
  position: relative;
  bottom: -12px;
  color: white;
}

#home-header {
  margin-top: -90px;
}
#home-header:hover .slick-prev {
  left: 30px;
}
#home-header:hover .slick-next {
  right: 30px;
}
#home-header .slick-prev, #home-header .slick-next {
  top: auto;
  bottom: 120px;
  width: 30px;
  height: 30px;
  background-color: #d53734;
  color: white;
  opacity: 1;
  z-index: 99;
  -webkit-transition: left 0.3s, right 0.3s, background-color 0.3s;
  -moz-transition: left 0.3s, right 0.3s, background-color 0.3s;
  -o-transition: left 0.3s, right 0.3s, background-color 0.3s;
  transition: left 0.3s, right 0.3s, background-color 0.3s;
}
#home-header .slick-prev:hover, #home-header .slick-next:hover {
  background-color: #413f42;
}
#home-header .slick-prev:before, #home-header .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  opacity: 1;
}
#home-header .slick-prev {
  left: -30px;
}
#home-header .slick-prev:before {
  content: "";
}
#home-header .slick-next {
  right: -30px;
}
#home-header .slick-next:before {
  content: "";
}
#home-header .slide {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: end;
  background-size: cover;
  background-position: center center;
  text-align: right;
}
#home-header .slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#home-header .slide .slide-content-wrapper {
  padding: 100px 50px;
  color: white;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
#home-header .slide .slide-content-wrapper .slide-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
#home-header .slide .slide-content-wrapper .slide-content {
  font-size: 26px;
}

#home-content {
  padding: 80px 0;
}

#team {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(4, 1fr);
}
#team .team-member {
  cursor: pointer;
}
#team .team-member:hover .team-member-image .team-member-image-hover {
  top: 0;
}
#team .team-member .team-member-image {
  margin-bottom: 10px;
  padding-bottom: 120%;
  position: relative;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
#team .team-member .team-member-image .team-member-image-hover {
  height: 100%;
  padding: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#team .team-member .team-member-details {
  text-align: center;
}
#team .team-member .team-member-details .team-member-name {
  font-weight: bold;
  font-size: 22px;
}

#projects {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(3, 1fr);
}
#projects .project a {
  color: #2d2d2d;
}
#projects .project a:hover {
  text-decoration: none;
}
#projects .project:hover .project-image .project-image-hover {
  top: 0;
}
#projects .project .project-image {
  margin-bottom: 10px;
  padding-bottom: 60%;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#projects .project .project-image .project-image-hover {
  height: 100%;
  padding: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#projects .project .project-details {
  text-align: center;
}
#projects .project .project-details .project-name {
  font-weight: bold;
  font-size: 22px;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
#footer {
  background-color: #413f42;
  color: white;
}
#footer .content-wrapper {
  height: 100%;
}
#footer .footer-wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
#footer .footer-address-title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: bold;
}
#footer .footer-address {
  font-size: 22px;
  margin-bottom: 20px;
}
#footer .footer-copyright {
  font-size: 12px;
  font-weight: 300;
}
#footer .footer-phone-wrapper {
  text-align: center;
}
#footer .footer-phone-title {
  font-family: "Authenia-Textured", serif;
  font-size: 40px;
  position: relative;
  line-height: 1;
}
#footer .footer-phone-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #413f42;
  -webkit-transition: left 2s ease;
  -moz-transition: left 2s ease;
  -o-transition: left 2s ease;
  transition: left 2s ease;
}
#footer .footer-phone-title.visible:before {
  left: 100%;
}
#footer .footer-phone {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
#footer #footer-social {
  justify-self: end;
  font-size: 0;
}
#footer #footer-social ul {
  display: flex;
  gap: 20px;
}
#footer #footer-social ul li a {
  padding: 10px 0;
  display: block;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#footer #footer-social ul li a:hover {
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-wrapper {
  overflow: hidden;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.button, .wp-block-button__link {
  padding: 8px 20px;
  display: inline-block;
  outline: 0px solid white;
  border: 0px solid white;
  color: white;
  background-color: #d53734;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover, .wp-block-button__link:hover {
  background-color: #413f42;
}

.wp-block-columns.medium-gap {
  gap: 2em 3em;
}

.wp-block-columns.medium-large-gap {
  gap: 2em 4em;
}

.wp-block-columns.large-gap {
  gap: 2em 5em;
}

.popup-overlay {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
}
.popup-overlay.active {
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.popup-overlay .popup-wrapper {
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  position: relative;
  background-color: white;
}
.popup-overlay .popup-wrapper .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d53734;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.popup-overlay .popup-wrapper .popup-content {
  max-width: 1000px;
  padding: 50px;
}

.slide-in-left {
  position: relative;
  left: -20px;
  opacity: 0;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -moz-transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
}
.slide-in-left.visible {
  opacity: 1;
  left: 0;
}

.slide-in-right {
  position: relative;
  right: -20px;
  opacity: 0;
  -webkit-transition: right 0.3s, opacity 0.3s;
  -moz-transition: right 0.3s, opacity 0.3s;
  -o-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
.slide-in-right.visible {
  opacity: 1;
  right: 0;
}

#pagination {
  margin-top: 20px;
  text-align: center;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#main .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#main .gform_wrapper, #main .gform_confirmation_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
#main .gform_wrapper:first-child, #main .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.bordered {
  padding: 30px;
  background-color: #f1f1f1;
  border: 1px solid #939393;
}
#main .gform_confirmation_wrapper.login_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.thin_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-bottom-margin {
  margin-bottom: 0px;
}
#main .gform_wrapper .gform_required_legend {
  text-align: right;
  font-size: 18px;
}
#main .gform_wrapper .bordered {
  padding: 30px;
  background-color: #f1f1f1;
  border: 1px solid #939393;
}
#main .gform_wrapper .bordered.captcha-beside-submit {
  padding-bottom: 60px;
}
#main .gform_wrapper .login_form, #main .gform_wrapper .thin_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper .login_form .gform_footer, #main .gform_wrapper .thin_form .gform_footer {
  text-align: center;
}
#main .gform_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0px;
}
#main .gform_wrapper .captcha-beside-submit .gform_body {
  position: relative;
}
#main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
  position: absolute;
  bottom: -100px;
  right: 160px;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer {
  padding-top: 40px;
  text-align: right;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer .button {
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#main .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span {
  padding-left: 0;
  padding-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
  flex: 0 0 33.33%;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_city {
  margin-bottom: 0 !important;
  padding-right: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
  padding-left: 7px;
  padding-right: 7px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
  padding-right: 0;
  padding-left: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_country {
  flex: 0 0 100%;
  padding: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #main .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 25px;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto;
}
#main .gform_wrapper .gform_body {
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
  /* Hide the radio */
  /* Prepare the label */
  /* radios aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper .gform_body input[type=color], #main .gform_wrapper .gform_body input[type=date], #main .gform_wrapper .gform_body input[type=datetime-local], #main .gform_wrapper .gform_body input[type=datetime], #main .gform_wrapper .gform_body input[type=email], #main .gform_wrapper .gform_body input[type=month], #main .gform_wrapper .gform_body input[type=number], #main .gform_wrapper .gform_body input[type=password], #main .gform_wrapper .gform_body input[type=search], #main .gform_wrapper .gform_body input[type=tel], #main .gform_wrapper .gform_body input[type=text], #main .gform_wrapper .gform_body input[type=time], #main .gform_wrapper .gform_body input[type=url], #main .gform_wrapper .gform_body input[type=week], #main .gform_wrapper .gform_body select, #main .gform_wrapper .gform_body textarea {
  padding: 6px 10px;
  font-size: 20px;
  background-color: white;
  border: 1px solid #939393;
  outline: 0px solid white;
}
#main .gform_wrapper .gform_body .gchoice {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .gchoice:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked),
#main .gform_wrapper .gform_body [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #939393;
  background: #ffffff;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0px;
  background-color: #d53734;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked),
#main .gform_wrapper .gform_body [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #939393;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 0px;
  background-color: #d53734;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=radio]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}

body > .select2-container {
  z-index: 999999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 44px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #939393 !important;
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #939393 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

@media screen and (max-width: 641px) {
  #main .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }

  #main .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    flex: 100%;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_city, #main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
    padding: 0;
    margin-bottom: 25px !important;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
    padding: 0;
  }

  #main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
    position: static;
  }

  #main .gform_wrapper .bordered.captcha-beside-submit, #main .gform_wrapper .bordered {
    padding: 20px;
  }

  #main .gform_wrapper.gravity-theme .ginput_complex.ginput_container_email {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_card_expiration_container {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_cardextras {
    gap: 25px;
  }
}
/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1280px) {
  #primary-nav ul li a {
    padding: 31px 20px;
  }

  #team, #projects {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #main {
    padding-top: 57px;
  }

  #home-header {
    margin-top: -57px;
  }

  #branding .header-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #branding .header-wrapper .site-logo {
    max-width: 160px;
  }

  .mobile-menu-button-wrapper {
    display: block;
  }

  #primary-nav {
    width: 200px;
    position: fixed;
    top: 57px;
    bottom: 0;
    right: -200px;
    background-color: white;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  #primary-nav.active {
    right: 0;
  }
  #primary-nav ul li {
    display: block;
  }
  #primary-nav ul li a {
    padding: 10px 20px;
  }

  #footer .footer-wrapper {
    grid-template-columns: auto auto auto;
  }

  #team, #projects {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}
@media screen and (max-width: 800px) {
  #home-header {
    margin-top: 0;
  }
  #home-header .slide {
    min-height: 60vw;
  }
  #home-header .slide .slide-content-wrapper .slide-title {
    font-size: 40px;
  }

  #home-header:hover .slick-prev {
    left: 15px;
  }

  #home-header:hover .slick-next {
    right: 15px;
  }

  #wrapper {
    margin-bottom: 0;
  }

  #footer, #push {
    height: auto;
  }

  #footer {
    padding: 40px 0;
  }
  #footer .footer-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  #footer #footer-social {
    justify-self: center;
  }
}
@media screen and (max-width: 640px) {
  #home-content, #primary, #secondary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-overlay .popup-wrapper .popup-content {
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  .page-header {
    padding-top: 40px;
  }
  .page-header .page-title {
    bottom: -6px;
  }
}
@media screen and (max-width: 480px) {
  #home-header .slick-prev, #home-header .slick-next {
    display: none !important;
  }
  #home-header .slide .slide-content-wrapper {
    padding: 60px 0;
  }
  #home-header .slide .slide-content-wrapper .slide-title {
    font-size: 34px;
  }
}

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