/* Colors */
/*$mont:'Montserrat', Arial, Helvetica, sans-serif;*/
.league {
  font-family: "League Gothic", Arial, Helvetica, sans-serif; }

h1 {
  font-family: "League Gothic", Arial, Helvetica, sans-serif;
  font-size: 33px; }

h2 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: normal; }

h3 {
  font-family: Montserrat;
  font-weight: 300; }

/* Interior Banner */
#interior-banner {
  height: 130px;
  background-image: url("/Content/images/banners/interior-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative; }
  @media screen and (max-width: 1450px) {
    #interior-banner {
      height: 200px; } }
  @media screen and (max-width: 1000px) {
    #interior-banner {
      height: auto;
      padding-bottom: 0;
      padding-top: 10px; } }
  @media screen and (max-width: 1000px) and (max-width: 450px) {
    #interior-banner {
      height: 150px; } }
  @media screen and (max-width: 1000px) {
      #interior-banner .visual-nav {
        padding: 0px 0 10px; } }
    @media screen and (max-width: 1000px) and (max-width: 450px) {
      #interior-banner .visual-nav {
        display: none; } }
  @media screen and (max-width: 570px) {
    #interior-banner {
      padding-top: 90px; } }
  @media screen and (max-width: 450px) {
    #interior-banner {
      padding-top: 0px; } }

@media screen and (max-width: 450px) {
  .versa-logo-mobile {
    top: 145px; } }

/* Contact Form Styles */
.contact-left a {
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .contact-left a:hover {
    color: #27C3F3;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.contact-left .hours {
  text-align: center; }

.contact-left .phone-numbers {
  text-align: center; }

.contact-left table {
  width: 100%; }
  .contact-left table td {
    padding: 0 5px; }
  .contact-left table tr h4 {
    display: inline-block; }

#ContactForm input[type=text],
#ContactForm input[type=tel],
#ContactForm input[type=email],
#ContactForm textarea {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 15px;
  border: 0px;
  border-radius: 5px;
  color: #000000; }
  #ContactForm input[type=text].error,
  #ContactForm input[type=tel].error,
  #ContactForm input[type=email].error,
  #ContactForm textarea.error {
    background-color: #a1e4f8;
    border-radius: 5px 5px 0px 0px; }

#ContactForm textarea {
  min-height: 150px;
  max-height: 300px;
  min-width: 100%;
  max-width: 100%; }

#ContactForm label {
  display: none; }
  #ContactForm label.error {
    display: block;
    width: 100%;
    background: #830000;
    color: #ffffff;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px; }

#ContactForm .field, #ContactForm .field-group {
  margin: 15px 0; }
  #ContactForm .field.full, #ContactForm .field-group.full {
    padding: 0 10px; }
  #ContactForm .field.floated, #ContactForm .field-group.floated {
    width: 50%;
    float: left;
    padding: 0 10px; }
    @media screen and (max-width: 1200px) {
      #ContactForm .field.floated.address, #ContactForm .field-group.floated.address {
        width: 100%;
        float: none;
        margin-bottom: 30px; } }
    @media screen and (max-width: 600px) {
      #ContactForm .field.floated, #ContactForm .field-group.floated {
        width: 100%;
        float: none;
        margin-bottom: 30px; } }
  #ContactForm .field .lg-field, #ContactForm .field-group .lg-field {
    width: 40%; }
    #ContactForm .field .lg-field.floated, #ContactForm .field-group .lg-field.floated {
      float: left; }
      @media screen and (max-width: 550px) {
        #ContactForm .field .lg-field.floated, #ContactForm .field-group .lg-field.floated {
          float: none; } }
    @media screen and (max-width: 550px) {
      #ContactForm .field .lg-field, #ContactForm .field-group .lg-field {
        width: 100%;
        margin-bottom: 30px; } }
  #ContactForm .field .sm-field, #ContactForm .field-group .sm-field {
    width: 25%;
    padding: 0px 15px; }
    #ContactForm .field .sm-field.floated, #ContactForm .field-group .sm-field.floated {
      float: left; }
    @media screen and (max-width: 550px) {
      #ContactForm .field .sm-field, #ContactForm .field-group .sm-field {
        width: 40%;
        padding: 0 15px 0 0; } }
  #ContactForm .field .md-field, #ContactForm .field-group .md-field {
    width: 35%; }
    #ContactForm .field .md-field.floated, #ContactForm .field-group .md-field.floated {
      float: left; }
    @media screen and (max-width: 550px) {
      #ContactForm .field .md-field, #ContactForm .field-group .md-field {
        width: 60%; } }

#ContactForm .checkbox-group legend {
  font-size: 400;
  margin-bottom: 10px;
  padding: 0px 10px;
  margin-top: 10px;
  text-align: left; }
  #ContactForm .checkbox-group legend sup {
    font-size: 18px;
    color: #27c3f3;
    top: 0; }

#ContactForm .checkbox-group .check-wrap {
  position: relative;
  text-align: left;
  margin: 10px 0; }
  #ContactForm .checkbox-group .check-wrap label {
    font-weight: 300;
    cursor: pointer;
    display: block; }
    #ContactForm .checkbox-group .check-wrap label .faux-check {
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      background: #ffffff;
      border-radius: 5px;
      margin-right: 10px; }
    #ContactForm .checkbox-group .check-wrap label span {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 35px); }
      @media screen and (max-width: 1250px) {
        #ContactForm .checkbox-group .check-wrap label span {
          font-size: 14px; } }
    #ContactForm .checkbox-group .check-wrap label.error {
      font-weight: 400;
      display: block;
      text-align: center; }
  #ContactForm .checkbox-group .check-wrap input[type=checkbox] {
    position: absolute;
    left: -200vw;
    visibility: hidden; }
    #ContactForm .checkbox-group .check-wrap input[type=checkbox]:checked ~ label .faux-check:before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      background-image: url("/Content/images/large-check.png");
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center center; }
  #ContactForm .checkbox-group .check-wrap.floated {
    width: 50%;
    float: left;
    padding: 0px 10px; }
    @media screen and (max-width: 700px) {
      #ContactForm .checkbox-group .check-wrap.floated {
        float: none;
        width: 100%; } }

#ContactForm .checkbox-group.inline {
  width: 50%;
  padding: 0px 10px;
  float: left;
  text-align: left; }
  #ContactForm .checkbox-group.inline legend {
    padding: 0; }
  #ContactForm .checkbox-group.inline .check-wrap {
    display: inline-block;
    margin-right: 30px; }
  @media screen and (max-width: 1400px) {
    #ContactForm .checkbox-group.inline {
      width: 40%; } }
  @media screen and (max-width: 1200px) {
    #ContactForm .checkbox-group.inline {
      width: 100%;
      float: none; } }

#ContactForm .recaptcha-wrap {
  display: block;
  width: 304px;
  float: left;
  margin-top: 10px; }
  @media screen and (max-width: 450px) {
    #ContactForm .recaptcha-wrap .g-recaptcha {
      -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left; } }
  #ContactForm .recaptcha-wrap .recaptcha-msg {
    margin-top: -15px;
    position: relative;
    z-index: 99;
    margin-left: 20px; }
    #ContactForm .recaptcha-wrap .recaptcha-msg img {
      display: inline-block; }
  @media screen and (max-width: 640px) {
    #ContactForm .recaptcha-wrap {
      float: none;
      width: 100%; } }

#ContactForm #SendButton {
  margin-top: 20px;
  margin-right: 10px;
  float: right; }
  #ContactForm #SendButton button {
    width: 150px; }
    @media screen and (max-width: 640px) {
      #ContactForm #SendButton button {
        width: 100%; } }
  @media screen and (max-width: 1200px) {
    #ContactForm #SendButton {
      float: left;
      margin-left: 30px; } }
  @media screen and (max-width: 640px) {
    #ContactForm #SendButton {
      float: none;
      width: 100%;
      margin-left: 0; } }

