@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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_0.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 -300px;
}

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

#footer, #push {
  height: 300px;
  clear: both;
}

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

#main {
  clear: both;
}
#main.subpage {
  padding-top: 130px;
}

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

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

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

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#branding {
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 9999;
  -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;
}
#branding:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#branding .content-wrapper {
  z-index: 2;
}
#branding.active, #branding.subpage {
  background-color: white;
}
#branding.active .mobile-menu-button-wrapper .mobile-menu-button, #branding.subpage .mobile-menu-button-wrapper .mobile-menu-button {
  color: #2d2d2d;
}
#branding.active .mobile-menu-button-wrapper .mobile-menu-button span, #branding.subpage .mobile-menu-button-wrapper .mobile-menu-button span {
  color: #2d2d2d;
}
#branding.active .mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div, #branding.subpage .mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div {
  background-color: #2d2d2d;
}
#branding.active:before, #branding.subpage:before {
  opacity: 1;
}
#branding.active #primary-nav ul li a, #branding.subpage #primary-nav ul li a {
  color: #2d2d2d;
}
#branding.active #primary-nav ul li a:hover, #branding.subpage #primary-nav ul li a:hover {
  color: #fdba31;
}
#branding.active #primary-nav ul li.current-menu-item > a, #branding.active #primary-nav ul li.current_page_ancestor > a, #branding.active #primary-nav ul li.current_page_parent > a, #branding.active #primary-nav ul li.current-page-ancestor > a, #branding.active #primary-nav ul li.current-page-item > a, #branding.active #primary-nav ul li.current_page_item > a, #branding.active #primary-nav ul li.current-menu-parent > a, #branding.subpage #primary-nav ul li.current-menu-item > a, #branding.subpage #primary-nav ul li.current_page_ancestor > a, #branding.subpage #primary-nav ul li.current_page_parent > a, #branding.subpage #primary-nav ul li.current-page-ancestor > a, #branding.subpage #primary-nav ul li.current-page-item > a, #branding.subpage #primary-nav ul li.current_page_item > a, #branding.subpage #primary-nav ul li.current-menu-parent > a {
  color: #20376f;
}
#branding.active #primary-nav ul li.current-menu-item > a:hover, #branding.active #primary-nav ul li.current_page_ancestor > a:hover, #branding.active #primary-nav ul li.current_page_parent > a:hover, #branding.active #primary-nav ul li.current-page-ancestor > a:hover, #branding.active #primary-nav ul li.current-page-item > a:hover, #branding.active #primary-nav ul li.current_page_item > a:hover, #branding.active #primary-nav ul li.current-menu-parent > a:hover, #branding.subpage #primary-nav ul li.current-menu-item > a:hover, #branding.subpage #primary-nav ul li.current_page_ancestor > a:hover, #branding.subpage #primary-nav ul li.current_page_parent > a:hover, #branding.subpage #primary-nav ul li.current-page-ancestor > a:hover, #branding.subpage #primary-nav ul li.current-page-item > a:hover, #branding.subpage #primary-nav ul li.current_page_item > a:hover, #branding.subpage #primary-nav ul li.current-menu-parent > a:hover {
  color: #20376f;
}
#branding.active #social-nav ul li a .social-icon-white > img, #branding.subpage #social-nav ul li a .social-icon-white > img {
  opacity: 0;
}
#branding.active #social-nav ul li a .social-icon-black, #branding.subpage #social-nav ul li a .social-icon-black {
  opacity: 1;
}
#branding .header-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
#branding .nav-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  align-items: center;
  justify-self: end;
}

.mobile-menu-button-wrapper {
  display: none;
  text-align: center;
}
.mobile-menu-button-wrapper .mobile-menu-button {
  padding: 20px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: white;
  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: white;
  -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 {
  margin-top: -1px;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div {
  height: 3px;
  width: 21px;
  background-color: white;
  -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;
}
#primary-nav ul {
  margin: 0;
  font-size: 0;
}
#primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li a {
  padding: 8px 20px;
  display: block;
  position: relative;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #fdba31;
}
#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 {
  color: #20376f;
}
#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: #20376f;
}
#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 {
  font-size: 16px;
  color: #2d2d2d;
}
#primary-nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #fdba31;
}
#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;
}

#social-nav ul {
  font-size: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
