/*!
Theme Name: First Tryon
Author: Liquified Creative
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: first, tryon, firsttryon
*/

:root {
  --primary-blue: #03256c;
  --primary-orange: #ff8811;
  --secondary-blue: #25419e;
  --secondary-green: #ace33e;
  --gray-tint: rgb(241, 241, 241);
  --white: #ffffff;
  --header-font: forma-djr-banner, sans-serif;
  --content-font: trade-gothic-next, sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

/* global styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-weight: 300; */
  scroll-behavior: smooth;
}

html {
  margin-top: 0px !important;
  /*added was 70 */
}

/* @media screen and (max-width: 782px) {
  html {
    margin-top: 46px !important;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
}

p,
a,
strong,
b,
span {
  font-family: var(--content-font);
}

li {
  font-size: 1.2em;
  line-height: 1.5em;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: var(--content-font);
}

body {
  line-height: 1.4em !important;
}

a {
  color: var(--primary-blue);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-blue);
}

@media screen and (max-width: 480px) {
  .overflow-hidden-body {
    overflow: hidden !important;
  }
}

/* Orange Dot */
.dotless {
  color: var(--primary-orange);
  position: relative;
  left: 0;
  font-family: sans-serif;
}
.dotless:before {
  content: "ı";
  position: absolute;
  left: -3.5px;
  top: -1.7px;
  z-index: 1;
  color: var(--primary-blue);
  font-size: 120px;
  font-family: var(--header-font);
}
/* End Orange Dot */

/* NAVIGATION STYLING */

/* #utility--nav = top navigation
      #main--nav = second navigation  */

.mobile-nav {
  position: relative;
  display: none;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-orange) !important;
}
#utility--nav {
  margin-right: 4.3rem;
}

#utility--nav .nav-link {
  color: var(--secondary-blue);
  font-weight: 500;
  font-family: var(--header-font);
  font-size: 1em;
  letter-spacing: 1px;
}

#utility--nav .nav-link:hover {
  color: var(--primary-orange);
}

#main--nav .nav-link {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 1.2em;
  font-family: var(--header-font);
  letter-spacing: 1px;
}
.dropdown-item {
  padding: initial !important;
}
.dropdown-item:hover {
  background-color: #d6d6d6 !important;
}

li ul li a.nav-link.dropdown-toggle {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 0.9em !important;
  font-family: var(--header-font);
  letter-spacing: 1px;
}

.nav-link .dropdown-toggle {
  padding: 1px !important;
}

#main--nav .nav-link-line > a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 3.5rem);
  height: 2px;
  background: var(--primary-orange);
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
  transform-origin: right;
}

#main--nav .nav-link-line-nochildren > a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  width: 4.9rem;
  height: 2px;
  background: var(--primary-orange);
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
  transform-origin: right;
}

#footer-menu .nav-link-line > a.nav-link:hover {
  color: var(--primary-orange);
}

/* #footer-menu .nav-link-line > a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 10rem;
  width: 10%;
  height: 2px;
  background: var(--primary-orange);
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
  transform-origin: right;
}
#footer-menu a.nav-link:hover::before {
  transform: scale(1);
  transform-origin: left;
} */
#main--nav a.nav-link:hover::before {
  transform: scale(1);
  transform-origin: left;
}

/* COLOR AND SIZE OF CHEVRON IN NAVIGATION */
.dropdown-toggle::after {
  display: none !important;
  color: var(--primary-orange);
}

.dropdown-menu {
  border-radius: 1px !important;
}

#main--nav .fa-solid {
  font-size: 0.8rem !important;
  color: var(--primary-orange);

  -webkit-text-stroke: 1.5px var(--primary-orange);
}

header {
  box-shadow: 0px 5px 5px 0px rgba(172, 170, 170, 0.75);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(172, 170, 170, 0.75);
}

input::placeholder {
  text-transform: capitalize !important;
}

/* END OF NAVIGATION CHEVRON */

/* END OF NAVIGATION STYLING */

/* CUSTOMIZE THE CAROUSEL
      -------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 1rem !important;
  left: 4% !important;
  z-index: 10;
}

.carousel-caption h1 span {
  font-family: var(--header-font);
  font-weight: 500;
  /* font-size: 5rem; */
  text-shadow: 0px 1px 14px rgb(0 0 0 / 90%);
}