#ContactForm .upload {
  position: relative;
  width: 235px;
  margin: 20px 10px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 15px 15px 100px;
  background: url("/Content/images/UploadFileIcon.png") no-repeat;
  background-size: 30px;
  background-position: 15px center; }
  @media screen and (max-width: 640px) {
    #ContactForm .upload {
      margin: 20px auto; } }
  #ContactForm .upload:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 70px;
    display: inline-block;
    width: 2px;
    height: 37px;
    background: #363636;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #ContactForm .upload:hover {
    border-color: #fff;
    color: #fff; }
    #ContactForm .upload:hover::after {
      background: #fff; }

#ContactForm .fileUploadWrap {
  position: relative;
  text-align: left;
  margin-inline: 10px; }
  #ContactForm .fileUploadWrap input {
    position: absolute;
    visibility: hidden; }
  #ContactForm .fileUploadWrap label {
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    padding: 5px;
    border: solid 2px #fff;
    min-height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #ContactForm .fileUploadWrap label .filePreview {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 75px;
      height: 50px;
      background: transparent; }
      #ContactForm .fileUploadWrap label .filePreview img {
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
    #ContactForm .fileUploadWrap label .fileName {
      display: table-cell;
      width: calc(100% - 50px);
      padding: 0 15px;
      vertical-align: middle; }

#ContactForm .removeButton {
  pointer-events: all;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 2px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

#ContactForm .uploadContent {
  /*padding: 0 0 10px;*/
  text-align: left;
  display: block;
  margin-top: 15px;
  padding-inline: 10px; }
  #ContactForm .uploadContent span {
    display: block;
    font-size: 13px;
    font-weight: 400; }

/* Contact Page Styles */
#contact-banner {
  background-image: url("/Content/images/contact-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  color: #ffffff; }
  #contact-banner .mobile-button {
    text-align: center;
    margin-bottom: 30px;
    display: none; }
    @media screen and (max-width: 1000px) {
      #contact-banner .mobile-button {
        display: block; } }
    @media screen and (max-width: 570px) {
      #contact-banner .mobile-button {
        margin-top: 40px; } }
    @media screen and (max-width: 450px) {
      #contact-banner .mobile-button {
        margin-top: 100px; } }
  #contact-banner .content-container {
    background: rgba(0, 0, 0, 0.75);
    padding: 50px 75px;
    text-align: center; }
    #contact-banner .content-container a {
      color: #FFF; }
      #contact-banner .content-container a:hover {
        color: #26C1F0; }
    #contact-banner .content-container h1 {
      color: #ffffff;
      text-transform: uppercase; }
    #contact-banner .content-container #ContactForm {
      max-width: 1000px;
      margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #contact-banner .content-container {
        padding: 30px; } }
    @media screen and (max-width: 450px) {
      #contact-banner .content-container {
        padding: 15px; } }
  @media screen and (max-width: 1200px) {
    #contact-banner {
      padding: 50px 0; } }
  @media screen and (max-width: 1000px) {
    #contact-banner {
      background-image: url("/Content/images/contact-banner-bg.jpg");
      background-attachment: local; } }
  @media screen and (max-width: 450px) {
    #contact-banner {
      padding: 30px 0; } }

.required-msg {
  margin-bottom: 20px; }
  .required-msg sup {
    color: #27c3f3;
    top: 0;
    font-size: 18px; }

.contact-left {
  display: block;
  width: 50%;
  float: left;
  background-color: #23272a;
  padding: 50px 50px 50px 5%;
  color: #ffffff;
  height: 720px; }
  .contact-left h2 {
    color: #ffffff; }
  .contact-left p {
    line-height: 1.5em;
    font-weight: 300; }
  .contact-left .hours {
    margin-top: 40px;
    margin-bottom: 30px; }
    .contact-left .hours p {
      margin: 10px 0; }
      .contact-left .hours p .days {
        font-weight: 600;
        width: 200px;
        display: inline-block;
        letter-spacing: .05em; }
      .contact-left .hours p .time {
        font-weight: 300;
        display: inline-block; }
  .contact-left .phone-numbers svg {
    color: #27c3f3;
    margin-right: 5px;
    margin-bottom: -3px; }
  .contact-left .phone-numbers a {
    color: #ffffff;
    text-decoration: none; }
    .contact-left .phone-numbers a:hover, .contact-left .phone-numbers a:focus {
      color: #27c3f3; }
    .contact-left .phone-numbers a.first {
      padding-right: 15px;
      border-right: 1px solid #48484e;
      margin-right: 10px; }
  .contact-left .phone-numbers img {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 2px; }
  @media screen and (max-width: 1400px) {
    .contact-left {
      height: 750px; } }
  @media screen and (max-width: 1200px) {
    .contact-left {
      width: 100%;
      float: none;
      height: auto; } }
  @media screen and (max-width: 1000px) {
    .contact-left {
      padding: 30px 5%; } }

.contact-right {
  display: block;
  width: 50%;
  float: left;
  height: 650px; }
  .contact-right p {
    margin: 0; }
  .contact-right a {
    display: none; }
  .contact-right iframe {
    display: block;
    width: 100%;
    height: 720px; }
    @media screen and (max-width: 1400px) {
      .contact-right iframe {
        height: 750px; } }
    @media screen and (max-width: 1200px) {
      .contact-right iframe {
        height: 300px; } }
  @media screen and (max-width: 1400px) {
    .contact-right {
      height: 750px; } }
  @media screen and (max-width: 1200px) {
    .contact-right {
      height: 300px; } }
  @media screen and (max-width: 1200px) {
    .contact-right {
      width: 100%;
      float: none; } }

/* Thank You Pages */
#ThankYouBodyID main {
  text-align: center; }

.gray-cast {
  margin-top: 50px;
  background-image: url("/Content/files/Cast-Iron/GrayCatIron.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -5.6%;
  width: 111.2%;
  color: #ffffff; }
  .gray-cast a, .gray-cast h3, .gray-cast h2, .gray-cast h4, .gray-cast h5 {
    color: #ffffff; }
  .gray-cast .content {
    padding: 40px 5%;
    width: 60%; }
    .gray-cast .content ul {
      -webkit-columns: 2;
      columns: 2;
      width: 600px;
      margin: 10px 0; }
      .gray-cast .content ul li {
        list-style: none; }
  .gray-cast .btn-prime {
    padding: 15px 60px; }

.ductile-cast {
  background-image: url("/Content/files/Cast-Iron/DuctileCastIron.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -5.6%;
  width: 111.2%;
  color: #ffffff; }
  .ductile-cast a, .ductile-cast h3, .ductile-cast h1, .ductile-cast h2, .ductile-cast h4, .ductile-cast h5, .ductile-cast p {
    color: #000000; }
  .ductile-cast .content {
    padding: 40px 6% 40px 5%;
    width: 60%; }
    .ductile-cast .content ul {
      -webkit-columns: 2;
      columns: 2;
      width: 600px;
      margin: 10px 0; }
      .ductile-cast .content ul li {
        list-style: none; }
    @media screen and (max-width: 1500px) {
      .ductile-cast .content {
        padding: 40px 15% 40px 5%; } }
    @media screen and (max-width: 1200px) {
      .ductile-cast .content {
        padding: 40px 5% 40px 5%; } }
  .ductile-cast .btn-prime {
    padding: 15px 60px;
    color: #ffffff; }

#Shapes-Sizes {
  padding: 20px 0 40px;
  position: relative; }
  #Shapes-Sizes a {
    width: calc(100% / 3);
    padding-top: 22%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    float: left; }
    #Shapes-Sizes a:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #Shapes-Sizes a div {
      position: absolute;
      text-align: center;
      display: inline-block;
      width: 100%;
      color: #ffffff;
      overflow: hidden;
      bottom: -110px;
      -webkit-transition: bottom 0.3s;
      -o-transition: bottom 0.3s;
      transition: bottom 0.3s;
      padding: 0 40px; }
      #Shapes-Sizes a div h3 {
        color: #ffffff;
        text-transform: uppercase;
        font-family: "League Gothic", Arial, Helvetica, sans-serif;
        font-size: 35px;
        line-height: normal;
        letter-spacing: .4px; }
      #Shapes-Sizes a div p {
        height: 90px; }
      #Shapes-Sizes a div .sub-title {
        text-transform: uppercase;
        font-family: "League Gothic", Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0 0 10px 0;
        line-height: normal;
        height: auto;
        letter-spacing: .4px; }
      #Shapes-Sizes a div img {
        margin: auto; }
    #Shapes-Sizes a:hover:before {
      opacity: .5; }
    #Shapes-Sizes a:hover div {
      bottom: 0; }