#social-nav ul li a {
  padding: 5px 0;
  position: relative;
  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;
}
#social-nav ul li a img {
  max-width: 25px;
}
#social-nav ul li a .social-icon-white {
  position: relative;
}
#social-nav ul li a .social-icon-white > img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#social-nav ul li a .social-icon-black {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#social-nav ul li a .social-icon-orange {
  display: none;
}
#social-nav ul li a:hover {
  padding-top: 0;
  padding-bottom: 10px;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #20376f;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}

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

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

h1 {
  font-size: 100px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

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

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  max-width: 50%;
  margin-bottom: 30px;
  margin-left: 50px;
  float: right;
}
.content-wrapper .entry-date {
  font-size: 14px;
  color: #20376f;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrapper .entry-title {
  font-size: 40px;
  color: #2d2d2d;
}
.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: #20376f;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-wrapper .entry-content a:not(.button):not(.wp-block-button__link):not(.no-transition):hover, .content-wrapper .page-content a:not(.button):not(.wp-block-button__link):not(.no-transition):hover {
  color: #fdba31;
}
.content-wrapper .entry-content .no-link-format a:not(.button):not(.wp-block-button__link), .content-wrapper .page-content .no-link-format a:not(.button):not(.wp-block-button__link) {
  color: #2d2d2d;
}
.content-wrapper .entry-content .no-link-format a:not(.button):not(.wp-block-button__link):hover, .content-wrapper .page-content .no-link-format a:not(.button):not(.wp-block-button__link):hover {
  color: #2d2d2d;
}
.content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .entry-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child, .content-wrapper .page-content p: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 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.content-wrapper .article-wrapper .article {
  color: #2d2d2d;
  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);
}
.content-wrapper .article-wrapper .article:hover .entry-thumbnail {
  top: -5%;
  bottom: -5%;
  left: -5%;
  right: -5%;
}
.content-wrapper .article-wrapper .article:hover .entry-title {
  color: #20376f;
}
.content-wrapper .article-wrapper .article .entry-thumbnail-wrapper {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}
.content-wrapper .article-wrapper .article .entry-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-wrapper .article-wrapper .article .entry-content-wrapper {
  padding: 30px;
}
.content-wrapper .article-wrapper .article .entry-title {
  font-size: 20px;
  color: #2d2d2d;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-wrapper .article-wrapper .article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header {
  min-height: 500px;
  padding: 50px 0 60px;
  display: grid;
  align-items: center;
  background-color: #20376f;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}
.page-header h1 {
  margin-bottom: 0;
  color: white;
}
.page-header.has-image {
  position: relative;
}
.page-header.has-image h1 {
  position: relative;
  z-index: 2;
}
.page-header.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

#home-slideshow {
  position: relative;
}
#home-slideshow .slideshow-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#home-slideshow .slideshow-wrapper .slick-list, #home-slideshow .slideshow-wrapper .slick-track {
  height: 100%;
}
#home-slideshow .slideshow-wrapper .slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#home-slideshow .slide-content-outer-wrapper {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#home-slideshow .slide-content-outer-wrapper .slide-content-wrapper {
  width: 100%;
  padding: 130px 0;
}
#home-slideshow .slide-content-outer-wrapper .slide-title {
  font-size: 80px;
  font-family: "Playfair Display", sans-serif;
  line-height: 1;
  font-weight: bold;
}
#home-slideshow .slide-content-outer-wrapper .slide-inner-content {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
}
#home-slideshow .slide-content-outer-wrapper .slide-link {
  margin-top: 50px;
}

#home-services {
  padding-top: 100px;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}
#home-services .services-small-title {
  text-transform: uppercase;
}
#home-services h2 {
  color: white;
}
#home-services .slick-prev, #home-services .slick-next {
  height: 35px;
  width: 35px;
  top: auto;
  bottom: -50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #dadfea;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #20376f;
  -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;
}
#home-services .slick-prev:hover, #home-services .slick-next:hover {
  background-color: #fdba31;
}
#home-services .slick-prev:before, #home-services .slick-next:before {
  position: relative;
  top: -1px;
  color: #20376f;
  opacity: 1;
  line-height: 38px;
  font-size: 18px;
}
#home-services .slick-prev {
  left: 50%;
  margin-left: -40px;
}
#home-services .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#home-services .slick-next {
  right: 50%;
  margin-right: -40px;
}
#home-services .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#home-services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 15%;
  background-color: #20376f;
  z-index: 1;
}
#home-services .content-wrapper {
  z-index: 2;
}
#home-services .service-selector-wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
#home-services .slick-list {
  overflow: visible;
}
#home-services .services {
  margin: 40px auto 80px;
}
#home-services .service {
  margin: 0 10px;
  text-align: center;
}
#home-services .service a {
  padding-bottom: 80%;
  display: block;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#home-services .service .service-title {
  padding: 20px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 40px;
  font-family: "Playfair Display", sans-serif;
  line-height: 1;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#home-content {
  overflow: hidden;
}
#home-content .wp-block-group:first-child {
  padding-top: 60px;
}

