@import 'https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap';
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "invicture";
  src: url("../fonts/invicture-icons/invicture.eot");
  src: url("../fonts/invicture-icons/invicture.eot?#iefix") format("embedded-opentype"), url("../fonts/invicture-icons/invicture.woff") format("woff"), url("../fonts/invicture-icons/invicture.ttf") format("truetype"), url("../fonts/invicture-icons/invicture.svg#invicture") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "invicture" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=it-icon-]:before,
[class*=" it-icon-"]:before {
  font-family: "invicture" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.it-icon-group-6:before {
  content: "a";
}

.it-icon-group-4:before {
  content: "b";
}

.it-icon-group-5:before {
  content: "c";
}

.it-icon-group-3:before {
  content: "d";
}

.it-icon-vector:before {
  content: "e";
}

.it-icon-group-7:before {
  content: "f";
}

body {
  color: #000000;
  font-family: "Inter";
  font-size: 100%;
  padding: 0;
  margin: 0;
}

header.sticky .navbar {
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
header .header-carousel {
  height: 400px;
  overflow: hidden;
}
header .header-carousel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.2));
}
header .header-carousel .cc-wrapper {
  position: relative;
}
header .header-carousel .cc-wrapper .carousel-caption {
  z-index: 1;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 200px;
}
header .header-carousel .cc-wrapper .carousel-caption h1 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
header .header-carousel .cc-wrapper .carousel-caption h1:after {
  content: "";
  border-left: 15px solid #F17828;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: inline-block;
  margin-left: 30px;
}
header .header-carousel .cc-wrapper .carousel-caption p {
  font-size: 1.2rem;
}
header .navbar.inner-nav {
  background-color: #000000;
}
header .navbar li {
  margin: 0 1rem;
}
header .navbar .nav-item a.nav-link {
  text-transform: uppercase;
}
header .navbar .nav-item.dropdown {
  border-bottom: 4px solid transparent;
}
header .navbar .nav-item.dropdown .dropdown-menu {
  background-color: black;
}
header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
  line-height: 1.5rem;
}
header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #000000;
  background-color: #F17828;
}
header .navbar .nav-item.dropdown:hover {
  border-bottom: 4px solid #F17828;
}
header .navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  top: 35px;
}

.empower-ur-choice {
  background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.46)), url("../images/empower.png");
  min-height: 400px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.empower-ur-choice:before, .empower-ur-choice:after {
  content: "";
  position: absolute;
  top: -5px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  height: 10px;
  background-color: #F17828;
}
.empower-ur-choice:after {
  top: auto;
  bottom: -5px;
}
.empower-ur-choice .inner {
  width: 50%;
  margin: auto;
}
.empower-ur-choice .inner h5 {
  margin: 30px 0;
  color: #F17828;
  font-size: 20px;
}
.empower-ur-choice .inner p {
  line-height: 30px;
}

.stay-in-know {
  margin-bottom: 50px;
}
.stay-in-know h1 {
  font-size: 2rem;
  margin: 3rem 0 2rem 0;
  text-align: center;
}
.stay-in-know .card {
  border-radius: 0;
  border: none;
}
.stay-in-know .card .card-body h5 {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 10px;
  border-left: 6px solid #F17828;
  margin-left: -16px;
  margin-top: -28px;
  padding-top: 30px;
  padding-left: 11px;
  line-height: 25px;
}
.stay-in-know .card .card-body p {
  font-size: 15px;
  line-height: 23px;
}

.our-services {
  margin: 50px 0;
}
.our-services .header {
  width: 50%;
  margin: 2rem auto;
  text-align: center;
}
.our-services .header h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.our-services .card p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
@media (max-width: 599px) {
  .our-services .flex-row {
    flex-direction: column !important;
  }
}
.our-services .flex-row img {
  width: 200px;
}
@media (max-width: 599px) {
  .our-services .flex-row img {
    width: 100%;
  }
}

#about-us {
  height: 450px;
}
#about-us .about-main-banner {
  top: 93px;
}
#about-us .about-main-banner.header-carousel {
  height: 350px;
}
#about-us .about-main-banner.header-carousel .cc-wrapper .carousel-caption {
  width: 50%;
  bottom: 120px;
}
#about-us .about-main-banner.header-carousel .cc-wrapper .carousel-caption.industires {
  bottom: 160px;
}
#about-us .about-main-banner.header-carousel .cc-wrapper .carousel-caption.careers {
  bottom: 50px;
}
#about-us .about-main-banner.header-carousel .cc-wrapper .carousel-caption h1 {
  font-size: 2rem; color: #ffffff; font-weight: 300; margin-bottom: 1rem; position: relative;
}
#about-us .about-main-banner.header-carousel .cc-wrapper .carousel-caption h1:after {
  display: none;
}
#about-us .about-main-banner.header-carousel .cc-wrapper .carousel-caption p {
  font-size: 0.875rem; line-height: 1.5rem; font-weight: 300;
}
.about-page-main-header-content {
  background-color: #F5F5F5; padding: 0 0 2rem 0;
}
.about-page-main-header-content h3 {
  text-align: center; width: 50%; position: relative; margin: auto; padding: 2rem 0; font-size: 1rem;
  line-height: 1.6rem; color: #5B5B5B; 
}
.about-page-main-header-content h3:before, .about-page-main-header-content h3:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  background-color: #F17828;
  height: 8px;
}
.about-page-main-header-content h3:after {
  top: auto;
  bottom: -2px;
}