.carousel-caption h1 {
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 5rem;
  text-shadow: 0px 1px 14px rgb(0 0 0 / 90%);
  letter-spacing: 5px;
  word-wrap: normal;
  max-width: 70%;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.carousel-header-1 {
  color: var(--primary-orange);
  font-weight: 500;
}

p.carousel-description {
  text-shadow: 0px 3px 8px rgb(0 0 0 / 90%);
}

.carousel-caption p {
  font-family: var(--content-font);
  /* text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.6); */
  width: 40%;
  position: relative;
  z-index: 3;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 87vh;
  overflow: visible;
  margin-left: 0 !important;
}

.carousel-control-next {
  position: absolute;
  left: 90%;
}
.carousel-control-prev {
  position: absolute;
  left: -5% !important;
}
@media screen and (min-width: 1200px) {
  .carousel-control-next {
    position: absolute;
    left: 90%;
  }
  .carousel-control-prev {
    position: absolute;
    left: -5% !important;
  }
  .carousel button {
    background-color: #fff;
    opacity: 1;
  }
  .carousel button:hover {
    opacity: 1;
  }
  .carousel button:focus {
    opacity: 1 !important;
  }
}
.visually-hidden {
  display: none;
}
/* .btn-custom {
  border: 1px solid var(--primary-orange) !important;
  background-color: #fff !important;
  color: var(--primary-blue) !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-family: var(--content-font) !important;
  padding: 0.5em 2em !important;
  font-size: 1.2em !important;
} */
.btn-custom {
  border: 1px solid var(--primary-orange) !important;
  background-color: #fff !important;
  color: var(--primary-blue) !important;
  border-radius: 5px !important;
  font-weight: 300 !important;
  font-family: var(--content-font) !important;
  font-size: 1em !important;
  text-shadow: none !important;
  padding: 4px 15px 6.5px 15px !important;
}

.btn-custom:hover {
  border: 1px solid var(--primary-orange) !important;
  background-color: var(--primary-blue) !important;
  color: var(--white) !important;
  border-radius: 5px !important;
  font-weight: 300 !important;
  font-family: var(--content-font) !important;
}

.carousel-arrow {
  height: 105%;
  z-index: 45;
  top: 0;
  mix-blend-mode: multiply;

  right: -5%;
  /* NEEDS OVERFLOW */
}

.carousel .slide .cta {
  max-height: 400px;
}

.carousel-item.cta,
.carousel-item.cta.active {
  margin-top: 15%;
}

/* CALL TO ACTIION  */
.call--to__action {
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.call--to__action h1 {
  font-size: 4rem;
  color: var(--primary-blue);
  line-height: 1.1;
  letter-spacing: 2px;
  font-family: var(--header-font);
  position: relative;
  width: 90%;
  bottom: 8%;
}

.call--to__action a {
  text-decoration: none;
  color: var(--secondary-blue);
  font-weight: 400;
  line-height: 4;
  font-size: 1.2em;
}

.call--to__action p {
  font-weight: 500;
  font-size: 1.2em;
  font-family: var(--content-font);
  max-width: 93%;
  line-height: 1.5;
}

div.text-left.py-5 p {
  font-size: 1.2em;
  line-height: 1.5;
}

/* CALL TO ACTIION END */

/* SERVICES START */
.content-container {
  position: relative;
  left: -11%;
}

.content-container ul {
  font-family: var(--content-font);
  font-size: 1.2em;
  font-weight: 500;
}

.services h2 {
  font-family: var(--header-font);
  color: var(--primary-blue);
  font-size: 3.3rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.services h3 {
  color: var(--secondary-blue);
  font-family: var(--header-font);
  font-size: 2rem;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.services a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: var(--header-font);
  letter-spacing: 1px !important;
}

.services a:hover {
  color: var(--secondary-blue);
}

.services p {
  font-weight: 500;
  font-family: var(--content-font);
  font-size: 1.2em;
  line-height: 1.5;
}

.services .green-arrow {
  position: relative;
  z-index: 5;
  height: auto;
  width: 30%;
  right: -12%;
  mix-blend-mode: multiply;
}

.services .orange-arrow {
  position: absolute;
  width: 30%;
  max-width: 100%;
  height: auto;
  z-index: 5;
  left: -12%;
  mix-blend-mode: multiply;
}

.second-hero .box-img-2 {
  width: 750px;
  position: relative;
  margin-left: -20% !important;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  left: -3%;
}

/* SERVICES END */

/* CARD CONTENT
      -------------------------------------------------- */
.card-section {
  width: 100vw !important;
  min-height: 100vh;
}

.card-section h1 {
  font-weight: 500;
  font-family: var(--header-font);
  letter-spacing: 2px;
  font-size: 4em;
}

.card-divider {
  color: var(--primary-orange);
  width: 100%;

  /* Space out the Bootstrap <hr> more */
}

hr {
  color: var(--primary-orange) !important;
}

#feature-cards .card {
  border-top: 20px solid var(--primary-orange);
  width: 26rem;
  /*height: 50rem; */
  border-radius: 1px;
}

#feature-cards .card-img-top {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 90%);
  border-radius: 1px;
}

.card-footer {
  background-color: var(--white) !important;

  padding: 5% !important;
  border-radius: 1px !important;
  color: var(--secondary-blue);
  border-top: none !important;
}

.card-footer .tiny-chev {
  height: 13px;
  width: 11px;
}

#feature-cards .card-footer a {
  text-decoration: none;
  color: var(--primary-blue);
  letter-spacing: 1px;
  /* added */
  font-family: var(--header-font);
  font-weight: 500;
  /*added */
}

#feature-cards .card-title {
  font-size: 1.6rem;
  margin-left: -2%;
  padding-bottom: 5px;
  color: var(--secondary-blue);
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: var(--content-font);
}

.text-start p {
  font-size: 1.1em;
  line-height: 1.2;
}

.card .card-body > ul {
  opacity: 0;
}

.card-body:hover > ul {
  transition: 0.2s;
  opacity: 1;
  border-top: 3px solid var(--primary-orange);
  border-width: 100%;
}

.card-body:hover .card-img-top {
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 85%);
}

.card-body ul li {
  list-style: none;
}

.card-body ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--secondary-blue);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  padding-right: 10px;
}

.card-section {
  background-image: url("/wp-content/uploads/2022/11/GRADIENT.jpg");
}

/* Featurettes
      ------------------------- */
.marketing {
  background: rgb(222, 222, 222);
  background: linear-gradient(
    180deg,
    rgba(222, 222, 222, 1) 0%,
    rgba(255, 255, 255, 1) 34%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 0;
}

.featurette-divider {
  margin: 2rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -0.05rem;
}
.featurette {
  padding-top: 3rem;
  margin-top: 3rem;
}

.featurette .box-img {
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  /* width: 750px; */
  /* margin-right: 35%; */
  position: relative;
  max-width: 100%;
  height: auto;
  right: -15%;
}

.featurette .box-img-2 {
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  /* width: 750px; */
  /* margin-right: 35%; */
  position: relative;
  max-width: 100%;
  height: auto;
}

.featurette .about-img {
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  /* width: 750px; */
  /* margin-right: 35%; */
  right: -8%;
  position: relative;
  max-width: 100%;
  height: auto;
}

.featurette .about-img-2 {
  border-radius: 10px;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  /* width: 750px; */
  /* margin-right: 35%; */
  /* right: -10%; */
  position: relative;
  max-width: 100%;
  height: auto;
}

.bottom--row h1 {
  color: var(--primary-blue);
  font-family: var(--header-font);
  font-weight: 500;
  letter-spacing: 1px;
  /*added */
}

.bottom--row .card-img-top {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
  position: relative;
  /* left: -5%; */
  width: 500px;
}

.bottom--row h5 {
  letter-spacing: 1px;
  color: var(--secondary-blue);
  text-transform: uppercase;
  width: 65%;
  font-size: 1.4em;
  font-family: var(--header-font);
  margin-top: 2%;
  font-weight: 500 !important;
  position: relative;
}

.bottom--row a {
  color: var(--secondary-blue);
  font-size: 1.2em;
  margin-left: -2%;
  font-family: var(--header-font);
  font-weight: 500;
  position: relative;
  left: -5%;
  letter-spacing: 1px;
  /*added*/
}

.fa-brands {
  color: var(--primary-orange);
}

footer .img-fluid {
  position: relative;
}

.footer-divider {
  color: var(--primary-orange);
  width: 90%;
  height: 3px !important;
}

footer {
  display: flex;
  position: relative;
  align-items: center;
}

footer .nav-link {
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 1.3rem;
  font-family: var(--header-font);
  letter-spacing: 1px;
}

footer input {
  width: 300px;
}

.footer-mobile {
  display: none;
}

footer .btn-outline-custom {
  border: 1px solid var(--primary-orange);
  color: var(--white) !important;
  background-color: var(--secondary-blue);
  letter-spacing: 1px !important;
}
.social-footer {
  position: relative;
  margin: auto;
  padding-right: 0 !important;
}
.social-footer > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -50px;
  padding-right: 0 !important;
}
.menu-footer-links-right-container {
  display: flex;
  flex-direction: column;
}

#footer-menu {
  flex-direction: column;
  font-size: 1.2em;
}

