/* cmsms stylesheet: DataTables modified: 07/16/18 21:44:35 */
table.dataTable {
    clear: both;
    margin: 0.5em 0 !important;
    max-width: none !important;
    width: 100%
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
    text-align: center;
}

div.dataTables_wrapper {
    position: relative
}

div.dataTables_wrapper div.dataTables_length label {
    float: left;
    text-align: left;
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_filter label {
    float: right;
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0;
    margin-left: 0.5em
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 2px
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
    margin: 0
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1rem 0
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 1.5rem
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("https://www.pahlkesteel.com/uploads/images/dataTables/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("https://www.pahlkesteel.com/uploads/images/dataTables/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("https://www.pahlkesteel.com/uploads/images/dataTables/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("https://www.pahlkesteel.com/uploads/images/dataTables/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("https://www.pahlkesteel.com/uploads/images/dataTables/sort_desc_disabled.png")
}

div.dataTables_scrollHead table {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none
}
/* cmsms stylesheet: bandb modified: 09/16/26 16:49:30 */
  

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #0a0a0a;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #3091b1;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #a1e3fd;
}

h1 {
  font-family: 'Sacramento', cursive;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #0a0a0a;
}

h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

header img {
  height: 100px;
  margin: 4px 0;
}

i.fa {
  font-size: x-large;
}
#sticky-logo a img{
  transition: all 0.3s ease;
  font-family: 'Sacramento', cursive;
  font-size: 0rem;
  height: 0;
  line-height: 1rem;
  color: #D2D2D0;
}

.is-stuck #sticky-logo a img{
  display: block;
  font-size: 2rem;
  /*padding-top: 1rem;*/
  height:40px;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #0a0a0a;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #3091b1 transparent transparent;
}

.divider {
  background: #D2D2D0;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #0a0a0a;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #3091b1;
}

.card-divider {
  background: #0a0a0a;
  color: #D2D2D0;
}

.button {
  background: #D2D2D0;
  color: #0a0a0a;
  border-radius: 5px;
}

.button:hover {
  background: #0a0a0a;
  color: #D2D2D0;
}

.divider .button {
  background: #0a0a0a;
  color: #D2D2D0;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #3091b1;
  color: #0a0a0a;
}

.icon-row img {
  max-height: 60px;
  margin: 3px 15px;
}

.icon-row img:hover {
  opacity: .5;
}

footer {
  background: url(https://www.pahlkesteel.com/uploads/images/black-treadplate-crop.jpg);
  background-position: center center;
  /*background: #0a0a0a;*/
  color: #D2D2D0;
  
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #D2D2D0;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #D2D2D0;
}

footer i {
  margin-right: 0.5rem;
}

#contact ul li a {
  margin-left: 0.5rem;
}
#contact ul li:last-child a {
  margin-left: 0rem;
}
.menu>li.holidayHours{
    font-style: italic;
    font-size: smaller;
    padding-top: 1em;
}
.menu>li>a.inlineFooterLink {
    display: inline;
    padding: 0;
}

#copyright {
  border-top: 0.5px solid #D2D2D0;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

th {
  background-color:#38749c7d;
}
.processingColumn {
    width:49%;
    float:left;
}
.processingColumn ul {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}
.processingColumn li {
    list-style-position: inside;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* --------------------------------------------------------------------------
   Home page hero - 2026 redesign
   -------------------------------------------------------------------------- */
.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30rem;
  overflow: hidden;
  background: #111;
  text-align: left;
}

.home-hero__image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

/* Darken the text side while leaving more of the steel inventory visible. */
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.90) 0%,
    rgba(0, 0, 0, 0.78) 32%,
    rgba(0, 0, 0, 0.46) 56%,
    rgba(0, 0, 0, 0.10) 100%
  );
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 0;
}

.home-hero__copy {
  max-width: 43rem;
  color: #fff;
}

.home-hero__title {
  margin: 0;
  color: #fff;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: clamp(2.5rem, 4.35vw, 3.75rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.home-hero__title span {
  display: block;
}

/* Preserve the two intentional heading lines on desktop. */
@media screen and (min-width: 64em) {
  .home-hero__title span {
    white-space: nowrap;
  }
}

.home-hero__title-accent {
  margin-top: 0.08em;
  color: #2f73d0;
}

.home-hero__rule {
  width: 3.1rem;
  height: 3px;
  margin: 1.1rem 0 1.25rem;
  background: #2f73d0;
}

.home-hero__body {
  max-width: 31rem;
  font-size: 1rem;
  line-height: 1.55;
}