.float-seek {
  position: relative;
  width: 650px;
  float: right;
  padding-left: 40px; }
  .float-seek .desktop-img {
    width: 100%; }
  .float-seek div {
    bottom: 20px;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    background-color: #181e2c;
    width: calc(100% - 40px);
    padding: 20px; }
    .float-seek div > *:last-child {
      margin-bottom: 0; }
    .float-seek div h3 {
      color: #ffffff;
      font-family: "League Gothic", Arial, Helvetica, sans-serif;
      font-size: 46px;
      text-transform: uppercase; }
    .float-seek div ul {
      list-style: none;
      text-align: left;
      padding-left: 15%; }
      .float-seek div ul li:before {
        content: url("/Content/images/Secondary/CheckMark.png");
        position: relative;
        padding-right: 10px;
        top: 7px; }

.offer h3 {
  text-transform: uppercase;
  font-family: "League Gothic", Arial, Helvetica, sans-serif;
  font-size: 28px; }

.offer .btn-prime {
  margin-bottom: 40px; }

.offer .steps-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px; }
  .offer .steps-img-wrap img {
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: calc((100% - 160px) / 3); }
  @media (max-width: 1100px) {
    .offer .steps-img-wrap {
      gap: 60px; }
      .offer .steps-img-wrap img {
        max-width: calc((100% - 120px) / 3); } }
  @media (max-width: 1000px) {
    .offer .steps-img-wrap {
      gap: 40px; }
      .offer .steps-img-wrap img {
        max-width: calc((100% - 80px) / 3); } }
  @media (max-width: 900px) {
    .offer .steps-img-wrap {
      gap: 20px; }
      .offer .steps-img-wrap img {
        max-width: calc((100% - 40px) / 3); } }
  @media (max-width: 740px) {
    .offer .steps-img-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      gap: 0; }
      .offer .steps-img-wrap img {
        max-width: 80%;
        max-height: 115px; } }

.offer img {
  float: left;
  max-width: 25%;
  padding: 40px 0 20px; }

.versa-table {
  border-collapse: collapse;
  text-align: center;
  margin: 40px auto;
  width: 1541px;
  max-width: 100%; }
  .versa-table .top-titles th {
    color: #b7b7b7;
    font-family: "League Gothic", Arial, Helvetica, sans-serif;
    font-size: 33px;
    letter-spacing: .4px; }
  .versa-table .top-subtitle .iron-title {
    background-image: url("/Content/images/cast-iron-texture.png");
    padding: 10px 30px;
    border-right: solid #ffffff 5px; }
    .versa-table .top-subtitle .iron-title a {
      color: #ffffff; }
  .versa-table .top-subtitle .alum-title {
    background-image: url("/Content/images/AlumTexture.jpg");
    background-position-x: -100px;
    padding: 10px 30px;
    border-right: solid #ffffff 5px;
    color: #ffffff;
    position: relative; }
  .versa-table .top-subtitle .bron-title {
    background-image: url("/Content/images/bronze-texture.png");
    padding: 10px 30px;
    border-right: solid #ffffff 5px;
    color: #ffffff; }
  .versa-table .top-subtitle .steel-title {
    background-image: url("/Content/images/SteelTexture.jpg");
    background-position-x: -100px;
    padding: 10px 30px;
    border-right: solid #ffffff 5px;
    color: #ffffff; }
  .versa-table tbody tr {
    position: relative; }
    .versa-table tbody tr th {
      padding: 20px 10px;
      background-color: #13baed;
      font-family: "League Gothic", Arial, Helvetica, sans-serif;
      font-size: 25px;
      letter-spacing: .4px; }
  .versa-table tbody tr:nth-child(odd) th {
    background-color: #80b420; }

.left-content h2 {
  font-family: "League Gothic", Arial, Helvetica, sans-serif;
  font-size: 33px !important;
  margin-bottom: 10px; }

.left-content h3 {
  font-weight: 200;
  font-size: 22px; }

.chart1200 {
  max-width: 100%;
  margin: auto; }

.chart1000 {
  display: none;
  max-width: 100%;
  margin: auto; }

.bronze-feature {
  margin: 50px 0; }
  .bronze-feature .feature-box {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .bronze-feature .feature-box .box-content {
      position: absolute;
      z-index: 99;
      width: 100%;
      height: 110px;
      bottom: 0;
      color: #ffffff;
      padding: 0 50px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
      .bronze-feature .feature-box .box-content .heading {
        font-family: "League Gothic", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-size: 35px;
        text-shadow: 0px 0px 5px #000000; }
        @media screen and (max-width: 1500px) {
          .bronze-feature .feature-box .box-content .heading {
            font-size: 30px; } }
      .bronze-feature .feature-box .box-content .sub-heading {
        letter-spacing: .02em;
        text-shadow: 0px 0px 5px #000000; }
      .bronze-feature .feature-box .box-content img {
        margin: 5px auto;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .bronze-feature .feature-box .box-content p {
        font-weight: 300;
        line-height: 1.7em; }
        @media screen and (max-width: 1500px) {
          .bronze-feature .feature-box .box-content p {
            line-height: 1.3em; } }
        @media screen and (max-width: 1350px) {
          .bronze-feature .feature-box .box-content p {
            display: none; } }
        @media screen and (max-width: 950px) {
          .bronze-feature .feature-box .box-content p {
            display: block; } }
        @media screen and (max-width: 750px) {
          .bronze-feature .feature-box .box-content p {
            display: none; } }
      .bronze-feature .feature-box .box-content a {
        color: #13baed;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 20px;
        display: block; }
        .bronze-feature .feature-box .box-content a:hover, .bronze-feature .feature-box .box-content a:focus {
          color: #0d83a7;
          outline: none; }
      @media screen and (max-width: 1700px) {
        .bronze-feature .feature-box .box-content {
          padding: 0 30px; } }
      @media screen and (max-width: 1500px) {
        .bronze-feature .feature-box .box-content {
          height: 100px; } }
    .bronze-feature .feature-box:hover .box-content, .bronze-feature .feature-box:focus .box-content {
      height: 100%;
      padding: 50px;
      background: rgba(35, 39, 42, 0.8);
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
      .bronze-feature .feature-box:hover .box-content img, .bronze-feature .feature-box:focus .box-content img {
        display: none; }
      @media screen and (max-width: 1700px) {
        .bronze-feature .feature-box:hover .box-content, .bronze-feature .feature-box:focus .box-content {
          padding: 20px 30px; } }
      @media screen and (max-width: 1350px) {
        .bronze-feature .feature-box:hover .box-content .heading, .bronze-feature .feature-box:focus .box-content .heading {
          margin-top: 30px; } }
    @media screen and (max-width: 950px) {
      .bronze-feature .feature-box {
        width: 50%; } }
    @media screen and (max-width: 450px) {
      .bronze-feature .feature-box {
        width: 100%;
        float: none; } }
  @media screen and (max-width: 640px) {
    .bronze-feature {
      margin-top: 0; } }

#ContinuousCastIronBodyID .bronze-feature {
  margin-bottom: 0; }
  #ContinuousCastIronBodyID .bronze-feature .feature-box {
    width: calc(100% / 3); }
    #ContinuousCastIronBodyID .bronze-feature .feature-box .bg-img {
      width: 103%;
      max-width: 103%;
      margin-left: -5px; }
    @media screen and (max-width: 1050px) {
      #ContinuousCastIronBodyID .bronze-feature .feature-box {
        width: 50%; } }
    @media screen and (max-width: 700px) {
      #ContinuousCastIronBodyID .bronze-feature .feature-box {
        width: 100%;
        float: none; } }

@media screen and (max-width: 1000px) {
  .chart1000 {
    display: block; }
  .chart1200 {
    display: none; } }

@media screen and (max-width: 1800px) {
  .offer img {
    width: 270px; } }

@media screen and (max-width: 1600px) {
  #Shapes-Sizes a div {
    bottom: -130px; }
    #Shapes-Sizes a div h3 {
      font-size: 30px; }
    #Shapes-Sizes a div p {
      height: 110px; }
    #Shapes-Sizes a div .sub-title {
      font-size: 16px; }
  .offer img {
    width: 240px; } }

@media screen and (max-width: 1500px) {
  .gray-cast .content {
    width: 70%; }
  .ductile-cast .content {
    width: 80%; }
  .float-seek {
    width: 450px; }
    .float-seek div h3 {
      font-size: 30px; }
    .float-seek div ul {
      padding-left: 10%; }
  .versa-table .top-titles th {
    font-size: 28px; }
  .versa-table tbody tr th {
    font-size: 20px;
    padding: 20px 5px; } }

@media screen and (max-width: 1300px) {
  .offer img {
    width: auto;
    max-width: calc(100% / 3); }
  #Shapes-Sizes a {
    width: 50%;
    padding-top: 30%; }
    #Shapes-Sizes a div {
      bottom: -130px; }
      #Shapes-Sizes a div h3 {
        font-size: 30px; }
      #Shapes-Sizes a div p {
        height: 110px; }
      #Shapes-Sizes a div .sub-title {
        font-size: 16px; }
  .float-seek {
    width: 100%;
    float: none;
    padding: 0; }
    .float-seek .desktop-img {
      display: none; }
    .float-seek div {
      width: 100%;
      position: relative;
      padding: 40px; }
      .float-seek div ul {
        margin: 20px 0 0 0;
        text-align: center;
        padding: 0; }
      .float-seek div li {
        list-style: none;
        display: inline-block;
        width: 33%; }
        .float-seek div li:before {
          display: block;
          top: auto;
          padding-right: 0; }
      .float-seek div .mat:before {
        content: url("/Content/images/Secondary/decreasedmaterialcosts.png"); }
      .float-seek div .imp:before {
        content: url("/Content/images/Secondary/machininability.png"); }
      .float-seek div .supe:before {
        content: url("/Content/images/Secondary/superiorperformance.png"); } }

