/* ---------------------------------------------
  Fonts
--------------------------------------------- */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Reset CSS */

:root {
  --montserrat-font: 'Montserrat', Arial, sans-serif;
  --site-blue: #2649e8;
  --site-dark-grey: #333333;
  --site-body-grey: #484c55;
  --site-light-grey: #f7f7f7;
  --site-black: #131418;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}

#wpadminbar .menupop .ab-sub-wrapper {
  bottom: 32px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background-color: transparent;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul,
ol,
menu {
  list-style: none
}

input,
select,
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 18px;
  font-family: var(--montserrat-font);
  color: #484c55;
  line-height: 1.5em;
  margin-top: 0 !important;
}

body.fixed {
  overflow: hidden;
}

@media only screen and (max-width: 2048px) {

  /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li {
    background: url(../images/transparentimage.png) 0 0 repeat;
  }
}

*:focus-visible {
  outline: 2px solid #0078C8 !important;
  outline-offset: 1px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
  z-index: 10000002;
  cursor: pointer;
  background-color: #ffffff;
  padding: 15px;
  font-size: 23px;
  border: 1px solid #000;
  color: #000 !important;
}

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible,
.swiper-pagination-bullet:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

/* ----------------------------------------------------
		Start Headers
------------------------------------------------------- */

h1 {
  width: 100%;
  margin: 0 auto 20px auto;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #fff;
}

h2 {
  width: 100%;
  margin: 0 auto 30px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--site-dark-grey);
}

h3 {
  color: var(--site-dark-grey);
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  color: var(--site-dark-grey);
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 600;
}

.eyebrow {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  color: var(--site-blue);
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.3rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  h3 {
    font-size: 1.8em;
  }
}

/* ----------------------------------------------------
		End Headers
------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
  color: #016597;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.disabled {
  cursor: default;
}

strong {
  /*font-family: Arial, sans-serif;*/
}

input[type=text],
input[type=search],
input[type=date],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  max-width: 100%;
  padding: 7px 0 7px 8px;
  color: #151c22;
  font-size: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0e151b;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  width: 100% !important;
  height: 150px;
  max-height: 300px;
  padding-right: 7px;
  line-height: 1.5em;
}

/* Set default select background */
select {
  background: #FFFFFF url(../images/form-dd-arrow.jpg) right 6px no-repeat;
}

/* Remove dropdown arrow from IE dropdown versions 10 and up */
select::-ms-expand {
  display: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
  outline: none;
}

input[type=image] {
  outline: none;
}

textarea {
  height: 150px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
}

sup,
sub {
  font-size: .55em;
  text-transform: uppercase;
  position: relative;
  left: 0;
}

sup {
  top: -9px;
}

sub {
  top: 6px;
}

a.btn,
.btn {
  display: inline-block;
  min-width: 115px;
  padding: 7px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #6c6d71;
  border-width: 2px;
  border-style: solid;
  border-color: #6c6d71;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 22px;
  -webkit-appearance: none;
}

a.btnBlue,
.btnBlue,
.wp-element-button,
.forminator-button-submit {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  align-self: baseline;
  color: var(--site-dark-grey);
  padding-left: 35px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 15px 0;
  background-color: transparent;
}

@media (min-width: 767px) {

  a.btnBlue,
  .btnBlue,
  .wp-element-button,
  .forminator-button-submit {
    font-size: 1.2rem;
  }
}

.wp-element-button:hover {
  color: currentColor;
}

a.btnBlue::before,
.btnBlue::before,
.btnStyle::before,
.wp-element-button::before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 55px;
  -webkit-mask: url(../images/gorman-link-icon.svg) no-repeat 100% 100%;
  mask: url(../images/gorman-link-icon.svg) no-repeat 100% 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #2649e8;
  background-repeat: no-repeat;
  background-position: left center;
}

a.btnBlue.whiteIcon::before,
.btnStyle.whiteIcon::before {
  background-color: #FFF;
}

a.btnWhite,
.btnWhite {
  border-color: #FFF;
  background-color: transparent;
}

a.btnWhite:hover,
.btnWhite:hover {
  color: #6c6d71;
  border-color: #FFF;
  background-color: #FFF;
}

.bodyStopScrolling {
  padding-right: 17px;
  overflow: hidden;
}

.stickyOnScroll.sticky {
  position: sticky;
  top: 15px;
  left: 0;
}


.videoIframeWrap,
.mceNonEditable.embeditem {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  /*border: 1px solid #ececec;*/
  /*background: url(/_assets/images/loading.gif) center center no-repeat;*/
}

.videoIframeWrap iframe,
.mceNonEditable.embeditem iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.imgScaleOnHover {
  transition: all .2s ease-in-out;
}

.imgScaleOnHover:hover {
  transform: scale(1.03);
}

.centered {
  margin: 0 auto;
}

.customScrollbar::-webkit-scrollbar {
  /* required - the "base" of the bar - mostly for setting width */
  width: 15px;
}

.customScrollbar::-webkit-scrollbar-track {
  /* the "track" of the bar - great for customizing "background" colors */
  background-color: #e4e4e4;
  border-radius: 8px;
  padding: 2px 2px;
}

.customScrollbar::-webkit-scrollbar-thumb {
  /* the actual draggable element, the star of the show! */
  background-color: #838383;
  width: 10px;
  border-radius: 8px;
}

.underline {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(var(--site-blue), var(--site-blue));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}

.underline.currentColor {
  background-image: linear-gradient(currentColor, currentColor);
}

.underline.btnBlue {
  background-position: calc(0% + 35px) 100%;
}

.underline:hover,
.underline:focus {
  background-size: 100% 2px;
}

.bodyCopy>*:not(:last-child) {
  margin-bottom: 30px;
}

.bodyCopy {
  margin-bottom: 30px;
}

.bodyCopy a {
  color: var(--site-blue);
  font-weight: 600;
}

.bodyCopy ul {
  list-style: disc;
  margin-left: 20px;
}

.bodyCopy ol {
  list-style: decimal;
  margin-left: 20px;
}

.bodyCopy ul li::marker {
  font-size: 0.7rem;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-thumb {
  background: var(--site-blue);
}

::-webkit-scrollbar-track {
  background: #edf4fc;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--site-body-grey);
}

/* ----------------------------------------------------
		Start Modal Styles
------------------------------------------------------- */

.bodyModalOpen {
  width: 100vw;
  overflow: hidden;
  padding-right: 17px;
}

.modalWrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  padding: 0 2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  /*visibility: hidden;*/
  opacity: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease-in-out;
}