.about-verse .about-verse-image {
  margin-bottom: 0px;
}
.about-verse .about-verse-group {
  margin: -80px 20px 0;
  padding: 30px;
  position: relative;
  background-color: #1d3e95;
  color: white;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  z-index: 2;
}
.about-verse .about-verse {
  font-weight: 500;
}
.about-verse .about-verse-content {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
}
.about-verse .about-verse-content p:first-child:before {
  content: "“";
}
.about-verse .about-verse-content p:last-child:after {
  content: "”";
}
.about-verse .about-verse-reference {
  font-size: 30px;
  font-family: "Playfair Display", sans-serif;
}

#about-columns {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
#about-columns #primary {
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}
#about-columns #secondary-content .content-wrapper {
  position: sticky;
  top: 200px;
}

#team {
  padding: 100px 0;
  text-align: center;
}
#team .team-wrapper {
  margin: 30px -25px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#team .team-wrapper:first-child {
  margin-top: 0;
}
#team .team-wrapper:last-child {
  margin-bottom: 0;
}
#team .team-wrapper .team-member {
  padding: 20px 25px;
  flex-basis: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#team .team-wrapper .team-member .team-member-image {
  padding-bottom: 130%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
}
#team .team-wrapper .team-member .team-member-name {
  font-size: 30px;
  color: #20376f;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
#team .team-group {
  margin-bottom: 100px;
}
#team .team-group h3 {
  position: relative;
  color: #2d2d2d;
}
#team .team-group h3:before {
  content: "";
  height: 1px;
  margin-top: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #d9d9d9;
}
#team .team-group h3 span {
  padding: 0 20px;
  position: relative;
  background-color: white;
  z-index: 2;
}
#team .team-group:last-child {
  margin-bottom: 0;
}
#team .team-group .team-member {
  flex-basis: 20%;
}
#team .team-group .team-member .team-member-name {
  font-size: 24px;
}
#team .team-group .team-member .team-member-position {
  font-size: 16px;
}

#team-image {
  min-height: 35vw;
  display: grid;
  align-items: end;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center center;
}
#team-image h1, #team-image h2, #team-image h3, #team-image h4, #team-image h5, #team-image h6 {
  color: white;
}
#team-image .team-image-content {
  padding: 100px 0px;
  background: rgba(0, 0, 0, 0.5);
  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);
}

#our-work-navigation {
  padding: 10px 0;
  background-color: #20376f;
}
#our-work-navigation .navigation-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#our-work-navigation a {
  padding: 5px 20px;
  display: block;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #20376f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#our-work-navigation a:hover {
  border: 1px solid white;
}
#our-work-navigation a.active {
  background-color: white;
  color: #20376f;
  border: 1px solid white;
}

.featured-project {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px 80px;
  align-items: center;
}
.featured-project .featured-project-image {
  font-size: 0;
}
.featured-project .featured-project-image .primary-image {
  padding-bottom: 70%;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
.featured-project .featured-project-image a {
  font-size: 0;
}
.featured-project .featured-project-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.featured-project .featured-project-categories .featured-project-category {
  margin-bottom: 10px;
  padding: 8px 14px 6px;
  border: 1px solid #2d2d2d;
  font-size: 12px;
}
.featured-project h3 {
  margin-bottom: 5px;
}
.featured-project .featured-project-location {
  font-size: 18px;
}

.projects-outer-wrapper {
  height: auto;
}
.projects-outer-wrapper.hidden {
  height: 0;
  display: none;
}
.projects-outer-wrapper .projects-wrapper {
  padding-top: 10px;
}

#projects {
  max-width: 2000px;
  padding: 10px;
  margin: 0 auto;
  clear: both;
}
#projects .button-wrapper {
  text-align: center;
}