@media screen and (max-width: 1200px) {
  .float-seek div li {
    width: 31%; } }

@media screen and (max-width: 1000px) {
  .gray-cast .content {
    width: 100%; }
  .ductile-cast .content {
    width: 100%; }
  #Shapes-Sizes a:before {
    opacity: .5; }
  #Shapes-Sizes a div {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 10px; }
    #Shapes-Sizes a div img {
      display: none; }
    #Shapes-Sizes a div p {
      height: auto; }
  #Shapes-Sizes a:hover div {
    bottom: auto; }
  .float-seek div ul {
    padding-top: 40px; }
    .float-seek div ul li:before {
      position: absolute;
      padding-right: 0;
      top: 50%; }
  .float-seek div li {
    width: 48%;
    position: relative;
    padding: 20px 0; }
    .float-seek div li:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.3; } }

@media screen and (max-width: 850px) {
  #Shapes-Sizes a {
    padding-top: 20px;
    height: auto;
    width: 100%; }
    #Shapes-Sizes a div {
      top: auto;
      position: relative;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

@media screen and (max-width: 640px) {
  .offer {
    width: 100%; }
    .offer img {
      text-align: center;
      max-width: 100%;
      padding: 0;
      display: block;
      width: 300px;
      margin: auto; }
  .gray-cast .content ul {
    -webkit-columns: 1;
    columns: 1;
    width: 100%; }
  .ductile-cast .content ul {
    -webkit-columns: 1;
    columns: 1;
    width: 100%; }
  .float-seek div {
    padding: 20px; }
    .float-seek div ul {
      padding-top: 0; }
    .float-seek div li {
      width: 100%;
      position: relative;
      padding: 5px 0; }
      .float-seek div li:before {
        display: none; } }

#BronzeBarTubingBodyID #Shapes-Sizes a {
  width: 25%; }
  #BronzeBarTubingBodyID #Shapes-Sizes a div {
    bottom: -160px; }
    #BronzeBarTubingBodyID #Shapes-Sizes a div p {
      height: 135px; }
    #BronzeBarTubingBodyID #Shapes-Sizes a div .sub-title {
      height: auto; }
  #BronzeBarTubingBodyID #Shapes-Sizes a:hover div {
    bottom: 0; }

#bron-machining {
  background-image: url("/Content/images/Secondary/BronzeMachine.jpg");
  margin-top: 50px; }

#bron-comp {
  background-image: url("/Content/images/Secondary/BronzeCustom.jpg");
  margin-bottom: 50px; }

.full-bg {
  margin-left: -5.6%;
  width: 111.2%;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .full-bg a, .full-bg h3, .full-bg h2 {
    color: #ffffff; }
  .full-bg .inner-content {
    padding: 40px 5%;
    width: 65%; }
    .full-bg .inner-content ul {
      -webkit-columns: 2;
      columns: 2;
      width: 600px;
      margin: 10px 0; }
      .full-bg .inner-content ul li {
        list-style: none; }

.choose-bronze {
  padding: 40px 0; }
  .choose-bronze:after {
    content: '';
    display: block;
    line-height: 0;
    clear: left; }
  .choose-bronze li {
    position: relative;
    display: inline-block;
    padding-left: 200px;
    width: calc(100% / 3);
    float: left;
    font-size: 35px;
    color: #27c3f3;
    font-family: "League Gothic", Arial, Helvetica, sans-serif; }
    .choose-bronze li span {
      display: block;
      color: #000000;
      text-transform: uppercase;
      font-size: 40px;
      padding-bottom: 10px; }
    .choose-bronze li:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 20px; }
  .choose-bronze .bulk:before {
    content: url("/Content/images/Secondary/bulkpricing-b.png"); }
  .choose-bronze .flex:before {
    content: url("/Content/images/Secondary/flexsupply-b.png"); }
  .choose-bronze .nation:before {
    content: url("/Content/images/Secondary/nationwideshipping-b.png"); }

@media screen and (max-width: 1500px) {
  #BronzeBarTubingBodyID #Shapes-Sizes a div {
    padding: 0 10px; }
  .choose-bronze {
    padding: 40px 0; }
    .choose-bronze:after {
      content: '';
      display: block;
      line-height: 0;
      clear: left; }
    .choose-bronze li {
      font-size: 28px; }
      .choose-bronze li span {
        font-size: 35px;
        padding-bottom: 5px; } }

@media screen and (max-width: 1250px) {
  .choose-bronze {
    padding: 20px 0; }
    .choose-bronze li {
      font-size: 25px;
      padding-left: 150px; }
      .choose-bronze li:before {
        left: 0px; }
      .choose-bronze li span {
        font-size: 30px;
        padding-bottom: 5px; } }