.footerSubscribe input {
  width: 280px !important;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
      -------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.btn > img.tiny-chev {
  height: 15px;
  width: 13px;
  margin-left: 10px;
}

a > img.tiny-chev {
  height: 14px;
  width: 12px;
  margin-left: 5px;
}

/*end of temporary styles for homepage */

/* START BIO STYLING */
.bio h1 {
  color: var(--primary-blue);
  font-size: 3.5em;
  letter-spacing: 2px;
}

.bio h3 {
  color: var(--secondary-blue);
  letter-spacing: 1px;
}

.bio p {
  font-family: var(--content-font);
  font-weight: 500;
}

.bio ul {
  margin-top: 5%;
}

.bio ul li {
  padding: 6px 0;
}

.bio ul li i {
  color: var(--secondary-blue);
}

.bio .bio-img {
  border-radius: 10px;
  position: relative;
  /* height: 500px;
  width: 90%; */
  z-index: 1;
  max-height: 100%;
  width: auto;
}

.bio .bio-arrow {
  position: absolute;
  top: 105px;
  right: -110px;
  height: 900px;
  width: 40%;
  z-index: -1;
}

.bio a {
  text-decoration: none;
  color: var(--secondary-blue);
  margin-left: 10%;
}

.bio i {
  color: var(--primary-orange);
}

.bio hr {
  color: var(--primary-orange);
}

.bio-home .card-img-top {
  border-radius: 10px;
}

.bio-container {
  max-width: 85%;
  margin: auto;
}

.bio-container h1 {
  /* margin-top: 10%; */
  width: 160%;
  position: relative;
  right: 10%;
}

@media (max-width: 992px) {
  .bio-container h1 {
    display: flex;
    justify-content: center;
    margin-top: 10%;
    width: 80%;
    position: relative;
    top: 6%;
    right: 0;
  }
}

.bio-cta p {
  font-family: var(--content-font);
  line-height: 1.5;
  font-size: 1.2em;
  color: var(--secondary-blue);
}

img.card-img-top {
  /* width: 400px; */
  object-fit: cover;
  object-position: top;
}

img.card-img-bio {
  width: auto;
  height: 340px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  box-shadow: 1px 2px 3px lightgrey;
}

img.card-img-about {
  width: auto;
  height: 340px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.bio-home .card {
  border: none;
  position: relative;
}

.bio-home .card .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #294398;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s ease;
  border-radius: 10px;
  cursor: pointer;
}

.bio-home .card:hover .overlay {
  bottom: 0;
  height: 100%;
}

.interior-post {
  margin-top: 5%;
}

.overlay-text {
  color: var(--white);
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-family: var(--header-font);
  letter-spacing: 1px;
}

.overlay-text a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--header-font);
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: capitalize;
}

.overlay-text a:hover {
  text-decoration: none !important;
  color: var(--primary-orange) !important;
}

.overlay-text i {
  color: var(--primary-orange);
}

.overlay-text h2 {
  font-family: var(--header-font);
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
}

.text h2 {
  color: var(--primary-blue);
  text-transform: uppercase;
  font-family: var(--content-font);
  letter-spacing: 1.5px;
  font-size: 1.5em;
}

.bio-home .text h2 {
  color: var(--primary-blue);
  font-family: var(--header-font);
  letter-spacing: 1.5px;
  font-size: 1.5em;
  font-weight: 500;
}

.bio-home .text p {
  color: var(--secondary-blue);
  font-size: 1.2em;
  position: relative;
  top: -10px;
}

.text p {
  color: var(--secondary-blue);
  font-size: 1.2em;
}

/* END BIO STYLING */

/* CASE-STUDY SUB PAGE STYLING */
.case-hero {
  height: 90vh;
  background-image: url("/css/img/caseImg/Hero.jpg");
  border-radius: 1px;
  background-size: cover;
}

.case-hero .container {
  margin-top: 5%;
}

.case-hero h4 {
  color: var(--secondary-blue);
  letter-spacing: 5px;
  font-family: var(--header-font);
  text-transform: uppercase;
}

.case-hero h1 {
  color: var(--primary-blue);
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 3em;
  font-family: var(--header-font);
  text-transform: uppercase;
}