.modalActive {
  /*visibility: visible;*/
  opacity: 1;
}

.modalWrapper .modalContentWrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px;
  color: #FFF;
  background-color: gray;
}

.modalWrapper .modalClose {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: none;
  font-size: 1.5em;
  padding: 20px;
  color: #FFF;
  text-decoration: none !important;
}

.modalWrapper .modalContent a {
  color: #FFF;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .modalWrapper .modalContentWrap {
    padding: 50px;
  }
}

/* ----------------------------------------------------
		End Modal Styles
------------------------------------------------------- */

.sitewidth {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2%;
}

.sitewidth .sitewidth {
  padding-left: 0;
  padding-right: 0;
}

.widgetTopMargin {
  margin-top: 45px !important;
}

.widgetBottomMargin {
  margin-bottom: 45px !important;
}

@media (min-width: 767px) {
  .widgetTopMargin {
    margin-top: 60px !important;
  }

  .widgetBottomMargin {
    margin-bottom: 60px !important;
  }
}

#Wrapper {
  min-height: 100%;
  position: relative;
}

/* ----------------------------------------------------
  Start Header
---------------------------------------------------- */

header {
  border-top: 2px solid var(--site-blue);
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 25px 2%;
  background-color: transparent;
  transition: background-color 0.15s linear;
}

header.scrolled {
  background-color: #FFF;
  box-shadow: 0px -2px 4px 0px #000;
}

header:has(#MobileMenu.open) {
  background-color: var(--site-blue);
}

header .content {
  max-width: 1920px;
  gap: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.scrolled .whiteLogo {
  display: none;
}

header:has(#MobileMenu.open) .whiteLogo {
  display: block;
}

header:not(.scrolled) .colorLogo,
header:has(#MobileMenu.open) .colorLogo {
  display: none;
}

header .searchWrap svg,
svg.instagram,
svg.linkedin {
  width: 20px;
  height: 20px;
}

svg.facebook {
  height: 21px;
}

svg.tiktok {
  width: 18px;
  height: 20px;
}

header svg {
  display: flex;
  justify-content: center;
  fill: #FFF;
  transition: fill 0.2s linear;
}

header.scrolled svg {
  fill: var(--site-dark-grey);
}

header.scrolled:has(#MobileMenu.open) svg {
  fill: #FFF;
}

header .searchWrap input {
  display: none;
}

header .headerLink {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 17px;
  color: #FFF;
  margin: 0;
}

header.scrolled .headerLink {
  color: var(--site-dark-grey);
}

header .searchSocialWrap,
header .searchSocialWrap .socialList {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (min-width: 1250px) {}

/* ----------------------------------------------------
  End Header
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Desktop Navigation
---------------------------------------------------- */

.desktopNavContent {
  display: none;
}

#MainNavWrap ul {
  display: flex;
  gap: 60px;
}

#MainNavWrap ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}

header.scrolled #MainNavWrap ul li a {
  color: var(--site-dark-grey);
}

#MainNavWrap ul li a.current,
header.scrolled #MainNavWrap ul li a.current {
  color: var(--site-blue);
}

@media (min-width: 1300px) {

  .desktopNavContent {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  #MainNavWrap ul {
    gap: 40px;
  }

  .desktopNavContent {
    gap: 40px;
  }
}

@media (min-width: 1450px) {
  #MainNavWrap ul {
    gap: 60px;
  }
}

/* ----------------------------------------------------
  End Desktop Navigation
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Mobile Navigation
---------------------------------------------------- */

header .mobileContent {
  display: flex;
  gap: 20px;
  align-self: center;
}

@media (min-width: 767px) {
  header .mobileContent {
    gap: 30px;
  }
}

header .mobileContent .searchWrap svg {
  width: 31px;
  height: 31px;
}

.mobileMenuButton {
  width: 43px;
  height: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px 0;
  touch-action: none;
}

.mobileMenuButton span {
  display: block;
  position: relative;
  height: 5px;
  background-color: #FFF;
  width: 100%;
  transition: 0.25s ease-in-out;
  top: 0;
}

.mobileMenuButton.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 14px;
}

.mobileMenuButton.open span:nth-child(2) {
  opacity: 0;
}

.mobileMenuButton.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: -14px;
}

header.scrolled .mobileMenuButton:not(.open) span {
  background-color: var(--site-dark-grey);
}

#MobileMenu {
  transform: translate(100%);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  right: 0;
  transition: 0.5s ease-in-out;
  padding: 30px 20px 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

@media (min-width: 767px) {
  #MobileMenu {
    padding-bottom: 0px;
    max-width: 350px;
  }
}

#MobileMenu.open {
  transform: translate(0%);
}

#MobileMenu>ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#MobileMenu>ul>li {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

#MobileMenu .topNavItem {
  color: var(--site-dark-grey);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

#MobileMenu .topNavItem.current {
  color: var(--site-blue);
}

#MobileMenu .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#MobileMenu .subMenu {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#MobileMenu .subMenu li {
  margin-left: 20px;
}

#MobileMenu .subMenu li:first-child {
  margin-top: 10px;
}

#MobileMenu .subMenu a {
  color: var(--site-body-grey);
  font-size: 0.9rem;
}

#MobileMenu .subMenu a.current {
  color: var(--site-blue);
}

#MobileMenu .subMenuButton {
  width: 32px;
  height: 32px;
  position: relative;
  touch-action: none;
}

#MobileMenu .subMenuButton span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--site-dark-grey);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  transition: 0.25s ease-in-out;
}

#MobileMenu .subMenuButton span:nth-child(1) {
  transform: translate(-50%) rotate(90deg);
}

#MobileMenu li.open .subMenuButton span:nth-child(1) {
  transform: translate(-50%) rotate(0deg);
}

#MobileMenu>ul.socialList {
  gap: 10px;
  margin-top: 10px;
}

#MobileMenu>ul.socialList li {
  align-items: flex-start;
}

#MobileMenu svg {
  fill: var(--site-dark-grey)
}

#MobileMenu a:hover svg {
  fill: var(--site-blue)
}

@media (min-width: 1300px) {
  header .mobileContent {
    display: none;
  }
}

/* ----------------------------------------------------
  End Mobile Navigation
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Footer Navigation
---------------------------------------------------- */

#SiteFooter {
  background-color: #2d2d2d;
}

#SiteFooter .content {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 30px 60px;
}

#SiteFooter .content .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#SiteFooter .content .left .infoWrap {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}

#SiteFooter .content .left .socialList {
  display: flex;
  gap: 15px;
  align-items: center;
}