@media screen and (max-width: 1200px) {
  #BronzeBarTubingBodyID #Shapes-Sizes a {
    width: 50%; }
    #BronzeBarTubingBodyID #Shapes-Sizes a div {
      padding: 0 40px; } }

@media screen and (max-width: 1000px) {
  #bron-machining {
    background-image: url("/Content/images/Secondary/BronzeMachine1000.jpg"); }
  #bron-comp {
    background-image: url("/Content/images/Secondary/BronzeCustom1000.jpg"); }
  #BronzeBarTubingBodyID #Shapes-Sizes a:before {
    opacity: .5; }
  #BronzeBarTubingBodyID #Shapes-Sizes a div {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 10px; }
    #BronzeBarTubingBodyID #Shapes-Sizes a div img {
      display: none; }
    #BronzeBarTubingBodyID #Shapes-Sizes a div p {
      height: auto; }
  #BronzeBarTubingBodyID #Shapes-Sizes a:hover div {
    bottom: auto; }
  .choose-bronze li {
    font-size: 25px;
    padding-left: 0px;
    text-align: center; }
    .choose-bronze li:before {
      position: relative;
      display: block;
      left: auto;
      top: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

@media screen and (max-width: 850px) {
  #BronzeBarTubingBodyID #Shapes-Sizes a {
    padding-top: 20px;
    height: auto;
    width: 100%; }
    #BronzeBarTubingBodyID #Shapes-Sizes a div {
      top: auto;
      position: relative;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .full-bg .inner-content {
    padding: 40px 5%;
    width: 75%; }
    .full-bg .inner-content ul {
      -webkit-columns: 1;
      columns: 1;
      width: 100%; }
      .full-bg .inner-content ul li {
        list-style: none;
        padding-bottom: 10px; } }

@media screen and (max-width: 740px) {
  .full-bg {
    background-position: left; }
    .full-bg .inner-content {
      padding: 40px 5%;
      width: 100%; } }

@media screen and (max-width: 640px) {
  .choose-bronze li:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .1;
    z-index: -1; } }

@media screen and (max-width: 550px) {
  .choose-bronze li {
    font-size: 20px; }
    .choose-bronze li span {
      font-size: 25px; } }

@media screen and (max-width: 500px) {
  .choose-bronze li {
    width: 100%;
    font-size: 30px;
    text-align: left;
    padding-left: 110px; }
    .choose-bronze li span {
      font-size: 35px;
      padding-bottom: 10px; }
    .choose-bronze li:before {
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      opacity: 1;
      width: 100px;
      height: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-position-x: 0; }
  .choose-bronze li:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 50px; }
  .choose-bronze .bulk:before {
    content: '';
    background-image: url("/Content/images/Secondary/bulkpricing-b.png"); }
  .choose-bronze .flex:before {
    content: '';
    background-image: url("/Content/images/Secondary/flexsupply-b.png"); }
  .choose-bronze .nation:before {
    content: '';
    background-image: url("/Content/images/Secondary/nationwideshipping-b.png"); } }

@media screen and (max-width: 360px) {
  .choose-bronze li {
    font-size: 25px; }
    .choose-bronze li span {
      font-size: 30px;
      padding-bottom: 5px; }
    .choose-bronze li:before {
      width: 100px;
      height: 100px; } }

.cast-iron-btns {
  text-align: center;
  background-color: #F2F2F2;
  margin: 20px 0 20px -6%;
  width: 112%;
  padding: 40px 6%; }
  .cast-iron-btns ul {
    margin: 20px 0; }
  .cast-iron-btns li {
    display: inline-block; }
  .cast-iron-btns a {
    display: inline-block; }
  @media screen and (max-width: 750px) {
    .cast-iron-btns li {
      width: 31%; }
      .cast-iron-btns li a {
        width: 100%; } }
  @media screen and (max-width: 750px) {
    .cast-iron-btns li {
      width: 48%; } }

#AngleBarBodyID .gray-cast {
  background-image: url("/Content/images/banners/anglebar.jpg");
  margin-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    #AngleBarBodyID .gray-cast {
      background-image: url("/Content/images/banners/anglebar1000.jpg"); } }
  #AngleBarBodyID .gray-cast .content ul {
    -webkit-columns: 1;
    columns: 1; }

#BlanksBodyID .gray-cast,
#PulleysBodyID .gray-cast {
  background-image: url("/Content/images/banners/blanks.jpg"); }
  @media screen and (max-width: 1000px) {
    #BlanksBodyID .gray-cast,
    #PulleysBodyID .gray-cast {
      background-image: url("/Content/images/banners/blanks1000.jpg"); } }

#CustomMetalProductsBodyID .gray-cast,
#SpecialtyCastingsBodyID .gray-cast {
  background-image: url("/Content/images/banners/custommetal-highspeed.jpg");
  color: #000000; }
  #CustomMetalProductsBodyID .gray-cast h1, #CustomMetalProductsBodyID .gray-cast h2, #CustomMetalProductsBodyID .gray-cast h3, #CustomMetalProductsBodyID .gray-cast h4,
  #SpecialtyCastingsBodyID .gray-cast h1,
  #SpecialtyCastingsBodyID .gray-cast h2,
  #SpecialtyCastingsBodyID .gray-cast h3,
  #SpecialtyCastingsBodyID .gray-cast h4 {
    color: #000000; }
  #CustomMetalProductsBodyID .gray-cast a,
  #SpecialtyCastingsBodyID .gray-cast a {
    color: #48484e; }
  @media screen and (max-width: 1000px) {
    #CustomMetalProductsBodyID .gray-cast,
    #SpecialtyCastingsBodyID .gray-cast {
      background-image: url("/Content/images/banners/custommetal-highspeed1000.jpg"); } }

#CustomMetalProductsBodyID .ductile-cast,
#SpecialtyCastingsBodyID .ductile-cast {
  background-image: url("/Content/images/banners/blanks.jpg"); }
  @media screen and (max-width: 1000px) {
    #CustomMetalProductsBodyID .ductile-cast,
    #SpecialtyCastingsBodyID .ductile-cast {
      background-image: url("/Content/images/banners/blanks1000.jpg"); } }
  #CustomMetalProductsBodyID .ductile-cast .content,
  #SpecialtyCastingsBodyID .ductile-cast .content {
    width: 80%; }
    @media screen and (max-width: 1000px) {
      #CustomMetalProductsBodyID .ductile-cast .content,
      #SpecialtyCastingsBodyID .ductile-cast .content {
        width: 100%; } }

#V6GrayIronBodyID .gray-cast {
  background-image: url("/Content/images/banners/specialtycasting.jpg");
  margin-top: 0; }
  @media screen and (max-width: 1000px) {
    #V6GrayIronBodyID .gray-cast {
      background-image: url("/Content/images/banners/specialtycasting1000.jpg"); } }
  #V6GrayIronBodyID .gray-cast h1, #V6GrayIronBodyID .gray-cast h2, #V6GrayIronBodyID .gray-cast h3, #V6GrayIronBodyID .gray-cast h4, #V6GrayIronBodyID .gray-cast p {
    color: #ffffff; }
  #V6GrayIronBodyID .gray-cast a {
    color: #ffffff; }
  #V6GrayIronBodyID .gray-cast .content {
    width: 58%; }
    @media screen and (max-width: 1400px) {
      #V6GrayIronBodyID .gray-cast .content {
        width: 60%; } }
    @media screen and (max-width: 1200px) {
      #V6GrayIronBodyID .gray-cast .content {
        width: 70%; } }
    @media screen and (max-width: 800px) {
      #V6GrayIronBodyID .gray-cast .content {
        width: 75%; } }
    @media screen and (max-width: 640px) {
      #V6GrayIronBodyID .gray-cast .content {
        width: 85%; } }
    @media screen and (max-width: 540px) {
      #V6GrayIronBodyID .gray-cast .content {
        width: 100%; } }

