@charset "utf-8";
/*
*Myriad Light*
font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: italic;

*Myriad Regular*
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: italic;

*Myriad SemiBold*
font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: italic;

*Myriad Bold*
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: italic;
*/
#secondary-nav .navbar li > a:link, #secondary-nav .navbar li > a:visited {
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 1200px) {
  #secondary-nav .navbar li > a:link, #secondary-nav .navbar li > a:visited {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 992px) {
  #secondary-nav .navbar li > a:link, #secondary-nav .navbar li > a:visited {
    padding-left: 3px;
    padding-right: 3px;
  }
}
#banner-area .tag-performancecare {
  position: absolute;
  bottom: 30px;
  right: 50px;
  margin: 0;
  padding: 0;
  color: rgb(204, 204, 204);
  text-align: right;
  font-size: 3em;
}
#banner-area .tag-performancecare strong {
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  #banner-area .tag-performancecare {
    font-size: 2em;
  }
}
.content-banner {
  position: relative;
}
.content-banner-caption {
  width: 100%;
  margin: 0 -15px;
  padding: 0 60px;
  min-height: inherit;
  display: table;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .content-banner {
    position: inherit;
  }
  #svsp-cybersecurity .content-banner-caption {
    background-color: rgb(12, 19, 29);
    background-color: rgb(0, 0, 0);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
}
@media (max-width: 992px) {
  #svsp-operational-excellence .content-banner-caption {
    background-color: rgb(0, 0, 0);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
}
@media (max-width: 992px) {
  #svsp-assurance .content-banner-caption {
    background-color: rgb(0, 0, 0);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
}
#content-area .well-grey {
  background-color: rgb(250, 250, 250);
}
@media (max-width: 767px) {
  .border-right {
    border-right: none;
  }
  .border-left {
    border-left: none;
  }
}
.text-tag {
  /*font-family: 'Myriad W01 Bd', sans-serif;*/
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(180, 180, 180) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
a.card-article {
  border-radius: 0;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  background-color: rgb(255, 255, 255);
  display: block;
  border: 1px solid rgb(230, 230, 230);
  margin-bottom: 20px;
}
a.card-article:hover, a.card-article:active a.card-article:focus {
  border: 1px solid rgb(255, 0, 0);
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
a.card-article .card-header {
  padding: 20px;
}
a.card-article .card-body {
  padding: 20px;
}
a.card-article .card-footer {
  padding: 20px;
  border-top: 1px solid rgb(230, 230, 230);
}
a.card-article:hover .card-footer p {
  color: rgb(255, 0, 0) !important;
}
.sub-heading {
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}
.sub-heading.border-red:after {
  background-color: rgb(255, 0, 0);
}
.sub-heading:after {
  background-color: transparent;
  bottom: -2px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}
.tag-performancecare {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}
.bg-red {
  background-color: rgb(204, 0, 0);
}
#content-area .text-grey {
  color: rgb(204, 204, 204);
}
.well-black {
  background-color: rgb(0, 0, 0);
}
.thumbnail-benefits {
  border-radius: 0;
}
.thumbnail-benefits .caption {
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(245, 245, 245);
  margin: 2px;
  padding: 10px 14px;
  height: 100%;
}
.bg-west {
  background-color: #999696;
}
.bg-north {
  background-color: #b2b0b0;
}
.bg-south {
  background-color: #c5c2c2;
}

.box-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.box {
  height: 100%;
  border: 1px solid #cccccc;
  padding: 5px;
}
.box p {
  background-color: rgb(240, 240, 240);
  padding: 5px 10px;
  min-height: 200px;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .box-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .box-container {
    grid-template-columns: repeat(2, 1fr); /* 2x2 grid layout for tablets */
  }
}