.temp5 .tMain .tBlock {
  margin: 0 !important;
}
.root-page-gsa #tContent {
  margin: auto !important;
  max-width: 1350px !important;
  width: 100% !important;
}
/*  gsa top panel
-------------------------*/
#doc1 .gsa-wrapper {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  width: 100%;
}

.gsa-container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gsa-container * {
  line-height: 0.9rem;
}

.one-line {
  white-space: nowrap;
}

.light {
  color: #333;
}

a.contract,
a.contract:visited {
  color: black;
  text-decoration: none;
}

/*creds*/
.federal-creds {
  display: flex;
  flex-wrap: wrap;
  padding-right: 2px;
  width: 348px;
  column-gap: 8px;
}

/*dropdowns*/
.dropdowns {
  display: flex;
  column-gap: 21px;
  margin: 15px 24px 15px 47px;
}

.card1 {
  width: 184px;
}

.card2 {
  width: 170px;
}

.card3 {
  width: 128px;
}

.card-title {
  cursor: pointer;
}

.show-details-arrow {
  transition: 250ms all;
  margin-left: 4px;
  width: 10px;
  height: 6px;
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: all 250ms ease;
}

.dropdown-content-open .dropdown-content {
  max-height: 30px;
}

.dropdown-content-open .show-details-arrow {
  transform: rotate(180deg);
}

/*contract*/
.contract {
  display: flex;
  align-items: center;
  width: 279px;
}

.gsa-logo {
  height: 24px;
}

.contract-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

@media (max-width: 1280px) {
  .federal-creds {
    width: 222px;
    min-width: 222px;
  }
  .dropdowns {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .card1 {
    width: 175px;
  }
  .contract {
    width: 194px;
  }
}

/*  gsa bottom panel
-------------------------*/
#doc1 .gsa-bottom-info-wrapper {
  width: 768px;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
  font-size: 14px;
  padding: 8px;
  margin: 29px auto;
  color: #666;
  column-gap: 20px;
}
/*  Holiday note alignment
-------------------------*/
div.holNotes {
  margin-left: 10px;
}
.categoriesWrapper {
  box-shadow: rgb(204, 204, 204) 0px 0px 5px;
  width: 100% !important;
  max-width: 1350px;
}

#homePageCategiriesMain a {
  display: block;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
}

#homePageCategiriesMain .category {
  float: left;
  width: 16.666665%;
  padding: 0;
}

.categoryImagePlaceholder {
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-image: url(/images/homepage15/categorySprite4.jpg);
  background-size: 620%;
  position: relative;
  margin: auto;
}

.category:nth-of-type(-n + 6) .categoryImagePlaceholder {
  margin-top: 0%;
}

.category:nth-last-child(-n + 6) .categoryImagePlaceholder {
  top: -8px;
}

.category:nth-last-child(-n + 6) span {
  margin-top: -15px;
  position: relative;
}

#homePageCategiriesMain .category span {
  display: block;
  text-align: center;
  height: 30px;
}

@media (max-width: 1366px) {
  section#homePageCategiriesMain {
    margin-bottom: 0;
  }

  .categoriesWrapper {
    box-shadow: none;
  }

  .categoryImagePlaceholder {
    max-width: 70%;
    padding-bottom: 70%;
  }

  .category {
    font-size: 15px;
  }
}

.Computers .categoryImagePlaceholder {
  background-position: 20% 0;
}

.homeEntertainment .categoryImagePlaceholder {
  background-position: 40% 0;
}

.proVideo .categoryImagePlaceholder {
  background-position: 60% 0;
}

.Mobile .categoryImagePlaceholder {
  background-position: 80% 0;
}

.proAudio .categoryImagePlaceholder {
  background-position: 100% 0;
}

.photoAccessories .categoryImagePlaceholder {
  background-position: 0 100%;
}

.consumerVideo .categoryImagePlaceholder {
  background-position: 20% 100%;
}

.lightingStudio .categoryImagePlaceholder {
  background-position: 40% 100%;
}

.avPresentation .categoryImagePlaceholder {
  background-position: 60% 100%;
}

.Surveillance .categoryImagePlaceholder {
  background-position: 80% 100%;
}

.Optics .categoryImagePlaceholder {
  background-position: 100% 100%;
}