#TubingBodyID .gray-cast {
  background-image: url("/Content/images/banners/custommetal-highspeed.jpg");
  color: #000000; }
  #TubingBodyID .gray-cast h1, #TubingBodyID .gray-cast h2, #TubingBodyID .gray-cast h3, #TubingBodyID .gray-cast h4 {
    color: #000000; }
  #TubingBodyID .gray-cast a {
    color: #48484e; }
  #TubingBodyID .gray-cast .btn-prime {
    color: #ffffff; }
  @media screen and (max-width: 1000px) {
    #TubingBodyID .gray-cast {
      background-image: url("/Content/images/banners/custommetal-highspeed1000.jpg"); } }

#doct-maching {
  background-image: url("/Content/images/banners/blanks.jpg"); }
  @media screen and (max-width: 1000px) {
    #doct-maching {
      background-image: url("/Content/images/banners/blanks1000.jpg"); } }

.bronze-btns {
  text-align: center; }
  .bronze-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
  .bronze-btns li {
    display: inline-block;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px; }
    .bronze-btns li a {
      margin: 0; }

.bronze-btn-content {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px; }
  .bronze-btn-content div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px; }
  @media (max-width: 640px) {
    .bronze-btn-content {
      gap: 0; }
      .bronze-btn-content div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%; } }

.P--AlloyInformation--Stream #bron-machining {
  background-image: url("/Content/images/Secondary/BronzeTubing.jpg"); }
  @media screen and (max-width: 1000px) {
    .P--AlloyInformation--Stream #bron-machining {
      background-image: url("/Content/images/Secondary/BronzeTubing1000.jpg"); } }

#TubesPipesBodyID #bron-machining {
  background-image: url("/Content/images/banners/bronzebanner.jpg"); }

@media screen and (max-width: 750px) {
  .bronze-btns li {
    width: 49%;
    display: inline-block; }
    .bronze-btns li a {
      width: 100%; } }

.table-container:after {
  content: '';
  clear: left;
  display: block;
  line-height: 0; }

.table-container:before {
  content: '';
  clear: right;
  display: block;
  line-height: 0; }

.table-container table {
  width: 25%;
  float: left; }
  .table-container table tr {
    border-collapse: collapse; }
    .table-container table tr td {
      padding: 10px 0; }
    .table-container table tr td:first-child {
      color: #27c3f3 !important;
      padding-right: 10px; }

@media screen and (max-width: 1500px) {
  .table-container table {
    width: 48.5%;
    float: left;
    padding: 0 !important; } }

@media screen and (max-width: 900px) {
  .table-container table {
    width: 100%; } }

.P--AlloyInformation--Stream .ductile-cast {
  margin-top: 40px; }
  .P--AlloyInformation--Stream .ductile-cast h2 {
    color: #ffffff; }
  .P--AlloyInformation--Stream .ductile-cast ul {
    -webkit-columns: 1;
    columns: 1;
    width: 100%; }

.P--AlloyInformation--Stream .gray-cast {
  background-image: url("/Content/images/banners/custommetal-highspeed.jpg");
  color: #000000;
  margin-top: 0; }
  .P--AlloyInformation--Stream .gray-cast h1, .P--AlloyInformation--Stream .gray-cast h2, .P--AlloyInformation--Stream .gray-cast h3, .P--AlloyInformation--Stream .gray-cast h4, .P--AlloyInformation--Stream .gray-cast h5 {
    color: #000000; }
  .P--AlloyInformation--Stream .gray-cast a {
    color: #48484e; }
  @media screen and (max-width: 1000px) {
    .P--AlloyInformation--Stream .gray-cast {
      background-image: url("/Content/images/banners/custommetal-highspeed1000.jpg"); } }

.title-table .table-title {
  background-color: #13baed;
  color: #000000;
  font-size: 30px;
  font-family: "League Gothic", Arial, Helvetica, sans-serif; }
  .title-table .table-title td {
    padding: 20px; }

.last-table {
  border-right: solid 2px #48484e; }

.used-table {
  border-bottom: solid 2px #48484e;
  margin-bottom: 20px !important;
  width: calc(100% / 3);
  float: left;
  border-left: solid 2px #48484e;
  height: 230px; }
  .used-table li {
    list-style: none; }
  .used-table:after {
    content: '';
    clear: left; }
  .used-table .table-header td {
    padding: 20px 10px;
    background-color: #b7b7b7;
    height: 60px; }

@media screen and (max-width: 1000px) {
  .used-table {
    width: 50%;
    margin-bottom: 0 !important; }
  .second-table {
    border-right: solid 2px #48484e; }
  .last-table {
    width: 100%;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1000px) {
  .used-table {
    width: 100%;
    border-right: solid 2px #48484e;
    height: auto; } }

.CNC-drill {
  background-image: url("/Content/images/Secondary/CNCBG.jpg");
  background-position: right;
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px 0 50px -5.6%;
  width: 111.2%;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .CNC-drill:after {
      content: '';
      background-color: #f6f9f8;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: .7; } }
  @media screen and (max-width: 1000px) {
    .CNC-drill {
      background-size: cover; } }
  .CNC-drill .CNC-content {
    padding: 50px 0 50px 5%;
    width: 75%;
    position: relative; }
    @media screen and (max-width: 1500px) {
      .CNC-drill .CNC-content {
        width: 65%; } }
    @media screen and (max-width: 1200px) {
      .CNC-drill .CNC-content {
        width: 100%;
        z-index: 3;
        padding: 50px 5%; } }
    .CNC-drill .CNC-content ul {
      list-style: none;
      -webkit-columns: 2;
      columns: 2;
      width: 800px; }
      @media screen and (max-width: 1000px) {
        .CNC-drill .CNC-content ul {
          -webkit-columns: 1;
          columns: 1;
          width: 100%; } }

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw; }

.tabset .tab-panel {
  display: none; }

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block; }

/*
 Styling
*/
.tabset {
  padding: 40px 0 50px; }

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  overflow: hidden; }
  .tabset > label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b7b7b7;
    z-index: -1;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s; }
  .tabset > label:hover:after {
    top: 0; }

.tabset > input:checked + label {
  border-color: #033453;
  border-bottom: 1px solid #033453;
  background-color: #033453;
  margin-bottom: 0px;
  color: #ffffff; }

.tab-panel {
  padding: 30px 0;
  border-top: 2px solid #033453;
  background-image: url("/Content/images/white-feature-bg-new.jpg");
  background-size: cover;
  margin-left: -5.6%;
  width: 111.2%;
  margin-top: -5px; }
  .tab-panel .containtab {
    padding: 40px 5%; }

.tab-text {
  width: 50%; }

.tab-img {
  float: right;
  width: 45%;
  overflow: hidden; }
  .tab-img img {
    width: 100%; }

.tabset2 .tab-text {
  float: right; }

.tabset2 .tab-img {
  float: left; }

@media screen and (max-width: 1200px) {
  .tab-text {
    width: 65%; }
  .tab-img {
    width: 30%; } }

@media screen and (max-width: 1000px) {
  .tab-text {
    width: 100%; }
  .tab-img {
    width: 80%;
    float: none;
    margin: 0 auto 20px; }
  .tabset > label {
    padding: 20px 10px; } }

@media screen and (max-width: 700px) {
  .remove-mobile {
    display: none; } }

@media screen and (max-width: 420px) {
  .tab-img {
    width: 100%; }
  .tab-panel .containtab {
    padding: 20px 5%; }
  .tabset > label {
    font-size: 14px;
    padding: 15px 5px; } }

#gallery-container main {
  clear: both; }

#Shapes-Sizes.gallery-cat {
  padding: 0; }
  #Shapes-Sizes.gallery-cat a {
    width: calc((100% / 3) - 7px);
    background-image: url("/Content/images/Secondary/Bronze954.jpg"); }
    #Shapes-Sizes.gallery-cat a:first-child {
      background-image: url("/Content/images/Secondary/GalleryIron.jpg");
      width: calc(50% - 10px);
      margin: 0 5px 5px 0; }
    #Shapes-Sizes.gallery-cat a:nth-child(2) {
      background-image: url("/Content/images/Secondary/GalleryBronze.jpg");
      width: 50%;
      margin: 0 0 5px 5px; }
    #Shapes-Sizes.gallery-cat a:nth-child(3) {
      background-image: url("/Content/images/Secondary/GalleryFinish.jpg");
      margin: 5px 5px 0 0; }
    #Shapes-Sizes.gallery-cat a:nth-child(4) {
      background-image: url("/Content/images/Secondary/GalleryCNC.jpg");
      margin: 5px 5px 0 5px; }
    #Shapes-Sizes.gallery-cat a:nth-child(5) {
      margin: 5px 0 0 5px; }
  #Shapes-Sizes.gallery-cat .btn-prime {
    margin: 20px 0; }
  #Shapes-Sizes.gallery-cat h3 {
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px #000000; }
  @media screen and (max-width: 1600px) {
    #Shapes-Sizes.gallery-cat .btn-prime {
      margin-bottom: 40px; } }
  @media screen and (max-width: 1000px) {
    #Shapes-Sizes.gallery-cat .btn-prime {
      margin-bottom: 0; }
    #Shapes-Sizes.gallery-cat a {
      width: calc(50% - 5px); }
      #Shapes-Sizes.gallery-cat a:first-child {
        width: calc(50% - 5px); }
      #Shapes-Sizes.gallery-cat a:nth-child(2) {
        width: calc(50% - 5px); }
      #Shapes-Sizes.gallery-cat a:nth-child(3) {
        margin: 5px 5px 5px 0; }
      #Shapes-Sizes.gallery-cat a:nth-child(4) {
        margin: 5px 0 5px 5px; }
      #Shapes-Sizes.gallery-cat a:nth-child(5) {
        width: 100%;
        margin: 5px 0 0; } }
  @media screen and (max-width: 850px) {
    #Shapes-Sizes.gallery-cat .btn-prime {
      margin-bottom: 20px; } }
  @media screen and (max-width: 800px) {
    #Shapes-Sizes.gallery-cat a {
      width: 100%; }
      #Shapes-Sizes.gallery-cat a:first-child {
        margin: 5px 0;
        width: 100%; }
      #Shapes-Sizes.gallery-cat a:nth-child(2) {
        margin: 5px 0;
        width: 100%; }
      #Shapes-Sizes.gallery-cat a:nth-child(3) {
        margin: 5px 0; }
      #Shapes-Sizes.gallery-cat a:nth-child(4) {
        margin: 5px 0; } }