.case-hero h6 {
  color: var(--secondary-blue);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.case-hero p {
  font-weight: 600;
  font-family: var(--header-font);
  letter-spacing: 1px;
}

.case--banner {
  font-family: var(--content-font);
  font-weight: 300;
  color: var(--white);
  background-image: url("/css/img/homePage/GRADIENT.jpg");
  border-radius: 1px !important;
  font-size: 1.1em;
}

.case--banner a {
  text-decoration: none;
  color: var(--white);
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
  top: 30px;
}

.case--banner a:hover {
  color: var(--white);
}

.case--banner i {
  color: var(--primary-orange);
  position: relative;
  top: 6px;
}

.case--banner span {
  font-family: var(--header-font) !important;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  bottom: 5px;
}

.case-study-content .hr-top {
  color: var(--primary-orange);
  width: 90%;
}

.case--aside__content h1 {
  color: var(--primary-blue);
  font-size: 3em;
}

.case--aside__content h4 {
  color: var(--secondary-blue);
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: var(--header-font);
  letter-spacing: 5px;
}

.case--aside__content .front-img {
  height: 50%;
  margin-top: 70%;
  right: -80%;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 0px rgba(172, 170, 170, 0.75);
  -webkit-box-shadow: 0px 5px 5px 5px rgba(172, 170, 170, 0.75);
  position: relative;
}

.arrow {
  transform: rotate(180deg);
  margin-bottom: -50px;
  right: -50px;
}

.return-button {
  width: 90%;
}

.return-button a {
  text-decoration: none;
  color: var(--secondary-blue);
}

.return-button i {
  color: var(--primary-orange);
}

.return-hr {
  width: 90%;
  color: var(--primary-orange);
}

.also--like__section .card-img-top {
  border-radius: 10px;
  height: 300px;
  width: 400px;
}

.btn-outline-custom {
  border: 1px solid var(--primary-orange) !important;
  color: var(--secondary-blue) !important;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.btn-outline-custom-login {
  border: 1px solid var(--primary-orange) !important;
  color: var(--secondary-blue) !important;
  padding: 6px !important;
  letter-spacing: 1px;
  font-size: 1em !important;
  font-family: var(--header-font);
  width: 135px;
}

.btn-outline-custom-login:hover {
  background-color: var(--primary-blue);
  opacity: 0.8;
  color: #fff !important;
}

.btn-outline-custom:hover {
  color: var(--white) !important;
  background-color: var(--secondary-blue);
}

.also--like__section h1 {
  color: var(--primary-blue);
  font-size: 3.4em;
}

.also--like__section h3 {
  color: var(--secondary-blue);
}

.also--like__section a {
  text-decoration: none;
  color: var(--secondary-blue);
}

.also--like__section i {
  color: var(--primary-orange);
  font-weight: 600;
  padding-left: 3px;
}

/* END CASE STUDY SUB PAGE STYLING */

/* CASE STUDY HOME PAGE */
.case-home .headers h3 {
  color: var(--secondary-blue);
}

.case-home .custom-card {
  background-color: var(--secondary-blue) !important;
  color: var(--white);
}

.case-home .case-card-img {
  height: 500px;
  width: 100%;
}

.case-home strong {
  border: 1px solid var(--primary-orange);
  width: 25%;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px;
}

.case-home h3 {
  font-family: var(--header-font);
  letter-spacing: 2px;
  font-size: 1.6em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.case-home h1 {
  font-size: 3.6em;
  color: var(--primary-blue);
  font-family: var(--header-font);
  letter-spacing: 2px;
}

.case-home a {
  color: var(--white);
  text-decoration: none;
}

.case-home .list-group {
  border: 1px solid var(--white) !important;
}

/* END OF CASE STUDY HOME */

/* START OF ABOUT PAGE */
.about--hero {
  background-image: url("/css/img/about-imgs/Hero.jpg");
  background-size: cover;
  height: 100vh;
}

.about--hero h1 {
  position: relative;
  z-index: 45;
  color: var(--white);
  font-family: var(--content-font);
  font-size: 5em;
  font-weight: 700;
  letter-spacing: 6px;
  text-shadow: 0px 1px 14px rgb(0 0 0 / 90%);
  text-transform: uppercase;
}

.about--hero p {
  position: relative;
  z-index: 45;
  color: var(--white);
  text-shadow: 0px 1px 14px rgb(0 0 0 / 90%);
  font-family: var(--content-font);
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
}

.about--hero span {
  color: var(--primary-orange);
  font-weight: 700;
  letter-spacing: 4px;
  font-family: var(--content-font);
}

.about--hero .about-header-2 {
  color: var(--white);
}

.about--hero .about-arrow {
  height: 105%;
  z-index: 45;
  top: 14.5%;
  right: -5%;
  mix-blend-mode: multiply;
}

.bg-about-card {
  background-color: var(--primary-blue);
  color: var(--white);
  height: 500px;
  display: flex;
  align-items: center;
}
.about-card-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.card-slider .about-mission h1 {
  color: var(--primary-blue);
  font-size: 4em;
  font-family: var(--header-font);
  letter-spacing: 2px;
  width: 100%;
}

.card-slider .about-mission p {
  font-family: var(--content-font);
  font-size: 1.2em;
  line-height: 1.5;
}
.card-slider .about-mission a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: var(--primary-blue);
  font-family: var(--header-font);
}

.card-slider .about-mission a:hover {
  color: var(--secondary-blue);
}

ul.slick-dots {
  display: none !important;
}

.slick-next::before {
  content: none;
}

.slick-prev::before {
  content: none;
}

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

.card-slider .about-card-content {
  padding-top: 7%;
}

.card-slider .about-card-content h1 {
  font-family: var(--header-font);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2em;
  padding-bottom: 40px;
}

.card-slider .about-card-content p {
  font-family: var(--content-font);
  letter-spacing: 1px;
  font-weight: 300;
}

.card-slider i {
  color: var(--primary-orange);
}

.our--people__slider {
  background: var(--gray-tint);
  width: 100vw;
  padding-top: 200px;
}

@media screen and (min-width: 991px) {
  .people-slider .text {
    width: 80%;
  }
}
.our--people__slider h1 {
  color: var(--primary-blue);
  padding-left: 9%;
  font-size: 3.3em;
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.our--people__slider a {
  text-decoration: none;
  color: var(--secondary-blue) !important;
  font-size: 1.2em;
}

.our--people__slider a:hover {
  color: var(--primary-blue) !important;
}

.our--people__slider .card .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: var(--primary-blue);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s ease;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .our--people__slider .card .overlay {
    max-width: 295px;
    margin: 0 auto;
  }
}

.our--people__slider .card:hover .overlay {
  bottom: 0;
  height: 100%;
}

.our--people__slider .overlay-text {
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  text-transform: none;
}

.our--people__slider .overlay-text a {
  color: var(--white) !important;
  text-decoration: none;
  font-family: var(--header-font);
  font-size: 1em;
}

.our--people__slider .overlay-text a:hover {
  text-decoration: none !important;
  color: var(--primary-orange) !important;
}

.our--people__slider .overlay-text h2 {
  font-size: 1.5em;
  font-family: var(--header-font);
  letter-spacing: 1.5px;
  font-weight: 500;
}

.our--people__slider .overlay-text i {
  color: var(--primary-orange);
}

.our--people__slider .text h2 {
  color: var(--primary-blue);
  text-transform: none;
  font-family: var(--header-font);
  letter-spacing: 1.5px;
  padding-top: 20px;
  font-size: 1.6em;
  font-weight: 500;
}

.our--people__slider .text p {
  color: var(--secondary-blue);
  font-size: 1em;
  font-weight: 400;
  font-family: var(--content-font);
  margin-top: -12px;
  text-transform: capitalize;
}

.our--people__slider .card-img-top {
  height: 320px;
  border-radius: 5px;
}

.about--main .about-img-1 {
  /* width: 80%;
  height: 550px; */
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-left: 5%;
}

.about--main .about-img-2 {
  /* width: 95%;
  height: 550px; */
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.about--main .mission-row h3 {
  color: var(--primary-blue);
  font-size: 3.3em;
  font-family: var(--content-font);
  font-weight: 500;
}

.about--main .community-row h3 {
  color: var(--primary-blue);
  font-size: 3.3em;
  font-family: var(--content-font);
  font-weight: 500;
}

.about--main .mission-row p {
  font-family: var(--content-font);
  font-size: 1.2em;
  line-height: 1.5;
}

.about--main .community-row p {
  font-family: var(--content-font);
  padding-left: 10%;
  padding-right: 15%;
  font-size: 1.2em;
  line-height: 1.5;
}

.about--main .community-row ul {
  font-family: var(--content-font);
  padding-left: 15%;
  padding-right: 15%;
  font-size: 1em;
  line-height: 1.2;
}

.about--main .community-row h3 {
  padding-left: 10%;
  padding-right: 15%;
}

.about--main .community-row a {
  padding-left: 10%;
  padding-right: 15%;
  text-decoration: none;
  font-weight: 500;
  color: var(--secondary-blue);
  font-size: 1.2rem;
  font-family: var(--header-font);
  letter-spacing: 1px;
  /* added */
}

.about--main .mission-row a {
  text-decoration: none;
  color: var(--primary-blue);
  font-size: 1.2rem;
  font-weight: 500;
  font-family: var(--header-font);
  letter-spacing: 1px;
}

.about--main .mission-row a:hover {
  color: var(--secondary-blue);
}

.about--main .about-top-arrow {
  left: -9%;
  /* height: 55%; */
  position: absolute;
  z-index: 5;
  height: auto;
  width: 25%;
  mix-blend-mode: multiply;
}

.about--main .about-bottom-arrow {
  /* height: 55%; */
  position: absolute;
  z-index: 5;
  height: auto;
  width: 25%;
  right: -9%;
  mix-blend-mode: multiply;
}

/* END OF ABOUT PAGE */

/* WHO WE SERVE PAGE */
.serve--hero {
  background-image: url("/css/img//serveImgs/Hero.jpg");
  background-size: cover;
  height: 100vh;
}

.serve--hero .serve-arrow {
  top: 14.5%;
  height: 105%;
  right: -5%;
  mix-blend-mode: multiply;
}

.serve--hero .serve-header-1 {
  color: var(--primary-orange);
  font-weight: 700;
  font-family: var(--content-font);
  letter-spacing: 4px;
}

.serve--hero h1 {
  position: relative;
  color: var(--white);
  font-size: 5rem;
  font-family: var(--content-font);
  font-weight: 500;
  text-shadow: 0px 1px 14px rgb(0 0 0 / 90%);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.serve--hero p {
  position: relative;
  color: var(--white);
  text-shadow: 0px 1px 14px rgb(0 0 0 / 90%);
  font-family: var(--content-font);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.clients-titles h1 {
  color: var(--primary-blue);
  font-size: 3.4em;
  font-family: var(--header-font);
  letter-spacing: 2px;
  width: 30%;
}

.clients-titles p {
  font-family: var(--content-font);
  font-size: 1.2em;
  line-height: 1.5;
}

.client-imgs a {
  color: var(--secondary-blue) !important;
  text-decoration: none;
  font-size: 1.2em;
}

.client-latest h1 {
  color: var(--primary-blue);
  font-family: var(--header-font);
  font-size: 3.3em;
  letter-spacing: 2px;
}

.client-latest .card-img-top {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  width: 500px;
}

.client-latest h3 {
  color: var(--secondary-blue);
  font-family: var(--content-font);
  font-size: 1.5em;
}

.client-latest a {
  text-decoration: none;
  color: var(--secondary-blue);
  font-size: 1.2em;
  font-family: var(--header-font);
  font-weight: 600;
  letter-spacing: 1px;
}

.client-latest i {
  color: var(--primary-orange);
  padding-left: 5px;
}

/* WHO WE SERVE PAGE END */

/* START OF EDUCATION PAGE STYLING */
.cta-container {
  max-width: 85%;
  margin: auto;
}

.edu-cta h4 {
  color: var(--secondary-blue);
  font-family: var(--header-font);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.edu-cta h1 {
  color: var(--primary-blue);
  font-family: var(--header-font);
  font-size: 3.3em;
  margin-top: 4%;
  letter-spacing: 4px;
  line-height: 1;
}

.edu-cta p {
  font-family: var(--content-font);
  line-height: 1.5;
  font-size: 1.2em;
}

.education .background-div {
  background-color: rgb(241, 241, 241);
}

.edu-content-1 {
  /* margin-right: 3%; */
  margin-top: 15% !important;
  position: relative;
  left: -13%;
}

.edu-content-3 {
  margin-top: 10%;
  position: relative;
  left: -13%;
}

.edu-header-group {
  position: relative;
  left: -2.5%;
  margin-top: 4% !important;
}

.btn-outline-custom a {
  text-decoration: none;

  color: var(--secondary-blue);
}

.btn-outline-custom:hover a {
  color: var(--white) !important;
}

/* END OF EDUCATION PAGE STYLING */
/* START OF WP-CLIENT STYLES */
#login #portal-login a,
#login #portal-login a:visited,
#login #portal-login a:active,
#login #portal-login a:focus {
  color: var(--primary-blue);
}

#login #portal-login a:hover {
  color: var(--primary-orange);
}

.single-portalhub #intro,
.single-clientspage #intro {
  min-height: 20rem;
}

.single-portalhub #intro .page--title,
.single-clientspage #intro .page--title {
  margin: 4rem 0;
}

.single-portalhub #intro .logo,
.single-clientspage #intro .logo {
  text-align: right;
  margin: 4rem 0;
}

.single-portalhub #intro .logo img,
.single-clientspage #intro .logo img {
  width: 100%;
  height: auto;
}