.invicture-core-values h1 {
  font-size: 2rem; margin: 4rem 0 3rem 0; text-align: center; color: #000000;
}
.invicture-core-values h2 {
  font-size: 1rem; margin: 1rem 0 1.5rem 0; text-align: center; color: #000000; font-weight: 500;
}
.invicture-core-values p {
  font-size: 0.875rem; line-height: 1.25rem; color: #5B5B5B; text-align: center; padding: 0 35px 25px 35px;
}
.invicture-banner-outer {
  background-color: transparent;
}
.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #EDEDED !important;
}
.banner-img {
  background-repeat: no-repeat; background-size: cover;
}
.why-invicture {
  background-image: url(../images/why-invicture.jpg);
}
.sustainability {
  background-image: url(../images/sb2.jpg);
}
.inclusion-diversity {
  background-image: url(../images/inclusion_diversity.jpg);
}
.invicture-banner-outer h1 {
  font-size: 2rem; color: #ffffff; font-weight: 300; margin-bottom: 1rem; position: relative;
}
.invicture-banner-outer p {
  font-size: 0.875rem; line-height: 1.5rem; font-weight: 300; color: #ffffff;
}
.invicture-banner-inner {
  padding: 2rem 0; width: 50%; padding: 100px 50px;
}
.key-principles-wrapper, .benchmarking-wrapper {
  padding: 50px 75px;
}
.key-principles-wrapper h2, .benchmarking-wrapper h2 {
  font-size: 1.5rem; font-weight: 400; margin: 10px 0 20px 20px; color: #000000;
}
.key-principles-wrapper .kp-card {
  background-color: #ffffff; border-radius: 10px; border: none; margin: 20px; padding: 50px;
  display: flex; justify-content: space-between; min-height: 226px; box-shadow: 0 0 10px rgba(150, 150, 150, 0.1);
}
.key-principles-wrapper .kp-card .kp-icon {
  margin: 10px 30px 10px 10px;
}
.key-principles-wrapper .kp-card h3 {
  font-size: 1.25rem; margin: 10px 0 1rem 0; font-weight: 500; color: #F17828;
}
.key-principles-wrapper .kp-card p {
  font-size: 0.75rem; line-height: 1rem; color: #818181;
}
.benchmarking-wrapper h2 {
  text-align: center; margin: 0 0 35px 0; font-size: 2rem;
}
.benchmarking-wrapper .benchmarking-card {
  margin: 20px;
}
.benchmarking-wrapper .benchmarking-icon {
  margin-bottom: 30px;
}
.benchmarking-wrapper .benchmarking-icon img {
  border-radius: 10px;
}
.benchmarking-wrapper .benchmarking-content p {
  font-size: 0.875rem; line-height: 1.5rem; color: #000000; font-weight: 400; margin-right: 30px;
}

/*# sourceMappingURL=index.css.map */
/************************** New Styles *****************************/
footer h3{
  font-size: 1rem; margin: 2rem 0 1rem 0; color: #F17828;
}
footer .form-container .form-check-input:checked {
  background-color: #F17828; border-color: #F17828;
}
footer .form-container .form-check {
  margin-bottom: .5rem;
}
footer .form-container .form-check-label {
  font-size: 0.8rem; padding-top: 6px; color: #ffffff;
}
footer .form-container{
  padding-right: 10%;
}
footer .form-wrapper {
  margin: 24px 15% 24px 24px;
}
footer .form-wrapper .form-group {
  margin-bottom: 1rem;
}
footer .form-wrapper .form-group label {
  font-size: 0.8rem; padding-top: 6px; color: #ffffff;
}
footer .form-wrapper .form-group .form-control {
  background-color: transparent; border-radius: 0; border: 0; border-bottom: 1px solid #606060;
  color: #FFFFFF; font-size: 0.875rem; outline: none;
}
footer .form-wrapper .form-group .form-control:focus {
  outline: none; box-shadow: none;
}
footer .locations a {
  display: block; color: #ffffff; text-decoration: none;font-size: 0.85rem; padding-top: 6px; margin: 0 0 1rem 0;
}
footer .social-media {
  margin: 4rem 0 2rem 0;
}
footer .social-media a {
  color: #F5F5F5; text-decoration: none; font-size: 1rem; padding-top: 6px; margin: 0 1rem 1rem 0;
}
.footer {
  background-color: #000000;
  color: #ffffff;
}
.footer .copyright {
  font-size: .85rem;
}
.footer .copyright.contactus{
  text-align: left;
  margin: 0;
}
 .footer .social-media.contactus{
  margin-top: 0;
 }
 .footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid grey;
  padding-top: 1rem;
 }
 .footer-bottom .footer-bottom-links a{
  color: white;
  text-decoration: none;
  margin-right: 1.5rem;
  font-size: .85rem;
 }
 .footer-bottom .footer-bottom-links a:last-child{
  margin-right: 0px;
 }
 .footer-bottom .footer-bottom-links a:hover{
  color: grey;
 }