#SiteFooter .content .left svg {
  fill: #FFF;
  width: 25px;
  height: auto;
}

#SiteFooter .content .left a,
#SiteFooter .content .left {
  color: #FFF;
}

#SiteFooter #FooterMenu>ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 40px;
}

#SiteFooter #FooterMenu a.topNavItem {
  font-weight: 600;
  font-size: 0.95rem;
}

#SiteFooter #FooterMenu a {
  color: #FFF;
}

#SiteFooter #FooterMenu .subMenu {
  margin-top: 10px;
}

#SiteFooter #FooterMenu .subMenu a {
  font-size: 0.85rem;
}

#SiteFooter .bottomBar {
  background-color: #121417;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

#SiteFooter .bottomBar .sitewidth {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 7px;
}

#SiteFooter .bottomBar span,
#SiteFooter .bottomBar a {
  color: #FFF;
  font-size: 0.7rem;
  display: flex;
  gap: 7px;
}

#SiteFooter .bottomBar .sitewidth>*:not(:last-child):after {
  content: "|";
}

@media (min-width: 767px) {
  #SiteFooter .bottomBar .sitewidth {
    justify-content: initial;
  }

  #SiteFooter #FooterMenu>ul {
    flex-direction: row;
  }
}

@media (min-width: 1000px) {
  #SiteFooter .content {
    flex-direction: row;
  }

  #SiteFooter .content .left {
    border-right: 1px solid var(--site-black);
    padding-right: 20px;
  }

  #SiteFooter #FooterMenu>ul {
    padding-left: 20px;
  }
}

/* ----------------------------------------------------
  End Footer Navigation
---------------------------------------------------- */
/* ----------------------------------------------------
  Select Pages For Active Headers
---------------------------------------------------- */

.single-article #Main,
.search-results #Main,
.search-no-results #Main {
  padding-top: 80px;
}

.single-article header,
.search-results header,
.search-no-results header {
  background-color: #FFF;
  box-shadow: 0px -2px 4px 0px #000;
}

.single-article header #MainNavWrap ul li a,
.single-article header .headerLink,
.search-results header #MainNavWrap ul li a,
.search-results header .headerLink,
.search-no-results header #MainNavWrap ul li a,
.search-no-results header .headerLink {
  color: var(--site-dark-grey);
}

.single-article header svg,
.search-results header svg,
.search-no-results header svg {
  fill: var(--site-dark-grey);
}

.single-article header .whiteLogo,
.search-results header .whiteLogo,
.search-no-results header .whiteLogo {
  display: none;
}

.single-article header .colorLogo,
.search-results header .colorLogo,
.search-no-results header .colorLogo {
  display: block;
}

.single-article header .mobileMenuButton:not(.open) span,
.search-results header .mobileMenuButton:not(.open) span,
.search-no-results header .mobileMenuButton:not(.open) span {
  background-color: var(--site-dark-grey);
}

.single-article header:has(.mobileMenuButton.open) .searchForm button svg,
.search-results header:has(.mobileMenuButton.open) .searchForm button svg,
.search-no-results header:has(.mobileMenuButton.open) .searchForm button svg {
  fill: #FFF;
}

/* ----------------------------------------------------
  Start imageWithContentLeftRight
---------------------------------------------------- */

.imageWithContentLeftRight {
  padding: 30px 0;
  background-color: var(--site-light-grey);
}

.imageWithContentLeftRight .contentWrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  padding: 0 2%;
}

.imageWithContentLeftRight img {
  width: 100%;
}

.imageWithContentLeftRight .right {
  max-width: 800px;
}

@media (min-width: 767px) {
  .imageWithContentLeftRight {
    padding: 60px 0;
  }
}

@media (min-width: 1000px) {
  .imageWithContentLeftRight .contentWrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .imageWithContentLeftRight.flipped .contentWrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .imageWithContentLeftRight .contentWrapper>div {
    flex-basis: 48%;
  }
}

/* ----------------------------------------------------
  End imageWithContentLeftRight
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Homepage Careers Secton
---------------------------------------------------- */

.homepageCareersSection {
  margin-bottom: 50px !important;
  position: relative;
  overflow: hidden;
}

.homepageCareersSection .content {
  position: relative;
}