.single-portalhub #content,
.single-clientspage #content {
  padding-bottom: 2rem;
}

.single-portalhub .legal,
.single-clientspage .legal,
.single-proposals .legal,
.single-clients .legal {
  color: var(--secondary-blue);
  font-family: var(--header-font);
  background-color: var(--gray-tint);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 3.5rem 0;
  text-align: center;
  text-transform: none;
}
.single-portalhub h3,
.single-clientspage h3,
.single-proposals h3,
.single-clients h3 {
  font-family: var(--content-font);
  font-size: 22px;
  letter-spacing: 7px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--secondary-blue);
}

.single-portalhub #content section {
  margin: 0;
  padding: 0.6rem 0 2.6rem 0;
}

.single-portalhub #content section h3,
.single-portalhub #content section h4 {
  font-family: "Muli", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.single-portalhub #content section h4 {
  color: #444;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.single-portalhub .welcome {
  position: relative;
}

.single-portalhub .welcome .greeting {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}

.single-portalhub .welcome .greeting .contact-name {
  font-weight: bold;
}

.single-portalhub .welcome .logout {
  float: right;
  margin: 0 0 1rem 1rem;
}

.single-portalhub .welcome .logout a {
  display: block;
  padding: 0.6rem 1.6rem;
}

.single-portalhub .welcome .logout a,
.single-portalhub .welcome .logout a:visited,
.single-portalhub .welcome .logout a:focus,
.single-portalhub .welcome .logout a:active {
  background-color: var(--primary-blue);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.single-portalhub .welcome .logout a:hover {
  color: #fff;
  background-color: var(--secondary-green);
}

.wpc_form_login #portal-login {
  font-family: var(--content-font);
  position: relative;
  z-index: 500;
}

.single-portalhub .wpc_category_line {
  border-bottom: 1px solid #ddd !important;
  margin: 2rem 0 0.6rem 0 !important;
  box-shadow: none !important;
}

.single-portalhub .wpc_filelist,
.single-portalhub .wpc_pagelist,
.single-portalhub .wpc_client_files_list,
.single-portalhub .listing {
  padding: 0 2rem;
}

.single-portalhub .private-messages {
  clear: both;
  margin-top: 1rem;
}

.single-portalhub .wpc_sort_block,
.single-portalhub .wpc_pages_search_block {
  display: none !important;
}

.wpc_client_private_posts .wpc_page_item {
  color: transparent;
}

.wpc_client_private_posts .wpc_page_item::before {
  content: "\2022";
  color: #414042;
  margin: 0 10px 0 15px;
}

.wpc_button,
input[type="button"].wpc_button {
  padding: 0.6rem 1.6rem !important;
  border: 0 !important;
}

.wpc_button,
.wpc_button:visited,
.wpc_button:focus,
.wpc_button:active,
input[type="button"].wpc_button,
input[type="button"].wpc_button:visited,
input[type="button"].wpc_button:focus,
input[type="button"].wpc_button:active {
  background-color: var(--primary-blue) !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

.wpc_button:hover,
input[type="button"].wpc_button:hover {
  color: #fff !important;
  background-color: var(--secondary-green) !important;
}

.single-clients #intro .logo,
.single-proposals #intro .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.single-clients #intro .logo img,
.single-proposals #intro .logo img {
  margin-top: 150px;
  max-width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.single-clients .client-story .client-story-logo img,
.single-proposals .client-story .client-story-logo img {
  max-width: 100%;
  height: auto;
}

.single-clients #intro h1.page--title,
.single-proposals #intro h1.page--title {
  font-size: 80px;
  color: var(--primary-blue);
  font-family: var(--header-font);
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 75px;
}