/** Timeline **/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-bottom: 0;
    width:100%;
}

.timeline:before {
    top: -8px;
    bottom: 80px;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #D8D8D8;
    left: 50%;
    margin-left: -1.5px;
}
.timeline::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  background-color: #F17828;
  height: 8px;
}

.timeline > li {
    margin-bottom: 0; position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    padding: 0 20px 0 20px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(255,255,255,.8);
    border-right: 0 solid rgba(255,255,255,.8);
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid rgba(255,255,255,.8);
    border-right: 0 solid rgba(255,255,255,.8);
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff; width: 60px; height: 60px; font-size: 1.5rem; line-height: 55px; text-align: center;
  position: absolute; top: 0; left: 50%; margin-left: -30px; z-index: 100; background-color: #D9D9D9;
  border-radius: 100%; border: 3px solid #FFF;
}
.timeline > li > .timeline-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 3px solid #FFF; 
}
.timeline > li > .timeline-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  background-color: #D8D8D8;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.timeline > li > .timeline-badge .fa {
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline .timeline-panel h3 {
  color: #F17828;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.timeline .timeline-panel p {
  font-size: 0.75rem; line-height: 1rem; color: #818181;
}
/* Services */
.services-page-wrapper {
  background-color: #F5F5F5; padding: 0 0 2rem 0;
}
.invicture-services {
  background-color: #F5F5F5; 
  padding: 50px 0; position: relative;
}
.invicture-services::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    background-color: #F17828;
    height: 8px;
}
.core-services {
    display: flex; justify-content: space-between; gap: 30px; margin-right: 50px;
}
.services-icon img {
    max-width: 100px; height: auto;
}
.services-content > h3 {
    font-size: 1rem; color: #F17828; font-weight: 500; margin-bottom: 15px;
}
.services-content p {
  color: #5B5B5B; font-size: 0.8rem; line-height: 1.15rem;
}
.capabilities-card {
  padding-right: 20px;
}
.capabilities-icon img {
    border-radius: 10px 10px 0 0; max-width: 100%; width: 100%; height: auto; display: block;
}
.capabilities-content {
    border: 1px solid #D8D8D8; padding: 30px; border-radius: 0 0 10px 10px; min-height: 188px; margin-bottom: 40px;
}
.capabilities-content h3 {
    font-size: 1rem; color: #000000; font-weight: 500; margin-bottom: 15px;
}
.capabilities-content p {
  font-size: 0.75rem; line-height: 1rem; color: #333333;
}
.sustainability-wrapper {
  background-color: #EDEDED; padding: 50px 0; position: relative;
}
.sustainability-wrapper .services-content > h3 {
  color: #119922;
}
.sustainability-wrapper .services-icon img {
  margin-top: -10px;
}
.calltoaction-wrapper {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.calltoaction-wrapper p {
  color: #5B5B5B; font-size: 1.10rem; line-height: 1.5rem; margin-bottom: 20px;
}
.under-construction {
  text-align: center; padding: 120px 60px 60px 60px;
}
.careers-outer, .contactus-outer{
  padding: 20px 60px 60px 60px;
}
.careers-outer .why-to-work-with-us h1, .careers-outer .current-openings h1, .contactus-outer h1{
    margin-bottom:20px;
    font-size: 30px;
}
.careers-outer .why-to-work-with-us ul li, .careers-outer .current-openings ul li{
    margin-bottom:15px;
    font-size: 1rem;
}
.careers-outer .why-to-work-with-us ul li strong, .careers-outer .current-openings ul li strong{
  font-weight: bold;
}
.careers-outer .current-openings h1{
  margin-top: 30px;
}
.contactus-outer p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.contactus-outer p strong{
  font-weight: bold;
}
 .contactus-outer h2{
    margin: 20px 0 15px 0;
    font-size: 1.25rem;
 }
@media (max-width: 768px) {
  ul.timeline:before {
      left: 40px;
  }

  ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
  }

  ul.timeline > li > .timeline-panel {
      float: right;
  }

  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }

  .jumbotron h1 {
    font-size: 1.5rem;
  }
  .quick-links, .quickly-connect{
    width: 100% !important;
    display: block !important;
  }
}

.fa.disable{
  color: gray;
  cursor: default;
}
.locations img{
    width: 17px;
    margin-right: 10px;
}
.quick-links, .quickly-connect{
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.quick-links h1, .quickly-connect h1{
  color: #F17828;
  font-size: 1rem;
}

.quick-links ul, .quickly-connect ul{
  margin-top: 1rem;
}
.quick-links ul li, .quickly-connect ul li{
  list-style: none;
  line-height: 2rem;
  color:white;
  margin-left: 1rem;
}
.quick-links ul li a, .quickly-connect ul li a{
  color: white;
  text-decoration: none;
}
.quick-links ul li a:hover, .quickly-links ul li a:hover{
  color:grey;
}
.quick-links ul li a, .quickly-connect ul li img{
  width: 18px;
}