.homepageCareersSection .imageWrapper {
  max-height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.homepageCareersSection img {
  width: 150%;
  max-width: 250%;
  margin-left: -25%;
  position: absolute;
  top: 0;
  left: 0;
}

.homepageCareersSection .contentBox {
  padding: 30px;
  margin-top: 150px;
  margin-bottom: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 5px -2px #000;
}

@media (min-width: 1000px) {
  .homepageCareersSection {
    margin-bottom: 125px !important;
    overflow: visible;
  }

  .homepageCareersSection img {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .homepageCareersSection .contentBox {
    padding: 50px 30px;
    max-width: 715px;
    bottom: -75px;
    position: absolute;
  }
}

@media (min-width: 1450px) {
  .homepageCareersSection {
    margin-bottom: 225px !important;
  }

  .homepageCareersSection .contentBox {
    bottom: -125px;
  }
}

/* ----------------------------------------------------
  End Homepage Careers Secton
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Homepage Hero
---------------------------------------------------- */
.homepageHero {
  position: relative;
  overflow: hidden;
}

.homepageHero video {
  width: 350%;
  max-width: 400%;
  margin-left: -125%;
}

.homepageHero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.homepageHero .overlayWrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepageHero .overlayWrapper .content {
  max-width: 1250px;
  width: 100%;
  padding: 0 2%;
}

.homepageHero .overlayWrapper .content .inner {
  max-width: 650px;
}

.homepageHero h1 {
  margin-bottom: 40px;
}

.homepageHero .btnBlue {
  color: #FFF;
}

@media (max-width: 500px) {
  .homepageHero h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .homepageHero h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 350px) {
  .homepageHero video {
    width: 300%;
    max-width: 400%;
    margin-left: -100%;
  }
}

@media (min-width: 550px) {
  .homepageHero video {
    width: 225%;
    margin-left: -62.5%;
  }
}

@media (min-width: 750px) {
  .homepageHero video {
    width: 200%;
    margin-left: -50%;
  }

  .homepageHero h1 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1000px) {
  .homepageHero video {
    width: 150%;
    margin-left: -25%;
  }
}

@media (min-width: 1350px) {
  .homepageHero video {
    width: 125%;
    margin-left: -12.5%;
  }
}

@media (min-width: 1650px) {
  .homepageHero video {
    width: 100%;
    margin-left: 0%;
  }
}

/* ----------------------------------------------------
  End Homepage Hero
---------------------------------------------------- */
/* ---------------------------------------------
  Start Homepage Company Section
--------------------------------------------- */

.homepageOurCompany {
  padding: 30px 2%;
}

.homepageOurCompany .outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.homepageOurCompany .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepageOurCompany .right {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.homepageOurCompany .one {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 2;
  width: 54%;
}

.homepageOurCompany .two {
  position: absolute;
  left: 50px;
  bottom: 2%;
  z-index: 3;
  width: 71%;
}

.homepageOurCompany .three {
  width: 60%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1000px) {

  .homepageOurCompany {
    padding: 60px 2%;
  }

  .homepageOurCompany .outerWrap {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 0 5%;
  }

  .homepageOurCompany .outerWrap>div {
    flex-basis: 47.5%;
  }
}

@media (min-width: 1300px) {

  .homepageOurCompany {
    padding: 60px 0;
  }

  .homepageOurCompany .outerWrap {
    justify-content: flex-end;
  }

  .homepageOurCompany .outerWrap>.left {
    flex-basis: 35%;
  }
}

/* ---------------------------------------------
  Start Homepage Company Section
--------------------------------------------- */
/* ----------------------------------------------------
  Start Homepare Services Section
---------------------------------------------------- */

.homepageServicesSection {
  padding: 20px 2%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 50px 0;
}

.homepageServicesSection .title {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  z-index: 5;
  text-align: left;
}

.homepageServicesSection .swiper-slide video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepageServicesSection .swiper-slide img {
  position: relative;
  z-index: 2;
}

.homepageServicesSection .swiper {
  overflow: visible;
}

.homepageServicesSection .swiper-slide {
  max-width: 460px;
}

.homepageServicesSection .right {
  z-index: 1;
  position: relative;
  background-color: #FFF;
}

.homepageServicesSection .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  transition: 0.2s linear;
}

.homepageServicesSection .swiper-slide:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.homepageServicesSection .swiperNavigation {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.homepageServicesSection .swiperNavigation svg {
  fill: var(--site-blue);
}

.homepageServicesSection .swiperNavigation>* {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  touch-action: none;
  transition: scale 0.12s linear;
}

.homepageServicesSection .swiperNavigation>*:hover {
  scale: 1.2;
}

@media (min-width: 1250px) {

  .homepageServicesSection {
    flex-direction: row;
    padding: 20px 0;
  }

  .homepageServicesSection .right {
    flex-basis: 700px;
    padding: 0 2% 0 50px;
  }

  .homepageServicesSection .title {
    font-size: 1.7rem;
  }

  .homepageServicesSection .swiperNavigation {
    justify-content: flex-start;
  }

  .homepageServicesSection .sliderWrapper {
    flex: 1;
  }
}

/* ----------------------------------------------------
  End Homepare Services Section
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Featured Project Widget
---------------------------------------------------- */

.featuredProjectWidget {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 3px solid var(--site-blue);
}

.featuredProjectWidget video,
.featuredProjectWidget img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.featuredProjectWidget::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 20%, transparent 100%);
  z-index: 2;
}

.featuredProjectWidget .content {
  position: relative;
  z-index: 3;
  margin: 100px auto;
}

.featuredProjectWidget .content .inner {
  max-width: 600px;
}

.featuredProjectWidget h2,
.featuredProjectWidget .btnBlue,
.featuredProjectWidget .bodyCopy {
  color: #FFF;
}

@media (min-width: 767px) {
  .featuredProjectWidget {
    min-height: 800px;
  }

  .featuredProjectWidget .content {
    margin: 0 auto 100px;
  }
}

/* ----------------------------------------------------
  End Featured Project Widget
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Call To Action Bar
---------------------------------------------------- */

.callToActionBar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 50px 0;
}

.callToActionBar.overlay img {
  filter: brightness(0.5);
}

.callToActionBar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.callToActionBar .content {
  position: relative;
  z-index: 1;
}

.callToActionBar .inner {
  width: 100%;
}

.callToActionBar svg {
  display: none;
}

.callToActionBar .content h2,
.callToActionBar .content .bodyCopy,
.callToActionBar .content .btnBlue {
  color: #FFF;
}

@media (min-width: 1000px) {
  .callToActionBar {
    min-height: 315px;
  }

  .callToActionBar svg {
    max-width: 295px;
    width: 20%;
    fill: #FFF;
    position: absolute;
    right: 0;
    display: block;
  }

  .callToActionBar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .callToActionBar.flipped .inner {
    display: flex;
    flex-direction: row-reverse;
  }

  .callToActionBar.flipped svg {
    right: initial;
    left: 0;
  }

  .callToActionBar .inner>div {
    flex-basis: 75%;
  }
}

/* ----------------------------------------------------
  End Call To Action Bar
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Breadcrumbs
---------------------------------------------------- */

.breadcrumbs {
  background-color: var(--site-light-grey);
  padding: 10px 0;
  font-size: 0.9rem;
  margin-bottom: 50px;
}

.breadcrumbs a {
  color: var(--site-body-grey)
}

.breadcrumbs .last {
  color: var(--site-dark-grey);
  font-weight: 600;
}

/* ----------------------------------------------------
  End  Breadcrumbs
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Page Header
---------------------------------------------------- */

.pageHeaderImage {
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pageHeaderImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.pageHeaderImage img {
  object-fit: cover;
  object-position: center;
  width: 250%;
  height: 100%;
  max-width: 250%;
  margin-left: -75%;
}

.pageHeaderImage .caption {
  position: absolute;
  z-index: 2;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
  .pageHeaderImage img {
    width: 225%;
    margin-left: -67.5%;
  }

  .pageHeaderImage h1 {
    margin-left: 10%;
  }
}

@media (min-width: 1250px) {
  .pageHeaderImage img {
    width: 150%;
    margin-left: -25%;
  }
}


/* ----------------------------------------------------
  End Page Header
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Three Column Services
---------------------------------------------------- */

.threeColumnServices .content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.threeColumnServices .item {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

.threeColumnServices .item img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.threeColumnServices .contentWrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  color: #FFF;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.threeColumnServices .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 60px;
  display: inline-block;
  padding-bottom: 2px;
}

.threeColumnServices .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  transition: 0.2s linear;
}

.threeColumnServices .item:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.threeColumnServices .item:last-of-type::after {
  background-color: transparent;
}

.threeColumnServices .item .description {
  transition: 0.2s linear;
}

.threeColumnServices .item:not(:last-of-type):hover .description {
  opacity: 0;
}

.threeColumnServices .item .underline::after {
  background-color: #FFF;
}

.threeColumnServices .item:hover .underline::after {
  transform: scaleX(1);
}