.projects-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 0;
  line-height: 0;
}
.projects-wrapper.two-column {
  grid-template-columns: repeat(2, 1fr);
}
.projects-wrapper .project {
  position: relative;
  color: white;
  overflow: hidden;
}
.projects-wrapper .project:hover .project-content-wrapper {
  opacity: 1;
}
.projects-wrapper .project:hover .project-content-wrapper .project-content {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.1s ease;
  -moz-transition: opacity 0.5s 0.1s ease;
  -o-transition: opacity 0.5s 0.1s ease;
  transition: opacity 0.5s 0.1s ease;
}
.projects-wrapper .project .project-content-wrapper {
  display: grid;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.projects-wrapper .project .project-content-wrapper .project-content {
  padding: 30px;
  opacity: 0;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.projects-wrapper .project .project-image .primary-image {
  padding-bottom: 70%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.projects-wrapper .project a.main-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.projects-wrapper .project .project-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.projects-wrapper .project .project-categories .project-category {
  margin-bottom: 10px;
  padding: 8px 14px 6px;
  border: 1px solid white;
  font-size: 12px;
}
.projects-wrapper .project h3 {
  margin-bottom: 5px;
  color: white;
}
.projects-wrapper .project .project-location {
  font-size: 18px;
}

#service-columns {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
#service-columns #primary {
  width: auto;
  display: grid;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f5f5f5;
  align-self: stretch;
}

#service-gallery {
  width: 100%;
  overflow: hidden;
  align-self: start;
  position: sticky;
}
#service-gallery .slide .slide-content {
  min-height: 90vh;
  background-size: cover;
  background-position: center center;
}

#service-projects {
  padding: 80px;
  clear: both;
}
#service-projects .project {
  text-align: center;
}
#service-projects .project .button {
  text-transform: uppercase;
}
#service-projects .button-wrapper {
  text-align: center;
}
#service-projects .button-wrapper .button {
  text-transform: uppercase;
}
#service-projects .no-show {
  display: none;
}

#service-secondary-gallery {
  padding: 80px;
  clear: both;
}
#service-secondary-gallery .service-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
#service-secondary-gallery .service-gallery-wrapper .service-gallery-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(3), #service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(5) {
  padding-bottom: 50%;
}
#service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(3) {
  grid-row: 1;
  grid-column: 1/span 2;
}
#service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(4) {
  grid-row: 1/span 2;
  grid-column: 3/span 2;
}
#service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(5) {
  grid-row: 2;
  grid-column: 5/span 2;
}

.testimonial {
  margin-top: 30px;
  padding: 30px;
  background-color: #e9e9e9;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #5c5c5c;
  font-size: 18px;
}
.testimonial .testimonial-content:before {
  content: "“";
}
.testimonial .testimonial-content:after {
  content: "”";
}
.testimonial .testimonial-name {
  margin-top: 10px;
  font-weight: bold;
}

#services {
  padding: 0 10px;
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#services .service-item-wrapper {
  flex-basis: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#services .service-item {
  padding-bottom: 70%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#services .service-item .service-item-content-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
#services .service-item .service-item-content-wrapper .service-item-overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(32, 55, 111, 0.75);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#services .service-item .service-item-content-wrapper .service-item-content {
  padding: 0px 5px 2px;
  margin: 5px 10px;
  position: relative;
  color: white;
  font-size: 40px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  z-index: 2;
  text-align: center;
}

#clients {
  padding: 100px 0;
  text-align: center;
}
#clients .client {
  display: grid;
}
#clients .client-image-wrapper {
  max-width: 300px;
  padding: 20px;
  margin: 10px 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
#clients .client-image-wrapper img {
  max-height: 200px;
}
#clients .client-alt-image-outer-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
#clients .client-alt-image-outer-wrapper .client-alt-image {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}

.beneficiaries-wrapper {
  margin-top: 40px;
}
.beneficiaries-wrapper .beneficiary {
  max-width: 300px;
  padding: 20px;
  margin: 10px 20px;
  display: grid;
  align-items: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.beneficiaries-wrapper .beneficiary img {
  max-height: 200px;
}

#contact-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#contact-columns #primary {
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}

#careers {
  padding: 100px 0;
}
#careers .careers-outer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
#careers .careers-images {
  margin: -15px;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#careers .careers-images .careers-images-column .career-image {
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#careers .careers-images .careers-images-column img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#careers .careers-images .careers-images-column:nth-child(2) {
  margin-top: 80px;
}
#careers .careers-content {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 180px;
}

#career-testimonials {
  padding: 100px 0;
  background-color: #20376f;
  color: white;
}
#career-testimonials .slick-dots {
  bottom: -30px;
}
#career-testimonials .slick-dots li {
  margin: 0;
}
#career-testimonials .slick-dots li.slick-active button:before {
  color: #fdba31;
}
#career-testimonials .slick-dots li button:hover:before {
  color: #fdba31;
}
#career-testimonials .slick-dots li button:before {
  opacity: 1;
  font-size: 14px;
  color: white;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#career-testimonials .career-testimonial {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