.client-story .client-story-logo {
  margin: 0 0 15px 0;
}

.client-story .client-story-intro {
  font-size: 13px;
}

.single-clients .client-story-intro p,
.single-proposals .client-story-intro p {
  line-height: 1rem;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .single-clients #intro h1.page--title,
  .single-proposals #intro h1.page--title {
    font-size: 60px;
    line-height: 55px;
  }
  .single-clients #intro .logo img,
  .single-proposals #intro .logo img {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .single-portalhub h3,
  .single-clientspage h3,
  .single-proposals h3,
  .single-clients h3 {
    margin-bottom: 25px;
  }
}

#gform_submit_button_1.btn-outline-custom,
#gform_submit_button_2.btn-outline-custom {
  color: var(--white) !important;
  background-color: var(--secondary-blue);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--header-font);
  letter-spacing: 1px !important;
}
#gform_submit_button_1.btn-outline-custom {
  padding: 0;
}

#gform_submit_button_1.btn-outline-custom:hover,
#gform_submit_button_2.btn-outline-custom:hover {
  color: var(--secondary-blue) !important;
  background-color: var(--white);
}

/* #gform_wrapper_2 #field_submit {
  width: 111%;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 640px) {
  #gform_wrapper_2 #field_submit {
    display: flex;
    justify-content: center;
  }
} */

#gform_wrapper_2 #input_2_1 {
  border: 1px solid var(--primary-orange);
  border-radius: 5px;
}

#gform_wrapper_2 #input_2_1,
#gform_wrapper_2 #input_2_5,
#gform_wrapper_2 #input_2_3,
#gform_wrapper_2 #input_2_7,
#gform_wrapper_2 #input_2_6 {
  border: 1px solid var(--primary-orange);
  border-radius: 5px;
  background-color: #fff;
}

#input_1_1::placeholder,
#gform_wrapper_2 #input_2_1::placeholder,
#gform_wrapper_2 #input_2_5::placeholder,
#gform_wrapper_2 #input_2_3::placeholder,
#gform_wrapper_2 #input_2_7::placeholder,
#gform_wrapper_2 #input_2_6::placeholder {
  color: var(--secondary-blue) !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
}
#gform_fields_1 {
  display: flex;
}
.subscription-form {
  padding: 40px 0 30px 0;
  color: #fff;
  background-color: var(--primary-blue);
  position: relative;
}

.blog .subscription-form {
  margin: 20px 0 60px 0;
}

.subscription-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-blue);
  z-index: -1;
}

.subscription-form .gform_wrapper .gform_heading {
  padding: 0 20px;
  text-align: center;
}

.subscription-form .gform_wrapper .gform_heading .gform_title {
  font-size: 3rem;
  color: #c5b783;
}

@media (min-width: 1200px) {
  .subscription-form .gform_wrapper .gform_heading {
    padding: 0 100px;
  }
}

.subscription-form .gform_wrapper .gfield_required {
  color: #f84040;
}

.subscription-form .gform_wrapper input[type="text"] {
  color: #f5f5f5;
  background-color: #003a66;
  border-color: #f5f5f5;
}

.subscription-form .gform_wrapper input[type="text"]:focus,
.subscription-form .gform_wrapper input[type="text"]:active {
  outline: 0;
  color: #c5b783;
  border-color: #c5b783;
  background-color: #002c4d;
}

.subscription-form
  .gform_wrapper
  input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #668399;
  opacity: 1;
}

.subscription-form .gform_wrapper input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #668399;
  opacity: 1;
}

.subscription-form .gform_wrapper input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #668399;
  opacity: 1;
}

.subscription-form .gform_wrapper input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #668399;
  opacity: 1;
}

.subscription-form .gform_wrapper input[type="text"]::placeholder {
  color: #668399;
  opacity: 1;
}

.subscription-form .gform_wrapper .gform_footer {
  width: 100%;
  position: relative;
}

.subscription-form .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}

@media (min-width: 768px) {
  .subscription-form .gform_wrapper .gform_footer input[type="submit"] {
    width: auto;
  }
}

@media (min-width: 768px) {
  .subscription-form .gform_wrapper .gform_footer {
    position: absolute;
    width: 50%;
  }
}

.subscription-form .gform_wrapper div.validation_error {
  border-color: #f84040;
  color: #f84040;
  width: 80%;
  margin-left: 10%;
  margin-right: auto;
}

.subscription-form .gform_wrapper .validation_message {
  color: #f84040;
}

.subscription-form .gform_wrapper li.gfield.gfield_error {
  padding-top: 0 !important;
  color: #f84040;
  background: transparent !important;
  border: 0 !important;
}

.subscription-form
  .gform_wrapper
  li.gfield.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.subscription-form .gform_wrapper li.gfield.gfield_error textarea {
  border-color: #f84040;
}

.wp-admin #wpc_edit_circle {
  display: block !important;
}

/* END OF WP-CLIENT STYLES */
/* START OF CLIENT PORTAL */
.portal h1 {
  color: var(--primary-blue);
  font-family: var(--header-font);
  font-size: 4.2em;
  letter-spacing: 1px;
  padding: 25px 0;
}

.portal p {
  width: 85%;
  margin-bottom: 50px;
  font-family: var(--content-font);
  font-weight: 400;
}

.portal hr {
  color: var(--primary-orange);
}

.portal h5 {
  color: var(--secondary-blue);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 1em;
}

.portal h4 {
  color: var(--secondary-blue);
  font-family: var(--content-font);
  padding-right: 20px;
  line-height: 2;
  font-size: 1.3em;
}

.portal input {
  border: 1px solid var(--primary-orange);
  min-width: 300px;
}

.portal .btn-outline-custom-2 {
  border: 1px solid var(--primary-orange);
  background-color: var(--secondary-blue);
  color: var(--white);
  font-size: 1em;
}

.portal--banner {
  color: var(--secondary-blue);
  font-family: var(--content-font);
  font-weight: 700 !important;
}