.Breadcrumbs {
  padding: 40px 5%; }

.PhotoEntryThumb {
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  border-image-width: 0; }

.grid-item, .grid-sizer {
  width: 25%;
  max-width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  .grid-item img, .grid-sizer img {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .grid-item img:hover, .grid-sizer img:hover {
      opacity: .8; }
  @media screen and (max-width: 1200px) {
    .grid-item, .grid-sizer {
      width: 33.33333%;
      max-width: 33.33333%;
      padding: 5px; } }
  @media screen and (max-width: 640px) {
    .grid-item, .grid-sizer {
      width: 50%;
      max-width: 50%; } }
  .grid-item .itemWrap, .grid-sizer .itemWrap {
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-content {
  background-color: #23272a;
  padding: 20px; }

.mfp-bottom-bar {
  background-color: #23272a;
  padding: 20px;
  color: #ffffff; }
  .mfp-bottom-bar h1, .mfp-bottom-bar h2, .mfp-bottom-bar h3, .mfp-bottom-bar h4, .mfp-bottom-bar h5, .mfp-bottom-bar a {
    color: #ffffff; }

.mfp-close {
  margin-right: 20px; }

.mfp-counter {
  margin-right: 20px;
  top: 10px; }

.mfp-title {
  padding-top: 20px; }

.table-label {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #b7b7b7;
  width: 500px;
  max-width: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: color 0.3s, width 0.5s;
  -o-transition: color 0.3s, width 0.5s;
  transition: color 0.3s, width 0.5s;
  margin: 10px auto;
  color: #27c3f3; }
  .table-label:hover {
    color: #000000; }

.table-toggle {
  position: absolute;
  left: -1000px; }

.sizing {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s; }

.table-toggle:checked ~ .sizing {
  max-height: 3000px; }

.table-toggle:checked ~ .table-label {
  width: 100%;
  color: #000000;
  border-color: #13baed; }
  .table-toggle:checked ~ .table-label:hover {
    color: #13baed; }

.iron-bar-list .btn-prime {
  margin: 10px auto;
  display: block;
  width: 200px;
  max-width: 100%;
  text-align: center; }

.iron-bar-list td {
  padding: 5px 10px;
  width: 25%; }

.iron-bar-list tr {
  padding: 0 10px; }

.iron-bar-list tr:nth-child(odd) {
  background-color: #d1e8e8; }

.class-table {
  width: 50%;
  margin-left: 50px; }
  @media screen and (max-width: 1300px) {
    .class-table {
      width: 100%;
      margin: 0 0 35px;
      float: none; } }
  .class-table table {
    width: 100%;
    border-collapse: collapse; }
    .class-table table tr:last-child {
      border-bottom: solid #23272a 1px; }
    .class-table table td {
      padding: 10px 20px; }
  .class-table th {
    background-color: #13baed;
    padding: 20px;
    font-size: 30px;
    font-family: "League Gothic", Arial, Helvetica, sans-serif; }
    .class-table th h4 {
      font-size: 30px; }
  .class-table .class-title {
    background-color: #b7b7b7;
    border-bottom: none; }

@media screen and (max-width: 570px) {
  .class-table {
    /*width: 340px;*/ }
    .class-table table {
      width: 100%;
      border-collapse: collapse; }
      .class-table table td {
        padding: 10px; }
    .class-table th {
      padding: 20px; } }

@media screen and (max-width: 470px) {
  .class-table table td {
    padding: 10px 5px; } }

@media screen and (max-width: 470px) {
  .class-table table td {
    padding: 10px 3px; }
    .class-table table td span {
      font-size: 12px !important; } }

.material-table {
  max-width: 100% !important;
  margin: auto;
  margin-left: 50px;
  width: 50%;
  clear: right;
  margin-top: 50px; }
  @media screen and (max-device-width: 1000px) {
    .material-table {
      width: 100%;
      margin: 40px auto;
      float: none; } }
  .material-table tr td {
    padding: 10px;
    border-bottom: solid 1px #000000;
    max-width: 50%;
    width: 50%; }
  .material-table .title {
    background-color: #000000;
    text-align: center; }
    .material-table .title td {
      padding: 20px; }

@media screen and (max-width: 640px) {
  .material-table tr td {
    font-size: 14px; }
  .material-table .title {
    background-color: #000000;
    text-align: center; }
    .material-table .title td {
      padding: 20px; } }

.cast-iron-grid {
  padding: 20px 0; }
  .cast-iron-grid:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    line-height: 0; }
  .cast-iron-grid div {
    width: 25%;
    float: left;
    padding: 20px; }
    .cast-iron-grid div img {
      padding-bottom: 10px; }
    .cast-iron-grid div h3 {
      text-align: center; }
    .cast-iron-grid div:nth-child(4n+1) {
      clear: left; }

@media screen and (max-width: 1500px) {
  .cast-iron-grid div {
    width: calc(100% / 3); }
    .cast-iron-grid div:nth-child(4n+1) {
      clear: none; }
    .cast-iron-grid div:nth-child(3n+1) {
      clear: left; } }

@media screen and (max-width: 1100px) {
  .cast-iron-grid div {
    width: 50%; }
    .cast-iron-grid div:nth-child(3n+1) {
      clear: none; }
    .cast-iron-grid div:nth-child(odd) {
      clear: left; } }

@media screen and (max-width: 640px) {
  .cast-iron-grid div {
    width: 100%;
    clear: both;
    float: none;
    padding: 10px 0; } }

.bronze-grid {
  width: 100%; }
  .bronze-grid:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0; }
  .bronze-grid div {
    width: 50%;
    padding: 20px;
    float: left; }
    .bronze-grid div h3 {
      text-align: center;
      text-decoration: underline; }
    @media screen and (max-width: 740px) {
      .bronze-grid div {
        width: 100%;
        padding: 20px 0; } }

#CDA863BronzeBodyID .class-table {
  width: 100%; }
  #CDA863BronzeBodyID .class-table table {
    width: 50%;
    float: left; }
    #CDA863BronzeBodyID .class-table table .half-bottom {
      float: left;
      width: 50%; }
      #CDA863BronzeBodyID .class-table table .half-bottom td {
        width: 100%;
        text-align: center; }
    #CDA863BronzeBodyID .class-table table td {
      padding: 10px 5px; }

@media screen and (max-width: 1200px) {
  #CDA863BronzeBodyID .class-table table {
    width: 100%;
    float: none; } }

.stacking-table {
  width: 100%;
  border-bottom: solid 1px #000000;
  margin: 40px 0; }
  .stacking-table:after {
    content: '';
    clear: both;
    line-height: 0;
    display: block; }
  .stacking-table .title {
    background-color: #13baed;
    width: 100%;
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 30px;
    font-family: "League Gothic", Arial, Helvetica, sans-serif; }
  .stacking-table .stack-left {
    width: 65%;
    float: left;
    border-right: solid #ffffff 2px; }
    .stacking-table .stack-left .joined {
      width: 50%;
      float: left; }
    .stacking-table .stack-left .first-row {
      width: 100%;
      float: left;
      background-color: #b7b7b7; }
      .stacking-table .stack-left .first-row:after {
        content: '';
        display: block;
        clear: both; }
      .stacking-table .stack-left .first-row div {
        float: left;
        padding: 10px;
        text-align: center;
        width: 25%; }
    .stacking-table .stack-left .second-row {
      width: 100%;
      float: left; }
      .stacking-table .stack-left .second-row:after {
        content: '';
        display: block;
        clear: both; }
      .stacking-table .stack-left .second-row div {
        float: left;
        padding: 10px;
        text-align: center;
        width: 25%; }
  .stacking-table .stack-right {
    width: 35%;
    float: left; }
    .stacking-table .stack-right .first-row {
      width: 100%;
      background-color: #b7b7b7; }
      .stacking-table .stack-right .first-row:after {
        content: '';
        display: block;
        clear: both; }
      .stacking-table .stack-right .first-row div {
        float: left;
        padding: 10px;
        text-align: center;
        width: calc(100% / 3); }
    .stacking-table .stack-right .second-row {
      width: 100%; }
      .stacking-table .stack-right .second-row:after {
        content: '';
        display: block;
        clear: both; }
      .stacking-table .stack-right .second-row div {
        float: left;
        padding: 10px;
        text-align: center;
        width: calc(100% / 3); }

@media screen and (max-width: 1500px) {
  .stacking-table div {
    font-size: 14px; } }

@media screen and (max-width: 1250px) {
  .stacking-table .stack-left, .stacking-table .stack-right {
    width: 100%;
    float: none;
    clear: left; } }

@media screen and (max-width: 800px) {
  .stacking-table .stack-left .first-row, .stacking-table .stack-left .second-row {
    width: 100%;
    float: none; }
  .stacking-table .stack-left .joined {
    float: none;
    width: 100%; } }

@media screen and (max-width: 420px) {
  .stacking-table div {
    font-size: 12px; } }

#CDA954BronzeBodyID .joined,
#CDA955BronzeBodyID .joined {
  width: 100%; }
  #CDA954BronzeBodyID .joined .first-row div,
  #CDA955BronzeBodyID .joined .first-row div {
    width: calc(100% / 5); }

#CDA954BronzeBodyID .stack-left .second-row div,
#CDA955BronzeBodyID .stack-left .second-row div {
  width: calc(100% / 5); }

#CDA955BronzeBodyID #bron-machining {
  background-image: url("/Content/images/banners/specialtycasting.jpg"); }
  #CDA955BronzeBodyID #bron-machining.newBronzBG {
    background-image: url("/Content/images/Secondary/cda955.jpg"); }
    #CDA955BronzeBodyID #bron-machining.newBronzBG h1, #CDA955BronzeBodyID #bron-machining.newBronzBG h2, #CDA955BronzeBodyID #bron-machining.newBronzBG h3, #CDA955BronzeBodyID #bron-machining.newBronzBG h4, #CDA955BronzeBodyID #bron-machining.newBronzBG p, #CDA955BronzeBodyID #bron-machining.newBronzBG li {
      color: #000000; }
    #CDA955BronzeBodyID #bron-machining.newBronzBG a {
      color: #48484e; }
  #CDA955BronzeBodyID #bron-machining a {
    color: #ffffff; }
  @media screen and (max-width: 1000px) {
    #CDA955BronzeBodyID #bron-machining {
      background-image: url("/Content/images/banners/specialtycasting1000.jpg"); } }
  #CDA955BronzeBodyID #bron-machining .inner-content {
    width: 58%;
    background-color: rgba(255, 255, 255, 0.25); }
    @media screen and (max-width: 1400px) {
      #CDA955BronzeBodyID #bron-machining .inner-content {
        width: 60%; } }
    @media screen and (max-width: 1200px) {
      #CDA955BronzeBodyID #bron-machining .inner-content {
        width: 70%; } }
    @media screen and (max-width: 800px) {
      #CDA955BronzeBodyID #bron-machining .inner-content {
        width: 75%; } }
    @media screen and (max-width: 640px) {
      #CDA955BronzeBodyID #bron-machining .inner-content {
        width: 85%; } }
    @media screen and (max-width: 540px) {
      #CDA955BronzeBodyID #bron-machining .inner-content {
        width: 100%; } }

@media screen and (max-width: 1200px) {
  .float-block {
    display: none; } }

#StandardStockSizesBodyID .stack-left .second-row div:nth-child(4n+1) {
  background-color: #13baed; }

#StandardStockSizesBodyID .stack-right .second-row div:nth-child(3n+1) {
  background-color: #13baed; }

.faq-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block; }

.gray-teal-btn {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #b7b7b7;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  max-width: 100%;
  text-align: center;
  width: 350px; }
  .gray-teal-btn a {
    text-decoration: none; }

.split-content {
  margin-left: -6%;
  width: 112%;
  margin-top: 40px;
  display: table;
  background-color: #f6f6f6; }
  .split-content .content {
    display: table-cell;
    padding: 40px 6%; }
  .split-content .content-img {
    display: table-cell;
    background-image: url("/Content/files/ImageSwaps2025/metal-services-specialty-.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 600px; }
  @media screen and (max-width: 1500px) {
    .split-content .content-img {
      width: 400px; } }
  @media screen and (max-width: 1300px) {
    .split-content .content-img {
      width: 350px; } }
  @media screen and (max-width: 1200px) {
    .split-content .content-img {
      display: none; } }
