body {
  font-family: "Roboto", sans-serif;
  line-height: normal;
  overflow-x: hidden;
}

/* Header Styles */

.navbar a {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a294d;
  font-family: "Roboto", sans-serif;
}

.navbar-brand {
  margin-left: -31px;
}

.nav-item {
  margin-left: 30px;
}

.nav-item img {
  position: absolute;
  bottom: 57px;
  margin-left: -15px;
}

.nav-link:focus,
.nav-link:hover {
  color: #1a294d;
  font-weight: 700;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  margin-left: -7px;
}

@media screen and (max-width: 991px) {
  .nav-item {
    margin-left: 0;
  }

  .nav-item img {
    display: none;
  }

  .navbar-brand {
    margin-left: -21px;
  }
}

/* Footer Styles */
footer {
  position: relative;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
}

#contact-footer img {
  margin-right: 10px;
}

#contact-footer {
  text-decoration: none;
  color: white;
}

.separator {
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 767px) {
  .separator {
    display: none;
  }

  .footer-logo img {
    position: relative;
    top: -32px;
    left: 10px;
  }

  .linkedin-icon {
    margin-bottom: 10px;
  }
}

.ae-footer {
  width: 100vw;
  background-color: #1a294d;
  padding: 2rem 0;
}

.footer-credits,
.footer-credits a {
  color: #fff;
  text-decoration: none;
}

.footer-logo img {
  max-width: 250px;
  margin-left: -20px;
}

#contact-footer img {
  width: 20px;
  height: 20px;
}

.linkedin-icon a > img {
  max-width: 35px;
  padding-bottom: 5px;
}

/* header and footer styles end */

/* Begin BANNER styles */

.banner-blue {
  background-image: url("images/hero_blue.png");
}

.banner-yellow {
  background-image: url("images/hero\ background\ yellow.svg");
}

.banner-hero {
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-hero > .container > .py-5 {
  padding: 4rem 0 !important;
}

.banner-hero h1 {
  font-size: 4.438rem;
  color: #1a294d;
  font-weight: 900;
}

@media screen and (max-width: 583px) {
  .banner-hero h1 {
    font-size: 2.95rem;
  }
}

@media screen and (max-width: 360px) {
  .banner-hero h1 {
    font-size: 2.85rem;
  }
}

.banner-hero h1 span {
  color: #ffffff !important;
}

#banner-blue h1 {
  color: #fcb813 !important;
  font-weight: 900;
}

.sub-banner {
  background-color: #eef4fb;
}

.sub-banner h2 {
  color: #1a294d;
  font-size: 40px;
}

/* End BANNER styles */

/* Begin CARD styles */

.card {
  background-color: #eef4fb;
}

.card img {
  margin: 2rem 1rem;
  height: 63px;
  object-fit: contain;
}

#EssentialSupport .card img {
  margin: 0;
  margin-top: 1.35rem;
  height: 55px;
}

#EssentialOfficeCommunication .card img {
  height: 50px;
  margin: 0;
  margin-top: 1.35rem;
}

/* End CARD styles */

/* Start CASE STUDY styles */

.case-study h3 {
  font-size: 1.125rem;
}

.case-study h3,
.case-study h4 {
  color: #1a294d;
  font-weight: 700;
}

.case-study h3::after {
  content: "";
  width: 140px;
  display: block;
  margin-top: 0.5rem;
  border-bottom: 1px solid #fcb813;
}

.cs-heading img {
  max-width: 38px;
}

/* GENERAL STYLES */

.yellow-bold {
  color: #fcb813;
  font-weight: 700;
}

/* Home Page Styles*/

video {
  width: 100%;
}

.intro-component .card {
  border-radius: 1rem;
  background-color: #1a294d;
  color: #fff;
}

.intro-component h2 {
  font-weight: 900;
  font-size: 2.188rem;
}

.intro-component h4 {
  color: #fcb813;
  font-weight: 700;
}

.intro-component a {
  color: white;
}

/* Description Component */

.description-component .card {
  background-color: #fff;
}

.desc-comp-header hr {
  background-color: #000;
  color: #000;
  opacity: 1;
}

.description-component .desc-comp-header h2 {
  font-size: 2.5rem;
  color: #fcb812;
  font-weight: bold;
}

.description-component .desc-comp-header h3 {
  font-size: 1.55rem;
  color: #231f20;
  font-weight: bold;
  margin: 1.5rem 0;
}

.description-component .desc-comp-header p {
  font-size: 1.15rem;
  line-height: normal;
}

.description-component .card {
  border: 1px solid darkgrey;
  border-radius: 1rem;
}

#connect-cards img:nth-child(3) {
  height: 100px;
}

#infrastructure .card img {
  height: 122px;
  margin: 0;
}

.description-component .card .card-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.description-component .card .card-body > .card-title {
  padding-top: 1rem;
  color: #1a294d;
  font-weight: 800;
  font-size: 1.25rem;
}

.description-component .card .card-body > hr {
  background-color: #fcb812;
  width: 40%;
  height: 2px;
  margin-left: 0;
  border-top: none;
  margin-top: 0px;
}

.description-component .card .end-desc-component {
  text-align: center;
  margin-bottom: 50px;
}

.end-desc-component h3 {
  color: #1a294d;
  font-weight: bold;
  font-size: 2rem;
}

.end-desc-component h3 > span {
  color: #fcb812;
}

.end-desc-component p {
  font-size: 1.15rem;
}

@media (max-width: 576px) {
  .card img {
    max-width: 120px !important;
    max-height: 120px !important;
  }

  #connect-cards img {
    width: 50%;
  }
}

.description-component .card li::marker {
  color: #fcb812;
}

.description-component .card img {
  max-width: 100%;
}

/* Legal Styles */

.print {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  color: black;
  display: block;
  text-align: center;
  margin-bottom: 45px;
}

.print:hover {
  color: #fcb812;
}

.legal-docs p {
  font-size: 1.15rem;
}

.legal-docs ul li {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.legal-docs ul {
  list-style: disc;
}

.legal-docs a {
  color: #1a294d;
  font-weight: bold;
  text-decoration: underline;
}

.legal-docs a:hover {
  color: #fcb812;
}

.list-tos li {
  list-style: none;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
}

/* About Us styles */

.sub-head {
  background-color: #ffffff;
  padding-top: 4rem;
}

.sub-head h2 {
  color: #1a294d;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

#about-us h3 {
  color: #fcb812;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 2rem 0;
}
#about-us h3::after {
  content: "";
  width: 200px;
  border-bottom: 1px solid #c7d1e4;
  display: block;
  margin: 2.5rem auto 0 auto;
}

p.meet {
  color: #000;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}
.about-box {
  padding: 2rem;
  border-radius: 0.625rem;
  background: #eef4fb;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
  .about-box {
    width: 90%;
  }
}

.about-detail h4 {
  font-size: 1.0625rem;
  font-weight: 900;
}
.about-detail h4 span {
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 400;
}
.about-detail p {
  font-size: 0.8125rem;
  font-weight: 400;
}

.indicia {
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 0.875rem;
  margin: 2rem 0;
}
/* end About Us Styles */

/* temp style to add border to objects for development use only */
.devTemp {
  border: 1px dotted #f00 !important;
}

.card-body > p > a {
  text-decoration: none;
  color: rgb(33, 37, 41);
}