/* END OF CLIENT PORTAL */
/*GENERAL PAGE STYLING */
.general--hero {
  background-image: url("/css/img//serveImgs/Hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.general--hero .general-arrow {
  top: 14.5%;
  height: 105%;
  right: -5%;
  mix-blend-mode: multiply;
}

.general--hero .general-header-1 {
  color: var(--primary-orange);
  /* font-weight: 700;*/
  font-family: var(--content-font);
  letter-spacing: 1px;
  /*added*/
}

.general--hero h1 {
  position: relative;
  margin-bottom: 7%;
  color: var(--white);
  font-size: 5em;
  font-family: var(--content-font);
  font-weight: 700;
  text-shadow: 0px 3px 8px rgb(0 0 0 / 90%);
  text-transform: uppercase;
  letter-spacing: 1px;
  /*added*/
}

.general--hero p {
  color: var(--white);
  /* text-shadow: 0px 3px 6px #000000de; */
  font-family: var(--content-font);
}

/* GENERAL STYLING END */
/* START OF MEDIA/CONTAINER QUERIES */
* HISTORY PAGE STYLING */ .community-bg {
  margin-top: 5%;
}

.timeline--card__single img {
  border-radius: 10px;
  width: 25rem;
  height: 16rem;
  object-fit: cover;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
}

.timeline--card__single h1 {
  color: var(--secondary-blue);
  text-transform: uppercase;
  font-family: var(--header-font);
  letter-spacing: 6px;
  font-size: 2em;
}

.timeline--card__single p {
  font-family: var(--content-font);
  font-size: 1.1em;
}

/*END OF HISTORY PAGE */
/*  CAREERS PAGE START */
.careers .apply-today h3 {
  text-transform: uppercase;
  color: var(--secondary-blue);
  letter-spacing: 2px;
}

.careers hr {
  color: #8b8b8b !important;
  height: 2px !important;
}
.careers li {
  font-family: var(--content-font);
  font-weight: 300 !important;
  font-style: normal;
}

.job-category span {
  font-weight: 900;
  font-family: var(--content-font);
  padding-right: 3px;
}

/* CAREERS PAGE END */
/*CONTACT PAGE START */
.map-text h4 {
  font-size: 1.3em;
  font-family: var(--header-font);
  letter-spacing: 1px;
  color: var(--secondary-blue);
}

.map-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .map-section > div {
    flex-direction: column;
  }
  .map-section > div > div {
    width: 100%;
  }
}

.map-section .acf-map {
  border-radius: 10px;
  max-height: 100%;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(100 100 100 / 75%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.75);
}

.map-text ul {
  list-style: none;
  line-height: 1.1;
  padding: 0;
  font-family: var(--content-font);
}

.inquire--form p {
  font-family: var(--content-font);
}

.inquire--form h1 {
  color: var(--primary-blue);
  margin-bottom: 3%;
  font-family: var(--header-font);
  font-size: 3em;
  letter-spacing: 1px;
}

.inquire--form .form-control {
  border-color: var(--primary-orange);
  margin-top: 3%;
}

.form-control::placeholder {
  color: var(--secondary-blue) !important;
}

.inquire--form input::placeholder {
  color: var(--secondary-blue);
  font-family: var(--content-font);
  font-size: 0.8em;
}

.inquire--form .btn-outline-custom {
  border: 1px solid var(--primary-orange);
  color: var(--white);
  font-size: 0.8em;
  background-color: var(--secondary-blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.inquire--form .btn-outline-custom:hover {
  border: 1px solid var(--primary-orange);
  color: var(--secondary-blue);
  text-transform: uppercase;
  background-color: var(--white);
  letter-spacing: 1px;
}

/* CONTACT PAGE END */
/* MOBILE DEVICES */
@media screen and (min-width: 320px) and (max-width: 480px) {
  body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
  }

  html {
    min-width: 100%;
  }
  .mobile-nav {
    display: block;
  }

  .main-nav {
    display: none;
  }

  /* Style the navigation menu */
  .mobile-nav {
    overflow: hidden;
    background-color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  .mobile-nav #myLinks {
    display: none;
    background-color: var(--primary-blue);
    color: var(--white);
  }

  /* Style navigation menu links */
  .mobile-nav a {
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .mobile-nav .nav-link {
    color: white !important;
  }

  /* Style the hamburger menu */
  .mobile-nav a.icon {
    background: transparent;
    display: block;
    color: var(--primary-blue);
  }

  /* Add a grey background color on mouse-over */
  .mobile-nav a:hover {
    background-color: #ddd;
    color: black;
  }

  /* Style the active link (or home/logo) */
  .mobile-nav .active {
    background-color: var(--white);
    color: white;
    max-height: 100%;
    width: auto;
  }
  .mobile-nav img {
    height: 100%;
    max-width: 100%;
    margin-bottom: -41%;
    margin-top: -41%;
    margin-left: -5%;
  }

  /* HOME PAGE STYLES   */
  header img {
    margin: auto;
    position: relative !important;
    padding-top: 25px;
    padding-right: 100px;
  }

  .carousel {
    margin-bottom: 0;
  }

  .carousel-item img {
    min-height: 100%;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 450px;
  }
  /* .carousel {
    height: 400px;
  } */

  .carousel-arrow {
    height: 105%;
    max-width: 100%;
    right: -155px;
    z-index: 1;
  }
  .carousel-caption {
    left: 6% !important;
  }
  .carousel-caption h1 {
    font-size: 3rem;
    letter-spacing: 3px;
    position: absolute;
    top: 15%;
  }
  .carousel-caption p {
    top: 24%;
    position: relative;
  }

  p.carousel-description {
    width: 90%;
  }
  .call--to__action {
    padding-top: 3rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  .call--to__action p,
  .call--to__action a {
    padding: 5px;
    max-width: 100%;
  }
  .call--to__action p {
    margin-bottom: 0;
  }
  .call--to__action > div {
    display: flex;
    flex-direction: column;
  }

  .call--to__action h1 {
    width: 0;
    bottom: 0;
    height: 0;
    right: 0;
    font-size: 0;
  }

  .call--to__action svg {
    height: 30px;
  }
  .call--to__action div.col-8 {
    width: 100%;
    margin-top: 3%;
  }

  .featurette {
    padding-top: 0;
    text-align: start;
  }
  .featurette > div {
    margin-left: 4rem;
  }
  .featurette > div > div {
    width: 98vw;
  }
  .featurette .box-img {
    right: -2.5%;
    width: 400px;
    max-width: 80%;
  }
  div.services {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .services h2 {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .community-mob-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .community-mob-row > div {
    margin-top: 4rem;
  }
  .community-mob-row .box-img-2 {
    left: 12%;
    width: 400px;
    max-width: 80%;
  }

  .box-img {
    width: 100%;
    height: 300px;
    margin: auto !important;
    margin-top: 20px !important;
  }

  .second-hero .box-img-2 {
    width: 100%;
    height: 300px;
    margin: auto !important;
  }

  .services .orange-arrow {
    max-height: 100%;
    left: -180px;
    width: 400px;
  }

  .services .green-arrow {
    max-height: 100%;
    right: -175px;
    width: 400px;
  }

  #feature-cards .card {
    width: 100%;
    height: 90%;
    margin-left: 15px;
  }

  .card-section .card-footer a {
    margin-bottom: 30px;
  }

  .mobile-tag-col {
    margin-right: 125px;
    margin-bottom: 20px;
  }

  .mobile-tag-bottom .card-img-top {
    width: 300px;
  }

  /*END HOME PAGE STYLES   */

  /* ABOUT PAGE STYLES */
  .about--hero .about-arrow {
    height: 105%;
    margin-top: 38%;
    right: -450px;
    overflow: hidden;
  }

  .card-slider {
    overflow: hidden;
  }

  .card-slider .about-card-content {
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 100%;
  }

  .about--main .about-img-1 {
    width: 100%;
    margin: auto;
  }

  .about-top-text,
  .about-bottom-text {
    min-width: 90vw;
    margin: auto;
  }

  .about-bottom-text {
    padding-left: 0 !important;
    width: 75vw;
  }

  .about--main .about-img-2 {
    margin-top: 40px;
    width: 110%;
    height: 400px;
  }

  .about--main .community-row a {
    padding-left: 0 !important;
    margin-bottom: 40px;
  }

  .about--main .about-bottom-arrow {
    right: -150px;
    height: 50%;
    width: 75%;
  }

  .about--main .about-top-arrow {
    left: -150px;
    height: 65%;
    width: 75%;
  }

  /* ABOUT PAGE END */

  /* WHO WE SERVE STYLING GOVERNMENT + EDUCATION */
  .cta-container {
    margin: auto !important;
  }

  .client-latest .card-img-top {
    margin-right: 30%;
  }

  .top-row .box-img {
    width: 100%;
  }

  /* END OF WHO WE SERVE STYLING GOVERNMENT + EDUCATION */

  /* WHO WE SERVE STYLING */
  .serve--hero .serve-arrow {
    top: 32%;
    right: -125%;
  }

  .clients-titles p {
    padding: 0 !important;
  }

  /* END OF WHO WE SERVE STYLING */

  /* CASE STUDY (INDIVIDUAL) STYLING */
  .case-hero .card {
    min-width: 100vw;
    padding: 0 !important;
  }

  .case-study-img {
    margin-bottom: 20px;
  }

  .arrow {
    display: none;
  }

  .case--aside__content {
    margin-left: -70px !important;
    padding-right: 20px;
  }

  .case--aside__content img {
    display: none;
  }

  /* END OF CASE STUDY STYLING */

  /* GLOBAL MOBILE FOOTER STYLING FOR PHONES */
  footer {
    left: 0;
  }
  footer .img-fluid {
    position: relative;
    transform: none;
    width: 320px;
    left: 0px;
    padding-bottom: 0 !important;
    margin-top: -35%;
  }
  #footer-menu {
    margin-left: 0;
  }
  .footer-main {
    display: none;
  }

  .footer-mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  /* .footer-mobile > footer {
  right: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
} */
  .footer-mobile form {
    margin-top: -30%;
    display: flex;
    justify-content: center;
  }
  .footer-mobile input.form-control {
    line-height: 0 !important;
    font-size: 20px !important;
  }
  .footer-mobile div#field_submit {
    grid-column: span 6 !important;
  }
  .footer-mobile div#field_1_1 {
    grid-column: span 6 !important;
  }
  .footer-mobile button#gform_submit_button_1 {
    padding: 0;
    margin-left: 15px !important;
  }
  .footer-mobile #gform_wrapper_1 .gform_body {
    display: flex;
    justify-content: center;
  }
  .footer-mobile div#gform_fields_1 {
    margin-left: -30px;
    display: flex;
    width: 75%;
  }
  /* footer {
    padding-bottom: 100px;
  }
  footer nav {
    padding-bottom: 30px !important;
  } */
  .mobile-footer-icon {
    padding-right: 50px !important;
  }

  .portal {
    max-width: 100vw;
  }

  .portal input {
    border: 1px solid var(--primary-orange);
    min-width: 150px;
  }
}