.home-hero__body p {
  margin-bottom: 1.25rem;
}

.home-hero__body p:last-child {
  margin-bottom: 0;
}

.home-hero__button.button {
  margin: 1.65rem 0 0;
  padding: 1rem 1.45rem;
  border-radius: 2px;
  background: #1558ae;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-hero__button.button:hover,
.home-hero__button.button:focus {
  background: #0f478f;
  color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .home-hero {
    min-height: 0;
  }

  /* A uniform overlay is safer on narrow screens because the image crop moves. */
  .home-hero::after {
    background: rgba(0, 0, 0, 0.72);
  }

  .home-hero__image {
    object-position: 62% center;
  }

  .home-hero__inner {
    padding: 3rem 0;
  }

  .home-hero__copy {
    max-width: none;
  }

  .home-hero__title {
    font-size: clamp(2.15rem, 10vw, 3rem);
    letter-spacing: -0.025em;
  }

  .home-hero__body {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-hero__button.button {
    display: inline-block;
    width: auto;
    margin-top: 1.5rem;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-hero {
    min-height: 28rem;
  }

  .home-hero::after {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.74) 42%,
      rgba(0, 0, 0, 0.28) 78%,
      rgba(0, 0, 0, 0.10) 100%
    );
  }

  .home-hero__image {
    object-position: 58% center;
  }
}


/* --------------------------------------------------------------------------
   Home page - More Than Steel
   -------------------------------------------------------------------------- */
.home-more-steel {
  padding: 1.35rem 0 1.55rem;
  background: #fff;
  text-align: center;
}

.home-more-steel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 0;
  color: #161616;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.home-more-steel__title::before,
.home-more-steel__title::after {
  content: "";
  flex: 1 1 8rem;
  max-width: 14rem;
  height: 2px;
  background: #2f73d0;
}

.home-more-steel__intro {
  max-width: 58rem;
  margin: 0.55rem auto 0;
  font-size: 1rem;
  line-height: 1.5;
}

.home-more-steel__intro p {
  margin-bottom: 0;
}

.home-more-steel__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 1.45rem;
}

.home-more-steel__item {
  min-width: 0;
  padding: 0.25rem 1.4rem 0.15rem;
}

.home-more-steel__item + .home-more-steel__item {
  border-left: 1px solid #d2d2d2;
}

.home-more-steel__item h3 {
  margin: 0 0 0.55rem;
  color: #1558ae;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-more-steel__item-content {
  font-size: 0.93rem;
  line-height: 1.55;
}

.home-more-steel__item-content p {
  margin-bottom: 0;
}

.home-more-steel__button.button {
  margin: 1.35rem 0 0;
  padding: 0.9rem 1.25rem;
  border-radius: 2px;
  background: #1558ae;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-more-steel__button.button:hover,
.home-more-steel__button.button:focus {
  background: #0f478f;
  color: #fff;
}

/* Medium only: two-column grid. The center divider belongs to the grid
   itself so it remains continuous through the row boundary. */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-more-steel__items {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-more-steel__items::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #d2d2d2;
    pointer-events: none;
  }

  .home-more-steel__item,
  .home-more-steel__item + .home-more-steel__item {
    border-left: 0;
  }

  .home-more-steel__item {
    padding: 0.75rem 1.4rem 1rem;
  }

  .home-more-steel__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .home-more-steel__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .home-more-steel__item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    border-top: 1px solid #d2d2d2;
  }

  .home-more-steel__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    border-top: 1px solid #d2d2d2;
  }
}

/* Small only: stack the four offerings cleanly. */
@media screen and (max-width: 39.9375em) {
  .home-more-steel {
    padding: 1.25rem 0 1.4rem;
  }

  .home-more-steel__title {
    gap: 0.7rem;
    font-size: 1.55rem;
  }

  .home-more-steel__title::before,
  .home-more-steel__title::after {
    flex-basis: 2rem;
    min-width: 1.75rem;
  }

  .home-more-steel__intro {
    margin-top: 0.65rem;
    font-size: 0.95rem;
  }

  .home-more-steel__items {
    grid-template-columns: 1fr;
    margin-top: 1.2rem;
  }

  .home-more-steel__item,
  .home-more-steel__item + .home-more-steel__item {
    border-left: 0;
  }

  .home-more-steel__item {
    padding: 0.8rem 0.75rem;
  }

  .home-more-steel__item + .home-more-steel__item {
    border-top: 1px solid #d2d2d2;
  }

  .home-more-steel__button.button {
    margin-top: 1.15rem;
  }
}