#career-testimonials .career-testimonial .testimonial-image-wrapper {
  width: 350px;
  height: 350px;
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border: 5px solid #fdba31;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#career-testimonials .career-testimonial .testimonial-image {
  background-size: cover;
  background-position: center center;
  border: 3px solid #20376f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#career-testimonials .career-testimonial .testimonial-content {
  margin-bottom: 20px;
  font-size: 30px;
}
#career-testimonials .career-testimonial .testimonial-content p:first-child:before {
  content: "“";
}
#career-testimonials .career-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}
#career-testimonials .career-testimonial .testimonial-content p:last-child:after {
  content: "”";
}
#career-testimonials .career-testimonial .testimonial-name {
  font-family: "Authenia-Textured", sans-serif;
  font-size: 65px;
  line-height: 1;
}
#career-testimonials .career-testimonial .testimonial-details {
  font-size: 24px;
}
#career-testimonials .career-testimonial .testimonial-details strong {
  color: #fdba31;
}

#gray-box {
  padding: 100px 0;
  background-image: url("../images/gray-texture-background.jpg");
  background-size: cover;
  background-position: center center;
  clear: both;
}

#blue-box {
  padding: 100px 0;
  background-color: #20376f;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: "Playfair Display", sans-serif;
  clear: both;
}
#blue-box h1, #blue-box h2, #blue-box h3, #blue-box h4, #blue-box h5, #blue-box h6 {
  color: white;
}
#blue-box .blue-box-content-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  text-align: left;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
#blue-box .blue-box-content-wrapper h1, #blue-box .blue-box-content-wrapper h2, #blue-box .blue-box-content-wrapper h3, #blue-box .blue-box-content-wrapper h4, #blue-box .blue-box-content-wrapper h5, #blue-box .blue-box-content-wrapper h6 {
  margin-bottom: 5px;
}
#blue-box .button {
  padding: 8px 35px 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

#secondary-content {
  padding: 100px 60px;
  background-color: #f5f5f5;
  align-self: stretch;
}

/*=======================
	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
=========================*/
.upper-footer-wrapper {
  background-color: #20376f;
  color: white;
}
.upper-footer-wrapper .upper-footer {
  width: 100%;
  height: 220px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.upper-footer-wrapper .footer-address-social-nav-wrapper {
  display: flex;
  gap: 30px 80px;
  align-items: start;
}
.upper-footer-wrapper .footer-visit, .upper-footer-wrapper .footer-contact {
  font-size: 18px;
}
.upper-footer-wrapper .footer-visit a, .upper-footer-wrapper .footer-contact a {
  color: white;
}
.upper-footer-wrapper .footer-visit p:last-child, .upper-footer-wrapper .footer-contact p:last-child {
  margin-bottom: 0;
}
.upper-footer-wrapper h1, .upper-footer-wrapper h2, .upper-footer-wrapper h3, .upper-footer-wrapper h4, .upper-footer-wrapper h5, .upper-footer-wrapper h6 {
  color: white;
  font-size: 26px;
}
.upper-footer-wrapper .footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.lower-footer-wrapper {
  background-color: #2d2d2d;
  color: white;
}
.lower-footer-wrapper .lower-footer {
  padding: 10px 0;
  height: 20px;
  display: grid;
  align-items: center;
  font-size: 12px;
}
.lower-footer-wrapper .footer-item-wrapper {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  align-items: center;
}

#footer-social-nav ul {
  font-size: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 0;
}
#footer-social-nav ul li a {
  position: relative;
  display: block;
}
#footer-social-nav ul li a .social-icon-white {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer-social-nav ul li a .social-icon-black {
  display: none;
}
#footer-social-nav ul li a .social-icon-orange {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer-social-nav ul li a:hover .social-icon {
  opacity: 0;
}
#footer-social-nav ul li a:hover .social-icon-orange {
  opacity: 1;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.large-gap {
  gap: 2em 6em;
}

.medium-gap {
  gap: 2em 4em;
}

.fancybox__container {
  z-index: 100000 !important;
}

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

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.visible {
  opacity: 1;
}