/* IPADS AND TABLETS */
@media screen and (min-width: 481px) and (max-width: 768px) {
  body {
    height: 100vh;
    max-width: 100%;
  }

  main {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* NAVIGATION MENU */
  .nav#utility--nav {
    margin: auto !important;
    padding-bottom: 10px;
    font-size: 1.3em;
  }

  .nav#main--nav {
    margin: auto !important;
    font-size: 1.1em;
    padding-top: 10px;
    max-width: 100%;
  }

  header img {
    margin: auto !important;
    position: relative !important;
    margin-left: 100px !important;
    padding-top: 25px;
  }

  /* NAVIGATION MENU END */

  /* START HOME PAGE STYLING */
  .carousel-item img {
    min-height: 100%;
    position: relative;
    width: 100vw;
    object-fit: cover;
  }

  .carousel-arrow {
    height: 105%;
    right: -400px;
  }

  .services .green-arrow {
    right: -250px;
  }

  .box-img {
    margin: auto !important;
    padding-top: 10px;
  }

  .services .box-img-2 {
    margin: auto !important;
    width: 95%;
  }

  .services .orange-arrow {
    left: -250px;
  }

  #feature-cards .card {
    width: 40rem;
    margin: auto !important;
    height: 90%;
    margin-bottom: 30px !important;
  }

  .mobile-tag-bottom {
    margin-left: 20% !important;
  }

  .mobile-footer-icon {
    margin-top: 40px !important;
    padding-right: 40% !important;
  }

  /* END HOME PAGE STYLING */

  /* ABOUT PAGE STYLING */
  .about--hero .about-arrow {
    top: 21%;
    right: -75%;
  }

  .bg-about-card {
    min-height: 100%;
    overflow: hidden;
    padding: 10px;
  }

  .about-card-content {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }

  .our--people__slider {
    width: 100vw !important;
  }

  .our--people__slider h1 {
    font-size: 4em;
  }

  /* .sliding-card .card {
    width: 100%;
    margin: auto;
    margin-left: 150px !important;
  } */
  /* .our--people__slider .text h2 {
    margin: auto;
    padding: 10px;
    margin-left: 50px;
  } */
  /* .our--people__slider .text p {
    margin-left: 50px;
  } */
  .about--main .mission-row p {
    margin: auto !important;
    padding: 0;
  }

  .about--main .mission-row a {
    margin-top: 40px !important;
  }

  .about--main .community-row p,
  .about--main .community-row a {
    padding: 0;
  }

  .about--main .community-row h3 {
    padding: 0;
  }

  .about--main .about-img-2 {
    margin-top: 20px;
  }

  .about--main .about-top-arrow {
    left: -350px;
    height: 60%;
    width: 75%;
  }

  .about--main .about-bottom-arrow {
    height: 60%;
    width: 75%;
    right: -350px;
  }

  .mobile-bottom-icon {
    margin-top: 100px;
    padding-right: 40%;
  }

  main {
    max-width: 100vw;
  }

  /* ABOUT PAGE END */

  /* CASE STUDY (INDIVIDUAL) STYLING */
  .case-hero .card {
    min-width: 100vw;
    padding: 0 !important;
  }

  .case-study-img {
    margin-bottom: 20px;
  }

  .arrow {
    display: none;
  }

  .case--aside__content {
    padding: 0 !important;

    width: 100%;
  }

  .case--aside__content img {
    display: none;
  }

  /* END OF CASE STUDY STYLING */

  .mobile-tag-bottom {
    padding-right: 60%;
    margin-top: 100px;
  }
}

/* SMALL SCREENS AND LAPTOPS */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    height: 100vh;
    width: 100vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  .community-mob-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .community-mob-row > div {
    margin-top: 4rem;
  }
}

/* END OF QUERIES */