.threeColumnServices .btnBlue {
  color: #FFF;
}

.threeColumnServices .btnBlue::before {
  background-color: #FFF;
}

@media (min-width: 767px) {
  .threeColumnServices .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .threeColumnServices .content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ----------------------------------------------------
  End Three Column Services
---------------------------------------------------- */

/* ----------------------------------------------------
  Start Post
---------------------------------------------------- */



.singlePostWrapper {
  margin-bottom: 60px;
}

.singlePostWrapper .postHeader {
  margin-bottom: 60px;
}

.singlePostWrapper .postHeader .breadcrumbs {
  background-color: transparent;
}

.singlePostWrapper .postHeader h1 {
  color: var(--site-dark-grey);
}

.singlePostWrapper .singlePostContent {
  margin-bottom: 60px;
}

.singlePostWrapper .singlePostContent>* {
  margin-bottom: 30px;
}

.singlePostWrapper .singlePostContent>*:last-child {
  margin-bottom: 0;
}

.singlePostWrapper .bottomLinks {
  display: flex;
  justify-content: space-between;
}

.singlePostWrapper .bottomLinks .shareLinks,
.singlePostWrapper .bottomLinks ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.singlePostWrapper .bottomLinks .shareLinks .header {
  color: var(--site-blue);
  font-size: 0.9rem;
  font-weight: 500;
}

.singlePostWrapper .bottomLinks .shareLinks svg {
  width: 22px;
}

.singlePostWrapper .bottomLinks .backToNews a {
  color: var(--site-blue);
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
}

.singlePostWrapper .bottomLinks .backToNews a svg {
  width: 24px;
  fill: var(--site-blue);
}

.singlePostWrapper .bottomLinks svg path {
  fill: var(--site-blue);
}

/* ----------------------------------------------------
  End Post
---------------------------------------------------- */
/* ----------------------------------------------------
  Start News
---------------------------------------------------- */

.newsFiltersBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 65px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.newsFiltersBar .right button {
  display: flex;
  gap: 10px;
  align-items: center;
}

.newsFiltersBar .right {
  max-width: 350px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.newsFiltersBar .right span {
  color: var(--site-blue);
  font-weight: 500;
  font-size: 0.9rem;
}

.newsFiltersBar .right svg {
  fill: var(--site-blue);
  width: 30px;
}

.newsFiltersBar #NewsSearchInput {
  position: absolute;
  right: 2%;
  bottom: 17px;
  max-width: 350px;
  border: 1px solid #d9d9d9;
  background-color: var(--site-light-grey);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.newsFiltersBar #NewsSearchInput.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

/* News List */

.newsListWrap {
  margin-bottom: 100px;
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 40px;
}

.newsList>div {
  flex: 1 0 30%;
  max-width: 439px;
}

.newsList>p {
  flex-basis: 100%;
  font-weight: 600;
}

.newsList .imageWrap {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.newsList .post .imageWrap img {
  transition: 0.2s linear;
}

.newsList .post:has(a:hover) .imageWrap img {
  scale: 1.02;
}

.newsList .date {
  color: var(--site-blue);
  font-weight: 500;
  margin-bottom: 5px;
}

.newsList .nameWrap {
  margin-bottom: 20px;
}

.newsList .name {
  color: var(--site-dark-grey);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.newsList .excerpt {
  font-size: 0.9rem;
}

.newsListWrap .loadMoreButton {
  display: flex;
  justify-content: center;
}

.newsListWrap #LoadMoreNewsButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.newsListWrap #LoadMoreNewsButton[disabled] {
  opacity: 0.5;
  cursor: initial;
}

.newsListWrap #LoadMoreNewsButton span {
  color: var(--site-blue);
  font-weight: 700;
  font-size: 1.5rem;
}

.newsListWrap #LoadMoreNewsButton svg {
  fill: var(--site-blue);
  transform: rotate(-90deg);
  width: 20px;
}

/* ----------------------------------------------------
  End News
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Search Page
---------------------------------------------------- */

.searchPageWrapper {
  min-height: 400px;
  margin: 40px auto;
}

.searchPageWrapper h1 {
  color: var(--site-dark-grey);
}

.searchPageWrapper .searchForm {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.searchPageWrapper .searchForm svg {
  fill: var(--site-dark-grey);
  width: 30px;
}

.searchPageWrapper .resultsForText {
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.searchPageWrapper .resultsForText span {
  font-weight: 600;
  color: var(--site-dark-grey);
}

.searchPageWrapper .results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.searchPageWrapper .results .item a {
  font-size: 1.2rem;
  color: var(--site-dark-grey);
  font-weight: 600;
  display: inline;
}

.searchPageWrapper .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.searchPageWrapper .pagination span {
  color: var(--site-blue);
  background-color: #FFF;
  border: 2px solid var(--site-blue);
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 0.8rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.searchPageWrapper .pagination a {
  color: #FFF;
  background-color: var(--site-blue);
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 0.8rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.searchPageWrapper .pagination .next::after {
  content: "❯";
}

.searchPageWrapper .pagination .prev::after {
  content: "❮";
}

@media (min-width: 767px) {
  .searchPageWrapper {
    min-height: 800px;
  }
}


/* ----------------------------------------------------
  End Search Page
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Default WP Block Styles
---------------------------------------------------- */

ul.wp-block-list {
  margin-left: 20px;
  list-style: disc;
}

ol.wp-block-list {
  margin-left: 20px;
  list-style: decimal;
}

.wp-block-list li {
  margin-bottom: 10px;
}

.wp-block-list li:last-child {
  margin-bottom: 0;
}

ul.wp-block-list li::marker {
  font-size: 0.7rem;
}

/* ----------------------------------------------------
  End Default WP Block Styles
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Contact Us Form
---------------------------------------------------- */

.contactPageFormWrap {
  position: relative;
  overflow: hidden;
}

.contactPageFormWrap .imageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 686px;
  overflow: hidden;
  z-index: -1;
}

.contactPageFormWrap .imageWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.contactPageFormWrap .imageWrap img {
  width: 200%;
  max-width: 250%;
  margin-left: -50%;
}

.contactPageFormWrap .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 120px;
}

.contactPageFormWrap .content .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactPageFormWrap .content .left h3,
.contactPageFormWrap .content .left * {
  color: #FFF;
  font-weight: 600;
}

.contactPageFormWrap .content .left *:not(h3) {
  font-size: 1.2rem;
}

.contactPageFormWrap .content .right {
  max-width: 700px;
  margin: 10px auto !important;
  background-color: #FFF;
  padding: 35px !important;
  box-shadow: 0px 0px 4px -2px #000 !important;
}

.contactPageFormWrap .content .right .bodyCopy {
  font-size: 0.9rem;
}

@media (min-width: 1000px) {
  .contactPageFormWrap .content {
    flex-direction: row;
    justify-content: space-between;
  }

  .contactPageFormWrap .content .left {
    flex-basis: 450px;
  }

  .contactPageFormWrap .content .right {
    flex: 1;
  }

  .contactPageFormWrap .imageWrap img {
    width: 100%;
    margin-left: 0%;
  }
}

/* ----------------------------------------------------
  End Contact Us Form
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Form Default Styles
---------------------------------------------------- */

.forminator-button-submit {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  text-decoration: none !important;
  align-self: baseline !important;
  color: var(--site-dark-grey) !important;
  padding-left: 30px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 15px 0 !important;
  background-color: transparent !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-position: 0% 100% !important;
  background-repeat: no-repeat !important;
  background-size: 0% 2px !important;
  transition: background-size .3s !important;
}

.forminator-button-submit:hover {
  box-shadow: none !important;
  background-position: calc(0% + 30px) 100% !important;
}

.forminator-button-submit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 55px;
  -webkit-mask: url(../images/gorman-link-icon.svg) no-repeat 100% 100%;
  mask: url(../images/gorman-link-icon.svg) no-repeat 100% 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #2649e8;
  background-repeat: no-repeat;
  background-position: left center;
}

form .forminator-label {
  color: var(--site-body-grey);
  font-weight: 600 !important;
}

.forminator-ui input,
.forminator-ui select,
.forminator-ui textarea {
  border: 1px solid #d9d9d9;
  background-color: var(--site-light-grey);
  font-size: 0.8rem !important;
}

.forminator-ui input:focus-visible,
.forminator-ui select:focus-visible,
.forminator-ui textarea:focus-visible {
  box-shadow: 0px 0px 3px 0px var(--site-blue) !important;
  outline: none !important;
}

/* ----------------------------------------------------
  End Form Default Styles
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Service Page
---------------------------------------------------- */

.servicesLeftRightNav .content {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.servicesLeftRightNav .right .header {
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 30px;
}

.servicesLeftRightNav .right {
  background-image: url(../images/Services-SideNavigation-BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.servicesLeftRightNav .right * {
  color: #FFF;
}

.servicesLeftRightNav .right ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}

.servicesLeftRightNav .right ul li a {
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.1rem;
}

.servicesLeftRightNav .right ul li a.current::before {
  content: '';
  position: absolute;
  left: -20px;
  height: 25px;
  width: 13px;
  -webkit-mask: url(../images/gorman-link-icon.svg) no-repeat 100% 100%;
  mask: url(../images/gorman-link-icon.svg) no-repeat 100% 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (min-width: 1000px) {

  .servicesLeftRightNav {
    position: relative;
    max-width: 1920px;
    margin: 0 auto 60px;
  }

  .servicesLeftRightNav .content {
    flex-direction: row;
  }


  .servicesLeftRightNav .background {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/Services-SideNavigation-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    height: 100%;
    z-index: -1;
  }

  .servicesLeftRightNav .content .right {
    flex-basis: 40%;
    padding: 40px 0 0 10%;
    background: none;
  }

  .servicesLeftRightNav .content .left {
    flex: 1;
    background-color: #FFF;
    padding-right: 30px;
  }

  .servicesLeftRightNav .content .right ul {
    margin-left: 15px;
    padding-left: 0;
  }
}

@media (min-width: 1450px) {
  .servicesLeftRightNav .content .right {
    flex-basis: 30%;
  }
}

/* ----------------------------------------------------
  End Service Page
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Image Collage Widget
---------------------------------------------------- */

.imageCollageWidget {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  max-width: 1920px;
  gap: 30px;
  margin: 0 auto;
  padding: 0 2%;
}

.imageCollageWidget img {
  width: 100%;
}

.imageCollageWidget .mobileImages {
  display: flex;
  gap: 10px;
  flex-basis: 55%;
}

.imageCollageWidget .mobileImages .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.imageCollageWidget .mobileImages .left {
  display: flex;
  align-items: center;
}

.imageCollageWidget .leftImage,
.imageCollageWidget .rightImage,
.imageCollageWidget .middleImage {
  display: none;
}

.imageCollageWidget .content {
  flex: 1;
}

@media (min-width: 867px) {
  .imageCollageWidget {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .imageCollageWidget .mobileImages {
    display: none;
  }

  .imageCollageWidget .leftImage,
  .imageCollageWidget .rightImage,
  .imageCollageWidget .middleImage {
    display: block;
  }

  .imageCollageWidget .leftImage {
    flex-basis: 29%;
  }

  .imageCollageWidget .middleImage {
    flex-basis: 21%;
  }

  .imageCollageWidget .rightImage {
    flex-basis: 21%;
  }

  .imageCollageWidget .content {
    min-width: 400px;
  }
}

/* ----------------------------------------------------
  End Image Collage Widget
---------------------------------------------------- */
/* ----------------------------------------------------
  Start News Widget
---------------------------------------------------- */

.newsWidget h2 {
  margin-bottom: 50px;
}

.newsWidget .newsItems {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.newsWidget .item {
  display: flex;
  gap: 20px 50px;
  flex-direction: column;
}

.newsWidget .item .left img {
  transition: 0.3s linear;
}

.newsWidget .item .left a:hover img {
  scale: 1.02;
}

.newsWidget .right .eyebrow {
  margin-bottom: 0px;
  font-size: 0.95rem;
  font-weight: 400;
}

.newsWidget .right h3 {
  margin-bottom: 30px;
}

.newsWidget .right h3 a {
  color: var(--site-dark-grey);
}

.newsWidget .right .excerpt {
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  .newsWidget .item {
    flex-direction: row;
    align-items: center;
  }

  .newsWidget .item .left {
    flex-basis: 450px;
  }

  .newsWidget .item .right {
    flex: 1;
  }
}

/* ----------------------------------------------------
  End News Widget
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Leadership Widget
---------------------------------------------------- */

.leadershipWidget {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.leadershipWidget>div {
  max-width: 450px;
  margin: 0 auto;
}

.leadershipWidget img {
  margin-bottom: 20px;
}

.leadershipWidget .eyebrow {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.leadershipWidget h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.leadershipWidget .bodyCopy {
  font-size: 0.9rem;
}

.leadershipWidget a {
  color: var(--site-blue);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 767px) {
  .leadershipWidget>div {
    flex-basis: 30%;
  }
}

/* ----------------------------------------------------
  End Leadership Widget
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Form Display Widget
---------------------------------------------------- */
.formDisplayWidget {
  position: relative;
  overflow: hidden;
}

.formDisplayWidget .imageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 686px;
  overflow: hidden;
  z-index: -1;
}

.formDisplayWidget .imageWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.formDisplayWidget .imageWrap img {
  width: 200%;
  max-width: 250%;
  margin-left: -50%;
}

.formDisplayWidget .content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 120px;
}

.formDisplayWidget .content .left {
  display: flex;
  flex-direction: column;
}

.formDisplayWidget .content .left h3,
.formDisplayWidget .content .left * {
  color: #FFF;
  font-weight: 600;
}

.formDisplayWidget .content .left *:not(h2) {
  font-size: 1.2rem;
}

.formDisplayWidget .content .right {
  max-width: 700px;
  margin: 10px auto !important;
  background-color: #FFF;
  padding: 35px !important;
  box-shadow: 0px 0px 4px -2px #000 !important;
}

.formDisplayWidget .content .right .bodyCopy {
  font-size: 0.9rem;
}

@media (min-width: 1000px) {
  .formDisplayWidget .content {
    flex-direction: row;
    justify-content: space-between;
  }

  .formDisplayWidget .content .left {
    flex-basis: 450px;
  }

  .formDisplayWidget .content .right {
    flex: 1;
  }

  .formDisplayWidget .imageWrap img {
    width: 100%;
    margin-left: 0%;
  }
}

/* ----------------------------------------------------
  End Form Display Widget
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Dynamic Scroll Widget
---------------------------------------------------- */

.dynamicScrollRotatorWidget {
  background-color: var(--site-blue);
  position: relative;
  overflow: hidden;
}

.dynamicScrollRotatorWidget .rotatorNav {
  display: none;
}

.dynamicScrollRotatorWidget .rotatorNav button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--site-light-grey);
}

.dynamicScrollRotatorWidget .rotatorNav button.active {
  background-color: #febe00;
}

.dynamicScrollRotatorWidget .item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
  position: relative;
}

.dynamicScrollRotatorWidget .item .imageWrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.dynamicScrollRotatorWidget .item .imageWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: #000000;
  background: radial-gradient(ellipse at top right, rgba(0, 0, 0, 1) 0%, rgba(34, 68, 217, .85) 0%, rgba(0, 0, 0, 1) 100%);
}

.dynamicScrollRotatorWidget .item .imageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.dynamicScrollRotatorWidget .item .content * {
  color: #FFF;
}

.dynamicScrollRotatorWidget .item .content .inner {
  max-width: 600px;
}

.dynamicScrollRotatorWidget .item .content {
  position: relative;
  z-index: 2;
  padding: 40px 6%;
}

@media (min-width: 1500px) {
  .dynamicScrollRotatorWidget .rotatorNav {
    left: 2%;
    right: initial;
  }
}

@media (min-height: 767px) and (min-width: 1000px) {

  .dynamicScrollRotatorWidget {
    height: 100vh;
  }

  .dynamicScrollRotatorWidget .item {
    align-items: baseline;
  }

  .dynamicScrollRotatorWidget .item .content {
    max-width: 1920px;
    margin-top: 100px;
  }

  .dynamicScrollRotatorWidget .rotatorNav {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .dynamicScrollRotatorWidget .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .dynamicScrollRotatorWidget .item .imageWrap {

    object-fit: cover;
    z-index: 1;
  }
}

/* ----------------------------------------------------
  End Dynamic Scroll Widget
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Tab Rotator
---------------------------------------------------- */

.tabRotatorWidget {
  position: relative;
  padding: 50px 0;
}

.tabRotatorWidget>img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.tabRotatorWidget .content {
  display: flex;
  flex-direction: column;
}

.tabRotatorWidget .content * {
  color: #FFF;
}

.tabRotatorWidget .content .tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-bottom: 50px;
}

.tabRotatorWidget .content button.current {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-style: italic;
}

.tabRotatorWidget .content .copyWrap {
  font-size: 1.3rem;
  line-height: 1.3;
}

.tabRotatorWidget .content .copyWrap.current,
.tabRotatorWidget .content .imageWrap.current {
  display: block !important;
}

.tabRotatorWidget .content .copyWrap,
.tabRotatorWidget .content .imageWrap {
  display: none;
}

.tabRotatorWidget .content img {
  border: 8px solid #FFF;
  width: 100%;
}

@media (min-width: 600px) {
  .tabRotatorWidget .content .copyWrap {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media (min-width: 950px) {

  .tabRotatorWidget {
    padding: 100px 0;
  }

  .tabRotatorWidget .content {
    flex-direction: row;
    justify-content: space-between;
  }

  .tabRotatorWidget .content>div {
    flex-basis: 48%;
  }
}

/* ----------------------------------------------------
  End Tab Rotator
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Project
---------------------------------------------------- */

.projectHero {
  position: relative;
  overflow: hidden;
}

.projectHero video,
.projectHero img {
  width: 250%;
  max-width: 400%;
  margin-left: -75%;
}

@media (min-width: 550px) {

  .projectHero video,
  .projectHero img {
    width: 225%;
    margin-left: -62.5%;
  }
}

@media (min-width: 750px) {

  .projectHero video,
  .projectHero img {
    width: 200%;
    margin-left: -50%;
  }
}

@media (min-width: 1000px) {

  .projectHero video,
  .projectHero img {
    width: 150%;
    margin-left: -25%;
  }
}

@media (min-width: 1350px) {

  .projectHero video,
  .projectHero img {
    width: 125%;
    margin-left: -12.5%;
  }
}

@media (min-width: 1650px) {

  .projectHero video,
  .projectHero img {
    width: 100%;
    margin-left: 0%;
  }
}

/* Project Info */

.projectInfoWrap {
  margin-bottom: 60px;
}

.projectInfoWrap .content {
  display: flex;
  flex-direction: column;
}

.projectInfoWrap h1 {
  color: var(--site-dark-grey);
  font-weight: 600;
  margin-bottom: 35px;
}

@media (min-width: 767px) {
  .projectInfoWrap h1 {
    margin-bottom: 60px;
  }
}

.projectInfoWrap .details {
  margin-top: 30px;
}

.projectInfoWrap .services {
  background-image: url(../images/Services-SideNavigation-BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 2%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.projectInfoWrap .left {
  padding: 30px 20px 0;
}

.projectInfoWrap .left .highlightsHeader {
  color: var(--site-blue);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.projectInfoWrap .right {
  border-top: 1px solid var(--site-body-grey);
  padding-top: 30px;
}

.projectInfoWrap h3 {
  padding: 0 2%;
}

.projectInfoWrap .bottomContent {
  padding: 0 2%;
}

.projectInfoWrap .services a,
.projectInfoWrap .services span {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}

.projectInfoWrap .bottomContent {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.projectInfoWrap .bottomContent .eyebrow {
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 1050px) {

  .projectInfoWrap {
    margin-bottom: 100px;
  }

  .projectInfoWrap .content {
    flex-direction: row;
    justify-content: space-between;
  }

  .projectInfoWrap .left {
    padding: 120px 0 0;
    flex-basis: 55%;
    margin-left: 2%;
  }

  .projectInfoWrap .details {
    margin-top: 50px;
  }

  .projectInfoWrap h3 {
    padding: 0 40px;
  }

  .projectInfoWrap .services {
    padding: 30px 40px;
  }

  .projectInfoWrap .bottomContent {
    padding: 0 40px;
    margin-top: 50px;
  }

  .projectInfoWrap .right {
    padding: 120px 0 60px;
    flex-basis: 35%;
    background-color: var(--site-light-grey);
  }
}

@media (min-width: 1400px) {

  .projectInfoWrap .left {
    margin-left: 10%;
  }

  .projectInfoWrap .right {
    flex-basis: 30%;
  }

  .projectInfoWrap .services {
    padding: 30px 80px;
  }

  .projectInfoWrap .bottomContent {
    padding: 0 80px;
  }
}


/* ----------------------------------------------------
  End  Project
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Image Slider
---------------------------------------------------- */

.imageSliderWidget .swiper-wrapper {
  align-items: center;
}

.imageSliderWidget .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  filter: brightness(0.5);
}

.imageSliderWidget .imageWrap {
  scale: 0.5;
  transition: 0.3s ease-in-out;
}

.imageSliderWidget .swiper-slide-active {
  filter: brightness(1);
}

.imageSliderWidget .swiper-slide-active .imageWrap {
  scale: 1;
}

.imageSliderWidget .swiperNavigation {
  position: relative;
}

.imageSliderWidget .swiperNavigation {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.imageSliderWidget .swiper-button-next,
.imageSliderWidget .swiper-button-prev,
.imageSliderWidget .swiper-pagination {
  position: relative;
  margin: 0;
  top: initial;
  left: initial;
  right: initial;
  width: initial;
  bottom: initial;
}

.imageSliderWidget .swiper-pagination *,
.imageSliderWidget .swiper-pagination {
  font-weight: 700;
  color: var(--site-dark-grey);
  font-size: 1.2rem;
}

.imageSliderWidget .swiper-pagination .swiper-pagination-current {
  color: var(--site-blue);
}

.imageSliderWidget .swiper-button-next svg,
.imageSliderWidget .swiper-button-prev svg {
  width: 30px;
  fill: var(--site-blue);
}

@media (min-width:767px) {
  .imageSliderWidget .swiper-slide {
    width: fit-content;
  }
}


/* ----------------------------------------------------
  End Image Slider
---------------------------------------------------- */
/* ----------------------------------------------------
  Start videoWithContentLeftRight
---------------------------------------------------- */

.videoWithContentLeftRight {
  background-color: var(--site-light-grey);
  padding: 45px 0;
}

.videoWithContentLeftRight .contentWrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  padding: 0 2%;
}

.videoWithContentLeftRight img {
  width: 100%;
}

.videoWithContentLeftRight .right {
  max-width: 800px;
}

@media (min-width: 1000px) {

  .videoWithContentLeftRight {
    padding: 60px 0;
  }

  .videoWithContentLeftRight .contentWrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .videoWithContentLeftRight.flipped .contentWrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .videoWithContentLeftRight .contentWrapper>div {
    flex-basis: 48%;
  }
}

/* ----------------------------------------------------
  End videoWithContentLeftRight
---------------------------------------------------- */
/* ----------------------------------------------------
  Start Our Projects
---------------------------------------------------- */

.projectsFiltersBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 100px;
}

.projectsFiltersBar .right button {
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 2;
  position: relative;
}

.projectsFiltersBar .right {
  position: relative;
  max-width: 350px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.projectsFiltersBar .right span {
  color: var(--site-blue);
  font-weight: 500;
  font-size: 0.9rem;
}

.projectsFiltersBar .right svg {
  fill: var(--site-blue);
  width: 20px;
}

.projectsFiltersBar .services {
  position: absolute;
  border: 1px solid var(--site-dark-grey);
  padding: 10px;
  width: 250px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  z-index: 1;
}

.projectsFiltersBar .services .servicesInner {
  display: flex;
  flex-direction: column;
}

/* Customize the label (the container) */
.checkmarkContainer {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 10px;
}

.projectsFiltersBar .servicesInner .checkmarkContainer:last-child {
  margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.checkmarkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkContainer .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkmarkContainer:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmarkContainer input:checked~.checkmark {
  background-color: var(--site-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmarkContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmarkContainer .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Project List */

.projectsList {
  margin-bottom: 100px;
}

.projectListStyles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.projectListStyles>a {
  flex-basis: 100%;
  max-width: 439px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .projectListStyles {
    gap: 60px 40px;
  }

  .projectListStyles>a {
    flex: 1 0 30%;
  }
}

.projectListStyles>p {
  flex-basis: 100%;
  font-weight: 600;
}

.projectListStyles .imageWrap {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.projectListStyles .project .imageWrap img {
  transition: 0.2s linear;
}

.projectListStyles .project:hover .imageWrap img {
  scale: 1.02;
}

.projectListStyles .nameWrap {
  margin-bottom: 20px;
}

.projectListStyles .name {
  color: var(--site-dark-grey);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

@media (min-width: 767px) {
  .projectListStyles .name {
    font-size: 1.5rem;
  }

}

.projectListStyles .project:hover .name {
  background-size: 100% 2px;
}

.projectListStyles .project .eyebrow {
  font-size: 0.9rem;
  font-weight: 500;
}

.projectsList .loadMoreButton {
  display: flex;
  justify-content: center;
}

.projectsList #LoadMoreProjectButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.projectsList #LoadMoreProjectButton[disabled] {
  opacity: 0.5;
  cursor: initial;
}

.projectsList #LoadMoreProjectButton span {
  color: var(--site-blue);
  font-weight: 700;
  font-size: 1.5rem;
}

.projectsList #LoadMoreProjectButton svg {
  fill: var(--site-blue);
  transform: rotate(-90deg);
  width: 20px;
}