.scale-in {
  opacity: 0;
  -webkti-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.scale-in.visible {
  opacity: 1;
  -webkti-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.wp-block-group.has-background {
  padding: 120px 0;
  position: relative;
}
.wp-block-group.has-background:before {
  content: "";
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: inherit;
}
.wp-block-group.has-background:after {
  content: "";
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: inherit;
}

.button-wrapper {
  margin: 30px 0;
}
.button-wrapper:first-child {
  margin-top: 0;
}
.button-wrapper:last-child {
  margin-bottom: 0;
}

.large-button .wp-block-button__link {
  padding: 12px 35px 10px;
  font-size: 30px;
  font-weight: bold;
}

.button, .wp-block-button__link, .gpnf-add-entry {
  padding: 6px 35px 4px;
  display: inline-block;
  color: white;
  border: 0px solid white;
  outline: 0px solid white;
  background-color: #20376f;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.large-button, .wp-block-button__link.large-button, .gpnf-add-entry.large-button {
  padding: 12px 35px 10px;
  font-size: 30px;
  font-weight: bold;
}
.button.gform_button, .wp-block-button__link.gform_button, .gpnf-add-entry.gform_button {
  padding: 11px 20px 9px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.button:hover, .button.active, .wp-block-button__link:hover, .wp-block-button__link.active, .gpnf-add-entry:hover, .gpnf-add-entry.active {
  background-color: #fdba31;
}
.button.white-button, .wp-block-button__link.white-button, .gpnf-add-entry.white-button {
  background-color: white;
  color: #20376f;
}
.button.white-button:hover, .button.white-button.active, .wp-block-button__link.white-button:hover, .wp-block-button__link.white-button.active, .gpnf-add-entry.white-button:hover, .gpnf-add-entry.white-button.active {
  background-color: #fdba31;
}
.button.transparent-button, .wp-block-button__link.transparent-button, .gpnf-add-entry.transparent-button {
  background-color: transparent;
  border: 2px solid white;
}
.button.transparent-button:hover, .button.transparent-button.active, .wp-block-button__link.transparent-button:hover, .wp-block-button__link.transparent-button.active, .gpnf-add-entry.transparent-button:hover, .gpnf-add-entry.transparent-button.active {
  background-color: #fdba31;
  color: #20376f;
}
.button.transparent-button.black, .wp-block-button__link.transparent-button.black, .gpnf-add-entry.transparent-button.black {
  border: 2px solid #2d2d2d;
  color: #2d2d2d;
}
.button.orange-button, .wp-block-button__link.orange-button, .gpnf-add-entry.orange-button {
  background-color: #fdba31;
  color: #20376f;
}
.button.orange-button:hover, .wp-block-button__link.orange-button:hover, .gpnf-add-entry.orange-button:hover {
  background-color: #20376f;
  color: white;
}
.button.arrow-button:after, .wp-block-button__link.arrow-button:after, .gpnf-add-entry.arrow-button:after {
  content: "\f054";
  margin-left: 4px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.wp-block-button.arrow-button .wp-block-button__link:after {
  content: "\f054";
  margin-left: 4px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

#pagination {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
#pagination .page-numbers {
  margin: 2px 5px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#pagination .current {
  color: white;
  background-color: #20376f;
  border: 1px solid #20376f;
}
#pagination .prev, #pagination .next {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
#pagination a {
  color: #808080;
  border: 1px solid #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagination a:hover {
  color: #20376f;
  text-decoration: none;
  border: 1px solid #20376f;
}

.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, .tingle-modal .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#main .gform_wrapper, #main .gform_confirmation_wrapper, .tingle-modal .gform_wrapper, .tingle-modal .gform_confirmation_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
#main .gform_wrapper:first-child, #main .gform_confirmation_wrapper:first-child, .tingle-modal .gform_wrapper:first-child, .tingle-modal .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.bordered, .tingle-modal .gform_confirmation_wrapper.bordered {
  padding: 30px;
  background-color: #f1f1f1;
  border: 1px solid #939393;
}
#main .gform_confirmation_wrapper.login_form, .tingle-modal .gform_confirmation_wrapper.login_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.thin_form, .tingle-modal .gform_confirmation_wrapper.thin_form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-bottom-margin, .tingle-modal .gform_confirmation_wrapper.no-bottom-margin {
  margin-bottom: 0px;
}
#main .gform_wrapper.bordered_wrapper, .tingle-modal .gform_wrapper.bordered_wrapper {
  padding: 50px;
  background-color: #f1f1f1;
}
#main .gform_wrapper.bordered_wrapper.captcha-beside-submit, .tingle-modal .gform_wrapper.bordered_wrapper.captcha-beside-submit {
  padding-bottom: 60px;
}
#main .gform_wrapper.thin_form_wrapper, .tingle-modal .gform_wrapper.thin_form_wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper.thin_form_wrapper .gform_footer, .tingle-modal .gform_wrapper.thin_form_wrapper .gform_footer {
  text-align: center;
}
#main .gform_wrapper .login_form, .tingle-modal .gform_wrapper .login_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper .login_form .gform_footer, .tingle-modal .gform_wrapper .login_form .gform_footer {
  text-align: center;
}
#main .gform_wrapper.no-bottom-margin_wrapper, .tingle-modal .gform_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0px;
}
#main .gform_wrapper .captcha-beside-submit .gform_body, .tingle-modal .gform_wrapper .captcha-beside-submit .gform_body {
  position: relative;
}
#main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit, .tingle-modal .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
  position: absolute;
  bottom: -100px;
  right: 160px;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer, .tingle-modal .gform_wrapper .captcha-beside-submit .gform_footer {
  padding-top: 40px;
  text-align: right;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer .button, .tingle-modal .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, .tingle-modal .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address, .tingle-modal .gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span, .tingle-modal .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, .tingle-modal .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, .tingle-modal .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
  flex: 0 0 33.33%;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_city, .tingle-modal .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, .tingle-modal .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, .tingle-modal .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, .tingle-modal .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), .tingle-modal .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .tingle-modal .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 25px;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input, .tingle-modal .gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto;
}
#main .gform_wrapper .gform_heading, .tingle-modal .gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
#main .gform_wrapper .gform_heading .gform_title, .tingle-modal .gform_wrapper .gform_heading .gform_title {
  color: #2d2d2d;
}
#main .gform_wrapper .gform_body, .tingle-modal .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, .tingle-modal .gform_wrapper .gform_body input[type=color], .tingle-modal .gform_wrapper .gform_body input[type=date], .tingle-modal .gform_wrapper .gform_body input[type=datetime-local], .tingle-modal .gform_wrapper .gform_body input[type=datetime], .tingle-modal .gform_wrapper .gform_body input[type=email], .tingle-modal .gform_wrapper .gform_body input[type=month], .tingle-modal .gform_wrapper .gform_body input[type=number], .tingle-modal .gform_wrapper .gform_body input[type=password], .tingle-modal .gform_wrapper .gform_body input[type=search], .tingle-modal .gform_wrapper .gform_body input[type=tel], .tingle-modal .gform_wrapper .gform_body input[type=text], .tingle-modal .gform_wrapper .gform_body input[type=time], .tingle-modal .gform_wrapper .gform_body input[type=url], .tingle-modal .gform_wrapper .gform_body input[type=week], .tingle-modal .gform_wrapper .gform_body select, .tingle-modal .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, .tingle-modal .gform_wrapper .gform_body .gchoice {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .gchoice:last-child, .tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked),
.tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
.tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
.tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
.tingle-modal .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: #20376f;
  -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, .tingle-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after {
  opacity: 0; /* invisible */
}
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=radio]:not(:checked),
.tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
.tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
.tingle-modal .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, .tingle-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
.tingle-modal .gform_wrapper .gform_body [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 0px;
  background-color: #20376f;
  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, .tingle-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0; /* invisible */
}
#main .gform_wrapper .gform_body [type=radio]:checked + label:after, .tingle-modal .gform_wrapper .gform_body [type=radio]:checked + label:after {
  opacity: 1; /* visible */
}
#main .gform_wrapper .gform_footer, .tingle-modal .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: 38px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 38px !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: 38px !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;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1920px) {
  #home-services .services {
    max-width: 820px;
    margin-left: auto;
    margin-rigth: auto;
  }
  h1 {
    font-size: 80px;
  }
  #service-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1280px) {
  .mobile-menu-button-wrapper {
    display: block;
  }
  #primary-nav {
    width: 300px;
    position: fixed;
    bottom: 0;
    right: -300px;
    background-color: white;
    overflow: auto;
    -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 {
    padding: 20px 0;
  }
  #primary-nav ul li {
    display: block;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu {
    height: 0;
    max-height: none !important;
    padding: 0;
    position: static;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu.active {
    height: auto;
  }
  #primary-nav ul li a {
    color: #2d2d2d;
  }
  .upper-footer-wrapper .upper-footer {
    grid-template-columns: 1fr;
  }
  #team .team-group .team-member {
    flex-basis: 25%;
  }
  .content-wrapper .article-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #services .service-item-wrapper {
    flex-basis: 50%;
  }
  #service-columns {
    grid-template-columns: 1fr;
  }
  #service-gallery {
    position: static;
  }
  #service-columns #primary, #contact-columns #primary, #secondary-content {
    padding-left: 0;
    padding-right: 0;
  }
  #service-projects, #service-secondary-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
  #service-secondary-gallery .service-gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  #service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(5) {
    grid-row: 3;
    grid-column: 1/span 2;
  }
  .projects-wrapper .project h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #team .team-group .team-member, #team .team-wrapper .team-member {
    flex-basis: 33.33%;
  }
  #contact-columns {
    grid-template-columns: 1fr;
  }
  .projects-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  #wrapper {
    margin-bottom: 0;
  }
  #footer, #push {
    height: auto;
  }
  .upper-footer {
    padding: 30px 0;
  }
  .upper-footer-wrapper .upper-footer, .lower-footer-wrapper .lower-footer {
    height: auto;
    text-align: center;
  }
  #footer-social-nav ul, .upper-footer-wrapper .footer-badges, .lower-footer-wrapper .footer-item-wrapper {
    justify-content: center;
  }
  .upper-footer-wrapper .footer-address-social-nav-wrapper {
    margin-bottom: 20px;
    display: grid;
  }
  .content-wrapper .article-wrapper, .projects-wrapper, #blue-box .blue-box-content-wrapper, #careers .careers-outer-wrapper, #career-testimonials .career-testimonial {
    grid-template-columns: 1fr;
  }
  #services .service-item-wrapper {
    flex-basis: 100%;
  }
  #career-testimonials .career-testimonial .testimonial-image-wrapper {
    justify-self: center;
  }
  .content-wrapper .post-thumbnail {
    max-width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .featured-project {
    grid-template-columns: 1fr;
  }
  .featured-project .featured-project-content {
    text-align: center;
  }
  .featured-project .featured-project-categories {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  #home-slideshow .slide-content-outer-wrapper .slide-title {
    font-size: 60px;
  }
  #home-services {
    padding-top: 60px;
  }
  #home-services .services {
    margin-bottom: 50px;
  }
  .wp-block-group.has-background, #primary, #secondary, #gray-box, #blue-box, #team, #service-projects, #service-secondary-gallery, #clients, #secondary-content, #careers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #blue-box .blue-box-content-wrapper {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 640px) {
  #team .team-group .team-member, #team .team-wrapper .team-member {
    flex-basis: 50%;
  }
  #our-work-navigation .navigation-wrapper {
    display: grid;
    justify-content: stretch;
  }
  .featured-project .featured-project-image .primary-image {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  #service-secondary-gallery .service-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #service-secondary-gallery .service-gallery-wrapper .service-gallery-image {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  #service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(4) {
    grid-row: 3/span 2;
    grid-column: 1/span 2;
  }
  #service-secondary-gallery .service-gallery-wrapper .service-gallery-image:nth-child(5) {
    grid-row: 5;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 580px) {
  #branding .nav-wrapper {
    grid-template-columns: 1fr;
  }
  #primary-nav {
    bottom: 50px;
  }
  #social-nav {
    height: 50px;
    width: 300px;
    position: fixed;
    bottom: 0;
    right: -300px;
    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;
  }
  #social-nav.active {
    right: 0;
  }
  #social-nav ul {
    padding: 0 20px;
  }
  #social-nav ul li a .social-icon-white > img {
    opacity: 0;
  }
  #social-nav ul li a .social-icon-black {
    opacity: 1;
  }
  #home-slideshow .slide-content-outer-wrapper .slide-title {
    font-size: 50px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5, h6 {
    font-size: 24px;
  }
  #home-services .service-selector-wrapper {
    display: grid;
  }
  #home-services .service .service-title {
    font-size: 32px;
  }
  #blue-box {
    font-size: 24px;
  }
  #services .service-item .service-item-content-wrapper .service-item-content {
    font-size: 32px;
  }
  .projects-wrapper .project .project-content-wrapper .project-content {
    padding: 10px;
  }
  #career-testimonials .career-testimonial .testimonial-image-wrapper {
    width: 250px;
    height: 250px;
  }
  #branding .header-wrapper {
    gap: 20px;
  }
  .mobile-menu-button-wrapper {
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  #team .team-group .team-member, #team .team-wrapper .team-member {
    flex-basis: 100%;
  }
  #blue-box .button {
    font-size: 16px;
  }
  #clients .client-alt-image-outer-wrapper {
    grid-template-columns: 1fr;
  }
}

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